/*   
Theme Name: YDP 2010
Theme URI: www.kilroyjames.co.uk
Description: Yorke Dance Project 2010
Author: Kilroy Kames Ltd
Author URI: http://www.kilroyjames.co.uk
Version: 1.0
.
Released under a Creative Commons share and share-alike license.
.
*/

/********** DOM styles **********/

* { 	padding:0; margin:0; } /* keep it all tight */

body {	font: 79% 'lucida sans unicode',verdana,sans-serif;
	background: #fff;
	color: #293444;
	text-align: center;
	position:relative;
	margin: 0;
	padding: 0 0 2em 0;
	z-index:1;
}

h1 {}
h2 { font-size: 1.6em;
	font-family: arial, sans-serif;
	color: #293444;
	font-weight: normal;	
}
h2.current_page_item {
	color: #f00
}
h2.gallery {
	margin: 1em 0 1em 0;
	border-bottom: 1px dotted #ccc;
	padding-bottom:2px;
}


#content.category h2.page-title{
	margin-bottom:1em;
}
.post h2 {
	font-size: 1.75em;
}
	
h3 { 	font-family: arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
}
p+h3 {
	margin-top:1em;
}
h4 { 	font: bold 0.9em 'lucida sans unicode',verdana,sans-serif; 
	margin-top: 0; 
}
h5 { 	font: normal 1.1em 'lucida sans unicode',verdana,sans-serif; 
	text-transform: uppercase; 
	margin-top: 20px; 
}
h5+p { 	
	margin-top: 5px; 
}

a, a:active {	color: #c00; text-decoration: none; }
a:visited {	color: #aa2013;	text-decoration: none; }
a:hover { 	color: #f00; text-decoration: none; }


h1 a, h1 a:hover, h1 a:visited, {
	color: #000;
}

h3#comments {
	text-decoration:underline;
	font-size:1.4em;
}
h4 a, h4 a:visited { 
	color: #293444; 
	padding: 0 .2em;
	display:block;
}
h4 a:hover { 
	color: #2282ed; 
}

img  {	border: 0; }

p {	margin-top: 1em; 
	line-height:1.5em;
}
p.first {
	margin-top:0;
}

p img {
	padding: 0;
	max-width: 100%;
}

code {	font: 1.1em 'Courier New',fixed; }

acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
}
em {	font-family: georgia,serif; }

ul, ol { 
	margin: 1em 0 0 1.2em; 
}

ol.archive { 
	color: #888; 
	line-height:2em;
}
ol.archive li{ 
	margin-left:1em
}

li ul, li ol { margin-top:0em; }




blockquote, strike { 
	color: #777;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

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

hr {
	display: none;
}

table.normal{
	border-collapse:collapse;
	border:1px solid #666;	
}
table.normal caption{
	text-align:left;
	font: bold 1.3em arial,sans-serif;
	background: #eee;
	padding: .5em;
	margin-bottom:.2em;
}
table.normal td, table.normal th{
	padding:.5em;
	vertical-align:top;
	border:1px solid #666;
}


/***** Main structural blocks *****/

#page {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 900px;
	overflow:hidden;
	padding-bottom:1em;
	position:relative;
	border-bottom:1px dotted #f0f0f0;
	z-index:3;
}
#header {
	padding-bottom:1em;
	margin-bottom:1em;
	overflow:hidden;
	font-size:.96em;
}
/*
#header {
	padding-bottom:1em;
	margin-bottom:1em;
	position:relative;
	overflow:hidden;
		background: red;
}
*/
#header:after {
	content: ".";
	display: block;
	line-height: 0em;
	font-size: .1px;
	clear: both;
	height:.1px;
}
#header .nav {
	padding:0 0 1em 0;
	margin:0 0 0 0;
	font-family:arial;
	margin-top:0;
	width:100%;
}
#header .nav ul{ 
	margin:0;
	padding: 0;
	overflow: hidden;
	background: #293444 url(images/nav-br2.png) bottom right no-repeat;
}
#header .nav li {
	list-style-type: none;
	display:inline;
	float:left;
}
#header .nav li a { 
	padding: 5em 1.87em 2em 1.87em;
	text-decoration: none;
	text-transform:uppercase;
	color:#fff;
	display:block;
	border-right: 1px solid #667;
}
#header .nav li a span { 
	text-transform:lowercase;
}
#header .nav li.last-item a { 
	border-right: 0;
}
#header .nav a:visited { 
	color: #fff; /*#66697f; */
}
#header .nav a:hover { 
	background: #a31b0f;
	color: #fff;
}
#header .nav li.current_page_item a {
	background: #464646;
	color: #fff;
}
#header .nav li.current_page_item a:hover {
	cursor:default;
}

