/*
Theme Name: Custom WP Theme
Description: Semantic, SEO Optimised, Custom Wordpress Theme for XYZ
Author: #
Author URI: #
*/

/* Reset */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, img, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {margin:0;padding:0;vertical-align:baseline}

/* Defaults */
::-moz-selection { background: #dc9801; color: #fff; text-shadow: none; }
::selection { background: #dc9801; color: #fff; text-shadow: none; }
:focus {outline:0}
a, a:visited {color:#fcb801;text-decoration: none}
a:hover {text-decoration: underline}
abbr, acronym, dfn {border-bottom:1px dotted;cursor:help}
blockquote {background:#EEE;border-left:2px solid #CCC;margin:0 0 1em}
blockquote p {margin:.5em}
body {color:#fff;font:14px Arial, Sans-Serif;height: 100%;min-width: 1003px;}
code, pre {font-size:1em}
del {text-decoration:line-through}
dfn {font-style:italic;font-weight:bold}
dt {font-weight:bold}
dd {margin:0 0 1em 10px}
fieldset {border:0}
fieldset p {margin:0 0 5px}
img {border:0;vertical-align:bottom}
ins {text-decoration:none}
html{background:#000;height: 100%;}
h1, h2, h3, h4, h5, h6{margin:0 0 10px;}
h1 a, h2, h4 a, h5 a, h6 a{color: #fff;}
h3 a{color: #999;}
h1 {font: 22px TSTARMedium, Arial, sans-serif;color: #fff;text-transform: uppercase;}
h2 {font: 22px TSTARRegular, Arial, sans-serif;color: #fff;}
h3{font: bold 17px Arial, sans-serif;color: #999;}
h4{font: 16px TSTARMedium, Arial, sans-serif;color: #fff;}
h5, h6{font: 14px TSTARRegular, Arial, sans-serif;text-transform: uppercase;color: #fff;}
hr {margin:0 0 0.5em}
p {line-height: 22px;margin: 0 0 22px;}
ul, ol {margin:0 0 20px;}
ul li, ol li{margin-top: 10px;}
ul li:first-child, ol li:first-child{margin-top: 0;}
textarea {font:1em Arial;overflow:auto}
tt {display:block;margin:0.5em 0;padding: 0.5em 1em}
th {background:#EEE;border:solid #CCC;border-width:1px 0 0 1px;padding:3px}
td {border:solid #CCC;border-width:1px 0 0 1px;padding:3px}
table {border:solid #CCC;border-width:0 1px 1px 0}

/* Containers */
#page {
	width: 100%;
	overflow: hidden;
	min-height: 500px;
	height: auto !important;
	height: 100%;
}
#content-holder{
	width:740px;
	padding: 113px 0 100px 240px;
	position: relative;
}
#thumbs-holder{
	padding: 70px 40px 0 240px;
}

/* Header */
#header {border-bottom:1px solid #CCC;overflow:hidden;width:100%}
h1.hidden { display: none; }

/* Logo */
#logo{
	display: block;
	margin: 28px 0 34px;
}

/* main nav */
#main-nav{
	width: 134px;
	margin: 0 auto;
	text-align: right;
	border-top:1px solid #e5e5e5;
	font: 14px TSTARRegular, Arial, sans-serif;
	list-style: none;
}
#main-nav li{
	border-bottom:1px solid #e5e5e5;
	margin: 0;
}
#main-nav a{
	color: #7f7f7f;
	display: block;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
}
#main-nav a:hover, #main-nav .current_page_item a, #main-nav .current-page-ancestor a, #main-nav .current_page_parent a{color: #fcb801;}
#main-nav .current_page_item a, #main-nav .current-page-ancestor a, #main-nav .current_page_parent a{
	background: url("images/current.png") no-repeat 100% 50%;
	padding-right: 15px;
}

/* Main Navigation */
#nav-container{
    height: 100%;
	width: 190px;
	background: #fff;
	top: 0;
	position: fixed;
    z-index: 9998;
	text-align: center;
}

/* Content*/
#content {
	width: 480px;
	float: right;
}
#content ul {list-style:disc;margin:0 0 1em 18px}
#content ol {list-style:decimal;margin:0 0 1em 22px}

/* Post */
.hentry {margin-bottom: 90px;}
.hentry .header{
	border-bottom: 1px solid #4d4d4d;
	overflow: hidden;
	/*padding-bottom: 6px;*/
	margin-bottom: 20px;
}
.hentry .header a{
	color: #fff;
	text-decoration: none;
}
.hentry .header a:hover{color: #fcb801;}
.hentry .date{
	float: left;
	width: 50px;
	padding-right: 20px;
	margin-bottom:6px
}
.hentry .date span{
	display: block;
	text-align: center;
}
.hentry .date .mon{
	font: 14px Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: -5px;
}
.hentry .date .day{font: 40px Georgia, serif;}
.hentry .title{
	font: 22px TSTARMedium, Arial, sans-serif;
	margin-bottom: 9px;
}
.hentry .entry{margin-bottom: 20px;}
.hentry .meta{
	font: 12px Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom:6px;
}
.hentry .meta a{color: #fff;}
.hentry .sep{color: #fcb801;}
.hentry .post-edit-link{
	float: right;
	height: 33px;
	vertical-align: top;
	color: #fff;
	white-space: nowrap;
	font: 14px/33px Arial, sans-serif;
}

/* socials */
.socials a{
	width: 33px;
	height: 33px;
	display: inline-block;
	background-image: url("images/socials.png");
	background-repeat: no-repeat;
	vertical-align: top;
	letter-spacing: -9999px;
	font-size: 0;
	opacity: .8;
	filter:alpha(opacity="80");
}
.socials a:hover{
	opacity: 1;
	filter:alpha(opacity="100");
}
.socials .face{background-position: 0 0;}
.socials .twit{background-position: -33px 0;}
.socials .link{background-position: -66px 0;}
.socials.small a{
	width: 27px;
	height: 27px;
	background-image: url("images/smallsocials.png");

}
.socials.small .face{background-position: 0 0;}
.socials.small .twit{background-position: -27px 0;}
.socials.small .link{background-position: -54px 0;}
.socials a.pint{
	width:33px;
	height:33px;
	text-indent:-9999px;
	background:url(images/pint-big.png) no-repeat;
}
.socials.small a.pint{
	width:27px;
	height:27px;
	background:url(images/pint.png) no-repeat;
	text-indent:-9999px;
}

/* more */
.more, a.more{
	display: inline-block;
	font: italic 18px/33px Georgia, Times, serif;
	color: #fff;
	background: #fcb801;
	padding: 0 30px;
	text-decoration: none;
}
.more:hover{background: #dc9801;}

/* Pagination */
#content #prev-next {list-style:none}
#content #prev-next #prev {float:left}
#content #prev-next #next {float:right}

/* Sidebar */
#sidebar {
	position: absolute;
	margin-left: 60px;
	width: 160px;
	left: 100%;
}
#sidebar ul{
	list-style: none;
	margin-bottom: 35px;
	font: 12px Arial, sans-serif;
}
#sidebar li{margin-top: 5px;}
#sidebar a{
	color: #888;
	text-decoration: none;
}
#sidebar a:hover, #sidebar li.current-tag a{color: #fcb801;}
#sidebar p{line-height: 20px}
#sidebar .widget input[type="text"]{
	background-color:#fff;
	border:1px solid #fff;
	padding:2px 5px;
	display:block;
	margin-bottom:5px;
}
#sidebar .widget input[type="text"]:focus{border-color:#fcb801;}
#sidebar .widget input[type="submit"]{
	cursor:pointer;
	background-color:#fcb801;
	color:#fff;
	padding:3px 10px;
	border:0 none;
	font-weight:bold;
}
#sidebar .widget input[type="submit"]:hover{background-color:#DC9801;}
#subscribeInfo{margin-bottom:3px;}
#frmSubscribe center{display:none;}

/* leftside */
#leftside{
	width: 240px;
	float: left;
}
#leftside p{
	color: #888;
	font: 22px/27px TSTARRegular, Arial, sans-serif;
	padding-left: 20px;
}
#leftside ul{
	font: 22px/27px TSTARRegular, Arial, sans-serif;
	list-style: none;
	margin-bottom: 30px;
}
#leftside ul a{
	color: #fff;
	text-decoration: none;
}
#leftside ul a:hover, #leftside li.current_page_item a, #leftside li.current-cat a{color: #fcb801;}
#leftside li{
	margin: 0;
	padding-left: 33px;
}
#leftside li.current_page_item, #leftside li.current-cat{background: url("images/leftside-nav.png") no-repeat 0 50%;}

