@import url("y_reset.css"); /* Normalizes the default rendering of all HTML elements. - Yahoo! Reset CSS - http://developer.yahoo.com/yui/reset/ */
@import url("y_fonts.css"); /* Sets standard em across browsers. - Yahoo! Fonts CSS - http://developer.yahoo.com/yui/fonts/ */
@import url("layout.css");
@import url("menu.css");
@import url("portfolio.css");
@import url("shows.css");
@import url("forms.css");
@import url("admin.css");

body {
	background-color: #555;
	color: #ccc;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #ccc;
}

a:hover, a:visited:hover {
	text-decoration: none;
	color: #ccc;
	background-color: transparent;
}

em {font-style: italic;}

strong {font-weight: bold;}

abbr, acronym { 
	border-bottom:1px dotted #000; 
	cursor:help; 
}

ol {
	margin-left: 2em;
}

ol li { 
	list-style: decimal outside;     
} 

.clearer {clear: both;}

.hide {display: none;}

#container {
	color: #ccc;
	font-size: 77%;
}

#container .text {
}

#container .text ul li {
	list-style: disc inside;
}

#header h1 {
	font-family: 'arial black';
	font-size: 138.5%;
	font-weight: bold;
	color: #ddd;
	
}

#header h1 a:link, #header h1 a:active, #header h1 a:visited, #header h1 a:hover, #header h1 a:visited:hover {font-family: 'arial black';
	font-size: 138.5%;
	font-weight: bold;
	color: #ddd;text-decoration: none;background-color: transparent;
}



#container h2 {
	font-weight: bold;
	margin-bottom: 8px;
	color: #fff;
}

#container .text h2 {
}

#secondary_content h4 {
	margin-bottom: 4px;
	font-weight: bold;
}

#site_info, #footer {
	color: #999999; font-size: 85%;
	
}

#site_info a:link, #footer a:link, 
#site_info a:active, #footer a:active, 
#site_info a:visited, #footer a:visited {
	text-decoration: none;
	color: #999999;
}

#site_info a:hover, #footer a:hover, 
#site_info a:visited:hover, #footer a:visited:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#login_link {
	margin-top: 20px;
	
	font-weight: normal;
	text-align: left;
}

#admin_link {
	
	font-weight: normal;
	text-align: left;
}

#edit_link {
	
	font-weight: normal;
	text-align: left;
}
