/*
Theme Name: Honey Peaches
Author: Dean Oakley
Author URI: http://deanoakley.com/
*/

/**********/
/* reset */
/********/
html{color:#000;background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,a{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
/* li{list-style:none;} */
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}



/* Basics ------------------------------------- */

* { margin:0; padding:0; }
.divclear { clear:both; }
.alignright { float:right; }
.alignleft { float:left; }
.aligncenter { display:block; margin-left:auto; margin-right: auto; }

a{
	outline: none;	
	text-decoration: none;
}


body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#1b1e1b;
text-align:center;
background-color:#fff;
background-image:url(images/bg2.jpg);

}

div#wrapper {
width:960px;
margin:0 auto;
text-align:left;
height:100%;

padding-left:20px;
padding-right:20px;

background-color:#fff;
background-image:url(images/bg.jpg);
background-position:center top;

}

/* Elements ----------------------------------- */

a {
text-decoration:none;
color:#db5216;
}

p {
margin:10px 0;
line-height:1.5em;
font-family:Arial, Helvetica, sans-serif;
size:15px;
}

h1,h2,h3,h4,h5,h6 {
padding:10px 0 5px 0;

}

h1,h2 {
font-weight:normal;
}

h2, h3{
	font-size:24px;
	padding-bottom:10px;
}

div#content h3, h4,h5,h6 {
	font-family:Georgia, "Times New Roman", Times, serif; 
}

ol, ul, li {
list-style:none;
}

code {
font:1em courier new;
}

pre {
border: 1px solid #c0c3ac;
font:1em courier new;
color:#233;
margin:10px;
padding:10px;
background:#ecf0d9;
overflow:auto;
}

table {
border-collapse:collapse;
margin:10px auto 10px auto;
background:#ecf0d9;
border-top:1px solid #c0c3ac;
border-bottom:1px solid #c0c3ac;
}

td {

padding:.5em;
}

th {
padding:10px;
border:1px solid black;
background-color:#c0c3ac;
}

dl {
margin:10px;
}

dt {
font-weight:bold;
}

dd {
margin:0 0 5px 20px;
}

blockquote {
background:url('images/blockquote.png') no-repeat;
margin:10px 20px;
padding-left:40px;
}

fieldset {
padding:15px;
margin:5px;
}

legend {
padding:5px;
}

/* Header ------------------------------------- */

div#header {
height:145px;
clear:both;
}

#logo{
	padding-left:65px;
	padding-top:20px;
	float:left;
}

h1#site-title {
padding-top:60px;
line-height:.5em;
}

h1#site-title a{
color:#fff;
font-size:1.5em;
margin:0 0 0 30px;
}

h1#site-title a:hover {
color:#db5216;
}

h4#site-blurb {
font-family:Georgia;
color:#212b21;

font-size:24px;

width:270px;
float:right;
padding-top:25px;
padding-right:70px;
}

/* Page List ---------------------------------- */

#page-list{
	float:left;
	margin-left:20px;
}

ul#page-list li {
float:left;
margin:5px;
padding:5px 5px 3px 5px;
font-size:20px;

}

ul#page-list li li {

}

ul#page-list li a {
margin:0;
padding:0;
display:block;
color:#1a201a;
text-decoration:none;
}

ul#page-list li a:hover,
ul#page-list li.current_page_item a{
background-color:none;
color:#DB5216;
}

ul#page-list ul {
display:none;
position:absolute;
margin:3px 0 0 -10px;
}

ul#page-list li li {
float:none;
}

ul#page-list li:hover > ul {
display:block;
background-color:#32342c;
}

ul#page-list img {
height:auto;
border:0;
margin-bottom:-2px;
}

/* Category List ------------------------------ */

div#navigation {
	clear:both;
	background-image:url(images/nav-bar.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:45px;
	margin-right:40px;
	padding-top:8px;
}

