@charset "UTF-8";
#wrapper {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
}

/* . . . . Overall . . .  */

* {
	margin: 0px;
	padding: 0px;

}

body {
	font-family: Nunito, sans-serif;
	font-size: 62.5%;
	line-height: 120%;
	background: #000033;
	height: 100%;
	background: -moz-radial-gradient(center, ellipse cover, #003be0 0%, #000247 40%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#003be0), color-stop(40%,#000247), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #003be0 0%,#000247 40%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #003be0 0%,#000247 40%,#000000 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #003be0 0%,#000247 40%,#000000 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #003be0 0%,#000247 40%,#000000 100%); /* W3C */
	background-attachment: fixed;
	color: #d6d6d6;
	text-shadow: 0px 3px 3px black;
}

h1 {
	font-family: Dosis, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 5em;
	color: #6CF;
	display: inline;
	line-height: 100%;
	text-shadow: 0px 2px 0px #000, 0px 3px 3px #000, 0px 4px 10px #6CF;
	}

a:link {
	text-decoration: none;	
	-moz-outline: 0;
	}


/* . . . . Adjustments . . .  */

.rotateThis {
-ms-transform:rotate(10deg); /* IE 9 */
-webkit-transform:rotate(10deg); /* Chrome, Safari, Opera */
transform:rotate(10deg); /* Standard syntax */	
}

.moveThis {
-ms-transform:translate(25px,0px); /* IE 9 */
-webkit-transform:translate(25px,0px); /* Chrome, Safari, Opera */
transform:translate(25px,0px); /* Standard syntax */
}
.air {
	width: auto;
	height: 50px;
	}

/* . . . . Parts . . .  */

#backdrop {
	overflow: hidden;
	padding: 0 0 10px 10px;
	background: #000;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 59%, rgba(0,0,0,1) 89%, rgba(0,0,0,1) 100%), url(../_images/speaker.png) repeat;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(59%,rgba(0,0,0,0)), color-stop(89%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))), url(../_images/speaker.png) repeat;
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 59%,rgba(0,0,0,1) 89%,rgba(0,0,0,1) 100%), url(../_images/speaker.png) repeat;
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 59%,rgba(0,0,0,1) 89%,rgba(0,0,0,1) 100%), url(../_images/speaker.png) repeat;
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 59%,rgba(0,0,0,1) 89%,rgba(0,0,0,1) 100%), url(../_images/speaker.png) repeat;
	background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 59%,rgba(0,0,0,1) 89%,rgba(0,0,0,1) 100%), url(../_images/speaker.png) repeat;
		}


/* . . . . Header . . .  */

#animation {
	background-image:
	url(../_images/anim.gif),
	url(../_images/header_dcb_off.png),
	url(../_images/justStars.png);
	background-attachment: scroll, scroll, fixed;
	background-position: top center;
	background-repeat: no-repeat;
	height: 350px;
	color: #CCC;
}
.cloud {
	height: 50px;
	width: 52px;
	background-color: #DEDEDE;
}
.cloud img {
	display: block;
	margin: auto;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}


/* . . . . Section . . .  */

