/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}





/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}



* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 100%;
  font-weight:300;
  background-image:url(../../../images/blackorchid.png);	
  
}
h1 { font-size: 1.8em; color:#FFF;}
h2 { font-size: 1.6em; color:#FFF;  text-transform:uppercase; letter-spacing:0.2em; text-shadow: -1px -1px rgba(0, 0, 0, 0.6);}
h3 {font-size: 1.4em; color:#579bcb;  text-transform:uppercase; letter-spacing:0.1em; text-shadow: -1px -1px rgba(0, 0, 0, 0.6);}
p {font-size: 1em; color:#9d9d9d; text-shadow: -1px -1px rgba(0, 0, 0, 0.6); }

.maintenance {
	background-image:url(../../dev/images/300.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding: 200px 0 0 0; 
	width:50%
	height 100%;
	text-align:center;
	margin: 200px auto;
}

header {
		width: 100%;
		height: 100px;
		position:fixed;
		top:0;
		z-index:1000;
		left:0;
		background-color: rgba(248, 248, 248, 0.95);
		-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
		-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
		box-shadow: 0px 0px 10px rgba(0,0,0,.8)
	}
	
.wrapper {
		width: 100%;
		float:none;
		margin: 100px auto 0 auto;
	}

.mainnav {
	position:relative;
	float:right;
	height: 100%;
		
}
	
.mainnav ul li {
	display: inline-block;
	float: left	;
	height: 100%;
	line-height: 100px;
	text-align:center;
}
	
.mainnav ul li a {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	text-decoration:none;		
	color:#363636;
	font-size: 1em;
	font-weight: 700;
	height:100%;
	padding: 0 40px 0 40px;
	margin:0;
	transition: background-color .30s ease-in-out;
	-moz-transition: background-color .30s ease-in-out;
	-webkit-transition: background-color .30s ease-in-out;	
}
	
.mainnav ul li a:hover {
	background: rgba(0, 0, 0, 0.80);
	color:#FFF;
}	

.logo {
	position:relative;
	float:left;
	margin:0;
	height:100%;
}
		
.logo a {
	display:block;
	float:left;
	padding: 0;
	width:300px;
	height: 100px;
	text-decoration:none;
	color: #FFF;
	line-height: 100px;
	font-size: 2em;
	text-indent: -9999px;
	background-image:url(../../images/200x200logo.png);
	background-repeat:no-repeat;
	background-position:left center;
		
}

section {
	width: 100%;
	position:relative;
	float:none;
	border-bottom: 1px solid #333;
}
.about {
	background-image:url(../../images/debut_dark.png);
	background-color:#222222;
	padding: 30px 0 30px 0;
	overflow:hidden;	
	width: 100%;
	padding: 10%;
	margin: 0 auto;
}

.talk {
	background-color:#222222;
	padding: 30px 0 30px 0;
	overflow:hidden;	
	width: 100%;
	padding: 10%;
	margin: 0 auto;
}

.foot {
	background-color:#222222;
	padding: 30px 0 30px 0;
	overflow:hidden;	
	width: 100%;34
	margin: 0 auto;
	text-align:center;
	
}
.intro {
	width: 50%;
	float: left;
	
}

.intro h2 { padding: 20px 0; }
.intro h3 { padding: 20px 0 10px 0; }



.profile {
	float: right;
}

.portfolio {
	background-color:#222222;
	padding: 30px 0 30px 0;
}


.portfolio .work-wrap {
	margin:0px auto;
	text-align:center;
	display:block;
	width:90%;
	border-bottom:1px solid #333;
	margin-bottom:6%;
	overflow:hidden;
	}

.work-wrap .workdesc {
	margin:0px auto;
	width:45%;
	display:inline-block;
	text-align:center;
	vertical-align:top;
	float:left;
	}
	
.work-wrap .workimg {
	margin:0px auto;
	width:50%;
	display:inline-block;
	vertical-align:bottom;
}

.work-wrap .workimg img {
	width:100%;
	height:auto;
	vertical-align:bottom;
	min-width:350px;
}

.workdesc h3 {
		padding: 20px;
	}

.work-wrap .left {
	float: left;
	
}
.work-wrap .right {
	float: right;
}

.recent {
	background-color:#222222;
	padding: 30px 0 30px 0;
	width: 100%;
	overflow:hidden;

}

.recent h2 {
	text-align:center;
	padding:30px;
}

.projects {
	width: 80%;
	height: 100%;
	margin: 0 auto;
}

.project {
	width: 33.33%;
	float:left;
	padding: 2px;
	
}

.project img {
	width: 100%;
	height:auto;
}

.contact-info {
	width: 50%;
	float: right;
	padding-left: 30px;
}

.contact-module {
	margin: 0 0 30px 0;
}
#contact-area {
	width: 50%;
	margin: 0 auto;
	float: left;
	padding-right: 30px;
	border-right: 1px solid #333;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 100%;
	font-family: Helvetica, sans-serif;
	text-align:left;
	font-size: 1em;
	color:#999;
	margin: 0px 0px 10px 0px;
	background:#1d1d1d;
	
	
  /* Prevent background color leak outs 
  border-radius: 4px;
  -webkit-background-clip: padding-box; 
  -moz-background-clip:    padding; 
  background-clip:         padding-box; */
	
}

#contact-area textarea {
	height: 90px;
	 border: 1px solid #666;
}
 #contact-area input {
	border: 1px solid #666;
	 
 }

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #FFF;

}

#contact-area input.submit-button {
	width: 100%;
	text-align:center;
}

