/* Created by http://freehtml5templates.com */

/* basics */

/* reset */


* {
	margin: 0;
	padding: 0;
	}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
	}

/* standard body */
body {
	margin: 0 auto;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	}
	
/* standard alignments */
.alignleft {
	float: left;
	}

img.alignleft {
	margin: 5px 10px 0 0; 
	}

.alignright {
	float: right;
	}

img.alignright {
	margin: 5px 0 0 10px; 
	}
	
.center {
	text-align: center;
	}

/* Hx tags */

h1 {
	font-size: 48px;
	padding: 20px 0 10px 20px;
	color: #ecd6c1;
	}

h2 {
	font-size: 30px;
	padding: 10px 0;
	}

h3 {
	font-size: 18px;
	padding: 10px 0;
	}

p {
	padding-bottom: 20px;

	}

/* intro */

#intro {
	position: relative;
	margin-top: 5px;
	padding: 50px;
	background: #fff url("images/introbkg.jpg") repeat-x;
	/* background size */
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	-khtml-background-size: 100%;
	/* curved border radius */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	
	background-image: url(images/introimage.png);
		
    -webkit-box-shadow: 1px 1px 3px #fff;
	-moz-box-shadow: 1px 1px 3px #fff;

	}
	

	
#intro h2, #intro p {
	position: relative;
	z-index: 9999;
	width: 350px;
	}
	
#intro h2 {
	padding: 0 0 20px 0;
	font-weight: normal;
	color: #fff;
	}
	
#intro p {
	padding: 0;
	color: #ecd6c1;
	}
	
#intro img {
	position: absolute;
	top: 3px;
	right: 0px;
	width: 959px;
	height: 182px;
	/* curved border radius */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	}

/* content and sidebar layout */

#content {
	float: right;
	width: 45%; 
	margin:10px 5px 10px 0; 
	padding:5px 20px 5px 20px;
	background-color: #f2f2f2;
	
/* curved border radius */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	
/* shadow */
	box-shadow: 0px 0px 6px #000000;
	-webkit-box-shadow: 1px 1px 7px #fff;
	-moz-box-shadow: 1px 1px 3px #fff;


}

#contentleft {
	/*float: right;*/
	width: 45%; 
	margin:10px 5px 10px 0; 
	padding:5px 20px 5px 20px;
	background-color: #f2f2f2;
	
/* curved border radius */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	
/* shadow */
	box-shadow: 0px 0px 6px #000000;
	-webkit-box-shadow: 1px 1px 3px #fff;
	-moz-box-shadow: 1px 1px 3px #fff;
}

#contentfull {
	float: left;
	width: 920px;
	margin:10px 5px 10px 0; 
	padding:5px 20px 5px 20px;
	background-color: #f2f2f2;
	
/* curved border radius */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	
/* shadow */
	box-shadow: 0px 0px 6px #000000;
	-webkit-box-shadow: 1px 1px 7px #fff;
	-moz-box-shadow: 1px 1px 3px #fff;


}

#contentwhite {
	float: left;
	width: 920px;
	margin:10px 5px 10px 0; 
	padding:5px 20px 5px 20px;
	background-color: #ffffff;
	
/* curved border radius */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	
/* shadow */
	box-shadow: 0px 0px 6px #000000;
	-webkit-box-shadow: 1px 1px 7px #fff;
	-moz-box-shadow: 1px 1px 3px #fff;


}

#contentbuttonright {
	float: right;
	width: 30%; 
	margin:10px 5px 10px 0; 
	padding:5px 20px 5px 20px;
	background-color: #f2f2f2;
	
/* curved border radius */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	
/* shadow */
	box-shadow: 0px 0px 6px #000000;
	-webkit-box-shadow: 0px 0px 6px #000000;
	-moz-box-shadow: 0px 0px 6px #000000;

}



aside {
	float: left;
	text-align: left; 
	width: 280px; 
	margin:10px 5px 10px 0; 
	padding:5px 5px 5px 5px;
	background-color: #f2f2f2;

/* curved border radius */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	
/* shadow */
	box-shadow: 0px 0px 6px #000000;
	-webkit-box-shadow: 0px 0px 6px #000000;
	-moz-box-shadow: 0px 0px 6px #000000;
	}

/* article */
.articlecontent header p, .blogPost header p a {
	font-size: 14px;
	color: #777;
	}

.articlecontent p a {
	color: #F00;
	}
	
.articlecontent p a:hover {
	color: #000;
	}
	
.articlecontent header p a:hover {
	text-decoration: none;
	color: #000;
	}
	
/* multiple columns */
.articlecontent div {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	}
	
/* box shadow on pics */
.articlecontent img {
	/*-webkit-box-shadow: 3px 3px 7px #777;*/
	}

