/*  -- BASE
--------------------------------------------------------------------------------  */

.wf-font-watcher, fontface {
	visibility: hidden;
	position: fixed; /* Typekit font loader */
	}
	
.clear {
	clear: both;
	width: auto;
	overflow: hidden;
	}
	
img { -ms-interpolation-mode: bicubic; }

* {
	margin: 0;
	}

html, body {
	height: 100%;
	}
	
#footer, .push {
	height: 220px;
	}

.moz-loading {
	opacity: 0;
	}
	
.mac.wf-loading body {
	visibility: hidden;
	}

html {
	background: url(../i/tile2.jpg);
	font-size: 125%;
	height: 100%;
	}
	
body {
	background: url(../i/clouds-flat.jpg) center top no-repeat;
	color: #3d3c38;
	font-family: Verdana, sans-serif;
	font-size: 50%;
	line-height: 1.4;
	font-weight: lighter;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
	min-width: 900px;
	}
	
.mac body {	
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	}
			
/*html.multiplebgs body {
	background: url(../i/cloud1.png) 1% 15% no-repeat, url(../i/cloud2.png) 100% 30% no-repeat, url(../i/cloud3.png) 80% 1% no-repeat;
	background-size: 23%, 20%, 8%;
	}*/
	
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -220px;
	}
	

#main, #header {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 0 30px;
	overflow: visible;
	}
	
#main {
	}

	
#footer .wrap {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	}
	

/*  -- HEADER
--------------------------------------------------------------------------------  */

#header {
	height: 120px;
	padding-top: 20px;
	}
			
#logo {
	background: url(../i/logo.png) bottom left no-repeat;
	display: block;
	height: 100px;
	text-indent: -9999px;
	width: 190px;
	float: left;
	margin-left: -20px;
	border: 0;
	}
	
	a#logo:hover, a#logo:focus {
		cursor: pointer;
		}

/*  -- NAVIGATION
--------------------------------------------------------------------------------  */

.skip-link {
	display: none;
	}
	
#access {
	z-index: 10;
	}

#access ul {
	float: right;
	width: auto;
	overflow: hidden;
	margin-top: 40px;
	}

#access li {
	float: left;
	margin-left: 5px;
	}
		
#access li a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding: 2px 6px;
	margin-top: 1px;
	background-color: rgba(0,0,0,0.15);
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0,0,0,0);
	border-bottom-color: rgba(255,255,255,0.65);
	border-top-color: rgba(0,0,0,0.15);
	border-left-color: rgba(0,0,0,0.10);
	color: #403122;
	text-transform: uppercase;
	font-weight: normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	font-size: 1.2em;
	font-weight: bold;
	}
	
	.mac #access li a {
		font-family: "Helvetica Neue", Helvetica, sans-serif;
		}
		
#access li a:hover,
#access li a:focus,	
#access li.current-menu-item a,
#access li.current-page-ancestor a,
.single-project #menu-item-30 a/* Production */,
.single-post #menu-item-26 a/* Blog */  {
	background: #fff;
	border-bottom: 0;
	border-top-color: #c9c7ba;
	margin-top: 0;
	padding: 3px 6px 2px 6px;
	color: #34a925;
	}

	
a.post-edit-link {
	position: fixed;
	right: 10px;
	bottom: 10px;
	padding: 3px 6px 0;
	color: #333;
	background: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
	
	a.post-edit-link:hover {
		color: #fff;
		background: #111;
		}


	/* Nav2 */
	
ul#nav2 {
	position: absolute;
	top: 30px;
	right: 60px;
	width: auto;
	}

ul#nav2 li {
	float: left;
	margin-left: 0.2em;
	position: relative;
	}
	
ul#nav2 li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding: 0.2em 0.5em;
	}
	
	.mac ul#nav2 li a {
		font-family: "Helvetica Neue", Helvetica, sans-serif;
		}


