/*
Theme Name: NicheCash
Version: 1.0
*/

body {
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	padding: 0;
}
ul, ol {
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 1.4em;
}
p {
	line-height: 1.4em;
}
div#wrapper  {
	text-align: left;
	margin: 0 auto;
	width: 830px;
}
div#header {
	margin-bottom: 15px;
}
div#headerright {
	text-align: right;
}
div#headerright h1 {
	font-size: 12px;
}
div#header a {
	text-decoration: none;
	color: black;
}
div#content {
	width: 600px;
	float: left;
}
div.post h2 {
	font-family: Arial;
	font-size: 21px;
}
div.post h2:hover {
	color: #F5B800;
}
div.entry a {
	color: #004285;
	text-decoration: none;
}
div.entry a:hover {
	background: #E6E6E6;
	color: #525252;
}
div.entry  li {
	margin: 0 0 15px 20px;
}
div#sidebar {
	float: right;
	width: 200px;
	margin-top: 35px;
}
div#sidebar h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: lowercase;
}
div#sidebar div.widget {
	float: left;
	margin-bottom: 15px;
}
div#sidebar div.widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#sidebar div.widget ul li {
	margin: 0 0 5px;
}
div#sidebar div.widget ul li a {
	color: #B88A00;
	font-size: 11px;
	text-decoration: none;
}
div#sidebar div.widget ul li a:hover {
	background: #E6E6E6;
	color: #525252;
}
div#footer {
	margin-top: 15px;
}div.clear {
	clear: both;
}