#bot_navigation{
	background-image:url(images/nav-bar.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:10px;
	margin-left:45px;
	margin-right:40px;
	margin-bottom:20px;
}


#searchbox {
	
	background-image:url(images/search.gif);
	background-repeat:no-repeat;

	width:245px;
	height:25px;
	display:block;
	float:right;
	margin-right:45px;
	margin-top:8px;
	padding-top:7px;
	padding-left:8px;
}
#searchbox .textfield {
	background:none;
	border:0px;
	width:200px;
	float:left;
	margin-right:2px;
	padding-left:2px;
}
#searchbox .button {
	background:none;
	border:0px;
	width:35px;
	height:25px;
	padding-left:5px;
	xpadding-bottom:15px;
	cursor:pointer;
	float:left;
	margin-top:1px;
}
#searchbox .searchtip {
	color:#999;
}



ul#category-list li {
float:left;
margin:3px;
padding:5px 7px 3px 7px;
font-family:Tahoma, Geneva, sans-serif;
}

ul#category-list li a {
color:#06180a;
margin:0;
padding:0;
display:block;
}

ul#category-list li:hover {
background-color:#fff;
}

ul#category-list li a:hover {
background-color:none;
}

ul#category-list ul {
display:none;
position:absolute;
background-color:#a9ac92;
margin:3px 0 0 -7px;
}

ul#category-list li li {
float:none;
}

ul#category-list li:hover > ul {
display:block;
}

/* Search Box --------------------------------- */

div#right-navigation {
float:right;
}

form#searchform {
float:right;
margin:6px 5px 0 0;
padding:0;
}

input.inputbox {
	width:175px;
	height:20px;
	border:1px solid #dddddd;
	padding:1px;
	background-color:#fafafa;
}

input#searchsubmit {
height:19px;
border:1px outset #000;
background-color:#06180a;
color:#eee;
}

input#searchsubmit:active {
border:1px inset #000;
}

/* Archive Page Banners ----------------------- */

div.archive-banner {
	border-top:1px solid #dae0c8;
	border-bottom:1px solid #dae0c8;
	background-color:#ecf0d9;

	margin-bottom:25px;
}

div.archive-banner h2{
	font-size:24px !important;
	padding-top:0px !important;
}

div.archive-banner-bottom {

}

div.archive-banner p {
	padding:10px;
	padding-bottom:0px;
}

div.archive-banner h2 {
font-size:2.5em;
padding:10px;
}

div#author-archive-banner {
text-align:left;
}

div#author-archive-banner img {
float:left;
padding-right:10px;
}

/* Posts -------------------------------------- */

div.date-box {
	float:left;
	background-image:url(images/post-header.png);
	
	width:70px;
	height:60px;
	margin:0 0 0 -92px;
	text-transform:uppercase;
	text-align:center;
	padding:10px;
	padding-top:2px;
	padding-left:5px;
	padding-right:25px;
	
	font-size:90%;
	font-family:Georgia, serif;
	color:#FFF;
}

*html div.date-box {
	display:none;
}

span.big-date {
font-size:19px;
}

h2.post-title a {
color:#000;
}

h2.post-title a:hover {

text-decoration:underline;
}

div.post {
margin-bottom:15px;
overflow:hidden;
}

.page{
	padding-left:25px;
}

div.post-body {

border-top:0;
}

div#content {
	width:505px;
	float:left;
	padding-left:55px;
	padding-top:20px;
	padding-bottom:25px;
}

div.post-body {
margin-bottom:15px;
padding:10px;
}

div.post-body a {
text-decoration:underline;
}

div.post-body a:hover {
text-decoration:none;
color:#fd7438;
}

p.attachment a {
border:0;
}

p.attachment a:hover {
border:0;
}

div.post-body ul li {
list-style:disc;
}

div.post-body ol li {
list-style:decimal;
}

div.post-body ol li, div.post-body ul li {
margin-left:30px;
}