ul#nav2 li.current_page_item a,
.blog li.latest a,
.page-template-page-archive-php li.archives a {
	background: #34a925;
	color: #fff;
	cursor: default;
	}
	
	
	/* Button etc. */	
	
a.btn, a.more-link, a.read_more {
	display: inline-block;
	padding: 3px 4px;
	background: #bfb091;
	background-color: rgba(0,0,0,0.1) !important;
	border: 0 !important;
	color: #403122 !important;
	text-transform: uppercase;
	font-weight: normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-weight: bold;
	line-height: 1;
	font-size: 11px;
	font-family: Arial, sans-serif;
	}
		
	a.btn:hover, a.more-link:hover, a.read_more:hover {
		background-color: rgba(0,0,0,0.2) !important;
		}
		
#footer a.btn {
	background-color: rgba(255,255,255,0.1) !important;
	color: #777 !important;
	}
		
	#footer a.btn:hover {
		background-color: rgba(0,0,0,0.6) !important;
		}

	
a.btn {
	padding: 5px 6px;
	}
	
	
/*  -- LINKS
--------------------------------------------------------------------------------  */
		
a {
	color: #34a925;
	text-decoration: none;
	}

a:hover {
	color: #207e14;
	}
	
#content a:visited {
    color: inherit;
    border-bottom-color: #b3a686;
    }
	
a:active {
    outline: none;
    }

a:focus {
    -moz-outline-style: none;
    outline: none;
    }

h1 a, h1 a:hover, h1 a:focus {
	color: #3d3c38;
	}

a.external:link {
	padding-right: 12px;
	background: url(../i/ext.gif) right 0.4em no-repeat;
	}

a.external:visited {
	padding-right: 12px;
	background: url(../i/ext-visited.gif) right 0.4em no-repeat;
	}


	
/*  -- HEADINGS
--------------------------------------------------------------------------------  */
	
h1 {
	font-family: "urbana-1","urbana-2", Arial, Helvetica, sans-serif;
	font-size: 3.6em;
	border-bottom: 1px solid #b6b19C;
	width: 100%;
	margin: 0 0 0.7em 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	text-shadow: 0 1px 0 #e5ded2;
	font-weight: bold;
	line-height: 1;
	}
				
	
h2 {
	font-family: "urbana-1","urbana-2", Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility;
	text-shadow: 0 1px 0 #e5ded2;
	font-size: 2.4em;
	margin: 1.5em 0 0.3em;
	font-weight: bold;
	}
	
	.wf-inactive h2 {
		font-size: 2.100em;
		}

	
	.entry h2 {
		font-size: 1.500em;
		clear: both;
		border-top: 1px solid #b6b19C;
		padding-top: 1em; 
		}
		
	.wf-inactive .entry h2 {
		font-size: 1.300em;
		}
		
	h2.title, .entry h2:first-child, h2.first-item {
		margin-top: 0;
		border-top: 0;
		padding-top: 0; 
		}	
	
h3 {
	margin: 1.5em 0 0.3em;
	}
	
h4 {	
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 1.5em 0 0.3em;
	}
	
p {
	margin: 0px 0px 1em;
	line-height: 1.4;
	}
		
strong {
	font-weight: bold;
	}
	
	
em {
	font-style: italic;
	}
	
blockquote {

	}
	
	blockquote p {
		display: inline;
		}
		
.entry ul {
	margin: 0 0 1em 1em;
	padding: 0 0 0 0.5em;
	list-style-type: disc;
	}
	
.entry ol {
	list-style: decimal;
	margin: 0 0 1em 1em;
	padding: 0 0 0 0.5em;
	}
	
	.entry ul li {
		line-height: 1.3;
		margin: 0 0 0.5em;
		padding: 0;
		}
	
	.entry ol li {
		line-height: 1.3;
		list-style: decimal;
		margin: 0 0 0.5em;
		padding: 0;
		}
		
			
