/*
Theme Name: Stage Services
Theme URI: http://www.vis-is.co.uk/
Description: Hallam Union Stage Services.
Version: 2.1
Author: James Goodwin
Author URI: http://www.vis-is.co.uk/
Tags: hallam union, stage services

	New theme design

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@import 'grid.css';

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
/*	font-size: 101%/101%;  */
	font-family: 'Lucida Grande', 'Segoe UI', Geneva, Tahoma, Arial, Sans-Serif;
	background: url('images/background.jpg') repeat-x top #6ECACF;
	color: #3b3b39;
	margin: 0 0 10px;
	border: none;
	}

input { font-size: 12px; font-family: 'Lucida Grande', 'Segoe UI', Geneva, Tahoma, Arial, Sans-Serif; }

#page {
	font-size: 13px;
	width: 980px;
/*	border-top: 2px solid #6ECACF;*/
	border-left: 8px solid #6ECACF;
	border-right: 8px solid #6ECACF;
	margin: 0 auto;
	padding: 0 0;
	background-color: white;
	text-align: left;
	}
	
#printheader { display: none; }
	
#masthead
{
	font-size: 11px;
	background: #6ECACF url('images/masthead.png') no-repeat top;
	height: 125px;
	/*sxborder-bottom: 8px solid #6ECACF;*/
}

#masthead #tools
{
	float: right;
	margin-right: 20px;
	margin-top: -1px;
}

#masthead #masthead_search
{
	border: none;
	background: url('images/search_box.png');
	width: 140px;
	height: 16px;
	color: #CCCCCC;
	padding: 3px 5px;
}

#masthead #masthead_search.focus { color: black; }
#masthead #searchsubmit { display: none; }

#masthead #global_nav { padding: 09px 20px; }
#global_nav_menu { margin-left: -46px; margin-top: 6px  }
#global_nav_menu ul { margin: 0px; }
#global_nav_menu ul li { display: inline; margin: 0px; padding: 0; }
#global_nav_menu ul li a { padding: 3px 6px; }
#global_nav_menu ul li a:hover { color: black; text-decoration: none; background: url('images/lighten.png'); -moz-border-radius: 4px; -webkit-border-radius: 4px; }

#masthead #sitetitle { clear: both; padding: 15px 17px 7px; background: url('images/masthead_title_bg.png') repeat-x 0 8px; }
h1 { font-size: 30px; letter-spacing: -2px; }
h1 sup { font-size: 12px; vertical-align: text-top; letter-spacing: -1px; padding-left: 6px; text-transform: uppercase; }
	
#header {
	background: url('images/default_header.jpg') top left;
	height: 150px;
	overflow: hidden;
	}
	
#menu 
{
	background: url('images/menu.png') repeat-x top;
	height: 27px;
	overflow: hidden;
}

#menu ul 
{ 
	display: block; 
	margin: 0px;
	padding: 6px 10px;
}
#menu ul li 
{
	font-size: 12px;
	display: inline;
}

#menu ul li a
{
	color: #CCCCCC;
	text-decoration: none;
	padding: 8px 10px;
}

#menu ul li a:hover
{
	background: url('images/menu_hover.png') repeat-x;
	color: white;
}

#menu ul li a.selected
{
	background: url('images/menu_select.png') repeat-x;
	color: white;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 10px;
}

#content {
/*	font-size: 12px; */
	}

.narrowcolumn 
{
	float: left;
	margin: 0px 8px;
	width: 538px;
	background: url('images/narrowcolumn_middle.jpg') repeat-y;
}
	
.narrowcolumn_top
{
	background: white url('images/narrowcolumn_top.jpg') no-repeat bottom;
	width: 540px;
	height: 28px;
	overflow: hidden;
}

.narrowcolumn_bottom
{
	background: white url('images/narrowcolumn_bottom.jpg') no-repeat top;
	width: 540px;
	height: 28px;
	overflow: hidden;
}
	
.narrowcolumn_content,
.sidebar_content,
.widecolumn_content
{
	padding: 10px 30px;
}

.narrowcolumn_content ul, .sidebar_content ul
{
	margin: 0;
	margin-left: -20px;
}

.widecolumn {
	padding: 0px;
	margin: 0px 10px;
	width: 760px;
	background: url('images/widecolumn_middle.jpg') repeat-y;
	}
	
.widecolumn_top
{
	background: white url('images/widecolumn_top.jpg') no-repeat bottom;
	width: 760px;
	height: 28px;
	overflow: hidden;
}

.widecolumn_bottom
{
	background: white url('images/widecolumn_bottom.jpg') no-repeat top;
	width: 760px;
	height: 28px;
	overflow: hidden;
}

.sidebar
{
	padding: 0px;
	/*margin: 0px 0px 0px 555px;*/
	margin: 0px;
	width: 220px;
	background: url('images/sidebar_middle.jpg') repeat-y;
	}
	
