/*
	Theme Name: Aaron's Modefied Theme
	Theme URI: http://frontierwebdesign.com/hunter-theme/
	Description: Aaron's Modefied Theme
	Version: 1.0
	Author: Aaron Jensen

Hand coded with love, by chad coleman over at frontierwebdesign.com */

* html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #454545;
	margin: 0;
	padding: 0;

}

#adsense {
	float: left;
	margin: 5px;
	z-index: 5;
}

#outer {
	background-image: url(images/bg-tile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#upgrade {
	background-color: #CC6600;
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#upgrade a {
	color: #FFFFFF;
	text-decoration: underline;
}
#upgrade a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active, a:focus, input[type="image"] {
outline: 0;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #996600;
	text-decoration: underline;
}
a:hover {
	color: #193300;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

blockquote {
	color: #660000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 16px;
}
small {
	font-size: 11px;
}

.entry b, .entry strong, .post strong {
	font-weight: bold;
}
.entry ul {
	padding-right: 0px;
	_padding-left: 0px;
	padding-left: 15px;
}

.entry ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
	list-style-type: none;
	margin: 0px;
}
.entry {
	line-height: 150%;
}
.entry img {
margin: 5px;
}


#wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	height: 140px;
}
#logo_img {
	width: 186px;
	margin-left: 30px;
}

#logo {
	color: #FFFFFF;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px;
	padding-top: 80px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#logo a:link, #logo a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#logo a:hover, #logo a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#book_header {
	width:387px;
	float:right;
	padding:2px 0px 55px 0px;
	font-weight:bold;
	font-size:12pt;
	color:#fff;
	background-image: url(images/book_header.png);
	background-repeat: no-repeat;
}
#book_header_text {
	padding: 8px 0 0 70px;
	color:#fff;
}
#headsearch {
	float: right;
	width: 250px;
	margin: 90px 80px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}
#searchforma {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
input#s2a {
	width: 150px;
	font-size: 12px;
	color: #CCCCCC;
	border: 1px solid #333333;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-image: url(images/nav-over.jpg);
	background-repeat: repeat-x;
	margin-right: 3px;
	background-position: bottom;
}
input#searchsubmita {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #000000;
	margin: 0px;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #333333;
}
#content>#main>#list_categories {
	height:24px;
	line-height:20px;
	font-size:20px;
	padding: 0px;
	margin: 0 0 5px 0;
}

#list_categories ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float:left;
}
#list_categories li {
	height:20px;
	line-height:20px;
	list-style-type: none;
	float: left;
	padding:0 0 0 20px;
	margin: 0;
}

#list_categories a {
	font-size:14px;
	}

#nav {
	height:32px;
	line-height:30px;
	font-size:14px;
	color: #FFFFFF;
	padding-left: 12px;
	margin: 0px;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float:left;
}
#nav li {
	height:30px;
	line-height:30px;
	float: left;
	padding:0;
	margin: 0;
}

#nav li li {
	float: none;
	padding:0;
	margin: 0;
}
#nav li ul {
	display:none;
	position: absolute;
	width: 160px;
	left: -999em;
}
#nav li ul ul {
	margin: -31px 0 0 160px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	z-index: 1;
	left: -999em;
	color: #FFFFFF;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	z-index: 1;
	display:block;
	left: auto;
}
#nav a {
	display: block;
	text-decoration:none;
	color: #EEEEEE;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 2px;
}

