/*

------------------------------------------------------------------------

Theme Name:    Lostock AC Running Club
Theme URI:     http://www.lostockac.co.uk
Description:   Wordpress Template for Lostock AC
Version:       1.0
Author:        Fallow Deer, Michael Stanley
Author URI:    http://www.fallow-deer.com/

------------------------------------------------------------------------

Copyright:     (c) 2010 Fallow Deer, Michael Stanley
All rights reserved.

*/

html, body, div, span, object, iframe, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

.clearfix:before,
.clearfix:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden;	
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE 5.5/6/7 */

/*HTML*/

html {
	margin:0;
	padding:0;
}
body {
	font-size: 14px;
	margin:0;
	padding:0;
	color:#666666;
	background-color:#ebeaea;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration:underline;
	color:#666666;
}
h1 {
	font-size:28px;
	color:#1b503e;
}
h2 {
	margin:0;
	padding:0;
}
h2 a {
	color:#1b503e;
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;
}
small {
	font-size:12px;
	color:#999999;
}
div.hr {
	height:1px;
	margin:20px 0;
	background-color:#CCC;
}
div.hr hr {
	display:none;
}


/*WRAPPER*/

#wrapper {
	width:960px;
	margin: 0px auto;
}
#header {
	width:960px;
	height:250px;
}
#content {
	width:960px;
	background-color:#1b503e;
}

/*HEADER*/

#logo {
	float: left;
	width: 230px; height: 250px; display: block;
	border: none;
}

#banner {
	float: right;
	width: 730px; height: 250px; overflow: hidden;
	background-color: #fff; position: relative;
}
	#banner .slides_container {
		width: 730px; height: 250px;
	}

/*SIDEBAR*/

#sidebar {
	width:230px;
	background-color:#1b503e;
	float:left;
}


/*MENU*/

#menu {
	width:210px;
	padding:10px;
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	width:210px;
}
#menu ul li {
	margin:10px 0;
	padding:0 0 10px 10px;
	border-bottom:1px solid #326252;
}
#menu ul li a {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	text-shadow: 1px 1px 0px #666666;
}
#menu ul li a:hover {
}


/*MAIN*/

#main {
	width:690px;
	padding:20px;
	float:left;
	background-color:#FFF;
}
#main_comments {
	font-style: italic;
	color:#1b503e;
	font-size:12px;
}
#main_comments a {
	color:#1b503e;
	text-decoration:none;
}
#main_comments a:hover {
	text-decoration:underline;
}

#main .post-banner {
	display: block;
	margin: 14px 0px;
}
	#main .post-banner .slides_container {
		width: 690px; height: 381px; padding-bottom: 15px;
	}
	#main .post-banner .pagination {
		float: right;
	}
	#main .post-banner .pagination li {
		display: inline;
	}
		#main .post-banner .pagination li a {
			border: 1px solid #BFBFBF;
    		margin: 2px;
    		padding: 3px 5px;
    		text-decoration: none;
		}
		#main .post-banner .pagination li.current a {
			border-color: #000;
    		font-weight: bold;
		}


/*FOOTER*/

#footer {
	width:940px;
	height:60px;
	background-color:#CCCCCC;
	padding:20px 10px;
	margin-bottom:20px;
	color:#1b503e;
	font-size:12px;
}
#footer a {
	color:#1b503e;
}

