@import url("y_fonts.css"); /* Sets standard em across browsers. - Yahoo! Fonts CSS - http://developer.yahoo.com/yui/fonts/ */
@import url("y_reset.css"); /* Normalizes the default rendering of all HTML elements. - Yahoo! Reset CSS - http://developer.yahoo.com/yui/reset/ */
@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: #000;
	color: #EEE;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #CCC;
}

a:hover, a:visited:hover {
	text-decoration: none;
	color: #999;
}

em {font-style: italic;}

strong {font-weight: bold;}

abbr {border: 0;}

.clearer {clear: both;}

.hide {display: none;}

#container {
	font-size: 92%;
	font-family: arial, sans-serif;
}

#container .text {
	font-size: 114%;
	font-family: times, serif;
}

#header h1 {
	display: inline;
	font-weight: normal;
	font-size: 182%;
}

#header h1 a:link, #header h1 a:active, #header h1 a:visited {
	text-decoration: none;
	color: #EEE;
}

#header h1 a:hover, #header h1 a:visited:hover {
	text-decoration: none;
	color: #CCC;
}

#container h2 {
	font-weight: bold;
	margin-bottom: 8px;
	font-family: arial, sans-serif;
	font-size: 114%;
	text-transform: capitalize;
}

#container .text h2, #container .text h2 {
	font-size: 100%;
}

.portfolio h2 {
	display: none;
}

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

#footer {
	color: #999999;
	font-size: 85%;
	text-transform: lowercase;
}

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

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

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

#admin_link {
	text-transform: lowercase;
	font-weight: normal;
	margin-right: 20px;
	text-align: right;
}

#edit_link {
	margin-right: 20px;
	text-transform: lowercase;
	font-weight: normal;
	text-align: right;
}