/*
Theme Name: Ladue Portfolio Theme
Theme URI: http://www.travisladue.com/
Description: Protect ya neck.
Version: 1.0
Author: Travis Ladue.
Author URI: http://www.travisladue.com/
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}






/* =Text Elements
-------------------------------------------------------------- */



/* =Layout
-------------------------------------------------------------- */


body{ 	
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizelegibility;
		height: 100%;
		
}

#border_top{
		height:5px;
		background-color:#C00000; 
		left: 0; 
		right: 0;
		position: fixed;
		z-index: 101;

}


.wrapper{
		min-height: 100%;
		height: auto !important;
		margin: 0 auto;
		width:900px;

}


#info{	
		height:auto;
		width:580px;
		line-height:16px;
		margin-top:30px;
		padding-right: 30px;
		padding-bottom: 10px;
		float:left;
		
}


#contact{	
		height:100px;
		width:180px;
		line-height:20px;
		margin-left: 0px;
		margin-top:30px;
		float:left;
		
		
}

#connect{	
		height:100px;
		width:80px;
		line-height:20px;
		margin-left: 30px;
		margin-top:30px;
		float:left;
		
}


#featured{
		
		line-height:16px;
		width:140px;
		margin-left: 60px;
		padding-right: 20px;
		margin-top:30px;
		float:left;

}


.projectinfo{	
		height:300px;
		width:155px;
		margin-left:60px;
		padding-right:35px;
		float:left;
		line-height:16px;
		overflow:hidden;
		
}

#contactinfo{	
		height:350px;
		width:155px;
		padding-right:35px;
		float:left;
		line-height:16px;
		overflow:hidden;
		
}


#me{
		float: left;
		line-height:16px;
		
}

#me img{
		width:900px;
		height:600px;

}

#imageset img{
		width:900px;
		height:600px;
}

#homepage_image{
		background-image:url("http://www.travisladue.com/wp-content/themes/ladue/images/homepage_new.jpg");
		background-repeat: no-repeat;
		margin-top: 20px;
		height: 400px;
}

#homepage_text{
		padding-bottom: 50px;
		margin-top: 120px;
		border-bottom: dotted 2px #ccc;
}

#homepage_icons{
		height: 140px;
		margin: 0 auto;
		padding-top: 70px;
		padding-left: 50px;
}

.icons{
		text-align: center; 
}

.icons svg{
		width:100px;
		height: 100px;
}

.icons .icon { 
		display: inline-block;
		border-radius: 10em;
		background-color: #CCC;
		margin-right: 50px;
		margin-bottom: 50px;
}

.icons a#boot-icon:hover, .icons a#boot-icon.hover {
		background-color: #C00000;		
}
.icons a#hound-icon:hover, .icons a#hound-icon.hover {
		background-color: #C00000;		
}
.icons a#burrito-icon:hover, .icons a#burrito-icon.hover {
		background-color: #C00000;		
} 
.icons a#eagle-icon:hover, .icons a#eagle-icon.hover {
		background-color: #C00000;		
} 
.icons a#foundry-icon:hover, .icons a#foundry-icon.hover {
		background-color: #6BD0CF;		
} 

#four_text{
		padding-bottom: 50px;
		margin-top: 200px;
		text-align: center;

}


/* =Type
-------------------------------------------------------------- */



h1{
	font-family: 'Trade Gothic LT Std Bold';
	font-size: 37px;
	color: #C00000;
}

h2{
	font-family: 'times';
	font-size: 15px;
	letter-spacing:.8px;
	color:#666;
}	

h3{
	font-family:'Sentinel Medium Italic';
	font-size:18px;
}


h4{
	font-family: 'Sentinel Medium Italic';
	font-size: 18px;
	letter-spacing:.8px;
	color:#666;
	margin-bottom: 5px;
}


h6{
	font-family:'times';
	font-size:12px;
	letter-spacing:1.5px;
}

h7{
	font-family:'Sentinel Medium Italic';
	font-size: 13px;
	color:#666;
	margin-bottom:12px;

}

h8{
	font-family:'Sentinel Medium Italic';
	font-size: 14px;
	color:#666;
	line-height: 20px;
	margin-bottom: 20px;
}

h9{
	font-family:'Sentinel Medium Italic';
	font-size: 40px;
	color:#999;
	line-height: 55px;
	margin-bottom: 20px;
}

#four_text h9{
	color:#C00000;
}

p{
	font-family:'Sentinel Medium Italic';
	font-size: 14px;
	color:#999;
	line-height: 20px;
	margin-bottom: 20px;
}

.contactinfo p{
	margin-bottom:18px;
}

#contactinfo a:hover{
		color:#C00000;
}


p a{
	text-decoration:none;
}

p a:hover{
	color:#C00000;
}

#header a{
		color:#666;
		text-decoration:none;
}

#header a:hover{

		color:#C00000;
}

