/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Site-wide properties ======================================================== */
body{
    font: normal normal 10px/10px Tahoma, Arial, Helvetica, Verdana, sans-serif;
		background:url('../img/body-bg.jpg') top center no-repeat #073193;
		}
    
    /* Fibonacci based heading scale ratio */
    h1{ font-size: 1.8em; font-weight: normal; margin:15px 0 15px 0; }
    h2{ font-size: 1.4em; font-weight: bold; margin:15px 0 15px 0; }
    h3{ font-size: 1.2em; font-weight: bold; margin:15px 0 15px 0; }
    h4{ font-size: 1.0em; font-weight: bold; margin:15px 0 15px 0; }

		ul {
			padding:0 0 0 25px;
		}

/* Reusable classes ============================================================ */

/* Left & Right alignment */
.left{ float: left; }
.right{ float: right; }

/* The inside class provides consistent padding. To be used often! */
.inside{ padding: 20px; }

/* The fraction classes are useful for column lists */
.half, .third, .quarter, .fifth, .sixth{ width: 100%; }
.half li, .third li, .quarter li, .fifth li, .sixth li{ float: left; }
.half li{ padding-right: 5%; width: 45% }
.third li{  padding-right: 5%; width: 28.3% }
.quarter li{  padding-right: 5%; width: 20% }
.fifth li{  padding-right: 5%; width: 15% }

/* For when a <br /> just ain't enough */
.separator{
    clear: both;
    height: 1px;
    width: 100%; }

/* Basic Structure ============================================================= */
#wrap{
    margin: 0 auto;
    position: relative;
    width: 960px; }

    /* Header */
    header{
        float: left;
        width: 100%; }
    
    /* Content */
    article{
        float: left;
        width: 100%; }
       
/* Nav */
#primary, #secondary {
  font-family: 'Yanone Kaffeesatz', arial, serif;
	text-transform:uppercase;
	background:#2b78d9;
	background: -webkit-gradient(linear, 0 0, 0 100, from(#2b78d9), to(#125fc0));
  background:	-moz-linear-gradient(top, #2b78d9, #125fc0);
	border:3px solid #000;
	border-bottom:0;
	float:right;
}
#primary li, #secondary li {
	vertical-align:middle;
	list-style:none;
	display:table-cell;
	width:80px;
	padding:6px 3px 6px 3px;
	text-align:center;
}
#primary a, #secondary a {
	color:#fff;
	display:block;
	margin:0;
	text-decoration:none;
	font-size:1.85em;
	line-height:1.15em;
}
#primary a:hover, #secondary a:hover {
	text-decoration:underline;
}
#secondary {
	float:left;
	border:3px solid #000;
	border-top:0;
}


/* Project specifics =========================================================== */
#tag {
	float:right;
  text-shadow: .025em .025em 0 black;
	padding:30px 70px 20px 0;
	font-size:5em;
	line-height:1em;
	color:#fff;
  font-family: 'Yanone Kaffeesatz', arial, serif;
}
article {
  font-size:1.7em;
	line-height:1.25em;
	background:#000;
	color:#fff;
}
article a {
	color:#3f9ed8;
}
article section {
	border:3px solid #4ae047;
	background:#171717;
	margin:20px;
}

#contact {
	clear:both;
	float:left;
	width:40%;
	padding:20px 0 20px 100px;
}

#testimonials {
	font-size:2em;
	line-height:1.1em;
	width:40%;
	float:right;
	color:#fff;
  font-family: 'Droid Serif', arial, serif;
	letter-spacing:-0.05em;
	padding-right:30px;
}

/* Footer */
footer {
	float: left;
	margin-top:20px;
	width: 100%;
	height:300px;
	background:#000;
	background: -webkit-gradient(linear, 0 0, 0 100, from(#333), to(#000));
  background:	-moz-linear-gradient(top, #333, #000);
	border-top:1px solid #fff;
	color:#fff;
}
footer a {
	color:#fff;
	text-decoration:none;
	font-size:1.05em;
	text-transform:uppercase;
	margin-right:5px;
}
footer a:hover {
	text-decoration:underline;
}
footer .inside {
	width:920px;
	height:60px;
	margin:0 auto;
}

/* Forms */
form span {
	font-size:0.95em;
	color:#ccc;
	font-style:italic;
}
label {
	width:100px;
	display:inline-block;
	text-align:right;
}