.sidebar_top
{
	background: white url('images/sidebar_top.jpg') no-repeat bottom;
	width: 220px;
	height: 28px;
	overflow: hidden;
}

.sidebar_bottom
{
	background: white url('images/sidebar_bottom.jpg') no-repeat top;
	width: 220px;
	height: 28px;
	overflow: hidden;
}

.sidebar_bug
{
	background: white;
	padding: 17px 10px 0;
}

#sidebar form {
	margin: 0;
	}
	
#footer {
	clear: both;
	background: #4D8D90 url('images/footer_bottom.jpg') no-repeat bottom;
	border-top: 10px white solid;
	color: #cccccc;
	font-size: 11px;
	padding: 20px 20px 10px;
	margin-bottom: 0px;
	line-height: 21px;
	}
	
#footer .column { float: right; text-align: right; width: 180px; }
#footer a { color: white; }

#printfooter { display: none; }

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-size: 10px;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 0;
	text-align: left;
	}

h2 {
	font-size: 36px;
	letter-spacing: -2px;
	}

h2.pagetitle {
	font-size: 32px;
	letter-spacing: -2px;
	}

#sidebar h2 {
	font-size: 14px;
	letter-spacing: 0;
	}

h3 {
	font-size: 18px;
/*	font-weight: bold; */
	}
	
strong,b { font-weight: 600; }

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Segoe UI', Geneva, Tahoma, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Consolas', 'Lucida Console', 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #008A90;
	text-decoration: none;
	}

a:hover {
	color: #01C5CC;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
	
div.alignleft,
div.alignright
{
	clear: both;
	margin-bottom: 10px;
}

div.alignleft img,
div.alignright img
{
	width: 100px;
	height: auto;
	padding-right: 10px;
}
/* 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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* #commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform label { font-size: 11px; float: left; width: 210px; padding-top: 7px; }
#commentform label small {  }

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 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;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	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;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	text-decoration: none !important;
	}
	
ul.blogroll li a img { vertical-align: text-top; padding-right: 4px; background: white; }

.navigation {
	display: block;
/*	text-align: center; */
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #DDDDDD;
	}
	
div.post div.info { margin-bottom: 20px; font-size: 90%; color: #999999; }
	
div.error, div.information, div.warning
{
	margin: 10px 0px;
	border: 1px solid #C63;
	background: #FC9 url('images/exclamation.png') 11px 11px no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 20px 10px 40px ;
}

div.information
{
	border-color: #C63;
	background-color: #FC9;
	background-image: url('images/information.png');
}

div.warning
{
	border-color: #CC6;
	background-color: #FFC;
	background-image: url('images/error.png');
}

.showhide { /*display: none;*/
	cursor: pointer; }
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

#body { background: white; width: 954px; overflow: hidden; padding: 13px; }

.gridcolumn
{
	display: block;
	float: left;
	width: 70px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.rightmost { margin-right: 0px; }

.width05 { width: 30px; }
.width1 { width: 70px; }
.width2 { width: 150px; }
.width3 { width: 230px; }
.width4 { width: 310px; }
.width5 { width: 390px; }
.width6 { width: 470px; }
.width7 { width: 550px; }
.width8 { width: 630px; }
.width9 { width: 710px; }
.width10 { width: 790px; }
.width11 { width: 870px; }
.width12 { width: 950px; }

.bordered { border: 1px solid #DDDDDD; -moz-border-radius: 6px; }
.padded { padding: 10px; }

.postpreview { font-size: 90%; }
.postpreview img { display: none; }
.postpreview img.story { display: inline; width: 100px; height: auto; }
.postpreview h2 { font-size: 16pt; letter-spacing: -1px; }

.hidden { display: none; }

table.form { width: 500px; margin: 20px auto; }
table.form td { vertical-align: top; }
input { width: 300px; }
select { width: 306px; }
textarea { width: 300px; height: 100px; }
input, select, textarea { border: 1px solid #6ECACF; padding: 2px; }
input[type="submit"], input[type="button"], button, a.button { 
	border: 2px solid #6ECACF; 
	width: auto; 
	background: #B7E5E7;
	color: #4D8D90;
	padding: 4px 20px; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}
input[type="checkbox"], input[type="textarea"] { width: auto; }
a.small, button.add, button.small { padding: 1px 4px; min-width: 12px; }
button.add, button.green, a.green { background: #C2E6B7; border-color: #84CE6D; color: #5C904C; }
button.delete, button.red, a.red { background: #E6CBB7; border-color: #CE966D; color: #90694C; }
button.yellow, a.yellow { background: #E6E2B7; border-color: #CEC66D; color: #908A4C; }

#twitter_update { float: right; text-align: right; color: white; padding-top: 19px; padding-bottom: 2px; display: block; width: 600px; }
#twitter_update_list { text-align: right; display: inline; margin-left: -40px; }
#twitter_update_list li { display: inline; color: #DDDDDD; }
#twitter_update_list li a { color: #6ECACF; }