/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#header .recent-entries ul {
border-left:none;
}

#highlights  {
background-color:#fff;
background-image:url(/wordpress/wp-content/themes/thejournal/images/bgr_highlights.png);
border-color:#CCCCCC;
color:#CB5303;
}

#highlights h3 {
color:#CB5303;
}

#highlights .post .content a {
color:#CB5303;
}

#highlights .post .image img {
border-style:solid;
border-width:3px;
}

h2, h3, h4, h5 {
margin-bottom:10px;
}

#main .post h4 {
margin-top:10px;
}

#main blockquote, blockquote,div.fakeblockquote { 
background: transparent url(/wordpress/wp-content/themes/thejournal/images/left_quote.gif) left top no-repeat; 
border-left:0px;
color:#333333;
}

#main .post blockquote p {
font-size:13px;
}

#main .post #comments_wrap h2 {
font-size:22px;
}