#nav li a:hover, #nav li a:active, #nav li.current_page_item {
	background-image: url(images/nav-over.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	text-decoration:none !important;
	color:#CCCCCC !important;
	width:320px;
	float: none;
	margin: 0;
	padding:0 10px;
	background-color: #4a4724;
	background-image: url(images/nav-sub-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	font-size: 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#nav li li a:hover, #nav li li a:active {
	color: #FFFFFF !important;
	background-color: #4a4724;
	background-image: url(images/nav-sub-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#nav li.current_page_item a {
	text-decoration:none;
	color:#FFFFFF;
}
.tag-cloud-title {
	font-size: 14px;
	letter-spacing: -1px;
	background-image: url(images/tag.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	color: #333333;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}


.archive-tag-cloud {
	background-color: #EEEEEE;
	text-align: center;
	border: 1px dotted #CCCCCC;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	line-height: 210%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
.archive-tag-cloud a {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666666;
	text-decoration: none;
}
.archive-tag-cloud a:hover, .archive-tag-cloud a:visited, .archive-tag-cloud a:active {
	color: #333333;
}

#container {
	width: 943px;
	background-image: url(images/bg-wrapper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contentbrdr {
	background-image: url(images/content-brdr.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	width: 943px;
}
#content {
	padding-bottom: 15px;
}
#content h3 {
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	display: block;
}
#content h2 {
	color: #333333;
	font-size: 20px;
	margin:30px 0px 15px 0px;
	line-height:100%;
}
#content h1 {
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	line-height:95%;
}

#content>#main {
	width: 615px;
	float: left;
	margin-top: 50px;
	margin-left: 35px;
	margin-right:31px;
	display:inline;
}
#main {
	width: 615px;
	float: left;
	display:inline;
	padding: 0px;
	_padding: 0px 0px 0px 0px; /* this did the trick. Only IE6 should process this line */
	margin-left:35px;
	margin-right:31px;
	margin-top: 50px;
}
#content>#sidebar {
	float: right;
	width: 250px;
	margin-right: 12px;
	margin-top: 55px;
	clear: none;
	display:inline;
}
#sidebar {
	float: right;
	width: 250px;
	margin-right: 12px;
	margin-top: 55px;
	clear: none;
	display:inline;
}
.whatever {
 	*padding-top: 10px /*(ie6 and 7) */
 	_padding-top: 20px /*(ie6 only) */
 
 }
#page_footer_text {
	color: #990000;
	text-decoration: underline;
}
 
#page_footer h2 {
	color: #990000;
	margin: 15px 0px 20px 20px;
}

#page_footer {
	color: #990000;
	padding: 10px; 
	margin: 0 0 50px 0;
	border: 2px solid #990000;
	background-color: #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px; 
	border-radius: 10px;
}

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

#content>#sidebar ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
}
#sidebar ul ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
}

/* Collapsing Pages bottom spacing fix*/
#content>#sidebar> ul li ul li ul{
padding-bottom:0px;
margin-bottom:0px;
}

.ngg-widget {
	padding:10px 0 6px 21px;
	width:220px;
}

#sidebar li {
	background-image: url(images/widget-li-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
	padding-bottom: 5px;
	display: block;
	list-style-type: none;
}


#sidebar li li {
	font-size: 12px;
	padding-right: 34px;
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: none;
	margin: 0px;
	background-color: transparent;
	background-image: url(blank.gif);
}
#sidebar h2 {
	background-image: url(images/sidebar-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 15px;
	color: #FFFFFF;
	height: 32px;
	padding-left: 13px;
	padding-top: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	margin-bottom: 0px;
}
#footer {
	background-image: url(images/bg-footer.jpg);
	background-repeat: no-repeat;
	height: 73px;
	background-position: center;
	margin-bottom: 27px;
	width: 943px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#footnav {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	margin: 0px;
	padding-bottom: 0px;
}
#footnav ul {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 900px;
}
#footnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#footnav li a:link, #footnav li a:visited {
	font-size: 11px;
	color: #EEEEEE;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#footnav li a:hover, #footnav li a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
