/*  
Theme Name: In the Flow Sacramento Theme
Theme URI: http://www.intheflowsacramento.com
Description: Minimalist theme for the 2010 In the Flow jazz festival.
Version: 1.0
Author: Matt Lucas.
Author URI: http://www.MattDavidLucas.com/
*/



html, body, p, ul, ol, dl, li, h1, h2, h3, h4, img	{
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

img	{
	border: 0;
}

a:focus {
	outline: none;
}

div.clear {
	clear: both;
}
/*End Default Styles*/

/*********MAIN STRUCTURE*********************************
*********************************************************/
body {
	background-color: #fff;
}

div#topBanner {
	border-bottom: solid 1px #999;
	padding: 40px 0 20px 0;
}

div#bottomBanner {
	clear: both;
	border-top: solid 1px #999;
	height: 300px;
}

/**********SECONDARY STRUCTURE***************************
*********************************************************/
div#header {
	position: relative;
	background: url(images/headerTitle.png) no-repeat;
	text-align: left;
	width: 980px;
	height: 110px;
	margin: 0 auto;
}

div#content {
	text-align: left;
	width: 980px;
	margin: 20px auto 60px auto;
}

div#copy {
	float: left;
	width: 650px;
}

div#sidebar {
	float: right;
	width: 300px;
	height: 180px;
	margin: 15px 0 0 0;
}

div.videoPlayer {
	margin: 30px 0 0 0;
}

div#footer {
	text-align: left;
	width: 980px;
	height: 240px;
	margin: 0 auto;
	padding: 30px 0;
}

/**********CONTENT STYLES********************************
*********************************************************/
table {
	border: 1px solid #999;
	border-collapse: collapse;	
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #333;
}

table a:link {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #333;
}

table a:visited {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #333;
}

table a:hover {
	background-color: #df6d27;
	color: #fff;
}

td {
	border: 1px solid #999;
	padding: 10px;
}

tr.odd {
	background-color: #eee;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.5em;
	color: #555;
	text-transform: uppercase;
	padding: 15px 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #999;
}

div#content p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #555;
	padding: 10px 0;
}

div#content p.date {
	color: #555;
	font-weight: bold;
	padding-top: 30px;
	/*margin-bottom: 10px;
	border-bottom: 1px dotted #999;*/
}

div#content p a:link {
	color: #555;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #555;
}

div#content p a:visited {
	color: #555;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #555;
}

div#content p a:hover {
	color: #fff;
	background-color: #df6d27;
}

div#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #777;	
}

div#footer p a:link {
	text-decoration: none;
	color: #777;
}

div#footer p a:visited {
	text-decoration: none;
	color: #777;
}

div#footer p a:hover {
	color: #df6d27;
}
/**************NAV & LINK STYLES*****************************
*********************************************************/

/**** Top Nav ****/

ul#topNav {
	position: absolute;
	width: 500px;
	top: 40px;
	left: 575px;
}

ul#topNav li {
	float: left;
}

ul#topNav a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #555;
	display: block;
	padding: 0 20px;
}

ul#topNav a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #555;
	display: block;
	padding: 0 20px;
}

ul#topNav a:hover {
	color: #df6d27;
}



/********************************************************
*********************************************************/

/**** Footer Nav ****/

ul#footerNav {
}

ul#footerNav li {
	float: left;
}

ul#footerNav a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #555;
	display: block;
	padding: 0 30px 0 0;
}

ul#footerNav a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #555;
	display: block;
	padding: 0 30px 0 0;
}

ul#footerNav a:hover {
	color: #df6d27;
}












