@charset "UTF-8";

* {margin:0; padding:0;}

body {
	font-size:62.5%; /* Set overall text size */
	font-family: "Lato", helvetica, sans-serif;
	font-weight:400;
	background:#000000;
	background-image:url(../images/background_rivets.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-position:top;
	margin:0 0;
	}
/* Set default heading sizes */
h1 {font-size:1.9em;}
h2 {font-size:1.6em;}
h3 {font-size:1.4em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:.9em;}

#wrapper {
	width:960px;
	margin:0 auto 20px;
	overflow:hidden;
	background-color:#282928;
	}
	
header {
	height:320px;
	padding-top:1px; /* prevents menu's top margin collapsing */
	position:relative; /* positioning context for title and search areas */
	margin:10px 0;  /* vertical space around header */
	/*background-color:#57004b;*/
	background-image:url(../images/copper_heading.jpg);
	background-repeat:no-repeat;
	z-index:20;
	}
header section#title {
	margin-left:50px;
	margin-top:10px;
	margin-bottom:10px;
	}
header h1 {
	font-family:"Balthazar", "Lato", sans-serif;
	color:#FC6;
	}

/* Feature Area */
section#feature_area {
	overflow:hidden; /* encloses the floated child elements */
	margin:16px 0 0; /* space between header and feature area */
	padding:0 0 10px;
	font-size:1.4em; /* Set type size to 14pt */
	font-weight:400;
    }
section#feature_area article {
	float:left;
	width:480px;
	margin-left:50px;
	padding:10px 0;
	}
section#feature_area article .inner {
	overflow:hidden;
	padding:12px 20px;
	/*background:#fff;*/
	border:3px solid #FC6;
	border-radius:15px 0;
	/*box-shadow:0 12px 8px -9px #555;*/
	}
section#feature_area article .inner p{
	margin-bottom:18px;
	color:#b2b8b4;
	}
section#feature_area article .inner h3{
	margin-bottom:16px;
	color:#FC6;
	}
section#feature_area aside{
	float:right;
	width:350px;
	padding:10px 0;
	}
section#feature_area aside .inner {
	overflow:hidden;
	margin-right:50px;
	/*padding:12px 20px;*/
	/*background:#fff;*/
	border-radius:15px;
	/*Drop Shadow*/	
	/*box-shadow:8px 12px 8px 1px #000;*/
	}
/* Style Links for Solstice page */
section#feature_area article .inner a{
	display:block; /* makes link fill li */
	padding:.25em .8em;
	font-family:"Balthazar", "Lato", sans-serif;
	font-style: normal;
	font-weight:600;
	font-size:1.2em;
	text-align:left;  
	color:#FC6;
	text-decoration:none; /* removes link underlining */
	-webkit-font-smoothing: antialiased; /* prevents pop of anti-alias change at end of opacity transition */
	}
	
/* Footer */
footer {
	overflow:hidden; /* encloses the floated child elements */
	margin:16px 0 0; /* space between footer and body area */
	padding:20px;
	text-align:center;
	border:3px solid #FC6;
	border-radius:15px 0;
	/*background-color:#617900;*/
    }
footer p{
	font-weight:400;	
	font-size:1.2em; /* Set type size to 12pt */
	color:#b2b8b4;
	}