/*
Theme Name: NicheMedia by Diverse Media
Theme URI: http://www.diversemedia.co.nz
Description: NicheMedia template designed by Diversemedia 
Version: 1.0
Author: Diversemedia!
*/

/* Main Styles */
body {
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: center;
	background-image: url(images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0;
}
#wrapper {
	width: 944px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#main {
	width: 876px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #54921A;
}
h4 {
	color: #54921A;
	display: inline;
}

/* Navigation */
#nav {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #8DB666;
	border-bottom-color: #8F8E8E;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-size: 14px;
	width: 944px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-size: 13px;
}
#nav ul {
	height: 31px;
	margin: 0px 0px 2px 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	list-style-type: none;
	width: 944px;
	display: block;
}
#nav li {
	float:left;
	display: inline;
	padding-top: 10px;
	/* border-left: solid 2px #ADDD80; */
}
#nav a {
	text-decoration:none;
	color: #999999;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav ul li.first a {
	padding-left: 11px;
}
#nav ul li.last a {
	padding-right: 2px;
}
#nav a:hover {
	background-color: #E1EBD7;
	width: 100%;
}
/* Side */
#side {
	float: left;
	width: 220px;
}
#navcontainer {
	width: 220px;
}
#side ul {
	margin-top: -10px;
	margin-bottom: 15px;
	list-style-type: none;
}
#side li {
	margin-left: -44px;
	border-bottom-color: #8F8E8E;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	line-height: 18px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
}
#navcontainer a {
	display: block;
	width: 218px;
	text-decoration: none;
	color: #999999;
	padding-top: 8px;
	text-indent: 10px;
	padding-bottom: 6px;
}
#side a:hover {
	background-color: #E1EBD7;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
/* Calendar */
#wp-calendar {
	width: 218px;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
}
#wp-calendar td {
	text-align: center;
}
#wp-calendar caption {
	border-bottom-color: #8F8E8E;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #54921A;
	text-align: left;
	padding-bottom: 6px;
}
#wp-calendar a {
	text-decoration: none;
	color: #999999;
}
#wp-calendar #today {
	background-color: #E1EBD7;
}
/* Search box */
#search_box {
    width: 208px;
    height: 23px;
    background: url(images/search_bg.gif);
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 4px 0 2px 24px;
    border: 0;
    width: 159px;
    height: 18px;
    background: none;
    color: #999999;
}
#searchsubmit {
width: 24px;
height: 23px;
padding: 0;
border: 0;
background: transparent url(images/submit.gif) no-repeat center top;
    float: right;
    margin: 0;
}
/* Content */
#content {
	width: 610px;
	float: right;
	margin-top: 50px;
}
#content a:link {
	color: #54921a;
}
#content h1 {
	color: #54921a;
	font-size: 20px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
}
/* Footer */
#footer {
	display: block;
	height: 57px;
	text-align:center;
	text-size: 10px;
	font-style: normal;
	clear:both;
	background-image: url(images/footer_bg.gif);
	background-repeat:repeat-x;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #8DB666;
	padding-top: 40px;
}
#footer a {
	text-decoration: none;
	color: #999999;

