/*
Theme Name: 	Starkers
Theme URI: 		http://viewportindustries.com/products/starkers
Description: 	The totally nude Wordpress theme!
Version: 		4.0
Author: 		Elliot Jay Stocks & Keir Whitaker
Author URI: 	http://viewportindustries.com
Tags: 			starkers, naked, clean, basic
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fdfdfd; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

/* ---------------------------------------------------------------------------------------------------------- 
02 =Typography & =universal -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/
html{
	border-top:16px solid #0b1d4f;
	font-size:62.5%;
}
body,
input,
textarea{ 
	font-family: "jaf-bernino-sans",sans-serif;
	font-size:18px;
	color:#888888;
	-moz-text-shadow:1px 1px 0 #fff;
	-o-text-shadow:1px 1px 0 #fff;
	-webkit-text-shadow:1px 1px 0 #fff;
	text-shadow:1px 1px 0 #fff;
	font-weight:300;
	margin:0 auto;
	line-height:1.4;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6{
	font-family: "kulturista-web",sans-serif;
	font-weight:600;
	margin-bottom:24px;
	margin-bottom:2.4rem;
}
h1,.h1{font-size:36px;}
h2,.h2{font-size:}
p,ul,ol,hr,blockquote footer{
	margin-bottom:24px;
	margin-bottom:2.4rem;
}
figcaption{
	font-size:18px;
	font-size:1.8rem;
}
blockquote{
	font-style:italic;
	border-left:12px solid #223770;
	padding-left:12px;
	font-size:18px;
	font-size:1.8rem;
}
blockquote p,.portfolio-project blockquote p{
	font-size:18px;
	font-size:1.8rem;
}
.main,.wrap{
	max-width:1300px;
	margin-left:auto;
	margin-right:auto;
	padding:0 10px;
}
.page-template-custom-portfolio-page-php .main,.page-template-custom-portfolio-page-php .wrap{
	max-width:1000px;
}
a{
	color:#0b1d4f;
	text-decoration:none;
}
a:visited{
	color:#0b1d4f;
}
a:hover{
	text-decoration:underline;
}
.small-p{
	font-size:18px;
	font-size:1.8rem;
}
.large-link{
	font-size:32px;
	font-size:3.2rem;
	line-height:1;
	margin:0 0 24px;
}
.block{
	display:block;
}
img{
	max-width:100%!important;
	height:auto!important;
}
.button-list,.main .button-list{
	line-height:0.9;
	margin-left:0;
	margin-bottom:0;
}
.inline-list{margin-bottom:24px;}
.button-list li,.inline-list li{
	display:inline-block;
	margin:0;
	padding:0;
}
.button{
	display:block;
	margin-right:8px;
	padding:12px;
	font-size:14px;
	color:#f1f1f1;
	background:#223770;
	background:-webkit-linear-gradient(top,#223770 85%,#172d69 85%,#172d69 100%);
	/*text-transform:uppercase;*/
	line-height:1;
	-moz-text-shadow:1px 1px 0 #041033;
	-webkit-text-shadow:1px 1px 0 #041033;
	-o-text-shadow:1px 1px 0 #041033;
	text-shadow:1px 1px 0 #041033;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:2px solid #081845;
}
.button-list li:last-child a{
	margin-right:0;
}
.button:hover{
	border-bottom:7px solid #314681;
	padding-bottom:7px;
}
.button.alternate{
	/*border-bottom:7px solid #4a93da;
	padding-bottom:7px;*/
}