/*  -- CONTENT
--------------------------------------------------------------------------------  */


#content {
	padding-bottom: 5em;
	overflow: visible;
	width: auto;
	overflow: hidden;
	background: transparent url(../i/white35.png);
	background: rgba(255,255,255,0.35) none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 25px 30px 30px 30px;
	margin-bottom: 50px;
	position: relative;
	}
	
.entry {
	font-size: 1.4em;	
	}
	
	.mac .entry {
		font-size: 1.5em;	
		}

	
.entry a {
	color: #34a925;
	border-bottom: 1px solid #8fbc67;
	}

.entry a:hover {
	border-color: #409835;
	color: #207e14;
	}


	
/*  -- FOOTER
--------------------------------------------------------------------------------  */

#footer {
	width: 100%;
	background-color: #1b1a19;
	color: #767675;
	font: normal 1.1em/1.4 "Lucida Sans Unicode", "Lucida Grande", Lucida Sans, sans-serif;
	}
	
#footer .wrap {
	height: 180px;
	}

#footer #awards {
	width: 700px;
	margin-left: 100px;
	overflow: hidden;
	}
	
#footer #awards ul {
	
	}	
	
#footer .award {
	float: left;
	margin-right: 25px;
	}
	
#footer #awards li.last-item {
	padding-top: 20px;
	}
		
#footer a {
	color: #bbb;
	}
	
	#footer a:hover {
		color: #fff;
		}

	
#footer p.fineprint {
	margin-top: 1em;
	}
	
#fineprint {
	position: absolute;
	bottom: 7px;
	left: 0px;
	}
	
#address p {
	margin-bottom: 0.5em;
	}
	
#address strong {
	font-weight: bold;
	text-transform: uppercase;
	color: #aaa;
	}
	
#footer .brag {
	position: absolute;
	bottom: 7px;
	right: 0px;
	}
	
#footer .brag em {
	font-family: Georgia, serif;
	}

a.workworkwork {
	display: inline-block;
	height: 13px;
	background: url(../i/www-logo.gif) 0 4px no-repeat;
	width: 98px;
	text-indent: -9999em;
	margin-left: 3px;
	}

	

/*  -- PROJECTS
--------------------------------------------------------------------------------  */

	/* Lists */


.project {
	padding: 0 0 1em 190px;
	margin-bottom: 2em;
	position: relative;
	min-height: 140px;
	}
	
.project .entry ul li {
	font-size: 0.867em; /* 13px */
	list-style-type: none;
	}
	
.project .entry ul {
	padding: 0;
	margin: 0 0 2em 0;
	}

	
	.nothumb {
		padding-left: 0 !important;
		}

.project h2 {
	margin: 0.2em 0;
	}
	
	h2 a {
		color: #403122;
		}
		
	h2 a:hover {
		color: #207e14;
		}
		
	h2 a:visted:hover {
		color: #207e14;
		}
		
.projects-list li:hover {
	cursor: pointer;
	}

.projects-list li:hover h2 a {
	color: #207e14;
	}
	
.projects-list li:hover h2 a:visited {
	color: #207e14 !important;
	}

		
.projects-list .project {
	border-bottom: 1px solid #b6b19c;
	}
	
	#television-list .last-item {
		border-bottom: 0;
		}
		
	#features-list .last-item {
		margin-bottom: 5px;
		}


.projects-list .entry {
	font-size: 1.4em;
	}
	
.projects-list .entry br {
	display: none;
	}
	
h4.title {
	font-size: 13px;
	margin: 0 0 20px;
	padding-bottom: 4px;
	border-bottom: 1px solid #b6b19c;
	}

.page-id-36 h1 {
	margin-bottom: 5px;
	}
		
