body {
	background-color: #bfb8a3;
}
/*html5 semantics tags */
article, aside, figure, footer, header, hgroup, menu, nav, section 
{ display: block; }

/* light css reset */
* { margin : 0; padding : 0; }

h1, h2, h3, h4, h5, p, ul, ol  { 
	margin : 0 5px; 
	padding : .5em 0;
	
}
	
h1, h2, h3, h4, h5{
	font-family: 'Telex', sans-serif;
	text-align: Center;
}

img { border: 0px;}

/* =page level container */

#pageWrapper {

    margin: 0px auto 0px auto;
	width: 1070px;
	background-color: #91c4fa;
	box-shadow: 10px 10px 5px rgba(0,0,0,0.3);
	position: relative;
	}

#pageHeader {
    margin: 0px auto 0px auto;
    max-width: 1070px;
    min-height: 300px;
	text-shadow: 5px 5px 3px rgba(0,0,0,0.4);
	background-color: white;
	line-height: 7em;
	}
#pageHeader img{
	float:left;
	width:35%;
	margin: 1em;
	
	}
	
#pageHeader h1 {
	font-size: 26px;
	color: black;
	margin: 0 0 0 40%;
	text-align: left;
	font-family: 'Telex', sans-serif;
	}
	
#pageHeader h2 {
	font-size: 60px;
	color: White;
	text-align: right;
	margin-right: 15%;
	font-family: 'Telex', sans-serif;
	margin-top: -85px;
	}
	
#contentWrapper {
	min-height: 600px;
	}
#pageNav {
	width: 100%;
	height: 4em;
	background-color: #a9a9a9;
	}
#pageNav ul {
	
	line-height: 150%;
	text-align: center;
	list-style-type: none;
	color: black;
	}
	
#pageNav ul li a {
	font-family: 'Telex', sans-serif;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	float: left;
	}
	
#pageNav ul li a:hover {
	background-color: #91c4fa;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	}
	
.featuredSection {

	margin: .7em;
	width: 31%;
	background-color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	box-shadow: 10px 10px 5px rgba(0,0,0,0.3);
	float: left;
	height: 15em;
	
	}
	
.featuredSection:img{
	width: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	box-shadow: 10px 10px 5px rgba(0,0,0,0.3);
	}
	
#window1 {
	
	background-image: url('/images/kevin_tech_1.JPG');
	background-repeat: no-repeat;
	overflow: hidden;
	opacity: 1.0;
	}
#window1:hover {
	background-image: none;
	opacity: 1.0;
	}
#window2 {
	background-image: url('/images/convention.png');
	background-repeat: no-repeat;
	overflow: hidden;
	opacity: 0.0;
	}
#window2:hover {
	background-image: none;
	opacity: 1.0;
	}
#window3 {
	background-image: url('/images/logo_mashup.png');
	background-repeat: no-repeat;
	overflow: hidden;
	opacity:0.0;
	}
#window3:hover {
	background-image: none;
	opacity: 1.0;
	}


#mainContentSection{
	margin: 5em 0 0 1.5em;
	width: 71%;
	background-color: white;
	min-height: 600px;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	box-shadow: 10px 10px 5px rgba(0,0,0,0.3);
	}
	
#mainContentSection header {
	height:15%;
	}
#mainContentSection Article {
	height:70%;
	}
#mainContentSection footer {
	height:15%;
	}
#pageAside {
	Margin: 5em 0 0 1.5em;
	background-color: white;
	width: 22%;
	float: left;
	min-height:600px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	box-shadow: 10px 10px 5px rgba(0,0,0,0.3);
	}

#pageFooter {

    margin: 10px auto 0px auto;
    padding-bottom: 20px;
	width: 1070px;
	position: relative;
	background-color: #a9a9a9;
	text-align: center;
	line-height: 200%;
}



/* Clear Floated Elements */
.clearfix:before, .clearfix:after {content: "\0020"; 
display: block; height: 0; visibility: hidden;}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }