@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: #FFFFFF;
	color: #8f8d8b;
}

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

a:hover, a:visited:hover {
	text-decoration: underline;
	color: #555;
	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: #8f8d8b;
	font-size: 77%;
}

#container .text {
}

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

#header h1 {font-size: 174%; font-family: 'arial black';
	
	color: #8f8d8b;text-decoration: none;}

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

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


#header-image, #header-image span {width: 140px; height: 29px; background-image: url(../images/suejin_headername.jpg);
 background-repeat: no-repeat; }

#header-image span { margin-bottom: -75px; }

h1 span {
 display: block;
 /* place the span on top */
 position: relative;
 z-index: 1;
}

ul.random_images {margin-top: 50px;}


#container .text h2 {
}

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

#site_info, #footer {
	color: #8f8d8b;
	
}

#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: #8f8d8b;
}

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

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

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