@import url(/css/reset.css);

html {
	overflow-y: scroll;	/* Prevents scrollbar jumping in Safari */ 
	background: #555 url('/images/site/body_bg.png');
	} 

body {
	text-align: center;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

/* Link Colours */

p {
	font-size: 0.8125em;
	line-height: 1.3em;
}

a, a:link, a:visited {
	text-decoration: none;
	color:#698000;
    padding:0 2px;
}

a:hover, 
.ajaxPagerPageLink:hover, 
.ajaxPagerNextLink:hover, 
.ajaxPagerPreviousLink:hover, 
.ajaxPagerFirstLink:hover {
	background: #9DC31A; 
	color: #fff;
}

#container {
	width: 960px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 2px #333 solid;
	border-width: 0 2px 0 2px;
	min-height:560px;
	height:auto; /* IE min-height workaround */
	_height:560px; /* ditto - only IE eats this */
}

#header {
	width: 960px;
	height: 144px;
	background: url(/images/site/arts_council_60.gif) 880px 50% no-repeat;
	position:relative;
}

#header-contact {
	position:absolute;
	left:20px;
	top:123px;
	color:#666;
	font-size:0.75em;
	width:310px;
}

#header-contact a:link, 
#header-contact a:visited {
	border:1px ;
	border-bottom:1px #D2ED7C solid
}

#logo {
	margin: 20px 15px 10px 18px;
	float: left;
	padding:0;
}

#logo img {vertical-align:top;}

#footer {
	clear: both;
	margin:0 auto;
	width:960px;
	background: #111;
	text-align: center; 
	zoom:1; /* hasLayout for IE6 */
	border: 2px #333 solid;
	border-width: 0 2px 2px 2px;
}

#footer a {
	line-height: 2.2em;
	font-size: 0.6875em;
	margin:0 15px;
	padding:1px 3px;
	white-space:nowrap;
}

#footer p {
	text-align:left;
	font-size:11px;
	color:#aaa;
	display:inline;
}

/* Featured Project */

#featured-project {
	margin: 0 100px 0 0;
	width: 200px;
	border: 2px  #9DC31A solid;
	border-top:none;
	overflow:hidden;
}

#featured-project h3 {
	font-size: 0.8125em;
	color: #fff;
	background: #9DC31A;
	text-align: center;
	line-height: 1.75em;
}

#featured-project a:link, 
#featured-project a:visited {
	padding:0;
	}

#featured-project img {
	vertical-align:top;
	}

/* Navigation */

/* primary */

ul#primary-nav {
	overflow:hidden; /* cuts off protruding elements */ 
	background:#ececec;
	font-size: 0.875em;
	line-height:1em;
	clear:both;
	padding: 5px 20px 5px 30px;
}

ul#primary-nav li {
	display: inline;
	padding: 0 0;
	margin:0 2px;
}

ul#primary-nav a, 
ul#primary-nav a:visited {
	color: #444; 
	text-decoration: none;
    /*position:relative;*/
	letter-spacing: 0px;
	font-weight: bold;
	padding: 4px 20px;
}

ul#primary-nav li a:hover { 
	color: #fff;
}

ul#primary-nav li a:active,
ul#project-nav li a:active { /* both active states */
	color: #fff;
	background: #9AB522; 
}

/* Project Navigation */

ul#project-nav {
	width: 290px;
	float:left;
	font-size: 0.8125em;
	margin: 7px 5px 5px;
	font-weight:bold;
}

ul#project-nav li {
	margin:1px 0;
	}

ul#project-nav li a, 
ul#project-nav li a:visited  {
	color: #555;
	text-decoration: none;
	line-height:1.6em;
	padding:1px 5px 2px; 
	margin-right:3px;
	white-space:nowrap;
}

ul#project-nav li a:hover {
	color: #fff;
}

a.ed-submenu, 
a.ed-submenu:visited {
}

/* Current page highlighting */

