/* Jimmy Lakely css  */


@import url("reset.css");   /* thanks yahoo */

#grid {
	position: absolute;
	width: 100%;
	height: 1200px;
	background: url("/images/grid.png") top center;
	background-repeat: repeat-y;
	z-index: 100000;
}

body {
	background: #fff url("/images/jimmylakey_bg.jpg") repeat-x top right;
	font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	font-size: small;
	color: #252525;
	}

h1 {
	font-size: 160%;
	margin: 0 0 15px 0;
	}

h2 {
	font-size: 100%;
	margin: 6px 0 4px 0;
	}
	
p {
	font-size: 90%;
	line-height: 140%;
	}
	
small {
	font-size: 80%;
	color: #ddd;
	}	

.yellow {
	color: #ffae00;
	}
	
a {
	color: #252525;
	text-decoration: underline;
}
a:hover {
	color: #383838;
	text-decoration: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

/* Wrapper holds left & right columns */

#wrapper {
	margin: 0 auto;
	padding-bottom: 12px;
	width: 900px;
	min-height: 900px;
}	

#background_container {
	background: url("/images/header_bg.jpg") top center no-repeat;
}
#background_container.secondary {
	background: url("/images/header_secondary_bg.jpg") top center no-repeat;
}

#line {
	position: absolute;
	width: 100%;
	height: 1px;
	background: url("/images/line.gif") repeat-x;
	z-index: 2500;
}
#line.home {
	top: 225px;
}
#line.home hr {
	top: 225px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 0px;
}
#line.secondary {
	top: 135px;
}
#line.secondary hr {
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 0px;
}


#secondary_top {
	margin: 0 0 0 0;
	width: 900px;
	height: 135px;
	text-align: right;
	}
	
#secondary_top img {
	float: left;
	margin: 35px 0 0 0;
	}

/* ================ Left Column and it's contents ============= */
	
#left_column {
	float: left;
	margin: 0 0 30px 0;
	width: 345px;
	background: transparent;
	}
#left_column.secondary {

}
#left_column input.donate {
	margin: 10px 15px 0px 0px;
	float: right;
}

/* left top holds top nav links and title img */

#left_top {
	margin: 0 0 0 0;
	width: 345px;
	height: 258px;
	text-align: right;
	}
	
#left_top img {
	float: left;
	margin: 35px 0 0 0;
	}	
#left_top img.home {
	margin: 50px 0 0 0;
}
	
#left_top p {
	font-size: 120%;
	clear: left;
	margin-top: 120px;
	font-weight: bold;
	}
	
ul#main_nav {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 60px 0px 0px 0px;
	list-style-type: none;
	width: 345px;
	color: #252525;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	letter-spacing: -0.01em;
	text-align: center;
	font-weight: bold;
	float: left;
	z-index: 10000;
}
ul#main_nav li {
	display: inline;
}
ul#main_nav li a {
	color: #252525;
	padding: 5px 8px 5px 8px;
	line-height: 28px;
	text-decoration: none;
}
ul#main_nav li a:hover {
	padding: 5px 8px 5px 8px;
	line-height: 28px;
	color: #fff;
	background-color: #252525;
}
ul#main_nav li.selected a {
	color: #fff;
	background-color: #252525;
}
ul#main_nav li.selected a:hover {
	color: #fff;
	background-color: #252525;
}
ul#main_nav.secondary {
	margin-top: 80px;
	margin-right: -8px;
	float: right;
	text-align: right;
	width: 740px;
	font-size: 13px;
}
	
#left_top a {
	clear: left;
	font-size: 100%;
	line-height: 200%;
	padding: 6px;
	text-decoration: none;
	color: #000;
	}	
	
#left_top a:hover {
	text-decoration: none;
	color: #fff;
	background: #666;
	}		

/* Holder holds 2 left event pics */
	
.holder {
	float: left;
	margin: 12px 0 0 0;
	width: 345px;
	}
	
.holder a {
	text-decoration: none;
}
.holder a:hover {
	text-decoration: underline;
}

/* Holds pic on left */

.left_pic_holder {
	float: left;
	margin: 0 18px 0 0;
	width: 162px;
	}

