/*
Theme Name: MMEA
Theme URI: http://www.mmeamichigan.org
Description: The theme designed for the Michigan Music Educators Association
Version: 0.1
Author: Matthew Kahl and Mike Kokuba
Author URI: http://ikahl.com
Tags: 

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body{
	background-color: #A12200;
	font-family: Arial, Helvetica, sans-serif;
}
p{
color:#4c4c4c;
font-size:11pt;
}
a, #announcements p a {
	text-decoration:none;
	color:#E03100;
}
a:hover, #announcements p a:hover,#attachments a:hover {
	color:#A12200;
}

a img{
	border:0;
}

.widget {
	border: 1px solid #B3B3B3;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}

li {
	list-style-image: url(images/bullet.png);
	list-style-type: square;
	line-height: 18px;
	font-size: 11pt;
	color: #4C4C4C;
}

.widget li,#rightcolumn li,.linkcat li{
	font-weight:bold;
}

#whitepage {
	background-color: white;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	min-height: 800px;
	background-image: url(images/header-image.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 4px solid black;
	min-height:750px;
}
#top {
	height: 150px;
	width: 900px;
}
#title {
	width: 250px;
	float: right;
	margin-top: 20px;
}
#title h1 {
	font-size: 46pt;
	font-weight: bold;
	letter-spacing: -5px;
	margin: 0;
	color: #191919;
}
#title h2 {
	color: #4C4C4C;
	font-size: 25pt;
	letter-spacing: -3px;
	line-height: 28px;
	margin: 0;
}
#topmenu {
	height: 30px;
	width: 846px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(images/topmenu.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-left:15px;
}
.topmenuitem {
	height: 100%;
	line-height: 30px;
	float: left;
	padding-left:30px;
	padding-right:30px;
}
.topmenuitem a {
	font-size: 12pt;
	text-decoration: none;
	letter-spacing: 2px;
	color: white;
	font-weight: lighter;
}
.topmenuitem a:hover {
	color:#d9d9d9;
}
#content {
	width: 846px;
	min-height:500px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-position: center;
	float: center;
}
.topmenuspacer {
	background-image: url(images/topmenu-spacer.png);
	width: 8px;
	float: left;
	height: 30px;
	margin: 0;
}
#leftcolumn {
	float: left;
	width: 55%;
}
#rightcolumn {
	float: right;
	width: 40%;
	padding-right:2%;
}
.floatfix{
	clear:both;
}
.widgethead {
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: -2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A37500;
	width: 180px;
	color: #191919;
}

/*Upcoming Events*/
#events ul{
	margin-top:3px;
	font-size: 10pt;
	color: #E03100;
	font-weight: bold;
	padding-left: 0px;
	margin-left: 0px;
}
#events li {
	padding-left: 0px;
	margin-left: 15px;
	margin-bottom: 5px;
	
	font-weight: normal;
}
#smallcal {
	float:right;
	height:115px;
	margin:0 5px 3px;
	width:110px;
}
#events{
	min-height:150px;
}
/*Announcement Widget*/
#announcements h1,#announcements h1 a{
	font-size: 14pt;
	color: #E03100;
	margin-bottom: 0px;
	margin-top: 5px;
}
#announcements h2{
	font-size: 10pt;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
#announcements p{
	margin-top: 5px;
}
#announcements ul{
	font-size: 10pt;
	color: #E03100;
	font-weight: bold;
	padding-left: 0px;
	margin-left: 0px;
}
#announcements a{
	color: #4C4C4C;
}
#announcements li {
	padding-left: 0px;
	margin-left: 30px;
}

#contact h1 {
	color: #191919;
	font-size: 14pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

#frontcontact h3{
	margin-bottom:0;
	margin-top:0;
	
}
#contact {
	font-size: 11pt;
	color: #4c4c4c;
}
/*Board Members*/
.board-contact{
	margin-bottom:10px;
}
.board h1 {
	font-size: 18pt;
	margin-bottom:10px;
	border-bottom: 3px solid #A37500;
	width:350px;
}
.board h2 {
	font-size: 16pt;
	color: #4C4C4C;
	margin-bottom: 5px;
	margin-top: 0px;
}
.board h3 {
	font-size: 14pt;
	margin: 0;
}
.board {
	font-size: 12pt;
}
.board p {
	margin: 0px;
}
#top a {
	height: 150px;
	width: 900px;
}

/*Announcements and Single*/
.posts{
	float: left;
	width: 500px;
}
.sidebar{
	float:right;
	width:250px;
	vertical-align:top;
}
.sidebar h4{
	margin-top:5px;
}
.posts h1 a{
	font-size: 14pt;
	color: #E03100;
}
.posts h1{
	margin-bottom: 0px;
	margin-top: 5px;
	
}
.posts h2,.post_footer {
	font-size: 10pt;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A37500;
}

.post_footer{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A37500;
	border-bottom-style: none;
	margin-bottom:25px;
}
.posts p {
	margin-left: 3px;
	margin-right: 3px;
}
.posts ul {
	font-size: 10pt;
}
.navigation{
	width:100%;
	border-top: 1px solid #B3B3B3;
	padding-top:5px;
}
.alignleft{
	float:left;
	width:49%;
}
.alignright{
	float:right;
	width:49%;
	text-align:right;
}

/*Attachments*/
#attachments .widgethead{
	font-size:12pt;
	letter-spacing:-1px;
}
#attachments #leftcolumn{
	width:13%;
	text-align:center;
}
#attachments #leftcolumn img{
	height:40px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:0;
}
#attachments #rightcolumn{
	width:83%;
}
#attachments h1{
	margin-top:0;
	margin-bottom:5px;
	color:#E03100;
}
#attachments h1, #attachments h1 a{
	font-size:10pt;
}
#attachments p, #attachments p a{
	font-size:9pt
}
#attachments p{
	margin-bottom:3px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#attachments .widget{
	padding:3px;
	margin-top:5px;
}

/*Footer*/
#footer{
	text-align:center;
	font-size:9pt;
	margin-top:15px;
	line-height:30px;
	border-top: 1px solid #B3B3B3;
}
/*Event Calendar*/
.ec3_schedule{
	font-size:12pt;
	color: #767676;
	font-weight:bold;
}
.ec3_schedule td{
	padding-left:0;
}
.ec3_small_calendar{
	font-size:8pt;
}
.ec3_big_calendar table caption a {
	color:#4C4C4C;
	font-size:25pt;
	letter-spacing:-3px;
	font-weight:bold;
}
.ec3_big_calendar table.ec3_calendar_table td{
	vertical-align:top;
	border:1px solid #B3B3B3;
	margin:0;
	height:150px;
	width:4%;
}

.ec3_big_calendar table.ec3_calendar_table th{
	color:#191919;
	font-size:14pt;
	font-weight:bold;
	letter-spacing:-1px;
	border-bottom: 3px solid #A37500;
	text-align:left;
}

.ec3_big_calendar #prev,.ec3_big_calendar #next{
	border:none;
	width: 440px;
	height: 15px;
}

div.ec3_big_calendar table.ec3_calendar_table tbody td {
	border:1px solid #B3B3B3;
}

#wp-calendar #prev{
	text-align:left;
}
#wp-calendar #next{
	text-align:right;
}