/* Sections */

body.education a#education,
body.primary a#primary,
body.secondary a#secondary,
body.corporate a#corporate,
body.youth a#youth,
body.sculpture a#sculpture,
body.community a#community,
body.sen a#sen,
body.inset a#inset
 {
	font-weight:bold;
	border-color:transparent!important;
	color:#fff!important;
	background: #A2BF27;
	text-shadow: rgba(0,0,0, .25) 1px 1px 0px;
}

/* Main */

body.home a#home,
body.about a#about,
body.links a#links,
body.contact a#contact,
body.fees a#fees,
body.evals a#evals {
	color:#fff!important;
	background: #A2BF27;
	text-shadow: rgba(0,0,0, .2) 1px 1px 0px; 
	}

/* Sections hover */

body.education a#education:hover,
body.primary a#primary:hover,
body.secondary a#secondary:hover,
body.corporate a#corporate:hover,
body.youth a#youth:hover,
body.sculpture a#sculpture:hover,
body.challenging a#challenging:hover,
body.sen a#sen:hover
 {
	color:#000;
	background:#A2BF27;
	}

/* Main hover */

body.home a#home:hover,
body.about a#about:hover,
body.links a#links:hover,
body.contact a#contact:hover,
body.fees a#fees:hover,
body.evals a#evals:hover {

	}

/* All active */

body.education a#education:hover,
body.primary a#primary:hover,
body.secondary a#secondary:hover,
body.corporate a#corporate:hover,
body.youth a#youth:hover,
body.sculpture a#sculpture:hover,
body.commmunity a#community:hover,
body.sen a#sen:hover,
body.home a#home:active,
body.about a#about:active,
body.links a#links:active,
body.contact a#contact:active,
body.fees a#fees:active,
body.evals a#evals:active,
body.inset a#inset:active {
	background: #A2BF27;
	}

/* General Content */

#main-wrapper {
	padding-bottom:1em;
	overflow:auto;
	position:relative;
}

#main-wrapper h1 {
	margin: 20px 30px 0.7em 30px;
	font-size: 1.625em;
}

#main-wrapper-1 h1 strong {
	text-shadow: rgba(0,0,0, .1) 1px 1px 1px, rgba(0,0,0, .1) -1px -1px 1px; 
}

#main-wrapper h2 {
	font-size: 1.125em;
	margin: 1em 30px;
}

#main-wrapper h3 {
	font-size:0.875em;
	margin: 1em 30px 0 30px;
}

#main-wrapper p {
	font-weight:normal;
	font-size: 0.8125em;
	margin: 1em 30px 1em 30px;
	line-height:140%;
}

#main-wrapper p a:link, 
#main-wrapper p a:visited {
	color:#698000;
	border-bottom:1px #D2ED7C solid;
}

#main-wrapper p a:hover {
	background:#D2ED7C ;
}

ul.bold {
	padding:0 30px 0 60px;
	list-style:disc;
}

ul.bold li {
	font-size:0.8125em;
	line-height:1.4em;
    padding:0.25em 0;
	font-weight:bold;
}

ul.normal {
	padding:0 30px;
	list-style:disc;
	color:#4A4A60;
}

ul.normal li {
	font-size:0.8125em;
	line-height:1.4em;
    padding:0.25em 0;

}

#content-1 {
	width:480px;
	float:left;
   	background:#fff;     
}

#content-2 {
	width:480px;
	float:right;
	background:#fff;  
}

#content-1 p, 
#content-1 h2
 {
	margin-right:20px;
}

#content-2 p, 
#content-2 h2 {
	margin-left:15px;
}

#content-2 h2:first-child {
	margin-top:1.56em;
}

/* Home */

.home #content-1 h1 {
/*	font-weight:normal;
	font-size: 0.935em;
	line-height:130%;*/
}


