/*
Theme Name: HNY Design
Theme URI: http://www.herenextyear.com/
Description: This theme is a 3-column theme that also works as a 1 or 2-column theme.
Version: 2.0
Author: Dave Cable
Tags: three columns, variable width, two columns, one column, widgets

HNY Design by Dave Cable || http://www.herenextyear.com/
This is a flexible layout, useful for 1-3 column blog sites.
*/
/* Global Reset */
* {
	margin: 0;
	padding: 0;
}
/*********************************************
	Layout Classes
*********************************************/
#header {
	width: 982px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	clear:  both;
	background-color: #696969;
}

#searchformWP input {
	margin-top: 14px;
}

#container, .hny_white { 
	width: 982px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	position: relative;
	clear:  both;
	background: #f5eccf url('images/body_bg.jpg') repeat-y left top;
}

#l_sidebar {
	float: left;
	width: 200px;
	padding: 0px 20px 0px 31px;
}

#r_sidebar {
	float: right;
	width: 200px;
	padding: 0px 31px 0px 20px;
}

#contentWP {
	float: left;
	width: 480px;
	padding: 0px;
	text-align: left;
}

#footer {
	width: 982px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	clear:  both;
}

html, body {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	background: #696969 url('images/bg_tile.jpg') repeat left top;
	color: #000000;
	font-size: 12px;
	font-family: "Arial", "Helvetica", "Tahoma", "Verdana", "Sans-Serif";
	position: relative;
}

body * {
	margin: 0px; 
	padding: 0px;
}
/*********************************************
	Links
*********************************************/
a {
	font-weight: normal;
	text-decoration: underline;
	outline: none;
}

a, a:link {
	color: #004276;
	cursor: pointer;
	text-decoration: underline;
}

a:visited {
	color: #004276;
}

a:active, a:focus {
	color: #afa208;
	text-decoration: underline;
}

.posty {
	padding-left:10px;
}

.posty a, .posty a:link, .posty a:visited {
	color: #e39300;
}

a:hover, .posty a:hover {
	color: #afa208;
	text-decoration: underline;
}

.post h2 a{
	margin: 0px;
}

.auth a, .page-nav a, .post-meta-bottom a, .post-meta-top a, .pmt a {
	text-decoration: none;
}

.nav-previous a {
	padding-left: 10px;
}

.nav-next a {
	padding-right: 10px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #bdd3f9;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
/*********************************************
	Headings
*********************************************/
h1 {
	font-weight: bold;
	text-align: center;
	color: #4776C6;
	font-size: 22px;
	padding: 10px 0px 20px 0px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #568D08;
	text-align: left
}

h3 {
	font-weight: bold;
	text-align: left;
	color: #4776C6;
	font-size: 15px;
}

h4 {
	font-size: 1.1em;
	margin-bottom: 4px;
}

h5 {
	color: #F4940C;
	height:33px;
	line-height: 33px;
	background: #ffffff;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

h6 {
	color: #A41E22;
	font-size: 13px;
	font-weight: bold;
}
/*********************************************
	Sidebar styles
*********************************************/
#l_sidebar ol {
	list-style-type: none;
	width: 165px;
	background-color: #ebebeb;
	padding: 0px 17px 0px 18px;
}

#l_sidebar ol li {
	background: #ebebeb url('images/li_arrow.gif') no-repeat 0px 9px;
}

#l_sidebar ol li:hover {
	background-color: #ffffff;
}

#l_sidebar ol li a {
	display: block;
	background: #ebebeb url('images/li_hr.gif') no-repeat bottom left;
	padding-bottom: 2px;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	margin-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#l_sidebar ol li a:hover {
	font-weight: normal;
	font-size: 13px;
	color: #3B62B1;
	text-decoration: none;
	background-color: #ffffff;
}
/*********************************************
	Our Styles
*********************************************/
.blogposty {
	height:40px;
	width:44px;
	background-color:#ffffff;
	color:#414141;
	text-align:center;
	border:1px solid #1d9e20;
}

.searchformWP {
}

.searchformWP .s {
	border: none;
	background-color: #cbe1b3;
	color: #000000;
	width: 150px;
	height: 18px;
	position: absolute;
	top: 246px;
	left: 79px;
	padding: 1px 1px 1px 1px;
	font-size: 12px;
}

.searchformWP .button2 {
	position: absolute;
	top: 244px;
	left: 245px;
}
/*************************************
	Sales & Specials Form
**************************************/
.sails {
	background: #ebebeb url('images/sales_and_specials.jpg') no-repeat left top;
	width: 200px;
	height: 202px;
	min-width: 200px;
	min-height: 200px;
}