label {
	float: left;
	text-align:left;
	margin-right: 0px;
	width: 100%;
	color:#222222;
}


.contact-module ul {
	
}

.contact-module li {
	display:block;
	float: left;
	line-height: 32px;
	height: 32px;
	
	width: 100%;
}

.contact-module li a {
	color:#999;
	text-decoration:none;
	display:block;
	float: left;
	line-height: 32px;
	height: 32px;
	padding-left: 40px;
	
	background-repeat:no-repeat;
}

.mob {
	background-image:url(../../images/mobile-icon.png);
}

.email {
	background-image:url(../../images/email-icon.png);
}
.facebook {
	background-image:url(../../images/facebook-icon.png);
}

.twitter {
	background-image:url(../../images/twitter--icon.png);
}
.linkedin {
	background-image:url(../../images/linkedin-icon.png);
}



/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media only screen and (max-device-width: 480px) {
	
	.maintenance {	
		margin-top: 20px; 
		width:100%
		height 100%;
	}


	header {
		width: 100%;
		height: 50px;
		position:fixed;
		top:0;
		z-index:1000;
		left:0;
		background-color: rgba(248, 248, 248, 0.95);
		-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
		-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
		box-shadow: 0px 0px 10px rgba(0,0,0,.8)
	}
	
	h1 { font-size: 1.5em; color:#FFF; }
	h2 { font-size: 1.3em; color:#FFF; }
	h3 {font-size: 1.3em; color:#579bcb; text-transform:none;}
	p {font-size: 1em; color:#9d9d9d; }
	
	.intro h2 { padding: 10px 0; }
	.intro h3 { padding: 10px 0 10px 0; }
	
	.logo {
		position:relative;
		float:left;
		margin:0;
		height:100%;
	}
		
	.logo a {
		display:block;
		float:left;
		padding: 0 10px 0 10px;
		
		height: 100%;
		text-decoration:none;
		color: #FFF;
		line-height: 50px;
		font-size: 2em;
		text-indent: -9999px;
		
		background-image:url(../../images/150x50logo.png);
		width:130px;
		
	}
	
	.wrapper {
		width: 100%;
		float:none;
		margin: 50px auto 0 auto;
	}
	.mainnav {
		position:relative;
		float:right;
		height: 100%;
		
	}
	
	.mainnav ul li {
		display: inline-block;
		float: left;
		height: 100%;
		line-height: 50px;
		text-align:center;
	}
	
	.mainnav ul li a {
		display: block;
		font-family: 'Roboto Condensed', sans-serif;
		text-transform:uppercase;
		text-decoration:none;		
		color:#363636;
		font-size: 1em;
		font-weight: 700;
		height:100%;
		padding: 0 5px 0 5px;
		margin:0;
		transition: background-color .30s ease-in-out;
		-moz-transition: background-color .30s ease-in-out;
		-webkit-transition: background-color .30s ease-in-out;
		
	}
	
	.mainnav ul li a:hover {
		background: rgba(0, 0, 0, 0.80);
		color:#FFF;
	  
	}	
	section {
		width: 100%;
		position:relative;
		float:none;
		border-bottom: 1px solid #333;
	}
	.about {
		background-color:#222222;
		padding: 30px 0 30px 0;
	}
	
	.profile {
		float:none;
		margin: 0 auto;
	}
	
	.portfolio {
		background-color:#222222;
		padding: 30px 0 30px 0;
	}
	
	.portfolio img {
	  width: 100%;
	  height: auto;
	  vertical-align: bottom;
	  min-width: 300px;
	}
	
	.portfolio .work-wrap {
	margin:0px auto;
	text-align:center;
	display:block;
	width:90%;
	border-bottom:1px solid #333;
	margin-bottom:6%;
	overflow:hidden;
	}

	.work-wrap .workdesc {
		width:100%;	
	}
		
	 .work-wrap .workimg {
		width:100%;
	}
	
	.work-wrap .workimg img {
		width:100%;
		height:auto;
		vertical-align:bottom;
		min-width:280px;
	}
	
	.intro {
		width: 90%;
		text-align:center;
		margin: 0 auto;
		float:none;
	}
	
	.intro p {
		text-align:left;	
		
	}
	
	.work h3 {
		text-align:center;
	}
	
	
	.profile {
		width: 320px;
		margin: 10px auto;

	}
	
	section h2 {
		font-weight: 400;
		text-transform:uppercase;
		padding: 0 0 20px 0;
	}
	section h3 {
		padding: 0 0 10px 0;
		font-size: 1.2em;
	}
	.recent h2 {
		text-align:center;
	}
	
	.grid {
	padding: 0;
	overflow:hidden;
	padding-left:4px;
	}
	
	.grid .col {
	  float: left;
	  padding:0 4px 0 0;
	}
	
	.col-1-3 {
		width: 33.33%;
		max-height:300px;
		overflow:hidden;
	}
	
	.col img {
		width: 90%;
	}
	
	footer {
		width: 100%;
		text-align:center;
		background: #222222;
		
	}
	
	footer h2 {
		font-size: 1em;
	}
}


@media all and (orientation: portrait) {
	.logo a {
		background-image:url(../../images/50x50logo.png);
		width:50px;
	}
}

@media all and (orientation: landscape) {
	
}




	