#header li.search {
	float:right;
	padding-top:3em;
	padding-right:.3em;	
}

#header #searchform {
	margin:1em 0em 0 0;
	padding: 0;
	float: right;
}
#header #searchform label {
	visibility:hidden;
}
#header #searchform input[type=text] {
	width:13em;
	font: 1.2em verdana,sans-serif;
	padding: 2px;
}
#header #searchform label {
}
#header #searchform #searchsubmit {
	padding: 1px .5em 2px .5em;
	margin: 0 0 0 5px;
	border:1px solid #fff;
	background: #464646;
	color: #fff;
	-moz-border-radius: 5%;
	vertical-align:top;
}
#header #searchform #searchsubmit:hover {
	border:1px solid #aaa;
}
#header #searchform #searchsubmit:active {
	border:1px solid #f00;
	background:  #aa2013;
	color: #fff;	
}

#header .logo {
	margin-top:2em;
}
#header .season-09 {
	float:right;
	margin:1.5em 2.5em 0 0;
}

.social-bookmarks {
	padding-top:0em;
	clear:both;
}
.social-bookmarks ul{ 
	margin:0;
	padding: 0;
	overflow: hidden;
}
.social-bookmarks li {
	list-style-type: none;
	display:inline;
	float:left;
}
.social-bookmarks li.title{
	padding-top:8px;
	border:1px solid #fff;
	letter-spacing:-.7px;
}
.social-bookmarks li a { 
	padding: .5em;
	text-decoration: none;
	display:block;
	border:1px solid #fff;
}
.social-bookmarks li a:hover { 
	border:1px solid #ccc;
}



#content {
	position:relative;
	float:left;
	width: 75%;
	z-index:3;
	margin-bottom:3em;
}

#content h4 small { 
	text-transform: lowercase; 
}

#content h4 span { 
	color: #999; 
	margin: 0 0.2em 0 0.2em;  
}
#content h2+h3 { 
	margin-top: 1em;  
}

.left-col {
	width:47%;
	float:left;
}
.right-col {
	width:47%;
	margin-left: 3%;
	float:left;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 0;
	width: 495px !important;
	position:relative;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 485px;
}

.widecolumn .post {
	margin: 0;
}



.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


/* footer */
#footer {
	width:900px;
	margin:0 auto 0 auto;
	clear: both;
	position:relative;
	text-align:left;
}

#footer p#info {
	background: #293444;
	color: #fff;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;		
	padding:1em;
	margin:0;
	font:.9em arial,sans-serif;
}
.sponsor-logos {
	margin:2em 0;	
}
.sponsor-logos a{
	margin-left: 3em;
}
.sponsor-logos a img{
	padding-bottom:.5em;
}
.sponsor-logos a.first{
	margin-left: 0em !important;
}
.sponsor-logos a:hover{
	border-bottom:2px solid #464646;
}
.sponsor-logos #mini-logo { 
	position:absolute;
	right:0;
	bottom:0px;
}




/* category.php, archive.php and index.php styles */
.tagged { 
	padding: 0 0 4px 0; 
	font-size: 0.85em; 
	line-height: 1.4em; 
	color: #888; 
	clear: both; 
	border-bottom: 1px solid #E2E2E1; 
	text-transform: uppercase;
	margin-top:2em; 
}
.tagged a, .tagged a:visited { 
	padding: 0 1px; 
	color: #888; 
}
.tagged a:hover { 
	color: #fff; 
	background: #C0C0C0; 
}

.read-more-link  { 
	display: block; 
	font-weight: normal; 
	float: right;
}
.read-more-link a, .read-more-link a:visited { 
	color: #000; 
	background: #c0c0c0;
	padding:0 .5em;
}
.read-more-link a:hover { 
	color: #fff; 
	background: #00c; 
}