p.copyright {
	color: #EEEEEE;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	width: 320px;
}
p.copyright a:link, p.copyright a:visited {
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
p.copyright a:hover, p.copyright a:active {
	color: #FFFFFF;
	text-decoration: none;
}
p.copyright span{
	color: #999999;


}
.copyright  span  a:link {
	color: #999999;
	text-decoration: underline;
}
.credits {
	text-align: right;
	float: right;
	width: 315px;
	font-size: 11px;
	color: #999999;
	padding-top: 15px;
}
.credits  a:link, .credits a:visited {
	color: #CCCCCC;
}
.credits a:hover, .credits a:active {
	color: #FFFFFF;
	text-decoration: none;
}



.centercontent {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
ul.catlist {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.monthlist {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main ul.monthlist     li,   #archives  ul li      {
	padding-bottom: 4px;
	padding-top: 4px;
	background-image: url(images/month.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#archives h2 {
	margin-bottom: 15px;
}
#archives ul li {
	margin-left: 18px;
}

.entry ul.monthlist li {
	background-image: none;
}

ul.catlist    li   {
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(images/category.png);
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 19px;
	list-style-image: none;
	margin: 0px;
	padding-right: 0px;
}

#sidebar  .widget_links   li  {
	background-image: url(images/commentlink.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 39px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#sidebar  .widget_pages   li  {
	background-image: url(images/page.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 39px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#sidebar  .widget_categories h2 {
	margin-bottom: 15px;
	z-index: -1;
}

#sidebar  li.cat-item {
	padding-left: 41px;
	background-image: url(images/category.png);
	background-repeat: no-repeat;
	background-position: 19px;
	color: #999999;
}

#sidebar  .widget_recent_entries   li  {
	background-image: url(images/recent-post.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 39px;
	padding-top: 4px;
	padding-bottom: 4px;
}



.posttitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #990000;
	font-size: 22px;
	letter-spacing: -1px;
}
.posttitle a:link, .posttitle a:visited {
	color: #990000;
	text-decoration: none;
	font-size: 22px;
	letter-spacing: -1px;
}
.posttitle a:hover, .posttitle a:active {
	color: #000000;
	text-decoration: none;
}
.clearBoth {
	clear: both;
}
.tags {
	background-image: url(images/tag.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 19px;
	padding-top: 0px;
	padding-bottom: 3px;
	margin: 0px;
}

.edit {
	background-image: url(images/edit.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
	margin-left: 9px;
	float: right;
	padding-bottom: 3px;
}
.date {
	color: #666666;
	font-weight: bold;
	font-size: 15px;
}




p.postmetadata {
	font-size:11px;
	background-color: #eeeeee;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	color: #666666;
}
.navigation {
	padding-top: 5px;
	padding-bottom: 5px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
.floatingbox {
	float: left;
	width: 45%;
	display: inline;
	padding-right: 9px;
	font-size: 11px;
	letter-spacing: 1px;
	color: #333333;
	margin-left: 10px;
	margin-top: 15px;
}
.gravatar {
	float:right;
	padding: 3px;
	border: 1px solid #000;
	background: #fff;
	margin-left: 15px;
	height: 70px;
	width: 70px;
	margin-bottom: 10px;
	clear: none;
	margin-top: 10px;
}
.postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #000;
	background: #fff;
}
#latestboxes {
	width: 400px;
	margin-left: 30px;
	padding-left: 5px;
}

#previous {
	width: 49%;
	display: inline;
	float: left;
	padding-top: 20px;
}
#discuss {
	width: 49%;
	float: left;
	display: inline;
	padding-top: 20px;
	overflow: hidden;
}
ul.dates, ul.recent {
	list-style-type:none;
	border-top:1px solid #CCCCCC;
	padding: 0px;
	margin-top: 1.5em;
	margin-right: 5px;
	margin-bottom: 2em;
	margin-left: 0;
}
ul.dates li, ul.recent li {
	list-style-type:none;
	margin:0;
	padding:0.5em 0;
	border-bottom:1px solid #CCCCCC;
	font-size: 10px;
}
.recent a, .dates a {
	text-decoration: none;
}
.recent a:visited, .dates a:visited {
	text-decoration: none;
}

#previous ul.dates .postdate {
	color:#858585;
	padding:0 1.5em 0 0;
}
.wp-smiley {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#tag_cloud {
	padding-bottom: 15px;

}
#tag_cloud a {
	margin-left: 22px;
	margin-right: 22px;
	color: #999999;
}
.widget_tag_cloud {


	
}

.textwidget {
	padding-top: 10px;
	padding-right: 34px;
	padding-bottom: 15px;
	padding-left: 22px;
	
}
.widget_text h2 {
	margin-bottom: 9px;
}
.widgettitle {
}
#calendar_wrap {
	padding-right: 34px;
	padding-left: 22px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#wp-calendar {
	width: 185px;
	font-size: 11px;
	text-align: center;
}
#wp-calendar caption {
	font-size: 15px;
	color: #666666;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#wp-calendar td {
	margin: 0px;
	padding: 2px;
	background-color: #EEEEEE;
}
#wp-calendar thead th {
	text-align: center;
}

#wp-calendar  tfoot td    {
	background-image: none;
	background-color: transparent;
}
form.wp-contactform input {
	border: 1px solid #666666;
}
#wpcf_email, #wpcf_your_name, #wpcf_response, #wpcf_message, #wpcf_website, #wpcf_msg {
	border: 1px solid #999999;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
}
#wpcf_response {
}



