/* @override http://www.lindyblues.com/css/index.css */

/* CSS for chicago.lindyblues.com 
created by RubyRed Designs
www.ruby-red.com	 */

* {margin: 0;
	padding: 0;}
	
body{color: #676a8b;
	font: .9em/1.1em Trebuchet, Georgia, "Times New Roman", Times, serif;}

p {padding-bottom: .8em;}
	
a {color: #b47c00}
	
a:visited {color: #e4b400}

/* @group Header */

#header {height: 200px;}
#header a {height: 200px; left: -1000px;
	position: relative;}


/* @end */

/* @group Menu */

#menu {
	border-left: 1px dotted orange;
	position: fixed; left: 650px;
	top: 50px;
	width: 200px;
	padding: 20px 0 20px 10px}

#menu ul, #menu li {
		display: inline;
		list-style-type: none;
		padding-right: 6px;}

#menu a {text-decoration: none;}
#menu a:hover {
	background-color: #cfd1f2;
	color: #4e4289;}

/* @end */

/* @group Content */

#content {float: left;
	width: 500px;
	margin-left: 100px;
	padding: 10px;}

#content ul li {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 10px;}
		
h1 {color: #CDC9C8;
	font-size: 32px;
	margin-left: -50px;
	line-height: 26px;}
		
h2 {
		color: #CDC9C8;
		font-size: 18px;}



/* @end */

/* @group Sidebar
 */

#sidebar {
		position: fixed; left: 650px;
	width: 200px;
	padding: 10px;}
	
#sidebar li {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 14px;}

	
/* @end */

/* @group Footer */

#breadcrumb {
		display: inline;
		float: left;
		clear: both;
		font-size: 70%;
		color: #CDC9C8;
		vertical-align: bottom;
		margin-bottom: 3px;
		margin-left: 100px;
		padding-top: 20px;}

#breadcrumb a {
		color: #546893;}
		
		#breadcrumb a:hover {
		color: #254793}
		
		
		#footer {
		text-align: center;
		padding: 20px;
		/*font: lighter 80%/100% Verdana, Arial, Helvetica, sans-serif;*/
		clear: both;
	background-color: #f7d1a1;
	border-style: dotted;
	border-width: 1px;}


/* @end */

/* @group Extras */

img {
		border: 1px solid #000000;}
		
	.left {
		float: left;
		padding 2px 6px 2px 0px;}
		
	.right {
		float: right;
		padding: 2px 0px 2px 6px;}



/* @end */

/*
em {
	font-size: 11px;}
		
	.time {
	font-weight: bold;
	color: #EEE4C4;}
	
	.artist {
	color: #FFCC66;}
	
	.stage {
	color: #FF9933;
	font-weight: bold;}
	
	title {
	border-bottom: 1px dotted #0A2A4A;}
		
	#sidebar, #sidebar ul, #sidebar ul li {
	color: #CCCCFF;
	list-style: none;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	background: left;
	margin-left: 0px;
	padding-left: 0px;}
	
	#sidebar a {
		color: #546893}
	
	#sidebar a:hover {
		color: #254793}
	
			
	.newsflash {
	background: #39384E;
	margin: 3px;
	padding: 6px;
	border: 1px dotted #666666;
} */