/*
Theme Name: Riverfest 2009
Theme URI: http://www.portlandriverfest.org
Description: Custom designed Wordpress layout for Riverfest 2009
Version: 1.0
Author: me
*/


* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #DDD;
	color: #333;
	text-align: center;
	}
	
#container {
	width: 940px;
	margin: 10px auto 0 auto;
	}
	
#header {
	width: 940px;
	height: 190px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/banner-new.gif);
	}
	
#footer {
	width: 924px;
	margin: 0px 0px 15px 0px;
	padding: 8px;
	background-color: #A7B855;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	clear:both;
	}
	
#navbar {
	width: 940px;
	margin: 0px;
	padding: 0px;
	background-color: #257BBF;
	font-size: 1.3em;
	font-weight: bold;
	}
	
#sidebar {
	width: 160px;
	background-color: #215C74;
	float: left;
	}
	
#sidebarhome {
	width: 360px;
	height: 540px;
	background-image: url(/images/2.jpg);
	float: left;
	}
	
#page {
	width: 939px;
	background-color: #FFF;
	border-right: #FFF 1px solid;
	}
	
#content {
	width: 717px;
	padding: 30px;
	text-align: left;
	font-size: 1.2em;
	float: right;
	}
	
#content_home {
	width: 517px;
	padding: 30px;
	text-align: left;
	font-size: 1.2em;
	float: right;
	}
	
#clear {
	clear: both;
	}
	
h1 {
	text-indent: -9000px;
	width: 940px;
	height: 190px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/banner-new.gif);
	}
	
h1 a {
	display: block;
	width: 940px;
	height: 190px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#sidebar ul {
	list-style-type: none;
	}
	
#content p, #content_home p {
	margin-bottom: 12px;
	}
	
#content h2, #content_home h2 {
	margin-bottom: 15px;
	color: #215C74;
	font-size: 1.8em;
	}
	
#content h3, #content_home h3 {
	margin-bottom: 15px;
	color: #666;
	font-size: 1.6em;
	
	}
	
#content h4, #content_home h4 {
	margin-bottom: 15px;
	color: #215C74;
	font-size: 1.4em;
	}
	
#content h6, #content_home h6 {
	margin-bottom: 14px;
	color: #666;
	font-size: 1em;
	}
	
#content li, #content_home li {
	margin-left: 25px;
	margin-bottom: 1px;
	}
	
#content a:link, #content a:visited, #content_home a:link, #content_home a:visited {
	color: #CD2129;
	text-decoration: none;
	}
	
#content a:hover, #content_home a:hover {
	color: #257BBF;
	text-decoration: none;
	}
	
#content ol {
	margin-left: 25px;
	margin-bottom: 1px;
	}
	
.first {
	display: block;
	float: left;
	font-size: 72px;
	font-weight: bold;
	margin: -15px 0px 0 0;
	padding: 0px;
	color: #215C74;
	}
	
.blue {
	color: #215C74;
	font-weight: bold;
	}
	
.white {
	color: #FFF;
	font-weight: bold;
	}
	
.ltg {
	color: #999;
	font-weight: normal;
	}
	
table.events {
	border-width: 1px;
	border-spacing: ;
	border-style: none;
	border-color: #ccc;
	border-collapse: collapse;
	font-size: .9em;
	
}
table.events th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #ccc;
	font-size: .9em;
	-moz-border-radius: ;
}
table.events td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #ccc;
	font-size: .9em;
	-moz-border-radius: ;
}
	
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	}
	
#content ul li ol ul li {
	margin-left: 25px;
	list-style-type: none;
	}
	
#photoright {
	width: 240px;
	margin: 0 0 10px 15px;
	float: right;
	}
