/* 
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.

*/

.post .title {
color:#1F1E1E;
font-family:Arial,Helvetica,sans-serif;
font-size:35px;
letter-spacing:-3px;
line-height:28px;
margin:0 0 -1px;
padding:0 0 20px;
position:relative;
width:502px;
}

custom.css (line 27)
.post .title {
color:#000000;
font-size:32px;
margin:0 0 30px;
padding:0 0 25px;
position:relative;
width:502px;
}
style.css (line 172)
h2 {
font-size:24px;
}
style.css (line 68)
h1, h2, h3, h4, h5, h6 {
color:#000000;
font-family:Arial,Helvetica,Sans-serif;
margin:0;
}

#pagenav li.current_page_item a, #pagenav a:hover {
border-bottom:0 solid #9FCEF1;
color:#202223;
font-size:20px;
font-weight:bold;
text-shadow:0 1px #FFFFFF;
}

#pagenav a {
border-bottom:0 solid #9FCEF1;
color:#777777;
font-size:20px;
font-weight:bold;
text-shadow:0 1px #FFFFFF;
text-transform:none;
}

