/*
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: #ffffff url('images/header_bg.jpg') repeat-y left top;
}

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

#l_sidebar {
	float: left;
	width: 262px;
	padding-left: 20px;
	margin-top: -40px;
}

#l_sidebar ol {
	list-style: none;
	width: 252px;
	margin-left: 20px;
}

#l_sidebar ol li {
	list-style: disc url('images/red_arrow.jpg');
}

#r_sidebar {
	float: right;
	width: 0px;
}

#content {
	float: left;
	width: 625px;
	padding: 0px 37px 30px 26px;
	text-align: left;
}

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

html, body {
	height: 100%;
}

body {
	color: #000000;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	background-color: #4c4c4c;
	font-family: arial, tahoma, verdana;
	position: relative;
}

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

a:visited {
	color: #a40328;
}

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

#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:focus, .getquote a, .getquote a:link, .getquote a:visited, .getquote a:active, .getquote a:focus {
	color: #989898;
	text-decoration: none;
}

#footer a:hover, .getquote a:hover {
	color: #ffff4d;
	text-decoration: none;
}
	
.posty {
	padding-left:10px;
}

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

a:hover, .posty a:hover {
	color: #a40328;
	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 {
	font-weight: bold;
	text-align: center;
	color: #8B0220;
	font-size: 24px;
}

h2 {
	color: #718603;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	color: #093A7C;
	font-size: 15px;
	font-weight: bold;
}

h4 {
	color: #9E1D20;
	font-size: 18px;
	font-weight: normal;
}

h5 {
	color: #000000;
	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 li a {
	width: 219px;
	text-decoration: none;
}

#r_sidebar li a {
	width: 219px;
	text-decoration: none;
}

.container1L {
	width: 210px;
	padding-top: 4px;
	padding-left: 9px;
	vertical-align: middle;
}

.container1L h3 {
	color: #000000;
	height: 53px;
	line-height: 26px;
	padding-top: 4px;
	padding-left: 5px;
	font-size: 21px;
	background: url('images/sidebar_header_bg.jpg') no-repeat left top;
	text-align: left;
}

.container1L .links {
	text-align: left;
}

.container1L .links ul, .container1L .links ol {
	margin-left: 20px;
	width: 185px;
}

.container1L .links li {
	font-weight: normal;
	line-height: 18px;
	font-size: 12px;
	background: #ffffff url('images/sidebar_hr.jpg') no-repeat scroll left bottom;
	list-style: disc url('images/li_bullet.jpg');
	padding-bottom: 10px;
}
/*************************************
	Content
**************************************/
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
}

#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 {
	line-height: 16px;
	padding-bottom: 10px;
	margin-left: 2em;
	font-size: 12px;
}

#content ol {
	list-style: decimal;
	line-height: 16px;
	padding-bottom: 10px;
	margin-left: 2em;
	font-size: 12px;
}

#content ul li {
	line-height: 16px;
	list-style: disc url('images/li_bullet.jpg');
	padding-bottom: 10px;
	margin-left: 2em;
	font-size: 12px;
}

#content ol li {
	line-height: 16px;
	padding-bottom: 10px;
	margin-left: 2em;
	font-size: 12px;
}
/*********************************************
	Posts Styles
*********************************************/
.cat {
	text-align: left;
/*
	float:  left;
	width: 75%;
*/
}

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

.comm {
/*
	float: right;
	width: 25%;
	text-align: right;
*/
}

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

.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;
}

#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, Verdana, Helvetica;
	font-weight: normal;
	border: 0px solid #ffffff;
	background: #2c2c2c;
	z-index: 50000;
	visibility: hidden;
	width: 200px;
}

.anylinkmenu ul, .anylinkmenu ol {
	list-style: none;
	padding-bottom: 0px;
	padding-top: 5px;
}

.anylinkmenu li {
	list-style: none inside;
	padding: 5px;
	border-bottom: 1px solid #424242;
}

.anylinkmenu ul li a, .anylinkmenu ol li a {
	display: inline-table;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	padding: 10px 5px 6px 5px;
	outline: none;
}

.anylinkmenu a:hover {
	color: #ffff4d;
	outline: none;
}

.anylinkshadow{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 49999;
	background: #000000;
	visibility: hidden;
}
/*********************************************
	Our Styles
*********************************************/
#header-balloon {
	color: #a72001;
	background: none;
	height: 86px;
	width: 162px;
	position: relative;
	top: -240px;
	left: 540px;
	text-align: center;
}

.stayK {
	line-height: 16px;
	background: url('images/stay_connected.jpg') no-repeat scroll left top;
	width: 252px;
	height: 239px;
}

.blogposty {
	height:40px;
	width:44px;
	background-color:#ffffff;
	color:#414141;
	text-align:center;
	border:1px solid #9E1D20;
}
/*********************************************
	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;
}

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

.div_texbox textarea {
	position: relative;
	top: 4px;
	background-color: #ffffff;
	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;
}

.blogT {
	line-height: 4px;
}