/* 
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.

*/

#columns .post h2{
	color: #FF7800;
	font-size: 1.3em
}
/*- Featured Post -*/
#columns .post .featured h2{
	font-size: 1.6em
}

/* styles the "posted on" meta below the heading */
#columns p.posted{
	color: #666666;
	font: 1em Georgia,"Times New Roman", Times, serif;
	letter-spacing: -1px
}

.post .singleh2 {
	font-weight:bold !important;
	font-size:1.3em !important;
}

span.small {
font-size: 10px;
color: #000;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
text-align: center;
}

img.woo-image th {
display:block;
width: 81px;
padding: 4px;
background: #efefef;
}
