/* 
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.

*/
h1, h2, h3, h4, h5{
	font-family:'Arial Rounded MT Bold', Helvetica, Arial, sans-serif;
        
}
.comment-head h3 {
text-transform:uppercase;
	font-size: 18px;
	padding: 0;
	margin: 0;
	color:#1d1d1d;
}

.widget h3 {
        font-family:'Arial Rounded MT Bold', Helvetica, Arial, sans-serif;
	padding: 20px;
	font-size: 18px;
	line-height: 16px;
}


.posttext a{
	color: #000000;
	text-decoration: underline;
}
.posttext a:hover{
        color: #ff9900;
	text-decoration: underline;
}

.widget {
	margin:1px;
      //  padding: 20px;
}

.widget_tag_cloud div {
	padding: 20px;
        font-family: Helvetica, Arial, sans-serif;
}

.social-header {
float:right;
padding-top: 20px;
}

.rss-title {
color: #4d4d4d;
text-transform:none;
}

.widget_text h3 {
text-align:center;
}
.signup {
text-align:center;
}
.signup img {
border: 0px;
}
table {
border-collapse:collapse;
}
table,th, td{
border: 1px solid #bababa;
text-align:center;
padding: 4px;
}
.table img {
border: 0px;
}
td {
font-size: 11px;
font-family: Helvetica, Arial, sans-serif;
}
.final td {
font-size: 18px;
color: #FF9900;
}
.em {
color: #333333;
background-color:#FFFCEA;
}
.em p {
color: #bababa;
}