#homepage_text a{
		color:#999;
		text-decoration:none;
}

#homepage_text a:hover, #homepage_text a.hover {
		color:#C00000;
}

#homepage_text a#foundry-link:hover, #homepage_text a#foundry-link.hover {
		color:#6BD0CF;
}

.backstretch {
	cursor: pointer !important;
	z-index: 0 !important;
}
	

/* =Header
-------------------------------------------------------------- */

#header{
		height:110px;
		width: 100%;
		top:5px;
		position: fixed;
		background-color: white;
		z-index: 100;
}

#name{
		width:100px;
		height:50px;
		padding-top: 50px;
		float: left;
		margin-left: -1px;

}

#name a{
		color:#C00000;

}

#nav{
	float: right;
	padding-top: 70px;
}

#nav li{
		padding-left: 10px;
		float:left;
}
#nav a{
	font-family:'Sentinel Medium Italic';
	font-size:18px;
}


/* =Gallery
-------------------------------------------------------------- */


#gallery{
		width:900px;
		font-size:12px;
		padding-bottom:10px;
		margin-top:51px;
		overflow: hidden;
		 
}

#direct{
		width:350px;
		height:700px;
		margin-top:40px;
		padding-left: 20px;
		line-height: 16px;
		 
}



#gallery li a{
		text-decoration:none;
		position:relative;
		
}

#gallery a{
		color:#999;
		text-decoration:none;
}

#gallery a:hover{
		color:#C00000;
		}

#gallery ul li a{
		color:#000;
}

#gallery a:visited{
		color:color:#000;
}

#footer_contact a{
		color:#666;
		text-decoration:none;
}

#footer_contact a:hover{

		color:#C00000;
}


#portfoliogalleryimage{
		width:950px;
		padding-bottom:99px;
		margin-top:40px;
		margin-left: 80px;
		overflow: hidden;
}

#info p{
		line-height: 20px;
		color:#666;
}


#info p a{
		color:#666!important;	
}

#info p a:hover{
		color:#C00000!important;	
}




/* =Post
-------------------------------------------------------------- */


.container{
		padding-top:95px;
		width: 900px;
		height:100%;
		font-size: 13px;
		line-height: 18px;
		margin: 0 auto;
}

* { margin:0; padding:0; } 

html, body, .wrapper { height: 100%; }

body > .wrapper {height: auto; min-height: 100%;}

.container { padding-bottom: 110px; }  /* must be same height as the footer */

#foot_wrapper { 
    position: relative;
	margin-top: -110px; /* negative value of footer height */
	height: 110px;
	clear:both;
	z-index: 100;
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#homepage_image{
		padding-top:20px;
		height:600px;
}

.containter h1{
		display: none;

}

.containter img{
		

}

.project{
		padding-top:40px;

}

.container#single-post-edit{
		padding-top:115px;
}

.container a{
	color:#999;
}



/*
-------------------------------------------------------------- */


/* = Page Template
-------------------------------------------------------------- */



/* = Footer



-------------------------------------------------------------- */

#foot_wrapper{
		width:100%;
		height:110px;
		background-image: url(images/background_stripe.jpg);
		background-position: bottom;
		background-repeat: repeat-x;

}

#footer{
		width:900px;
		height:100px
		bottom: 0;
		height:100px;
		margin: 0 auto;

}

#logo{
		padding-top: 42px;
		padding-right: 5px;
		float:left;


}



#copyright{
		line-height: 13px;
		float: left;
		padding-top: 54px;
		
}

#footer_contact{
		line-height: 13px;
		height: 50px;
		padding-top: 52px;
		float: right;
}

#footer_contact ul{
		height:50px;
		
}

#footer_contact ul li{
		width:140px;
		float:left;
}

/* =Video -------------------------------------------------------------- */


.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* =Media Queries -------------------------------------------------------------- */


/* Computer ----------- */

@media screen and (max-width:1100px) and (min-width:900px) {


#gallery{
		width:800px;
}

#gallery img{
		max-width:100%;
		height:auto;
}

#info{
		width:800px;
}

#connect{
		margin-left: 0;
		margin-top: 30px;
}

.wrapper{
		width:800px;
		height:auto;
		padding-bottom: 20px;
}

#homepage_image{
		background-image:url("http://www.travisladue.com/wp-content/themes/ladue/images/homepage_800_new.jpg");
		margin:-60px 0 0 0;
		margin-top:50px;
}

#footer{
		width:800px;
}

#footer_contact{
}


#name{
		padding-top:40px;

}

#nav{
		padding-top:60px;
}

.container{
		width:800px;
		padding-top:125px;
}

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


.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#homepage_icons{
		height: 260px;
}


}



/* =Media Queries -------------------------------------------------------------- */


/* Wide iPad ----------- */