h4.breadcrumb {
	margin: 0 0 1em;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.project .thumbnail, .project .poster {
	position: absolute;
	top: 0;
	left: 0;
	}
	
.poster, .thumbnail, .gallery-icon a {
	display: block;
	background: url(../i/shadow-thumb.png) center bottom no-repeat;
	padding-bottom: 10px;
	width: 169px;
	}

img.attachment-post-thumbnail, .gallery-icon a img,  .poster img {
	display: block;
	background: #fff;
	padding: 4px;
	border: 1px solid #ddd;
	border-bottom-color: #bbb;
	border-top: 0;
	width: 159px;
	height: auto;
	}

.project ul.meta {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida Sans, sans-serif;
	width: auto;
	overflow: hidden;
	font-size: 1.1em /*11px*/;
	}

	.project ul.meta li {
		float: left;
		margin-right: 1em;
		}
		
		.project ul.meta li span {
			font-weight: bold;
			text-transform: uppercase;
			color: #7f7c6b;
			font-size: 0.909em/*10px*/;
			}
			
		.project ul.meta li a {
			color: #403122;
			cursor: default;
			}

			.project ul.meta li a:hover, .project ul.meta li a:focus {
				
				}

	
.projects-list .entry {	
	margin-top: 0.6em;
	}
	
	
	/* Single */

.single-project .entry {
	margin-top: 1em;
	width: auto;
	overflow: hidden;
	}
	
#postnav {
	position: absolute;
	bottom: 30px;
	left: 30px;
	display: none;
	}
	
.arrow {
	float: right;
	margin-right: 10px;
	}
	
.arrow a, .arrow span {
	width: 36px;
	height: 37px;
	display: block;
	background-image: url(../i/arrows.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999em;
	}

.arrow a:hover, .arrow a:focus {
	background-position: 0 -50px;
	}
	
.arrow-right a {
	background-position: 0 -150px;
	}

.arrow-right a:hover, .arrow-right a:focus {
	background-position: 0 -200px;
	}
	
.arrow span {
	background-position: 0 -100px;
	}
		
.arrow-right span {
	background-position: 0 -250px;
	}
	

.related {
	margin: 0 0 0 190px;
	background: transparent url(../i/white35.png);
	background: rgba(255,255,255,0.35) none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2em;
	line-height: 1.8;
	font-weight: normal;
	}
	
	.mac .related {
		font-family: "Lucida Grande", Lucida Sans, sans-serif;
		}
	
.related h4 {
	font-size: 1.2em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin-top: 0;
	}

	.mac .related h4 {
		font-family: "Helvetica Neue", Helvetica, sans-serif;
		}

.related h4 a {
	color: #3d3c38;
	}
	
.related h4 a:hover, .related h4 a:focus {
	color: #34a925;
	}

.related a {
	font-size: 1.2em;
	}
	
	.mac .related a {
		font-size: 1.1em;
		}

.related .last-item span {
	display: none;
	}

		
/*  -- HOME
--------------------------------------------------------------------------------  */



	
#main.homeneue {
	height: auto;
	padding-bottom: 0 !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
	}
	
#main.homeneue #content {
	background: transparent;
	font-family: "urbana-1","urbana-2", Arial, Helvetica, sans-serif;
	padding: 0 !important;
	padding-bottom: 30px !important;
	margin: 0;
	width: 100%;
	}

#main.homeneue iframe {
	margin-top: 20px;
	}

#main.homeneue #content p {
	margin-bottom: 0.4em;
	line-height: 1.1;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 300;
	}

.home #footer {
	height: 440px;
	}
	
.home #footer .wrap {
	height: 400px;
	}
	
#footer h2 {
	margin-top: 0;
	text-shadow: none;
	}
	
#footer h2 a {
	color: #fff;
	}
#footer h4 {
	margin-top: 0;
	}
	
body.home {
	height: auto;
	}
	
html.front {
	background: #1b1a19 url(../i/tile-home.jpg) center top repeat-x;
	}

#footer #projects, #footer #updates {
	width: 33%;
	margin-right: 5%;
	float: left;
	}
	