div.post-body ol, div.post-body ul {
margin:10px 0;
}

div.post-body form#searchform {
float:left;
}

/* Single Posts and Pages --------------------- */

h2#single-title {
	border:0;
	
	padding:0;
	padding-bottom:15px;
	
	

}

.page {
		background-image:url(images/page-header.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

div#single-body {
border:0;
padding:0;
}

/* Sticky Posts ------------------------------- */

div.sticky h2.post-title {
border:1px solid #17291b;
border-bottom:0;
}


div.sticky div.post-body {
border:1px solid #17291b;
}

h2.post-title {
	background-image:url(images/post-header.png);
	background-repeat:no-repeat;
	background-position:right 1px;
	padding:20px;
	padding-top:10px;
	padding-left:12px;
	font-size:28px;
	line-height:56px;
}

*html h2.post-title {
	background-image:none;
}

.page h2.post-title {
	background-image:none;
	
}

/* Images ------------------------------------- */

.wp-caption {
text-align:center;
padding-top:4px;
margin:10px;
}

.wp-caption img {
margin:0;
padding:0;
border:0 none;
}

.wp-caption p.wp-caption-text {
font-size:11px;
font-style:italic;
line-height:17px;
padding:0 4px 5px;
margin:0;
}

div.post-body img {
border:0;
margin:0 10px 10px 0;
}

.post-body .wp-smiley{
	margin:0;
}

/* Galleries ---------------------------------- */

div.gallery {
clear:both;
margin: auto;
}

div.gallery a {
border-bottom:0;
}

div.gallery a:hover {
border-bottom:0;
}

dl.gallery-item {
margin:10px 0;
float: left;
text-align: center;
width: 33%;	
}

div.gallery img {
border: 1px solid #cfcfcf;
padding:2px;
}

div.gallery .gallery-caption {
margin-left: 0;
}

div.gallery img:hover {
border:3px solid #78ad78;
padding:0;
}

/* Post Meta ---------------------------------- */

div.post-meta {
font-family:Tahoma;
font-size:.95em;
}

div.post-meta a {
font-style:normal;
}

p#not-found {
text-align:left;
margin:0;
}

/* Post Top Meta ------------------------------ */

div.post-top-meta {
background-color:#17291b;
color:#ddd;
margin:0;
padding:0 5px;
text-align:right;

display:none;
}

div.post-top-meta a {
color:#ddd;
}

div.post-top-meta a:hover {
color:#fff;
}

span.top-categories {
float:left;
text-align:left;
}

/* Post Bottom Meta --------------------------- */

div.post-bottom-meta {
clear:both;
margin:20px 0;
padding:5px;

color:#566;

border-top:1px solid #dae0c8;
border-bottom:1px solid #dae0c8;
background-color:#ecf0d9;

font-size:12px;

}

div.post-bottom-meta a {
color:#455;
text-decoration:underline;
}

div.post-bottom-meta a:hover {
color:#000;
}

div.post-bottom-meta-columns {
float:left;
width:150px;
padding:10px 20px;
line-height:1.4em;
}

div.post-bottom-meta-columns ul li{
list-style-type:square;
list-style-position:inside;
}

div.bottom-meta-clear {
clear:both;
}

/* Comments ----------------------------------- */

textarea#comment {
	width:450px;
}

li.comment, li.pingback {
padding:10px;
margin:15px 0;
}

div.comment-meta {
float:left;
font-family:tahoma;
font-size:.8em;
margin:-40px 0 0 36px;
}

li.pingback div.comment-meta {
margin:0;
}

div.comment-author {
margin-right:5px;
}

div.comment-body p {
margin-top:30px;
}

div.comment-meta a {
color:#455;
border-bottom:1px dotted #aaa;
}

div.comment-author a {
font-weight:bold;
font-style:normal;
color:#233;
}

div.comment-body p a {
color:#233;
border-bottom:1px solid #aaa;
}

