/*
Title:      Reset default browser styles
Author:     warren@glossypixel.com
*/

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
:focus {
	outline: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
/*
Title:      Glossy Pixel's master screen style
Author:     warren@glossypixel.com
Copyright:  2011, Glossy Pixel, LLC.  All rights reserved.
Updated:   	January 2011
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background: #f1f1f1 url(../images/noise.gif) repeat fixed;
	}
		
/* Page structure
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/

#container {
	width: 920px;
	margin: 0 auto;
	}
		
/* Header 
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/

#header {
	width: 100%;
	height: 77px;
	/*margin-bottom: 25px; margin required if header position is not fixed*/
	background: transparent url(../images/header-bg.png) repeat-x;
	position: fixed;
	top: 0;
	z-index: 99;
	}
#header-inner {
	width: 920px;
	height: 75px;
	margin: 0 auto;
	}
#logo {
	float: right;
	}
#logo img {
	height: 0;
	}
#logo a {
	display: block;
	width: 290px;
	height: 80px;
	background: url(../images/logo.png) no-repeat 0 0;
	}
	
/* Navigation
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/
		
#nav {
	float: left;
	margin: 10px 20px 0 20px;
	}
#nav li {
	float: left;
	}
#nav li a {
	float: left;
	display: block;
	margin-right: 20px;
	font-size: 0.9em;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	text-decoration: none;
	color: #f7f7f7;
	border: 1px solid rgba(0,0,0,0.3);
	background: rgba(255,255,255,0.05);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.09);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.09);
	box-shadow: 0 1px 0 rgba(0,0,0,0.09);
	/*hover transition*/
    -webkit-transition: background 0.2s ease-in; /* Saf3.2+, Chrome */
    -moz-transition: background 0.2s ease-in; /* FF3.7+ */
    -o-transition: background-color 0.2s ease-in; /* Opera 10.5+ */
    transition: background 0.2s ease-in; /* futureproofing */	
	}
#nav li:last-child a { 
	margin-right: 0;
	}
#nav li a span {
	display:block;
	padding: 5px 10px;
	border-top: 1px solid rgba(255,255,255,0.1);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	}
#nav li a:hover, #nav li a:focus {
	color: #ffffff;
	background: rgba(255,255,255,0.1);
	cursor: pointer;
	}
#nav li a:active {
	background: rgba(0,0,0,0.1);
	}

/* Content
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/

.buffer {
	display: block;
	height: 100px;
	visibility: hidden;
	}
.box {
	/*margin-top: 100px;*/
	background: rgba(0,0,0,0.16);
	border: 1px solid rgba(0,0,0,0.3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	}
	/*.box:last-child { margin-bottom: 100px; }*/
.box span {
	display:block;
	padding: 20px;
	border-top: 1px solid rgba(255,255,255,0.4);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	}
.box div.highlight {
	display: block;
	padding: 20px;
	border-top: 1px solid rgba(255,255,255,0.4);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	}
.box h1 {
	margin: -42px 0 25px 0;
	width: 150px;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 0.07em;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.9);
	border: 1px solid rgba(0,0,0,0.3);
	background: #4900a5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	}
.box h1 span {
	padding: 5px 10px;
	background: url(../images/gloss.png) 0 50%;
	border-top: 1px solid rgba(255,255,255,0.1);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	}
.box p {
	margin: 0 0 10px 0;
	line-height: 1.5em;
	}
	
/* Blurb
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/
	
#blurb {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #f7f7f7;
	text-align: center;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.9);
	letter-spacing: 0.02em;
	background: #4900a5 /*rgb(73,0,165)*/;
	border: 1px solid rgba(0,0,0,0.3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	}
#blurb div.highlight {
	display: block;
	padding: 20px;
	border-top: 1px solid rgba(255,255,255,0.4);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background: url(../images/eclipse.png) no-repeat center bottom;
	}
#blurb h1 {
	font-size: 2.3125em;
	font-weight: normal;
	text-transform: uppercase;
	}
#blurb hr {
	height: 1px;
	}
#blurb p {
	font-size: 1.75em;
	line-height: 1.5em;
	}
#blurb a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 2px solid white;
	}
#blurb a:hover {
	border-bottom: none; 
	}
				
