/*
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: 1004px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	clear:  both;
	background: #f5eccf url('images/nav_bg.jpg') repeat-x left top;
}

#container { 
	width: 1004px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	clear:  both;
	background: #f5eccf url('images/body_bg.jpg') repeat-y left top;
}

#l_sidebar {
	float: left;
	width: 219px;
	padding-right: 5px;
}

#r_sidebar {
	float: right;
	width: 219px;
	padding-left: 5px;
}

#content {
	float: left;
	width: 511px;
	padding-left: 25px;
	padding-right: 20px;
	text-align: left;
}

#footer {
	width: 1004px;
	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: #bebebe url('images/nav_bg.jpg') repeat-x left top;
	font-family: Verdana, Ariel, Times New Roman, Palatino, Georgia;
	position: relative;
}

body * {
	margin: 0px; 
	padding: 0px;
}
/*********************************************
	Links
*********************************************/
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;
}

a img {
	border: 0px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:focus {
	color: #f3edcd;
	text-decoration: none;
}

#footer a:hover {
	color: #f3edcd;
	text-decoration: none;
}
	

.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: #595643;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding-top:10px;
}

h2 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

h3 {

	color: #595643;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}

h4 {
/*
	color: #9E1D20;
	font-weight: normal;
*/
    color: #A17C21;
    font-size: 18px;
    font-weight: bold;
    bottom-padding: 8px;
}

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;
*/
    color: #A17C21;
    font-size: 18px;
    font-weight: bold;
    bottom-padding: 8px;
}

h7 {
	color: #000000;
	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;
	font-size: 21px;
*/
        color: #383526;
        font-size: 18px;
        font-weight: bold;
        font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	height: 53px;
	line-height: 26px;
	padding-top: 4px;
	padding-left: 5px;
	background: url('images/sidebar_header_bg.jpg') no-repeat left top;
	text-align: center;
}

.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: 11px;
	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, #content ol {
	line-height: 16px;
	padding-bottom: 10px;
	margin-left: 2em;
	font-size: 12px;
}

#content li {
	line-height: 16px;
	list-style: disc url('images/li_bullet.jpg');
	padding-bottom: 10px;
	margin-left: 2em;
	font-size: 12px;
}
/*********************************************
	Posts Styles
*********************************************/
.cat {
}

.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;
}
/*********************************************
	Misc Styles
*********************************************/
img {
	border: none;
	background: none;
	padding: 0px 0px 0px 0px;
}

hr {
	height: 2px;
	color: #000000;
}
/*********************************************
	Our Styles
*********************************************/
.slideshow {
	padding: 0px 0px 0px 0px;
}

.slideshow ul, .slideshow ol, .slideshow li {
	list-style: none;
}

.konnect {
	line-height: 16px;
	background: url('images/right_mid.jpg') repeat-y scroll left top;
	text-align: left;
}

.konnect h3 {
	color: #936e03;
	line-height: 28px;
	font-size: 24px;
}

.rez {
	line-height: 16px;
	background: url('images/left_mid.jpg') repeat-y scroll left top;
	text-align: left;
	position:relative;
	left:9px;
}

.rez h3 {
/*
	color: #000000;
	font-size: 24px;
*/
        color: #383526;
        font-size: 18px;
        font-weight: bold;
        font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	line-height: 28px;
	position:relative;
	top:-40px;
	text-align: center;
}

.rez .links {
	text-align: left;
}

.rez ul, .rez ol {
	margin-left: 35px;
	width: 159px;
	position:relative;
	top:-20px;
}

.rez li {
	font-weight: normal;
	line-height: 18px;
	font-size: 11px;
	background: url('images/sidebar_hr2.jpg') no-repeat scroll left bottom;
	list-style: disc url('images/li_bullet.jpg');
	padding-bottom: 10px;
}

.hdate {
	border: solid 0px #000000;
	color: #000000;
	width: 210px;
	height: 30px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	padding-left: 6px;
}

.searchform {
}

.searchform .s {
	border: solid 1px #1a1710;
	background: #ffffff;
	color: #2f2f2f;
	width: 182px;
	height: 18px;
	position: absolute;
	top: 16px;
	left: 720px;
	padding: 1px 1px 1px 1px;
	font-size: 12px;
}

.searchform .button2 {
	position: absolute;
	top: 17px;
	left: 910px;
}
/*********************************************
		Previous/Next Page Navigation
*********************************************/
.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;
}

.page-nav a {
	text-decoration: none;
}

.nav-previous a {
	padding-left: 10px;
}

.nav-next a {
	padding-right: 10px;
}
strong.search-excerpt { background: yellow; }
.widget_popular-posts ul,
.widget_popular-posts ul li,
.widget_popular-posts ul li:hover,
.widget_popular-posts ul li.sfhover {
	width: 215px;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}

.widget_popular-posts ul li a:link,
.widget_popular-posts ul li a:visited,
.widget_popular-posts ul li a:active {
display:block;
	width: 215px;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}

.widget_popular-posts ul li a:hover {
display:block;
	width: 215px;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}

#wpp-3 {
background-image: none;
list-style-type: none;
list-style: none;
}



.widgettitle,
td#left h3.tw-widgettitle,
td#right h3.tw-widgettitle,
td#left ul.tw-nav-list,
td#right ul.tw-nav-list {
	display:none;
        padding:0;
        margin: 0 0 0 20px;
}

#li .widget_popular-posts {
	width: 200px;
	color: #666666;
	font-size: 12px;
        line-height:15px;
        margin: 0 0 0 20px
	text-decoration: none;
}

#wpp-3 {
background-image: none;
list-style-type: none;
list-style: none;
}

.widget_popular-posts {
	width: 200px;
	color: #666666;
	font-size: 12px;
        line-height:15px;
        margin: 0 0 0 20px
	text-decoration: none;
}

