body {
	color: #000;
	background-color: #FFF;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0px;
}

a img
{
	border: 0px;
}

#header h1 span, #statement h2 span, #sidebar h2 span{
	display: none;
}

#header h1 a
{
	width: 800px;
	height: 152px;
	display: block;
	margin: auto;
}

#header h1, #statement h2{
	margin: 0px auto;
	background-image: url('images/rwwsummittitle.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 152px;
}

#header{
	background-image: url('images/rwwsummittitlebg.png');
	background-repeat: repeat-x;
	border-top: 3px solid rgb(156,0,0);
	border-bottom: 3px solid rgb(156,0,0);
	width: 100%;
}

#statement h2{
	background-image: url('images/photoflair.jpg');
	height: 114px;
	margin: 0px auto;
}

#statement h2.dayof{
	background-image: url('images/realtimewebstatement_duringconf.png');
		height: 114px;
	margin: 0px auto;
}

#statement
{
	width: 100%;
	background-image: url('images/realtimewebstatementbg.png');
	border-bottom: 3px solid rgb(156,0,0);
	background-color: rgb(156,0,0);
	background-repeat: repeat-x;
}

#body_wrapper
{
	width: 1000px;
	margin: 5px auto;
}

#left-sidebar
{
	width: 200px;
	float: left;
}

#body_text{
	width: 500px;
	padding: 10px 10px 0px 20px;
	float: left;
	line-height: 1.5em;
	font-size: 0.7em;
}

#body_text a{
	color: rgb(160,0,0);
	font-weight: bold;
	text-decoration: none;
}

#body_text a:hover{
	text-decoration: underline;
}

#body_text ul{
	color: #000;
}

#body_text ul li {
	list-style-type: square;
	color: #111;
}

#body_text ul.highlight li{
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 1.25em;
	color: rgb(160,0,0);
	line-height: 1.65em;
}

#body_text h3
{
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	color: rgb(160,0,0);
	font-weight: normal;
}

#body_text .box, .pullquote
{
	float: right;
	width: 250px;
	background-color: rgb(245,245,245);
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 0.85em;

}

#body_text .box
{
		background-image: url('images/realtimecoverage_header.png');
	background-repeat: no-repeat;
	margin-top: 30px;
	padding-top: 30px;
}

#body_text .pullquote
{
	font-family: Georgia, 'Times New Roman', sans-serif;
	line-height: 1.45em;
	font-style: italic;
	font-size: 0.95em;
}

#body_text .box h3
{
	display: none;
}

#body_text .box ul
{
	margin-left: 0px;
	line-height: 1.4em;
	padding-left: 10px;
}

#body_text .box ul li
{
	margin-left: 10px;
	padding-left: 3px;
	list-style-type: square;
	padding-bottom: 3px;
}

#body_text .box p
{
	line-height: 1.25em;
}

#body_text #justintv
{
	text-align: center;
}

#body_text #twtr-search-widget h3
{
	color: #FFF;
}

#body_text .capsule
{
	clear: both;
	margin-bottom: 25px;
}

#body_text .capsule .button
{
	float: left;
	width: 100px;
	margin-top: 5px;
}

#body_text .capsule .button a
{
	text-transform: uppercase;
	font-weight: bold;
	background-color: rgb(175,0,0);
	color: #fff;
	padding: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 90px;
	display: block;
	text-align: center;
}

#body_text .capsule .button a:hover
{
	background-color: rgb(205,0,0);
	text-decoration: none;
}

#body_text .capsule .explainer
{
	margin-left: 120px;
}

#sidebar{
    width: 210px;
	float: right;
	font-size: 0.80em;
	text-align: center;
	padding-left: 5px;
}

#sidebar #register-button{
	
}

#sidebar h2{
    margin: 0px auto;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: center;
	width: 200px;
	height: 59px;
}

#sidebar ul#schedule
{
	padding-left: 19px;
	margin-left: 0px;
	margin-top: 3px;
	text-align: left;
	font-size: 0.90em;
	list-style-type: square;
}

#sidebar ul#schedule li
{
	padding-bottom: 5px;
}

#footer{
   clear: both;
   margin: auto;
   width: 770px;
   padding: 15px;
   padding-left: 230px;
   color: rgb(64,64,64);	
   font-size: 0.65em;
   
}

#footer p{
	margin: 0px;
}

#footer a{
	color: rgb(160,0,0);
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