.home #content-1 blockquote,
.home #content-2 blockquote,
#big-quote blockquote {
	font-family: georgia, "times new roman", serif;
	width:400px;
	font-size:115%; /* 15px based on p at 13px */
	margin: 20px 45px 20px auto;
	padding:1px;
	background:#ECE49C url(/images/site/evalbox_bg.jpg) repeat-x;
	border: 1px #DACE92 solid;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius:10px; 
}

blockquote {
	text-shadow: rgba(255,255,255, .3) 1px 1px 1px;
}

.home #content-1 blockquote p,
.home #content-2 blockquote p {
	margin:1em 20px;
	line-height: 120%;
}

.home #content-1 blockquote p cite,
.home #content-2 blockquote p cite,
#big-quote blockquote p cite
 {
	font-size:90%;
	display:block;
	text-align: right;
	font-weight: bold;
	padding:0.5em 0 0;
	margin:0;

}

#big-quote {width:100%;float:left;}


#big-quote blockquote {
	clear:both;
	width:630px;
	margin:0 auto;
	line-height:1.5em;
}

#big-quote blockquote p {
	margin:1em 20px;
	line-height:1.3em;
	font-size:0.75em;
}

#big-quote blockquote p cite {
	
}

#big-quote blockquote.project {
	background: url(/images/site/silverbox_bg.jpg) repeat-x;
	border-color: #ccc;
}

#linkbox {
	padding-top:20px;
}

#linkbox ul {
	margin: 0 auto 6px;
	overflow:auto; 	/* clearing floated li */
	width:100%; 	/* clearing floated li - IE6 needs % value */ 
}

#linkbox ul li {
	display:inline; /* also fixes double margin bug */
	margin:6px 14px 0; /* bottom margin collapses in IE, so use top */  
	float:left; /* for IE */
}

#linkbox ul li a img {
	vertical-align:top;
}

#linkbox ul li a {
	display: block;
	border: 2px #ddd solid; width:200px;
	overflow:hidden; /* wraps p */ 
	padding:0;
}

#linkbox ul li a:hover {
	border-color:#9DC31A;
  
}

#linkbox ul li span {
	font-size: 0.8125em;
	text-align: center;
	margin:0;
	line-height:1.4em;
	padding:1px 0 0;
	color: #000;
	background: #ddd;
	display:block;
}

#linkbox ul li:hover span {
	color: #FFF;
	background: #9DC31A;
}

/* About */

#gordon-toni {
	margin:20px 0;
}

#gordon-toni img {
	float:right;
	margin:0 30px 15px 15px;
	border:2px #ddd solid;
}

.video {
	margin: 1em auto 1em 43px;
}

/* Contact */

#contact-details {
	display:block;
	margin:20px 0 0 0;
}

#contact-details h2 {
	padding: 0;
	margin:0 0 0 5px;
	line-height:1.25em;
}

#contact-details p {
	padding: 1px 0 10px 100px;
	margin:-1.53em 10px 0 10px; 
	line-height:1.53em; 
		}

#contact-details p a:link, #contact-details p a:visited {
	border:none;
	padding: 2px;
	font-weight:bold;
	margin-left:-2px;
	color:#6D8C01;
	}

#contact-details p a:hover {color:#536600;} 

#contact-details p a:hover {
	background:#9DC31A;
   text-shadow: rgba(0,0,0, .3) 1px 1px 1px; 
	color:#fff;
}

.contact #content-2 h2 {
	margin: 2em auto 1.5em;
}

.silverbox {
	padding:10px;
	margin:20px 30px;
	background:#eee url(/images/site/silverbox_bg.jpg) repeat-x;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px #D2D2D2 solid; 
	text-shadow: rgba(255,255,255, .5) 1px 1px 1px;
}

.goldbox {
	padding:10px;
	margin:20px 60px;
	background:#eee url(/images/site/evalbox_bg.jpg) repeat-x;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px #D2D2D2 solid; 
	text-shadow: rgba(255,255,255, .5) 1px 1px 1px;
}

