/* ReadWriteWeb Summits -- Common CSS */
	
/* Bring in reset stylesheet */

@import url(reset.css);

/* Body styles */
body {
	background:rgb(153,153,153);
	width:1000px;
	margin:0px auto;
	font-size:100%;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif !important;
}

strong
{
	font-weight: 800;
}

#body-wrapper {
	background:#FFF;
	box-shadow:0 0 5px #111;
	-moz-box-shadow:0 0 5px #111;
	-webkit-box-shadow:0 0 20px #111;
	padding:0 10px 10px;
	margin:0;
	position:relative;
	height: 1%;
}

#body-wrapper h1,#header h2 {
	text-indent:-50000px;
	margin:0;
	padding:0;
	line-height:0;
	font-size: 0px;
}

#body-wrapper h1 a {
	display:block;
	position:absolute;
	top:0;
	right:30px;
	width:259px;
	height:148px;
	background-image:url(../images/summit-common-sprite.png);
	background-repeat:no-repeat;
	background-position:0 -32px;
}

#common-nav ul,#summit-nav ul,#footer-nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#common-nav
{
	padding-left: 15px;
}

#common-nav ul li {
	float:left;
	padding: 14px 5px 5px;
	margin: 0;
	border-right:1px solid #999;
	font-size:.7em;
}

#common-nav ul li.last {
	border-right:none;
}

#common-nav a, #footer a
{
	color: #333;
	text-decoration: none;
}

#common-nav a:hover, #footer a:hover
{
	color: #b80000;
}

#summit-nav {
	clear:both;
	margin-top:4.5em;
	padding-left: 20px;
	border-bottom: 5px solid #333;
	padding-bottom: 25px;
	margin-bottom: 5px;
}

#summit-nav ul li {
	float:left;
	padding-right:15px;
}

#summit-nav li a
{
	background-image: none !important;
	text-indent: 0px !important;
	text-transform: uppercase;
	color: #333;
	font-size: 0.80em;
	text-decoration: none;
	width: auto !important;
	font-weight: 400;
}

#summit-nav li a:hover, #summit-nav li a.active
{
	color: #b80000;
}

#summit-nav li a.active { font-weight: bolder; }

#body-content {
	clear: both;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#content {
	width: 640px;
	padding: 20px 20px 10px 20px;
	float: left;
	line-height: 1.3em;
	font-size: 80%;
	color: #333;
}

#summit-title
{
	text-indent: -50000px;
	width: 640px;
	height: 91px;
	margin-bottom: 20px;
}

h3.tagline
{
	font-size: 1.9em !important;
	color: #333 !important;
	margin-bottom: 0.4em !important;
	line-height: 1.25em;
}

#content ol
{
	list-style-type: decimal;
	margin: .8em 0em .8em 2.4em;
}

#content ol li, #content ul li
{
	margin: .6em 0;
}

#content ul
{
	list-style-type: square;
	margin: .8em 0em .8em 2.4em;
}

#content a, #vip a
{
	color: #35609b;
	text-decoration: none;

}

#content a:visited
{
	color: #51638f;
}

#content a:hover, #content a:active, #vip a:hover, #vip a:active
{
	color: rgb(180,0,0);
}

#content h3, #content dt
{
	font-size: 1.55em;
	color: rgb(180,0,0);
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: normal;
	margin-bottom: 0.8em;
	margin-top: 0.8em;
}

#content dt
{
	border-top: 1px solid #999;
	padding-top: 20px;
}

#content dd
{
	margin-bottom: 20px;
}

#content p
{
	margin-bottom: 0.7em;
}

#content p.intro, #content h3.page-title
{
	font-size: 1.8em !important;
	font-family: Georgia, 'Times New Roman', serif;
	line-height: 1.45em;
	color: #666;
}

#content p.intro a, #content h3 a
{
	color: rgb(180,0,0) !important;
}

#content p.intro a:hover, #content h3 a:hover
{
	color: rgb(210,0,0) !important;
}

