/*
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.
*/
/*********************************************
	Layout Classes
*********************************************/
#header {
	width: 970px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	clear:  both;
	background: #f8f8f8 url('images/header_bg.jpg') repeat-y left top;
}

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

#l_sidebar {
	float: left;
	width: 175px;
	padding-right: 10px;
	padding-left: 15px;
}

#r_sidebar {
	float: right;
	width: 175px;
	padding-right: 15px;
	padding-left: 10px;
}

#content {
	float: left;
	width: 510px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

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

html, body {
	height: 100%;
}

body {
	color: #363636;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	background-color: #828282;
	font-family: Helvetica, Times New Roman, Georgia
	position: relative;
}

body * {
	margin: 0px; 
	padding: 0px;
}
/*********************************************
	Links
*********************************************/
a, a:link {
	color: #00708a;
	cursor: pointer;
	text-decoration: underline;
}

a:visited {
	color: #00708a;
}

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

.posty {
	padding-left:10px;
}

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

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

a img {
	border: 0px;
}

.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;
}
/*********************************************
	Headings
*********************************************/
h1 {
	color: #3c9bac;
	font-size: 24px;
	font-weight: bold;
	padding-top:25px;
	padding-bottom:25px;
	text-align: center;
}

h2 {
	color: #828282;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}

h3 {
	color: #7D79AA;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

h4 {
	color: #3c9bac;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

h5 {
	color: #3c9bac;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

h6 {
	color: #3c9bac;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
/*********************************************
	Sidebar styles
*********************************************/
.lynx {
	width: 175px;
	padding-bottom: 25px;
}

.lynx ul, .lynx ol {
	width: 175px;
	font-size: 13px;
	list-style: none;
	background: url('images/li_bg.jpg') repeat-y left top;
}

.lynx li {
	width: 173px;
	margin-left: 1px;
	font-size: 13px;
	min-height:21px;
	list-style: square inside url('images/li_bullet.jpg');
	background: #ffffff url('images/li.jpg') no-repeat 1px bottom;
}

.lynx li:hover {
	list-style: square inside url('images/li_selected_bullet.jpg');
}

.lynx li a {
	display: block-inline;
	text-decoration: none;
	width: 140px;
	font-size: 13px;
	margin: -14px 0px 0px 10px;
	padding-bottom: 5px;
	line-height: 21px;
}

.lynx li a:hover {
	text-decoration: underline;
}
/*************************************
	Content
**************************************/
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	font-size: 14px;
}

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

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

#content img.alignright {
    float:right;
    padding: 10px;
 }
  
#content img.alignleft {
    float:left;
    padding: 10px;
 }

#content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
 
#content ul, #content ol {
	line-height: 18px;
	padding-bottom: 10px;
	margin-left: 2em;
	font-size: 14px;
}

#content li {
	line-height: 18px;
	list-style: disc url('images/li_bullet.jpg');
	padding-bottom: 10px;
	margin-left: 2em;
	font-size: 14px;
}
/*********************************************
	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;
}

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

.date span {
	padding: 0px;
}

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

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

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

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

#content .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 {
}
/*********************************************
	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 {
	border: none;
	background: none;
	padding: 0px 0px 0px 0px;
}

hr {
	height: 2px;
	color: #000000;
}
/*********************************************
	JS Dropdown Menu Styles
*********************************************/
.anylinkmenu{
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "Arial", "Helvetica", "Tahoma", "Verdana", "Sans-Serif";
	font-weight: normal;
	border: 1px solid #c2934d;
	background: #ecca68;
	width: 200px;
	z-index: 50000;
	visibility: hidden;
}

.anylinkmenu ul{
	list-style: none;
}

.anylinkmenu li {
	line-height: 18px;
	padding-bottom: 0px;
	margin-left: -2em;
}

.anylinkmenu ul li a{
	display: block;
	border: 1px solid #c2934d;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	color: #503723;
	width: 188px;
}

.anylinkmenu a:hover{
	background: #0c5fad;
	color: white;
	border: 1px solid #ff0000;
}

.anylinkshadow{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 49999;
	background: black;
	visibility: hidden;
}
/*********************************************
	Tableless form styles
*********************************************/
#BigForm {
	width:510px;
	float:left;
	border:0px dashed #cccccc;
	padding:0px;
}

.form {
	margin:0px;
	padding:0px;
}

label {
	height: 16px;
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #cccccc;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 7px 5px 7px 5px;
	text-align: right;
	float:left;
	display: block;
	line-height: 1.1;
}

.div_texbox {
	height: 31px;
	width: 320px;
	margin-left: 10px;
	float: left;
	background-color: #ffffff;
}

.div_texbox input {
	position: relative;
	top: 4px;
	text-align: left;
	background-color: #f2f2f2;
	font-size: 12px;
	border: 1px solid #6b7a99;
	padding: 3px;
	color: #000000;
}

.div_texbox textarea {
	position: relative;
	top: 4px;
	background-color: #f2f2f2;
	font-size: 12px;
	border: 1px #6b7a99 solid;
	padding: 3px;
	color: #000000;
}

.div_texbox span.note {
	color: #666666;
	font-style: italic;
	font-size: 10px;
}

.bnt {
	background-color: #6b7a99;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	border-width: 1px solid #003399;
	padding: 2px;
	width: 75px;
}
/*********************************************
	Our Styles
*********************************************/
.slideshow {
	padding: 25px 0px 25px 0px;
}

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

.signup .inp {
	border: solid 1px #90bbc2;
	background: #ffffff;
	color: #6c787a;
	width: 161px;
	height: 17px;
	padding: 5px 1px 1px 1px;
	font-size: 12px;
	position: relative;
	top: -105px;	
	margin-left: 6px;
}

.signup .but {
	position: relative;
	top: -95px;	
	margin-left: 55px;
}

.getquote .inp {
	border: solid 1px #02596d;
	background: #ffffff;
	color: #02596d;
	width: 144px;
	height: 18px;
	padding: 2px 1px 1px 1px;
	font-size: 12px;
	margin-left: 15px;
}

.getquote textarea {
	border: solid 1px #02596d;
	background: #ffffff;
	color: #02596d;
	width: 144px;
	position: relative;
	top: -240px;
	margin-left: 15px;
}

.getquote .but {
	position: relative;
	top: -230px;	
	margin-left: 40px;
}

.blogdate {
	width:44px;
	height:46px;
	background-color:#ededed;
}

.blogmonth {
	text-align:center;
	color:#000000;
	padding-top:7px;
	margin-left:-2px;
}

.blogday {
	margin-top:5px;
	padding-top:7px;
	text-align:center;
	color:#ffffff;
	margin-left:6px;
	color:#ffffff;
	background-color:#0080b2;
	width:32px;
	height:15px;
}