/* @override http://seedmagazine.com/stateofinnovation/css/master.css */

/* Reset */

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: "" ""; } 

/* palette */

/*
text gray #898989

dark gray #151515

header gray #a1a1a1

orange #f7941d
*/

/* generic */

body {
	background-color: #151515;
	color: #898989;
	font-family: Helvetica, arial, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	text-align: center;
}

a {
	color: #f7941d;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
}

h1 {
	color: #f7941d;
	font-size: 50px;
	font-weight: bold;
	padding: 20px 0px;
}

h2 {
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	padding: 0px 0px 20px 0px;
}

h3 {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.3em;
	margin:10px 0;
}

h4 {
	color: #a1a1a1;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 0;
}

p {
	font-family: arial, helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0px 0px 10px 0px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* layout */

#coc-wrapper {
	margin: 0 auto;
	text-align: left;
	width: 820px;
}

#coc-wrapper .black {
	background-color: #000000;
}

#coc-wrapper .half {
	float:left;
	padding:0 20px 40px 0;
	position:relative;
	width:370px;
}

#coc-wrapper .half p {
	padding: 0px 15px 0px 0px;
}

/* header+footer */

#coc-wrapper .header, #coc-wrapper .footer {
	clear:both;
	font-size: 11px;
	padding: 20px;	
}

#coc-wrapper .header {
	background-color: #000000;
	clear: both;
	height: 10px;
	margin:0 0 2px;
}

#coc-wrapper .footer {
	border-top:1px dotted #5B5B5B;
	height:73px;
	margin:20px 20px 0;
	padding:20px 0;
}

#coc-wrapper .footer a {
	color: #ffffff;
	text-decoration: none;
}

#coc-wrapper .footer .footer-copyright {
	float: left;
	padding:15px 0 0;
	position: relative;
	width: 579px;
}

#coc-wrapper .footer .footer-logos {
	float: right;
	position: relative;
	text-align: right;
	width: 200px;
}

#coc-wrapper .footer .footer-logos img {
	padding: 0px 0px 0px 20px;
}

#coc-wrapper .footer .footer-logos .footer-logo-seed {
	background-image:url(/stateofinnovation/images/seed-logo.png);
	background-repeat:no-repeat;
	float: right;
	height:0;
	overflow: hidden;
	padding:72px 20px 0 0;
	text-indent:-7777px;
	width:69px;
}

#coc-wrapper .footer .footer-logos .footer-logo-coc {
	background-image:url(/stateofinnovation/images/coc-logo.png);
	background-repeat:no-repeat;
	float: right;
	height:0;
	overflow: hidden;
	padding-top:105px;
	text-indent:-7777px;
	width:66px;
}

/* nav */

#coc-wrapper .nav {
	font-weight: bold;
}

#coc-wrapper .nav li {
	float:left;
	height:11px;
	padding: 0px 20px 0px 0px;
	position: relative;
}

#coc-wrapper .nav li a {
	border-bottom:3px solid transparent;
	color: #898989;
	padding: 0px 0px 3px 0px;
	text-decoration: none;
}

#coc-wrapper .nav li a:hover, #coc-wrapper .nav li a.on {
	border-bottom:3px solid #f7941d;
	color: #a1a1a1;
	padding: 0px 0px 3px 0px;
}

#coc-wrapper .nav h1 {
	background-image:url(/stateofinnovation/images/sis-top.png);
	background-repeat:no-repeat;
	float:right;
	height:0;
	margin:0;
	padding:19px 0 0;
	position:relative;
	text-indent:-7777px;
	top:-5px;
	width:136px;
}

/* content */

#coc-wrapper .content {
	padding:20px;
}

#coc-wrapper .content-1 {
	font-size:18px;
	letter-spacing:1px;
}

#coc-wrapper .content-2 {
	font-size: 13px;
	letter-spacing: normal;
}

#coc-wrapper .content-2 h2 {
	font-size:20px;
	font-weight: normal;
	letter-spacing:1px;
}

#coc-wrapper .content-2 h4 {
	font-size:13px;
}

h2.content-header {
	border-bottom:1px dotted #5B5B5B;
	color:#F7941D;
	font-size:22px;
	font-weight:normal;
	height:20px;
	letter-spacing:2px;
	margin:0 0 40px;
	padding-bottom:40px;
}

/* index page */

#coc-wrapper #index-splash-wrapper {
	background-color: black;
	height: 435px;
	overflow: hidden;
	position: relative;	
	width:100%;
}

