/*
Theme Name: 3rd in the Burg
Theme URI: http://www.3rdintheBurg.com
Description: The default theme for the 3rd in the Burg Web site.
Version: 1
Author: Creative Midtown
Author URI: http://www.creativemidtown.com
Tags:  fixed width, two columns, widgets

*/

@charset "utf-8";
/* CSS Document */
body { 
		margin: 0;
		padding:0;
		color: #000000;
		background: #E3E5E7;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		
	}

#container { text-align: left; margin: 0 auto; padding: 0; width: 934px; background-color: #E3E5E7; }

#header { margin: 0; padding: 0; background-image:url(images/header_01.png); height: 179px; }

#nav { 
		margin-right: 10px;
		position: relative;
		top: 136px;
		left: 236px;
		width: 680px;
		background-color: #575757; 
		color: #ffffff; 
		font-weight: bold;
		line-height: 2em;
		text-align: right;

}

#nav ul {
			line-height: 2em;
			padding:0;
			margin: 0 0 0 54px;
			}
			
#nav ul li { list-style: none;
			display: inline;
			position:relative;
			padding: 0 5px;
			font-family: Georgia, "Times New Roman", Times, serif;
			}
			
#nav ul li a { text-decoration:none; color: #ffffff;}
#nav ul li a:hover { text-decoration: none; border-bottom: thin dotted silver; color: #66CCFF;}


#narrowColumn { 
	clear: both; 
	background-color:#fff; 
	width: 180px; 
	float: left; 
	font-size: small; 
	background-image:url(images/narrowcolumnbkg.png); 
	background-repeat: repeat-y;
	margin-left: 20px; 
	padding: 0 12px;
 }

#narrowColumn a {display: block;}

#narrowColumn a:hover {background-color: #FFFF66; }

#sidebarlist {	
	list-style: none;
	margin-left: 0;
	padding-left: 0;	
}

#sidebarlist a {color: #666666; text-decoration: none;}


#sidebarlist a:hover {text-decoration: underline;}

#sidebar ul ul {
	margin-left: 0;
	padding-left: 1em;
	
}






#centerColumn { 
		width: 680px;
		margin: 0;
		padding: 0 12px;
		float: right;
		background-image:url(images/widecolumnbkg.png);
		background-repeat: repeat-y;
}


div.entry {margin-left: 10px;}

.columnFooter { background-color:#575757; width: 100%; padding: 0 10px; margin: 0 -10px; 
}

h2 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size:larger; color: #b7712a; border-bottom: thin solid silver;}

h2 a {text-decoration:none; color: #b7712a;}

h2 a:hover {text-decoration: underline; color: #FF9933;}

.quote {font-style: italic; text-align:right; color: silver; font-size: 14px;}

.alignleft {float: left;}
.alignright {float: right;}
/*
.gallery { padding: 3px; margin-top: 10px;  border: thin solid silver; text-align: center; margin-left: 105px; }
.gallery img { }
.gallery a {display:block; }
.gallery span {color: #333;}
*/
	

#gallery {}	
#gallery div {
		 
		float: left;
		padding: 7px;
		}

#footer { clear: both; font-size: smaller; text-align: center; padding-top: 10px;}



/* Calendar items */

ul .gigs { color: #b7712a;}
div .gigs-calendar a {
	color: #666; 
	text-decoration: none; 
	font-weight: 400; 
	font-size: 11px;}

.gigs-calendar .time, .gigs-calendar .date, .gigs-calendar .shortNotes {font-size: 9px;}