/*
Styles for the Blog section
*/

#bg_containers{
display:none;
}

#content{
float:left;
width:954px;
padding:0 17px 42px 17px;
background:#fff;
margin-top:25px;
border:1px dotted #333;
}

#sidebar{
float:left;
width:200px;
padding:20px 20px 20px 0;
border-right:1px dotted #333;
margin-right:20px;
}

h3{
font-weight:normal;
letter-spacing:4px;
font-size:14px;
text-transform:uppercase;
margin-bottom:10px;
}

h2{
font-weight:normal;
letter-spacing:0;
font-size:20px;
text-transform:uppercase;
margin-bottom:10px;
}

#sidebar ul li{
margin-bottom:30px;
border-bottom:1px dotted #ccc;
padding-bottom:15px;	
}

#sidebar ul li ul, #sidebar ul li ul li{
border:0;
padding:0;
margin:0;	
}

a, a:link, a:visited{
text-decoration:none;	
}

a:hover{
border-bottom:1px dotted #333;
}

.loop-wrap{
width:690px;
float:right;
padding-top:20px;	
}

.entry{
width:690px;
float:left;
border-bottom:1px dotted #ccc;
margin-bottom:35px;	
}

.entry .posted_on{
margin-bottom:20px;
font-size:10px;
letter-spacing:3px;
font-style:italic;
border-bottom:1px dotted #ccc;
padding-bottom:5px;
display:inline-block;	
}

.entry .posted_in{
margin:20px 0 30px 0;
font-size:10px;
letter-spacing:normal;
font-style:italic;
display:inline-block;	
}

.entry img{
max-width:690px;
height:auto;
}