/*
Theme Name: Athena Custom Theme
Theme URI: http://wordpress.org/
Description: Custom Theme for Athena Website
Version: 1.6
Author: Eric Clay
Author URI: http://www.appletoncreative.com
Tags: 

	Athena 1.0


*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Times", Times New Roman,  serif;
	color: #5a5a5a;
	background-color:#FFF;
	text-align: left;
	}


.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: "Times", Times New Roman,  serif;
	font-weight: bold;
        color:#000;
	}

h1 {
	font-size: 2.2em;
        color:#000;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
        color:#f78e1f;
	}


#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.4em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #f78e1f;
	}

h3, h3 a, h3 a:visited {
	color: #000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #f78e1f;
	text-decoration: none;
	}

a:hover {
	color: #ed0080;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 10pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body, html {
	margin: 0 0 20px 0;
	padding: 0;
	height:100%;
	width:100%;
	}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */





/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
#mainContainDiv {
	width: 939px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
	font-size:1.2em;
	text-align: left;
	position: relative;
}
#topDiv {
	background-color: #000;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	width: 939px;
	margin-top: 15px;
	margin-bottom: 4px;
	font-family: "Times", Times New Roman,  serif;
	font-size: 1.3em;
	color: #FFF;
	font-weight: normal;
	position: relative;
}
#topDiv p {
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 20px;
}
#botDiv {
	background-color: #F78E1E;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	position: relative;
}
#botDiv div{
	width:100%;
	margin:0 auto 0 auto;
}
#botDiv ul {
	list-style-type: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1.1em;
	color: #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#botDiv ul li {
	display:inline;
	padding:8px 15px 10px 0px;
	}
#botDiv ul li a:link, #botDiv ul li a:visited{
	color:#000;
	text-decoration:none;
	display:inline;
}
#botDiv ul li a:hover{
	color:#FFF;
}
#botDiv ul li ul{
	display:none;
}
#botDiv p{
	margin:0;
	padding:0 0 10px 0;
}	
#mainContentDiv {
	width: 491px;
	margin: 40px 30px 50px 30px
}
#midCol1Div {
	background-color: #000;
	float: left;
	width: 193px;
	margin-right: 4px;
	position: relative;
	display: inline;
}
#midCol3Div {
	float: left;
	width: 187px;
	position: relative;
	display: inline;
}
#midDiv {
	width: 939px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-image: url(images/mid-back.gif);
	background-repeat: repeat-y;
	position: relative;
}
#midCol2 {
	width: 551px;
	margin-right: 4px;
	float: left;
	display: inline;
}
#topDiv p a:link,#topDiv p a:visited{
	color:#FFF;
}
#topDiv p a:hover{
	text-decoration:none;
	color:#f78e1f;
}
#mainMenu{
	list-style:none;
	margin:0;
	padding:0;
	width:193px;
	margin:38px 0px 0px 0px;
	background-color:#ed0080;
		position:relative;
}
#mainMenu li{
	display:inline;
	font-family: "Times", Times New Roman, serif;
	font-size:1.2em;
	letter-spacing: .1em;
	line-height:1em;
	font-weight:normal;
	color:#FFF;
	text-transform:uppercase;
	position:relative;
	margin:0;
}
#mainMenu li a:link, #mainMenu li a:visited{
	position:relative;
	color:#FFF;
	width:173px;
	padding:9px 0px 6px 20px;
	display:block;
}


