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


body {
	background:#fff;
	margin:0;
	padding:0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	/*font-family:"Oblik Regular", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;*/
	font-size:10px;
	line-height:18px;
	min-width:860px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
	zoom:1;
}


/* Web Fonts - Hide text until font is loaded
-------------------------------------------------------------- */

p, ol, ul, li, 
wf-loading dl, dt, dd, 
h1, h2, h3, 
h4, h5, h6 {
	opacity:1;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;	
	transition: opacity 1s ease-in-out;
}
.wf-loading p, .wf-loading ol, .wf-loading ul, .wf-loading li, 
wf-loading dl, .wf-loading dt, .wf-loading dd, 
.wf-loading h1, .wf-loading h2, .wf-loading h3, 
.wf-loading h4, .wf-loading h5, .wf-loading h6 {
	opacity:0;
}

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.2em;
	text-transform:uppercase;
}

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

.formButtons {
	clear:both;
	text-align:right;
	width:400px;
	padding-top:5px;
}

.formButtons input  {
	float:right;
	background:#242525;
	display:block;
	padding:3px 20px 3px;
	font-size:1.2em;
	letter-spacing:0.05em;
	text-transform:uppercase;
	color:#f2fafc;
	border:none;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight:300;
	-moz-transition: background-color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
.formButtons input:hover {
	color:#fff;
	background-color:#1C75BC;
}
.formButtons input:active {
	color:#fff;
	background-color:#ff00a2;
}

.mmf br {
	display:none;
}

span.mmf-form-control-wrap {
	clear:both;
	display:block;
}
span.mmf-form-control-wrap:after {
	content: "";
	display: block;
	clear: both;
}

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

#header {
	-off-border-top:5px solid #ff00a2;
	background:#242525;
	height:110px;
	width:100%;
	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:10px;
		top:42px;
	}
	
	#nav li {
		float:left;
		list-style:none;
	}
	#nav li a:link, #nav li a:visited {
		background:#242525;
		display:block;
		padding:3px 20px 3px;
		font-size:1.2em;
		letter-spacing:0.05em;
		text-transform:uppercase;
		color:#f2fafc;
		-moz-transition: background-color .3s ease-in-out;
		-webkit-transition: background-color .3s ease-in-out;
		-o-transition: background-color .3s ease-in-out;
		transition: background-color .3s ease-in-out;
	}
	#nav li a:hover {
		color:#fff;
		text-decoration:none;
		background-color:#1C75BC;
	}
	#nav li.current_page_item a:link, #nav li.current_page_item a:visited {
		color:#fff;
		background:#FF00A2;
	}

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

#content {
	/*background: #F2FAFC;
	background: -moz-linear-gradient(top, #F2FAFC 37%, #BED3D8 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,#F2FAFC), color-stop(99%,#BED3D8));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2FAFC', endColorstr='#BED3D8',GradientType=0 ); */
	position:relative;
	/*min-height:700px;
	box-shadow:inset 0 0 50px #777;*/
}

#content ::selection {
	
	background:#FF00A2;
	color:#fff;
}

#content:after {
			content: "";
			display: block;
			clear: both;
		}

	#contentPrimary {
		width:700px;
		float:left;
	}
		.article {
			padding:50px 100px 100px;
			color:#444444;
		}
		.article .entry-meta {
			font-size:1.1em;
			padding:1px 3px;
			margin-bottom:1.5em;
			background:#2C7AC2; color:#eee;
			text-align:right;
			font-style:italic;
		}
		.article .entry-meta a {
			color:#fff;
		}
		.article h1 {
			font-size:3.6em;
			line-height:1.0em;
			padding:0 0 1em;
			font-weight:300;
		}
		#home .article h1 {
			font-size:4.8em;
			padding:0 0 0.25em;
			font-weight:300;
		}
		.article h2{
			font-size:1.5em;
			line-height:1.25em;
			padding:0 0 0.5em;
			text-transform:uppercase;
			color:#ff00a2;
		}
		.article p + h2, .article ul + h2 {
			padding-top:1em;
		}
		#home .article p{
			font-size:1.8em;
			line-height:1.25em;
			padding:0 0 1.0em;
		}
		#home .article h1 + p{
			color:#FF00A2;
			font-size:2.1em;
		}
		.article p{
			background:#fff;
			letter-spacing:0.01em;
			font-size:1.5em;
			line-height:1.33em;
			padding:0 0 1.0em;
		}
		#home .article ul {
			font-size:1.8em;
			line-height:1.25em;
			padding:0 0 1.0em 1.0em;
		}
		#home .article li {
			list-style:square;
			padding:0 0 .5em 0;
		}
		.article ul {
			font-size:1.5em;
			line-height:1.25em;
			padding:0 0 1.0em 1.0em;
		}
		.article li {
			list-style:square;
			padding:0 0 .5em 0;
		}
		.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 {
	background:none repeat scroll 0 0 #000000;
	background-color:rgba(0,0,0,.75);
	color:#E3FBFF;
	bottom:0;
	left:0;
	padding:15px 0;
	position:fixed;
	width:100%;
	font-size:1.2em;
}
.location-info {
	margin-left:2em;
}
#contact-info {
	float:left;
	margin-left:100px;
}

#colophon {
	float:right;
	margin-right: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;
	}
}

