/*************************************
 +Containers
 *************************************/
body{
	background:#C0BBA5 url(/images/2.gif) repeat-x;
	color:#666;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size:67.5%;
	line-height:1.7;
	text-align:center;
	margin:0;
	border-top:5px solid #504B35;
}
#content{
	background:#FCFEFC url(/images/3.gif) repeat-x;
	border: 3px solid #d0cbb5;
	border-bottom:none;
	float:left;
	padding:10px;
	width: 450px;
        font-size:0.9em;
}
#accessibility { visibility: hidden; display: none; height:0px; width: 0px;}
#imagery { 
        height: 100px; 
        margin-bottom: 15px;
        border: 3px solid #d0cbb5; 
        background:url(/images/5.jpg); }
#footer{
	color:#888;
	font-size:0.9em;
        border-top: 1px solid #dcdcdc;
        margin-right: auto;
        margin-left: auto;
        padding: 10px;
}
#header{
        height: 87px;
        background: url(/images/4.gif) no-repeat;
        text-indent: -9999px;
}

#sidebar{
	color:#ddd;
	float:left;
	margin-left:10px;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width: 750px;
        overflow: hidden;
}




/*************************************
 +Hn
 *************************************/
h1, h2, h3, h4{ font-family: Sylfaen, Georgia, "Times New Roman", Times, serif; letter-spacing: -1px;}
h2{ font-size:2.5em; margin: 0px; padding: 0px; color: #493F29;}
h3{ font-size: 1em; margin: 0px; padding: 0px; font-weight: normal;}
h4{ font-size:1.5em; margin: 0px; margin-top: 20px; font-weight: normal; color:#666666;}
.entrytitle h2, {font-weight: normal; color:#C04422; margin: 0px; padding: 0px;} 
.entrytitle h3 { font-weight:normal; padding: 0px; margin-top: -40px; border-top: 1px solid #dcdcdc;}

/*************************************
 +Lists
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li a{
	color:#fff;
}
#sidebar ul li a:hover{
	color:#fffab8;
}

#navbar {
    height: 34px;
}
#navbar li {
    list-style:none;
    display:inline;
}
#navbar a {
    float:left;
    text-indent: -9999px;
    height: 34px;
    width: 50px;
    margin-right: 6px;
}
#navbar a:hover { 
    background-position:0 -34px;
}
#navbar a:active {
    background-position:0 -68px;
}

.buttonhome {background:url("/images/states_home.jpg") no-repeat; margin-left: 5px;}
.buttonabout {background:url("/images/states_about.jpg") no-repeat;}
.buttonimages {background:url("/images/states_images.jpg") no-repeat;}
.buttondl {background:url("/images/states_dl.jpg") no-repeat;}

/*************************************
 +Misc
 *************************************/
a { text-decoration:none; color:#9e9e9e;}
a:hover { color:#980B29; }
#header { margin-bottom:5px;}
#header p { color:#eee; margin:0;}

blockquote {width: 230px; padding: 5px; text-align: center; margin-left: auto; margin-right: auto; border: 1px solid #980B29; background:#FCFEFC url(/images/3.gif) repeat-x; color:black}
.navigation{ padding:3px; text-align:center;}
.entrybody img { padding: 3px; border: 1px solid #A79D84}

/*************************************
 +Entry
 *************************************/
.entry-1{color: #555555;font-size:1.1em;}
.entry-1 .entrymeta{ color:#888;}
.entry-1 .entrymeta a{ color:#777; border-bottom: 1px solid #980B29;}
.entry-1 .entrymeta a:hover{color:#980B29; border-bottom: 1px solid #777;}
.entry-1 .entrytitle{border-bottom:none;}
.entry-1 .entrytitle a{color:#697557; font-size:1.2em;}
.entry-1 .entrytitle a:hover{color:#980B29;}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:5px;
	padding:10px;
}
.commentsblock textarea{
	width:420px;
        height: 175px;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
.alt{
	background:#3F464A;
	border:1px solid #43494D;
}
.even{
	background:#FCFAF4;
	border:1px solid #FCFAF4;
	padding:5px;
}