#home-news {
	margin:0;
}
#home-news h3 {
	margin: 1em 0 .5em 0;
}
#home-news .post {
	width:30%;
	height: 23em;
	float:left;
	margin-right:3%;
	background: #f0f0f6;
	-moz-border-radius: 0 0 2% 2%;
}
#home-news h4 { 
	height:2.5em;
	font-size: 1em;
	padding:.3em .3em .3em .5em;
	background: #293444;
	-moz-border-radius: 2% 2% 0 0;
}
#home-news h4 a { 
	color:#fff;
}
#home-news h4 a:hover { 
	text-decoration:underline;
}
#home-news p{ 
	margin:.3em .3em .3em .5em;
}
#home-news a {
	padding:0;
}



.post { margin: 0 1em 0em 0;
	overflow:hidden;
	position:relative;
	z-index:3;
}
.post li { 
	line-height:2em;
}

.post a.more-link {
	font-weight:bold;
}
.post .bookmark {
	float:right;
	margin-left:1em;
	vertical-align:bottom;
}
.post h3 a[rel=bookmark] {
	float:none;
	margin-left:0;
}


.postmetadata {
	clear: left;
	color: #777;
	margin-top: 20px;
}
.postmetadata.alt { border-top:1px dotted #ddd; }
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
.postmetadata small{
	padding-left: 10px;
	display:block;
}

.narrowcolumn .postmetadata {
	text-align: left;
	margin: 2em -1.4em 2em -2em;
	padding-left:2em;
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}


/* comment formatting */
.commentlist {
	padding: 0;
	margin-right:-1em;
}
.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	clear:both;
	display:block;
	margin: 10px 5px 10px 0;	
}

.commentlist li {
	margin: 15px  0 3px 0;
	padding: 5px 10px 3px 0;
	list-style: none;
}
.commentlist .comment-author{
	float:left;
	overflow:hidden;
}
.commentlist .comment-meta{
	float:right;
	overflow:hidden;
	font-weight: normal;
	font-size:.9em;
	line-height:2em;
	margin:1.4em 0 0em 0;	
}
.commentlist .reply {
	font-weight: bold;
}

#commentform {
	width: 95%;
	margin-right:0;
	overflow:hidden;
}
#commentform input {
	width: 50%;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 98%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

#commentform p {
	margin: 5px 0;
}

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



/* sidebar */
#sidebar {
	float:right;
	width: 24.5%;
	padding: 0;
	position:relative;
	margin-bottom:3em;
}
#sidebar.grace {
	margin-bottom:0;
}
#sidebar h2 {
	font: bold .9em/1.2em 'lucida sans unicode',verdana,sans-serif;
	margin: 0;
	padding: 1px  0 0 0;
}
#sidebar ul, #sidebar ol {
	margin: 0;
	padding: 0;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 1em 0;
	padding: 0;
}

#sidebar li {
	list-style-type: none;
	overflow:hidden;
}
#sidebar .current_page_item {
	/*background: url('images/menu-sel.png') no-repeat 0 6px;
	padding-left: 1.2em; */
}
#sidebar .current_page_item a {
	color: #f00
}

#sidebar ul#about-us-menu, #sidebar.biogs ul {
	padding-left: 1em;
	border-left: 1px dotted #ccc;
	margin-bottom:0;
	line-height:1.5em;
}

#sidebar .tech-spec a {
	background: #fff url(images/cat-icons/pdf.png) no-repeat 10px 12px;
	margin:0 0 1em 0;
	border:1px dotted #ccc;
	border-top-color:#fff;
	border-right-color:#fff;
	border-bottom-color:#fff;
	display:block;
	padding: .7em 0 .7em 3.5em;
}
#sidebar .tech-spec a:hover {
	border-color: #aaa;
	background-color: #eee;
}

#sidebar.grace ul{
	padding-left:1em;
}
#sidebar.grace h2{
	margin-bottom:.2em;
}
#sidebar li.break{
	margin-top:1em;
}

#sidebar.grace .tech-spec {
	margin: 2em 0 2em -1em;
	
}

#sidebar.grace .tech-spec a {
	background: #fff url(images/cat-icons/pdf.png) no-repeat 10px 12px;
	margin:0 0 1em 0;
	border:1px dotted #ccc;
	display:block;
	padding: .7em 0 .7em 3.5em;
}
#sidebar.grace .tech-spec a:hover {
	border-color: #aaa;
	background-color: #eee;
}


/* nextgen sidebar widget */

