/************************************************************************
CSS Reset via http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
************************************************************************/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/************************************************************************
Global Styles
************************************************************************/
body{
	word-wrap: break-word;
	font-size: 100%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color:#080b0c;
	background-image: url('../images/53Eleven_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#wrap{
	width: 840px;
	margin: 0 auto;
}

.clearing {
	display: block; 
	clear: both; 
	font-size: 1px; 
	height: 1px; 
	line-height: 1px; 
	margin: 0;
}

a:link {
	color: #daa337;
	text-decoration: none;
} 
a:visited {
	color: #daa337;
}
a:hover,
a:focus {
	color: #ccc;
	text-decoration: none;
}
a:active {
	color: #daa337;

}

img, div, a, input, h1 { behavior: url('styles/iepngfix.htc') }
/************************************************************************
Branding header Logo
************************************************************************/
#brandingHead{
	height: 150px;
	width: 840px;	
}

#brandingHead h1 a{
	width:165px;
	height:102px;
	margin: 22px 0 0 30px;
	display: block;
	background-image:url('../images/53Eleven_logo_big.png');
	background-color: transparent;
	float:left;
	text-indent: -5000px;
}

em{font-style: italic;}

span.eventHightLight{color:#2580a2; font-style: italic; font-weight: 800;}
/************************************************************************
Informational Header - contact button
************************************************************************/
#header{
	width: 840px;
	height: 300px;
	background-image: url('../images/53Eleven_header_bg.jpg');
}

#laptop{
	width: 410px;
	height:275px;
	background-image: url(../images/53Eleven_header_laptop.png);
	background-position: center 50px;
	background-repeat:no-repeat;
	float: left;
} 

#headerInfo{
	width: 430px;
	color:#fff;
	float: left;
}

#headerInfo h2{
	width: 72px;
	height:24px;
	display:block;
	font-size: 1.2em;
	margin-top: 50px;
	text-indent:-5000px; 
	background-image: url(../images/event_headline.png);
}

#headerInfo p{
	font-size: .8em;
	line-height: 2em;
	padding-right: 25px;
	color:#fff;
}

#headerInfo a{
	width: 202px;
	height: 44px;
	display: block;
	background-image:url('../images/contactButton.png');
	background-repeat:no-repeat;
	text-indent: -5000px;
	margin-top: 15px;
}
#headerInfo a:hover{
	background-position: center -44px;
}

/************************************************************************
Main Content - Details
************************************************************************/
#mainContent{
	width: 840px;
	background-image:url('../images/53Eleven_header_divider.jpg');
	background-color: #fff;
	background-repeat: repeat-x;
	padding-top: 45px; 
	float: left;	
}

.details{
	width: 257px;
	margin: 0 0 25px 17px;
	float: left;
	background-image: url('../images/detailsBackground.png');
	background-repeat: no-repeat;
}
.details h4{
	font-size: 1em;
	color:#333;
	padding: 10px 25px 5px 25px;
}
.details p{
	font-size: .75em;
	color:#333;
	padding: 0 25px;
	line-height: 1.8em;
}

.detailsImage{
	margin: 10px 0 0 20px;
}

/************************************************************************
Main Content - Two Column Section
************************************************************************/
#twoColumnContent{
	width: 800px;
	float: left;
	margin: 15px 20px;
	border-top: 1px solid #ccc;
	padding-bottom: 25px;
}
#twoColumnContent h4{
	font-size: 1em;
	color:#333;
	padding: 10px 25px 5px 0;
}

.column{
	width: 250px;
	margin: 0 5px 25px 10px;
	float: left;
}
.column ul li{margin-bottom: 20px;}
.column ul li{
	line-height: 1.3em;
	font-size: 0.70em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: left;
	padding: 5px 10px;
	margin: 5px 0;
	background-color: #f3f3f3;
}

/************************************************************************
Footer
************************************************************************/
#footer{
	width: 840px;
	height: 150px;
	float:left;
	font-size: 0.75em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
	color:#fff;
	padding-top: 15px;	
}

#footer img{margin: 15px;}

p#credit{font-size: .65em;}