section {
	padding-top: 22px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	width: 85%;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
section strong {
	font-weight: bold;
}
section em {
	color: #6CF;
	font-style: normal;
}
	
/* . . . . Section Module Styles . . .  */

.stripeModule {
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	border-bottom: solid 2px #333;
	border-left: solid 2px #333;
	background-image: url(../_images/stripes_gray_small.png);
	background-repeat: repeat-x;
	background-position: top;
}
.gradientModule {
/*	background-color: #000;
*//*	background: url(../_images/reflection.png);
*/	background: -moz-linear-gradient(top, rgba(40,40,40,0) 0%, rgba(40,40,40,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,40,40,0)), color-stop(100%,rgba(40,40,40,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(40,40,40,0) 0%,rgba(40,40,40,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(40,40,40,0) 0%,rgba(40,40,40,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(40,40,40,0) 0%,rgba(40,40,40,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(40,40,40,0) 0%,rgba(40,40,40,1) 100%); /* W3C */
	border-bottom-right-radius: 15px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #111;
	box-shadow: inset 0 2px 2px #333, 0 5px 5px 1px #000;
}

/* . . . . Demo . . .  */

section.demo {
	float: left;
	clear: both;
	margin-left: 269px;
	overflow: hidden;
	width: 550px;
	}
section.demo h1 {
	color: #9F0;
	text-shadow: 0px 2px 0px #000, 0px 3px 3px #000, 0px 4px 10px #9F0;
	}

/* . . . . Left Column . . .  */

#leftColumn {
	float: left;
	clear: both;
	width: 270px;
	margin-left: 0px;
	overflow: hidden;
	}
	
#leftColumn section {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 18px;
	margin: 10px 0 0 0px;
}
#leftColumn li {
	list-style-type: none;
	font-size: 1.4em;
	line-height: .75em;
	margin-top: 12px;
}

/* . . . . Profile . . .  */

section.profile {
	width: 198px;	
}

section.profile h1 {
	color: #F30;
	text-shadow: 0px 2px 0px #000, 0px 3px 3px #000, 0px 4px 10px #F30;
	}
section.profile em {
	color: #F30;
}

/* . . . . Studio . . .  */

section.studio h1 {
	color:#F90; 
	text-shadow:  0px 2px 0px #000, 0px 3px 3px #000, 0px 4px 10px #F90;
	}

/* . . . . Contact . . .  */

section.contact h1 {
	color:#febf00; 
	text-shadow:  0px 2px 0px #000, 0px 3px 3px #000, 0px 4px 10px #febf00;
	}
section.contact h2 {
	color: #febf00;
	display: inline;
	font-size: 100%;
	font-weight: normal;
}

section.contact a:link {
	color: #d6d6d6;
}
section.contact a:active {
	color: #d6d6d6;
}

/* . . . . Right Column . . .  */

#rightColumn {
	float: left;
	width: 500px;
	}
	
/* . . . . About . . .  */
	
section.about {
	width: 90%;
	position: relative;
	z-index: 1;
}
section.about p {
	font-size: 1.4em;
	line-height: 175%;
	margin-top: 12px;
}

/* . . . . Featured Clients . . .  */

section.featuredClients {
	margin-top: 12px;
	width: 75%;
	}
section.featuredClients h1 {
	color: #F0C;
	text-shadow: 2px 2px 0px #000, 2px 3px 3px #000, 2px 4px 10px #F0C;
}
section.featuredClients em {
	color: #F0C;
	}
section.featuredClients tr td {
	font-size: 1.4em;
	line-height: 150%;
	}
section.featuredClients table {
	margin-top: 12px;	
	}
	
/* . . . . faux Footer . . .  */

#fauxFooter {
	clear: both;
	background: #333;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 25px;
	color: #999;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 82%, rgba(0,0,0,0.8) 100%), url(../_images/dark-planingwood.png); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.8)), color-stop(20%,rgba(0,0,0,0)), color-stop(82%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))), url(../_images/dark-planingwood.png);
	; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 82%,rgba(0,0,0,0.8) 100%), url(../_images/dark-planingwood.png);
	; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 82%,rgba(0,0,0,0.8) 100%), url(../_images/dark-planingwood.png);
	; /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 82%,rgba(0,0,0,0.8) 100%), url(../_images/dark-planingwood.png);
	; /* IE10+ */
	background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 82%,rgba(0,0,0,0.8) 100%), url(../_images/dark-planingwood.png);
	; /* W3C */
	background-repeat: repeat;
	box-shadow: inset 0 2px 2px 1px #000, 0 8px 8px 0px #00000f;
}

/* . . . . Footer . . .  */

footer {
	height: 60px;
	width: 100%;
	clear: both;
	display: block;
	margin: 0px;
	overflow: hidden;
	}
footer section {
	width: 750px;
	color: #666;
	font-family: mako;
	font-size: 1.2em;
	overflow: hidden;
	}

 /* . . . . Extras . . .  */
