/*

Theme By Logan Sorese - shehatesska.com
Start of build: 3:37 pm 12/24/05
End of build: 1:02 pm 12/25/05

Enjoy
*/

body {
	background-color:#fdf5e6;
	color: #fff6cd;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size : 16px;
        margin:0;
	background-image:url(bg1.gif);
        background-position:top left;
	background-repeat:repeat-x;
}
/* Main Div */
#main {
        margin:0;
	margin-left:auto;
        margin-right:auto;

	width:750px;

}
/* Main Div: #left [content div] */
#content {
	width: 750px;
        float:left;
	background-color : #F5DEB3;
        border:4px white solid;
        padding:0;
        margin:0;
}
/* Main Div: #header */
#main h2.header {
	font-size:25px ;
        text-transform: uppercase;
        margin-bottom:-5px;
}
#header {
	width:750px;
        height:100px;
        border-top:4px white solid;
        border-left:4px white solid;
        border-right:4px white solid;
	background-image:url(header2.gif);
        background-position:top left;
	background-color:#800000;

}
#header a {font:12px trebuchet ms;color:#800000;}
#header a:hover{text-decoration:none;}
/* Main Div: #right [sidebar] */
#right {
	width: 150px;
	  height: auto;
        float: right;
	background-color : #F5DEB3;
	
}
#right ul {width:145px;}
#right li {border-bottom:1px solid #800000;list-style:none;}
#right ul,li {
	margin:0;
	padding:0;
	display:block;
}
#right li a {
	color:#800000;
	text-decoration:none;
	display:block;
	padding:2px;
}
#right li a:hover {
	color: #800000;
	background-color:#DEB887;
	border-right:7px solid #800000;
	display:block;
	
}
#right a {color:#800000;display:block;}
#right a.links {margin-top:6px;}
#right h2 {
	color:#800000;
	font-size:16px;
	margin-top:10px;
	margin-bottom:5px;
}
/* Main Div: old page */

.sidelink {
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 14px;
			text-decoration : none;
			font-weight: bolder;
			color: #800000;
		}
.sidelink:Hover  {
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 14px;
			text-decoration : none;
			font-weight: bolder;
			color: #800000;
			background-color:#DEB887;
			
} 

.sidesmall {
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px;
			color: white;
		}
.small {
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px;
		}


/* Main Div: Post DIVs */
div.post {
	width:593px;
	border-right:4px white solid;
}
/* Post Head is the name of the document */

div.posthead {
        background:#800000;
	  height:15px;
	  color: #fff6cd;
        border-top:4px white solid;
        border-bottom:4px white solid;
}
div.postheadfirst {
        background:#800000;
	  color: #fff6cd;
        height:15px; 
        border-bottom:4px white solid;
}
div.postbody {
padding-left:5px;
padding-right:5px;
text-align:justify;
}
/* Main Div: #footer */
#footer {
        margin:0 auto;
	width:750px;
        height:15px;
        border-top:4px white solid;
	background-color:#800000;
	color: #fff6cd;
	        text-align:center;
	
}

#bottom {
        margin:0 auto;
	width:750px;
        border-top:4px white solid;
	background-color:#f5deb3;
	color: #800000;
	        text-align:center;
	
}
#bottom a:hover {
	color: #f5deb3;
	background-color:#800000;
	
	
}
#bottom a {color:#800000;}
#bottom a.links {margin-top:6px;}

#names a:hover {
	color: #f5deb3;
	background-color:#800000;
	
	
}
#names a {color:#800000;}
#names a.links {margin-top:6px;}


/* Main Div: Text */
a:hover, p, li, ol, ul, b, strong, small, div, em, i, table, td, tr {
        color: #800000;
	background-color:#F5DEB3;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size : 12px;
}
a {
	color: #fff6cd;
	text-decoration: underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size : 12px; 
}

blockquote {border-left:4px #60592B solid; padding-left:2px;}



