@import "layout.css";
/* GENERAL */
body{
background: url('img/bgr_2.jpg') top center repeat-x #a7a7a7;
font-size: 12px;
font-family: arial, tahoma, verdana, helvetica, sans-serif;
}


h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.9em; }
	
h1 a:link, h1 a:visited {
	color: rgb(51,51,51);
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.9em; 
	text-decoration: none;
	font-weight: normal; }
	
h1 a:hover, h1 a:active {
	color: rgb(51,51,51);
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.9em;
    text-decoration: none;
	font-weight: normal;}
	
h2.post-title{
color: rgb(51,51,51);
font-size: 17px;
font-family: arial, tahoma, verdana, helvetica, sans-serif;
letter-spacing: 0;
font-weight: none;
}

h2.post-title a:link, h2.post-title a:visited{
color: rgb(51,51,51);
font-size: 17px;
font-family: arial, tahoma, verdana, helvetica, sans-serif;
letter-spacing: 0;
font-weight: none;
text-decoration: none;
}

h2.post-title a:hover, h2.post-title a:active{
color: #b2995a;
font-size: 17px;
font-family: arial, tahoma, verdana, helvetica, sans-serif;
letter-spacing: 0;
font-weight: none;
text-decoration: underline;
}


p.post-info{
font-weight: normal;
font-size: 12px;
color: #808080;
}
p.post-info a{
color: #b2995a;
}

p.post-info a:hover{
color: #845511;
}

.post-content{
font-family: arial, tahoma, verdana, helvetica, sans-serif;
font-size: 12px/14px;
color: #4b5457;
line-height: 150%;
}
.post-content a{
color:#b2995a;
}
.post-content a:hover{
color:#845511;
}
/* SIDEBAR */
#sidebar a{
font-size: 12px;
color: #b2995a;
}
#sidebar a:hover{
color:#845511;
}

#sidebar h2{
font-size: 12px;
color: #808080;
font: arial, tahoma, arial, helvetica, sans-serif;
font-weight: bold;
text-transform: uppercase;
}
#calendar, #search, #categories, #archives, #links, #syndicate{
border: 1px solid rgb(204,204,204);
margin: 10px 0;
}
#question{
border: 1px solid rgb(204,204,204);
background: rgb(230,230,230);
}
#syndicate ul{
padding: 0;
margin: 0;
list-style: none;
}

#syndicate ul li{
padding: 0;
margin: 5px 0;
}
#syndicate ul li a{
background: url('img/feed-icon-12x12.gif') left center no-repeat;
padding-left: 15px;
}
#categories ul{
padding: 0;
margin: 0;
list-style: none;
}

#categories ul li{
padding: 0;
margin: 5px 0;
}
#categories ul li a{
background: url('img/dot.gif') left 3px no-repeat;
padding-left: 15px;
}

#archives ul{
padding: 0;
margin: 0;
list-style: none;
}

#archives ul li{
padding: 0;
margin: 5px 0;
}
#archives ul li a{
background: url('img/dot.gif') left 3px no-repeat;
padding-left: 15px;
}

#calendar {
font-family: arial, tahoma, verdana, helvetica, sans-serif;
font-size: 12px;
color: #4b5457;
word-spacing: 0.2em; }


#question {
font-family: arial, tahoma, verdana, helvetica, sans-serif;
font-size: 1em;
color: #4b5457;
word-spacing: 0.2em; }









/* PAGE */
#page{
background: rgb(255,255,255);
overflow: auto;
}
/* FOOTER */
#footer{
width: 100%;
height:150px;
padding: 10px 0;
text-align: center;
background:url(images/bgr_foot.jpg) repeat-x top #181818;
font:11px/14px tahoma, arial, helvetica, sans-serif;
color:#999999;
text-transform:uppercase;
text-decoration:none;
}
#footer a{
color:#999999;
text-decoration: none;
}
#footer a:hover{
text-decoration: underline;
}