/*
	Theme Name: David Shipps DS theme
	Theme URI: http://html5blank.com
	Description: Adapted from HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Brandon Abbott based on theme by Todd Motto (@toddmotto)
	Author URI: http://www.brandonabbott.org
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	/*font-size:62.5%;*/
}
body {
	min-width:1200px;
	/*font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	color:#444;
	font-family: 'Neuton', serif;
        /*font-family: 'Georgia', serif;*/
	/*margin:0;	*/
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	/*max-width:100%;
	vertical-align:bottom;*/
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	/*max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;*/
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

p{
	font-size: 16px;	
	line-height:1.5em;
}

h1{
	font-size:50px;
	font-weight:500;
	margin-left:-5px;
	color:#000;
	margin-bottom:0px;
	margin-top:0px;
}

h2{
	font-size:50px;
	font-weight:300;
	color:	#00baf8;
	margin-top:0px;
}

h3{
	font-size:24px;
	font-weight:400;
	color:	#00baf8;	
}

a{
	color:#00baf8;
}

.clearBoth{
	clear:both;	
}

#shell{
	width:100%;
	text-align:center;	
}

.header1{
	height:125px;	
	background: -webkit-linear-gradient(#585656, #363636); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(r#585656, #363636); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#585656, #363636); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#585656, #363636); /* Standard syntax */
}

.headerBack{
	width:1200px;
	height:125px;
	background-image:url(img/headerBack.jpg);
	background-repeat:no-repeat;
	background-position:center;	
	margin:0 auto;
	/*text-align:left;*/
}



.rotator{
	height:300px;
	background-color:#bbb;	
	text-align:center;
	width:100%;
}

.white1{
	background-color:#fff;	
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

.mainContent{
	width:960px;
	margin-left:80px;
	/*margin-left:auto;
	margin-right:auto;*/
	/*padding-top:20px;*/
	margin-bottom:60px;
}

.white1left{
	width:500px;
	float:left;
	padding-left:40px;
	padding-right:40px;	
	margin-top:30px;
}

.white1full{
	/*width:600px;*/
	/*float:left;*/
	/*padding-left:80px;
	margin-right:180px;*/	
	margin-top:30px;
}

.white1right{
	width:300px;
	float:left;
	margin-left:0px;
}


.header2a{
	/*display:block;*/
	margin-bottom:0px;
	height:250px;
	background-color:#535353;
	background-image:url(img/score_back.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	text-align:center;	
}

.header2b{
	/*display:block;*/
	margin-top:0px;
	height:80px;
	background-color:#000;
	border-bottom: 4px solid #00bbf9;
	width:100%;
	text-align:center;
}

.white2{
	background-color:#fff;
	margin-bottom:150px;
}

.mainContent2{
	width:960px;
	margin:0 auto;	
	padding-top:67px;
}

.white2left{
	width:510px;
	float:left;
	padding-left:5px;
	padding-right:5px;	
}

.white2right{
	width:400px;
	float:left;
	padding-left:40px;
	padding-right:5px;	
	border-left:1px solid #000;
	margin-left:40px;
	margin-top:50px;
}


.signSig img{
	position:absolute;
	margin-top:-50px;
	margin-left:20px;	
}

.name{
	text-align:center;
	width:300px;	
	height:125px;
	margin-left:120px;
	/*margin-top:5px;*/
	float:left;
}

.firstName{
	font-size:49px;
	color:#00bbf9;
	text-shadow: 2px 2px #000;		
}

.lastName{
	line-height:40px;
	font-size:76px;
	color:#fff;
	text-transform:uppercase;
	text-shadow: 2px 2px #000;
}

.mainMenu{
	float:left;
	width:650px;
	height:50px;
	margin-top:30px;
	margin-left:25px;
}

.mainMenu ul{
	list-style:none;
}

.mainMenu ul li{
	display:inline;
	width:60px;
	margin-left:12px;
	margin-right:12px;
		
}

.mainMenu ul li a{
	font-family: 'Neuton', serif;
	color:#bbb;
	font-size:20px;	
	text-decoration:none;
}

.mainMenu ul li a:visited{
	color:#bbb;	
}

.mainMenu ul li a:hover{
	color:#fff;	
}

.description {
	font-size:14px;
	font-weight:90;
	color:#666666;	
	width:100%;
}


.score{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:50px;
	text-align:left;
		
}

.scoreHeadline{
	font-size:50px;
	color:#aaa;
	margin-bottom:20px;
}

.scoreCopy{
	font-size:18px;
	color:#fff;	
	line-height:1.4em;
}

.scoreMenu{
	width:650px;
	/*height:100px;*/
	/*padding-top:30px;*/
	margin-left:auto;
	margin-right:auto;
	height:50px;
	padding-top:8px;
	margin-bottom:20px;
}

.scoreMenu ul{
	list-style:none;
}

.scoreMenu ul li{
	display:inline;
	width:60px;
	margin-left:12px;
	margin-right:12px;
		
}

.scoreMenu ul li a{
	font-family: 'Neuton', serif;
	color:#fff;
	font-size:20px;	
	text-decoration:none;
}

.scoreMenu ul li a:visited{
	color:#fff;	
}

.scoreMenu ul li a:hover{
	color:#00baf8;	
}

.dateline {
	color:#bbb;
	font-size:17px;	
	font-weight:500;
	margin-top:-20px;
	margin-bottom:20px;
}

.dateline2 {
	color:#bbb;
	font-size:17px;	
	font-weight:500;
	/*margin-top:-20px;
	margin-bottom:20px;*/
	display:block;
}

.testQuote p{
	font-size:30px;
	color:#525252;	
	margin-top:-15px;
}

.testRef{
	text-align:right;
	color:#999;
	font-size:16px;
	margin-top:10px;
}	



.footer{
	background-color:#000;	
	color:#bbb;
	padding-top:30px;
	padding-bottom:30px;
}

.footer a:hover{
	color:#fff;	
}

.footerMenu{
	width:650px;
	height:50px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	
}

.footerMenu ul{
	list-style:none;
}

.footerMenu ul li{
	display:inline;
	width:60px;
	/*margin-right:25px;*/
	margin-left:12px;
	margin-right:12px;
		
}

.footerMenu ul li a{
	font-family: 'Neuton', serif;
	color:#555;
	font-size:20px;	
	text-decoration:none;
}

.footerMenu ul li a:visited{
	color:#555;	
}

.footerMenu ul li a:hover{
	color:#fff;	
}



.finePrint{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	text-align:center;
	color:#555;	
}

.socialIcons{
	display:block;
	text-align:center;	
}

.socialIcons ul{
	list-style:none;	
}

.socialIcons ul li{
	display:inline;
	width:32px;
	height:32px;
	margin-left:10px;
	margin-right:10px;
}	

.white1full{
	width:960px;
	padding-left:45px;
	padding-right:45px;	
}

img{
	border:0px;	
}

img a{
	border:0px;	
}








