@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");
@import url("mce_editor.css");

/* ================== Clear Fix ====================== */
/*
 * So you no longer need <div class="clear:both"></div>
 * at the end of a box containing a float.
 * - http://positioniseverything.net/easyclearing.html - 
 */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* IE-mac fix */
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;} /* Floated element *must* have dimension for IE */
.clearfix {display: block;} /* remove inline-block for all other browsers (besides IE-mac) */
/* End hide from IE-mac */

/* fix so lists may display bullets, etc. -- screwy in IE so use bullets as h3 bg image instead */
ul li.clearfix {
	display: list-item;
}
/* ================== END Clear Fix ====================== */

/* =========== Gilder/Levin Image Replacement ============ */
.bg-image {
	position: relative;
	overflow: hidden;
}

.bg-image span {
	position: absolute;
	width: 100%;
	height: 100%;
}
/* =========== END Gilder/Levin Image Replacement ============ */

body {
	background-color: #FFFFFF;
	font-family: arial;
	color: #333333;
}

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

a:hover, a:visited:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}

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: #333333;
	font-size: 85%; /*- For Arial */
	/*font-size: 77%;*/ /*- For Geneva */
}

#container .text {
}

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

#container .text img {
	float: left;
	padding: 0 5px 5px 0;
}

#container .text form.text_file_edit img {
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#header h1 {
	font-weight: bold;
	color: #333333;
}

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

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

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

#container .text h2 {
}

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

#site_info, #footer {
	color: #999999;
	text-transform: lowercase;
}

#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;
	text-transform: lowercase;
	font-weight: normal;
	text-align: left;
}

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

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

#ajax_status {
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 8px;
	background-color: yellow;
	font-weight: bold;
	display: none;
}

#page_prefs {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
}

#loading {
	width: 100px;
	height: 300px; /* To keep #main_nav in place. */
}
