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

#container { 
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	clear:  both;
}

#l_sidebar {
	float: left;
	width: 0px;
}

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

#content {
	float: left;
	width: 950px;
	padding: 0px;
	text-align: left;
	background: url('images/body_bg.gif') repeat-y left top;
}

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

html, body {
	height: 100%;
}

body {
	color: #ffffff;
	font-size: 14px;
	margin: 0px;
	background: #0e65e6 url('images/body_bgH.jpg') repeat-x left top;
	font-family: futura md, arial, helvetica, tahoma;
	position: relative;
}

body * {
	margin: 0px; 
	padding: 0px;
}
/*********************************************
	Links
*********************************************/
a:focus {
	-moz-outline-style:none;
}

a:active {
	outline:none;
}

a, a:link {
	color: #C7C8CA;
	cursor: pointer;
	text-decoration: underline;
	outline:none;
}

a:visited {
	color: #C7C8CA;
	outline:none;
}

a:active, a:focus {
	color: #0E65E6;
}

a:hover {
	color: #0E65E6;
	outline:none;
}

a img {
	border: 0px;
	outline: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 {
	font-weight: bold;
	color: #ffffff;
	font-size: 18px;
	text-align: left;
	padding: 0px 0px 10px 0px;
}

h2 {
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

h3 {
	color: #027DC3;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

h4 {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
}

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

h6 {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

h7 {
	color: #063E77;
	font-size: 12px;
	font-weight: bold;
}

h8 {
	color: #000000;
	font-size: 12px;
}
/*************************************
	Content
**************************************/
#content p {
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 7px 0px;
	font-size: 14px;
}

#content .pi {
	font-size: 14px;
	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,  #home ul,  ul {
	list-style: disc;
	margin-left: 2em;
	font-size: 14px;
}

#content ol, #home ol, ol {
	line-height: 18px;
	padding-bottom: 20px;
	margin-left: 2em;
	font-size: 14px;
}

#content li, #home li, li {
	line-height: 18px;
	padding-bottom: 20px;
	margin-left: 2em;
	font-size: 14px;
}
/*********************************************
	Posts Styles
*********************************************/
.cat {
	float:  left;
	width: 75%;
	text-align: left;
}

.cat span {
	background: url(images/catbg.gif) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
}

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

.comm span {
	background: url(images/commbg.gif) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
}

.auth {
	float: left;
	width: 50%;
	text-align: left;
}

.auth span {
	background: url(images/authbg.gif) 0px 1px no-repeat;
	padding: 0px 0px 0px 15px;
}

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

.date span {
	background: url(images/datebg.gif) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
}

.post {
	margin: 0px;
	text-align: left;
	width: 390px;
}

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

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

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

#content .post-meta-bottom {
	background: #ffffff url(images/postmetabottombg.jpg) bottom left no-repeat;
	display: block;
	border-top: 1px solid #DFE3E6;
	margin: 0px 0px 15px 0px;
	padding: 12px 10px;
	font-size: 12px;
	color: #ffffff;
	clear: both;
}
/*********************************************
	Comments Styles
*********************************************/
#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: #FFFfff;
}

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

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

blockquote{
	margin: 0px 0px 0px 15px;
	padding: 0px 45px 15px 50px;
	background: url(images/quote.gif) no-repeat;
	font-size: 15px;
	font-style: italic;
	color: #ffffff;
}

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

.clearboth {
	clear: both;
}
/*********************************************
	Slideshow Styles
*********************************************/
.flashclass{ 
	width: 350px; /*a width should be defined for transition to work*/
	border: 0px solid #ffffff;
	padding: 5px;
}

.flashclass img{
	border-width: 0;
}
/*********************************************
	JS Dropdown Menu Styles
*********************************************/
.anylinkmenu{
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "Futura Hv","Arial", "Helvetica", "Tahoma", "Verdana", "Sans-Serif";
	font-weight: normal;
	border:1px solid #6699FF;
	background: #0c356b;
	width: 150px;
	z-index: 50000;
	visibility: hidden;
}

.anylinkmenu ul, .anylinkmenu ol {
	list-style: none;
	line-height: 18px;
	margin-left: -0.8em;
	padding-bottom: 0px;
}

.anylinkmenu li {
	list-style: none inside;
	padding-bottom: 10px;
}

.anylinkmenu ul li a, .anylinkmenu ol li a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #cacaca;
	margin-left: -1.4em;
	padding: 0px 5px 0px 10px;
}

.anylinkmenu a:hover {
	background: #0824da;
	color: white;
}

.anylinkshadow{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 49999;
	background: black;
	visibility: hidden;
}
/*********************************************
	Our Styles
*********************************************/
#textContent {
	overflow: auto;
	float: left;
	min-height: 480px;
	width: 597px;
	padding: 30px 35px 30px 70px;
}

#imageContent {
	overflow: hidden;
	float: right;
	min-height: 480px;
	width: 236px;
	padding: 5px;
	position: relative;
	color: #ffffff;
}

.morex, #morex .a, #morex .a:link, #morex .a:visited {
	padding-left: 10px;
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
}

table.bubble {
	border: 0px;
	border-collapse: collapse;
	display: block;
	width: 100%;
}

table.bubble td.tl {
	background: transparent url(/images/bubble/bubble-1.png) left top no-repeat;
	height: 15px;
	width: 19px;
}

table.bubble td.t {
	background: transparent url(/images/bubble/bubble-2.png) left top repeat-x;
	height: 15px;
}

table.bubble td.tr {
	background: transparent url(/images/bubble/bubble-3.png) right top no-repeat;
	height: 15px;
	width: 19px;
}

table.bubble td.l {
	background: transparent url(/images/bubble/bubble-4.png) left top repeat-y;
	width: 19px;
}

table.bubble td.c {
	background: white;
}

table.bubble td.r {
	background: transparent url(/images/bubble/bubble-5.png) right top repeat-y;
	height: 15px;
}

table.bubble td.bl {
	background: transparent url(/images/bubble/bubble-6.png) left top no-repeat;
	height: 29px;
	width: 19px;
}

table.bubble td.b {
	background: transparent url(/images/bubble/bubble-7.png) left top repeat-x;
	height: 29px;
	width: 19px;
}

table.bubble td.br {
	background: transparent url(/images/bubble/bubble-8.png) right top no-repeat;
	height: 29px;
	width: 19px;
}