/* Holds pic on right */

.left_pic_holder2 {
	float: left;
	margin: 0 0 0 0;
	width: 162px;
	}	
	
.left_pic {
	margin: 0 0 0 0;
	width: 162px;
	height: 180px;
	}	

.corners {
	position: absolute;
	margin: 0 0 0 0;
	width: 162px;
	height: 180px;
	background: transparent url("/images/rounded_corners.png");
	z-index: 5000;
	}
	
.corners p {
	position: absolute;
	bottom: 5px;
	font-size: 12px;
	margin-left: 10px;
	color: #fff;
	text-transform: uppercase;
	}
	
.left_pic_text {
	float: left;
	margin: 0 5px 22px 10px;
	width: 150px;
	height: 120px;
	overflow: hidden;
	}
.left_pic_text2 {
	float: left;
	margin: 0 0px 22px 25px;
	width: 150px;
	height: 120px;
	overflow: hidden;
	}
.left_pic_text p, .left_pic_text2 p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
}
.left_pic_text h2, .left_pic_text2 h2 {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
}
	
/* Silver e-mail form box */	

.box, .box_home {
	clear: left;
	width: 340px;
	background: #f8f8f8 url("/images/small_gray_box_bottom.png") bottom left no-repeat;
	}
.box_home {
	margin: 316px 0 0 0;	
}

.box h3, .box_home h3 {	
	margin: 0 0 0 0;
	background: url("/images/small_gray_box_top.png") top left no-repeat;
	}
	
.box img, .box_home img {
	float: left;
	margin: 0 0 10px 14px;
	}
	
.box_text {
	float: left;
	margin: -34px 0 0 190px;
	}
	
.box_text p {
	font-size: 80%;
	}
	
#mailing_list {
	margin: 230px 0 0 2px;
}



/* Begin Form Elements */
#signup {
	clear: both;
	margin: 10px 0 0 16px;
	padding: 5px 0 20px 0;
	text-align: top;
	}
	
#signup #s {
	width: 200px;
	padding: 2px;
	}

#signup #r {
	width: 300px;
	margin: 10px 0 8px 0;
	padding: 2px;
	}

#signupsubmit {
	padding-top: 0px;
	margin: 0 0 4px 0;
	vertical-align: middle;
	border: 0px;
	}
#signup input#r, #signup input#s {
	padding: 5px;
	color: #666;
	border: 1px solid #999;
}

/* News div's under silver e-mail form box */

.news_header {
	margin: 20px 0 0 2px;
}

.news {
	float: left;
	margin: 15px 0px 20px 4px;
	width: 336px;
	}

.news h2 {
	margin: 0px 0px 5px 0px;
	font-size: 110%;
	text-transform: uppercase;
}
.news p {
	margin: 0px 0px 15px 0px;
	font-size: 90%;
	line-height: 1.5em;
}

.news a {
	text-decoration: none;
}
.news a:hover {
	text-decoration: underline;
}

/* Bottom left yellow background image */

#left_bottom_yellow {
	position: absolute;
	margin: -226px 0 0 -190px;
	width: 206px;
	height: 226px;
	background: transparent url("/images/left_yellow_bottom.png") top left no-repeat;
	}	

/* ================ End Left Column ============= */
	


/* ================ Right Column and it's contents ============= */

#right_column {
	margin: 0 0 30px 370px;
	width: 524px;
	}

/* Pic holder for big upper right picture */
	
.right_pic {
	position: relative;
	margin: 0 0 0 8px;
	width: 522px;
	height: 453px;
	z-index: 4000;
	}	
	
.right_pic img {
	margin: 136px 0 0 0;
	}

.big_corners {
	position: absolute;
	margin: 136px 0 0 0;
	width: 522px;
	height: 314px;
	background: transparent url("/images/big_corner.png") 0px 0px;
	z-index: 5000;
	overflow: hidden;
	}

.big_corners p {
	position: absolute;
	font-size: 16px;
	bottom: 10px;
	margin-left: 18px;
	color: #fff;
	text-transform: uppercase;
	}	