#sidebar .ngg-widget {
	padding-top:0 !important;
	text-align:center !important;
	font-size: 15px;
}

#sidebar .hslice{
	text-align:left;
	font: bold 1em arial,sans-serif;
	color: #c00;
}

#sidebar ul.gallery .ngg-widget {
	text-align:left !important;
}
#sidebar ul.gallery #text-3 {
	font: bold 1.2em arial,sans-serif;
	margin: 20px 0 10px 0;
}
#sidebar .ngg-widget img {
	border:3px solid #eee !important;
	margin:0 !important;
	margin-bottom:.5em !important;
	padding:0; !important;
	background:#eee; !important; 
}
#sidebar .ngg-widget img:hover {
	border:3px solid #464646 !important;
	background:#464646; !important; 
}
#sidebar .ngg_images {
	text-align:center;
	border-left:1px dotted #ccc;
	border-right:1px dotted #ccc;
	padding-bottom:.5em;
}
#sidebar .ngg_images h2 {
	padding: 0 0 .3em 0!important;
}


#sidebar .icon-list a {
	font-weight:bold;
	margin:0 0 1em 0;
	border:1px dotted #ccc;
	border-top-color:#fff;
	display:block;
	padding: .7em 0;
}
#sidebar .icon-list a:hover {
	border-color: #aaa;
	color: #f00;
	background: #eee;
}
#sidebar .icon-list img {
	vertical-align:middle;
	margin: 0 0 0 1.5em;
}


#sidebar li.ml-subscribe {
	margin-top:1em;
	-moz-border-radius: 5%;
	background: #fff;
	border:1px solid #ddd;
}
#sidebar li.ml-subscribe h2{
	-moz-border-radius: 5% 5% 0 0;	
	border-bottom:1px solid #ddd;
	padding:.7em 1em;
	text-transform:uppercase;
	background: #eee;
}
#sidebar li.ml-subscribe form{
	clear:both;
	padding:1em .5em 1em 1em;
}
#sidebar li.ml-subscribe input[type=radio]{
	vertical-align:bottom;
	margin-right:.5em;
}
#sidebar li.ml-subscribe input[type=text]{
	width:11em;
	margin-right:.3em;
}
#sidebar li.ml-subscribe input+p{
	margin:0 0 .4em 0;
	margin-top:0;
}







/* non-semantic classes (to deprecate) */
span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

.alt {	background-color: #f0f0f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.clearer {
	clear: both;
}
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 Form Elements */






#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	font: normal 10px/13px 'lucida grande','lucida sans unicode',verdana,sans-serif;
	color: #333; 
}

#sidebar #searchsubmit {
	padding: 1px 2px 0 2px;
	margin: 0 0 0 2px;
	font: normal 10px/13px 'lucida grande','lucida sans unicode',verdana,sans-serif;
	background: #B8B8B8;
	color: #fff; 
}




/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}



/* Begin Various Tags & Classes */

span.caps {
	cursor: help;
}


.post hr {
	display: block;
}

.center {
	text-align: center;
}

.navigation {
	margin: 2em 0;
	font-size: 0.8em; 
	color: #888; 
	text-transform: uppercase;
	clear:both;
	overflow:hidden;
}
.navigation .list {}
.navigation a, .navigation a:visited, .navigation a:hover {
	text-decoration: none; 
	display:block;
	padding: .3em .5em !important;
}
.navigation a, .navigation a:visited {
	color: #464646;
	background: #eee;
}
.navigation a:hover { 
	color: #fff; 
	background: #666;
}
.older-entries, .newer-entries {
	overflow:hidden;
	float:left;
}
.older-entries {
	border-right:4px solid #aaa;
}
.newer-entries {
	border-left:4px solid #aaa;
	margin-left: 1em;
}


.navigation.top {
	margin:-12px -26px 0 0;
	float:right;
}
.navigation.top a, .navigation.top a:visited, .navigation.top a:hover {
	display:block;
	padding: .5em 1em;
	margin:0;
}
.navigation.top .pagebar{
	margin:0;
	padding:3px 3px;
	background: #f6f6f6;
	white-space:nowrap;
	-moz-border-radius: 0 0 2% 2%;
	overflow:hidden;
}
.navigation.top .pagebar a{
	float:left;
	background: #fff;
	border: 1px solid #464646;
	-moz-border-radius: 5%;
	margin:0 2px;
	padding:3px 9px;
	color: #464646;
}
.navigation.top .pagebar a:hover{
	background: #fff;
	border: 1px solid #e6db55;
}