/* sidebar */
aside section {
	margin: 10px 0 0 10px;
	padding-left: 5px;
	}

aside section ul {
	margin: 0 0 0 20px;
	color: #e43e01;
	}
	
aside section ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	}
		
aside section ul li a:hover {
	text-decoration: underline;
	}



/* footer */
#footer {
	clear: both;
	width: 960px;
	color: #fff;
	margin-bottom: 10px;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/* shadow */
	box-shadow: 0px 0px 6px #000000;
	-webkit-box-shadow: 1px 1px 3px #fff;
	-moz-box-shadow: 1px 1px 3px #fff;
	background-color: #FFF;
	background: #FFFFFF;
	}

#footer p {
  text-align: right;
  font-size: 11px;
	padding-right: 20px;
	}

#footer a {
	color: #F00;
	}
	
#footer a:hover {
	color: #FFF;
	text-decoration: none;
	}

/* slideshow styles */
		.faded, .faded a {
			color: #B2B2B2 !important;
		}
		.slideShow ul, .slideShow li {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}

		.slideShow {
			padding: 10px; border: 1px solid #B3B3B3; display: table;
				/* curved border radius */
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			clear: both;
			margin-bottom: 10px;
		}
		.slideShow .navigation {
			margin-top: 10px;
			clear: left;
			display: block;
		}
		.slideShow .navigation a {
			background-color: #000;
			margin: 0px 2px 0px 0px;
			padding: 3px 8px;
			color: #FFF;
			text-decoration: none;
			float: left;
			font-size: 0.8em;
		}
		.slideShow ul.topNavigation {
			margin: 0px 0px 40px 0px;
		}
		.slideShow .navigation a:hover, .slideShow .navigation a.selected {
			background-color: #929292;
			color: #000000;
		}
		
		/** slides with more than an image in it **/
		.slide img {
			position: absolute;
			border:0;
		}
		.slide h1 {
			position: absolute;
			background-color: #ffffff;
			left: 0px;
			top: 0px;
		}
		
		/** slides with text over images **/
		.slide p {
			margin: 1em;
			position: absolute;
			right: 0px;
			bottom: 0px;
			background-color: #dedede;
			opacity: .7;
			filter: alpha(opacity=70);
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
			color: #000;
			z-index: 1000;
			padding: 0.2em 0.8em;
		}
		.slide p a {
			color: #e43e01;
		}
		
		/** slideshow with images in navigation **/
		.navigation.white a, .navigation.white li {
			background-color: #ffffff;
		}
		.navigation.white a {
			border: 1px solid #ffffff;
			padding: 0px;
			line-height: 0.8em;
		}
		.navigation.white a:hover, .navigation.white a.selected {
			background-color: #ffffff;
			border: 1px solid #999;
		}
	/* Fade Button Styles
   - You need these. */
.cta-button4 {
  float:left;
  display:block;
  width:306px;
  height:50px;
  background:url(call_to_action_sprite.jpg) no-repeat 0 -50px;
  margin:0;/* auto;*/
  
}


.cta-button2 {
 float:left;
  display:block;
  width:306px;
  height:50px;
  background:url(call_to_action_sprite2.jpg) no-repeat 0 -50px;
  margin:0 auto;
  
}

.cta-button3 {
  float:right;
  display:block;
  width:306px;
  height:50px;
  background:url(call_to_action_sprite3.jpg) no-repeat 0 -50px;
  margin:0 auto;
  
}

.cta-button2 a {
  display:block;
  width:100%;
  height:100%;
  background:url(call_to_action_sprite2.jpg) no-repeat 0 0;
  text-indent:-9999px;
}
.cta-button2 a:hover {
  background-position: 0 50px;
}

.cta-button3 a {
  display:block;
  width:100%;
  height:100%;
  background:url(call_to_action_sprite3.jpg) no-repeat 0 0;
  text-indent:-9999px;
}
.cta-button3 a:hover {
  background-position: 0 50px;
}


.cta-button4 a {
  display:block;
  width:100%;
  height:100%;
  background:url(call_to_action_sprite.jpg) no-repeat 0 0;
  text-indent:-9999px;
}
.cta-button4 a:hover {
  background-position: 0 50px;
}

#container {
	background-color:#fff;
	height:300px;
}
#main {
	width:640px;
	height:300px;
	margin:0 auto;
}
#call-to-action {
	width:340px;
	float:left;
}
#sr-screenshot {
	width:290px;
	float:right;
}
#credits {
	background-color:#ccc;
}
#credits p {
	display:block;
	width:640px;
	height:40px;
	line-height:40px;
	margin:0 auto;
}
#credits a {
	color:#282828;
	text-decoration:none;
	border-bottom:1px solid #282828;
}
#credits a:hover {
	color:#7d7c7c;
	border-bottom:1px solid #7d7c7c;
}
