@charset "utf-8";
/* - - - - - - - - VERSION CONTROL - - - - - - - - 
	Rebooting Computing 
	Basic Styles
	Creation Date:  15 August 2008
	Created by: acd
	Revision Number:  Revision Date:  
	Revised by:
*/

/* - - -  LAYOUT - BLOCKS - - - */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#333;
	line-height: 160%;
	margin:0;
	padding: 0;
	background-color:#eee;
}
p {
	margin:0 0 30px 0;
}
a , a:visited
{
	color:#0033CC;
	text-decoration:none;
}
a:hover, a:focus
{
	text-decoration:underline;
}

/* --------------------- Page Structure ------------------- */

#wrapper
{
	width: 974px;
	margin: 10px auto;
}

/* --------------- top bottom borders ----------------------*/
#top{
	height:25px;
	overflow:hidden;
	background-image:url(../images/rouned_green.gif);
	}
#top div{
	background-image:url(../images/rouned_green.gif);
	background-repeat: no-repeat;
	background-position: top right;
	float:right;
	width:20px;
	height:25px;
}
#bottom{
	height:25px;
	overflow:hidden;
	background:url(../images/rouned_green.gif) left -25px no-repeat;
	
	}
#bottom div{
	background:url(../images/rouned_green.gif) right bottom no-repeat;
	float:right;
	width:20px;
	height:25px;
	background-repeat: no-repeat;
}
/* ----------------- end top bottom borders ------------------------------*/

#page
{
	padding: 10px 80px 40px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fff;
}
#top-links{
	padding: 0px 0px 10px;
	color: #999;
	text-align:right;
	border-bottom: solid 2px #093;
}
#top-links  #sponsor {
	float: left;
	color: #666666;
}
#logo, #logo a 
{
	width:337px;
	height: 57px;
}
#logo
{
	background: url(../images/rebooting_computing_logo_reveal.jpg) left top no-repeat;
	margin: 0px;
	width: 60%;
}
#logo a{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
#logo:hover
{
	background-position: 0px -115px;
}	
#logo:active, #logo:focus
{
	background-position: 0px -57px;
}
#banner {
	border-bottom: solid 2px #093;
	margin-bottom:30px;
	padding: 10px 0 12px;
	
}
#banner h1
{
	padding:2px 0 10px;
	margin:-16px 0 0 63px;
	color: #545454;
	font-size: 160%;
	font-weight: bold;
	line-height: 100%;
	display: block;
	width: 80%;
	font-style: italic;
	z-index: 100;
}
#banner img
{
	margin-top:0px;
}

#slogan
{
	padding: 0 0 12px 60px;

}
#header {

}
#breadcrumbs 
{
	font-size:90%;
	color:#666;
}
#content
{
	margin-left: 25.5%;
	margin-right: 0px;
	padding-left: 2%;
	width:67%;

}
/*  Navigation */

.nav-bar{
	border-top:solid 1px #ddd;
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
	padding:0;
	margin:0 0 1.5em;
}
.nav-bar div{
	border-bottom: solid 1px #aaa;
	background:url(../images/collapse2.gif) no-repeat 3px 3px;
	height:25px;
	overflow:hidden;
	font-size: 120%;
	font-weight: bold;
}
.nav-bar div.active, .nav-bar div.active:hover{
	border-bottom: solid 1px #aaa;
	background-image:none;
	background-color:#339900;
	height:25px;
	overflow:hidden;
	padding:1px 0 3px 22px;
	color:#fff;
	font-weight:bold;
	cursor:default;
	}
	
.nav-bar div a, .nav-bar div a:visited {
	display:block;
	padding: 1px 0 3px 22px;
	color:#999;
	text-decoration:none;
}
.nav-bar div a:hover, .nav-bar div a:focus, .nav-bar div a:active {
	color:#093;
	text-decoration:none;
}
.nav-bar div.collapsed{
	background-position:3px -56px;
}
.nav-bar div.expanded a{
	color:#000;
	font-weight:bold;
}
.nav-bar div.expanded, h3.collapsible.expanded, h4.collapsible.expanded{
	background-position:3px -118px;
	}
