/*
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: 976px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	clear:  both;
	background: #ffffff url('images/body_bg.jpg') repeat-y left top;
}

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

#l_sidebar {
	float: right;
	width: 209px;
	padding-right: 20px;
	padding-top: 9px;
}

#r_sidebar {
	float: right;
	width: 220px;
	padding-right: 10px;
}

#content {
	float: left;
	width: 468px;
	padding: 10px 25px 10px 24px;
	text-align: left;
}

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

html, body {
	height: 100%;
}

body {
	color: #000000;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	background-color: #4c4c4c;
	font-family: "Arial", "Helvetica", "Tahoma", "Verdana", "Sans-Serif";
	position: relative;
}

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

a:visited {
	color: #9B6CB8;
	text-decoration: none;
}

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

a:hover {
	color: #9b6cb8;
	text-decoration: underline;
}

.posty {
	padding-left:10px;
}

.posty a, .posty a:link, .posty a:visited, .posty a:hover {
	color: #9b6cb8;
	font-size: 15px;
	font-weight: bold;
}

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: normal;
	text-align: center;
	color: #9b6cb8;
	font-size: 24px;
}

h2 {
	color: #9b6cb8;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}

h3 {
	color: #9b6cb8;
	font-size: 18px;
	font-weight: bold;
}

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

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

h6 {
	color: #9b6cb8;
	font-size: 14px;
	font-weight: bold;
}
/*********************************************
	Sidebar styles
*********************************************/
.lynx {
	width: 209px;
	padding-bottom: 25px;
}

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

.lynx li {
	width: 209px;
	font-size: 12px;
	min-height:21px;
	list-style: square inside url('images/li_bullet.jpg');
	background: transparent url('images/li.jpg') no-repeat left bottom;
}

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

.lynx li a {
	display: block-inline;
	text-decoration: none;
	color: #000000;
	width: 164px;
	font-size: 12px;
	margin: -14px 0px 0px 0px;
	padding-bottom: 5px;
	line-height: 19px;
}

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

#content .pi {
	font-size: 14px;
	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: 16px;
	padding-bottom: 10px;
	margin-left: 2em;
	font-size: 14px;
}

#content li {
	line-height: 16px;
	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 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;
}

.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: 14px;
	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: 14px;
	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 #9b6cb8;
	background: #9b6cb8;
	width: 200px;
	z-index: 50000;
	visibility: hidden;
}

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

.anylinkmenu li {
	display: block;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	border-bottom: 1px solid #000000;
}

.anylinkmenu li:hover {
	display: block;
	line-height: 14px;
	padding-bottom: 5px;
	padding-left: 12px;
	border-bottom: 1px solid #ffffff;
}
.anylinkmenu ul li a, .anylinkmenu ol li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	color: #ffffff;
	width: 183px;
}

.anylinkmenu ul li a:hover, .anylinkmenu ol li a:hover {
	background: #cb9ce8 url('images/li_hover.jpg') repeat-y left top;
	color: #ffffff;
	width: 183px;
/*
	display: inline-table;
*/
}

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

#BigForm .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;
}
/*********************************************
	Our Styles
*********************************************/
.searchform {
}

.searchform .s {
	border: solid 1px #4c4c4c;
	background-color: #ffffff;
	color: #555555;
	width: 168px;
	height: 21px;
	padding: 1px;
	font-size: 11px;
	position: relative;
	top: -9px;
}

.searchform .button2 {
	width: 35px;
	height: 25px;
	padding-top: 9px;
}

.wheys {
	height: 300px;
	width: 209px;
	background: url('images/101_ways.jpg') no-repeat scroll left top;
	text-align: left;
}

.wheys .s {
	border: solid 1px #b27708;
	background-color: #ffffff;
	color: #000000;
	width: 141px;
	height: 22px;
	padding: 1px;
	font-size: 11px;
	margin-left: 60px;
}

.wheys .button2 {
	width: 147px;
	height: 23px;
	margin-top: 90px;
	margin-left: 35px;
}

.contact-dis {
	font-family: verdana;font-size:10px;
	color: #000000;
	margin-left: 5px;
	position: absolute;
	top: 243px;
	width: 200px;
	text-align: center;
}
