/*
------------------------------------------------------------------------
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*/

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;
}

/*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;
}

/*FOOTER*/

#footer {
	width:940px;
	height:60px;
	background-color:#CCCCCC;
	padding:20px 10px;
	margin-bottom:20px;
	color:#1b503e;
	font-size:12px;
}

#footer a {
	color:#1b503e;
}