@charset "utf-8";
/* CSS Document */

body
{
	background: url('../images/body-bg.jpg') repeat-x;
	color: #222;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	margin: 30px 0;
}

a, a:visited
{
	color: #d46147;
	font-weight: bold;
	text-decoration: none;
}

a:active, a:hover
{
	color: #577f17;
	text-decoration: underline;
}

p
{
	padding: 0 0 0.6em 0;
	margin: 0;
}

blockquote
{
	background: url('../images/blockquote-open.gif') left top no-repeat;
	color: #000;
	float: right;
	font-family: 'Times New Roman', Times, serif;
	font-size: 20px;
	margin: 0 0 0 20px;
	padding: 14px 70px 0 70px;
	text-align: center;
	width: 200px;
}

.blockquote-bottom
{
	background: url('../images/blockquote-close.gif') right top no-repeat;
	float: right;
	height: 40px;
	width: 270px;
	margin-top: -24px;
	margin-bottom: 20px;
	text-align: right;
}

#wrapper
{
	margin: 0 auto;
	width: 960px;
}

#header
{
	width: 960px;
}
	
	#branding
	{
		height: 107px;
		width: 960px;
		position: relative;
	}
		
		.default
		{
			background: url('../images/home-silhouette.png') bottom right no-repeat;
		}
		
	#blog-title h1, #blog-title p
	{
		margin: 0;
		padding: 0;
		text-indent: -9999px;
	}
	
	#blog-name
	{
		background: url('../images/site-logo.jpg') no-repeat;
		height: 102px;
		width: 384px;
	}
	
	#blog-description
	{
		background: url('../images/site-tagline.png') no-repeat;
		height: 20px;
		width: 273px;
		position: absolute;
		top: 82px;
		left: 109px;
	}
	
	/*Header teasers */
	
	#category-teaser
	{
		color: #000;
		height: 107px;
		width: 450px;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	#category-teaser p
	{
		font-size: 20px;
		margin-right: 128px;
	}
	
	.ct-header
	{
		color: #11307f;
		font-size: 30px !important;
		margin-bottom: -10px;
	}
	
	.ct-header.headerteaserimage
	{
		margin-right: 270px;
	}
	
	#category-teaser img
	{
		position: absolute;
		top: -1px;
		right: 0;
	}
	
	/***** Header Highlight Section On Homepage *****/
	
	#homepage-highlight
	{
		display: block;
		font-size: 20px;
		height: 108px;
		position: absolute;
		top: 9px;
		left: 414px;
		width: 423px;
	}
	
	#homepage-highlight a
	{
		color: #d46147;
	}
	
	#homepage-highlight img
	{
		float: left;
		margin-right: 15px;
		margin-top: -10px;
	}
	
	.skip-link, .screen-reader-text
	{
		height: 1px;
		width: 1px;
		overflow: hidden;
		position: absolute;
		top: -9999px;
		left: -9999px;		
	}
	
	#main-nav
	{
		margin: 4px -30px 0 0;
		position: relative;
	}
	
	#main-nav > li
	{
		display: inline;
		font-size: 20px;
		margin-right: 5px;
		position: relative;
	}
	
	#main-nav #home-link
	{
		margin-right: 10px;
	}
	
		#main-nav > li > a, #main-nav > li > a:visited
		{
			background: #d46147;
			color: #fff;
			display: inline;	
			padding: 3px 5px 4px 5px;
			text-decoration: none;
		}
		
		#main-nav > li > a:hover
		{
			background: #659914;
		}
		
		#main-nav > .current-cat > a, #main-nav > .current-cat-parent > a
		{
			background: #659914 !important;
		}
		
		#main-nav .children
		{
			display: none;
			font-size: 12px !important;
			margin: 0;
			padding: 0;
			z-index: 9999 !important;
		}
		
		#main-nav > li:hover > .children
		{
			background: #659914;
			border-top: 2px solid #fff;
			display: block !important;
			padding: 12px 20px 14px 20px;
			position: absolute;
			left: 20px;
			top: 28px;
			z-index: 9999 !important;
		}
		
		.children li
		{
			list-style-type: none;
			min-width: 120px !important;
			padding: 0;
			z-index: 9999 !important;
		}
		
		.children a, .children a:visited
		{
			color: #f3f3f3;
			font-weight: normal;
		}
		
		.children a:hover
		{
			color: #ccc;
		}
		
	#main
	{
	position: relative;
	}
		
	#container
	{
		margin-top: 20px;
		min-height: 1000px;
		width: 620px;
	}
	
	/*****
	*
	******/
	
	#content h1
	{
		color: #11307f;
		font-size: 24px;
	}
	
	.page-title
	{
		margin-bottom: 20px;
	}
	
	#content h2
	{
		color: #11307f;
		font-size: 20px;
	}
	
	/*****
	* Teaser styling
	*****/
	
	.teaser
	{
		display: block;
		float: left;
		font-size: 12px;
		height: 108px;
		width: 108px;
		margin: 0 20px 20px 0;
		position: relative;
		-moz-box-shadow: 5px 5px 5px #999;
		-webkit-box-shadow: 5px 5px 5px #999;
	}
	
		.teaser p
		{
			background: url('../images/black-bg.png');
			line-height: 1.1em;
			margin: 0 !important;
			padding: 5px 5px;
			position: absolute;
			bottom: 0;
			left: 0;
			width: 98px;
		}
		
		.teaser a
		{
			color: #fff;
			text-decoration: none;
		}
	
	/*****
	* First post styling
	*****/
	
	.firstpost .article-header
	{
		display: block;
		margin-bottom: 14px;
		position: relative;
		-moz-box-shadow: 5px 5px 5px #999;
		-webkit-box-shadow: 5px 5px 5px #999;
	}
	
	.firstpost .landscape-header
	{
		height: 388px;
		width: 620px;
	}
	
	.firstpost .portrait-header
	{
		height: 450px;
		width: 300px;
		margin-bottom: 20px;
	}
	
	.firstpost .leftportrait-header
	{
		float: left;
	}
	
	.firstpost .rightportrait-header
	{
		float: right;
	}
	
	.article-header h1
	{
		font-size: 40px !important;
	}
	
	.firstpost h2.entry-title
	{
		margin: 0 !important;
		font-size: 40px !important;
	}
	
	.firstpost .entry-title
	{
		color: #fff !important;
		background: url('../images/black-bg.png');
	}
	
	.firstpost .entry-title.black
	{
		color: #000 !important;
		background: url('../images/white-bg.png');
	}
	
	.firstpost .entry-title a
	{
		color: #fff;
		text-decoration: none;
	}
	
	.firstpost .entry-title.black a
	{
		color: #000;
		text-decoration: none;
	}
	
	.firstpost .entry-title
	{
		position: absolute;
		padding: 10px 10px 5px 10px;
		width: 600px;
	}
	
	.firstpost .portrait-header .entry-title
	{
		width: 280px;
	}
	
	.firstpost .entry-title.bottom
	{
		bottom: 0;
	}
	
	.portrait-content
	{
		width: 300px;
	}
	
	.leftportrait-content
	{
		float: right;
	}
	
	.rightportrait-content
	{
		float: left;
	}
	
	/*temp*/
	.main-content-ad
	{
		margin: 0 76px;
	}
	
	.second-ad
	{
		margin-top: 30px;
	}
	
	/*****
	* Secondary story styling
	*****/
	
	.notfirst
	{
		float: left;
		font-size: 12px;
		width: 300px;
		margin-right: 20px;
		margin-top: 20px;
	}
	
	.notfirst h3
	{
		font-size: 16px;
		margin-bottom: 5px;
	}
	
	.notfirst h3 a
	{
		color: #11307f;
		text-decoration: none;
	}
	
	.notfirst-bottom
	{
		margin-bottom: 30px;
	}
	
	.sub-story-image
	{
		float: left;
		margin-right: 10px;
		-moz-box-shadow: 5px 5px 5px #999;
		-webkit-box-shadow: 5px 5px 5px #999;
	}
	
	.subpost-text
	{
		float: right;
		width: 173px;
	}
	
	/* Test Only Posts */
	
	#textonly-posts
	{
		margin-top: 20px;
		padding-bottom: 20px;
	}
	
	.textonly-post
	{
		list-style-type: none;
	}
	
	.textonly-post p
	{
		font-size: 12px;
	}
	
	/*Story*/
	
	.image-caption
	{
	font-weight: bold;
	margin: 0 !important;
	padding: 0 !important;
	}	
	
	.leftportrait-image + .image-caption
	{
		position: absolute;
		left: 0;
		top: 455px;
		width: 300px;
	}
	
	.rightportrait-image + .image-caption
	{
		position: absolute;
		right: 340px;
		top: 455px;
		width: 300px;
	}
	
	img.story-portrait
	{
		position: relative;
		-moz-box-shadow: 5px 5px 5px #999;
		-webkit-box-shadow: 5px 5px 5px #999;
	}
	
	img.leftportrait-image
	{
		float: left;
		margin: 0 20px 0 0;
	}
	
	img.rightportrait-image
	{
		float: right;
		margin: 0 0 0 20px;
	}
	
	.portrait-storyheader
	{
		font-size: 40px !important ;
		width: 300px !important;
	}
	
	.textonly-storyheader
	{
		font-size: 40px !important;
	}
	
	.textonly-storyheader a
	{
		color: #11307f;
	}
	
	.fancy-letter
	{
		display: inline-block;
		font-size: 32px;
		font-weight: bold;
	}
	
	.ad-2
	{
		margin-top: 20px;
	}
	
	.entry-text object
	{
		display: block;
	margin: 0 auto;
	text-align: center;
	}
	
	/* Gallery Stuff */
	
	.gallery-header
	{
		color: #11307f;
		font-size: 20px;
		margin-bottom: .5em;
	}
	
	ul.gallery
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	.gallery li
	{
		display: inline;
		float: left;
		height: 108px;
		margin: 0 20px 20px 0;
		width: 108px;
		-moz-box-shadow: 5px 5px 5px #999;
		-webkit-box-shadow: 5px 5px 5px #999;
	}

	.entry-meta
	{
		color: #11307f;
	}
	
	.entry-utility
	{
		font-size: 12px;
	}
	
	.entry-utility a, .entry-utility a:visited
	{
		color: #577f17;
		font-weight: normal;
	}
	
	.entry-utility a:active, .entry-utility a:hover
	{
		color: #d46147;
	}
		
	/*****
	* Comments
	*****/
	
	#comments a, #comments a:visited
	{
		color: #577f17;
		font-weight: normal;
	}
	
	#comments a:active, #comments a:hover
	{
		color: #d46147;
	}
	
	#comments ul
	{
		margin: 0 !important;
		padding: 0;
	}
	
	#comments li
	{
		list-style-type: none;
		margin: 0 0 0 -30px;
		padding: 0;
	}
	
	#comments-list h3
	{
		margin: 10px 0 20px 0;
	}
	
	#respond, #comments-list
	{
		font-size: 12px;
	}
	
	#respond h3, #comments-list h3
	{
		color: #11307f;
		font-size: 20px;
	}
	
	.comment-meta, .comment-meta a
	{
		font-weight: bold !important;
	}
	
	.unapproved
	{
		color: #2f5ccc;
		font-style: italic;
	}
	
	li.comment
	{
		padding: 10px !important;
	}
	
	li.comment.even
	{
		background: #f1f1f1;
	}
	
	.form-input input
	{
		border: solid 1px #577f17;
		width: 200px;
	}
	
	.form-textarea textarea
	{
		border: solid 1px #577f17;
		height: 150px;
		width: 400px;
	}
	
	/*****
	* Gigs calendar
	*****/
	
	.gigs-calendar
	{
		font-size: 14px;
	}
	
	.gigs-calendar a, .gigs-calendar a:visited
	{
		color: #659914;
	}
	
	.gigs-calendar a:focus, .gigs-calendar a:hover
	{
		color: #11307f;
	}
	
	.gigs-calendar ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	.gigs-calendar li
	{
		background: #eee;
		border-left: 10px solid #000;
		height: 150px;
		margin-bottom: 10px;
		padding: 10px 10px 10px 10px;
		position: relative;
	}
	
	/* This is the styling for the different colors by tag */
	
	.eventkeys
	{
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.eventkeys span
	{
		cursor: pointer;
		padding-left: 5px;
		margin-left: 5px;
	}
	
	.musictype
	{
		border-left: 12px solid #f00000;
	}
	
	.comedytype
	{
		border-left: 12px solid #ff8000;
	}
	
	.theatretype
	{
		border-left: 12px solid #ffff00;
	}
	
	.exhibittype
	{
		border-left: 12px solid #007940;
	}
	
	.familytype
	{
		border-left: 12px solid #4040ff;
	}
	
	.othertype
	{
		border-left: 12px solid #a000c0;
	}
	
	.alltype
	{
		border-left: 12px solid #000;
	}
	
	li.gc-music
	{
		border-left: 10px solid #f00000;
	}
	
	li.gc-comedy
	{
		border-left: 10px solid #ff8000;
	}
	
	li.gc-theatre
	{
		border-left: 10px solid #ffff00;
	}
	
	li.gc-exhibit
	{
		border-left: 10px solid #007940;
	}
	
	li.gc-family
	{
		border-left: 10px solid #4040ff;
	}
	
	li.gc-other
	{
		border-left: 10px solid #a000c0;
	}
	
	.gigs-calendar h2
	{
		margin-bottom: 0.5em;
	}
	
	.gig-meta
	{
		font-size: 12px;
		text-align: right;
		position: absolute;
		bottom: 10px;
		right: 10px;
	}
	
	.gigspan
	{
		border-right: 1px solid #aaa;
		margin-right: 20px;
		padding-right: 20px;
	}
	
	.gig-meta a + .gigspan-left
	{
		border-left: 1px solid #aaa;
		margin-left: 20px;
		padding-left: 20px;
	}
	
	/*****
	* Search reasults
	*****/
		
	#search-results
	{
		font-size: 14px;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	.search-title a
	{
		color: #11307f !important;
	}
	
	#search-results li
	{
		margin-bottom: 10px;
		padding: 10px 10px 30px 10px;
	}
	
	#search-results .even
	{
		background: #eee;
	}
	
	/******
	* Sidebar Styling
	*****/
	
	.sidebar
	{
		width: 320px;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.sidebar a
	{
		font-weight: normal;
	}
	
	.sidebar ul
	{
		margin: 0;
		padding: 0;
	}
	
	.sidebar li
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	/* temp */
	.sidebar-mainadvert
	{
		border: solid 10px #11307f;
		margin-bottom: 20px;
	}
	
	.sidebar-smalladvert
	{
		margin: 0 43px 20px 43px;
		text-align: center;
	}
	/* end temp */
	
	#socialmedia
	{
		background: url('../images/buttons.jpg') no-repeat;
		height: 64px;
		width: 320px;
		margin-bottom: 20px;
	}
	
	#socialmedia a
	{
		display: block;
		float: left;
		height: 64px;
		width: 64px;
		text-indent: -9999px;
	}
	
	#twitter-link
	{
		margin: 0 64px;
	}
	
	.sidebar h3
	{
		color: #659914;
		font-size: 20px;
	}
	
	.sidebar li
	{
		font-size: 14px;
	}
	
	.sidebar li a, .sidebar li a:visited
	{
		color: #222;
	}
	
	.sidebar li a:active, .sidebar li a:hover
	{
		color: #11307f;
	}
	
	.widget-container
	{
		margin-bottom: 20px !important;
	}
	
	
	#searchform
	{
		margin-bottom: 20px;
		width: 320px;
	}
	
		#searchform #s
		{
			border: solid 1px #577f17;
			height: 22px;
			margin-right: 20px;
			width: 210px;
		}
		
		#searchsubmit
		{
			display: inline-block;
			background: url('../images/searchbutton.gif');
			border: 0;
			cursor: pointer;
			height: 22px;
			width: 80px;
			text-indent: -9999px;
		}
		
	#footer
	{
		background: #eee;
		font-size: 12px;
		margin-top: 30px;
		width: 960px;
	}
	
	#footer ul
	{
		text-align: center;
	}
	
	#footer li
	{
		border-right: solid 1px #000;
		display: inline;
		list-style-type: none;
		padding: 0 10px;
	}
	
	#footer a
	{
		color: #222;
		font-weight: normal;
	}
	
	#footer a:hover
	{
		color: #000;
	}
	
/*****
* Universal
*****/

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.clear
{
	clear: both;
}

.clear-left
{
	clear: left !important;
}

.clear-right
{
	clear: right;
}

.aligncenter
{
	text-align: center !important;
}

.alignright
{
	display: block;
	text-align: right;
	width: 100%;
}

	.post .alignright
	{
		display: inherit;
		text-align: left;
		width: auto;
	}

.no-margin
{
	margin: 0 !important;
}

.no-top-margin
{
	margin-top: 0 !important;
}

.no-left-margin
{
	margin-left: 0 !important;
}

.no-bottom-margin
{
	margin-bottom: 0 !important;
}

.no-right-margin
{
	margin-right: 0 !important;
}

.standard-top-margin
{
	margin-top: 20px !important;
}

.standard-bottom-margin
{
	margin-bottom: 20px !important;
}

.no-padding
{
	padding: 0 !important;
}

.no-top-padding
{
	padding-top: 0;
}

.no-left-padding
{
	padding-left: 0;
}

.no-bottom-padding
{
	padding-bottom: 0;
}

.no-right-padding
{
	padding-right: 0;
}

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

.no-right-border
{
	border-right: 0;
}

.no-left-border
{
	border-left: 0;
}

.hidden
{
	display: none;
}