/* Main event info under big pic */	
	
.mainevent {
	margin: 18px 0 0 11px;
	width: 510px;
	height: 108px;
	overflow: hidden;
	}
	
.mainevent p {
	margin: 5px 0px 0px 15px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
}
.mainevent h1 {
	margin: 3px 0px 12px 15px;
	padding: 0px;
	font-size: 26px;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
}

.mainevent a {
	text-decoration: none;
}
.mainevent a:hover {
	text-decoration: underline;
}

/* Gray Box with events & dates */	
	
.events {
	margin: 25px 0 0 10px;
	width: 521px;
	padding-bottom: 10px;
	background: #e3e3e3 url("/images/gray_box_bottom.png") bottom left no-repeat;
	}	

.events h3 {
	margin: 0 0 0 0;
	background: url("/images/gray_box_top.png") top left no-repeat;
	}

.events_top {
	width: 470px;
	margin: 10px 0 12px 20px;
	text-align: right;
	}
	
.events_top img {
	float: left;
	margin: 0px 0 0 6px;
	}	
	
.events_top p {
	}	

.events_bottom {
	width: 470px;
	margin: 10px 0 12px 20px;
	text-align: right;
	}

/* Gray Box table elements */	

table.main {
	color: #000;
	margin: 0 0 0 30px;
	}
	
tr.main {
	font-size: 11px;
	height: 30px;
	}

td.date {
	font-size: 15px;
	width: 85px;
	height: 31px;
	letter-spacing: -0.05em;
	}
	
td.artist {
	font-size: 20px;
	width: 230px;
	height: 31px;
	letter-spacing: -0.05em;
	}	

td.location {
	font-size: 15px;
	width: 150px;
	height: 31px;
	letter-spacing: -0.05em;
	}	
	
/* Gray Box with blog entries */	

.blog {
	margin: 25px 0 0 10px;
	width: 521px;
	padding-bottom: 10px;
	background: #e3e3e3 url("/images/gray_box_bottom.png") bottom left no-repeat;
	}	

.blog h3 {
	margin: 0 0 0 0;
	background: url("/images/gray_box_top.png") top left no-repeat;
	}

.blog_top {
	width: 470px;
	margin: 10px 0 12px 20px;
	text-align: right;
	}

.blog_top img {
	float: left;
	margin: 0px 0 0 6px;
	}	

.blog_top p {
	}	

.blog_bottom {
	width: 470px;
	margin: 10px 0 12px 20px;
	text-align: right;
	}

/* Gray Box blog table elements */	

td.blog_date {
	padding: 6px 0px 0px 0px;
	font-size: 15px;
	width: 85px;
	letter-spacing: -0.05em;
	}
td.blog_entry {
	font-size: 20px;
	width: 375px;
	letter-spacing: -0.05em;
	}
td.blog_entry div.blog_excerpt p, td.blog_entry div.blog_excerpt {
	margin: 5px 0px 15px 0px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: left;
}
td.blog_entry div.blog_excerpt img {
	display: none;
	visibility: hidden;
}

/* contact us stuff */

#contactus {
	margin: 115px 0px 130px 25px;
	padding: 0px 0px 100px 50px;
	border-left: 1px solid #A6A6A6;
}

#contactus h1.img {
	margin: 0px 0 50px -5px;
	padding: 25px 0px 0px 0px;
}
#contactus h2 {
	margin: 0px 0px 50px 0px;
	font-size: 38px;
	line-height: 40px;
	letter-spacing: -0.065em;
	font-weight: bold;
}
#contactus h2 a {
	color: #F9C91B;
	text-decoration: none;
}
#contactus h2 a:hover {
	color: #cea204;
	background-color: #F9C91B;
	text-decoration: none;
}
#contactus h3 {
	margin: 0px 0px 50px 0px;
	font-size: 38px;
	line-height: 40px;
	letter-spacing: -0.065em;
	font-weight: normal;
}
#contactus span.smaller {
	font-size: 20px;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: -0.05em;
}

h4.booking {
	margin: 20px 15px 0px 50px;
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	
}

/* ================ End Right Column ============= */
	
