/*
Theme Name: Little Red Riding Hood 2010
Theme URI: http://www.bccutah.org/lrrh2010/
Description: Custome WP Theme for Bonneville Cycling Club Little Red Riding Hood 2010
Version: 1.0
Author: Code Greene - Tim Haslam
Author URI: http://www.codegreene.com
*/


/* RESETS */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
}
a { outline: none; }
body {
  line-height: 1;
  color:#000;
  font-family:arial, sans-serif;
  font-size:small;
}
ol, ul { list-style: none; }
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {content: ""; }
blockquote, q { quotes: "" ""; }
img { border: 0 }

.hover    { cursor: pointer; }
.hidden   { display: none; }
.full	  { width: 100%; }
.clearer    { clear: both; }


/*STYLES*/
body {
	background: url('img/bg.jpg') repeat;
	font-size:12pt;
}

h2 {
	font-size: 20px;
	padding: 10px 0;
}

h2 a {
	color: #606060;
	text-decoration: none;
}

p {
	padding: 5px 0px;
	line-height: 1.3em;
}

.white-bg {
	background: #ffffff;
	float: left;
}

.wrapper {
	margin: 50px auto;
	width: 880px;
	position: relative;
	overflow: hidden;
	background: #0832f6;
	padding: 40px;
}

.header {
	background: #ffffff url('img/header-bg.gif') repeat-x;
	float: left;
	width: 100%;
}

.header-img {
	float: left;
	margin: -30px 0 0 -20px;
}

#content {
	background: #ffffff;
	float: left;
	width: 660px;
	padding: 0 10px;
}

#sidebar {
	float: left;
	background: #ffffff;
	width: 200px;
}

ul#pages li ul {
	background: white none repeat scroll 0 0;
	float:left;
	width:200px;
}

#footer {
	background: #ffffff;
	float: left;
	padding: 10px;
	width: 860px;
}

#footer ul {
	float: left;
	width: 150px;
	padding: 0 20px 0 0;
}

#footer ul li {
	float: left;
	clear:both;
	padding: 3px 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.input, .select {
	padding: 10px 0;
}

.textarea {
	float: left;
	width: 500px;
}

.submit {
	float: left;
	width: 500px;
}

.correct {
	color: green;
}

.wrong {
	color: #ff0000;
}

.result {
	border-bottom: 1px solid black;
}

.widgets li {
    list-style-type: none;
    padding: 0 0 0 15px;
    color: #1133AA;
}