/*
	custom.css � custom styles for Cutline that YOU define
	------------------------------------------------------
	
*/


#navcontainer ul {
background-color : #6699cc;
}
#navcontainer ul li a {
background-color : #6699cc;
}
#footer a {
background-color : #6699cc;
}
#footerinfo {
background-color : #6699cc;
}


#container {
width : 980px;
margin : 0 auto;
}
#entries {
width : 500px;
}
#sidebar {
width : 450px;
}
#sidebarleft {
width : 210px;
}
#sidebarright {
width : 210px;
}
#footer {
width : 980px;
}
div.post p img {
max-width: 500px;
}
ul.archlist li {
width : 215px;
}
blockquote {
border-top : 1px dashed #6699cc;
border-bottom : 1px dashed #6699cc;
background-color : #f3f3f3;
padding : 20px;
margin : 20px 0;
}
em {
font-weight : 600;
text-decoration : none;
background-color : #fff;
}
div.textwidget {
display : block;
background-color : #ffffff;
padding : 5px;
margin : 0.5em 0;
}