* {
	padding:0;
	margin:0;
}

html {
	font-size:100.01%;
}

body {
	font-size:75%;
	/*font-size:62.5%;*/
	font-family:"Trebuchet MS";
	color:#a1a1a1;
}

.clear {
	clear: both;
}

ul {
	list-style: none;
}

p { 
	padding:0px 0px 18px 0px;
}
		
a {
	text-decoration: underline; 
	color:#fff; 
	outline:none;
}

a:hover {
	text-decoration: none;
}


/*** Main ***/
.main { 
	min-width:990px;
}
	
.main { 
	padding:0px 0px 0px 0px;
	background:url(../images/bricks.jpg) ;
/*	background:url(../images/bg1.jpg) no-repeat fixed center 0; */
}
	
.main-bg {
	overflow:hidden;
	height:100%;
	padding:0px 0px 30px 0px;
}

.main-width {
	width:1029px;
	margin: 0 auto;
	background:url(../images/footer.png) no-repeat right bottom;
	padding:0px 0px 29px 0px;
}
	
.header {
	height:248px;
	padding:0px 0px 0px 0px;
	position:relative;
}



	
/******** Menu ********/

.main-menu {
	position:relative;
	z-index:99999;
	height:89px;
	background:url(../images/menu-bg.gif) repeat-x 0 0;
}	
.menu {
	background:url(../images/menu-right.gif) no-repeat right 0;
}	
.menu {
	margin:0px 0px 0px 0px; 
	height:89px;
}	
.menu ul {
	float:left;
	margin:0px 0px 0px 0px; 
	list-style:none; 
	padding:18px 0px 0px 17px;
}
.menu ul li {
	float:left; 
	padding:0px 13px 0px 0px;
}
.menu ul li a {
	display:block; 
	height:100%;
	font-size:24px; 
	line-height:inherit; 
	height:52px;
	cursor:pointer; 
	position:relative; 
	z-index:999999999; 
	font-weight:normal;
	color:#fff; 
	text-decoration:none; 
	text-transform:uppercase;
}
.menu ul li a span {
	display:block;
	float:left;
}
.menu ul li a span span {
	padding:6px 28px 16px 27px;
}
.menu ul li:hover span {
	background:url(../images/menu-right-act.gif) no-repeat right 0;
}
.menu ul li:hover a span span {
	background:url(../images/menu-left-act.gif) no-repeat 0 0;
}
.menu ul li.current_page_item a {}
.menu ul li.current_page_item a span {}

			
/*** Logo ***/

.logo {
	clear:both;
	margin: 50px 0 0 300px;
	width:359px;
	height:222px;
	background:url(../images/krunch-logo.gif) no-repeat 0 0;
}


