/*!
#######################################################################
# 
# Sport Microsite
# Screen CSS stylesheet
#
# Hand-crafted by Phenotype (phenotype.net)
#
#######################################################################
-----------------------------------------------------------------------
* You may use this file for learning purposes.
*
* The unique combination of images, colours, sizes, typography and 
* positioning ('the design') is copyright.
*
* Copying, modifying or any other use of design-related images 
* is prohibited.
*
* Don't rip our site, be creative!
-----------------------------------------------------------------------
*/

/*
***********************************************************************
// Dependencies
***********************************************************************
* Global reset
* 	reset.css
*
***********************************************************************
// Primary theme colour
***********************************************************************
* #ff3435
***********************************************************************
*/

/*-------------------------------------------------------------------
// Page layout and appearance
-------------------------------------------------------------------*/

body {
	background: #0c0c0c;
	}
	
#container {
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #fff url('../images/screen/container-background.gif') 0 0 repeat-y;
	}
	
	#accessibility {
		display: none;
		}

	#header {
		width: 950px;
		height: 170px;
		background: url('../images/screen/header.jpg') 0 0 no-repeat;
		}
			
		#header h1 {
			position: absolute;
			top: 25px;
			left: 25px;
			}

				
		#header h3.description { /* Strapline */
			margin: 0;
			position: absolute;
			top: 75px;
			left: 25px;
			}
				
	#navigation {
		width: 900px;
		height: 30px;
		padding: 0 25px;
		margin: -30px 0 0 0;
		background: url('../images/screen/navigation-background.png') 0 0 repeat;
		}

	#content {
		width: 650px;
		height: auto;
		padding: 20px 25px;
		float: left;
		}
		
	#sidebar {
		width: 200px;
		height: auto;
		padding: 20px 25px;
		float: left;
		}
		
	#footer {
		width: 950px;
		height: 30px;
		margin: 0;
		padding: 10px 0;
		clear: both;
		background: #0c0c0c;
		}

/*-------------------------------------------------------------------
// Typography and content formatting
-------------------------------------------------------------------*/

/* 
XHTML tag styles 
---------------------------
*/

body {
	font-size: 62.5%; /* Resets font sizes to 10px, so 1em = 10px */
	font-family: 'Segoe UI', 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
	color: #000;
	}
	
a {
	color: #999;
	border-bottom: 0;
	text-decoration: underline;
	}
	
a:hover {
	color: #ff3435;
	text-decoration: none;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

em, i {
	font-style: italic;
	}
	
h1 {
	margin: 0 0 1.111em 0;
	font-size: 3.6em;
	line-height: 1.111;
	font-weight: bold;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	}
	
h2 {
	margin: 0 0 0.625em 0;
	/* margin: 0 0 1.25em 0; */
	font-size: 3.2em;
	line-height: 1.25;
	font-weight: normal;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	}
	
h3 {
	margin: 0 0 0.8333em 0;
	/* margin: 0 0 1.667em 0; */
	font-size: 2.4em;
	line-height: 1.667;
	font-weight: normal;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #bbb;
	}
	
h4 {
	margin: 0 0 1.111em 0;
	font-size: 1.8em;
	line-height: 1.111;
	font-weight: normal;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	}

hr {
	display: none;
	}
	
img {
	border: 0;
	display: block;
	}
	
ol {
	margin: 0 0 1.429em 1.5em;
	font-size: 1.4em;
	line-height: 1.429;
	list-style-position: outside;
	list-style-type: decimal;
	}
	
	ol li {
		
		}

p {
	margin: 0 0 1.429em 0;
	font-size: 1.4em;
	line-height: 1.429;
	text-align: left;
	vertical-align: top;
	}
  
small {
	font-size: 0.8em;
	}
	
strong, bold {
	font-weight: bold;
	}
	
sup, sub {
	height: 0;
	line-height: 1;
	font-size: 0.5em;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	}

sup {
	bottom: 1ex;
	}

sub {
	top: .5ex;
	}
	
table {
	margin: 0 0 20px 0;
	}
	
	table th {
		font-weight: bold;
		}
	
	table th, table td {
		font-size: 1.4em;
		line-height: 1.429;
		}
		
		table p, table ul, table ol, table dl {
			line-height: 1 !important;
			font-size: 1em !important;
			}

ul {
	margin: 0 0 1.429em 1.5em;
	font-size: 1.4em;
	line-height: 1.429;
	list-style-position: outside;
	list-style-type: square;
	}
	
	ul li {

		}
	
ul dl, ul h2, ul h3, ul h4, ul ul, ul ol, ul p, ol dl, ol h2, ol h3, ol h4, ol ul, ol ol, ol p, dl dl, dl h2, dl h3, dl h4, dl ul, dl ol, dl p, ol label, ol input, ol select, ol textarea, table table td, table table th {
	font-size: 1em !important;
	}
	
/*
Section-specific styles 
---------------------------
*/

/* Header */
#header h1 {
	margin: 0;
	line-height: 1.1;
	}
	
	#header h1 a, #header h1 a:hover {
		color: #fff;
		background: #0c0c0c;
		text-decoration: none;
		}

