/*
Theme Name: Marcia
Theme URI: http://wordpress.org/
Description: Theme developed for Marcia Galle Performing Arts
Author: Ross Sabes
Version: 1.0
Tags: black, blue, white, red, fixed-width
*/


html, body{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
    background-image:url(images/top-bg.png);
    background-position: top;
    background-repeat:repeat-x;
    background-color:#670c08;
    font-family: 'Puritan', Arial, Helvetica, sans-serif;
    font-size:76%;
    color:#1b1b1b;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
li{
    margin-top:10px;
    margin-bottom:10px;
}
blockquote {
	quotes: none;
}
h1{
    font-size: 1.6em;
    line-height: 1.7em;
    margin-bottom:10px;
    margin-top:10px;
}
h2{
    font-size:1.3em;
    line-height: 1.4em;
    margin-bottom:10px;
    margin-top:10px;
}
.red{
    color:#9f1c20;
}
.philosopher-font{
    font-family: 'Philosopher', serif;
}
.puritan-font{
    font-family: 'Puritan', arial, serif;
}
/* =Layout
-------------------------------------------------------------- */
#wrapper{
    width:100%;
    background-image:url(images/layout-top.png);
    background-position: top;
    background-repeat: no-repeat;
}
#header{
    background-image:url(images/hader-bg.png);
    background-position: top;
    background-repeat: repeat-x;
    position:relative;
}
#header #masthead h1{
    padding:0px;
    margin:0px;
}
#header #masthead #branding #top-logo{
    background-image:url(images/top-logo.png);
    height:167px;
    width:679px;
    background-repeat: no-repeat;
}
#header #site-description{
    position:absolute;
    font-size:21px;
    font-weight:normal;
    font-style:italic;
    top:130px;
    left:185px;
}
#header #dance-image{
    background-image:url(images/dance-header.jpg);
    height: 172px;
    width:304px;
    background-repeat: no-repeat;
    top:0px;
    right:15px;
    position:absolute;
}
#main, #header {
 width:981px;
 background-color:#ffffff;
 margin:0px auto;
 clear:both;
}
#main{
    
}
#container{
    clear:both;
}
#content {
    padding-top:10px;
    padding-left:25px;
    padding-right:25px;
    font-size: 1.3em;
    line-height:1.5em;
}
#content-left{
    width:700px;
    float:left;
}
#sidebar{
    float:right;
    width:220px;
}
#primary,
#secondary {
	
}
#secondary {
	
}
.location{
    clear:both;
}
.location .map{
    float:right;
    width:658px;
}
.location .description{
    float:left;
    width:260px;
}
#footer {
    clear:both;
    background-image:url(images/footer-bg.png);
    background-repeat: repeat-x;
    height:120px;
}
/* = menu
---------------------------------- */
#access{
    background-image:url(images/menu-bg.png);
    height:49px;
    background-repeat: repeat-x;
    margin-top:15px;
    clear:both;
}
#access ul#menu-main-menu, #footer-nav ul{
    list-style-type: none;
    padding:0px;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:25px;
    margin-right:0px;
}
#access ul#menu-main-menu li, #footer-nav ul li{
    float:left;
    margin-top:0px;
    margin-bottom:0px;
}
#access ul#menu-main-menu li a{
    display:block;
    color:#d7d7d7;
    font-weight:bold;
    font-size:19px;
    text-decoration: none;
    padding-left:25px;
    padding-right:25px;
    padding-top:18px;
    padding-bottom:9px;
}
#access ul#menu-main-menu li.current-menu-item a{
    background-image:url(images/menu-current-bg.png);
    background-repeat: repeat-x;
}
#access ul#menu-main-menu li.menu-item a:hover{
    background-image:url(images/menu-over-bg.png);
    background-repeat: repeat-x;
}
#footer-nav{
    padding-top:24px;
}
#footer-nav ul li{
    margin-right:24px;
}
#footer-nav ul li a{
    text-transform: uppercase;
    color:#363636;
    text-decoration:none;
    font-weight: bold;
}
#footer-nav ul li a:hover{
    color:#9f1c20;
}
#site-info{
    clear:both;
    margin-left:25px;
    margin-top:50px;
}