/*
	Theme Name: Justin Walter
	Theme URI: http://joehowarddesign.com
	Description: Custom Wordpress single page theme.
	Author: Joe Howard with GPL code from Aaron T. Grogg, based on the work of Paul Irish, Divya Manian, and Elliot Jay Stocks
	Author URI: http://joehowarddesign.com/
	Version: 3.3
	Tags: custom-menu, editor-style, theme-options, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	This CSS file is a concatenation of style.css from HTML5 Boilerplate and style.css from Starkers.
	Comment blocks indicate where each begins and ends, like this, for example...
*/

/** START HTML5 Boilerplate CSS **/

/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */


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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

blockquote, q { quotes: none; }

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

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

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

table { border-collapse: collapse; border-spacing: 0; }

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


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font-size:62.5%; font-family:Arial, "Helvetica Neue", Helvetica, sans-serif - p, t } /* Hack retained to preserve specificity */

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* 1) Always force a scrollbar in non-IE
   2) Remove iOS text size adjust without disabling user zoom: www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
html { overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }

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

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
b, strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

.ie6 legend, .ie7 legend { margin-left: -7px; }

/* 1) Make inputs and buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/
   2) WebKit browsers add a 2px margin outside the chrome of form elements.
      Firefox adds a 1px margin above and below textareas
   3) Set font-size to match <body>'s, and font-family to sans-serif
   4) Align to baseline */
button, input, select, textarea { width: auto; overflow: visible; margin: 0; font-size: 100%; font-family: sans-serif; vertical-align: baseline; }

/* 1) Remove default scrollbar in IE: www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/
   2) Align to text-top */
textarea { overflow: auto; vertical-align:text-top; }

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

/* Remove extra padding and inner border in Firefox */
input::-moz-focus-inner,
button::-moz-focus-inner { border: 0; padding: 0; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }


