/*  
Theme Name: 44Broadway
Design by http://www.CreativeSlice.com
*/

/* -- [ Body presentation ] -- */
* {
	margin:0;
  	padding: 0;
	}
	
body {
margin: 0;
padding: 0;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: #000;
line-height: 1.4em;
background: url(/wp-content/themes/broadway/images/background.gif) #000 repeat;
}

img {
border: 0;
}

/* -- [ this wraps all content ] -- */
#page {
width: 800px;
margin: 0 auto 0 auto;
padding: 0;
voice-family: "\"}\""; 
voice-family:inherit;
text-align:center;
}

#post {
	margin: 0 0 20px;
}

/* -- [ Below declaration (clearfix) corrects float clearing ] -- */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {
display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}

.clearfix {
display: block;
}
/* End hide from IE-mac */

/* -- [ end clearfix ] -- */

/* -- [ rightbar custom fields area. ] -- */
ul.post-meta, ul.post-meta li { list-style-type:none; padding:0; margin:0; }
ul.post-meta {
	color: #000;
}

/* -- [ this controls how the Custom Fields will look ] -- */
.post-meta {color: #660033;}
.post-meta-key {color:#00CC66; font-weight: bold; font-size: 110%;}

#narrowcolumn ul {
	margin: 0 0 1em 0;
}
#narrowcolumn ul li {
	line-height: 1.4;
	list-style: square;
	margin: 0 10px 0 3em;
	}
p img {
	padding: 5px;
}

/*
----------------------------------------------------------------------------- 
TEXT
-----------------------------------------------------------------------------*/

/* -- [ <h1> element presentation ] -- */
h1 {
font-size: 32px;
font-family: Avenir, "Trebuchet MS", "Tahoma", sans-serif;
margin: 0 0 5px 0;
padding: 0;
color: #000;
}

h2 {
font-size: 24px;
line-height: 28px;
font-family: Avenir, "Trebuchet MS", "Tahoma", sans-serif;
padding: 10px 10px 0 10px;
color: #420000;
}

#pagetitle:link, #pagetitle:visited {
color: #666;
}

h3 {
font-size: 21px;
line-height: 24px;
font-family: Avenir, "Trebuchet MS", "Tahoma", sans-serif;
font-weight:normal;
padding: 10px 10px 0 10px;
color: #420000;
}

h4 {
font-size: 21px;
font-family: Avenir, "Trebuchet MS", "Tahoma", sans-serif;
font-weight:normal;
padding: 10px;
color: #fff;
}

a:link, a:visited {color:#8C0004;}

a:hover {color:#8C0004;
background-color:#f6e68e;}

.entrytext {
}

#menu li
{
display: inline;
/* for IE5 and IE6 */
}

#menu
{
width: 110px;
/* to display the list horizontaly */
font-family: Verdana, Avenir, "Trebuchet MS", "Tahoma", sans-serif;
font-size: 11px;
font-weight: bold;
margin: 0;
padding: 0;
}

#menu a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #fff;
border-bottom: 1px #420000 solid;
text-align: center;
text-decoration: none;
color: #420000;
}

#menu a:hover { 
color: #fff;
background-color: #420000; }

#menu .current_page_item a {
color: #fff;
background-color: #420000;
}


.postmetadata {
color: #999;
}

/*
----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/
#header {
	float: left;
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 100%;
	}
	
#registration {
	position: absolute;
	top: 15px;
	right: 0px;
	font-family: Verdana, Avenir, "Trebuchet MS", "Tahoma", sans-serif;
	font-size:14px;
color: orange;
	}
	
#registration a, #registration a:visited {
color: #ddd;
text-decoration: none;
padding: 3px 5px;
border: 1px dotted #666;
font-size:16px;
}

#registration a:hover {
color: #fff;
padding: 3px 5px;
text-decoration: none;
background-color: #420000;
}

#countdown {
position: absolute;
top: 17px;
left: 0px;
float: left;
font-size: 1.2em;
text-align: left;
}
#countdown a {
color: #999;
text-decoration: none;
}

#search {
	position: absolute;
	top: 12px;
	right: 0px;
	padding: 0;
	}
#s {
	float: right;
	height: 15px;
	margin: 0;
	}
#search_button {
	float: right;
	margin: 0 0 0 8px;
	padding: 0;
	}


/*
----------------------------------------------------------------------------- 
LAYOUT
-----------------------------------------------------------------------------*/
#content {
float: left;
display: inline;
width: 800px;
margin: 0;
padding: 0;
background-color: #fff;
}

#sidebar {
float: left;
display: inline;
width: 110px;
margin: 0; 
padding: 3px 3px 3px 3px;
background-color: #fff;
text-align: left;	
list-style-type: none;
voice-family: "\"}\""; 
voice-family:inherit;
}

#rightbar {
float: left;
display: inline;
width: 212px;
margin: 3px 0 3px 0; 
padding: 8px;
background-color: #000;
text-align: left;	
color:#fff;
font-family: Geneva, Arial, "Trebuchet MS", "Tahoma", sans-serif;
line-height: 1.4em;
voice-family: "\"}\""; 
voice-family:inherit;
}

#rightbar li { 
display: inline;
}

#rightbar li a, #rightbar a:visited {
float: left;
color:#fff;
}

#gallery {
width: 212px;
text-align: left;
}

#gallery li {
display: inline;
}

#gallery #blueprints li {
display: block;
clear: both;
font-size: .9em;
padding: 5px;
}


#gallery #blueprints li a:hover {
color: black;
text-decoration: none;
}

#gallery li a {
float: left;
}

#gallery li img {
float: left;
padding: 5px;
}

/* -- [ declaration for the center column ] -- */
#narrowcolumn {
float: left;
display: inline;
width: 450px;
margin: 0;
padding: 3px 3px 3px 3px;
background-color: #fff;
text-align: left;
voice-family: "\"}\""; 
voice-family:inherit;
}

/* -- [ defines <p> margins specifically for the right column on the home page ] -- */
#narrowcolumn p {
display: block;
margin: 0 10px 10px 10px;
padding: 0;
}

#widecolumn {
float: left;
display: inline;
width: 530px;
margin: 0;
padding: 3px 3px 3px 3px;
background-color: #fff;
text-align: left;
voice-family: "\"}\""; 
voice-family:inherit;
}

#widecolumn p {
display: block;
margin: 0 10px 10px 10px;
padding: 0;
}

#wideright {
float: left;
display: inline;
width: 132px;
margin: 3px 0 3px 0; 
padding: 8px;
background-color: #000;
text-align: left;	
color:#fff;
font-family: Geneva, Arial, "Trebuchet MS", "Tahoma", sans-serif;
line-height: 1.4em;
voice-family: "\"}\""; 
voice-family:inherit;
}
#wideright li { 
display: inline;
}

#wideright li a, #wideright a:visited {
float: left;
color:#fff;
}
/*
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
#footer {
float: left;
display: inline;
width: 800px;
margin: 10px 1px 0 1px;
padding: 10px 0 10px 0;
color:#e0e0e0;
font-family: Verdana, Avenir, "Trebuchet MS", "Tahoma", sans-serif;
font-size:10px;
line-height: 1.8em;
text-align: right;
}

/* -- [ defines how links will be presented in the footer area ] -- */
#footer a, #footer a:visited {
color: #6D785B;
text-decoration: none;
}

/* -- [ defines how links will appear when hovered over ] -- */
#footer a:hover {
color: #AFBB91;
text-decoration: none;
background-color: #000;
}