/* project thumb */
.project-thumb{
	float: left;
	width: 314px;
	height: 210px;
	margin: 0 0 10px 10px;
	position: relative;
	overflow: hidden;
}
.project-thumb img{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	visibility: hidden;
}
.project-thumb a{
	cursor: pointer;
	background: #000;
	color: #fff;
	display: table-cell;
	height: 210px;
	left: 0;
	opacity: 0;
	filter:alpha(opacity="0");
	position: relative;
	text-align: center;
	text-decoration: none;
	top:0;
	vertical-align: middle;
	width: 314px;
	-webkit-transition: opacity .5s cubic-bezier(0.25, 0.1, 0.25, 1);
	-moz-transition: opacity .5s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: opacity .5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
*+html .project-thumb a{
	display: block;
	padding-top: 58px;
}
.project-thumb:hover a{
	opacity: .8;
	filter:alpha(opacity="80");
}
.project-thumb .name{
	font: 18px TSTARMedium, Arial, sans-serif;
	text-transform: uppercase;
}
.project-thumb .city{font: 14px Arial, sans-serif;}
.project-thumb span{
	display: inline-block;
	vertical-align: top;
}
.project-thumb .hr{
	display: inline-block;
	width: 18px;
	margin: 7px auto;
	height: 1px;
	background: #ccc;
}

/* preload screen */
.preloader{background: #000 url("images/ajax-loader.gif") no-repeat 50% 50% !important;}
#preload-screen{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	color: #fff;
	z-index: 9997;
	text-align: center;
}
#preload-screen .inner-1{
	position: relative;
	top: 50%;
}
#preload-screen .inner-2{margin: -100px 0 0 190px;}
#preload-screen h1{
	font: 22px TSTARRegular, Arial, sans-serif;
	text-transform: uppercase;
	margin: 16px 0 3px;
}
#preload-screen img{margin-top: -50px;}

