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

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

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

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

#content {
	float: left;
	width: 423px;
	padding: 30px 23px 30px 20px;
	text-align: left;
	border-left: 1px solid #bfc7ce;
	border-right: 1px solid #bfc7ce;
}

#footer {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	clear:  both;
	border-top: 1px solid #bfc7ce;
	height: 100px;
	background-color: #ffffff;
}

html, body {
	height: 100%;
}

body {
	color: #000000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}

body * {
	margin: 0px; 
	padding: 0px;
}
/*********************************************
	Links
*********************************************/
a:link, a:visited, a:hover, a:active, a:focus {
	color: #2b72ca;
	font-size: 11px;
	text-decoration: underline;
}

.posty {
	padding-left:10px;
}

.posty a, .posty a:link, .posty a:visited {
	color: #2b72ca;
	font-size: 11px;
	text-decoration: underline;
}

.posty a:hover {
	color: #2b72ca;
	font-size: 11px;
	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: normal;
	text-align: center;
	color: #F4940C;
	font-size: 22px;
}

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

h3 {
	color: #9E1D20;
	font-size: 21px;
	font-weight: normal;
}

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

h5 {
    color: #231f20;
    font-size: 11px;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

h6 {
	font-size: 13px;
	margin-top: 0px;
	padding-top: 0px;
}
/*************************************
	Content
**************************************/
#content .title{
	padding-top: 6px;
	font-size: 11px;
	font-weight: bold;
}

#content .header{
	color: #55585f;
	font-size: 11px;
	font-weight: bold;
}

#content p{
	color: #55585F;
	font-size: 11px;
	padding-bottom: 0px;
	margin-bottom: 18px;
}

#content .pi {
	font-size: 11px;
	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
}
 /*********************************************
	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;
	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: 11px;
	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: 11px;
	color: #535353;
	clear: both;
}
/*********************************************
	Comments Styles
*********************************************/
#comments-wrap {
}

#comments-wrap h6 {
	font-size: 11px;
	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 {
}
/*********************************************
	In-content Boxes Styles
*********************************************/
.calendar_about {
	float: right;
	width: 161px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 40px 11px;
	background-color: #f1f8fa;
	position: relative;
	left: 10px;
	font-size: 10px;
	color: #2b72ca;
}

.calendar_center {
	float: right;
	width: 161px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 40px 11px;
	background-color: #fefbea;
	position: relative;
	left: 10px;
	font-size: 10px;
	color: #ca5928;
}

#rightNav {
	background-color: #ebebe6;
	float: right;
	width: 157px;
	height: 83px;
	margin: 0px 0px 30px 10px;
}

#rightNav p{
	margin: 0px 0px 0px 3px;
	padding: 0px;
	clear: both;
	height: 18px;
}
/*********************************************
	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;
}

p {
	color: #54595F;
	font-size: 11px;
	margin-top: 0px;
	padding-top: 0px;
}

ul{
	/*list-style: square;*/
	list-style: none;
	margin: 0px;
	padding: 0px;

}

li{
	color: #54595F;
	font-size: 11px;
	line-height: 14px;
	list-style: none;
    	background-image: url('images/small_bullet.gif');
    	background-repeat: no-repeat;
   	background-position: 0px 5px;
    	padding: 0px 0px 6px 15px;
	margin: 0px 0px 2px 15px;

}

.rsbg {
	background: #ffffff url('images/navbg_right.jpg') repeat-y left top;
	height: 365px;
	margin-left: -18px;
}

.homeC {
	clear:both;
	margin-top:310px;
	background: #ffffff url('<?php bloginfo('template_url'); ?>/images/home-bg.jpg') no-repeat left top;
}
/*********************************************
	NavigationBox
*********************************************/
#navigationBox{
	float: left;
	margin-left: 14px;
	background: #ffffff url('images/navbg_leftF.jpg') no-repeat left top;
	height: 350px;
}

#nav {
	width: 237px;
	float: left; 
	text-align: left;
	display: inline;
	padding-top: 0px; 
	padding-left: 17px; 
	position: relative;
	left: 0px;
	top: -20px;
}

#nav p{
	background-color: #ececea;
	width: 220px;
	height: 17px;
	margin-top: 0px;
	margin-bottom: 5px;
	position: relative;
	z-index: 100;
}

#nav a{
	display: block;
}

#nav a:link, #nav a:visited{
	color: #7E808C;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 4px;
}

#nav a:hover, #nav a:active{
	color: #7E808C;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 4px;
}

#subNav{
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 2px;
	width: 216px;
}

#subNav a:link, #subNav a:visited{
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	border: none;
	margin-left: 2px;
	padding: 1px;
}

#subNav a:hover, #subNav a:active{
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	border: none;
	margin-left: 2px;
	padding: 1px;
}