#coc-wrapper #index-splash {
	height: 300px;
	position: relative;
	width:100%;
	
}

#coc-wrapper #index-splash-caption {
	background-image: url(/stateofinnovation/images/index/index-splash-5.png);
	background-repeat: no-repeat;
	background-position: 22px 265px;
	height:585px;
	text-indent: -7777px;
}

/* Splash nodes */

div.node-1, div.node-2, div.node-3, div.node-4 {
	font-weight: bold;
	height: auto;
	position: absolute;
	width: auto;

}

div.node-1 {
	background-color: #F7941D;
	color:black;
	font-size:24px;
	padding:5px 8px;
}

div.node-2 {
	background-color: #F7941D;
	color: black;
	font-size: 14px;
	padding:4px 6px;
}

div.node-3 {
	background-color: white;
	color: black;
	font-size: 12px;
	padding: 2px 3px;
}

div.node-4 {
	font-size:10px;
	background-color: #898989;
	color: black;
	padding:3px;
}

/* about page */

#content-header-about {
	background-image:url(/stateofinnovation/images/about-title.png);
	background-repeat:no-repeat;
	padding-top:19px;
	text-indent:-7777px;	
}

/* speakers */

#content-header-speakers {
	background-image:url(/stateofinnovation/images/speakers-title.png);
	background-repeat:no-repeat;
	padding-top:19px;
	text-indent:-7777px;	
}

#coc-wrapper .speaker {
	border-bottom: 1px dotted #5b5b5b;
	clear: both;
	margin: 30px 0px;
}

#coc-wrapper .speaker-single {
	border-bottom: none;
}

#coc-wrapper .speaker-name {

	color: white;
	font-size: 16px;
	padding-left: 270px;
}

.speaker-position {
	color: white;
	font-size: 14px;
	line-height:130%;
	padding: 0 30px 10px 270px;
}

#coc-wrapper .speaker-image {
	float: left;
	position: relative;
	width: 270px;
}

#coc-wrapper .speaker-image img {
}

#coc-wrapper .speaker-bio {
	padding:0 0px 30px 270px;
	width:470px;
}

/* reg page */

#content-header-register {
	background-image:url(/stateofinnovation/images/register-title.png);
	background-repeat:no-repeat;
	padding-top:19px;
	text-indent:-7777px;	
}

.registration-space {
	padding: 110px 0 0;
}

.reg-form {
	background-color: black;
	padding: 15px;
}

.reg-form h3 {
	border-bottom: 1px dotted #898989;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
}

.reg-form .form-row {
	clear: both;
	height:70px;
}

.reg-form .submit-row {
	border-top: 1px dotted #898989;
	margin: 0;
	padding: 20px 0 0 0;
}

.reg-form .form-item {
	float: left;
}

.reg-form .form-item-1 {
	padding: 0 17px 0 0;

}

.reg-form label {
	display: block;
	font-size: 12px;
	padding: 0 0 7px 0;
}

.reg-form input {
	border: 0 none;
	display: block;
	font-size: 12px;
	padding: 3px 0;
	width: 161px;
}

.reg-form input.reg-submit {
	background-color: #f7941d;
	border: 0 none;
	clear: both;
	cursor: pointer;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	width: 80px;
	float: right;
}

.reg-form input.reg-submit:hover {
	color: white;
}

.reg-form input.reg-submit:active {
	background-color: black;
	color: white;
}

.reg-form .required {
	color: #f7941d;
}

/* Agenda  */

#content-header-agenda {
	background-image:url(/stateofinnovation/images/agenda-title.png);
	background-repeat:no-repeat;
	padding-top:19px;
	text-indent:-7777px;	
}

.agenda-wrapper table tr {
	clear: both;
	display: block;
	padding: 0 0 20px 0;
}

.agenda-wrapper table th {
	border-top: 1px dotted #5B5B5B;
	color:white;
	display:block;
	float: left;
	font-size:1.1em;
	font-weight:bold;
	padding: 20px 0 0;
	width: 150px;
	
}

.agenda-wrapper table td {
	border-top: 1px dotted #5B5B5B;
	display: block;
	float: left;
	padding: 20px 100px 20px 0;
	width: 530px;
}

.agenda-item-header {
	color: #f7941d;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0 10px;
	text-transform: uppercase;
}

/* Accommodations  */

#content-header-accommodations {
	background-image:url(/stateofinnovation/images/accommodations-title.png);
	background-repeat:no-repeat;
	padding-top:19px;
	text-indent:-7777px;	
}

.accommodations-wrapper {
	width: 350px;
}
