/*
Theme Name: playhouse_global
Theme URI: http://www.guardianwebdesign.com.au/960bc
Description: A blank canvas WordPress theme for developers based on the 960 CSS framework.
Version: 1.6
Author: Troy Dean
Author URI: http://www.guardianwebdesign.com.au/
Tags: fixed-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar

	960bc v1.6
	http://www.guardianwebdesign.com.au/960bc

	This theme was designed and built by Troy Dean
	as a starting point for WordPress developers who
	like the 960 grid system.
	http://www.960.gs
	The theme includes no images and minimal styling,
	providing a blank canvas for the designer to unleash
	her css magic.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);

@font-face {
	font-family: 'EraserRegular';
	src: url('fontface/eraserregular-webfont.eot');
	src: local('☺'), url('fontface/eraserregular-webfont.woff') format('woff'), url('fontface/eraserregular-webfont.ttf') format('truetype'), url('fontface/eraserregular-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Begin Structure */

body {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		background:#EEE;
		margin-top:80px;
		}

#page {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		}
.inner {
	padding:15px;
}

#map1 {
	height:250px;
}
#map1 .gmnoprint {
	font-size:1.4em;
}

.addthis_toolbox {
	padding:10px;
}
.addthis_toolbox p{
	color:#333333;
	display:inline;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	margin:0 10px 0 0;
	text-transform:uppercase;
}


.righthand { margin-left:-5px;}


.home .projectscolumn, .home .blogcolumn, .home .flickrcolumn {
	margin-bottom:10px;
}
.home .post {
	margin:0;
}
.home .projectscolumn {
	background:#73cf28;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(border-radius.htc);
	
}
.home .blogcolumn {
	background:#0a96de;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(border-radius.htc);
}
.home .flickrcolumn {
	background:#DDD;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(border-radius.htc);
}
.home #projectlist .projecttitle {
	color:#FFF;
}
.home #projectlist a.project:hover {
	text-decoration:none;
	border-color:#FFF;
}
.home .blogcolumn h2, .home .projectscolumn h2 {
	color:#FFF;
	border-bottom:1px solid #d1d9dc;
	margin-bottom:10px;
	padding-bottom:15px;
}
.home .blogcolumn .post h3 a { color:#FFF; font-size:1.2em;}
.home .blogcolumn .post small { color:#333; }


.home .blogcolumn .post { border-bottom:1px solid #0977b0; margin:0; padding:15px 0 0 15px;}
.home .blogcolumn .entry {margin-right:15px; font-size:0.9em;}

.viewall {float:right; margin:10px; font-size:1.3em;}
.viewall a {color:#FFF;font-weight:bold;}

.home .flickrcolumn a img {
	border:2px solid #FD8400;
	margin:0 13px 0 0;
}
.home .blogcolumn .push {
	margin-left:40px;
}

.home .blogcolumn .push h3 {margin:0;}
.home .blogcolumn .push small {font-style:italic;}

.home .content {
	margin-top:0;
}
.home .breadcrumb {
	display:none;
}
#projectlist .project {
	border:1px solid #000000;
	height:125px;
	position:relative;
	width:443px;
	float:left;
	margin:0 10px;
	margin-bottom:25px;	
}
#blog-filter-list {
	background:#444;
	font-size:1.4em;
	margin:0 0 20px;
	padding:5px 5px 15px;
}
#blog-filter-list select{
	height:150px;
	width:232px;
	background:none repeat scroll 0 0 #F1F1F1;
	border:1px solid #000000;
}

.blogcats-child-list {
	display:block;
	font-size:10px;
	font-weight:bold;
	margin-left:0;
	overflow:visible;
	padding:2px 5px;
}
/* top level li */
.blogcats-filter-form li {
	float:left;
	margin:10px 5px 10px 0;
}
#blog-filter-list strong{
	display:block;
	color:#FF9900;
	margin-bottom:10px;
	font-family:helvetica;
	font-weight:bold;
}
/* second level li as list */
.blogcats-child-list li {
	margin:0;
	float:none;
	padding:0px;
}
/* third level li indent */
.blogcats-child-list .blogcats-child-list {
	margin-left:15px;
}
.blogcats-search-submit, .searchbutton {
background:none repeat scroll 0 0 #000000;
border:2px solid #666666;
color:#FF9900;
cursor:pointer;
font-family:helvetica;
font-weight:bold;
margin-right:10px;
padding:5px 15px;
font-size:1.1em;
}
.search-category-header {
background:none repeat scroll 0 0 #EEEEEE;
border-bottom:2px solid #CCCCCC;
clear:both;
padding:10px 20px;
}

.search .postmetadata {
	margin:0;
}
.search object {
	display:none;
}
.search .hentry {
	background:#f1f1f1;
	margin-bottom:5px;
	border:1px solid #CCC;
	padding:5px;
}
.search .hentry h3 {
	margin:0;
}
.page-template-projects-php .post {
	margin:0;
}