#mainMenu li ul {
    position: absolute;
	margin:0;
	padding:0;
    width: 193px;
    left: -999em;
	background-color:#8dc63f;
	z-index:10000;
}
.mainmenu li ul li{
	background-color:#8dc63f;
	font-family: "Times", Times New Roman, serif;
	font-size:75%;
	line-height:1em;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
}
#mainMenu li ul li a:link, #mainMenu li ul li a:visited{
	font-family: "Times", Times New Roman, serif;
	font-size:75%;
	line-height:1em;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	padding:9px 0px 6px 20px;
	display:block;
	background-color:#8dc63f;
}
#mainMenu li:hover ul, #mainMenu li.sfhover ul  {
	left: 193px;
	top: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#mainMenu li:hover ul, #mainMenu li.sfhover ul  {
	left: 193px;
	top: -30px;
}}
#mainMenu li a:hover{
	text-decoration:none;
		background-color:#f78e1f;
}
#mainMenu li:hover{
	background-color:#f78e1f;
	}
	
#mainMenu li ul li a:hover{
	text-decoration:none;
		background-color:#f78e1f;
}
#mainMenu li ul li:hover{
	background-color:#f78e1f;
	}

	#mainContentDiv p {
	font-family: "Times", Times New Roman, serif;
	font-size: 1.2em;
	line-height: 1.4em;
}
.sidebox {
	width: 163px;
	margin:38px 12px 0px 12px;
	background-color: #FFF;
	background-image: url(images/side-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.sideboxTop {
	background-color: #000;
	background-image: url(images/side-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 163px;
}
.sideboxTop h2{
	color:#FFF;
	font-size:1.2em;
	letter-spacing: .1em;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
	padding:5px 0px 1px 10px;
	line-height:1.2em;
	
}
.sideboxContent {
	padding:12px 10px 15px 10px;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
}
.sideboxContent ul{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
.sideboxContent li{
	list-style: none outside;
	padding: 0px 0px 15px 0px !important;
	margin: 0px;
}

.sideboxContent li a{
	margin: 0px
}

#sideboxLogo {
        margin:38px 12px 0px 12px;
	width: 163px;
	position: relative;
        text-align: center;	
}
.widget{
	width: 163px;
	margin:38px 12px 0px 12px;
	background-color: #FFF;
	background-image: url(images/side-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.widget h2{
	color:#FFF;
	font-size:1.2em;
	letter-spacing: .1em;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
	font-family: "Times", Times New Roman, serif;
	padding:5px 0px 1px 10px;
	line-height:1.2em;
	
}
.widgettitle{
	background-color: #000;
	background-image: url(images/side-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size:1.2em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#5a5a5a;
}
#dynamicSide ul, #dynamicSide{
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	margin:0;
	padding:0;
}
#dynamicSide li{
}
#dynamicSide li ul li{
	padding:0;
}
.navigation {
	display: block;
	text-align: left;
	margin-bottom: 60px;
	}
.textwidget{
	padding:12px 10px 15px 10px;
}
.metawidget{
	padding:12px 10px 15px 10px;
}

.widget_archive ul li{
		margin:12px 10px 15px 10px;
}
.widget_meta ul li {
		padding:12px 10px 15px 10px;
		margin:12px 10px 15px 10px;
}
.widget_calendar{
padding:0 0 0 0;	
}

/*NAWBO banner */
.nawbo {
	width: 150px	
	background-image: url(images/NAWBOBanner.jpg);
	background-repeat: no-repeat;
}

/* athena events */

.eventblock { margin: 0px 0px 10px 0px; clear: both }
.calsquare { padding-top: 7px; width:55px; height: 50px; background-repeat: no-repeat; color: #fff; text-align: center; font-family: arial; font-size: 16px; font-weight: bold; text-transform: uppercase; float: left; margin: 0px 20px 60px 0px }
.calsquare .date { font-size: 14px }
.athena_event { background-image: url(images/cal_green.png) }
.events_of_interest { background-image: url(images/cal_orange.png) }
.board_and_panel_meetings { background-image: url(images/cal_pink.png) }
.eventdetails { font-size: 1.2em }
.eventdetails .title { color: #000 }
.more { text-decoration: underline }
.eventblurb {}
p.legend { font-size: 12px !important; font-family: arial, helvetica, verdana, sans-serif !important }
.legend img { margin: 0px 5px 0px 15px; }