li.even {
background-color:#e1e5ce;
border:1px solid #d0d4bd;
}

li.odd {
background-color:#f2f6df;
border:1px solid #e1e5ce;
}

li.bypostauthor {
border:1px solid #233;
}

/* Next and Previous Links -------------------- */

div.next-and-previous {
border-top:1px solid #dae0c8;
border-bottom:1px solid #dae0c8;
background-color:#ecf0d9;
width:100%;
}

div.next-and-previous a {
color:#455;
}

div.next-and-previous a:hover {
color:#06180a;
}

div.next-and-previous-link {
padding:10px;
width:200px;
}

div.newer-posts {
text-align:right;
}

/* Sidebar ------------------------------------ */

div#sidebar {
	width:280px;
	float:right;
	margin-right:60px;
}

/* Sidebar Ads -------------------------------- */
/* (enable in sidebar.php) */

div#sidebar-ad-area {
width:370px;
height:175px;
}

div.ad-box {
width:150px;
height:150px;
float:left;
background-color:#283a2c;
margin:10px 0 0 19px;
border:2px solid #06180a;
color:#ddd;
}

div.ad-box p {
margin:10px 5px;
}

div.ad-box img {
width:150px;
height:150px;
border:0;
}

/* Sidebar Widgets ---------------------------- */

div#sidebar-widget-area {

}

div.widget {
	color:#1A201A;
	margin-bottom:10px;
}

h3.widget-header {
	font-size:24px;
	background-image:url(images/col-seperate.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	padding-bottom:12px;	
	text-align:left;
	margin-bottom:10px;
	margin-top:35px;
}

div.widget a {
color:#db5216;
}

div.widget a:hover {
border-bottom:1px solid #db5216;
}

div.widget li {

list-style-type:none;
margin-top:10px;
}

div.widget td a {
font-weight:bold;
}

div.widget form#searchform {
margin-bottom:15px;
}

/* Tabbed Sidebar Widgets --------------------- */

ul.tabnav {
text-align:left;
}

ul.tabnav li {
display: inline;
list-style: none;
padding-right: 10px;
margin:0;
}

ul.tabnav li a {
text-decoration: none;
color: #777;
font-weight: bold;
padding: 4px 6px;
outline: none;


}

ul.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
background:#cbeecb;
color: #222a22;
text-decoration: none;
border:0;
}

div.tabdiv {
margin-top:2px;
padding:5px;
}

.ui-tabs-hide {
display: none;
}

/* Footer ------------------------------------- */

div#footer {
	clear:both;
	
	color:#212b21;

	
	padding-bottom:20px;
	background-image:url(images/foota.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#ccedbe;
	margin-left:50px;
	margin-right:50px;
}

div#footer li{
	padding-bottom:8px;
}

div#footer a {
color:#212b21;
}

div#footer a:hover {
	text-decoration:underline;
}

/* Footer Widgets ----------------------------- */

h3.footer-widget-header {
	font-weight:normal;
	
	font-family:Georgia;
}

ul.footer-widget {
	float:left;
	padding:25px 0px 10px 40px;
	text-align:left;
	width:240px;
}

ul.footer-widget table {
float:left;
color:#233;
}

div#footer td a {
color:#233;
font-weight:bold;
}

ul.footer-widget caption {
color:#fff;
}

ul.footer-widget form#searchform {
float:none;
}

ul.footer-widget form#searchform label {
display:none;
}

div#footer a.rsswidget {
border-bottom:1px dotted #6b7e9d;
}

/* Footer Fine Print -------------------------- */

div#footer-credits {
float:right;
text-align:left;
padding-top:30px;
width:250px;
}

div#footer-credits li{
display:inline;
padding-left:10px;
}

div#footer p a {
border-bottom:1px dotted #6b7e9d;
}


.post-body form .button{
	text-align:center;
}

form.join td{
	text-align:center;
	
}

.side_rss{
	margin-top:60px;
}