/* ================ Center Column and it's contents ============= */

#center_column {
	width: 900px;
}

/* news stuff */

.news_pic {
	margin: 15px -200px 0px 0px;
	float: right;
}
.entry {
	margin: 0px 200px 40px 55px;
	min-height: 185px;
}
.entry_text h2 {
	margin: 0px 0px 15px 0px;
	font-size: 33px;
	line-height: 35px;
	letter-spacing: -0.065em;
	font-weight: normal;
}
.entry_text h2 a {
	text-decoration: none;
}
.entry_text h2 a:hover {
	text-decoration: underline;
}
.entry_text p {
	margin: 0px 0px 15px 0px;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: -0.025em;
	font-weight: normal;
}

/* what we're about stuff */

.image {
	width: 380px;
	height: 225px;
	background-repeat: no-repeat;
}
p.caption {
	position: absolute;
	margin: -21px 0px 0px 12px;
	color: #fff;
	z-index: 5000;
}
.medium_pic_holder {
	padding: 100px 44px 25px 10px;
	width: 380px;
	height: 225px;
	overflow: hidden;
	float: left;
}
#what_were_about div.title {
	margin: 130px 0px 0px 0px;
	float: right;
}
#what_were_about div.content {
	margin: 0px 0px 0px 0px;
	padding: 235px 0px 0px 0px;
}
#what_were_about div.content p {
	margin: 0px 0px 20px 0px;
	padding: 0px 135px 0px 135px;
	font-size: 14px;
	line-height: 30px;
}

#divisions {
	margin: 50px 0px 60px 0px;
	padding: 0px 175px 0px 175px;
}
#divisions div.division {
	margin: 20px 0px 30px 0px;
	min-height: 50px;
	clear: both;
}
#divisions div.division p {
	width: 270px;
	float: right;
}
#divisions div.division img {
	margin: 15px 0px 0px 0px;
	width: 241px;
	float: left;
}

/* shows-events stuff */

#events {
	padding: 0px 55px 50px 55px;
}
#event_pic {
	float: left;
}
#no_event_pic {
	width: 162px;
	height: 180px;
	float: left;
}
#events div.event {
	margin: 0px 0px 18px 0px;
	min-height: 185px;
	clear: both;
}
#events div.event_text {
	padding: 0px 0px 0px 35px;
	width: 480px;
	float: left;
}
#events div.event_text h2, #events div.event_text h3, #events div.event_text h4 {
	float: left;
	width: 330px;
}
#events div.event_text h2 {
	margin: 24px 0px 8px 0px;
	font-size: 36px;
	line-height: 38px;
	letter-spacing: -0.065em;
	font-weight: normal;
}
#events div.event_text h3 {
	margin: 8px 0px 0px 0px;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: -0.055em;
	font-weight: normal;
}
#events div.event_text h4 {
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.055em;
	font-weight: normal;
}
#events div.event_text div.more_info {
	margin: 20px 15px 0px 0px;
	float: right;
	width: 135px;
}
#events div.event_text p {
	letter-spacing: -0.025em;
	font-size: 11px;
}
#events div.event_text p.details {
	float: left;
	height: 11px;
}
#events div.buy_tix {
	margin: 0px 0px 0px 0px;
	width: 100px;
	height: 180px;
	float: right;
	border-left: 1px solid #A6A6A6;
}
#events div.buy_tix img {
	margin: 20px 0px 0px -15px;
}

/* bios stuff */

#bios {
	margin: 0px;
	padding: 90px 0px 70px 0px;
	width: 820px;
	float: right;
}

#bio_list_holder {
	min-height: 710px;
	width: 220px;
	text-align: right;
	border-right: 1px solid #A6A6A6;
	float: left;
}
#bio_list_holder img {
	margin: 15px 25px 0px 0px;
}
#bio_content_holder {
	width: 550px;
	float: right;
}