.navigation.top .pagebar span.this-page{
	display:block;
	float:left;	
	padding: 3px 9px;
	color: #464646;
	background: #fff;
	text-align:center;
	border: 1px solid #e6db55;
	-moz-border-radius: 5%;
	margin:0 2px;
	font-weight:bold;		
}

.callout {
	text-align:center;
	background: #eee;     
	border:1px solid #bbb;
	margin:1em 0;	
}
.callout-img {
	background: #fff url('images/access.png') no-repeat left top;     
	margin:2em 0 1em 0;
	padding:.5em 0 1em 40px;
}

.page-date{
	float:right;
	margin-top:0;
}

.press-release-intro{
	font: normal 1.3em/1.5em arial,sans-serif;
	margin:0em 0em 1em 0;
}
.col{
	width: 30%;
	margin-right:3%;
	float:left;
	margin-bottom:2em;
	overflow:hidden;
}
.col.last{
	margin-right:0;
}
.col h5 { 	
	font: bold 1.1em 'lucida sans unicode',verdana,sans-serif; 
	text-transform: capitalize; 
	margin: 1.5em 0 1em 0;
}
.col h5.first { 	
	margin-top:0; 
}
.col.half  {
	width: 45%;
	padding-top: 20px;
}
.col.half a img{
	border: 1px solid #fff;
}
.col.half a:hover img{
	border: 1px solid #f00;
}

/*** SEARCH PAGE **/

div.search-results{
	clear:both;
	margin-top:2em;
}
.search-results dt{
	margin-bottom:0;
	border-bottom:1px solid #ccc;
}
.search-results dd {
	font:normal 1em/1.4em verdana,sans-serif;
	margin: 0em 0 2em 0;
}
.search-results dd p {
	margin-top: 0;
}
.search-results h4 {
	margin:0 0 1.5em 0;
}
.search-results dt a {
	font-size:1em;
	font-weight:bold;
}
.search-results dt span.date {
	font:normal .85em verdana,sans-serif;
}
.search-results .permalink{
	font:normal 1em/1.4em verdana,sans-serif;
	margin: 0em 0 0 0;
	color: #888;
}

/*** PAGEBAR **/
div.pagebar {
	margin: 2em 0 1em 0;
	padding: 1em 0;

}
div.pagebar a{
	padding: .3em .5em;
	border: 1px solid #ccc;
	font-weight:bold;
	background: #36393A;
	color: #fff;
}
div.pagebar a:hover{
	background: #666;
	text-decoration:none;
}
div.pagebar .this-page{
	background: #2282ed;
	color: #fff;
	padding: .3em .5em;
	font-weight:bold;
	border: 1px solid #00f;
}


/*** GRACE SECTION ***/

#grace-banner1{
	width: 660px;
	height:100px;
	background: url(images/grace-banner2.jpg);	
}
.grace-home-imgrow{
	margin:2em 0 1em 0;	
}
.grace-home-imgrow img{
	float:left;
	margin:0;
}
#content.grace {
	width:100%;
}
#content.grace .main-image {
	float: left;
	margin: 0 0 1em 0;
}
#content.grace .main-image+p {
	margin-top: 0;
}
.leadtxt {
	width: 225px;
	height:25em;
	float:left;
}
.leadtxt p { 
	margin:0; 
	padding:1em;
}
.leadtxt p+p { 
	padding-top:0;
}
.leadtxt span{
	padding:1em;
	display:block;
}
#content.grace.sub {
	margin: 3em 0;
	width:74%;
}
#content.grace.sub ul {
	list-style:none;
	margin-top:0;
	padding-top:0;
}
.grace.sub p, .grace.sub ul, .grace.sub h4,
.grace.sub h3, .grace.sub h2, .grace.sub h5,
.grace.sub div {
	margin-left:235px;
}
.biog-montage {
	position:relative;
	z-index:100;
	top:-10px;
	left:0px;	
}
.grace.sub h3{
	margin-top:0;
	padding-top:0;
}
.grace.sub p.tags{
	margin-top:0;
	margin-bottom:1em;
}
.grace.sub img.grace-left-inline{
	position:absolute;
	bottom:0;
	left:0;	
}
img.grace-right-inline{
	margin-top:15em;	
}

