/* 
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.

*/

.entry h4 {
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	clear: both;
}
.entry p{
	margin-bottom: 20px;
}

.singleh2 {
	font-size:1.8em !important;
	padding-top:5px;
	font-style: italic;
	letter-spacing: -1px;
}
a {
	color: #FE7094;
}
.date-comments{color: #FE7094;}
#sidebar h3{
	background:#FFF0FF;
	font-weight:bold;
	padding:5px 8px;
	display: block;
	margin: 0 0 7px 0;
	text-align: left;
	border: 1px solid #FFD9FF;
	height:16px;
	background-color: #FFF0FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#topmenu li a:hover,#topmenu li.active a{
	color: #F6C;
	text-decoration: none;
}
.idTabs li a{
	background:#FFF0FF;
	color:#363636;
	font-weight:bold;
	padding:5px 8px;
	display: block;
	margin: 0 7px 0 0;
	text-align: left;
	border: 1px solid #FFD9FF;
}
.idTabs li.last a{
	margin: 0
}
.idTabs li a:hover,
.idTabs .selected{
	text-decoration: none;
	color: #FFF;
	background-color: #FE9ABF;
	border: 1px solid #FE9ABF;
}