@import url("menu.css");
@import url("portfolio.css");
@import url("events.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 */

/* ================== 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: helvetica;
	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;}

/**
 * Section: Custom Doc Width
 * All widths set in EMs. To calculate EMs:
 *  Pixel width / 13px = "EM width"
 *  "EM width" x 0.9759 = "IE's EM width"
 */
#custom-doc { 
	width: 77.69em;
	*width: 75.82em;
	min-width: 1010px;
	margin: auto;
	text-align: left;
}

.main-content ul li {
	list-style: disc inside;
}

.main-content ul.random_images li {
	list-style: none;
}

.main-content img {
	float: left;
	padding: 0 5px 5px 0;
}

.main-content .portfolio-images img {
	float: none;
	padding: 0;
}

.main-content form.text_file_edit img {
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#hd, 
#bd, 
#ft {
	font-size: 85%;
}

#ft {
	padding-bottom: 50px;
}

#hd {
	margin: 30px 0 20px 0;
}

#hd h1 {
	color: #000;
	width: 23.0769em;
	*width: 22.5207em;
	min-width: 240px;
	float: right;
}

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

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

#content h2 {
	position: absolute;
	top: 3px;
	right: 3px;
}

.main-content {
	position: relative; /* For MCE Editor layers feature */
}

.secondary-content h4 {
	margin-bottom: 4px;
	font-weight: bold;
}

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

#site_info {
	margin-top: 20px;
	padding-bottom: 15px;
	font-size: 93%;
}

#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;
}

#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;
	_position: absolute;
	top: 0px;
	left: 0px;
	padding: 8px;
	background-color: yellow;
	font-weight: bold;
	display: none;
	font-size: 85%;
}

#page_prefs {
	position: fixed;
	_position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	font-size: 85%;
}

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