html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}



body {
	font-size: .625em;
	font-family:Helvetica, Arial, Verdana sans-serif;
	line-height: 1;
	color: #111;
	background: rgb(240, 239, 229);
	height: 100%;
}

p.option {
	color: #666;
	line-height: 1.67;
	margin-bottom: 8px;
}



.clearfix { zoom: 1; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.container {
	width:auto;
	padding:20px 0px;
	margin:0 auto;
}

.section {
	float:left;
	width:33.33333%;
	text-align: center;
	
}



h1.logo {
	margin-bottom:20px;
	text-align: center;
	font-weight: bold;
	font-size:2.3em;
}
h1.logo img {
	display: block;
	margin: 0 auto;
}
h2.subtitle {
	text-transform: uppercase;
	font-size:1.2em;
	letter-spacing: 1px;
	font-weight: 100;
	color: #606060;
}


h2.section-name {
	font-size:1.5em;
	width:60%;
	max-width:260px;
	text-align: center;
	margin:-52px auto 50px auto;
	color:rgb(180, 179, 161);
}

h2.section-name i {
	display: block;
	/*width:251px;
	height:185px;*/
	padding-top:73.705179282%;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 auto 15px auto;
	background-size: 100% auto;
}

.section .container > ul {
	display:block;
	width:auto;
	margin: 0 10% 2.5em;
}







.overview {
	background: #fff;
	float:none;
	width:auto;
	padding-bottom:70px;
	-webkit-box-shadow:  0px 0 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow:0px 0 3px 0px rgba(0, 0, 0, 0.5);
}


.sitemap .container > h2.section-name  i {
	background-image:url(../images/icon_sitemap.png);

}
.mockups .container > h2.section-name  i {
	background-image:url(../images/icon_mockup.png);
}
.wireframes .container > h2.section-name i {
	background-image:url(../images/icon_wireframe.png);
}





.date {
	display: block;
	color: rgb(182, 182, 182);
	font-size: .8em;
	text-transform: uppercase;
	font-weight:bold;
	margin:10px 0 25px 0;
}



a {
	color: #3089c2;
	text-decoration: none;
}

a:hover {
	color: #222;
	text-decoration: none;
}

ul {
	list-style: none;
	text-align: center;

}

ul li {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #888; 
	padding: 0px;
	margin-bottom:1.8em;
	padding:1.8em 0;
	background: #fff;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    opacity: 0.6;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

ul li:hover {
	opacity: 1.0;
}

ul li:first-child {
	opacity: 1.0;
	border-top:4px solid rgb(98, 199, 213);
}




ul li a:hover {
	color: #222;
}

ul li ul {
	margin: 6px auto 0 auto;
	width:90%;
	
}

ul li li {
	opacity: 1.0;
	font-size: 1.0em;
	font-family: Helvetica, Arial, Verdana sans-serif;
	color: #ccc; 
	margin-bottom: 9px;
	padding: 6px 0;
	margin: 0;
	border-bottom: none;
	border-top: 1px solid #eee;
	font-weight: normal;
	text-transform: none;
	-webkit-box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0.4);
    box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0.4);

}

ul li li:first-child {
	border-top: none;
}



@media only screen  and (max-width : 640px) {
	.section {
		float:none;
		width:auto;
		text-align: center;
		border-bottom:3px double rgba(0,0,0,0.1);
		padding-bottom:25px;
		
	}
	.overview {
		border-bottom:0;
		padding-bottom:70px;
	}
	h2.section-name {
		margin-top:50px;
	}

	.sitemap h2.section-name {
		margin-top:-52px;
	}
}


