@charset "utf-8";
/* bigdaystats.com CSS Document */


body {
	background-image:url(images/topbkgrd.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:'Open Sans',Helvetica,Verdana,Arial,sans-serif;
	font-size:14px;
	line-height:1.43;
	color:#333333;
	
	/* ---- Background photo/img to cover entire background and stretch with browser ---- */
	/*
	background:url('images/bkgrdPhoto2.jpg') no-repeat center center;
    min-height:100%;
    background-size:cover; 
	*/
	
}

p.smaller_text {
	font-family:'Open Sans',Helvetica,Verdana,Arial,sans-serif;
	font-size:11px;
	color:#333333;
}

p.page_text_13 {
	font-family:'Open Sans',Helvetica,Verdana,Arial,sans-serif;
	font-size:13px;
	color:#333333;
}

div.border {
	background-color:lightgrey;
    border-collapse:collapse;
    border-style:solid;
    border-width:1px;
    border-color: black;
}

b.sub_heading {
	font-family:'Open Sans',Helvetica,Verdana,Arial,sans-serif;
	font-size:13px;
	color:#333333;
}

b.large_heading {
	font-family:'Open Sans',Helvetica,Verdana,Arial,sans-serif;
	font-size:18px;
	color:#333333;
}

a{
	color:#428bca;
	text-decoration:none;
}
a:hover,a:focus{
	color:#2a6496;
	text-decoration:underline;
}

h1 {
	font-size: 24px;
	font-weight:bold;	
}

h1.nospace {
	margin: 0px;
	padding: 0px;
}

h1.smallbottomspace {
	margin-bottom: 2px;
	padding-bottom: 2px;
}


h2 {
	font-size: 20px;
	font-weight:bold;
}

h3 {
	font-size: 18px;
	font-weight:bold;
	line-height: normal;
}
h3.nospace {
	margin: 0px;
	padding: 0px;

}


h4 {
	font-size: 16px;
	font-weight:bold;
}

h5 {
	font-size: 14px;
	font-weight:bold;
}

.blue {
	color:#428bca;
}
		
.container {
	width:950px;
	margin:0 auto;
	position:relative;
	
}

.header {
	text-align:center;
}

.nav {
	text-align:center;	
	margin-top:10px;
	
	
}

.bigPhoto {
	background:url('images/bkgrdPhoto2.jpg') no-repeat center center;

    /* Ensure the html element always takes up the full height of the browser window */
    min-height:100%;
    /* The Magic :: cover or contain */
    background-size:cover;
}

.photo {
	margin-top:12px;
	background-image:url(images/photo1.jpg);
	background-repeat:no-repeat;
	height:361px;
	width:950px;
}

.photocollage {
	margin-top:12px;
	background-image:url(images/photocollage.jpg);
	background-repeat:no-repeat;
	height:111px;
	width:950px;
}

/* Gradient transparent - color - transparent */ 
hr.style-two { 
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

hr.style-six { 
	border: 0; 
	height: 0; 
	border-top: 1px solid rgba(0, 0, 0, 0.1); 
	border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
}

.downloadbutton {
  width: 450px;
  height: 50px;
  background-color: #6daee4;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px;
  border: 3px solid #1e1e1e;
  padding: 1px 5px 10px 5px;
  color: #FFFFFF;
}
.downloadbutton:hover {background-color: #1e1e1e; }
.downloadbutton a:link {
	color:#FFFFFF;
}

.button {
  display: inline-block;
  position: relative;
}
.button:before {
  /* background: url('icon_arrow_green.png') 50% 50% no-repeat; */
  display: block;
  content: '';
  height: 100%;
  left: -2px;
  position: absolute;
  top: 0;
  width: 31px;
  z-index: 1; /* Make sure the ico overlays the button */
}
.button > span {
  border-radius: 4px;
  box-shadow: rgba(0,0,0,0.2) 1px 2px 3px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.button > span > span {
  background-color: #f98221;
  background: linear-gradient(top, #fec848, #f87d1a);
  border-radius: 4px;
  border: 1px solid #eca253;
  box-shadow: inset rgba(255,255,255,0.7) 0 0 4px;
  color: #ffffff;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fec848', endColorstr='#f87d1a');
  padding: 1em 18px 1em 36px;
  text-decoration: none;
  text-shadow: rgba(0,0,0,0.3) 0.1em 0.1em 0.1em;
}

/*
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:27px;
	-moz-border-radius-topleft:27px;
	border-top-left-radius:27px;
	-webkit-border-top-right-radius:27px;
	-moz-border-radius-topright:27px;
	border-top-right-radius:27px;
	-webkit-border-bottom-right-radius:27px;
	-moz-border-radius-bottomright:27px;
	border-bottom-right-radius:27px;
	-webkit-border-bottom-left-radius:27px;
	-moz-border-radius-bottomleft:27px;
	border-bottom-left-radius:27px;
	text-indent:0;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:124px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
}

.buttonbig {
	width:200px;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
	color:#A4C8FF;
}.button:active {
	position:relative;
	top:1px;
	color:#A4C8FF;
}
 CSSButtonGenerator.com */




.maincontent {
	float:left;
	width:930px;
	background-color:#FFFFFF;
	vertical-align:top;
	padding-left: 10px;
	padding-right: 10px;
		
}

.maincontentPadding {
	padding-left: 10px;
	padding-right: 10px;
}

.pageheading {
	background: #f0f0f0;
	height: 80px;
	width: 910px;
	padding: 10px 20px 1px 20px;	
}

.graydiv {
	float:left;
	width:930px;
	background-color: #f0f0f0;
	vertical-align:top;
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: thin;
	border-top-style:dashed;
	border-top-color:#428bca;
	border-bottom-width: thin;
	border-bottom-style:dashed;
	border-bottom-color:#428bca;
}

.halfsectioncontainer {
	float:left;
	width:930px;
	background-color: #ffffff;
	vertical-align:top;
	padding-left: 10px;
	padding-right: 10px;
	
}

.lefthalfsection {
	width: 55%;
	float:left;
}

.righthalfsection {
	width: 40%;
	float:left;
	text-align:left;
}


/*  GRID OF THREE   =============== */

	
.span_3_of_3 {
	width: 98%; 	
}

.span_2_of_3 {
	width: 65%; 
}

.span_1_of_3 {
	width: 32%;
}


.spanBorder {
	text-align: left;
	border: thin solid #cccccc;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
}

.spacing {
	margin: 5px;
	padding: 5px;
}
	

/* -- inlineRow - allows DIVS to align side by side -- */
.inlineRow {
	display: inline-block;	
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clear {
	clear:both;
}

/* ==================================*/

.sectionwhite {
	background: #ffffff;
	margin-left: -10px;
	margin-right: -10px;
}

.sectiongray {
	background: #f0f0f0;
	margin-left: -10px;
	margin-right: -10px;
}

.sectiongrayContent {
	padding-left: 20px;
	padding-right: 20px;
}


.footer {
	clear:both;
	width: 950px;
	background-color:#ffffff;
	color:#000000;
	font-size:12px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;

	
}

.clear {
	clear:both;
}
