@charset "utf-8";

/* ------------------------------------------------------------- */

/*  ROCKWOOD MSIC HALL
	MAIN PAGE STANDARDS-COMPLIANT STYLESHEET 
	WEBSITE BY SILO DESIGN INC

		--- TABLE OF CONTENTS ---
			- CSS RESET
			- GLOBAL
			- CONTAINER
			- MASTHEAD
			- NAV
			- CONTENT
			
*/

/* ------------------------------------------------------------- */


/* LET'S GET STARTED - CSS GLOBAL RESET & DEFS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	}
	
body{
	line-height: 1;
	background-repeat:no-repeat;
	background-color:#b87333;
	color:#000000;
	}

		
ol, ul, li {
	list-style:disc;
	}
	
blockquote, q{
	quotes: none;
	}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '"';
	content: none;
	}
	
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
img{
	border:0;
	}
	

/* remember to define focus styles! */
:focus{
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins{
	text-decoration: none;
	}
	
del{
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse: collapse;
	border-spacing: 0;
	}
	
a:link{
	color:#5a0000;
	font-weight:bold;
	text-decoration:none;
	}
	
a:visited{
	color:#5a0000;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover{
	color:#5a0000;
	font-weight:bold;
	text-decoration:underline;
	}
	
a:active{
	color:#5a0000;
	font-weight:bold;
	text-decoration:none;
	}


.clear{
	clear:left;
	}
	

/* ------------------------------------------------------------- */
/* CONTAINER */

#container{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:20px;
	}
	

/* ------------------------------------------------------------- */
/* MASTHEAD */

#masthead{
	width:940px;
	height:153px;
	float:left;
	margin-bottom:20px;
	}
	
	
/* ------------------------------------------------------------- */
/* CONTENT */

#content{
	width:940px;
	float:left;
	}
	
	#header{
		width:940px;
		float:left;
		margin-bottom:15px;
		}
		
	/* PHASE 1 - SINGLE COLUMN LAYOUT */
	#single_col{
		width:940px;
		float:left;
		font-size:12px;
		line-height:12px;
		}
		
		#single_col h1{
			font-family:Arial, Helvetica, sans-serif;
			font-size:18px;
			text-transform:uppercase;
			line-height:26px;
			color:#000000;
			margin-left:292px;
			margin-bottom:10px;
			}
			
		#single_col h2{
			font-family:Arial, Helvetica, sans-serif;
			font-size:16px;
			text-transform:uppercase;
			line-height:24px;
			color:#000000;
			margin-left:292px;
			}
			
		#single_col p{
			width:400px;
			margin-left:292px;
			line-height:20px;
			margin-bottom:15px;
			font-size:14px;
			}
			
		#single_col #club_info{
	width:400px;
	margin-left:292px;
	line-height:20px;
	margin-bottom:15px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
			}	
			
			
	#single_col #kendall_club_info{
	width:600px;
	line-height:20px;
	margin-bottom:15px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
			}
.kendallTable {
	border-color: #000;
	border-width: 1px;
}
			
			
			
			
			#single_col #club_info td{
				padding-bottom:15px;
				}
			
	.prev{
		background-image:url(../../img/arrow.jpg);
		background-repeat:no-repeat;
		background-position:0 6px;
		padding-left:8px;
		}
			
	
	.sched_pod{
		width:400px;
		margin-left:292px;
		margin-bottom:25px;
		font-size:14px;
		line-height:20px;
		font-family:Arial, Helvetica, sans-serif;
		color:#000000;
		}
		
		.sched_pod .time{
			width:55px;
			color:#000000;
			text-align:right;
			padding-right:10px;
			}
			
		.sched_pod .wide{
			padding-bottom:8px;
			}
			
			
			
	.ticketed{
		width:400px;
		margin-left:292px;
		margin-bottom:15px;
		font-size:14px;
		line-height:18px;
		font-family:Arial, Helvetica, sans-serif;
		color:#000000;
		}
		
		.ticketed td{
			padding-bottom:8px;
			}
		
		.ticketed .fineprint{
			font-size:12px;
			font-weight:normal;
			}
			
	
	
/* ------------------------------------------------------------- */
/* FOOTER */

#footer{
	width:940px;
	height:60px;
	float:left;
	margin-top:15px;
	border-top:1px solid #000000;
	}
	
	#footer p{
		text-align:center;
		padding-top:20px;
		}
		
	#footer a:link{
		color:#568e14;
		text-decoration:none;
		}

	#footer a:visited{
		color:#568e14;
		text-decoration:none;
		}
		
	#footer a:hover{
		color:#5ea709;
		text-decoration:none;
		}
		
	#footer a:active{
		color:#568e14;
		text-decoration:none;
		}



/* ////////////////////////////////////////////////////// */
#container #content #single_col #kendall_club_info tr td .kendallTable tr {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#container #content #single_col #kendall_club_info tr td .kendallTable tr td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