.nav-bar div.sub{
	height:auto;
	background-image:none;
	font-size: 90%;
	font-weight: normal;
}
#content .sub p{
	padding:5px 15px 10px;
}
#content .sub h4 {
	padding-left:15px;
}
.nav-bar div:hover, .nav-bar div:focus, .nav-bar div:active{
	background-color: #fff;
	cursor: pointer;
}
.nav-bar div.sub:hover{
	background-color: #fff;
}
.nav-bar div div{
	background:#fff;
	background-image:none;
	border-bottom:none;
	padding-left:10px;
	font-weight: normal;
}
.nav-bar div div:hover{
	background:#eee;
}
h2 {font-size:160%;}
h3 {font-size:130%;}
h4 {font-size:120%;}
/* End Navigation */
#main
{
	padding: 20px 0px;
	/*position: relative;*/
}
#main h2, #main h3
{
	color:#009933;
	text-transform:uppercase;
	margin-bottom: 4px;
	margin-top: 0px;
}
#main h4{

	color:#009933;
	margin-bottom: 4px;
	margin-top: 0px
}
#main{position:relative;}

#main p
{
	padding: 0;
	margin: 5px 0 15px;
}
#legal
{
	margin: 0 auto 10px;
	padding: 0 20px;
	text-align:right;
	font-size: 80%;
	color: #999;
}

#l-col
{
	width:23%;
	float: left;
	/*border-right: solid 1px #ddd;
	padding-right:30px;*/

}
#l-col p{
	padding: 0 20px;
}

#design-team
{
	margin:4px 0 12px;
}

#design-team dd{
	margin: 0 0 10px;
	line-height: 110%;
}
#footer{
	border-top:solid 2px #093;
}
/* -------------- footer Navigation ----------------------- */
#footer-nav{
	text-align:center;
	color:#666;
	font-size:85%;
}
#footer-nav li{display:inline; margin:0 10px;}
#footer-nav li a, #footer-nav li a:visited{ text-decoration:none; color:#999;}
#footer-nav li a:hover, #footer-nav li a:focus{ text-decoration:underline;}
.active-link{font-weight:bold; color:#333;}

/* -------------- footer Navigation ----------------------- */

/* --------------------- Page Structure ------------------- */


/* --------------------- Global Classes ------------------- */
.fl-left { float:left;}
.fl-right { float:right;}
.clr { clear:both;}
.txt-left{ text-align:left;}
.txt-center{ text-align:center;}
.txt-right{ text-align:right;}
.hidden{display:none;}
.squeeze {font-size:1px;}
.cntr{
	margin: 0 2% 4px;
}
.active-crsr{cursor:pointer;}
.image_source{
	font-size:70%;
	display: block;
	padding: 5px 7px;
}
.sponsors{
	border-top:solid 1px #eee;
	margin-top: 0px;
	padding-top: 15px;
	text-align: center;
}
.sponsors dt{
	color:#666;
	text-transform:uppercase;
	padding-bottom: 4px;
	text-align: left;
	}
.sponsors dd{
	display:inline;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
}
.sponsors dd img{
	margin:5px;
	padding: 0;
}
.inline{display:inline;}
.callout {
	padding:0;
	margin:5px 0 0 15px;
}

/* info for summit venue - might move to own css */
table.schedule{
	border-collapse:collapse;
	margin-bottom:15px;
	border: solid 1px #eee;
}

.schedule  th{
	text-align:right;
	font-weight:normal;
	color: #888;
	width: 20%;
}
.schedule td{
	padding-left: 10px;
	padding: 5px 0 7px 15px;

}
#main p.schedule-day, .schedule caption{
	margin: 0;
	padding: 0 0 5px 0;
	color: #093;
	font-weight: bold;
	text-align:left;

}

.border
{
	border:solid 1px #ccc;
}
#ad-banner{
	margin:0 0 1em;
	padding: 0.5em 0.8em 0.8em;
	text-align:center;
	font-size: 170%;
	color:#fff;
	background-color: #E15A00;
}
.nav-ad
{
	margin-bottom:1.5em;
}
.collapsible {
	overflow:hidden;
	background:url(../images/collapse2.gif) no-repeat 3px -57px;
	display: block;
	padding: 3px 20px;
	border-bottom: solid 1px #ccc;
	cursor:pointer;
}
.info-table{
	border-collapse:collapse;
	width:93%;
	margin:03%;
}
.info-table caption{
	text-align: left;
	padding-bottom: 5px;

}
.info-table th, .info-table td{
	border:solid 1px #ddd;
	padding: 2px 7px;
}
.info-table th{
	text-align: left;

}
.info-table td{

}
/* event styles */
.nav-teaser{
	background-color:#E15A00;
	color:#fff;
	text-align:center;
	font-size:120%;
	font-weight:bold;
	padding:0 0 3px;
}
.nav-ad ul{
	list-style:none;
	padding: 0 10px;
	margin:0;
	}
.info-block{
	border:1px solid #ccc;
	padding:10px;
}
