/*
Theme Name: Marc Lester Photo
Theme URI: http://bigswing.us
Description:
Author: Big Swing
Author URI: http://bigswing.us
Version: 1.0
License:  GPL2
*/

@import url(fnt/fonts.css);

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
	font-size: 14px;
	background: #000;
	color: #999;
	font-family: OregonLDORegular, 'PT Sans Narrow', sans-serif;
}

a {
	color: #999;
	text-decoration: underline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

iframe {
	background: transparent;
	margin: 0 auto;
	display: block;
}

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

img.alignright {
	display: block;
	float: right;
	margin: 0 0 10px 10px;
}

img.alignleft {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

img.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

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

.site-header {
	height: 48px;
	width: 100%;
	background: #333;
	line-height: 1;
}

.site-header .inwrap {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	height: 48px;
}

.site-header a {
	color: #999;
	text-decoration: none;
}

.site-title {
	width: 45.25%;
	display: inline-block;
	margin-right: 3%;
}

.site-title a{
	font-size: 2em;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	line-height: 1.7em;
	display: block;
	background: url( img/marc-lester-logo.png ) no-repeat left 12px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.main-nav {
	display: inline-block;
	vertical-align: bottom;
}

.menu-toggle {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: none;
}

.main-nav ul.menu {
	overflow: hidden;
	margin: 0;
}

.main-nav > ul > li {
	display: inline-block;
	vertical-align: top;
}

.main-nav > ul > li > a {
	display: block;
	padding: 9px 8px;
	letter-spacing: 1px;
}

.main-nav > ul > li.current-page-ancestor > a,
.main-nav > ul > li.current-page-parent > a,
.main-nav > ul > li.current-menu-ancestor > a,
.main-nav > ul > li.current-menu-parent > a,
.main-nav > ul > li.current-menu-item > a,
.main-nav > ul > li > a:hover,
.main-nav > ul > li:hover > a {
	background: #000;
	color: #e0e0e0;
}

.main-nav ul li ul {
	display: none;
	position: absolute;
	background: #333;
	padding: 2px;
	z-index: 3;
}

.main-nav ul li ul li {
	margin-top: 2px;
}

.main-nav ul li ul li:first-child {
	margin-top: 0;
}

.main-nav ul li ul a {
	display: block;
	background: #999;
	color: #333;
	padding: 3px 5%;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
}

.main-nav ul li ul a:hover {
	background: #666;
	color: #ccc;
}

.main-nav ul li:hover ul {
	display: block;
}

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

.main {
	width: 100%;
	max-width: 960px;
	margin: 15px auto 0;
	line-height: 1.3;
	margin-bottom: 100px;
}

.page ul {
	margin-bottom: 20px;
}

.page p {
	margin-bottom: 20px;
	line-height: 1.4;
}

.page p+ul {
	margin-top: -10px;
}

.page-template-page-grey-box-php article {
	background: #333;
	padding: 20px;
}

.bigslider {
	border: none;
	background: #000;
	margin: 0 auto 60px;
	color: #999;
	line-height: 1;
}

.bigslider .slides > li {
	line-height: 620px;
	text-align: center;
}

.bigslider .slides .big-caption {
	text-align: left;
	/*-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;*/
	overflow: hidden;
}

.bigslider .slides img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

.big-control-nav {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden;
}

.big-captiontoggle {
	width: 100%;
	text-align: right;
	position: absolute;
		bottom: -25px;
		left: 0;
	cursor: pointer;
}

.big-caption {
	line-height: 1.3;
	padding: 10px;
	color: #e0e0e0;
}

.big-caption p:last-child {
	margin-bottom: 0;
}

.big-direction-nav {
    height: 30px;
    position: absolute;
		bottom: -33px;
    	right: 103px;
    width: 95px;
    z-index: 2;
}

.big-direction-nav .big-next,
.big-direction-nav .big-prev {
	margin: 0;
	top: 0;
	width: 11px;
}

.bigslider:hover .big-prev,
.big-direction-nav .big-prev {
	background: transparent url( img/slideshow-previous.png ) no-repeat right center;
	left: 0;
	opacity: 1;
}

.bigslider:hover .big-next,
.big-direction-nav .big-next {
	background: transparent url( img/slideshow-next.png ) no-repeat right center;
	right: 0;
	opacity: 1;
}

.big-xof-nav {
	position: absolute;
		right: 123px;
		bottom: -25px;
	width: 50px;
	text-align: center;
}

/* =Responsive
-------------------------------------------------------------- */

@media screen and ( max-width: 960px ) {
	.site-title {
		margin-left: 3%;
	}

	.main {
		width: 90%;
	}
}

@media screen and ( max-width: 930px) {
	.site-title,
	.main-nav {
		margin: 0;
		width: 100%;
		text-align: center;
	}

	.site-title a {
		background-size: 385px;
		background-position: center center;
	}

	.site-header {
		height: 80px;
	}
}

@media screen and ( max-width: 425px ) {
	.site-header {
		position: relative;
		height: 48px;
	}

	.site-title {
		text-align: left;
		padding-left: 3%;
		width: 75%;
	}

	.site-title a {
		background-size: 100%;
	}

	.main-nav {
		position: absolute;
			right: 10px;
			top: 0;

		z-index: 3;
	}

	.menu-toggle {
		display: block;
		height: 48px;
		width: 38px;
		background: transparent url( img/show-nav.png ) no-repeat right top;
		position: absolute;
			right: 10px;
			top: 0;
	}

	.menu-toggle--active {
		display: none;
	}

	.menu-toggle:hover,
	.menu-toggle--active {
		background-position: right -48px;
	}

	#menu:target .menu-toggle {
		display: none;
	}

	#menu:target .menu-toggle--active {
		display: block;
	}

	/*.main-nav a {
		text-align: left;
	}

	.main-nav .sub-menu a {
		padding: 10px 5% 10px 10%;
		display: block;
	}*/

	.main-nav .sub-menu a {
		padding: 10px 5%;
		display: block;
	}

	#menu:target {

		width: 100%;
	}

	.main-nav.closed ul,
	.main-nav ul {
		display: none;
	}

	#menu:target > ul {
		display: block;
		width: 100%;
		position: absolute;
			top: 48px;
			left: 10px;
		background: #999;
	}

	.main-nav ul li {
		display: block;
		height: auto;
	}

	.main-nav ul li a {
		color: #333;
	}

	.main-nav ul li ul,
	.main-nav.open ul li ul {
		position: static;
		display: block;
		padding: 0;
	}

	.main-nav ul li ul li {
		margin: 0;
	}

	/*#666*/
	.main-nav .current-menu-ancestor,
	.main-nav .current-menu-parent {
		background: #666;
	}

	.main-nav li.current-menu-item > a,
	.main-nav a:hover,
	.main-nav li:hover > a {
		background-color: #666;
		color: #fff;
	}
}

@media screen and ( max-width: 375px ) {
	.site-title a {
		font-size: 1.5em;
		line-height: 2.5em;
	}
}

@media screen and ( max-width: 320px ) {
	.site-title a {
		font-size: 1.1em;
		line-height: 3.3em;
	}
}