h4.tour-dates {
	font-size:inherit !important;
	text-transform:none;
	color: inherit;
}
ul.tour-dates {
	margin-left:235px;
	margin-top:1em !important	
}
ul.tour-dates li{
	margin-bottom:2em;
}
ul.tour-dates address, ul.tour-dates em{
	font-style:normal;
	display:block;
}
ul.tour-dates address {
	padding: 5px 0 0 30px;
	background: url(images/basket.png) no-repeat 0 3px;
}
ul.tour-dates em {
	padding: 5px 0 2px 30px;
	background: url(images/phone.png) no-repeat 5px 6px;
}

#content.gallery {
	margin-bottom: 3em;
	width: 100%;
	padding-top: 10px;
}
#content.gallery div {
	margin-right: 1em;
}

#content.gallery h3{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0;
}
#content.gallery h3+p{
	margin-top:0;
}
#content.gallery h5{
	margin-top: 3em !important;
	font-size:1.1em;
	color: inherit;
	text-transform: none;
	font-weight:bold;
	border-bottom: 1px dotted #ccc;
	width: 480px;
}

#content.gallery div.films {
	margin:0 0 20px 0;
}
#content.gallery div.films ul {
	margin:0 0 10px 16px;
	padding-top:0
}

#content.gallery div.col-50 {
	width: 45%;
	margin-right:2%;
	float:left;
}
#content.gallery-single{
	width: 665px;	
}
#content.gallery-single h1{
	margin-top:0;
	font: bold 1.3em arial,sans-serif;
	border-bottom: 1px solid #ccc;	
}






#sidebar ul.gallery {
	line-height:1.4em;	
}
#sidebar ul.gallery h1{
	font: bold 1.5em arial,sans-serif;
	margin-bottom:0;	
}
#sidebar ul.gallery h2{
	font: bold 1.1em arial,sans-serif;
	margin-bottom:0;	
}
#sidebar ul.gallery h3{
	font: normal 1em arial,sans-serif;
	margin-top: 20px;
}
#sidebar ul.gallery h2 + div.films h3{
	margin-top: .5em;
}

#sidebar .widget_slideshow {
	margin-top:1em !important;
	font-size:.9em;
}
#sidebar .slideshow-widget {
	margin-top:.5em !important;	
}

/*** nextgen gallery styles ***/
.ngg-compact-album {
	float:left;
	margin-right: 20px;
	text-align:left;
}
.ngg-compact-album strong{
	display:block;	
}
.ngg-compact-album strong+p{
	margin-top:0;	
}

.ngg-albumoverview + h3{
	margin-top:0;
	width: 95% !important;
}

.post.about-us p {
	position:relative;
	z-index:inherit;
}

p#about-us-bg{
	z-index:1;
	position:relative;
	margin-top:-15em;
}

.ngg-singlepic {
	padding:0 !important;
}



.biog-main .current-people {
	float:left;
	margin: 0 20px 30px 0;
	border:1px solid #ccc;
}

.biog-main .current-people a{
	display:block;
	padding:10px;
}

.biog-main .current-people a:hover{
	background: #eee;
}

.biogs-main-photo{
	width: 100px;
}

img.biog-photo{
	float:left;
}

p.biog-pieces{
	color: #c1190a;
}

#participation-links {
	overflow:hidden;
	clear:both;
	padding: 20px 0;
}
#participation-links .participation-boxes{
	float:left;
	margin:0 20px 0 0;
	border: 3px solid #444;
	-moz-border-radius: 2%;
}
#participation-links .participation-boxes:hover{
	border: 3px solid #c00;
}

img.learn-sidebar{
	margin:40px 0 0 0px;
}
ul.past-productions{
	list-style:none;
	margin-left: 0;
}

ul.past-productions li{
	border-left: 10px dotted #ccc;
	padding: 0 40px 0 20px;
	margin: 20px 0;
}
ul.past-productions p{
	margin-top:0;
	margin-bottom: 20px;
}

.download-grace-programme a{
	clear:both;
	margin: 0px 0 5px 0;
	background: #a31b0f;
	padding: 10px 0 3px 3px ;
	display:block;
	color: #fff;
	-moz-border-radius: 0 .5% .5% 0;
}
.download-grace-programme a:hover{
	background: #d31b0f;
	
}