#content p.extended-intro
{
	font-size: 1.15em;
	line-height: 1.35em;
	margin-bottom: 20px;
	border-top: 1px solid #999;
	margin-top: 5px;
	padding-top: 20px;
}

#content div.section
{
	border-top: 1px solid #999;
	margin-bottom: 10px;
}

#content .photorow
{
	width: 640px;
	height: 150px;
	margin: 20px 0;
	border-top: 1px solid #999;
	padding-top: 10px;
}

#content #rt-summit-photos
{
	background-image: url('../images/summit-photorow.jpg');
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

#content .tile-box ul, #content .banner-box ul{
	margin: 0;
	padding: 0;
}

#content .tile-box li {
	width: 150px;
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;
	list-style-type: none;
}

#content .banner-box li {
	padding-bottom:10px;
	list-style-type: none;
}

#content .tile-box li img, #content .banner-box li img{
	display: block;
	padding: 5px 0px;
}

#sidebar {
	float: right;
	width: 279px;
	padding: 28px 0px 0px 20px;
	border-left: 1px solid #999;
	
}

#sidebar a#register-link
{
	background:rgb(180,0,0);
	color: #FFF;
	font-family: "Baskerville", Georgia, "Times New Roman", serif;
	font-style: italic;
	width: 259px;
	height: 60px;
	display: block;
	padding: 20px 0 0 0;
	margin: 0;
	font-size: 2em;
	text-align: center;
	text-decoration: none;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
}

#sidebar a#register-link:hover
{
	color: #000;
}

#sidebar a#sponsor-link
{
	background: url(../images/summit-common-sprite.png) no-repeat;
	background-position: -259px -113px;
	display: block;
	width: 260px;
	height: 60px;
	margin-top: 15px;
	text-indent: -50000px;
}

#sidebar a#sponsor-link:hover
{
	background-position: -259px -173px;
}

#sponsors, #media-sponsors
{
	text-align: center;
	margin-right: 20px;
}

#sponsors h2, #media-sponsors h2
{
	text-indent: -50000px;
	font-size: 0px;
	display: block;
	background-image:url('../images/mobile-sponsors-sprite.png');
	background-repeat: no-repeat;
	background-position: -257px -17px;
	width: 183px;
	height: 32px;
	margin: 10px auto;
}

#media-sponsors h2
{
	background-position: -276px -175px;
	width: 150px;
	height: 16px;
	margin-top: 20px;
}


#vip
{
	text-align: center;
	line-height: 1.45em;
	margin-right: 20px;
	background-image: url('../images/summit-common-sprite.png');
	background-repeat: no-repeat;
	background-position: 0px -180px;
	padding-top: 48px;
	border-top: 1px solid #999;
	margin-top: 20px;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}

#vip a
{
	color: rgb(180,0,0);
}

#vip a:hover, #vip a:active
{
	color: #000;
}


#vip h3
{
	text-indent: -50000px;
	line-height: 0px;
	font-size: 0px;
}

#vip .name
{
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 2px;
}

#vip .company
{
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;
	font-size: -0.7em;
	margin-bottom: 5px;
	color: #999;
}

#vip .company strong
{
	color: #666;
}

#vip .twitter
{
	font-size: 0.8em;
}

#vip .more
{
	font-size: 0.6em;
	color: #666;
	text-transform: uppercase;
	margin-top: 15px;
}

#vip .more a
{
	color: #666;
}

#vip .more a:hover, #vip .more a:active
{
	color: #333;
}

#footer
{
	clear: both;
	border-top: 5px solid #333;
	margin-top: 5px;
	padding: 10px 0px 0px 10px;
	font-size: 0.7em;
	text-transform: uppercase;
}

#footer-links,#copyright
{
	width: 650px;
	height: 40px;
	padding: 15px 0px 0px 85px;
	margin: 10px;
}

#footer-links
{
	float: left;
	background:url('../images/summit-common-sprite.png') no-repeat;
	background-position: -521px -81px;
}

#footer-links ul li
{
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}

#copyright
{
	float: right;
	width: 150px;
	padding: 15px 0px 0px 15px;
}
