/*
Theme Name: Nature's Highlight
Theme URI: http://refueled.net/wordpress-themes/
Description: A simple, two column theme for Wordpress.
Author: refueled
Author URI: http://refueled.net
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background: #000000 url(images/back.jpg);
	font-family: arial, verdana, tahoma, serif;
	font-size: 10pt;
	margin: 20px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 11pt; margin-top:10px; margin-bottom:7px;}
h4 {font-size: 9pt;}

small {font-size: 8pt;}
/*small a {font-weight: bold;}*/

/* images and misc. */

img{border: none; padding: 6px;}
img a{border:none;}

img.left{ float: left; border: none; padding: 0 15px 10px 0; }
img.right{ float: right; border: none; padding: 0 0 10px 15px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#990000;
	text-decoration:none;
	border: none;
	}

a:hover{color:#990000;text-decoration: underline; border: none;}



/* container */


#container {
	width: 890px;
	margin: 0 auto;
	padding: 0;
        background:#fff url(images/bg.jpg);
	background-repeat: repeat-y;
	color:#000;
	overflow: hidden;
	border: 6px solid #fff;
	}
	
/* header */

#header {
        background:#5E0000 url(images/header.jpg);	
	width: 100%; 
	color: #fff; 
	height: 70px;
	}
	
#header:hover{
	background:#5E0000;	}
	
#header h1{
	font-family:   arial, georgia, times;
	font-size: 22pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin:12px 15px 0 15px;
	padding:4px 15px 10px 0;
	border-right:1px solid #C1C4BC;
	float:left;
	}

#header p{
	font-family: arial, georgia, times;
	font-size: 20pt;
	font-weight: 300;
	color: #fff;
        padding: 18px 0px 0px 10px;	
        margin: 0px;
	 	}
	

/* mid header */
	
#midheader{
	width: 100%; 
	height: 200px; 
        background: #f7f5ef;
	overflow: hidden;
	border-top: 6px solid #fff; 
	margin:0;
	padding:0;
	}

.leftcontent{ 
	width: 354px;
	height: 200px;
	float: left;
	font-size: 9pt;
	}

.leftcontent h2{
font-family: verdana, arial, tahoma;
	font-size:10pt; 
color: #444;
  margin: 10px 0 0 15px;
  }

.leftcontent ul{ 
	margin: 10px 15px;
	}
	
.leftcontent ul li{ 
  padding: 4px 0 4px 0;
  border-top: 1px dotted #B2B2AA;
  list-style-type: none;
	}
	
.leftcontent ul li a{color: #767C6F;}
.leftcontent ul li a:hover{color: #767C6F; text-decoration: none;}
	
.leftcontent ul li:hover{ 
  background: #D3D3CB;
	}

.rightimg{ 
	width: 500px;
	height: 194px;
	float: right;
	background: url(images/rightimg/random.php);
	border-left: 6px solid #fff; 
	border-bottom: 6px solid #fff; 
	}

/* main menu */

#nav {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 25px;
        background:#5E0000 url(images/nav.jpg);	
	font-family: verdana, arial, tahoma;
	font-size: 8pt;
	list-style: none;
	line-height: 1;
        }

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	line-height: 14pt;
	padding: 4px 9px 2px 9px;
	color:#fff;
	text-decoration: none;
border-right: 1px solid #fefefe;
}

#nav a:hover {
	background-color:#990000;
	
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #990000;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0;
	padding: 0;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul a{
	background: #990000;
	list-style: none;
	font-family: tahoma, verdana, serif;
	font-size: 8pt;
	font-weight: 300;
	text-align: left;
	padding: 6px;
	width: 180px;
	letter-spacing: 1px;
}

#nav li ul a:hover{
	background: #5E0000;
	color: #fefefe;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}



/* content */


#content {
	float: right;
	width: 650px;
	overflow: hidden;
	}	

.post {
	margin: 0 10px;
	padding:10px 25px 10px 5px;
	line-height: 14pt;
	text-align: justify;
	}
	
.post h2{
	font-family: baskerville, georgia, times, serif;
	font-size: 14pt;
	font-weight: 300;
	color: #31342C;
	padding: 0 0 6px 0;
	}
	
.post h2 a{
	color: #990000;
	text-decoration: none;
	border: none;
	}
	
.post h2 a:hover{
	color: #990000;
	text-decoration: underline;
	}
	
.post p{margin: 4px 0 4px 0;}

.post ul {padding: 12px;}

.post ul li {list-style-type:square; list-style-position: inside; color:#878A7E;}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	border-top: 1px dotted #C2C1B9;
	border-bottom: 1px dotted #C2C1B9;
	text-align: center;
	line-height: 15pt;
	}
	
.postmetadata img{display: inline; margin: 0; padding: 4px 2px 0 2px;}
	
.navigation {
	margin: 10px;
	padding:2px;
	font-size:.9em;
	float:left;
	width:98%;
	}
	
.alignleft {float:left;}
.alignright {float:right;}


.archivetitle{
	
	font-size: 12pt;
	font-family: baskerville, georgia, times, serif;
        font-weight: bold;
	color: #444;
	padding: 10px 0px 0px 15px;
	}

/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:9pt;
	width: 200px;
	float:left;
	margin: 6px 0 24px 0;
	padding: 0;
	border-right: 6px solid fff;
	background: #f6f5f0;
	}

#sidebar h2{
       font-size: 12pt;
	font-family: baskerville, georgia, times, serif;
        font-weight: bold;
	color: #444;
	text-align: left;
	margin: 0px;
	padding: 10px 0px 0px 10px;
}

#sidebar p {margin:0; padding: 0 6px 0 0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:10px 0px 12px 0px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0px 12px 0px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 4px 0 4px 12px;
	border-bottom: 1px solid #CBCBC9;
	}
	
#sidebar ul ul li:hover{
  background: #E3E3DE;
  }

#sidebar ul ul li a{color: #990000; text-decoration: none; border: none;}
#sidebar ul ul li a:hover{color: #990000; text-decoration: none; border: none;}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit, #contactsubmit {
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #B2B2B2;
        color: #333;
	}
	
#submit, #contactsubmit {margin:5px 5px 7px 0px;}


ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#99000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
        color: #444;

	}
	
cite a {color: #990000; text-decoration: none; border-bottom: 1px dotted #465D71;}

.commentmetadata a{color: #666;}
/* search */

#searchform{
	padding: 6px 0 6px 10px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #666;
	}


/* MailPress */

#email
{
	font-family: verdana, arial, times;
	font-size: 9pt;
	padding: 5px 2px 5px 4px;
	margin: 4px 2px 8px 2px;
	border: 1px solid #B7B7B7;
 
	}

#contactsubmit
{
	font-family: verdana, arial, times;
	font-size: 9pt;
	padding: 3px;
	margin: 2px 0px 9px 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #666;
 
	}


.MailPressFormEmail
{
	font-family: verdana, arial, times;
	font-size: 9pt;
	padding: 5px 2px 5px 4px;
	margin: 4px 2px 8px 2px;
	border: 1px solid #B7B7B7;
	}
.MailPressFormSubmit
{
	font-family: verdana, arial, times;
	font-size: 9pt;
	padding: 3px;
	margin: 2px 0px 9px 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #666;
	}


.required
{
	color: #990000; !important
font-weight: bold;
}


.button

{
	color: #333333; !important
}






/* footer */


#footer {
	background: #5E0000;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:solid 1px #DEDEDE;
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	border-top: 6px solid #fff;
	}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}


