/*** CSS for TouchPoint */
/*** Written by Kevin Fales 2012 */

body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #545454;
}

#content h1 {
	font-size: 35px;
	font-weight: normal;
	line-height: 50px;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 25px;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 21px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 10px;
}
#content p {
	margin-bottom: 10px;
}
#content ul {
	list-style: disc;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-left: 10px;
}
	#content ul li {
		margin-bottom: 8px;
	}

#content a {
	color: #F15A27;
}

#content section {
	margin-bottom: 73px;
}

#header-bg {
	background: #eaeaea;
	border-bottom: 1px solid #cfcfcf;
	width: 100%;
	height: 500px;
	position: absolute;
	z-index: -1;
}

#logo {
	width: 296px;
	height: 292px;
	background: url('../images/logo-sprite.png') 0 0 no-repeat;
	text-indent: -9999in;
	float: left;
}

#header {
	margin-top: 82px;
	margin-bottom: 56px;
}

ul#companies {
	list-style: none;
	float: left;
	margin-top: 20px;
}
	ul#companies li {
		float: left;
		margin-right: 32px;
		text-indent: -9999in;
		margin-bottom: 10px;
	}
	ul#companies li:nth-child(4n) {
		margin-right: 0;
		/*clear: right;*/
	}
	ul#companies li:nth-child(5n) {
		margin-left: 73px;
		clear: left;
	}
	ul#companies li a {
		display: block;
		width: 110px;
		height: 111px;
		background: url('../images/logo-sprite.png') no-repeat;
		
	}
		ul#companies li a#siat {
			background-position: -298px -15px;
		}
		ul#companies li a#frog {
			background-position: -419px -15px;
			width: 112px;
		}
		ul#companies li a#blast {
			background-position: -542px -15px;
		}
		ul#companies li a#cpb {
			background-position: -663px -15px;
		}
		ul#companies li a#habanero {
			background-position: -299px -141px;
		}
		ul#companies li a#adobe {
			background-position: -420px -141px;
		}
		ul#companies li a#sap {
			background-position: -544px -141px;
			height: 115px;
		}
		ul#companies li a#lvl {
			background-position: -662px -141px;
			width: 113px;
		}

#floatingnav {
	/* contains #rsvp-box and #page-nav - used for attach-scroll */
		
}
#floatingnav.on {
	position: fixed;
	top: 0;
	width: 940px;
}
#rsvp-box {
	background: #454545;
	border-radius: 		   6px;
	-webkit-border-radius: 6px;
    -moz-border-radius:    6px;
    box-shadow: 		inset 0 0 13px #000000;	        
	-webkit-box-shadow: inset 0 0 13px #000000;
	-moz-box-shadow:    inset 0 0 13px #000000;
	padding: 28px 25px;
	position: relative;
	
	color: #fff;
}
	#rsvp-box h2 {
		font-size: 27px;
		font-weight: bold;
		margin-bottom: 20px;
	} 
	#rsvp-box p span {
		color: #848484;
		font-style: italic;
	} 
	#rsvp-box a#rsvp {
		font-size: 33px;
		text-transform: uppercase;
		font-weight: bold;
		color: #fff;
		text-shadow: rgba(0,0,0,0.7) 0 1px 1px;
		text-decoration: none;
		
		border: 1px solid #65230d;
		
		border-radius: 		   6px;
		-webkit-border-radius: 6px;
    	-moz-border-radius:    6px;
		
		-webkit-box-shadow: inset 0 1px 1px 0px #fab74f;
		-moz-box-shadow: inset 0 1px 1px 0px #fab74f;
		-ms-box-shadow: inset 0 1px 1px 0px #fab74f;
		-o-box-shadow: inset 0 1px 1px 0px #fab74f;
		box-shadow: inset 0 1px 1px 0px #fab74f;

		
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbe0f5), color-stop(100%, #d7e5f5));
		background-image: -webkit-linear-gradient(top, #f67a35, #f15a27);
		background-image: -moz-linear-gradient(top, #f67a35, #f15a27);
		background-image: -ms-linear-gradient(top, #f67a35, #f15a27);
		background-image: -o-linear-gradient(top, #f67a35, #f15a27);
		background-image: linear-gradient(top, #f67a35, #f15a27);
		
		padding: 17px 20px;
		
		position: absolute;
		right: 40px;
		top: 40px;
		
	} 
		#rsvp-box a#rsvp:hover {
			background-image: -webkit-linear-gradient(top, #ff8745, #ff5015);
		background-image: -moz-linear-gradient(top, #ff8745, #ff5015);
		background-image: -ms-linear-gradient(top, #ff8745, #ff5015);
		background-image: -o-linear-gradient(top, #ff8745, #ff5015);
		background-image: linear-gradient(top, #ff8745, #ff5015);
		}
		
		#rsvp-box a#rsvp:active {
			-webkit-box-shadow: inset 0 -1px 1px 0px #fab74f;
			-moz-box-shadow: inset 0 -1px 1px 0px #fab74f;
			-ms-box-shadow: inset 0 -1px 1px 0px #fab74f;
			-o-box-shadow: inset 0 -1px 1px 0px #fab74f;
			box-shadow: inset 0 -1px 1px 0px #fab74f;
	
			
			background-image: -webkit-linear-gradient(top, #f15a27, #f67a35);
			background-image: -moz-linear-gradient(top, #f15a27, #f67a35);
			background-image: -ms-linear-gradient(top, #f15a27, #f67a35);
			background-image: -o-linear-gradient(top, #f15a27, #f67a35);
			background-image: linear-gradient(top, #f15a27, #f67a35);
		}

ul#page-nav {
	list-style: none;
	display: block;
	height: 57px;
	background: url('../images/nav-mask.png') no-repeat;
	padding: 28px 25px;
	z-index: 10;
	
}
	ul#page-nav li {
		display: inline;
		border-right: 1px solid #ccc;
		padding-right: 20px;
		margin-right: 20px;
	}
	ul#page-nav li.active {
		font-weight: bold;
	}
	ul#page-nav li:last-child {
		border: none;
	}
		ul#page-nav li a {
			color: #f15a27;
			font-size: 22px;
		}
		
ul#speakers {

}
	ul#speakers li {
		
	}
	ul#speakers li span {
		color: #6a6a6a;
		font-style: italic;
	}
	
table#schedule {
	font-size: 11px;
}
	#schedule thead th {
		font-weight: bold;
		font-size: 13px;
		background: #f5f5f5;
	}
	#schedule td, #schedule th {
		border: 1px solid #eee;
		padding: 0px 5px;
	}
	#schedule th {
		padding: 4px 5px;
	}
	