.button.lessimportant{
	/*background:#878787;*/
}
.button:visited{color:#fff;}
.center{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 24px 0;
    padding: 0;
}
/*
 * =structure
 */
.col-container{
	margin-left:-20px;
}
.col2,.col-wide,.col-narrow{
	padding-left:20px;
}


/*
 * =header =nav
 */
.menu{
	margin:0 0 24px;
	margin-bottom:2.4rem;
	font-size:24px;
}


.logo{
	font-family: "kulturista-web",sans-serif;
	font-weight:600;
	display:block;
	font-weight:normal;
	margin:32px auto;
	line-height:1;
	text-align:center;
}
.logo a:hover{
	text-decoration:none;
}
.logo-support{
	display:block;
	width:auto;
	font-size:14px;
	line-height:1;
	font-family: "jaf-bernino-sans",sans-serif;
	font-weight:300;
}
.header-nav-button{
	display:inline-block;
	margin:0 auto 16px;
}
.header-nav.navhidden{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.no-js .header-nav.navhidden{
	border: none;
    clip: auto;
    height: auto;
    margin: auto;
    overflow: visible;
    padding: 0;
    position: static;
    width: auto;
}
.header-nav li a{
	display:block;
	padding:14px;
	background:#e5e5e5;
	border-bottom:1px solid #fff;
	-moz-text-shadow:1px 1px 0 #fff;
	-webkit-text-shadow:1px 1px 0 #fff;
	-o-text-shadow:1px 1px 0 #fff;
	text-shadow:1px 1px 0 #fff;
	/*text-transform:uppercase;*/
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
.header-nav li a:hover{
	background:#d7d7d7;
	text-decoration:none;
	border-bottom:8px solid #0b1d4f;
	margin-bottom:-8px;
}
.header-nav li a:first{
	border-top:1px solid #fff;
}
.main{
	padding:0 10px;
	margin-bottom:24px;
	margin-bottom:2.4rem;
}
.article ul, .article ol{
	margin-left:24px;
}
.article ul li,.article ol li{
	list-style:disc;
}
.main h1,.main .h1{
	font-size:24px;
	margin-bottom:0;
	text-align:left;
}
.main .h1sub{
	font-size:12px;
	line-height:1;
	display:block;
}
.lead-link{
	font-size:24px;
	font-family: "kulturista-web",sans-serif;
	font-weight:600;
}
.article-link a{
	padding:16px;
	display:block;
	/*border-bottom:8px solid #d3d3d3;*/
	transition:1s ease;
}
.article-link a:hover{
	/*border-bottom:8px solid #fff;*/
}

.article-link:nth-child(odd){
	background:#e0e0e0;	
}
.article-link:nth-child(odd):hover{
	background:#d7d7d7;
}
.article-link:nth-child(even):hover{
	background:#ffffff;
}
header hr{margin:0;}
.lead{
	margin:24px 0;
}
/*
 * =smile
 */
.smile{
	display:block;
	width:12px;
	height:12px;
	position:absolute;
	top:-52px;
	left:64px;
	border:8px solid #0b1d4f;
	-moz-border-radius:999px;
	-webkit-border-radius:999px;
	-o-border-radius:999px;
	border-radius:999px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.smile:hover{
	width:80px;
	height:80px;
}
.righteye,.lefteye,.mouth{
	position:absolute;
	-moz-border-radius:999px;
	-webkit-border-radius:999px;
	-o-border-radius:999px;
	border-radius:999px;
	display:none;
}
.righteye{
	top:25%;
	left:65%;
	width:10px;
	height:10px;
	background:#0b1d4f;
}
.lefteye{
	top:25%;
	left:25%;
	width:10px;
	height:10px;
	background:#0b1d4f;
}
.mouth{
	width:40px;
	height:40px;
	top:25%;
	left:20%;
	border-bottom:8px solid #0b1d4f;
}
.smile:hover .righteye,.smile:hover .lefteye,.smile:hover .mouth{
	display:block;
}
/*
 * =single
 */
/*.single .post-title{
	text-align:center;
	margin:32px 0 0;
	font-size:24px;
	line-height:1;
}
.single .post-details{
	font-size:14px;
	margin-bottom:24px;
	margin-bottom:2.4rem;
	text-align:center;
}*/

.featured-project{
	position:relative;
	text-align:center;
}
/*
 * =CONTACT
 */
input,textarea{
	border:1px solid #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:inset 0 0 3px #000;
	-moz-box-shadow:inset 0 0 3px #000;
	-o-box-shadow:inset 0 0 3px #000;
	box-shadow:inset 0 0 3px #000;
	width:100%;
	padding:6px 12px;
}
input:focus,textarea:focus{
	border:1px solid #000;
}
/*
 * =footer
 */
.main-footer{
	background:#223770;
	padding:24px 0 0;
	color:#f1f1f1;
	-moz-text-shadow:1px 1px 0 #000;
	-webkit-text-shadow:1px 1px 0 #000;
	-o-text-shadow:1px 1px 0 #000;
	text-shadow:1px 1px 0 #000;
	font-size:24px;
	line-height:1.4;
	border-top:1px solid #fff;
	border-bottom:16px solid #0b1d4f;
}
.main-footer a{
	color:#4a93da;
}
.small-notice{
	display:block;
	font-size:16px;
	font-size:1.6rem;
	margin-bottom:24px;
}
/*
 * =portfolio
 */
.portfolio-feature{
	text-align:center;
	margin:0 0 24px;
}
.portfolio-feature img{
	/*border:1px solid #fff;*/
	display:inline-block;
	max-width:1000px;
}
.page-header{
	margin-top:64px;
	margin-bottom:64px;
}
figure figcaption{
	margin-bottom:24px;
}
figure.center{
	text-align:center;
}
figure.center img{
	display:inline-block;
}
.portfolio-piece{
	background:#fff;
	text-align:center;
	box-shadow:0 0 3px #ddd;
	margin-bottom:24px;
	padding:12px;
	width:auto;
	-webkit-box-shadow:inset 0 0 20px #eee;
	-moz-box-shadow:inset 0 0 20px #eee;
	-o-box-shadow:inset 0 0 20px #eee;
	box-shadow:inset 0 0 20px #eee;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
.portfolio-piece:hover{
	box-shadow:inset 0 0 20px #ddd;
}
.portfolio-piece img{
}
.portfolio-piece:hover img{
	
}
.portfolio-piece-container .col2:first-child{
	width:100%;
	text-align:center;
}
.portfolio-piece a{
	display:block;
}
.portfolio-piece .subpeek{
	margin-bottom:0;
	font-size:20px;
	padding:0 12px 12px;
	border-bottom:1px solid #ddd;
}
.portfolio-piece:hover .subpeek{
	border-bottom:1px solid #0b1d4f;
}
.portfolio-piece img,.portfolio-piece .subpeek{
	display:inline-block;
}
/*
 * =about
 */
.team-container{
	max-width: 820px;
}
/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:360px) and (max-width:639px) {

.logo.h1{
		float:left;
		padding:0 12px;
	}
	.header-nav-button{
		float:right;
		margin-right:12px;
	}
	.header-nav-container{
		position:absolute;
		top:36px;
		right:0;
		width:100%;
	}
	.header-nav{
		width:100%;
	}
	header,.header-nav-container{z-index:999;}
}

/* 400 and up */
@media screen and (min-width:400px) {

	body,
	input,
	textarea{ 
		font-size:24px;
	}
	.button{
		padding:14px;
		font-size:16px;
		margin-right:16px;
	}
	.button:hover{
		padding-bottom:9px;
	}
	

}
@media screen and (min-width:640px) {
	.main,.wrap{
		padding:0 24px;
	}
	.lead{
		margin:64px auto;
	}
	.lead-link{
		font-size:48px;
	}
	header hr{
		margin-bottom:0;
	}
	.header-nav-button{display:none;}
	.header-nav.navhidden{
		border: 0;
	    clip: auto;
	    height: auto;
	    margin: auto;
	    overflow: visible;
	    padding: 0;
	    position: static;
	    width: auto;
	}
	.header-nav{
		text-align:center;
	}
	.header-nav li{display:inline-block;}
	.header-nav li a{
		display:inline-block;
		padding:3px 6px;
		margin:0 8px;
		background:transparent;
		border-bottom:none;
		-moz-text-shadow:1px 1px 0 #fff;
		-webkit-text-shadow:1px 1px 0 #fff;
		-o-text-shadow:1px 1px 0 #fff;
		text-shadow:1px 1px 0 #fff;
		/*text-transform:uppercase;*/
	}
	.header-nav .current_page_item a{
		border-bottom:8px solid #0b1d4f;
		margin-bottom:-8px
	}
	.header-nav li a:hover{
		background:#d7d7d7;
		text-decoration:none;
		
	}
	.header-nav li a:first{
		border-top:1px solid #fff;
	}
	body{
		font-size:24px;
	}
	.single .post-title{
		font-size:36px;
		margin-bottom:6px;
	}
	.col2{
		float:left;
		width:50%;
	}
	.lt8 .col2{
		width:49%;
	}
	.col-wide{
		float:left;
		width:67%;
	}.lt8 .col-wide{
		width:66.5%;
	}
	.col-narrow{
		float:left;
		width:33%;
	}.lt8 .col-narrow{
		width:32.5%;
	}
	.portfolio-project p,.portfolio-project li{
		font-size:24px;
	}
	.col-narrow p,.col-narrow ul, .col-narrow ol{
		font-size:18px;
	}
	.portfolio-project .col-container{
		margin-bottom:24px;
		margin-bottom:2.4rem;
	}
	.portfolio-project figure{
		margin-bottom:48px;
	}
	.main h1,.main .h1{
		font-size:36px;
	}
	.main .h1sub{
		font-size:18px;
	}
	.large-title{
		font-size:48px;
	}
	.team-member{
		width:46%;
		float:left;
		margin:0 2%;
	}.lt8 .team-member{
		width:45%;
	}
}
@media screen and (min-width:1100px) {
	.featured-project{
		margin:32px auto;		
	}
	body{
		font-size:30px;
	}
	.feature-text{
		font-size:36px;
	}
	h2,.h2{}
	.single{
		font-size:24px;
		font-size:2.4rem;
	}
	.large-link{
		font-size:48px;
		font-size:4.8rem;
	}
	.col-container{
		margin-left:-40px;
	}
	.col2,.col-wide,.col-narrow{
		padding-left:40px;
	}
	.portfolio-piece{
		width:48%;
		margin:12px 1%;
		float:left;
	}.lt8 .portfolio-piece{
		width:47.5%;
	}
	.portfolio-piece .subpeek{
		font-size:30px;
	}
	
}
@media screen and (min-width:1348px) {
	.main,.wrap{
		padding:0;
	}
}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

					{ /* Place your styles here for all 'Retina' screens */ }

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}