/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #000;
background: #312f28 url(/images/bg.gif) repeat-y fixed center;
}

blockquote, h3, p, li {
padding-right: 10px;
padding-left: 10px;
font-size: 0.9em;
line-height: 1.6em;
}

blockquote {
margin-right: 0;
margin-left: 20px;
}

h1, h2, h3 {
font-weight: normal;
}

h1, h2 {
font-family: Georgia, Times, serif;
}

h1#site-name {
font-size: 1.4em;
background: url(/images/logo.gif) no-repeat center;
height: 250px;
margin: 0px;
padding: 0px;
}

/*h2 {
font-size: 1em;
font-style: italic;
}*/

h2 {
font-size: 50px;
padding: 0 0 30px;
margin: 0px;
}

h3 {
margin: 0 0 15px 0;
padding: 0 10px;
font-size: 1.4em;
}

#content-monkey h2 {
text-align: right;
}

#content-ninja h2 {
text-align: left;
}

hr {
margin: 2em auto;
width: 370px;
height: 1px;
color: #7a7e7d;
background-color: #7a7e7d;
border: none;
}

small, .small {
font-size: 0.9em;
}

.published {
font-size: 0.7em;
margin-bottom: 45px;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #000;
border-bottom: 1px #000 solid;
}

a img {
border: none;
}

h1#site-name a {
display: block;
text-indent: -9999px;
height: 250px;
}

h1 a, h2 a, h3 a {
border: none;
}

h3 a {
font: 1.5em Georgia, Times, serif;
}

#content-ninja a {
color: #fff;
}

#site-name a {
border: none;
}


/* layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}

#container {
margin: 10px auto;
padding: 0 0 10px;
width: 940px;
}

#content {
/*width: 920px;*/
}

#head {
text-align: center;
}

#site-name {
margin: 15px 0;
font: 3em Georgia, Times, serif;
}

#site-slogan {
font: italic 1em Georgia, Times, serif;
}

#content-monkey, #content-ninja {
padding-top: 50px;
width: 440px;
}

#content-ninja {
float: right;
color: #fff;
text-align: right;
/*background-color: orange;*/
}

.section_list {
margin: 0 0 10px 0;
padding: 0;
list-style-type: none;
}

.section_list li {
margin: 0 10px 2px 0;
padding: 0;
}

#foot {
margin-top: 5px;
clear: both;
text-align: center;
color: #fff;
}


/* error page
----------------------------------------------- */

.error-status {
font: 1.3em Georgia, Times, serif;
}