/*Nameless by Payal Dhar (http://writeside.net/)*/

*{
padding:0;
margin:0;
}

body{
font:0.9em 'Trebuchet MS', Arial, Verdana, sans-serif;
color:#38341c;
line-height:1.5em;
background:url(images/body.gif);
}

a{
color:#4a4424;
}

a:hover, a:active{
color:#38341c;
text-decoration:none;
}

#wrapper{
width:750px;
margin:0 auto;
}

#header{
height:145px;
background:url(images/header.png) left no-repeat !important;
background:url(images/header.jpg) left no-repeat;
}

#header .title{
font-size:2em;
padding:35px 30px;
}

#header .title small{
font-size:0.6em;
font-variant:small-caps;
}

#mainlinks{
text-align:right;
margin:20px 0 auto auto;
}

#mainlinks ul li{
list-style:none;
padding:5px 10px 5px;
display:inline;
}

#content{
background:url(images/back.png) repeat-y !important;
background:url(images/back.jpg) repeat-y;
}

#text{
width:450px;
padding:10px 25px;
}

#text p{
padding:7px 5px;
}

 h1{
font-size:1.3em;
font-variant:small-caps;
}

h2{
font-size:1em;
padding:5px 0;
}

h3{
font-size:0.9em;
}

#text ul, ol{
padding-left:35px;
}

blockquote{
border-top:1px solid #8FB0F7;
border-left:1px solid #8FB0F7;
margin:10px 25px;
padding:10px;
font-size:0.85em;
}

#sidebar{
width:200px;
float:right;
padding:15px;
font-size:0.9em;
}

#sidebar h1{
border-bottom:1px solid #38341c;
margin-bottom:5px;
}

#sidebar ul li{
list-style:none;
display:block;
padding:5px 0;
}

#sidebar ul li a{
text-decoration:none;
display:block;
border-bottom:1px dotted #8FB0F7;
}

#sidebar  ul li a:hover, a:active{
border-bottom:1px solid #8FB0F7;
}

input, textarea{
margin:0 0 3px 3px;
padding:4px;
border:1px solid #8FB0F7;
background:transparent;
}

input:hover, textarea:hover{
background:#5CA650;
}

#footer{
clear:both;
text-align:center;
background:url(images/foot.png) center no-repeat !important;
background:url(images/foot.jpg) center no-repeat;
height:65px;
margin-top:3px;
font-size:0.9em;
}

#footer p{
padding-top:15px;
}