/* Services
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/

#services h2 {
	margin: 0 0 10px 0;
	font-size: 1.375em;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
	}
#services h3 {
	margin: 0 0 10px 0;
	line-height: 1.4em;
	font-size: 0.8125em;
	font-weight: bold;
	}
#services p {
	font-size: 0.9375em;
	}
#services .three-col {
	overflow: hidden;
	}
#services .three-col div.service img {
	float: left;
	padding: 0 20px 10px 0;
	}
#services .three-col div.service {
	float: left;
	width: 279px;
	margin-right: 20px;
	}
#services .three-col div.service.last {
	float: right;
	margin-right: 0px;
	}
	
/* Work
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/

#work .two-col {
	overflow: hidden;
	}
#work .two-col-l {
	float: left;
	width: 420px;
	}
#work .two-col-r {
	float: right;
	width: 424px;
	}
#work h2 {
	margin: 0 0 10px 0;
	font-size: 1.25em;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
	}
#work p {
	font-size: 0.9375em;
	}
#work p a {
	font-size: 1.0em;
	font-weight: bold;
	color: #4900a5;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
	text-decoration: none;
	}
#work p a:hover { 
	color: #333333;
	}
span.bold {
	margin: 0;
	padding: 0;
	font-weight: 700;
	display: inline;
	border: none;
	}
#work .two-col-l dl {
	margin: 20px 0 0px 0;
	font-size: 1.0em;
	}
#work .two-col-l dt {
	font-weight: bold;
	font-style: italic;
	color: #333333;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
	}
#work .two-col-l dd {
	margin: 0px 0 0 120px;
	padding: 6px 0 6px 40px;
	background: url(../images/check.png) no-repeat 0 50%;
	}
	
/* Project slideshow
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/

#slideshow {
	margin: 0 auto;
	clear: both;
	width: 100%;
	height: 100%;
	position: relative;
	}
#slidesContainer {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	overflow: auto; /* allow scrollbar */
	position: relative;
	}
#slidesContainer .slide {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	}
.control {
	display: block;
	width: 40px;
	height: 80px;
	text-indent: -10000px;
	position: absolute;
	cursor: pointer;
	opacity: 0.2;
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	}
.control:hover { 
	opacity: 0.4;
	}
#leftControl {
	top: 35%;
	left: -70px;
	padding: 0;
	margin: 0;
	background: transparent url(../images/icon-arrow-l.png) no-repeat top left;
	border: none;
	}
#rightControl {
	top: 35%;
	right: -70px;
	padding: 0;
	margin: 0;
	background: transparent url(../images/icon-arrow-r.png) no-repeat top left;
	border: none;
	}
#slideIndex {
	left: 400px;
	bottom: -12%;
	position: absolute;
	}
span.numbers {
	float: left;
	width: 20px;
	height: 20px;
	margin: 3px;
	padding: 0;
	background: transparent url(../images/icon-slide-position.png) no-repeat top left;
	border-top: none;
	cursor: pointer;
	opacity: 0.2;
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	}
span.numbers:hover {
	opacity: 0.3;
	}
span.numbers.active {
	opacity: 0.4;
	}
	
/* Project screenshot slideviewer
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/
 
.svw {
	width: 50px;
	height: 20px;
	} 
.svw ul {
	position: relative;
	left: -999em;
	} 
.stripViewer {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.3);
	margin: 0 0 15px 0;
	} 
.stripViewer ul { /* this is the UL of images */ 
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
	}
.stripViewer ul li {
	float: left;
	}
.stripTransmitter {
	overflow: auto;
	width: 1%;
	} 
.stripTransmitter ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
	} 
.stripTransmitter ul li {
	width: 40px;
	float: left;
	margin: 0 10px 0 0;
	}