/* Contact Form */

#contact-form {
	display:inline;   /* IE */
	margin:18px 30px 15px 0;
	padding:5px 15px;
	float:left; 
	background:url("/images/site/silverbox_bg.jpg") repeat-x scroll 0 0 #EEEEEE;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px #D2D2D2 solid; 
	text-shadow: rgba(255,255,255, .5) 1px 1px 1px;

}

#contact-form p strong {
	color: red;
}

div.row {
	float:left;
	width:100%;
	}

div.row label {
	font-size: 0.8125em;
	float:left;
	display:block;
	font-weight:bold;
	padding:0;
	line-height:1.5em;
	margin:0.25em auto;
}

div.row label:hover {
	cursor:pointer;
}

input, 
textarea {
	width:410px;
	font-family: inherit;
	font-size:0.8125em; 
	border:1px #bbb solid; 
	padding:3px;
}

input:focus, 
textarea:focus {
	background:#FFF9E4;
	border-color:#999;
}

textarea {
	height:15em;
}

#contact-form button {
	font-size: 0.8125em;
	text-align:center;
	margin:10px auto;
	padding:4px 20px;
	border:1px #bbb solid;
	background:#eee;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#contact-form button:hover {
	background:#9DC31A;
	cursor:pointer;
	color:#fff;
}

#contact-form .info {
	font-size:0.6875em;
	margin:0.5em auto 1em;
}

/* Evaluations */

#main-wrapper h2.trigger {
	margin-top:2em;
}

.evaluations {
	padding-bottom:50px;
}

#main-wrapper .evaluations p {
	margin:1em 15px;
}

.evaluations div.toggle div {
	background:#FFF9E4 none repeat scroll 0 0;
	margin:0 30px;
	padding:1px 0;
}

#main-wrapper .evaluations h3 {
	color: #000;
	font-size: 0.8125em;
	line-height:2em;
	padding: 1px 10px 0 34px;
	margin:0 30px 0;
	cursor: pointer;
	background:#C3E4E5 url(/images/site/reveal.gif)  10px center no-repeat;
}


#eval-toggler {
	margin:20px 30px 0.7em;
	text-align:right;
	}

#eval-toggler span.toggletext:hover,
#eval-toggler.hide span.toggletext {
	background: #9DC31A; 
	color: #fff;
}

#eval-toggler.hide span.toggletext {
	background:#94AD21;
	color:#fff; 
}

#eval-toggler.hide:hover span.toggletext {
	background:#9DC31A;
}

#eval-toggler span.toggletext {
	width:5em;
	font-size:1em;
	text-align:center;
	padding:4px 16px;
	border:1px #bbb solid;
	background:#eee;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
	margin-left:2em;
	color:#29867C;

}


h3.hide span.toggletext,
h3.trigger:hover span.toggletext,
h3.slide-link:hover span.toggletext {color:#202506;}

#main-wrapper cite {
	display:block;
	font-size:0.9em;
	text-align: left;
	font-weight: bold;
	margin-top:0.5em;
	padding:0.5em 10px 0 0;
	line-height:130%;
}


#main-wrapper div.evaluations h3:hover {
	background: #9DC31A url(/images/site/active.gif)  10px center no-repeat; 
	color: #fff;
}

#main-wrapper div.evaluations h3.hide {
	background: #94AD21 url(/images/site/hide.gif)  10px center no-repeat;
	color: #fff;
} 

#main-wrapper div.evaluations h3:hover.hide {
	background: #9DC31A url(/images/site/active.gif)  10px center no-repeat;
}


/* Project Sections */

#project-wrapper {
	overflow: auto;
	min-height:25em;
	padding-bottom:	1em; 
	margin-top: 0.5em;
}

#project-side {
	float: left;
	width: 479px;
	margin-bottom:1em;
}