#header h3 {
	margin: 0;
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1.1;
	color: #fff;
	}
	
	#header h3.description span { /* Strapline */
		padding: 3px 0;
		display: inline;
		background: #ff3435;
		}
	
/* Navigation */
#navigation h4 {
	display: none;
	}
	
	#navigation ul {
		margin: 0;
		font-size: 1.4em;
		line-height: 30px;
		list-style: none;
		list-style-position: outside;
		color: #fff;
		}
		
		#navigation ul li {
			margin: 0 10px 0 0;
			display: inline;
			list-style: none;
			text-indent: 0;
			}
			
			#navigation ul li a {
				color: #fff;
				text-decoration: none;
				border-bottom: 1px solid #fff;
				}
				
			#navigation ul li a:hover {
				border-bottom: 0;
				}
				
		#navigation ul li.selected a, #navigation ul li.current_page_item a/*, #navigation ul li.current_page_parent a*/ {
			border-bottom-color: #ff3435;
			}	
			
			/* Hide second-level navigation */
			#navigation ul ul {
				display: none;
				}
				
/* Content */
#content a {
	color: #111;
	text-decoration: none;
	border-bottom: 1px solid #ff3435;
	}
	
#content a:hover {
	color: #111;
	border-bottom: 1px solid #000;
	}
	
	#content h2 a, #content h3 a, #content h4 a {
		color: #ff3435;
		border-bottom: 0;
		}
		
	#content h2 a:hover, #content h3 a:hover, #content h4 a:hover {
		color: #000;
		text-decoration: none;
		border-bottom: 0;
		}

#content h2 {

	}

/* Footer */
#footer p {
	margin: 0;
	font-size: 1.1em;
	line-height: 2.272;
	text-align: right;
	color: #666;
	}
	
/*-------------------------------------------------------------------
// WordPress-specific CSS
-------------------------------------------------------------------*/

/*
Sidebar
---------------------------
*/

#sidebar {
	color: #444;
	}
	
#sidebar a {
	color: #111;
	text-decoration: none;
	border-bottom: 1px solid #ff3435;
	}
	
#sidebar a:hover {
	color: #111;
	border-bottom: 1px solid #000;
	}

#sidebar ul.widgets {
	margin: -20px -25px 0 -25px;
	list-style: none;
	list-style-position: outside;
	}
	
	#sidebar ul.widgets li.widget {
		margin: 0 0 -1px 0;
		padding: 20px 25px 1px 25px;
		text-indent: 0;
		list-style: none;
		background: url('../images/screen/sidebar-divider.gif') left bottom no-repeat;
		}
		
		#sidebar ul.widgets li.widget h2.widgettitle {
			margin: 0 0 1.429em 0;
			display: inline;
			font-weight: bold;
			color: #fff;
			background: #ff3435;
			}
			
	/* Exec PHP widget for adverts */
	#sidebar ul.widgets li.widget_execphp ul {
		font-size: 1.1em !important;
		line-height: 2.273;
		}
		
		#sidebar ul.widgets li.widget_execphp ul ul {
			font-size: 1em !important;
			}
			
		#sidebar ul.widgets li.widget_execphp h2.widgettitle {
			font-size: 1.273em !important;
			}
			
#sidebar h3 {
	margin: 0;
	border-bottom: 0;
	}
	
#sidebar ul p {

	}

/*
Posts
---------------------------
*/

/* Common */
#content .post {
	padding: 0;
	margin: 0 0 20px 0;
	overflow: hidden;
	border-bottom:1px solid #BBBBBB;
	}

#content .post .meta {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #BBBBBB;
	}
	
	#content .post .meta h2 {
		margin: 0;
		} 
		
	#content .post .meta p {
		font-size: 1.1em;
		line-height: 1.818;
		color: #666;
		text-transform: uppercase;
		}
	
		#content .post .meta p .edit {
			float: right;
			}
		
	#content .post .entry p.more, #content .post .entry p.pages {
		font-size: 1.1em;
		line-height: 1.818;
		color: #666;
		text-transform: uppercase;
		}
		
	#content .post .entry p.pages {
		padding: 10px 0;
		border-top: 1px solid #BBB;
		}
		
/*
Pages
---------------------------
*/
		
#content p.edit {
	font-size: 1.1em;
	line-height: 1.818;
	color: #666;
	text-transform: uppercase;
	}
	
	#content p.edit a {
		color: #666;
		}
		
	#content p.edit a:hover {
		color: #111;
		}
		
/*
Comments
---------------------------
*/

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.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 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
/*
Navigation
---------------------------
*/

#content .navigation {
	height: 25px;
	margin: 0;
	font-style: italic;
	}
	
	#content .navigation span {
		width: 50%;
		}
		
	#content .navigation span.alignright {
		float: right;
		text-align: right;
		}

	#content .navigation span.alignleft {
		float: left;
		}
	
/*
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 {
	margin: 0 0 25px 25px;
	display: inline;
	}

img.alignleft {
	margin: 0 25px 25px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/*
Images
---------------------------
*/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}