/*Black Gold design for Halvard Castle
by Payal Dhar (http://writeside.net) */

*{
margin:0;
padding:0;
outline:0;
border:0;
}

body{
background:#9f9641 url(images/signoff.png) center bottom no-repeat;
color:#d1c95e;
/*color:#9f9641;*/
font:0.9em 'Trebuchet MS', Arial, Verdana, sans-serif;
}

#wrapper{
width:790px;
margin:0 auto 30px auto;
}

#header{
height:160px;
}

#header a:hover{
background:none;
}

#showcase{
margin:0 auto;
width:780px;
height:200px;
background:url(images/badge.png) right no-repeat;
}

#showcase ul{
list-style:none;
padding-right:20px;
float:left;
width:550px;
text-align:center;
}


#showcase ul li a{
padding:9px;
color:#000;
border-bottom:1px dotted #000;
text-decoration:none;
display:block;
font-variant:small-caps;
}

#showcase ul li a:hover, a:active{
background:#B0A54A;
}


#top{
background:url(images/top.png) top no-repeat;
height:30px;
}

#content{
background:url(images/body.png) repeat-y;
padding:10px;
}

#content h2, h3, h4{
/*padding-bottom:12px;
padding-left:5px;*/
padding: 0 15px 10px;
}

#content h2{
font-size:1.2em;
font-variant:small-caps;/*
background:url(images/h1.png) left no-repeat;*/
}

#content h3{
font-size:1.1em;
}

#content h4{
font-size:0.9em;
}


#content p{
padding:10px 15px;
line-height:1.3;
}

#content a, #footer a{
color:/*#9f9641;*/#d1c95e;
text-decoration:none;
border-bottom:1px dotted;
}

#content a:hover, a:active, #footer a:hover, a:active{
border-bottom: 1px solid;
background:#000;
}

#content ul, ol{
padding-left:25px;
margin-left:25px;
width:80%;
}

#content ul li, ol li{
padding:5px;
}

input, textarea{
border:1px solid #9f9641;
padding:2px;
background:#000;
color:#9f9641;
}

textarea{
width:80%;
}

.field{
font-variant:small-caps;
font-size:0.8em;
}

.warn{
color:#800000;
}

.small{
font-size:0.8em;
font-style:italic;
font-weight:500;
}

.date{
font-size:0.9em;
font-weight:600;
}

.comment{
border:1px solid #9f9641;
padding:3px;
margin:5px 35px 5px 20px;
}

#footer{
background:url(images/bot.png) center bottom no-repeat;
height:40px;
padding:0 10px;
text-align:center;
font-size:0.79em;
}