body {
    background: #000000 url(/static/images/bastet_bg.jpg) repeat-x scroll 0 0;
    color:black;
    font-family:sans-serif;
    font-size:x-small;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin:0;
    padding:0;
}

a {
    background: transparent none repeat scroll 0 0;
    color:#002BB8;
}

div#anon-banner {
    line-height: 14px;
    margin-left: 155px;
    font-size: 112%;
    font-style:italic;
    font-weight: bold;
    color: white;
    top:3px;
    white-space:nowrap;
    z-index:40;
}

div#anon-banner a {
    text-decoration: none;
    color: #b3b3ff;
}


div#leftside {
    padding-top: 160px;
    float: left;
    width: 11.6em;
}

div.sidebar {
    border: medium none;
    font-size: 127%;
    width: 147px;
}

div.sidebar a {
    text-decoration: none;
    color: #b3b3ff;
}

div.sidebar h5 {
    color:white;
    margin:0;
    padding:0 1em 0 0.5em;
    font-size: 91%;
    font-weight: normal;
    text-transform: lowercase;
    display: inline;
    height: 1em;
}

div.sidebar ul {
    margin-top: 0;
    margin-left: 0;
    padding: 0 0 0 24px;
    background: black;
    color: white;
    font-size: 95%;
    border: 1px solid grey;
    list-style-type: square;
}

div.sidebar ul li {
    font-size: 95%;
    line-height: 1.5;
}    


#searchInput {
    width: 10.9em;
}


#content {
    background-color: #ffffff;
    border-color:#AAAAAA -moz-use-text-color #AAAAAA #AAAAAA;
    border-style:solid none solid solid;
    border-width:1px medium 1px 1px;
    color:black;
    line-height:1.5em;
    margin:2.8em 0 0 12.7em;
    padding:0 1em 1em;
    position:relative;
    font-size: 127%;
}

div#CcontentBody {
    background-color: #ffffff;
}

a.storyheader {
    color: black;
}

#StoryBody {
    background: white;
    width: 660px;
    padding-left: 1.2em;
    padding-right: 1.2em;
    font-family: Georgia, Times, serif;
}

#StoryBody p 
{
  text-indent: 2.0em; 
  margin-top: 0;
  margin-bottom: 0;   
}

h1, h2, h3, h4, h5, h6 {
    background:transparent none repeat scroll 0 0;
    color:black;
    font-weight:normal;
    margin:0;
    padding-bottom:0.17em;
    padding-top:0.5em;
}

#content h1 {
    border-bottom:1px solid #AAAAAA;
    font-size: 188%;
}

#content h2 {
    font-size:150%;
    border-bottom:1px solid #AAAAAA;
}

#content h3 {
	border-bottom: none;
	font-weight: bold;
        font-size: 132%;
}


div.toc {
    float: left;
    background-color:#F9F9F9;
    border:1px solid #AAAAAA;
    font-size:95%;
    padding:5px;
    width: 26%;
}

div.toc ol {
    margin-left: 28px;
    padding: 0;
}

div.index {
    float: left;
    width: 40%;
    min-width: 40%;
    padding-left: 4%;
}

div.index_inner {
    margin: 0 auto;
}

div.stats {
    float: right;
    padding: 4px;
    border: 1px solid #AAAAAA;
    width: 25%;
}

.infobox {
    background: rgb(255, 246, 217) none repeat scroll 0%; 
    width: 22em; 
    -moz-background-clip: 
    -moz-initial; 
    -moz-background-origin: 
    -moz-initial; 
    -moz-background-inline-policy: 
    -moz-initial; 
    text-align: center; 
    font-size: 95%;
}

.infobox .th1 {
    background: rgb(176, 130, 97) none repeat scroll 0%;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    color: rgb(254, 232, 171);
    text-align: center;
    font-size: larger;
}

.infobox .th2 {
    background: rgb(254, 232, 171) none repeat scroll 0%;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
}

.infobox .tb2 {
    background: transparent none repeat scroll 0%;
    width: 100%;
    -moz-background-clip: -moz-initial;
    -moz-background-origin:
    -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    line-height: 12pt;
    text-align: left;
    font-size: 95%;
}

#footer {
	background-color: white;
	border-top: 1px solid #fabd23;
	border-bottom: 1px solid #fabd23;
	margin: .6em 0 1em 0;
	padding: .4em 0 1.2em 0;
	text-align: center;
	font-size: 90%;
}
#footer li {
	display: inline;
	margin: 0 1.3em;
}
#f-poweredbyico, #f-copyrightico {
	margin: 0 8px;
	position: relative;
	top: -2px; /* Bump it up just a tad */
}
#f-poweredbyico {
	float: right;
	height: 1%;
}
#f-copyrightico {
	float: left;
	height: 1%;
}