.sails .s {
	border: none;
	background-color: #ffffff;
	color: #000000;
	width: 168px;
	height: 18px;
	padding: 1px 1px 1px 1px;
	font-size: 12px;
}
/*************************************
	Stories box
**************************************/
.stories_box {
	background: #ebebeb url('images/stories_bg.jpg') repeat-y left top;
}

.stories_box_content {
	width: 162px;
	min-width: 162px;
	margin-left: 17px;
}

.stories_text {
	font-size: 12px;
	font-weight: normal;
	color: #4a4a4a;
	font-style: none;
}

.stories_person {
	font-size: 11px;
	font-weight: normal;
	color: #438bd7;
	font-style: italic;
}

.special_offers {
	background: #ebebeb url('images/offers_bg.jpg') repeat-y left top;
	margin-top: -35px;
	width: 480px; 	
}

.special_offers .text {
	padding: 0px 25px 0px 135px;
}

.special_offers .text, .special_offers a, .special_offers a:visited, .special_offers a:active {
	width: 320px;
 	font-size: 16px;
 	font-weight: bold;
 	color: #b40000;
}

.special_offers .text {
	margin-top: -55px;
}
/*************************************
	Content
**************************************/
#contentWP img.alignright {
    float:right;
    padding: 10px;
 }
  
#contentWP img.alignleft {
    float:left;
    padding: 10px;
 }

#contentWP img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
/*********************************************
	Posts Styles
*********************************************/
.cat {
	text-align: left;
}

.cat span {
	padding: 0px;
}

.comm {
}

.comm span {
	padding: 0px;
}

.auth {
	float: left;
	width: 50%;
	text-align: left;
	font-weight: normal;
}

.auth span {
	padding: 0px 0px 0px 15px;
}

.date {
	float: right;
	width: 50%;
	text-align: right;
	text-size: 11px;
}

.date span {
	padding: 0px 0px 0px 18px;
}

.post {
	background: transparent;
	margin: 0px;
	text-align: left;
	width: 525px;
}

.post h2 {
	margin: 0px;
	padding: 10px;
}

.post-teaser {
	color:#000000;
	text-align: right;
}

#contentWP .post-meta-top {
	display: block;
	margin: 8px 0px 15px 0px;
	padding: 5px 10px;
	font-size: 12px;
	color: #8E8F91;
	clear: both;
}

#contentWP .post-meta-bottom {
	background: #ffffff;
	display: block;
	border-top: 1px solid #DFE3E6;
	margin: 0px 0px 15px 0px;
	padding: 12px 10px;
	font-size: 12px;
	color: #535353;
	clear: both;
}
/*********************************************
	Comments Styles
*********************************************/
#comments-wrap {
}

#comments-wrap h6 {
	font-size: 18px;
	font-color: #F4940C;
}

.commentlist {	
}

.thecomment {
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}

.comment-body {
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	margin: 0px; padding: 10px;
}

.comment-metadata {
	background: #ffffff;
	padding: 10px;
	color: #FFF;
}

.authorcomment {
	border: 1px solid #CCC;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}

.authorcomment .comment-body {
	border: none;
}

.authorcomment .comment-metadata {
	background: #ffffff;
	padding: 11px 10px;
	color: #AD5433;
}

#commentform {
}
/*********************************************
	Contact Form
*********************************************/
.BigForm {
}

.BigForm .s {
	border: 1px solid #000000;
	background-color: #EBEBEB;
	color: #000000;
	width: 250px;
	height: 18px;
	padding: 1px 1px 1px 1px;
	font-size: 12px;
}

.BigForm .s2 {
	border: 1px solid #000000;
	background-color: #EBEBEB;
	color: #000000;
	width: 250px;
	height: 54px;
	padding: 1px 1px 1px 1px;
	font-size: 12px;
}
/*********************************************
	Misc Styles
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 15px 0px;
	padding: 2px 0px;
	height: 22px;
}

.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
	margin: 2px 0px;
}

.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
	margin: 2px 0px;
}

img, img a {
	border: none;
	background: none;
	padding: 0px 0px 0px 0px;
}

select option {
/*
	padding: 0 10px;
*/
}

input, select {
/*
	font-size: 11px;
*/
}

input {
	padding: 1px;
}

p{
	line-height: 1.3;
	margin-bottom: 15px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}

#contentWP .pi {
	font-size: 12px;
	font-style: italic;
}

#contentWP p img{
	border: none;
	padding: 3px;
}

blockquote {
	margin-left: 28px;
}

hr {
	margin: 10px 0;
	padding: 0;
	background: #c7d7db;
	height: 1px;
	border:0;
}

#contentWP ul, #contentWP ol {
	margin-left: 30px;
}