#awards h2 {	
	display: none;
	}
	
.home #awards h2 {	
	display: block;
	}

	
.home #footer #awards {
	width: 182px;
	float: left;
	margin: 0 0 0 0;
	}
	
.home #footer .award {
	margin: 0;
	float: none;
	}
	
.home #footer #awards li.last-item {
	padding-top: 10px;
	}
		
#footer #projects li, #footer #updates li {
	width: auto;
	overflow: hidden;
	padding: 6px 0;
	border-top: 1px solid #333;
	}
	
.home #footer li.last-item {
	padding: 10px 0;
	}
		
#footer #projects li img {
	width: 50px;
	display: inline;
	float: left;
	background: #eee8d1;
	padding: 0;
	border: 0;
	margin-right: 6px;
	}
	
#footer h4 {
	font-size: 1em;
	}



/*  -- PEOPLE
--------------------------------------------------------------------------------  */

.staff-member {
	position: relative;
	padding-left: 190px;
	height: 160px;
	min-height: 160px !important;
	}
	
.staff-member img.wp-post-image {
	position: absolute;
	top: 0;
	left: -10px;
	}
	
#people-list {
	}
	
#people-list h2 {
	margin-top: 0;
	}
	
.staff-member, .friend {
	padding-bottom: 2em;
	}


	
/*  -- BLOG
--------------------------------------------------------------------------------  */

.blog .post, .single-post .post {
	padding-left: 190px;
	padding-bottom: 20px;
	position: relative;
	}
	
.blog .post {
	border-bottom: 1px solid #b6b19C;
	margin-bottom: 20px;
	}
	
	.blog .last-item {
		border-bottom: 0;
		margin-bottom: 0;
		}


.blog .post h2 {
	margin-top: 0;
	}
	
.blog .post .meta, .single-post .post .meta {
	position: absolute;
	top: 0.3em;
	left: 0;
	width: 150px;
	font-size: 1.4em;
	font-weight: bold;
	}
	
object, .entry img {
	display: block;
	background: #fff;
	padding: 4px;
	border: 1px solid #ddd;
	border-bottom-color: #bbb;
	border-top: 0;
	}
	
img.nofx {
	background: transparent;
	padding: 0;
	border: 0;
	}

img.alignleft {
	float: left;
	margin: 0.3em 1.5em 0.7em 0;
	}
	
img.alignright {
	float: right;
	margin: 0 0 2em 2em;
	}
		
img.flushleft {
	margin-left: -30px;
	}
	
img.flushright {
	float: right;
	margin-right: -30px;
	}


	
#fancybox-inner object {
	padding: 0;
	border: 0;
	}
	
	
a.image {
	border: 0;
	position: relative;
	display: block;
	width: auto;
	height: auto;
	}
	
a.image span.icon {
	position: absolute;
	top: 10px;
	right: 10px;
	text-indent: -9999em;
	display: block;
	width: 21px;
	height: 21px;
	background: url(../i/zoom.png) 0 0 no-repeat;
	opacity: 0.3;
	}
	
a.image:hover span {
	opacity: 1;
	}
	
a.video {
	border: 0;
	position: relative;
	display: block;
	}
	
a.video span.icon {
	position: absolute;
	top: 10px;
	right: 10px;
	text-indent: -9999em;
	display: block;
	width: 21px;
	height: 21px;
	background: url(../i/film.png) 0 0 no-repeat;
	opacity: 0.5;
	}
	
a.video:hover span {
	opacity: 1;
	}
	
