/*
Theme Name: Nevada Home Hunt Theme
Theme URI: http://www.WebFadds.com
Description: Business Blog Theme for NevadaHomeHunt.com
Author: WebFadds
Author URI: http://www.WebFadds.com
*/

/* :::::::: Structure :::::::::::: */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #8f7630 url(images/bkgnd.gif) repeat-x;
}

#wrapper {
	width: 755px;
	margin: 12px auto 0;
	padding: 0px;
		background: url(images/mainbkgnd.gif) repeat-y;

	background-color: #f8f3C7;
}

#main {
	width: 755px;
}

/* :::::::: Header :::::::::::: */

#header {
	height: 207px;
	width: 755px;
	background-image: url(images/image_top2.jpg);
	margin: 17px 0px 0px;
}

#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}

#header h1 a:hover {
	text-decoration: underline;
}

.description {
	clear: left;
	padding: 5px 0 5px 35px;
}

/* -- Menu -- */

#menu {
	padding: 1px 0 0 16px;
	white-space: nowrap;
	margin: 0;
	width: 755px;
	background-color: #5d0707;
	height: 18px;
	font-weight: bold;
	font-size: 12px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 24px 0 0;
}

#menu li a:link, #menu li a:visited {
	padding: 3px;
	color: #f8f3C7;
	text-decoration: none;
}

#menu li a:hover {
	text-decoration: none;
	color: #fdae28;
}

/* :::::::: Sidebar :::::::::::: */

#sidebar {
	width: 180px;
	float: right;
	margin: 0;
	padding: 8px;
}

#sidebar h1 {
	font-size: 1.1em;
	color: #5d0707;
}

#sidebar h2 {
	font-size: .8em;
	color: #fff;
	background-color: #3e0404;
	display: block;
	padding: 3px 3px 3px 8px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
	color: #3e0404;
}

#sidebar li a:hover {
	text-decoration: underline;
}

#sidebar ul ul {
	margin-left: 10px;
}

#sidebar ul ul li, #sidebar ul ul li {
	font-size: .9em;
	margin-left: 10px;
}

/* :::::::: Content :::::::::::: */

#content {
	width: 500px;
	padding: 10px 10px 10px 18px;
	float: left;
	line-height: 1.3em;
	font-size: .9em;
}



.navigation {
	clear: both;
	margin: 1em 1em 2em;
}

#content a:link, #content a:visited {
	padding: 2px;
	color: #5d0707;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
	color: #fa6337;
}

/* -- Headings -- */

#content h1 {
	font-size: 1.65em;
	color: #5d0707;
	margin-top: 1.5em;
}

.post h2 {
	font-size: 1.4em;
	margin: 15px 0 10px;
	padding: 0;
}

.post h3 {
	font-size: 1.3em;
	padding: 0;
}

/* -- Posts -- */

#postdate {
	clear: both;
	margin-top: 1em;
	margin-bottom: 5px;
}

.post {
	padding: 5px;
	font-size: .9em;
}

.entry-content, .entry-excerpt {
	clear: left;
}

.entry-meta {
	margin: 0 0 10px 0;
}

.underpost {
	font-size: .9em;
}

#content .underpost a {
	text-decoration: underline;
}

blockquote {
	font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	width: 350px;
	padding: 0 10px 0 30px;
	text-indent: -30px;
}

blockquote p:first-letter {
	padding: 0 0 0 30px;
	font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}

/* -- Images -- */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}

img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}

img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}

a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}

a.image img {
	border: none;
}

/* -- Captions -- */

.wp-caption-text {
	font-size: .7em;
	line-height: 1.1em;
	margin: 0;
}

/* -- Entry Dates -- */

.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}

.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}

/* -- Comments -- */

.avatar {
	float: right;
	margin: 0 0 3px 5px;
}


#respond p {
	font-size: .9em;
}

.comment-text{
	font-size: .9em;
}

#commentform input {
	
}

#commentform textarea {
	
}

#commentform {
	padding: 10px;
}

ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

@import url("style.css");

ol.commentlist li {
	margin: 15px 0 0 0;
}

#content ol.commentlist li a {
	text-decoration: underline;
}

li.author {
	padding: 5px;
}


/* :::::::: Footer :::::::::::: */

#footer {
	height: 62px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
	background-color: #3c4814;
	color: #fff;
}

#footer a:link, #footer a:visited {
	color: #fff;
}

#footer a:hover {
	text-decoration: none;
}

/* :::::::: Widgets :::::::::::: */
#wp-calendar {
	font-size: .8em;
}

#today td {
	background-color: #5d0707;
	font-weight: bold;
	color: #fff;
}
