/*
Theme Name: MMC
Theme URI: http://metrosings.org/
Description: Custom designed by Zeesman Communications, developed by Thom Meredith Design.
Version: 1.0
Author: Thom Meredith
Author URI: http://thommeredith.com/
Tags: custom
*/

@import"css/reset.css";

/* Colors
	warm grey: #443135
	pink: #ca005d
*/

/************************************************************************/
/* GLOBAL */
/************************************************************************/
a{
	color: #443135;}
	
a:hover {
	color: #ca005d;}
	
.right{
	float: right;}
	
.left {
	float: left;}
	
.clear {
	clear: both;}

body{
	background: white url(img/bg.png) repeat-x top left;
	color: #443135;
	position: relative;
	font: 14px arial, helvetica, sans-serif;}

h1 {
	font-size: 24px;
	color:#ca005d;
	padding-bottom: 16px;
}

h2 {
	font-size: 18px;
	color:#ca005d;
	padding-bottom: 12px;
}

p {
	font: 14px arial, helvetica, sans-serif;
	padding-bottom: 16px;
	line-height: 18px;
}

h3 {
	font: 14px arial, helvetica, sans-serif;
        color:#ca005d;
	padding-bottom: 8px;
}

h3 + h3 {
	padding-top: 16px;
}


#nav {
	float: left;
}
	
#mainlogo{
	display: block;
	text-indent: -999em;
	background: transparent url(img/head.png) no-repeat top left;
	height: 289px;
	width: 978px;}

#mnav {
	background: url('img/pink_rule.png') bottom left no-repeat;
	padding-bottom: 52px;
}

#mnav a {
	display: block;
	text-indent: -999em;
	height: 34px;
	width: 260px;
	background-position: left top;
	background-repeat: no-repeat;
}

#mnav a.about { background: url('img/about.png');}
#mnav a.news { background: url('img/news.png');}
#mnav a.performances { background: url('img/performances.png');}
#mnav a.music { background: url('img/music.png');}
#mnav a.auditions {height: 38px; background: url('img/auditions.png');}
#mnav a.links { background: url('img/links.png');}
#mnav a.support { height: 37px; background: url('img/support.png');}
#mnav a.contact { height: 31px; background: url('img/contact.png');}

#mnav a:hover, #mnav a.selected {
	background-position: right top;
}

#snav {
	padding-left: 95px;
	padding-top: 6px;
	padding-bottom: 65px;
}

#snav a {
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}


#snav li.current_page_item a {
	font-weight: bold;
	color: #443135;
} 

#content {
	padding-top: 15px;
	padding-bottom: 50px;
	margin-left: 383px;
	width: 520px;
}

.caption {
	color: #ca005d;
	position: relative;
}

.caption img {
	float: left;
}

a img {
	text-decoration: none;
	border: none;
}

table {
  width: 100%;
}

archivetable {
   width:  100%
   border: 1
   cellpadding: 4
}

strong {
  font-weight: bold;
}

form {
  padding-bottom: 16px;
}

#footer {
	width: 978px;
	padding: 5px 0 40px 0;
	background: url(img/footer.png) no-repeat top right;
	text-align: right;
	font-size: 9px;
	line-height: 12px;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
}