/* ********************************* */
/* Centennial Theatre				         */
/* Content Stylesheet               	 */
/* ********************************* */

/*  Core CSS file - standardizes styles across browsers.  
	Based on Yahoo's Developer Library CSS (reset.css and base.css) files.
	MDL - Version 1.5 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,table {  
    margin:0; 
    padding:0; 
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
} 
form { display: inline; }
table { border-collapse:collapse; border-spacing:0; } 
fieldset,img { border:0; } 
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; } 
em { font-style: italic; }
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	line-height: 18px;
	padding-left: 5px;
} 

h1,h2,h3,h4,h5,h6,strong { font-weight:bold; } 
q:before,q:after { content:''; } 
caption,th { text-align:left; } 
abbr,acronym { border:0; } 
a, input { outline: none; }


#mainsection #mainheader h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 21px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform:uppercase;	
}

#upcoming #upheader h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 21px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform:uppercase;	
}

#news #newsheader h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 21px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform:uppercase;	
}

#mainsection #content {

}
#mainsection #content p, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:15px;
	padding: 0 0 14px 10px;
	line-height: 18px;

}

#mainsection #content td ol li{
	list-style-type: decimal;
	
}
/*#mainsection #content td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}*/

#mainsection #content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	padding:8px 0 3px 8px;
}
#mainsection #content a:link, #mainsection #content a:visited, #mainsection #content a:active{
	color:#000000;
	text-decoration:underline;
}
#mainsection #content a:hover{
	color:#F60003;
	text-decoration:underline;
}

#news #newscontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#news #newscontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#news #newscontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}
#news #newscontent a:link, #news #newscontent a:visited, #news #newscontent a:active{
	color:#F60003;
	text-decoration:underline;
}
#wrapper #mainsection #content a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
#wrapper #mainsection #content a:hover {
	text-decoration: underline;
}


#news #newscontent a:hover{
	color:#000000;
	text-decoration:underline;
}

#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#CCCCCC;	
}
#textcopy h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #b79547;
	padding-top: 5px;
	padding-bottom: 5px;
}
#textcopy p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	line-height:15px;
}
#textcopy{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	line-height:15px;
}
#footer {
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#footer a:link, #footer a:visited, #footer a:active{
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

#copyright {
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#copyright a:link, #copyright a:visited, #copyright a:active{
	color:#000000;
	text-decoration:underline;
}
#copyright a:hover{
	color:#F60003;
	text-decoration:underline;
}
ol {
	list-style-position: inside;
}
ul li {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 20px;
}

.site-map{
	color: #000000;
	font-weight: normal;
}
.site-map a {
	color: #000000;
	text-decoration: none;
}


.site-map a:hover {
	color: #000000;
	text-decoration: underline;
}