/* slide nav */
.nextSlide, .prevSlide{
	position: fixed;
	width: 140px;
	height: 100%;
	background-image: url("images/nav-arrows.png");
	background-repeat: no-repeat;
	cursor: pointer;
	top: 0;
}
.nextSlide{
	right: 0;
	background-position: -280px 50%;
}
.prevSlide{
	left:190px;
	background-position: -140px 50%;
}
.nextSlide:hover{background-position:-420px 50%;}
.prevSlide:hover{background-position:0 50%;}

/* project nav */
#project-nav{
	position: fixed;
	left: 7px;
	bottom: 6px;
	z-index: 9999;
	background: url("images/project-nav.png") no-repeat 0 0;
	height: 57px;
	width:177px;
}
#project-nav .gallery, #project-nav .prev a, #project-nav .next a{
	display: block;
	position: absolute;
	top:0;
	width: 58px;
	height: 57px;
	overflow: hidden;
	text-indent: -9999px;
	vertical-align: top;
	background: url("images/project-nav.png") no-repeat -9999px -9999px;
	opacity: 0;
	filter:alpha(opacity="0");
	-webkit-transition: opacity .5s cubic-bezier(0.25, 0.1, 0.25, 1);
	-moz-transition: opacity .5s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: opacity .5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
#project-nav .gallery{background-position: -59px -57px;left:59px;}
#project-nav .gallery:hover{opacity: 1;filter:alpha(opacity="100");}
#project-nav .prev a{background-position: 0 -57px;left:0;}
#project-nav .prev a:hover{opacity: 1;filter:alpha(opacity="100");}
#project-nav .next a{background-position: -118px -57px;left:118px;}
#project-nav .next a:hover{opacity: 1;filter:alpha(opacity="100");}

