@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");

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
.yui3-g{letter-spacing:-0.31em;*letter-spacing:normal;word-spacing:-0.43em;}.yui3-u,.yui3-u-1,.yui3-u-1-2,.yui3-u-1-3,.yui3-u-2-3,.yui3-u-1-4,.yui3-u-3-4,.yui3-u-1-5,.yui3-u-2-5,.yui3-u-3-5,.yui3-u-4-5,.yui3-u-1-6,.yui3-u-5-6,.yui3-u-1-8,.yui3-u-3-8,.yui3-u-5-8,.yui3-u-7-8,.yui3-u-1-12,.yui3-u-5-12,.yui3-u-7-12,.yui3-u-11-12,.yui3-u-1-24,.yui3-u-5-24,.yui3-u-7-24,.yui3-u-11-24,.yui3-u-13-24,.yui3-u-17-24,.yui3-u-19-24,.yui3-u-23-24{display:inline-block;zoom:1;*display:inline;letter-spacing:normal;word-spacing:normal;vertical-align:top;}.yui3-u-1{display:block;}.yui3-u-1-2{width:50%;}.yui3-u-1-3{width:33.33333%;}.yui3-u-2-3{width:66.66666%;}.yui3-u-1-4{width:25%;}.yui3-u-3-4{width:75%;}.yui3-u-1-5{width:20%;}.yui3-u-2-5{width:40%;}.yui3-u-3-5{width:60%;}.yui3-u-4-5{width:80%;}.yui3-u-1-6{width:16.656%;}.yui3-u-5-6{width:83.33%;}.yui3-u-1-8{width:12.5%;}.yui3-u-3-8{width:37.5%;}.yui3-u-5-8{width:62.5%;}.yui3-u-7-8{width:87.5%;}.yui3-u-1-12{width:8.3333%;}.yui3-u-5-12{width:41.6666%;}.yui3-u-7-12{width:58.3333%;}.yui3-u-11-12{width:91.6666%;}.yui3-u-1-24{width:4.1666%;}.yui3-u-5-24{width:20.8333%;}.yui3-u-7-24{width:29.1666%;}.yui3-u-11-24{width:45.8333%;}.yui3-u-13-24{width:54.1666%;}.yui3-u-17-24{width:70.8333%;}.yui3-u-19-24{width:79.1666%;}.yui3-u-23-24{width:95.8333%;}


/* ================== 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: verdana;
	color: #333333;
}

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

a:hover, a:visited:hover {
	text-decoration: none;
	color: #000;
	background-color: #DDD;
	/*background-color: #FFFF99;*/
}

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: 77%; /*- 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: #ccc;
	text-transform: lowercase;
}

#login_link a:link, #site_info a:link, #footer a:link, #edit_link a:link, #admin_link a:link,  
#login_link a:active, #site_info a:active, #footer a:active, #edit_link a:active, #admin_link a:active, 
#login_link a:visited, #site_info a:visited, #footer a:visited, #edit_link a:visited, #admin_link a:visited {
	text-decoration: none;
	color: #ccc;
}

#login_link a:hover, #site_info a:hover, #footer a:hover, #edit_link a:hover, #admin_link a:hover, 
#login_link a:visited:hover, #site_info a:visited:hover, #footer a:visited:hover, #edit_link a:visited:hover, #admin_link a:visited:hover {
	text-decoration: none;
	color: #999;
	background-color: #fff;
}

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

#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. */
}
