/* 

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.

*/
.post h5{
        text-transform: none;
        font-weight: normal;
	color: #444;
}
.post h5 a{
	color: #0166cc;
}
.post h5 a:hover{
	color: #000;
	text-decoration: underline;
}
a:focus,
a:hover     { color: #000000; }
a           { color: #0166cc; text-decoration: none; }

.pros li {
	margin:0 10px 10px 5px;
	padding:0 0 0 20px;
	width:540px;
}
.cons li {
	margin:0 10px 10px 5px;
	padding:0 0 0 20px;
	width:540px;
}
ol.forms input, ol.forms textarea {
	color: #999999;
}
#menu-header li{
	float: left;
	margin: 0 15px 0 0;
	position: relative;
}
#menu-header ul.sub-menu li a{
	font-size: 14px;
	padding: 10px;
}
#menu-header ul.sub-menu li a:hover{
	font-size: 14px;
	border: 0px;
	padding: 10px;
}
#menu-header li a{
	text-decoration: none;
	color: #d9d8c8;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 5px;
	z-index: 10;	
}
.review {
	float:left;
	padding:8px 0 10px;
	width:300px;
	border-bottom: 1px solid #eeeeee;
}
.post {
	margin:10px 0 10px;
	padding:8px 0 5px ;
	border-bottom: 1px solid #eeeeee;
}
.widget ul li {
	list-style-type:none;
	margin:0;
	padding:0 0 0.4em 1.5em;
	background:url("images/list_arrow.png") no-repeat scroll 0 3px transparent;
}
.widget ul li a{
	font-family: century gothic, arial;
	color:#7d7d7d;
	font-size: 13px;
	font-weight: bold;
}
.widget ul li a:hover{
	color:#000;	
}
ul, li {
	margin-left: 0.3em; 
}
#footer .col3 li a{
        font-family: century gothic, arial;
        font-weight: bold;
        font-size: 13px;
	color: #7d7d7d;
	display: inline-block;
}
#footer .copyright{
	padding: 20px 0 10px 0;	
}
