/*
Theme Name: SiteTen
Theme URI: http://reactionlab.com/
Description: Reactionlab 2010
Author: Cameron Cavers
Version: 1.0
Tags: Reactionlab
*/

body {
	background:#f2fafc url(images/bg_body.jpg) repeat-x 0 0;
	margin:0;
	padding:0;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height:18px;
}
p, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {margin:0;padding:0;font-size:1.0em;}
a:link, a:visited { text-decoration:none; color:#1c75bc}
a:hover {text-decoration:underline; color:#ed1c24}
img {border:none;}


/* FORM STYLES
-------------------------------------------------------------- */

.labelValue {
	margin-bottom:1.5em;
	clear:both;
}

.labelValue label {
	display:block;
	font-size:1.25em;
}

.labelValue input,
.labelValue textarea {
	padding:2px;
	border:1px solid #032646;
	width:320px;
	clear:both;
	font-size:1.5em;	
	font-family:Helvetica, Arial, sans-serif;
}


/* HEADER STYLES
-------------------------------------------------------------- */

#header {
	height:100px;
	width:950px;
	position:relative;
}

	#header #branding a:link, #header #branding a:visited {
		background:url(images/logo.png) no-repeat 0 0;
		width:400px;
		height:95px;
		position:absolute;
		top:5px;
		left:0;
		overflow:hidden;
		text-indent:-9000px;
	}

	#nav {
		position:absolute;
		right:0;
		top:0;
	}
	
	#nav li {
		float:left;
		list-style:none;
	}
	#nav li a:link, #nav li a:visited {
		display:block;
		padding:42px 25px 0 15px;
		font-size:1.2em;
		font-weight:bold;
		text-transform:uppercase;
		color:#f2fafc;
		border-left:1px dotted #fff;
	}
	#nav li a:hover {
		color:#fff;
		text-decoration:none;
	}
	#nav li.current_page_item a:link, #nav li.current_page_item a:visited {
		background-color:#fff;
		color:#044A7E;
	}

/* CONTENT STYLES
-------------------------------------------------------------- */

#content {
	width:950px;
	position:relative;
}

	#contentPrimary {
		width:700px;
		float:left;
	}
		.article {
			padding:50px 100px;
			color:#444444;
		}
		.article h1 {
			font-size:2.0em;
			line-height:1.0em;
			padding:0 0 0.5em;
			color:#666666;
		}
		#home .article h1 {
			font-size:4.0em;
			padding:0 0 0.25em;
		}
		.article h2{
			font-size:1.5em;
			line-height:1.5em;
			padding:0;
			text-transform:uppercase;
		}
		#home .article p{
			font-size:2.0em;
			line-height:1.5em;
			padding:0 0 1.0em;
		}
		.article p{
			font-size:1.5em;
			line-height:1.5em;
			padding:0 0 1.0em;
		}
		#home .article ul {
			font-size:2.0em;
			line-height:1.5em;
			padding:0 0 1.0em 1.0em;
		}
		.article ul {
			font-size:1.5em;
			line-height:1.5em;
			padding:0 0 1.0em 1.0em;
		}
		.article .alignright {
			float:right;
			margin-right:-300px;
			border:1px solid #032646;
		}
		.edit-link {
			position:fixed;
			top:0;
			right:20px;
			font-size:.25em;
		}
		.article .section {
			margin-bottom:3em;
			clear:both;
		}
	
	#contentSecondary {
		width:250px;
		float:right;
	}
		#tools {
			padding:100px 25px;
		}



/* FOOTER STYLES
-------------------------------------------------------------- */

#footer {
	clear:both;
	width:850px;
	padding:25px 100px;
}

/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}
