/*--------------------------
Anya Crain Stylesheet
VALID CSS 2.0
COPYRIGHT 2008 WILDFIREWEB
AUTHOR: blaine@wildfireweb.com
Created: Blaine 070709
---------------------------*/

@import url(/css/wildfirecommon.css);
@import url(/templates/anyacrain/css/slatesblogs.css);

body{
font-size: 62.5%;
margin: 0;
padding: 0;
background: #fff url(/templates/anyacrain/images/bg.gif);
font-family: "Verdana", Arial, sans-serif;
background: #bf7b41;
}

a {
color: #808000;
text-decoration: none;
}

a:hover{
color: #000;
text-decoration: none;
}

.adminlinks {
display: block;
position: relative;
padding: 4px 20px;
font-size: 12px;
background: #ea892b url(/home/wfw/images/adminlinks_w.jpg) left no-repeat;
color: #eee;
text-align: center;
}

.adminlinks a{
color: #fff;
font-size: 12px;
text-decoration: none;
}

.adminlinks a:visited{
color: #fff;
}


.adminlinks a:hover{
color: #fff;
text-decoration: underline;
}

.clearboth{
clear: both;
height: 1;
}

h3.wfw{
font-weight: bold;
font-family: "Verdana", Arial, sans-serif;
font-size: 1.6em;
color: #4a7ac6;
}

#wrapper{
margin: 10px auto;
width: 980px;
position: relative;
background: #dbbf80;
border-top: 4px solid #6f6f01;
border-bottom: 30px solid #6f6f01;
border-left: 2px solid #6f6f01;
border-right: 2px solid #6f6f01;
/* border: 1px solid red; */

}

#header{
position:relative;
display:block;
width: 980px;
/* color:#666; */
margin: 0;
padding:0px;
/* padding-bottom: 20px; */
border-bottom: 10px solid #6f6f01;
height: 180px;
background: #efd9a6;
overflow: hidden;
}

/* Top nav in header */

#topnav {
position:relative;
display:block;
width: 980px;
height: 30px;
font-family: "Verdana", Arial, sans-serif;
border-bottom: 1px solid #808000;
/* clear:both; */
padding-top: 10px;
background: #efd9a6;
/* border: 1px solid red; */
}

#topnav ul {
padding:0;
list-style: none;
margin: 0 0 0 20px;
text-align: center;
background: transparent;
}

#topnav li{
font-size: 1.6em;
font-weight: 700;
display: block;
height: 30px;
float:left;
}

#topnav li a{
position: relative;
/* display:block; */
color: #6f6f01;
text-decoration: none;
padding: 0px 12px 0px 12px;
margin: 0;
}

#topnav li a:hover{
color: #9b2a29;
}

#topnav li span{
position: relative;
/* display:block; */
padding: 0px 12px 0px 12px;
margin: 0;
color: #9b2a29;
/* text-decoration: underline; */
}


#container {
position: relative;
/* force min-height in most browsers */
min-height:700px;
height:auto !important;
height:700px;
}



#content {
position: relative;
width: 700px;
margin: 0;
font-size: 12px;
padding: 20px;
overflow: hidden;
background: #dbbf80;
}

#rightcol{
position: relative;
float: right;
width: 190px;
margin: 0;
padding: 0px 10px 10px 15px;
overflow: hidden;
border-left: 1px solid #808000;
background: #efd9a6;
border-bottom: 1px solid #808000;
/* background: transparent url(/templates/anyacrain/images/rtcol_line.jpg) repeat-y; */

}

#rightcol_heading_1{
font-size: 1em;
color: #808000;
color: #9b2a29;
font-weight: bold;
text-decoration: underline;
}

#rightcol_heading_2{
font-size: 1.2em;
color: #808000;
color: #9b2a29;
font-weight: bold;
text-decoration: underline;
}

#rightcol_heading_3{
font-size: 1.2em;
color: #808000;
color: #9b2a29;
font-weight: bold;
/* text-decoration: underline; */
}

#rightcol_heading_4{
font-size: 1.2em;
color: #808000;
color: #9b2a29;
font-weight: bold;
/* text-decoration: underline; */
}


#rightcol blockquote {
margin: 10px 0 10px 0;
padding: 2px 0 6px 25px;
background: transparent url(/templates/anyacrain/images/nav_button.png) no-repeat top left;
border-bottom: 1px dotted #ccc;
}


/* RSS Feed */
#feed_box{
font-size: 1.2em;
width: 17em;
float: left;
margin-top: 2em;
padding-bottom: 0;
overflow: hidden;

}

#feed_box span.styled{
display: block;
width: 160px;
padding: 0;
}

#feed_box span.styled ul{
margin: 0;
padding: 0;
list-style: none;
}

#feed_box span.styled ul li{
margin-bottom: 10px;
}

#feed_box span.styled ul li a{
text-decoration: none;
color: #6f6f01;
font-weight: bold;
}

#feed_box span.styled ul li a:hover{
color: #9b2a29;
text-decoration: underline;
}

#feed_box span.styled .rss_date{
color: #000;
font-size: 10px;
}


/* Footer */
#footer{
position: relative;
display: block;
margin: 0 auto;
font-size: 12px;
/* clear: both; */
width: 960px;
text-align: right;
padding: 0px 0px 5px 10px;
}

#footer a{
color: #666;
/* background: transparent url(/home/W72.gif) no-repeat center; */
}

#footer a:hover{
color: #000;
}

/* CONTACT FORM */

.contactform table{
border: 2px solid #808000;
color: #333;
}

.contactform th{
background: #808000;
color: #fff;
}