/* project description */
#project-description{
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 190px;
	right: 0;
	background: url("images/project-desc-bg.png");
	min-width:813px;
}
#project-description .expandable{display: none;}

/* columns */
#columns{
	width: 670px;
	max-height: 290px;
	overflow: auto;
	padding: 0 20px 0 70px;
	margin-bottom: 20px;
	color: #888;
}

/* authors */
#authors{padding: 0 0 30px 70px;}
#authors ul{
	list-style: none;
	margin: 0;
	font: 12px Arial, sans-serif;
	text-transform: uppercase;
	overflow: hidden;
}
#authors li{
	float: left;
	margin: 0;
	padding: 0 7px 0 13px;
	background: url("images/slash.png") no-repeat 0 50%;
}
#authors li:first-child{
	padding-left: 0;
	background: none;
}

/* project heading */
#project-heading{overflow: hidden;}
#project-heading .row{float:left;}
#project-heading .trigger{
	background: url("images/toggle-arrows.png") no-repeat 50% -73px;
	width: 70px;
	height: 63px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}
#project-heading .row:hover .trigger{background-position:50% 0;}
#project-heading .row.expanded .trigger{background-position: 50% -156px;}
#project-heading .row.expanded:hover .trigger{background-position:50% -229px;}
#project-heading .share{
	float: right;
	padding: 18px 20px 0 0;
}
#project-heading .title{
	height: 63px;
	line-height: 63px;
	float: left;
	margin: 0;
	cursor:pointer;
}
#project-heading .row:hover .title{color:#fcb801;}

/* home content */
#home-content{
	width: 340px;
	background: url("images/overlay.png");
	position: fixed;
	right: 9%;
	top:0;
	height:100%;
}
#home-content .hentry{
	padding: 67px 30px 30px 45px;
	font: 22px TSTARRegular, Arial, sans-serif;
	color: #fff4f4;
}
#home-content .hentry p{
	line-height: 27px;
	margin-bottom: 30px;
}
#home-content .hentry a{text-decoration: none;}
#home-content .hentry a span, #home-content .hentry a:hover{color: #fff;}

/* prev next */
#prev-next{
	list-style: none;
	margin: 0 !important;
}
#prev-next li{margin: 0;}
#prev-next a{
	font: 22px/27px TSTARRegular, Arial, sans-serif;
	text-decoration: none;
}
#prev-next a:hover{color: #fff;}

/* Twitter Widget */
#twitter{
	background: url("images/overlay.png");
	position: absolute;
	bottom:0;
	left:0;
	right: 0;
	padding: 30px 45px 50px;
}
#twitter .title{
	font: bold 21px Arial, sans-serif;
	color: #fff;
}
#twitter p{
	font-weight: bold;
	color: #fff4f4;
	margin-bottom: 4px;
}
#twitter ul{
	list-style: none;
	margin: 0;
	padding-top: 4px;
}
#twitter ul a{
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
#twitter ul a:hover, #twitter p a{color:#fcb801; }
#twitter p a{white-space:nowrap;}
#twitter p a:hover{text-decoration:underline;}
#twitter_update_list .loader{
	display: block;
	margin: 25px 0 0 35px;
}
#side-twitter p a{color:#fcb801;}
#side-twitter li{margin-top:10px;}
#side-twitter li:first-child{margin-top:0;}