/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection { background: #fe57a1; color:#fff; text-shadow: none; }
::selection { background:#fe57a1; color:#fff; text-shadow: none; }



body {font-family:Arial, Helvetica, sans-serif; font-size:62.5%;}

html{
    height: 100%;
    overflow-x: hidden;
}

.bluebtn:visited {color:#fff;}
.bluebtn { color:#fff; text-shadow:0px 1px 0px #111; border:0 none;    padding: 9px 20px 10px; text-transform:uppercase; text-decoration:none;
  -webkit-box-shadow: 0px 2px 4px #ccc; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 0px 2px 4px #ccc; /* FF3.5 - 3.6 */
          box-shadow: 0px 2px 4px #ccc; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */	
  background-color: #0d6299;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2786c8), to(#0d6299)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #2786c8, #0d6299); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #2786c8, #0d6299); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #2786c8, #0d6299); /* IE10 */
  background-image:      -o-linear-gradient(top, #2786c8, #0d6299); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #2786c8, #0d6299);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2786c8', EndColorStr='#0d6299'); /* IE6-IE9 */	
	}

.bluebtn:hover {
  -webkit-box-shadow: 0px 0px 2px #ddd; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 0px 0px 2px #ddd; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 2px #ddd; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */	
		  
	color:#75c5fd; text-decoration:none;
	text-shadow:0px -1px 0 #000;
  background-color: #0d6299;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d6299), to(#2786c8)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #0d6299, #2786c8); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #0d6299, #2786c8); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #0d6299, #2786c8); /* IE10 */
  background-image:      -o-linear-gradient(top, #0d6299, #2786c8); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #0d6299, #2786c8);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0d6299', EndColorStr='#2786c8'); /* IE6-IE9 */	
}


.curtains{
    width: 100%;
    z-index:1;
    position:relative;
}

.curtains>li{
    background: white;
    position: fixed;
    display:none;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    z-index:1;
    -webkit-backface-visibility:hidden; /* Remove if you got display issues */
}
.curtains>li:first-child{z-index:2;}

.curtains>li:first-child, .curtains>li:nth-child(2){
    display: block;
}


#content {font-size:1.1em;}
#content h1 {padding:0 0 6px 20px; margin-bottom:20px; text-transform:uppercase; font-size:1.6em; text-shadow:0 1px 0 #fff; border-bottom:1px solid #fff;}
#content p {margin-bottom:15px;}

.clear {clear:both;}
.clearrt {clear:right;}
.clearlft {clear:left;}


.gallery-photo-horizontal, .gallery-photo-vertical {float:left; margin:4px; -webkit-box-shadow: 0px 0px 6px #000;      		-moz-box-shadow: 0px 0px 6px #000;           	box-shadow: 0px 0px 6px #000; border:3px solid #fff;}
.gallery-photo-horizontal {width:314px; overflow:hidden; height:190px; overflow:hidden;} 
.gallery-photo-vertical {width:150px; height:190px; overflow:hidden;}
		
		
#header {float:left; width:410px; margin:23px 0 0 10px;}

	#wrapper {width:100%; height:100%;}
		#menu {height:60px;}
		#footer {background:#fff; padding:10px 0; bottom:0; position:fixed; z-index:3; width:100%; clear:both;}
		#footerinfo {width:960px; margin:0 auto; height:20px;bottom:0; position:relative;}
		
		.panel_container {width:960px; margin:0px auto 0 auto; padding:120px 0 600px 0; height:580px; }
		#intro, #bio, #gallery { margin:0; height:1200px;}
		
		#home_slide {background:#fff; }
			#leadvideo {border:3px solid #303030; width:467px; height:350px; margin-top:0px; margin-left:24px;}
			
			#bio_slide .panel_container { padding:120px 0 600px 0;}		

			#video_slide h1 {color:#fff; text-shadow:0 1px 0 #000; border-bottom:1px solid #000;}	
			#video_slide p {color:#fff; text-shadow:0 1px 0 #000; margin:0 20px 5px 25px;}
			.mediaembed {float:left; width:420px; margin:0 20px 20px 20px;}
			.mediaembed h5 {color:#eee; text-shadow:0 -1px 0 #111; margin:4px; font-size:1.6em; font-weight:lighter;}
			.video-meta {width:420px; height:315px;border:3px solid #fff; float:left;}
			
		#photos_slide .panel_container {padding-left:38px;}
			#photos_slide h1 {color:#fff; text-shadow:0 1px 0 #000; border-bottom:1px solid #000;}
	
#hometwitter {height:44px; margin:20px auto 0px 22px; width:940px; background:url(images/twitterbar.png) no-repeat center top;		-webkit-box-shadow: 0px 0px 12px #cbcbcb;      		-moz-box-shadow: 0px 0px 12px #cbcbcb;           	box-shadow: 0px 0px 12px #cbcbcb;}
#hometwitter #twitter {list-style:none; float:right; width: 695px;padding-top: 4px;padding-right: 5px;}
#hometwitter ul, #hometwitter li, #hometwitter ul#twitter li {list-style:none; color:#005c78; text-decoration:0 1px 0 #fff;}
#twitter li a {color:#09577b; text-decoration:none; text-shadow:0 1px 0 #fff;}
#twitter li a:hover {color:#fff; text-decoration:none; text-shadow:0 0 0;}

#follow {float:left; width:200px; padding-left:25px; padding-top: 19px; font-size:130%;}
#follow a {color:#fff; text-shadow:0 1px 0 #111; text-decoration:none;}
#follow a:hover {color:#154d61; text-shadow: 0 -1px 0 #fff;text-decoration:none;}

		#headerwrap { top:0;     clear: both;    margin: 0 auto;    position: fixed;    width: 100%;  z-index:2; background:url(http://wpdeploy.com/justin/wp-content/themes/walter/images/topds.png) repeat-x left top;}
		#headerds {margin:0 auto; position:fixed; position:relative; bottom:0; background:url(http://wpdeploy.com/justin/wp-content/themes/walter/images/headerds.png) no-repeat center bottom; height:109px; z-index:3;}
		#menu ul {position:fixed;  float:left; position:relative; left:10px; margin:0 auto;  top: 0; height:40px; z-index: 3;}
		#menu {width:960px; margin:0 auto; top:0; height:100px; }
		
		#menu ul {margin-top:56px; width:428px; float:left;}
		#menu ul li {font-family:Arial, Helvetica, sans-serif; margin:0;}
		#menu li {float:left; list-style:none; display:block; margin:0 14px;}

		#menu ul li a, #menu ul li a:hover {text-transform:uppercase; padding:6px 9px; text-decoration:none; font-size:1.14em; font-weight:bolder;}
		#menu ul li a {color:#69141e;}
		#menu ul li a:hover {color:#029fe0;		background:#dbe8ed;  -webkit-border-radius: 6px;      -moz-border-radius: 6px;          border-radius: 6px; 			}
		
		ul#socialmenu {float:right; margin:54px 0 0 0; width:110px; left:-30px;}
		#menu ul#socialmenu li {margin:0 0 0 3px; float:right; width: 16px; padding:0;}
		#menu ul#socialmenu li a:hover {background:none transparent; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}
	
	
		#footerinfo {text-transform:uppercase; color:#999; font-size:.96em; text-align:left; font-weight:bolder;}		
		
		#introinfo {margin-top:40px; float:right; width:520px; font-size:1.1em; line-height:1.3em;}
			.leadbtn {float:left; margin: 0 10px 0 20px;}	
			#introinfo p {padding: 10px 20px;}
						
		#biopic, #contactpic { width:340px; height:508px;  overflow:hidden;}
		#biopic {width:276px; height:435px;float:left;margin:0 30px 0 22px;}
			#contactpic {	margin:0 0px 0 22px;float:right;		border:6px solid #fff;			-webkit-box-shadow: 0px 0px 12px #000;      		-moz-box-shadow: 0px 0px 12px #000;           	box-shadow: 0px 0px 12px #000; }
			#biopic img {			border:6px solid #fff;			-webkit-box-shadow: 0px 0px 12px #cbcbcb;      		-moz-box-shadow: 0px 0px 12px #cbcbcb;           	box-shadow: 0px 0px 12px #cbcbcb; }
			
		#biotext, #contacttext {font-size:1.2em; line-height:1.3em; text-shadow:0 1px 0 #fff;}
		
		
	
	.creditslist {margin-left:20px; }
	.creditslist h3 {clear:both; margin-top:12px; font-size:1.6em; font-weight:bolder;}
		
	#content ul {margin:0px 0 0 0;}
	.creditslist ul {clear:both;list-style:none; margin:0; }
	.creditslist ul li {float:left;margin:0;list-style:none;margin-left:0; margin-right:15px;font-size: 1.04em;line-height: 1em; text-shadow:0 1px 0 #fff;}
	
	
	#hosting {float:left; width:480px; overflow:hidden;}
	#hosting ul li { width:174px;}
	#hosting ul, #television ul, #training ul {clear:both; padding:6px 0 0 0; border-bottom:1px solid #ccc;min-height: 14px;}
	#television ul, #training ul {min-height: 14px;}
	#television ul, #training ul { padding:4px 0 2px 0;}
	
	#television, #training {float:right; width:450px; margin-left:10px; }
	#training {margin-top: 38px;}
	#television ul li, #training ul li {width:170px; margin-right:15px;}
	
	#hosting ul li.hr2 {width:100px;margin-right:15px;}
	#hosting ul li.hr3 {width:170px; margin-right:0;}
	
	#television ul li.hr2, #training ul li.hr2 {width:100px;margin-right:5px;}
	#television ul li.hr3, #training ul li.hr3 {width:152px; float:right;margin-right:0;}	
	
	#experience {  padding-bottom:2px;}
	
	#experience ul, #education ul {clear:both; padding:8px 0 12px 0; border-bottom:1px solid #ccc;}
	#education {margin-top:12px;}
	#experience ul li, #education ul li {width:290px; font-size:1.06em;}
	#experience ul li.res1, #education ul li.res1 {width:110px;}
	#experience ul li.res2 {width:490px;}
	#experience ul li.res3 {width:170px;}
	#experience ul li.res4, #education ul li.res4 {width:105px; float:right;}
	#experience ul li.res4 {text-align:left;}
		#education ul li.res2 {width:700px;}
		#education ul li.res3 {margin-left:155px; width:700px;}
	
	
	
	
		.contacttext {padding-top:20px; float:left; width:240px; margin-left:30px; margin-right:20px; padding-bottom:20px;}
		.contacttext h2 {margin:0 0 0px 0; font-size:1.4em; color:#fff;}
		.contacttext h4 {margin:10px 0 10px 0; font-size:1.2em;}
		.contacttext p {font-weight:normal; font-size:1.2em;}
		#content .contacttext p { margin-bottom:2px;}
		.contacttext p strong {font-weight:bolder;}
		#contact_slide {color:#fff;}
		#contact_slide .panel_container h1 {color:#fff;}
		
		#contact_slide .panel_container hr {margin:25px 0;}

#contactform {float: left;width: 514px; margin-left:20px; border:3px solid #dedede; padding: 10px 0 0 0;border-top: 1px solid #CCC; padding:10px; background:#fff;  -webkit-box-shadow: 0px 0px 4px #dbdbdb;      -moz-box-shadow: 0px 0px 4px #dbdbdb;           box-shadow: 0px 0px 4px #dbdbdb; }
		
		.credit {float:right; text-align:right;}
		
		.right {float:right;}
		.pdfdownload {font-size:70%; margin-top:-6px;}
		.pdfdownload a {text-decoration:none;}
		.pdfdownload img {margin-top:14px;}
		
#contact_slide h1 { text-shadow:0 1px 0 #111; border-bottom:1px solid #111;}
		