/* 
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 {
height: 100px;
background-color: #3398cc;
margin: 0 15px;
padding: 0px;
}

.box .post h2 {
font-size:16px;
line-height:20px;
}

.box .post p {
font-size:12px;
padding:5px 10px;
}

a {
color:#0000ff;
}

.entry img {
background-color:#FFFFFF;
border:0px solid #DDDDDD;
padding:4px;
}

.post-alt h2 {
color:#111111;
font-size:18px;
line-height:26px;
}


.post-alt h3 a{
color:#ooooaa;
font-size:17px;
padding-bottom:5px;
}

#archivebox {
background-color:#ffffff;
border:1px solid #93A081;
}

#archivebox h2 {
color:#666666;
}

.entry p {
font-size:14px;
line-height:18px;
text-align:left;
}

.widget h3 {
background-color:#eeeeee;
color:#555555;
}

.comments { display: none; }
.nocomments { display: none; }

#topbanner img {
float:right;
padding-bottom:10px;
}

