/*   
Theme Name: Artsblog
Theme URI: www.kilroyjames.co.uk/artsblog
Description: The default ArtsBlog theme for 2009. Clean code and 100% valid output (XHTML and CSS): accessible enough to use as a Public-Sector website. Works with Wordpress 2.7
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: #fcf6f0;
	color: #293444;
	text-align: center;
	position:relative;
	margin: 0;
	padding: 0 0 2em 0;
	z-index:1;
}

h1 {}
h2 {	font-size: 2em;
	font-family: "arial", sans-serif;
	color: #e70033;
	letter-spacing:-1px;
}
#content.category h2.page-title{
	margin-bottom:1em;
}

	
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: 0; 
}
h5.breadcrumbs {
	font-size:1em;
	text-transform:none;
	
}
h5.breadcrumbs a {
	color: #999;
}
h5.breadcrumbs a:hover {
	color: #e70033;
	text-decoration:none;
}

a, a:active {	color: #e70033; text-decoration: none; }
a:visited {	color: #ba1b3e;	text-decoration: none; }
a:hover { 	color: #c00932; text-decoration: underline; }


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;
	position:relative;
	z-index:3;
	background: url(images/right-col-bg.jpg) 100% 0 repeat-y;
	border-bottom: 1px solid #ddd;
}
#header {
	overflow:hidden;
	font-size:.96em;
}

#header:after {
	content: ".";
	display: block;
	line-height: 0em;
	font-size: .1px;
	clear: both;
	height:.1px;
}

.dhd-logotype {
	font: 8.7em arial,helvetica,sans-serif;
	letter-spacing:-.075em;
	word-spacing:-.2em;
	line-height:1em;
	background: 404040;
	margin:20px 0 0 0;
	padding:0;
}
.dhd-logotype a, .dhd-logotype a:visited, .dhd-logotype a:hover{
	color:#000;
	text-decoration:none;
}
.dhd-logotype .hughes{
	font-family: "arial black",helvetica,sans-serif;
}

#header .nav {
	padding:0;
	margin:1.5em 0 0 0;
	font-family:arial;
	width:100%;
	overflow:hidden;
}
#header .nav ul{ 
	margin:0;
	padding: 0;
	overflow: hidden;
}
#header .nav li {
	list-style-type: none;
	display:inline;
	float:left;
}
#header li.search {
	float:right;
	padding-right:.3em;	
}
#header .nav li a { 
	padding: .75em 1.5em;
	text-decoration: none;
	text-transform:uppercase;
	color:#fff;
	display:block;
	border-right: 1px solid #c66;
	background: #c00932;
}
#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: #e70033;
	color: #fff;
}
#header .nav li.current_page_item a, #header .nav li.current-cat a, #header .nav li.current-cat-parent a {
	background: #404040;
	color: #fff;
	cursor:default;
}
#header .nav li.current-cat a:hover, #header .nav li.current-cat a:hover, #header .nav li.current-cat-parent a:hover{
	cursor:default;
}

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


.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: 68%;
	z-index:3;
	margin:2em 0;
}
#content.home {
	width:100%;
	margin-bottom:0;
}

#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;
}


/* footer */
.footer-bg {
	overflow:hiddden;
	position:relative;
	padding: .5em 0;
	width:900px;
	margin:0 auto 0 auto;
	text-align:right;
}
.footer-bg.sponsors {
	background: #fff;
	border-bottom: 2px dotted #ccc;		
	padding: 0;
}
#footer {
	margin: 1em 0 0 0;
	position: relative;
	text-align: left;
	float:left;	
}
#footer p {
	padding:1em 0;
	margin:0;
	font:.9em arial,sans-serif;
}
.sponsor-logos {
	margin:1em 0;
}
.sponsor-logos a{
	margin:0 .5em;
}
.sponsor-logos a img{
	padding-bottom:.5em;
}
.sponsor-logos a.first{
	margin-left:0;
}
.sponsor-logos img{
	border:1px solid #fff;
	padding:10px;
}
.sponsor-logos img:hover{
	border:1px solid #ccc;
}





/* 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; 
}

.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;
	margin-top:.75em;
	vertical-align:bottom;
}
.post h3 a[rel=bookmark] {
	float:none;
	margin-left:0;
}


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


h2.productions { margin: 1em 0 }
ul.productions {
	margin: 1em 0 0 0;
}
ul.productions li {
	margin: 0 0 2em 0;
}
ul.productions li p {
	margin: 0 0 1em 0;
}
ul.productions li .title {
	font-weight:bold;
}




/* 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: 31%;
	padding: 0;
	position:relative;
	margin:2em 0 3em 0;
}

#sidebar h2 {
	font: bold 1.1em/1.2em 'lucida sans unicode',sans-serif;
	margin: 0;
	padding: 1px  0 0 0;
	color: #c00;
	letter-spacing:normal;
}
#sidebar ul, #sidebar ol {
	margin: 0 0 0 1em;
	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/icons/arrow.gif') no-repeat 0 2px;
	background: url('images/icons/sel-1.png') no-repeat 0 2px;
	padding-left: 1em;
	font-weight:bold;
	font-size:1em;
}
#sidebar a, #sidebar a:visited {
	color: #000;
}
#sidebar .current_page_item a {

}

#sidebar ul#about-us-menu {
	padding-left: 1em;
	border-left: 1px dotted #ccc;
	margin-bottom:0;
}

#sidebar .tech-spec {
	margin-top: 2em;
}

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



/* nextgen sidebar widget */
#sidebar .ngg-widget {
	padding-top:0 !important;
}
#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 li.ml-subscribe {
	margin:0 2em 0 0;	
	color: #000;
}
#sidebar li.ml-subscribe h2{
	padding:0em 1em 0 0;
}
#sidebar li.ml-subscribe form{
	clear:both;
	padding:.5em .5em 1em 0;
}
#sidebar li.ml-subscribe input[type=radio]{
	vertical-align:bottom;
	margin-right:.5em;
}
#sidebar li.ml-subscribe input[type=text]{
	width:12.1em;
	margin-right:.3em;
	font-size:1.2em;
}
#sidebar li.ml-subscribe input+p{
	margin:0 0 .4em 0;
	margin-top:0;
}

form .submit{
	padding: 1px .5em 2px .5em;
	margin: 0 0 0 2px;
	border:1px solid #fff;
	background: #464646;
	color: #fff;
	-moz-border-radius: 5%
}
form .submit:hover {
	border:1px solid #e70033;
}
form .submit:active {
	border:1px solid #f00;
	background:  #e70033;
	color: #000;	
}





/* 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/icons/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:1em 0em 1em 0;
}
.col{
	width: 30%;
	margin-right:3%;
	float:left;
	margin-bottom:2em;
}
.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; 
}


/*** 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 ***/

#content .biog-img{
	float:left;
	margin:1em 1em 1em 0;
}



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/icons/basket.png) no-repeat 0 3px;
}
ul.tour-dates em {
	padding: 5px 0 2px 30px;
	background: url(images/icons/phone.png) no-repeat 5px 6px;
}

#content.gallery {
	margin-bottom: 3em;
}
#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 h5 span{
	font-size:.9em;
	text-transform: none;
	font-weight: normal !important;
	font-style: italic;
}


#sidebar ul.gallery {
	line-height:1.4em;	
}

#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:2em;
	text-align:left;
	width:25%;	
}
.ngg-compact-album strong{
	display:block;	
}
.ngg-compact-album strong+p{
	margin-top:0;	
}

.ngg-albumoverview + h3{
	margin-top:0;
}

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

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