#blog-filter-list .tabs {
	background:none repeat scroll 0 0 #222222;
	color:#FFFFFF;
	bottom:0;
	padding:10px 20px 0;
	margin:-5px;
	font-weight:bold;
}
#blog-filter-list .tabs li {
	float:left;
	height:30px;
	padding:0 15px;
	width:auto;
	color:#FF9900;
}
#blog-filter-list .tabs li a {
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	width:auto;
}
#moreoptions {
	display:none;
}
#moreoptions h3 {
background:none repeat scroll 0 0 #222222;
color:#FFFFFF;
margin-bottom:10px;
padding:5px 10px;
font-size:1.2em;
}
#moreoptions .searchbutton {
float:left;
}


.home #projectlist .project {
border:1px solid #000000;
height:125px;
margin:0 3px 6px;
position:relative;
width:425px;
}

#projectlist ul {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #000000;
	margin-top:8px;
	position:absolute;
	right:7px;
	width:130px;
}
#projectlist .projecttitle {
	background:none repeat scroll 0 0 #000000;
	font-size:2.4em;
	font-weight:bold;
	padding:5px 8px;
	position:absolute;
}
#projectlist .projectdesc {
	background:none repeat scroll 0 0 #000000;
	color:#FA5800;
	font-size:1.4em;
	padding:5px 10px;
	position:absolute;
	top:34px;
	width:200px;
}
#projectlist a:hover {
	text-decoration:none;
	color:#AAA;
}
#projectlist li {
	border-bottom:1px solid #CCCCCC;
	display:block;
	font-size:1.2em;
	padding:4px 4px;
	font-weight:bold;
}
#projectlist li span{
	float:right;
}
		
#wrapper {
		background: #FFF;
		-moz-box-shadow:0 0 15px #CCCCCC;
		box-shadow:0 0 15px #CCCCCC;
		}

#header {
		height: 51px;
		width: 100%;
		background:#FFF url('images/headerbg.gif') repeat-x 0 0;
		}

#header .container_12 {
		padding-top:10px;
		}
#titlebanner {
		border-bottom:1px solid #DDD;
		line-height:0.818182em;
		margin-bottom:0;
		margin-top:0;
		padding:50px 0px;
		text-transform:capitalize;
		background-color:#FF9900;
}
#titlebanner h1 {
		font-size:4em;
		color:#FFF;
		background: rgb(0, 0, 0); /* The Fallback */
	   	background: rgba(0, 0, 0, 0.7);		
		padding:0px 100px 3px 98px;
		text-transform:capitalize;
		display:inline;
}

.single #titlebanner h1 {
		background: rgb(0, 0, 0); /* The Fallback */
		background:none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
		color:#FFFFFF;
		display:block;
		font-size:4em;
		line-height:1.2em;
		padding:0 20px 0 100px;
		text-transform:capitalize;
		margin:0;
}

/* home specific */
.home h2 {
	font-family: 'EraserRegular';
	text-transform:uppercase;
	}


/* blog specific */
.page-template-blog-php #content h2 {
	font-size:3em;
	margin:0;
}
.archive #content h2 {
	font-size:3em;
	margin:0;
}
.page-template-blog-php #content .entry {
	background:none;
	padding:0;
}	
.page-template-blog-php #content .entry li, .single #content .entry li, .archive #content .entry li {
font-size:1.5em;
line-height:1.3em;
}
		
#globalnav ul {
	float:right;
	margin-top:9px;
}

#globalnav a:hover {
	background-color:rgba(0, 0, 0, 0.2);
	color:#FFF;
	text-decoration:none;
}

#globalnav .current_page_item a, #globalnav .current_page_ancestor a {
	background-color:rgba(0, 0, 0, 0.4);
	color:#FFF;
}

#globalnav a {
	color:#000000;
	font-size:120%;
	font-weight:bold;
	padding:18px 25px;
}

#globalnav ul li, #footer ul li {
	float:left;
}


#globalnav  ul ul,
#globalnav .current_page_item ul ul,
#globalnav .current_page_ancestor ul ul,
#globalnav .current_page_ancestor .current_page_item ul ul,
#globalnav .current_page_ancestor .current_page_ancestor ul ul {
	display: none;
	}

#globalnav .current_page_item ul,
#globalnav .current_page_ancestor ul,
#globalnav .current_page_ancestor .current_page_item ul,
#globalnav .current_page_ancestor .current_page_ancestor ul,
#globalnav .current_page_ancestor .current_page_ancestor .current_page_item ul,
#globalnav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul {
	display: block;
	}
	
#globalnav ul ul ul {
	position:absolute;
	top:50px;
	left:0;
	width:100%;
	background:#EEE;
	padding:5px 8px;
	margin:0;
	z-index:0;
}