#project-side h1 {
	font-size: 1.5em;
	text-align: center;
	margin-top: 0;
	background: url(/images/site/silverbox_bg.jpg) left 15% repeat-x;
	border-bottom:1px #ccc solid;
	line-height:1.2;
	padding: 0.25em 0;
	text-shadow: rgba(0,0,0, .1) 1px 2px 2px;
	width: 460px;
}

#project-side h2 {
	line-height: 2em;
	padding: 0 20px;
	letter-spacing:0.0625em;
	font-size:1em;
	color:#23A391;  
}  

#project-side p {
	padding: 0 20px;
	margin: 1em 0;
	line-height:1.4em;
}

#project-side ul.tabs-nav {
	background:#fff; 
	width: 460px;
}

#project-side ul.overview {
	list-style:disc;
	padding:0 15px;
	margin:1em 20px 1em 40px;
	list-style-position: outside;
	font-size:0.8125em;
}

#project-side ul.overview li {
	font-weight:bold;
	padding:0.25em 0;
	line-height:1.28em;
}

#project-side ul.tabs-nav li {
	font-size:0.8125em;
	white-space:nowrap; 
	line-height: 1.8em;
	width:100%;
}

#project-side ul.tabs-nav li a,
#project-side ul.tabs-nav li a:visited {
	color: #000;
	font-weight: bold;
	padding:0.2em 20px;
	display: block;
	border-bottom: 1px #B5D4D5 solid;
	zoom:1; /* hasLayout */ 
	background: #C3E4E5;
}

#project-side ul.tabs-nav li a:hover {
	background: #9DC31A; 
	color: #fff;
}

#project-side ul.tabs-nav li.tabs-selected a,
#project-side ul.tabs-nav li.tabs-selected a:hover {
	background: #23A391!important;
	color:#fff!important;
}

#project-side a:hover {
	background: #23A391;
}

#project-side blockquote cite,
#content-1 blockquote cite {
	font-weight:bold;
	display:block;
	text-align:right;
	margin-right:1em;
}


#project-content {
	width: 480px;
	float: right;
	padding-bottom:	1em;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius:6px;
}

#project-content h2 {
	background: #23A391;
	color: #fff;
	line-height: 2em;
	height:1%;position:relative;text-align:center;
}

#project-content h3 {
	color: #000;
	font-size: 0.8125em;
	line-height:2em;
	border-bottom: 1px #93C4C7 solid;
	padding: 0 34px;
	cursor: pointer;
	background: #C3E4E5 url(/images/site/reveal.gif)  10px center no-repeat;
}

#project-content h3:hover {
	background: #9DC31A url(/images/site/active.gif)  10px center no-repeat; 
	color: #fff;
}

#project-content h3.hide {
	background: #94AD21 url(/images/site/hide.gif)  10px center no-repeat;
	color:#fff;
	border-color: transparent;
}

#project-content h3:hover.hide {
	background: #9DC31A url(/images/site/active.gif)  10px center no-repeat;
}

#project-content h3 a,
#project-content h3 a:visited {
	color: #000;
	display:block;
}

#project-content h3 a:hover {
	color: #fff;
}

#project-content h4 {
	font-size:0.8125em;
	color: #727F1E;
	margin: 1em 30px 1em 20px; 
}

#project-content p {
	line-height: 1.5em;
	font-size: 0.75em;
	margin: 1em 30px 1em 20px;
}

#project-content pre  { 
	font-family:georgia, sans-serif; 
	font-size: 0.8125em;
	margin:1em 30px 1em 90px;
	line-height:1.25em;
	color:#2D3126;
}

#project-content div.toggle {  /* no padding - causes jump */
	border-bottom: 1px  transparent solid;
	background:#DFF1BE;
	margin: 0 auto;
}

div.toggle div {  /* extra div for no slide padding */ 
	padding: 0.25em 0;
}

#project-content cite {
	display:block;
	text-align: right;
	font-weight: bold;
	padding:0.5em 0 0;
}