#subNav a.active:link, #subNav a.active:visited, #subNav a.active:hover, #subNav a.active:active {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	border: none;
	margin-left: 2px;
	padding: 1px;
}

#l4Nav {
    margin: 0px 0px 3px 8px;
}

#subNav #l4Nav a {
    font-weight: normal;
    text-decoration: none;
}

#subNav #l4Nav a:hover {
    font-weight: normal;
    text-decoration: underline;    
}

#subNav #l4Nav a.active {
    font-weight: normal;
    text-decoration: underline;   
}
/*********************************************
	Our Styles
*********************************************/
#copyright{
	float: left;
	margin-top: 12px;
	margin-right: 12px;
	width: 260px;
}

#copyright p{
	color: #99999B;
	font-size: 10px;
}

.copyright { 
	color: #99999B;
	font-size: 10px;
	margin-top: 9px;
	float: left;
}

#footerNav{
	float: left;
	margin-top: 12px;
	margin-left: 12px;
	width: 390px;
	display: inline;
}

#footerNav p{
	color: #2B72CA;
	font-size: 10px;
}

#footerNav a:link, #footerNav  a:visited{
	color: #2B72CA;
	font-size: 10px;
	text-decoration: none;
}

#footerNav a:hover, #footerNav  a:active{
	color: #2B72CA;
	font-size: 10px;
	text-decoration: underline;
}

.homeAbstract{
	margin-left: 20px;
	width: 270px;
	margin-bottom: 20px;
	font-size: 10px;
}

#homeUsers{
	width: 295px; 
	height: 47px;
	margin-top: 0px;
	margin-left: 7px;
	margin-bottom: 15px;
}

#homeUsers a{
	display: block; margin-bottom: 5px;
}

#left{
	float: left;
}

#right{
	float: right;
}

#homeEventsBox{
	width: 246px; /*337*/
	float: left; 
}

#homeEvents{
	margin-top: 12px; 
	margin-left: 1px;
	display: block;
}

#homeEvents .header{
	color: #55585f;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 6px;
}

#homeEvents p{
	color: #55585f;
	font-size: 10px;
	text-indent: -9px;
	padding-left: 9px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#homeEvents a:link, #homeEvents a:visited{
	color: #2B72CA;
	font-size: 10px;
	text-decoration: underline;
}

#homeEvents a:hover, #homeEvents a:active{
	color: #2B72CA;
	font-size: 10px;
	text-decoration: underline;	
}

#homeCopyright{
	margin-top: 0px; 
	float: left; 
	display: inline;
	margin-left: 180px;
	width: 590px;
	height: 72px; 
	border-top: #c7ced7 solid 1px;
	padding-top: 8px;
}

#homeCopyright p{
	color: #99999B;
	font-size: 10px;
}
/*********************************************
	Styles From The Old Site
*********************************************/
.ecomSectionHeader, .ecomTableHeader td, .ecomTableFooter td{
	background-color: #cccccc;
}

form.green {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
 	color: #54595F;
}

form.green input {
    float: left;
    margin: 3px 10px 0px 0px;
    width: 10px;
    height: 10px;
}

form.green div {
	float: left;
	width: 370px;
	margin: 0px 0px 0px 0px;
	line-height: 14px;
}

form.green table td {
	padding: 0px 0px 15px 0px;
}

.errorNote {
	color: #B22222;
}

ul.colList {
	float: left;
	display: inline;
	width: 180px;
	padding: 0px 10px 0px 0px;
}

ul.colList li {
	width: 100%;
	float: left;
	display: inline;
}

#content .l4navTable{
	float: right;
	width: 124px; 
	background-color: #F0F0ED;
	margin-bottom: 48px;
	margin-left: 20px;
	width: 181px;
	text-align: left;
	width: 161px;
}

#content .l4nav{
	margin-top: 6px; 
	margin-bottom: 21px; 
	margin-left: 12px; 
	margin-right: 8px;
}

#content .l4nav div{
	font-size: 10px;
	margin-bottom: 2px;
}

#content .l4nav a:link, #content .l4nav a:visited, #content .l4nav a:hover, #content .l4nav a:active{
	font-size: 10px;
	margin-top: 0px; 
	margin-bottom: 0px;
	text-decoration: none;
}

#content .l4nav a.active:link, #content .l4nav a.active:visited{
	font-weight: bold;
	text-decoration: none;	
}

.contentAreaCalendar{
	background-color: #ffffff;
	border-left: 1px solid #BFC6CE; 
	border-right: 1px solid #BFC6CE;
	width: 468px; /*466*/
	padding-bottom: 36px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 466px; /*464*/
	margin-left: 0px;
}

#contentBox td {
	color: #54595F;
	font-size: 11px;
	padding: 2px;
}

#contentBox td input {
	padding: 2px;
}