ul#bio_list {
	position: relative;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 5000;
	font-size: 14px;
	font-weight: bold;
}
ul#bio_list li {
	padding: 15px 25px 15px 0px;
	line-height: 16px;
	width: 180px;
	float: right;
}
ul#bio_list a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
ul#bio_list a:hover {
	text-decoration: none;
	background-color: #F9C91B;
	color: #8f7000;
}
ul#bio_list li.selected {
/*	background-image: url("/images/bio_button.png");
	background-position: 15px 0px;
	background-repeat: none;*/
}

#bio_highlight {
	position: relative;
	margin: -20px 0px 0px 57px;
	z-index: 4000;
}

#bios div.bio_pic {
	padding: 65px 0px 0px 0px;
	width: 162px;
	height: 180px;
	float: right;
}

#bios div.bio_content {
	width: 360px;
}
#bios div.bio_content h1 {
	margin: 45px 0px 25px 0px;
	font-size: 38px;
	line-height: 38px;
	letter-spacing: -0.065em;
	font-weight: normal;
}
#bios div.bio_content p {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 30px;
}
#bios div.bio_pic h3, #bios div.bio_pic div.quick_facts ul, #bios div.bio_content ul {
	margin-left: 10px;
	font-size: 11px;
	line-height: 12px;
}
#bios div.bio_pic h3 {
	margin-top: 15px;
	font-weight: bold;
}
#bios div.bio_pic div.quick_facts ul, #bios div.bio_content ul {
	margin-top: 5px;
	list-style-position: outside;
	list-style-type: disc;
}
#bios div.bio_pic div.quick_facts ul li, #bios div.bio_content ul li {
	margin-bottom: 5px;
}
div.bio_content div.quick_facts ul, #bios div.bio_content ul {
	font-size: 12px;
	line-height: 24px;
	margin: -10px 0px 20px 0px;
	list-style-position: outside;
	list-style-type: disc;	
}
#bio_content div.quick_facts ul li, #bios div.bio_content ul li {
	margin-bottom: 5px;
}
/* ================ End Center Column ============= */

/* ================ Secondary Title Bar and it's contents ============= */

#secondary_title_bar {
	margin: 0 auto;
	margin-bottom: 45px;
	padding-top: 100px;
	width: 810px;
	height: 25px;
	border-bottom: 1px solid #A6A6A6;
	clear: both;
}
#secondary_title_bar h1.img {
	margin: 0px 0px 0px 10px;
	float: left;
	width: 200px;
}
#secondary_title_bar h6 {
	margin: 4px 10px 0px 0px;
	float: right;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	letter-spacing: -0.025em;
}


/* ================ End Secondary Title Bar ============= */

hr.clear {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	border-width:0;
	margin:0;
	padding:0;
	overflow: hidden;
}

/* ================ Footer and it's contents ============= */
	
#footer {
	clear: both;
	height: 220px;
	width: 100%;
	margin: 0;
	background: #595959;
	background-image: url("/images/footer_bg.jpg");
	background-repeat: repeat-x;
	}

#footer_holder {
	clear: both;
	margin: 0 auto;
	width: 900px;
	}

#footer_holder p {
	clear: right;
	text-align: right;
	line-height: 230%;
	color: #eaeaea;
	}
	
#footer_holder p small {
	line-height: 175%;
	color: #999;
}
#footer_holder p small a {
	color: #999;
}

#footer_holder img {
	float: right;
	margin: 57px 0 12px 0;
	}

#footer_holder a {
	color: #eaeaea;
	text-decoration: none;
	}
	
ul#footer_nav {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px -8px 0px 0px;
	list-style-type: none;
	width: 725px;
	color: #eaeaea;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: -0.01em;
	text-align: right;

	float: right;
	clear: both;
	z-index: 10000;
}
ul#footer_nav li {
	display: inline;
}
ul#footer_nav li a {
	color: #eaeaea;
	padding: 5px 8px 5px 8px;
	line-height: 28px;
	text-decoration: none;
}
ul#footer_nav li a:hover {
	padding: 5px 8px 5px 8px;
	line-height: 28px;
	color: #eaeaea;
	background-color: #252525;
}
ul#footer_nav li.selected a {
	color: #eaeaea;
	background-color: #252525;
}
ul#footer_nav li.selected a:hover {
	color: #eaeaea;
	background-color: #252525;
}
