/* 
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.

*/
body{
     color:#333;
}

.box .post p, p, .entry p{
     font-size:13px;
     color: #333;
}


p.wp-caption-text {
     font-size:11px;
     color: #666;
     padding-top:0;
     margin-top: 0;
}
.wp-caption img {
     margin-bottom:5px;
}

table.comparisonTable{
     border:1px solid #666;
     width:500px;
     margin-bottom:25px;
}
table.comparisonTable td{
     padding:5px;
     padding-bottom:10px;
     vertical-align:top;
     border-bottom:1px solid #666;
}
.widget h3, .widget h3 a {
background-color:#CC0000;
color:#FFFFFF;
}
.entry blockquote {
background-color:#F5CCCC;
border:1px solid #E06666;
     font-size:15px;
color:000;
}
#archivebox {
background-color:#fff;
border:1px solid #E06666;
}
.entry ul, .entry ol {
font-size:13px;
}
div.slide p{
     color:#fff;
}
p a{
     text-decoration:underline;
}
h2.comparison-header{
     margin-top:30px;
}
table.comparison td{
     padding:5px;
}

div.fineprint{
     font-color:#666;
     font-size: 10px;
     border: 1px solid #999;
     padding: 10px;
     margin: 15px 0;
}