/*** Column ***/
	.content { clear:both; overflow:hidden; height:100%; padding:0px 20px 0px 0px;}

	.content .corner-left-top { height:15px; background:url(../images/corner-left-top.png) no-repeat 0 0; overflow:hidden;}
	.content .corner-right-top {height:15px; background:url(../images/corner-right-top.png) no-repeat right 0; padding:0px 15px 0px 15px;}
	.content .bg { height:15px; background:#161616;}

	.content .corner-left-bot { height:18px; background:url(../images/corner-left-bot.png) no-repeat 0 0; overflow:hidden;}
	.content .corner-right-bot {  background:url(../images/corner-right-bot.png) no-repeat right 0;padding:0px 18px 0px 18px;}
	.content .bg { height:18px; background:#161616; }
	
	.content-bg { background:#161616; overflow:hidden; height:100%; padding:0px 14px 0px 15px;}

	.column-right { float:right; width:160px; margin:0px 0px 0px 9px;} //259
	
	
/*** custom ***/
	.custom { clear:both; font-size:13px; color:#676767; line-height:1.4em;}
	
		.custom .corner-left-top { background:url(../images/content-corner-left-top.gif) no-repeat 0 0 #0d0d0d; height: auto; margin:0px 0px 13px 0px;}
		.custom .corner-right-top { background:url(../images/content-corner-right-top.gif) no-repeat right 0;height: auto; padding:0px 0px 0px 0px;}
		.custom .corner-left-bot { background:url(../images/content-corner-left-bot.gif) no-repeat 0 bottom;height: auto;}
		.custom .corner-right-bot { background:url(../images/content-corner-right-bot.gif) no-repeat right bottom; height: auto; overflow:hidden; height:100%; padding:27px 0px 32px 35px;}

	.custom .left { float:left; width:573px; padding:5px 0px 1px 0px; margin:0px 45px 0px 0px; border-right:1px solid #272727;}
	.custom .right { float:left; width:295px; padding:0px 0px 0px 0px;}
	
	.custom h1 { font-size:42px; color:#cb3815; padding:0px 0px 5px 1px;}
	
	.custom h4 { font-size:27px; color:#c9c9c9; text-transform:uppercase; padding:0px 0px 16px 1px;}
	
	.custom p { padding:0px 25px 14px 0px;}
	.custom a { color:#c5c5c5; text-decoration:none}
	.custom a:hover { text-decoration: underline;}
	
	.custom .right h4 { height:24px; background:url(../images/text01.gif) no-repeat 0 0; overflow:hidden; text-indent:-1000em; margin:15px 0px 21px 2px; padding:0px 0px 0px 0px;}
	.custom .right p span { display:block; color:#fa5c00; font-weight: bold;}
	
	.custom .right p { color:#fff; padding:0px 0px 27px 3px; line-height:1.6em;}
	.custom .right p a { color:#fff; text-decoration:underline;}
	.custom .right p a:hover { text-decoration: none;}
	
	.custom .comments { display:block; float:left; width:142px; height:22px; background:url(../images/comments2.gif) no-repeat 0 0;}
	
	.custom .comments a { font-size:12px; font-family: arial; color:#fff; display:block; padding:2px 0px 0px 18px; text-transform: inherit; font-weight: normal;}
	
/*** Widgets  ***/
	.widget { clear:both;
		overflow:hidden; height:100%;
		background:url(../images/widget-bg.gif) repeat-y 0 0;
		margin:0px 0px 13px 0px;
		}
	
	.widget .widget-bg {
		overflow:hidden; height:100%;
		background:url(../images/widget-bot.gif) no-repeat 0 bottom;
		padding:0px 0px 34px 0px;
		}
	
	.widget .indent {
		overflow:hidden; height:100%;
		color:#fff; padding:0px 0px 0px 0px;
		}
	
	.widget .title {
		overflow:hidden; height:100%;
		margin:0px 0px 15px 0px;
		}
		
	.widget .title div {
		background:url(../images/widget-bg-top.gif) no-repeat 0 bottom #0d0d0d;}
	.widget .title div div { background:url(../images/widget-top.gif) no-repeat 0 0;}
		
	.widget h2,
	.widget_tag_cloud .indent .title h2 {
		overflow:hidden; height:100%; text-transform:uppercase;
		font-size:2.9em; font-weight: normal;
		color:#e65510; line-height:1.1em;
		padding:24px 0px 26px 45px;
		}
	
	.widget ul {
		line-height:1.4em;
		font-size:13px; /*overflow:hidden; height:100%;*/
		color:#969595; font-family: "Times New Roman", Times, serif;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 53px;
		
		}
	
	.widget ul li {
		overflow:hidden; height:100%;
		line-height:1.4em;
		background:url(../images/marker2.gif) no-repeat 0 5px;
		padding:1px 20px 11px 28px;
		margin:0px 0px 0px 0px;
		}
	
	.widget ul li a {
		font-size:13px; text-transform:uppercase; color:#969595;
		}
	
		.widget ul li a { text-decoration:none;}
		.widget ul li a:hover { color:#fff;}
		
	.widget ul ul { font-size:100%; margin:0px 0px -10px 0px;}
	.widget ul ul li { border:0;}
	
	/*** widget_categories ***/
		.widget_categories {}
	
	/*** .widget_archive ***/
		.widget_archive {}
		
	/*** widget_meta ***/
		.widget_meta {}
	
	/*** widget_links  ***/
		
	/*** Content  ***/
	.column-center { overflow:hidden; height:100%; position:relative; padding:0px 6px 0px 0px;}
	
		.column-center .corner-left-top { background:url(../images/content-corner-left-top.gif) no-repeat 0 0 #0d0d0d; height: auto; margin:0px 0px 13px 0px;}
		.column-center .corner-right-top { background:url(../images/content-corner-right-top.gif) no-repeat right 0;height: auto; padding:0px 0px 0px 0px;}
		.column-center .corner-left-bot { background:url(../images/content-corner-left-bot.gif) no-repeat 0 bottom;height: auto;}
		.column-center .corner-right-bot { background:url(../images/content-corner-right-bot.gif) no-repeat right bottom; height: auto; overflow:hidden; height:100%; padding:27px 30px 8px 25px;}
		
		.column-center .indent { clear:both; overflow:hidden; height:100%; padding:0px 0px 20px 0px;}
		
		.column-center .bgnone { background: none;}
		
	/*** Title wrapper ***/
		.column-center .title {
			overflow:hidden; height:100%; clear:both;
			padding:0px 120px 0px 10px;
			margin:0px 0px 24px 0px;
			}
		
		
.column-center .title h2 {
	/*overflow:hidden; height:100%; */
	font-size:2.9em; font-weight: normal; text-transform:uppercase;
	color:#fff; line-height:1.2em; margin:0px 0px 0px 0px;
	padding:1px 0px 3px 1px;
}
			
.column-center .title h3 {
	font-size:2.7em; font-weight: normal; text-transform:uppercase;
	color:#fff; line-height:1.2em; margin:0px 0px 0px 0px;
	padding:1px 0px 3px 1px;
	}
				
.column-center .title h2 a,
.column-center .title h3 a { color:#fff; text-decoration:none;}
		
.column-center .title h2 a:hover,
.column-center .title h3 a:hover { color:#e25300;}
		
/******/
.title-page01 { padding:0px 0px 0px 10px;}
.title-page02 { padding:0px 0px 0px 10px;}
.title-page03 { padding:0px 0px 0px 10px;}
			
.title-page01 *, .title-page02 *,.title-page03 *, .pagetitle { color:#fff;}
.title-page01 * {  font-size:2.9em; font-weight: normal; text-transform:uppercase;}
.title-page02 * {  font-size:2.9em; font-weight: normal;}
.title-page03 * {  font-size:1.6em; font-weight: normal;}
	
/*** author ***/
.column-center .author { font-size: 1.3em; clear:both;color:#636363; padding:0px 0px 0px 2px;}
.column-center .author span { color:#bebebe;}
	
		
/*** Text box ***/
.band-box, .music-box, .video-box, .shows-box, .text-box {
	clear:both;
	overflow:hidden; 
	height:100%;
	font-size:1.3em; 
	line-height:1.6em;
	padding:10px 0px 0px 7px;
}
			
.band-box p, .music-box p, .video-box p, .shows-box p, .text-box p { padding:0px 0px 16px 0px;}
.band-box p a, .music-box p a, .video-box p a, .shows-box p a, .text-box p a {line-height:1.4em;}


.fleft {
	float:left; /*display: inline;*/
	overflow:hidden; 
	height:100%;
	padding:0; 
	margin:-10px 31px 3px -5px;
}
		
.fleft img { margin:0px 0px 0px 0px;}
		
.music-box img { margin: 0 0 0 60px; }
.band-box img { margin: 0 0 0 20px; }
.video-box { margin: 0 0 0 20px; }		
			
.band-box span, .music-box span, .video-box span, .shows-box span, .text-box span { color:#fff;}
	
		
		/******/
			.more-link { clear:both; padding:0px 0px 0px 1px; margin:-2px 0px 0px 0px;}
			.more-link a { display:block; font-size:12px; color:#c01178;}
			.more-link a:hover {}			
			
			/*.more-link { text-decoration:none;}
			.more-link:hover { text-decoration: underline;}*/
			
			
		/******/
			.column-center .comments { display:block; float:left; width:142px; height:22px; background:url(../images/comments.png) no-repeat 0 0; margin:5px 0px 0px 7px;}
	
			.column-center .comments a { font-size:12px; font-family: arial; color:#fff; display:block; padding:3px 0px 0px 18px; text-transform: inherit; font-weight: normal;}
				
			.column-center .comments a { text-decoration:none;}
			.column-center .comments a:hover { text-decoration:underline;}
		
		/******/
			.postmetadata { clear:both; font-size:1.2em; line-height:1.4em; padding:0px 0px 8px 10px;}
			.postmetadata a { padding:0px 1px 0px 10px;}
			
		/******/
			.link-edit { float:right; padding:7px 0px 10px 21px; margin:0px 0px 0px 0px}
			.link-edit a { font-size:12px; color:#fff;}
			
			.link-edit a:hover { text-decoration: underline;}
			
		/******/
			.navigation { overflow:hidden; height:100%; font-size:12px; color:#fff; padding:5px 0px 8px 0px;}
			.navigation a {
				font-size:12px; color:#fff;
				}
			
			.nav-top { margin:-20px 0px 0px 0px; padding:0px 0px 10px 5px;}
			
			.nav-top a {}
			
			.nav-top .alignleft a { padding:0px 0px 0px 3px;}
			.nav-top .alignright a {}
			
			.nav-top a { text-decoration:none;}
			.nav-top a:hover { text-decoration: underline;}
		
		/******/
			.pg-nav { overflow:hidden; height:100%; font-size:12px; color:#fff; margin:-6px 0px 0px 0px;}
					
			.column-center .pg-nav .bg02 .indent { padding:2px 0px 1px 20px;}
			
			.pg-nav ul { float:left; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
			.pg-nav ul li { float:left; width:28px; font-size:14px; height:28px; line-height:28px; text-align:center; margin:0px 4px 0px 0px; cursor: pointer; padding:0px 0px 0px 0px; background:url(../images/pgnav.gif) no-repeat 0 0; color:#fff;}
			.pg-nav ul li:hover { background:url(../images/pgnav.gif) no-repeat 0 -28px;}
			
			.pg-nav ul li.next { width:61px; height:28px; background:url(../images/next.gif) no-repeat 0 0;}
			.pg-nav ul li.next:hover { background:url(../images/next.gif) no-repeat 0 -28px;}
			
			.pg-nav ul li a { color:#fff; text-decoration:none;}
			
			
	/*******/
		.text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6 { color:#fff; font-family:Arial; line-height:1.5em;}
		.text-box h1 { font-size:22px; font-weight: normal; line-height:1.2em; display:block; height:100%; padding:0px 0px 13px 0px;}
		.text-box h2 { font-size:20px; font-weight: normal;}
		.text-box h3 { font-size:18px;}
		.text-box h4 { font-size:16px; text-transform:uppercase; font-family:Arial;}
		.text-box h5 { font-size:14px;}
		.text-box h6 { font-size:12px;}
	
	/*** OL UL style***/
		.text-box ul { padding:5px 0px 5px 1px; margin:0px 0px 0px 0px; overflow:hidden; height:100%;line-height:1.4em;}
		.text-box ul li { background:url(../images/marker.gif) no-repeat 0 7px; padding:0px 0px 9px 12px; list-style-image:none; list-style:none; font-weight:normal;}
		.text-box ul li ul { margin-left:10px;}
		.text-box ul li ol { margin-left:15px;}
		.text-box ul li ol li { list-style-type:decimal;}
		
		.text-box ol { padding-left:2px;}
		.text-box ol li { padding:0px; margin-left:13px;  font-weight:normal;list-style-type:decimal;}
		.text-box ol li ul { padding:2px 0px 5px 2px;}
		.text-box ol li ul li { font-weight:normal; background:url(../images/marker.gif) no-repeat 0 7px; padding:0px 0px 9px 12px; }
		
		.text-box ul li { list-style-image:none; list-style:none;}
		
		.text-box ul li a { /*text-decoration:none;*/}
		/*.text-box ul li a:hover { text-decoration:underline;}*/
		
		.text-box ul li ul { margin-left:15px;}
		.text-box ul li ol {margin-left:20px;}
		.text-box ul li ol li { list-style-type:decimal;background:none;}
		.text-box ul li ol li a {}
		
		.text-box ol { padding:5px 0px 5px 2px;}
		.text-box ol li{ padding:0px; margin-left:20px;}
		.text-box ol li a { padding-left:0px; text-decoration:none; font-weight:normal;}
		.text-box ol li a:hover{ text-decoration:underline; }
		.text-box ol li ul li a { font-weight:normal; text-decoration:underline;}
		.text-box ol li ul li a:hover {text-decoration:none;}
	
	

/*** Custom 2  ****/

	.custom2 { clear:both; background:url(../images/line.gif) repeat-x 0 0; padding:13px 0px 0px 34px;}
	
	.custom2 .left { float:left; width:561px; padding:0px 0px 0px 0px; margin:0px 9px 0px 0px;}
	.custom2 .right { float:left; width:376px; padding:0px 0px 0px 0px;}
	
		.custom2 .widget { 
			background: none;
			margin:0px 0px 13px 0px;
			}
		
		.custom2 .widget .widget-bg {
			background: none;
			padding:0px 0px 0px 0px;
			}
		
		.custom2 .widget .indent {
			color:#545454; padding:0px 0px 0px 0px;
			}
		
		.custom2 .widget .title {
			margin:0px 0px 21px 0px;
			}
			
		.custom2 .widget .title div {background: none;}
		.custom2 .widget .title div div { background: none;}
			
		.custom2 .widget h2,
		.custom2 .widget_tag_cloud .indent .title h2 {
			font-size:2.9em; font-weight: normal;
			color:#fff;
			padding:10px 0px 2px 2px;
			}
			
			.custom2 .author { color:#636363; font-size:13px; padding:0px 0px 0px 3px;}
			.custom2 .author span { color:#bebebe; }
		
		.custom2 .widget ul {
			color:#545454; font-family: "Trebuchet MS";
			margin:0px 0px 0px 0px;
			
			}
		
		.custom2 .widget ul li {
			background:url(../images/marker.gif) no-repeat 0 8px;
			padding:0px 0px 16px 10px;
			margin:0px 0px 0px 0px;
			}
		
		.custom2 .widget ul li a { color:#ff7b11;}
		
			.custom2 .widget ul li a { text-decoration:none;}
			.custom2 .widget ul li a:hover { color:#fff;}
		
		/*** widget_popular ****/
			.widget_popular ul { float:left; width:164px;}
			.widget_popular ul.mr { margin:0px 30px 0px 39px;}
			
			.widget_popular ul li a { display:block; padding:0px 0px 0px 0px; margin:0px 0px -4px 0px; text-transform:none;}
		
			.widget_popular .comments { clear:both; display:block; float:left; width:142px; height:22px; background:url(../images/comments.png) no-repeat 0 0; margin:10px 0px 0px -0px;}
	
			.widget_popular .comments a { font-size:12px; font-family: arial; color:#fff; display:block; padding:3px 0px 0px 18px; text-transform: inherit; font-weight: normal;}
				
			.widget_popular .comments a { text-decoration:none;}
			.widget_popular .comments a:hover { text-decoration:underline;}
		
		
		
/*** Footer ****/
	.footer {
		clear:both;
		overflow:hidden; height:100%;
		font-size:1.6em; line-height:1.3em; margin:0px 0px 0px 0px;
		color:#0d0d0d;
		}
		
	.footer .width { width:364px; float:right; overflow:hidden;}
	
	.footer .corner-left {}
	.footer .corner-right {}
	
	.footer .indent {
		overflow:hidden; height:100%;
		padding:15px 15px 0px 38px;
		}
	
		
	.footer a { color:#0d0d0d;}
	
	.footer p { padding:0px 0px 0px 0px;}
	
	
/* -----------------------------------------------------------------
---------------------------- WP ------------------------------------
----------------------------------------------------------------- */
	.info-sidebar { overflow:hidden; padding:5px 0px 15px 15px; color:#fff; width: auto; font-size:1.4em; line-height:1.4em;}
	.info-sidebar a { text-transform:none; color:#fff;}
	
	.pagetitle { font-size:2.1em; font-weight: normal; overflow:hidden; text-align:center; padding:20px 12px 5px 12px; *padding:20px 12px 0px 12px;}

/*--- Navigations ---*/
	.navigation { /*clear:both;*/ overflow:hidden; /*line-height:13px;*/}
	.navigation .alignleft { float: left; width:45%; text-align:left;}
	.navigation .alignright { float: right; width:45%; text-align:right;}
	.nav-top .alignright a { float: right; }
	
	
	.pd-nav { padding:0; margin:0;}
	.pd-nav .alignleft { padding:0; margin:0;}
	.pd-nav .alignright { padding:0; margin:0;}
	
	.pd-title {padding-bottom:0;}
	
	.marg { margin-bottom:10px;}

/*--- Begin Images ---*/
	p img {
		padding: 0;
		max-width: 100%;}
	
	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;}
	
	img.alignright { float: right;display:inline;
		padding: 0;
		margin: 3px 0px 10px 20px;}
	
	img.alignleft {	padding: 0;	margin: 3px 25px 5px 0; float:left; display:inline;}
	
	
/*--- Begin Typography & Colors ---*/
	small {	font-size: 1em; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
	small * {font-size: 0.9em;}
	small p {font-size: 0.9em;}
	
	select { width: 130px;}
		
	#commentform { font-size:1.2em; overflow:hidden; height:100%; padding:0px 0px 0px 0px;}
	
	/*.commentform {float:left;}*/
	
	#commentform input {
		margin: 5px 5px 1px 0;}
	
	#commentform {
		margin: 5px 0px 0 0;}
		
	#commentform textarea {
		width: 99%;
		padding: 2px;}
		
	#respond:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;}
		
	#commentform #submit {
		/*margin: 0 0 10px auto;
		float: right;*/ /*margin:0px 0px 0px 319px;*/}
		
	#respond p { padding:0px 0px 10px 0px; text-indent:0;}
	#respond form p { padding:0px 0px 10px 0px; text-indent:0;}
	
/*--- Begin Calendar ---*/
	#wp-calendar { empty-cells:show; width: 155px;}
	
	#wp-calendar th { padding:3px 0; text-align:center; color:#fff;}
	#wp-calendar td { padding:3px 0; text-align:center; color:#fff;}
	
	#wp-calendar a { display: block; font-weight:bold; color:#fff;}
	#wp-calendar #next a { padding-right: 10px;	text-align: right; font-weight: normal;}
	#wp-calendar #prev a { padding-left: 10px; text-align: left; font-weight: normal;}
	
	#wp-calendar caption { text-align: center; color:#fff; font-weight:bold; font-size:1.3em; padding:0px 0px 6px 0px;}
	
	
/* Begin Various Tags & Classes */
	acronym, abbr, span.caps {
		cursor: help;
		}
	
	acronym, abbr {
		border-bottom:1px dashed #1001;
		}
	
	blockquote {
		border:1px solid #272627; color:;
		background:#000; padding:15px 10px 10px 20px; margin:5px 0;
		}
	
	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}
	
	
/* Captions */
	.aligncenter,
	div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;}
	
	.wp-caption {
		border: 1px solid #ddd;
		text-align: center;
		background-color: #f3f3f3;
		padding-top: 4px;
		margin: 10px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;}
	
	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;}
	
	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		padding: 0 4px 5px;
		margin: 0;}
	
	
/* Begin Comments*/
	.alt { clear:both; padding-bottom:20px; font-weight: normal;}
	
	.alt a { padding:0px 0px 0px 0px; text-decoration:underline;}
	.alt a:hover { padding:0px 0px 0px 0px; text-decoration: none;}
	
	
	
#fb {
	height: 395px;
	width: 910px;
	background-color: #cecece;	
}
	
	
	
	
		
/*** SHOW DATES ***/

#show-dates table {
	width:100%;
	border-collapse:collapse;
}

#show-dates th {
	text-align:left;
	font-weight:bold;
}

#show-dates td, th {
	padding:.6em 0;
}

#show-dates {
	margin:10px 0 20px 0;
	clear:both;
}

#show-dates td.date {
	width:90px;
}

#show-dates td.time {
	width:80px;
}

#show-dates td.event {
	width:270px;
}

#show-dates td.location {
	width:180px;
}

#show-dates td.event {
	padding-right:1em;
}

#show-dates td.location {
	padding-right:1em;
}

#show-dates td.time, td.date {
	padding-right:.5em;
}

#show-dates tr {
	border-bottom: 1px solid white;
}		
		
		
		
		
		
		
/***** Modal Box *****/

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.6em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	border: none;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}		
		
