/*
Theme Name: Club Wordpress Theme
Theme URI: http://www.clubwordpress.com/club-wordpress-theme
Description: A theme built with minimum of coding. Based on <a href="http://www.clubwordpress.com/bare-minimum-wordpress-theme/">Bare Minimum</a>, but with sections (sidebar, comments, etc..) abstracted to seperate files and using the stylesheet.
Version: 1.0
Author: Dominic Foster
Tags: double column

*/

body {
	width:900px;
  margin:0 auto;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	background: #9F9F9F;
}

#wrapper {
	background: #FFFFFF;
	border-top: 5px solid #AA0101;
	border-bottom: 5px solid #AA0101;
	border-left: 2px solid #262E2F;
	border-right: 2px solid #262E2F;
	
}

#header {
	height: 150px;
	background: #FFFFFF url('images/club-wordpress-header.jpg') no-repeat top left;
}


#nav {
	font-size: 14px;
	background: #AA0101;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 5px 3px 5px 10px;
	
}


#content {
	width: 680px;
	padding: 0px 0px 0px 5px;
	float: left;
	background: #FFFFFF;
}

#sidebar {
	background: #FFFFFF;
	width: 190px;
	float: right;
}

#footer {
	background: #FFFFFF;
	clear: both;
	border-top: 15px solid #AA0101;
	text-align: center;
}


/* Style the divs */

#wrapper img {
	border: none;
}

#content a {
	color: #AA0101;
	text-decoration: none;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#sidebar a {
	color: #AA0101;
	text-decoration: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar h3 {
	margin-top: 10px;
	margin-bottom: 3px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 60%;
	padding: 2px;
	}



.hidden {
	display: none;
}

.list-image {
	vertical-align: middle;
}
