/*
Theme Name: RELAYS at Watershed
Theme URI: watershed.co.uk
Description: RELAYS at Watershed Wordpress theme. Based on Starkers by Elliot Jay Stocks in turn based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>
Version: 1 (WP2.8.2)
Author: David Redfern
Author URI: watershed.co.uk
Tags: relays, Watershed, starkers
*/

@import "style/css/reset.css";

/* 
	@import "style/css/typography.css"; 
	@import "style/css/layout.css";

*/

/* 
	Redfine tag definitions
*/

body 
{
	background-color: #7bc7f9;
	text-align:center;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 85%;
}

h1, h2, h3, h4, h5, h6 
{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:bold;	
} 

h1, h2
{
	font-size: 115%;
}

p
{
	font-size: 1em;
}

	#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 
	{
		margin: 0em 0em 1em 0em;
	}
	
	#main p, #footer p 
	{
		margin: 0em 0em 1em 0em;
	} 

a {
	color: #c92919;
}
			
	a:hover
	{
		color: #266ad7;
	}

blockquote
{
	padding: 1em 3em 1em 2em;
}

/* 
	Layout
*/

#container
{
	overflow: auto;
	width: 928px;
	margin: 0 auto;
	text-align:left;
	background-color: transparent;
}

#header
{
	height: 171px;
	margin-top: 13px;
	background-color: transparent;
}

#menu
{
	margin: 5px 8px 0px 8px;
	background-color: transparent;
	
}

	#menu ul
	{
		overflow: auto;
		list-style:none;
	}
	
		#menu li
		{
			float: left;
			margin: 0px 5px 0px 0px;
			padding: 0;
			background:url("/relays/wp-content/themes/relays/style/images/right-hand_menu_bg.gif") no-repeat right top;
			background-color: #ffffff;
			font-size: 133%;
		}
		
			#menu li a
			{
				display: block;
				margin: 0em 0em 0em 0em;
				padding: 5px 10px 5px 10px;
				background:url("/relays/wp-content/themes/relays/style/images/left-hand_menu_bg.gif") no-repeat left top;
				color: #c92919;
				font-weight: bold;
				text-decoration: none;
			}
			
			#menu li a:hover
			{
				color: #266ad7;
			}

#main
{
	float: left;
	width: 695px;
	margin: 0px 8px 0px 8px;
	padding: 0px;
	background:url("/relays/wp-content/themes/relays/style/images/right-hand_menu_bg.gif") no-repeat right top;
	background-color: #ffffff;
}

	#main h1, #main h2
	{
		padding: 20px 10px 0px 10px;
		font-size: 133%;
	}
	
	#main h3
	{
		padding: 20px 10px 0px 10px;
	}
	
	#main p
	{
		padding: 0px 10px 0px 10px;
	}
	
	#main img
	{
		padding: 0px 0px 10px 0px;
	}
	
	#main #main_bottom 
	{	
		background:url("/relays/wp-content/themes/relays/style/images/main_footer_bg.gif") no-repeat bottom center;
	}

#sidebar
{	
	width: 195px;
	margin: 0px 0px 20px 720px;
	padding: 0px;
	background:url("/relays/wp-content/themes/relays/style/images/sidebar_header_bg.gif") no-repeat center top;
	background-color: #ffffff;
	overflow: auto;	
}

	#sidebar ul
	{	
		padding: 0px 20px 0px 20px;
	}	
		
		#sidebar li h2, #sidebar li p
		{	
			margin: 20px 0px 0px 0px;
		}
		
			#sidebar ul ul
			{	
				padding: 0px 0px 0px 0px;
			}
			
	#sidebar #side_bottom
	{	
		padding: 0px 20px 20px 20px;
		background:url("/relays/wp-content/themes/relays/style/images/sidebar_footer_bg.gif") no-repeat center bottom;
	}

#footer
{
	float: left;
	width: 695px;
	background-color: transparent;
	padding: 20px 20px 10px 20px;
	overflow: auto;
	xclear: left;
}
	
	#funders
	{
		float: left;
		margin: 5px 0px 0px -3px;
		color: #6b7278;
	}
	
#main li, #comments li
{
	padding: 0px 10px;
}	

	#comments li p
	{
		padding: 0em 0em 0em 0em;
	}

/* 
	My classes 
*/

.note
{
	font-size: 85%;
	color: #666666;
}

.bookTickets
{
	margin: 0px 0px 0px 10px;
	padding: 5px;
	-webkit-border-bottom-left-radius: 0.8em 0.8em;
	-webkit-border-bottom-right-radius: 0.8em 0.8em;
	-webkit-border-top-left-radius: 0.8em 0.8em;
	-webkit-border-top-right-radius: 0.8em 0.8em;
	background-color: rgb(141, 177, 61);
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.95em;
}

a:hover.bookTickets
{
	color: #eeeeee;
}

/* 
	WordPress classes
*/

.post
{	
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	line-height: 1.25em;
	
}

	.post p img
	{
		margin: 0px 0px 0px 20px;
	}

#main .post h2
	{
		padding: 1em 10px 1em 10px;
		margin: 0;
	}

#main .post h3
	{
		padding: 0.25em 10px 0.25em 10px;
		margin: 0;
		font-size: 115%;
	}

.wp-caption-text
{
	font-style: italic;
	font-size: 85%;
	color: #666666;
}

.aligncenter 
{ 
	display: block; 
	margin: 0 auto; 
}

.alignleft 
{
	float:left;
}

.alignright 
{
	float:right;
}

/*More tag redfinitions */

object
{
	margin: 0em 0em 1em 0em;
}


/*========================
	NextGenGallery Styles
  ========================*/
 
/* Home page slideshow */

.slideshow-widget  
{
	margin: 0px 0px 1em 30px;
}

/* Album selection page*/

.ngg-album
{
	padding: 10px 10px 10px 10px;
	xclear: both;
	overflow: auto;
}

.ngg-albumtitle
{
	font-size: 115%;
	padding: 0em 0em 0.5em 0em;
}

#main .ngg-album img
{
	padding: 0px;
}

.ngg-thumbnail
{
	float: left;
	margin-right: 10px;
}

	.ngg-thumbnail img
	{
		border: 1px solid #333333;
	}
	
	.ngg-thumbnail a:hover img
	{
		border: 1px solid #8fc857;
	}


#main .ngg-description p
{
	padding: 0px;
	margin: 0px;
}


/* Gallery page*/

.ngg-galleryoverview
{
	overflow: hidden;
}

.ngg-gallery-thumbnail-box
{
	float: left;
}

#main .ngg-gallery-thumbnail-box img
{
	padding: 0px;
}

.ngg-gallery-thumbnail a img
{
	margin: 0px 10px 20px 10px;
	border: 1px solid #333333;
}

	.ngg-gallery-thumbnail a:hover img
		{
			border: 1px solid #8fc857;
		}

.ngg-navigation
{
	clear: left;
	padding: 0px 10px;
	text-align: right;
}

.ngg-navigation a, .ngg-navigation span
{
	display: inline-block;
	padding: 5px;
	background-color:#00853f;
	color: #ffffff;
}

.ngg-navigation a:hover
{
	color: #8fc857;
}

.ngg-left
{
	margin: 0px 0px 0px 10px;
}

.slideshowlink
{
	margin: 0px 5px 10px 5px;
}


.slideshow
{
	margin: 10px 10px 10px 7px;
}

/*Young People's Citizen Journalism category pages*/

.category-ypcj #main h2
{
margin:0em 0em 0.25em 0em;
padding: 20px 10px 0px 10px;
}
