/*
	Todd Motto Labs
	URL: www.toddmotto.com
*/

/*------------------------------------*\
    RESET
\*------------------------------------*/

*,
*:after,
*:before {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; 
	background-color:#fff;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	max-width:1000px;
	margin:0 auto;
}
.header {

	padding-top:20px;
	background-color:#fff;
	height:80px;
	border-top:3px solid #666;
}
.logo {
	float:left;
	background-color:#fff;
	width:100%;
	
}
.logo h1{text-align:center; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:40px; margin-bottom:20px; font-weight:700; color:#666;}
.logo h1 a{color:#333;}

.demo-nav {
	float:right;
	margin:12px 0;
	list-style:none;
	
}
.demo-nav-link {
	
}
.demo-nav-link a {
	color:#2BA6CB;
	text-decoration:none;
}
.main{height:auto;}
.main p{padding:5px;}
.content{background-color:#fff; float:left; width:100%; }
.footer{float:none; width:100%; height:200px; 	background-color:#fff; padding-top:18px;	  }
.footer p{line-height:1.6; text-align:center;  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:14px; font-weight:300; color:#333;}