/* Anime soc CSS */

body {
    background: url('bg.png') ;
}

/* work out a nice border */
#localnav, #footer {
    border: thin outset #4d5d7e;
    background: url('box.png');
    outline: solid medium #4d5d7e;
    height: auto;
    padding: 0.5%;
    clear: both;
    width: 100%;
}

#sidebar {
    display: none;
}

#main {
    float: none;
    margin: 2%;
    background: url('box.png');
    border: medium outset #4d5d7e;
    outline: groove thin black;
    width: 95%;
}

/*disappear */

#wrapper {
    width: 90%;
    color: #000000;
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    color: #003399;
}

/* obscure the text and display image centered */

#header h2 {
    color: #003399;
    display: none;
}

#header {
    text-align: center;
    height: auto;
}

#header img {
    margin: none;
    float: none;
}

#localnav a, #footer a {
    display: inline;
    float: none;
    color: black;
}

a { color:#A4001D; }

/* Anime Soc Data */

/* Don't care about IE - overriding standard.css here */

q:before {
    content: open-quote;
}

q:after {
    content: close-quote;
}

/* Committee Page */

.committee-member {
    border-top: medium groove #003399;
    display: block;
    clear: right;
    padding-bottom: 10%;
}

.committee-member .name_nick {
    color: #003399;
    font-weight: bolder;
    clear: right;
}

.committee-member .name_nick .nick {
    font-style: italic;
}

.committee-member .quote {
    font-style: italic;
}

/* Prevent extra line between quotation marks */
.committee-member .quote div {
    display: inline;
}

.committee-member .image {
    float: right;
}

#committeecontact {
    clear: both;
}

/* General Index Data */
/* add bold for sidebar heading */
.links-title {
    font-weight: bold;
}

ul {
    list-style-type: hiragana-iroha;
    list-style-position: inside;
}

.middle-bd div {
    margin-bottom: 1%;
}

.blog-title {
    color: #003399;
    font-weight: bold;
}

.blog-post {
    border: double white;
    padding: 1%;
}

.blog-post-date {
    text-align: right;
    font-weight: bold;
}

.blog-post-title a{
    color: #003399;
}

dt {
    font-weight: bold;
}

dd:before {
    content: ">";
    font-weight: bold;
}