#globalnav ul ul li {
	background:#DDD;
	padding:2px 5px;
	width:150px;
	margin:0;
}

ul#projectlist {
margin:0;
padding:0;	
}

ul#projectlist li a {
background:none repeat scroll 0 0 #EEEEEE;
font-size:3em;
list-style:none outside none;
margin:0 0 15px;
padding:25px;
color:#666;
display:block;
}
ul#projectlist li a:hover {
background:none repeat scroll 0 0 #AAA;
color:#FFF;
text-decoration:none;
}

/* breadcrumb */
.breadcrumb {
color:#666666;
font-size:1.1em;
padding:10px;
float:left;
}
.breadcrumb a {
color:#333;
}
#cse-search-box {
	float:right;
	margin-right:10px;
	margin-top:10px;
}

/* subpage nav */

#navwrap {
	background:none repeat scroll 0 0 #333;
	padding:10px 90px;
}

#projectnav, #projectnav ul { /* all lists */
list-style: none;
line-height: 1;
font-size:1.6em;
font-weight:bold;
}

#projectnav li {
display: block;
float:left;
text-decoration: none;
color:#222;
margin-right:30px;
}


		
/* This hides the 'skip to' links and maintains accessibility */
		
#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}

#content {
		}

#sidebar
{
		text-align: left;
		padding-top: 10px;
		padding-bottom: 25px;
		}
#sidebar ul li {	
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		behavior: url(border-radius.htc);
		background:none repeat scroll 0 0 #ff9900;
		margin-bottom:15px;
}
#sidebar ul li ul li {	
		margin-bottom:5px;
}

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

#sidebar ul
{
		padding:8px 15px;
		font-size:1.2em;
		}
#sidebar ul h3 {
		color:#FFF;
		padding:15px 15px 0 15px;
		font-size:1.8em;
		margin:0;
		}
#sidebar ul h3 a
{
		color:#FFF;
		}

#footer {
		margin: 20px 0 0 0;
		padding: 0 0 60px 0;
		font-size:11px;
		}	
#footer, #footer p {
		font-size:11px;
		}
#footer .credit {
		text-align:right;
		}

.post {
		margin: 15px 0 25px 0;
		position:relative;
		}
.page .post .entry {
		
		}
.page .post .entry h3 {
		font-size:2em;
		margin-bottom:0;
		}
.post .author {	
		background:none repeat scroll 0 0 #FFFFFF;
		border:1px solid #AAAAAA;
		left:-35px;
		padding:5px;
		position:absolute;
		padding-bottom:5px;
	}
	
.post .author img {	
		width:60px;
		height:60px;
	}
	
.single .post .author {	
		margin:10px 0 0 -80px;
	}

.authorname {
	color:#56636A;
	font-size:1.1em;
	margin-top:3px;
	text-align:center;
	width:60px;
	}

.postmetadata {
		margin: 30px 0;
		}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}

/* End Structure */

/* Begin Images */
p img {
		padding: 0;
		max-width: 100%;
		}

img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}

img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}

.alignright {
		float: right;
		}

.alignleft {
		float: left
		}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		}

html>body .entry li {
		margin: 7px 0 8px 10px;
		}

.entry ul li:before, #sidebar ul ul li:before {
		content: "\00BB \0020";
		}

.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}

/* End Entry Lists */

.archive .entry #flashobject {
	display:none;
}



/* Begin Form Elements */
#searchform {
		margin: 0;
		padding: 0;
		text-align: left;
		}

#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}

/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		font-size:1.2em;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}

/* End Comments */

/* Begin Calendar */
#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}

#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}

#wp-calendar a {
		display: block;
		}

#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: none;
		}
		
.navigation {
	background:none repeat scroll 0 0 #F1F1F1;
	display:block;
	font-size:1.4em;
	font-weight:bold;
	height:20px;
	padding:5px 15px;
}
.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 10px;
		}

.wp-caption img {
		margin: 0;
		padding: 0;
		}

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		}
/* End captions */

@media print {
body {background:white; 
     font-size:10pt; 
     margin:0 }
#sidebar { display:none }
#global-header { display:none }
#header { height:75px }
#content{ margin-left:0; 
     float:none; 
     width:auto }
.demo .red { color:black; 
     font-weight:bold }
#content a { font-weight:bold; 
     color:#000066; 
     text-decoration:underline }
#content{ margin-left:0; 
     float:none; 
     width:auto }
#footer, .ad { display:none }
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
h3 { margin-left:10px; 
     margin-bottom:0px; 
     padding-bottom:0px }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
img.centered { display: block; 
     margin-left: auto; 
     margin-right: auto; }
img.right { padding: 4px; 
     margin: 0 0 2px 7px; 
     display: inline; }
img.left { padding: 4px; 
     margin: 0 7px 2px 0; 
     display: inline; }
.right { float: right; }
.left { float: left }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
}