@media screen and (max-width:1024px) and (min-width:901px) {


#homepage_image{
		background-image:url("http://www.travisladue.com/wp-content/themes/ladue/images/homepage_400_new.jpg");
		margin:-60px 0 0 0;
		margin-top:65px;
		height:400px;
		
}


#footer{
		width:800px;
}

#footer_contact{
		padding-top: 61px;
		float: none;
}

#copyright{
		padding-top: 47px;
		
}

#name{
		padding-top:40px;

}

#nav{
		padding-top:60px;
}


.container{
		width:800px;
		padding-top: 75px;
}

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


.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h9{
	font-family:'Sentinel Medium Italic';
	font-size: 35px;
	color:#999;
	line-height: 50px;
	margin-bottom: 20px;
}


.icons svg{
		width:80px;
		height: 80px;
}

#homepage_icons{
		height: 140px;
}



}

/* iPads (portrait and landscape) ----------- */

@media screen and (max-width:900px) and (min-width:480px) {

#gallery{
		margin-top: 50px;
		width:600px;

}

#gallery img{
		max-width:100%;
		height:auto;
}


#contact{
		margin-top: 20px;
}

#connect{
		margin-left: 0;
		margin-top: 20px;
}

.wrapper{
		width:600px;
}

#homepage_image{
		background-image:url("http://www.travisladue.com/wp-content/themes/ladue/images/homepage_600_new.jpg");
		width:auto;
		

}

#footer{
		width:600px;
}

#footer_contact{
		padding-top: 61px;
		float: none;
}

#copyright{
		padding-top: 47px;
		
}

#name{
		padding-top:40px;

}

#nav{
		padding-top:60px;
}


.container{
		width:600px;
		padding-top: 75px;
}

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


.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


h9{
	font-family:'Sentinel Medium Italic';
	font-size: 30px;
	color:#999;
	line-height: 45px;
	margin-bottom: 20px;
}

.icons svg{
		width:80px;
		height: 80px;
}


}

/* iPads (portrait and landscape) ----------- */

@media screen and (max-width:480px) and (min-width:320px) {

#gallery{
		margin-top: 50px;
		width:400px;

}

#gallery img{
		max-width:100%;
		height:auto;
}

#contact{
		margin-top: 20px;
}

#connect{
		margin-left: 0;
		margin-top: 20px;
}

.wrapper{
		width:400px;
}

#homepage_image{
		background-image:url("http://www.travisladue.com/wp-content/themes/ladue/images/homepage_600_new.jpg");
		height: 400px;
		background-size: 100%;

}

#footer{
		width:400px;
}

#footer_contact{
		padding-top: 61px;
		float: none;
}

#copyright{
		padding-top: 47px;
		
}

#header{
		height:75px;
}

#name{
		padding-top:28px;

}

#name h1{
		font-size: 25px;
}

#nav{
		padding-top:37px;
}

#nav a{
		font-size: 12px;
}

.container{
		width:400px;
		padding-top: 40px;
}

p{
		font-size: 12px;
}

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

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


h9{
	font-family:'Sentinel Medium Italic';
	font-size: 20px;
	color:#999;
	line-height: 35px;
	margin-bottom: 20px;
}

.icons svg{
		width:80px;
		height: 80px;
}


}

/* iPhone (portrait and landscape) ----------- */

@media screen and (max-width:320px) and (min-width:1px) {

.backstretch {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

#gallery{
		margin-top: 50px;
		width:250px;
		padding-bottom:0;
}

#gallery img{
		max-width:100%;
		height:auto;
}

#contact{
		width:150px;
		float:left;
}

#connect{
		width:100px;
		float:left;
}

.wrapper{
		padding-top:20px;
		margin-bottom: -150px;
		width:320px;
		height:100%;
}

#homepage_text{
		background-image:none;
		display: none;

}

#homepage_icons{
		background-image:none;
		display: none;

}


#footer{
		width:250px;
}

#foot_wrapper{
		width:100%;
		height:150px;
}

#footer_contact{
		display:none;
		
}

#logo{
		padding-top: 82px;
}

#copyright{
		padding-top: 87px;
		width:200px;
}

#info{
		width:100%;
		height:100%;
}

#header{
		padding: 0;
		margin:0;
		width:100%;
}

#name{
		margin:0;
		padding:0;
		float:none;
		margin:0 auto;
		width:100%
		text-align:center;
		padding-top:10px;

}

#name h1{
		font-size: 37px;
}


#nav{
		display:none;

}

.home #nav{
		display: block;
		padding:0;
		margin:0;
		width:100%;
		float:none;
		padding-top:10px;
}


#nav li{
		
		padding:0;
		margin:0 0 10px 0;
		width:100%;
		float:none;
		text-align: center;
}

#nav a{
		margin:0;
		padding:0;
		font-size: 18px;
}

.container{
		width:250px;
		padding-top:50px;
}

.home .container{
		width:250px;
		padding:0;
		
}

p{
		font-size: 12px;
}

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

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




}