/* 
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.

*/
/*=== Setup ===*/
*

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	font:14px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
}

input,select,textarea,text{
	border: #cacaca 1px solid;
	font-size: 14px;
	padding: 5px;

}

.entry img { 
	padding: 2px 2px 2px 2px;
	background:#FFFFFF;
	border: 0px; 
	}
input.image { 
	padding: 2px 2px 2px 2px;
	background:#FFFFFF;
	border: 0px; 
	}
select{
	padding: 0;
}



/*==============  HEADER  ===================*/
#header{
	height: 109px;
}
#header .spacer{
	color: #a0a09b;
	float: right;
	font-size: 11px;
	padding: 37px 0px 0 0;
	text-align: right;
}
#header .spacer p{
	clear: both;
}

/*=== typography ===*/
h2{
	font-family: Tahoma, Arial, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0 0 5px;
	font-size:28px;
}
h2 a{
	color: #000;
}
h2 a:hover{
	color: #666;
	text-decoration: none;
}
h3, h4, h5{
	color: #363636;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
}

.featuredpost h2 { font-size:28px; }

#centercol h3 {
	background: #FFFFFF;
	margin: 0 0 15px 0px;
	padding:10px 18px 5px 18px;
	border:0px;
	color:#000000;
	text-align: left;
	height:20px;
	font-size:18px;
}

#centercol h4 {
	background: #FFFFFF;
	margin: 0 0 40px 0px;
	border:0px;
	color:#000000;
	text-align: left;
	height:25px;
	font-size:16px;
}

/*========= SINGLE POST SPECIFIC =========*/

.singleh2 {
	font-size:28px;
	padding-top:5px;
}

.entry p{
	text-align:left;
	font-size:14px;
	line-height:20px !important;
	color:#000000;
	}

.entry img { 
	padding: 2px 2px 2px 2px;
	/*border: solid 1px #e6e6e6;*/ 
	}