span.caption {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	color: #88867b !important;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	}

a:hover span.caption {
	color: #3d3c38 !important;
	}
	
	/* Gallery */
	
.post .entry {
	overflow: hidden;
	}
	
.page .post .entry {
	overflow: visible;
	}


.gallery {
	width: 580px;
	}
	
	.page .gallery {
		width: 800px;
		}
	
	
.gallery-item {
	float: left;
	margin: 0 22px 12px 0;
	background: transparent;
	}
	
	.col-4, .col-5 {
		margin: 0 22px 12px 0;
		}


.gallery-item a {
	border: 0;
	}
	
.gallery-caption {
	display: none;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding-top: 3px;
	}
	

	/* Archives */
	
.month {
	position: relative;
	padding: 0 0 1.5em 190px;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #b6b19C;
	font-size: 1.4em;
	}
	
	
.month h3 {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	}
	
.month .date {
	font-size: 0.813em;
	font-weight: normal;
	color: #7f7c6b;
	}

#pagination {
	padding: 1.5em 0 0 0;
	width: auto;
	overflow: hidden;
	font-size: 1.3em;
	font-weight: normal;
	}
	
#pagination li.next {
	float: right;
	}

#pagination li.previous {
	float: left;
	}

#pagination .arrow a {
	text-indent: 0;
	width: 200px;
	padding: 0 0 0 41px;
	line-height: 38px;
	color: inherit;
	}
	
#pagination .arrow-right a {
	padding: 0 41px 0 0;
	background-position: right -150px;
	text-align: right;
	}
	
#pagination .arrow-right a:hover {
	background-position: right -200px;
	}
	
	
/*  -- CONTACT
--------------------------------------------------------------------------------  */

.contact .entry {
	float: left;
	width: 260px;
	margin-right: 40px;
	}
	
.contact #map {
	width: 250px;
	height: 200px;
	background: #fff;
	border: 4px solid #fff;
	margin: 1em 0 0.5em;
	}
	
#map a {
	border: 0;
	}
	
#map img {
	background: none;
	}
	
.contact #contact-form {
	float: left;
	background: transparent url(../i/white35.png);
	background: rgba(255,255,255,0.35) none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2em;
	}

.screenReader { 
	left: -9999px;
	position: absolute;
	top: -9999px;
	}

.thanks {
	font-size: 1.6em;
	text-align: center;
	margin: 5em 4em;
	}

/*****Forms*****/

ol.forms { 
	float: left;
	list-style: none;
	margin: 0;
	width: 400px;
	}

ol.forms li { 
	clear: both; 
	float: left; 
	margin-bottom: 18px; 
	position: relative;
	width: 100%;
	}

ol.forms label {
	cursor: pointer;
	display: block;
	font-size: 1.2em;
	}
	
ol.forms input, ol.forms textarea {
	background: #fff;
	border: 1px solid #c6b79d;
	font-size: 1.3em;
	padding: 6px;
	width: 384px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	}

ol.forms textarea {
	height: 160px;
	}

ol.forms input:focus, ol.forms textarea:focus { 

	}

.error { 
	color: #ff9a26;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	font-family: Arial, sans-serif;
	}

ol.forms li .error {
	position: absolute;
	top: 0;
	right: 0;
	}

ol.forms li.screenReader { 
	margin-bottom: 0;
	}

ol.forms li.buttons button {
	cursor: pointer;
	overflow: hidden;
	width: auto;
	}

ol.forms li.buttons button:hover { 

	}

ol.forms li.buttons button:active {
	left: -1px;
	position: relative;
	top: -1px;
	}

.forms .inline input {
	border: 0;
	padding: 0;
	}

ol.forms li.inline input { 
	width: auto;
	}

ol.forms li.inline label {
	display: inline;
	float: none;
	width: auto;
	padding-left: 5px;
	}
	
/*  -- DIVA LIVE
--------------------------------------------------------------------------------  */

.page-id-7 #wrapper {

	}
	
.page-id-7 img.alignright {
	margin-top: -1em;
	margin-bottom: 1em;
	}
	
#comedians {
	width: 190px;
	height: 190px;
	float: left;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 20px;
	background: transparent !important;
	}
	
.page-id-7 dd {
	display: block;
	width: 175px;
	text-align: center;
	background: transparent !important;
	}



