/*
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;
	list-style-type: square;
	}
div#wrapper  {
	text-align: left;
	margin: 0 auto;
	width: 730px;
}
div#header {
	margin-bottom: 15px;
}
div#headerright {
	text-align: right;
}
div#headerright h1 {
	font-size: 12px;
}
div#header a {
	font-size: 37px;
	text-decoration: none;
	color: black;
}
div#content {
	width: 700px;
}
div.post h2 {
	font-family: Times New Roman;
	font-size: 26px;
}
div.post h2 a {
	color: black;
	text-decoration: none;
}
div#footer {
	margin-top: 15px;
}
div#footer h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
div#footer div.footerbox {
	float: left;
	margin-bottom: 15px;
}
div#footer div.footerbox ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#footer div.footerbox ul li {
	margin: 0 0 5px;
}
div#footer div.footerbox ul li a {
	color: #737373;
	text-decoration: none;
}
div#footer div.footerbox ul li a:hover {
	text-decoration: underline;
}
div.clear {
	clear: both;
}