/*
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: 800px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	clear:  both;
}

#container {
	width: 800px;
	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: 176px;
	min-width: 176px;
	padding: 0px 10px 0px 10px;
}

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

#content {
	float: left;
	width: 544px;
	min-width: 544px;
	padding: 0px 15px 0px 15px;
	text-align: left;
}

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

html, body {
	height: 100%;
}

body {
	color: #202f84;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	background: #007fb2 url('images/body_bg.jpg') repeat-x left top;
	font-family: Verdana, Arial, Helvetica;
	position: relative;
}

body * {
	margin: 0px; 
	padding: 0px;
}


/*************************************
	Links
**************************************/
a, a:link {
	color: #000000;
	cursor: pointer;
	text-decoration: underline;
}

a:visited {
	color: #000000;
}

a:active, a:focus {
	color: #333333;
}

a:hover, .container1L .links li a:hover {
	color: #d27f30;
}
/*************************************
	Links Part 2
**************************************/
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-family: "Nyala", "Garamond", "Book Antiqua", "Palatino Linotype", "Verdana";
	font-weight: normal;
	color: #052562;
	font-size: 24px;
	text-align: left;
	padding: 0px 0px 10px 0px;
}

h2 {
	font-family: "Nyala", "Garamond", "Book Antiqua", "Palatino Linotype", "Verdana";
	color: #000000;
	font-size: 24px;
	font-weight: normal;s
	text-align: left;
	padding: 0px 0px 10px 0px;
}

h3 {
	font-family: "Nyala", "Garamond", "Book Antiqua", "Palatino Linotype", "Verdana";
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

h4 {
	font-family: "Nyala", "Garamond", "Book Antiqua", "Palatino Linotype", "Verdana";
	color: #052562;
	font-size: 13px;
	font-weight: bold;
}

h3.h1 {
	font-size: 22px;
}


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

h6 {
	color: #052562;
	font-size: 13px;
	font-weight: bold;
}
/*************************************
	Content
**************************************/
.container1L {
	width: 190px;
}

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

.container1L .links ul, .container1L .links ol {
	list-style: disc inside url('images/li.jpg');
	margin-left: .5em;
}

.container1L .links li {
	height: 20px;
	line-height: 20px;
}

.container1L .links li a {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

#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 3px 3px 3px;
}

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

#content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
 
#content ul {
	list-style: disc;
	margin-left: 4em;
	font-size: 12px;
}

#content ol {
	margin-left: 4em;
	font-size: 12px;
}

#content li {
	line-height: 13px;
	padding-bottom: 10px;
	font-size: 12px;
}
/*********************************************
		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;
}
/*************************************
	Comments
**************************************/
#comments-wrap {
}

#comments-wrap h6 {
	font-size: 20px;
}

.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: #052562;
}

.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: #052562;
}

#commentform {
}
/*************************************
	RSS Feed
**************************************/
.feeds {
	display: block;
	width: 150px;
	height: 34px;
	text-transform: none;
	font-size: 12px;
	color: #052562;
	padding: 0px;
	background: transparent;
	vertical-align: middle;
}

.feeds a, .feeds img {
	padding: 0px; 
	margin: 0px;
	vertical-align: middle;
}

.feeds .rss {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
/*********************************************
	Misc Styles
*********************************************/
.wp-caption {
text-align: center;
padding-top: 4px;
margin: 10px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 10px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

html, body {
	height: 100%;
}

body {
	color: #000000;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	font-family: "Tahoma", "Arial", "Helvetica", "Verdana", "Sans-Serif";
	position: relative; /*seems to calm IE*/
}

br {
	padding-bottom: 10px;
}

body * {
	margin: 0px; 
	padding: 0px;
}

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

hr {
	height: 2px;
	color: #052562;
}

blockquote{
	margin: 0px 0px 0px 15px;
	padding: 0px 45px 15px 50px;
	font-size: 15px;
	font-style: italic;
	color: #052562;
}

blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.clearboth {
	clear: both;
}

.cat {
	float:  left;
	width: 75%;
	text-align: left;
}

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

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

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

.date span {
	padding: 0px 0px 0px 18px;
}
/*********************************************
	Post Styles
*********************************************/
.post {
	background: transparent;
	margin: 0px;
	text-align: left;
	width: 460px;
}

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

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

#content .post-meta-top {
	display: block;
	margin: 8px 0px 15px 0px;
	padding: 5px 10px;
	font-size: 12px;
	color: #052562;
	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: #052562;
	clear: both;
}
/*********************************************
	Our Styles
*********************************************/
.blog_day {
	color:#000000;
	width:47px;
	text-align:center;
	margin-left:0px;
	margin-top:-2px;
	font-size:21px;
	font-weight: bold;
}

.blog_month {
	color:#1b3580;
	width:47px;
	text-align:center;
	margin-left:0px;
	margin-top:-42px;
	font-size:13px;
	font-weight: bold;
}

.blog_title, .blog_title a, .blog_title a:visited, .blog_title a:active, .blog_title a:hover {
	width: 520px;
	position: relative;
	left: 30px;
	text-align:left;
	margin-top: -46px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.blog_title, .blog_title a, .blog_title a:visited, .blog_title a:active {
	color:#294fbf;
}

.blog_title a:hover {
	color:#989898;
}

.blog_author {
	margin-left:60px;
	color:#000000;
	font-size:12px;
	font-weight: bold;
}

.blog_post {
	color:#2c2c2c;
	width:550px;
	text-align:left;
	margin-left:0px;
	margin-top:20px;
	font-size:14px;
	font-weight: normal;
	text-decoration: none;
}
