/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #FAFAFA;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    overflow: scroll;
    overflow-x: hidden;
	width:1000px;
	margin: 0 auto;
}

a {
	color: #555;
	text-decoration: none;
}

a:link, a:visited {
	color: #C74350;
	padding: 0 1px;
}

a:hover, a:active {
	background-color: #C74350;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;	

}
#banner {
	margin: 0 auto;
	padding: 2.5em 0 0 0;
	text-align:center;
}



#banner nav {
		background: #000305;
		font-size: 15px;
		height: 40px;
		line-height: 30px;
		margin: 0 auto 2em auto;
		padding: 0;
		text-align:center;
		width: 1000px;
		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#banner nav ul {list-style: none; width: 1000px;}
	#banner nav li {float: center; display: inline; margin: 0;}
	
	#banner nav a:link, #banner nav a:visited {
		color: #FFF;
		display: inline-block;
		height: 40px;
		padding: 5px 1.5em;
		text-decoration: none;
	}
	#banner nav a:hover, #banner nav a:active,
	#banner nav .active a:link, #banner nav .active a:visited {
		background: #C74451;
		color: #FFF;
		text-shadow: none;
	}

.main > h1 {
	font-weight: 700;
	font-size: 35px;
	text-align: center;
	padding: 0px 250px;
}

.main > p {
	text-align: center;
	padding: 20px 250px;
}

/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}