/*  -- INCIDENTAL PAGES
--------------------------------------------------------------------------------  */

.error404, .page-template-page-dialog-php {
	width: 80%;
	margin: 0 auto;
	background: none;
	}

.error404 #header, .error404 #footer, .error404 .push,
.page-template-page-dialog-php #header, .page-template-page-dialog-php #footer, .page-template-page-dialog-php .push {
	display: none;
	}
	
.error404 #wrapper,
.page-template-page-dialog-php #wrapper {
	width: 400px;
	padding: 150px 0 0 0;
	margin: 0 auto;	
	background: url(../i/logo.png) center 70px no-repeat;
	height: auto;
	min-height: 0 !important;
	}
	
.error404 #main,
.page-template-page-dialog-php #main {
	width: auto;
	}


.error404 #content,
.page-template-page-dialog-php #content {
	text-align: center;
	background: none;
	}
	
.error404 h1,
.page-template-page-dialog-php h1 {
	margin: 30px 0 10px;
	border: 0;
	}

	

/*  -- MISC
--------------------------------------------------------------------------------  */


.mob_noscript{
}

.HkMuob_revert{
	unicode-bidi:bidi-override;
	direction:rtl;
}

.HkMuob_display{
	display:none;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(../i/fancybox/fancybox.png);
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url(../i/fancybox/fancybox.png);
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(../i/fancybox/fancy_title_over.png);
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 25%;
	cursor: pointer;
	outline: none;
	background-image: url(../i/fancybox/blank.gif);
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: -60px;
}

#fancybox-right {
	right: -60px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(../i/fancybox/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(../i/fancybox/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left span {
	left: 20px;
}

#fancybox-right span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(../i/fancybox/fancybox-x.png);
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(../i/fancybox/fancybox.png);
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(../i/fancybox/fancybox-y.png);
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(../i/fancybox/fancybox.png);
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(../i/fancybox/fancybox-x.png);
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(../i/fancybox/fancybox.png);
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(../i/fancybox/fancybox-y.png);
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(../i/fancybox/fancybox.png);
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://divaproductions.co.nz/assets/i/fancybox/fancy_loading.png', sizingMethod='scale); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://divaproductions.co.nz/assets/i/fancybox/fancy_close.png', sizingMethod='scale); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://divaproductions.co.nz/assets/i/fancybox/fancy_title_over.png', sizingMethod='scale); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://divaproductions.co.nz/assets/i/fancybox/fancy_title_left.png', sizingMethod='scale); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://divaproductions.co.nz/assets/i/fancybox/fancy_title_main.png', sizingMethod='scale); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://divaproductions.co.nz/assets/i/fancybox/fancy_title_right.png', sizingMethod='scale); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://divaproductions.co.nz/assets/i/fancybox/fancy_nav_left.png', sizingMethod='scale); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://divaproductions.co.nz/assets/i/fancybox/fancy_nav_right.png', sizingMethod='scale); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://divaproductions.co.nz/assets/i/fancybox/fancy_shadow_n.png', sizingMethod='scale); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://divaproductions.co.nz/assets/i/fancybox/fancy_shadow_ne.png', sizingMethod='scale); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://divaproductions.co.nz/assets/i/fancybox/fancy_shadow_e.png', sizingMethod='scale); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://divaproductions.co.nz/assets/i/fancybox/fancy_shadow_se.png', sizingMethod='scale); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://divaproductions.co.nz/assets/i/fancybox/fancy_shadow_s.png', sizingMethod='scale); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://divaproductions.co.nz/assets/i/fancybox/fancy_shadow_sw.png', sizingMethod='scale); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://divaproductions.co.nz/assets/i/fancybox/fancy_shadow_w.png', sizingMethod='scale); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://divaproductions.co.nz/assets/i/fancybox/fancy_shadow_nw.png', sizingMethod='scale); }