#project-content ul,
#project-content ol {
	font-size: 0.75em;
	margin: 0.75em 30px 0.75em 50px;
}

#project-content ul li,
#project-content ol li {
	list-style: disc; 
	margin: 0.5em 0 ;
	line-height:150%;
}

#project-content ol li {
	list-style-type: decimal;
	font-weight:bold;
}

#project-content ol li p {
	font-size: inherit;
	font-weight: normal;
	margin:0.5em 0;
}

ul#thumbs {
	width: 100%;
	background: #000;
}

h3 span.toggletext {
	font-size: 0.85em;
	font-weight: normal;
	color: #29867C;
	margin-left:2em;
	white-space: nowrap;
}

h2 span.toggletext {
	font-size: 0.75em;
	font-weight: normal;
	color: #000;
/*	float:right;  use if IE has own stylesheet */
	padding-right:12px;
	white-space: nowrap;
	cursor:pointer;
    margin:0;
	position:absolute; top:0; right:0; /* IElte7*/
}

h2 span.show-all {
	right:4.3em;/* IElte7 */
	} 

#project-content h3.slide-link {
	background-image: none;
	text-align: center;
	padding:0;  display:none;
}

div.slide-wrapper {
	width:480px;
/*	height:343px; defined in projects.js */
	padding:0 0 26px;
	_padding:0;
	position:relative;
	background:#000;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft:10px;
}

div#project-content .slide-wrapper p {
	font-family:  "Lucida Grande", Tahoma, "Lucida Sans unicode","Lucida Sans", sans-serif;
	font-size:11px;
	background:#000;
	border:none;
	color:#888;
	text-align:right;
	height:18px;
	margin:0;padding:6px 15px 0 0;
}

#prev-slide, #next-slide { 
	background:#2a2a2a;
	position:absolute;
	top:0;
	cursor:pointer;
	width:85px;
	line-height:1em;
	text-align:center;
	color:#aaa;
	font-size:0.75em;
	padding:7px 0 5px;
}

#prev-slide {
	left:0;
}

#next-slide {
	left:85px;
	border-left:1px #111 solid;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright:4px;
}

a#prev-slide:hover, a#next-slide:hover {
	background:#222;
	color:#bbb;
}

div.slide {
	width:460px;
/*	height:300px;  defined in projects.js */
	background: #000 url(/images/site/loading_gallery.png) 50% 50% no-repeat;
	text-align: center;
	padding:0;
	margin:0 auto;
}

div.slide a {
	width:460px;
	padding:0; /* beware the ie chopper! */
}


#project-content p#count {
	width: 100%;
	position:absolute;
	bottom:0;left:0;
	padding:8px 0;
	text-align: center;
	z-index:200;
	background:transparent;
}

#shadowbox_body {
	border: 10px #000 solid!important;
}

/* Tabs (Project div hide/reveal) */

@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

@media print { /* Hide useless elements in print layouts... */
    .tabs-nav {
		display: none;
    }
}

.left {
	float:left;
}

.right {
	float:right;
}

.no-border {
	border:none!important;
}

.red {
	color:red;
}

.blue {
	color:blue;
}


/* Misc */

a.pdf-download {
	display:block;
	text-decoration:underline;
	text-align:center;
	font-size:0.875em;
	color: #222!important;
	padding:4px 40px 4px 10px!important;
	line-height: 2em;
	background:#C3E4E5 url(/images/site/pdf_trans.png) 95% 50% no-repeat;
	}

a.pdf-download:hover {color:#fff!important;text-decoration:none;background-color:#9DC31A;}

/* IE6 hasLayout */

#main-wrapper, #project-wrapper {_zoom:1;}

/* Facebook */

#facebook {
	position: absolute;
	right: 0;
}

#facebook a, #facebook a:visited {
	background: #46629E;
	color: white!important;
}

#facebook a:hover, #facebook a:focus {
	background:#4571BC;	
}