.stripTransmitter a {
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
	line-height: 28px;
	background: #dddcdc;
	color: #333333;
	text-decoration: none;
	display:block;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	border: 1px solid rgba(0,0,0,0.3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
    -webkit-transition: background 0.2s ease-in; /* Saf3.2+, Chrome */
    -moz-transition: background 0.2s ease-in; /* FF3.7+ */
    -o-transition: background-color 0.2s ease-in; /* Opera 10.5+ */
    transition: background 0.2s ease-in; /* futureproofing */	
	}
.stripTransmitter a:hover {
	background: #cacaca;
	color: #333333;
	}
.stripTransmitter a.current {
	background: #4900a5	url(../images/gloss.png) 0 50%;
	color: #ffffff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.8);
	}
.tooltip {
	padding: 0.5em;
	background: #ffffff;
	color: #000000;
	border: 5px solid #dedede;
	}
		
/* About
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/
	
#about h2 {
	font-size: 1.125em;
	margin: 0 0 5px 0;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
	line-height: 1.4em;
	}
#about h3 {
	font-size: 1.0em;
	margin: 0 0 15px 0;
	line-height: 1.4em;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
	}
#about h4 {
	font-size: 0.9375em;
	margin: 0 0 5px 0;
	line-height: 1.4em;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
	}
#about h5 {
	display: block;
	clear: both;
	font-size: 1.25em;
	margin: 14px 0 10px 0;
	line-height: 1.4em;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
	text-align: center;
	}
#about h5 a {
	text-decoration: none;
	color: #4900a5;
	}
#about h5 a:hover {
	color: #333333;
	}
#about p {
	font-size: 0.9375em;
	}
#about p a {
	color: #4900a5;
	text-decoration: none;
	}
#about p a:hover {
	color: #333333;
	}
#about .two-col {
	overflow: hidden;
	}
#about .two-col-l {
	float: left;
	width: 420px;
	}
#about .two-col-r {
	float: right;
	width: 422px;
	}
#about .two-col-r img {
	float: left;
	margin: 0 20px 10px 0;
	border: 1px solid #8b8b8b;
	}
span.emphasize {
	margin: 0;
	padding: 0;
	font-style: italic;
	display: inline;
	border: none;
	}
span.position {
	margin: 0;
	padding: 0;
	font-style: italic;
	font-weight: normal;
	display: inline;
	border: none;
	}
abbr {
	font-size: .875em;
	color: #4900a5;
	cursor: help;
	}
	
/* Twitter status */
	
#twitter_div {
	padding: 10px;
	margin-bottom: 30px;
	font-size: 0.9375em;
	line-height: 26px;
	overflow: hidden;
	background: #dddcdc;
	border: 1px solid #9a9999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	}
#twitter_div img.speak {
	border: 0;
	border: none;
	position: absolute;
	margin-top: 10px;
	}
#twitter_div span {
	margin: 0;
	padding: 0;
	border: 0;
	}
#twitter_div a {
	text-decoration: none;
	display: inline;
	color: #4900a5;
	}
#twitter_div a:hover {
	color: #333333;
	}

/* Newsletter signup form */

#mc_embed_signup {
	overflow: hidden;
	margin-top: 20px;
	padding: 10px;
	background: #dddcdc;
	border: 1px solid #9a9999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	}
.mc-field-group {
	overflow: hidden;
	}
.mc-field-group label {
	font-size: 1em;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
	display: block;
	margin: 0px;
	line-height: 1em;
	}
.mc-field-group input {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	float: left;
	outline: 0;
	margin: 15px 0;
	border: 1px solid #8d8d8d;
	background-color: #f6f6f6;
	cursor: text;
	padding: 4px 4px;
	width: 97%;
	z-index: 999;
	}
.mc-field-group input:focus, 
.mc-field-group input.focus {
	color: #333333;
	border: 1px solid #7a7a7a;
	background-color: #ffffff;
	}
input.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	margin:0;
	padding: 6px 10px 6px 10px;
	cursor: pointer;
	float: left;
	clear: both;
	color: #f7f7f7;
	letter-spacing: 0.07em;
	background: #4900a5 url(../images/gloss.png) 0 50%;
	border: 1px solid #401279;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.09);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.09);
	box-shadow: 0 1px 0 rgba(0,0,0,0.09);
	/*hover transition*/
	-webkit-transition: background 0.2s ease-in; /* Saf3.2+, Chrome */
	-moz-transition: background 0.2s ease-in; /* FF3.7+ */
	-o-transition: background-color 0.2s ease-in; /* Opera 10.5+ */
	transition: background 0.2s ease-in; /* futureproofing */	
	}
input.btn:hover,
input.btn:focus {
	background: #5e1ab0 url(../images/gloss.png) 0 50%;
	color: #ffffff;
	}
.subscribe p {
	float: right;
	padding-right: 3px;
	}
span.follow-us {
	float: left;
	padding: 0;
	margin: 8px 0 0 0px;
	font-weight: bold;
	border: none;
	}
.social img {
	float: left;
	margin: 5px 0 0 10px;
	}
	
/* Contact
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/
	
#contact span.req {
	display: inline;
	border: none;
	border: 0;
	}
#contact h2 {
	font-size: 1.0em;
	margin: 0 0 10px 0;
	line-height: 1.6em;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
	}
#contact h2 a {
	text-decoration: none;
	color: #4900a5;
	}
#contact h2 a:hover {
	color: #333333;
	}
				
/* Footer
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/

#footer {
	margin: 40px 0 40px 0;
	overflow: hidden;
	}
#footer p {
	font-size: 0.8125em;
	color: #4d4d4d;
	text-align: center;
	}
#footer p a {
	font-weight: bold;
	text-decoration: none;
	color: #4900a5;
	}
#footer p a:hover {
	color: #333333;
	}
#footer p.area {
	padding-top: 10px;
	color: #9d9d9d;
	color: rgba(77,77,77,0.5);
	}
