﻿/*CSS for chicago.lindyblues.com CUBE 2007
created by Ruby
version 1.0
*/

* {margin: 0; padding: 0;} 

body {
	background: #1B0100;
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;}

a {color: #77220C;}

a:visited {color: #4B1C06;}

#wrapper {
	width: 700px;
	margin: 0 auto; /*somehow this centers the whol wrapper */
	background: #F1D874;
	border: 2px solid #472806;}

#header {/*position: fixed;*/
	background: url(../images/header1.jpg);
	height: 200px;
	width: 700px;
	/*z-index: 2;*/}

/* old head from ruby css
#head {
	border-bottom: 2px solid #845A43;
	border-top: 2px solid #845A43;} */

#header h1 a {display: block;
	align: center;
	text-indent: -9000px;
	height: 200px;
	width: 700px;}

/*#header h1 a:hover {background: url(../images/header2.jpg);
	height: 200px;
	width: 700px;} */

#menu {
	margin-top: -30px;
	background: url(../images/menubackground.png);
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;}

#menu ul, #menu li {
	display: inline;
	list-style-type: none;
	padding: 4px;
	font-weight: bold;
	font-variant: small-caps;}
	
#menu a:hover {
	background: none;
	color: #FFFFCC;
	text-decoration: none;
	}

#sidebar {
	float: right;
	width: 32%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px dotted #FFFFCC;
	border-bottom: 1px dotted #FFFFCC;
	margin: 3px 5px 5px 10px;}
		
#sidebar, #sidebar ul, #sidebar ul li {
	color: #321001;
	list-style: none;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	background: left;
	padding-left: 8px;}
	
/*#sidebarclear {clear: both;}*/

#content {padding: 15px;}
	
#content p {font-size: 90%;
	margin-bottom: 1em;}
	
h1 {font-size: 114%;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 3px;}
	
h2 {}

#breadcrumb {font-size: 12px;
	padding: 5px;
	margin-bottom: 2px;
	clear: both;}

#footer {font-size: 12px;
	padding: 5px;
	background: #AC6822;
	text-align: center;
	border-top: 1px dotted #FFFF66;
	clear: both; /*allows floats to maintain place in flow and drops footer to the bottom*}

/*  Images  */
	img {
		border: 1px solid #000000;}
		
	.left {
	float: left;
	margin: 3px 6px 3px 0px;
	overflow: visible;}
		
	.right {
		float: right;
		margin: 3px 0px 3px 6px;}
		
	.top {
		vertical-align: top;
		margin: 3px 3px 3px 3px;}
		
	.center {
		float: center;
		margin: 3px 3px 3px 3px;}

/*	Other Classes 	*/

	.subtitle
		{font-size: 80%;
	font-style: italic;
	color: #663300;}
	
	.time {}
	.location {}
	
	/*.clear {clear: both;}*/