/* home-rss */
#home-rss{
	position: absolute;
	top:-50px;
	left:45px;
}
#home-rss a{
	font:22px TSTARRegular,Arial,sans-serif;
	text-decoration:none;
}
#home-rss a:hover, #home-rss span{color:#fff;}

/* rss */
.rss-link{margin-bottom:15px;}
.rss-link a{
	font:22px/27px TSTARRegular,Arial,sans-serif;
	color:#fcb801;
}

/* frmSubscribe */
#frmSubscribe{margin-bottom:30px;}

/* contact */
#contact{
	padding-left:22px;
	width:300px;
}
#contact .hentry{margin-bottom:45px;}
#contact .bottom-content{font:16px TSTARRegular,Arial,sans-serif;}
#contact-form form{margin-bottom:55px;}
#contact-form .widget-title{
	font:22px TSTARRegular,Arial,sans-serif;
	color:#fff;
	margin:0 0 10px;
}
#contact-form input[type="text"]{
	background-color:#fff;
	border:0 none;
	padding:10px 12px 9px;
	width:244px;
	margin-bottom:15px;
	display:block;
	font:14px Arial, sans-serif;
	color:#aeadad;
}
#contact-form input[type="submit"]{
	display:block;
	border:0 none;
	background-color:#fcb801;
	text-align:center;
	font:italic 18px/29px Georgia, serif;
	height:33px;
	width:130px;
	cursor:pointer;
	color:#fff;
}
#contact-form input[type="submit"]:hover{background-color:#dc9801;}
#fb {background:url(images/social-btns.png) no-repeat;height:33px;float:left;margin-right:10px;text-indent:-1000em;width:130px}
#fb:hover {background-position:0 -33px}
#twt {background:url(images/social-btns.png) no-repeat right top;height:33px;float:left;text-indent:-1000em;width:130px}
#twt:hover {background-position:right -33px}

/* Image Alignment */
img.aligncenter {display:block;margin-left:auto;margin-right:auto}
img.alignright {display:inline;margin:0 0 2px 7px;padding:4px}
img.alignleft {display:inline;margin:0 7px 2px 0;padding:4px}
.alignright {float:right}
.alignleft {float:left}

/* 2.7+ Comments */
#comments_wrap ol {list-style:none}
#comments_wrap ol li {border-bottom:1px solid #CCC;margin:0 0 5px}
#comments_wrap .commentmetadata {margin:0 0 10px}
#comments_wrap .comment-author {border-bottom:1px solid #CCC;width:100%;overflow:hidden;padding:0 0 3px;line-height:32px;}
#comments_wrap .comment-author img {float:left;margin:0 10px 0 0}
#comments_wrap .comment-author cite {font-weight:bold}

/* Captions */
.wp-caption {background:#f3f3f3;border:1px solid #ddd;border-radius:3px;khtml-border-radius:3px;margin:10px;moz-border-radius:3px;padding-top:4px;text-align:center;webkit-border-radius:3px}
.wp-caption img {border:0 none;margin:0;padding:0}
.wp-caption p.wp-caption-text {font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}

/* Clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

#backstretch img {left:190px !important}


#video_hold{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	font-size:0;
	overflow:hidden;
}
#video_hold .v1{
	width:100%;
	height:100%;
	display:table;
}
#video_hold .v2{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:0 21% 0 0;
	overflow:hidden;
}

#backstretch a {height:100%;position:absolute;top:0;width:100%}

.vimeoButton {display:none;cursor:pointer;height:150px;position:fixed;background:url(images/vimeo-play.png?v=2) no-repeat;top:50%;left:50%;margin:-75px 0 0 30px;width:150px}
.vimeoButton:hover {background-position:0 -154px}

#footer, hr {display:none;}