/*   
Theme Name: Madam Theme
Theme URI: http://simonwebdesign.com/simon-wordpress-framework-blank-theme/
Description: A customized version of the Simon WP Framework theme.
Author: Joshua Ellis
Author URI: http://simonwebdesign.com
Version: 1.1.6
Tags: light, two-columns, fixed-width
*/

@import url('reset.css');
@import url('typography.css');
@import url('grid.css');
@import url('forms.css');

body{
background-image: url('images/bg.jpg');
background-color: #000;
background-repeat: no-repeat;
background-position: top center;
color: #fff;
}

#container{

}

/* header */
.header {
        padding: 0px 0px 50px 10px;
}

#logo{
margin: 0;
padding: 0;
text-align: center;
}

#topbanner{
margin-top: 10px;
background-color: #fff;
height: 110px;
overflow: hidden;
}



#menu{
position: relative;
list-style: none;
top: 22px;
margin: auto;
z-index: 9999;
width: 900px;
}

#menu li{
font-size: 1.25em;
list-style: none;
position: relative;
float: left;
text-transform: uppercase;
margin: 0 4em 0 0;
padding: 0;
}

#menu li ul{
font-size: 1em;
position: absolute;
text-transform: none;
background-color: #000;
width: 4em;
float: none;
clear: none;
margin: 0;
padding: 0;
left: -10000px;
}

#menu li:hover > ul{
left: 0px;}

#menu li ul li{
font-size: 0.75em;
float: left;
clear: none;
padding: 0.5em 1em 0.5em 1em;
background-color: #000;
text-transform: none;
margin: 0;
width: 20em;
}

#content_container{
position: absolute;
top: 195px;
}

/* links */
a:link, a:visited, #menu a:hover, #menu li.current_page_item a{
	color: #ffaa00;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
	#menu a{
	color: #fff;
	text-decoration: none;
	}

/* navigation */
#sidebar{
background-color: #000;
}

.widgettitle, .pagetitle{

background-color: #ffaa00;
background-image: url('images/titlebg.jpg');
background-repeat: repeat-x;
color: #000;
text-transform: uppercase;
padding-left: 1em;
font-size: 1.5em;
line-height: 32px;
font-weight: bold;

}

.widgetcontent{
margin: 1em;
padding-bottom: 2em;}

.eventli .date{
font-weight: bold;
}

.eventli{
margin-bottom: 1em !important;}
/* header */

#content{
background-color: #000;
color: #fff;
}



#footer {
        margin: 100px 0px 0px 0px;
        padding: 30px 0px 0px 0px;
		text-align: center;
}
/* Misc */
.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* post */
.meta {
}
/* COmments */
#comments {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}
#postcomment {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}


#post-entries {
        padding: 0px 0px 20px 0px;
        margin: 0px 0px 20px 0px;
}