/*
Copyright (c) 2008, Element Fusion, LLC. All rights reserved.
-------------------------------------------------------------
LICENSED FOR USE UNDER A CREATIVE LICENSE AGREEMENT
-------------------------------------------------------------
This document, and all creative material associated herein,
is protected under copyright law to be used exclusively with
the Content Management Systems of Element Fusion, LLC.
-------------------------------------------------------------
You can read the full creative license agreement at:
http://www.elementfusion.com/license
-------------------------------------------------------------
Version 1.0 - June 23, 2008
*/

body {
	background: #fff !important;
	color: #000;
	width: 8.5in;
	margin: 0;
	padding: 10px 40px 20px;
	font: normal 13pt/140% Arial, Helvetica, sans-serif;
}	

h1 {display: none;}

#logo {
	padding-bottom: 20px;
	}

.skip, .utility_links, #search_bar, #adminbar, #navigation, #banner, #flashbutton, .jScrollPaneContainer, #news_stories,  #event_listings, .rss, .rss_feed {
	display: none;
}

#footer .utility_links {
	display: block;
	}

a, a:link, a:visited, a:hover, a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	}
	
a:after {
	content: " (" attr(href) ")";
	font-size: 11pt;
	}
	
img {
	display: block;
	padding-top: 10px;
	}


/* STUFF TO REWRITE */

	/* forcing the page width to be printer friendly */
	#pageContainer {
		width: 8.5in;
		margin: 0;
	}

	
	/* getting some nice margins between columns */
	#mainColumn {
		margin-right: 25px;
	}		
	#subColumn {
	margin-right: 15px;
	width: auto;
	}
	#extraColumn {
		margin-left: 15px;
	}
	
	
	/* getting it left aligned to look better. */	
	#copyright {
		text-align: left;
	}
	
/*---forget password form changes----*/


#detail #copy #content_area strong {
	display: inline !important;
	}
	
#MainContent_txtUserName {
	display: inline  !important;
	font-size: 1em  !important;
	padding: 0  !important;
	width: auto  !important;
	position: static  !important;
	}
	
input#MainContent_btnSubmitUsername {
	
	width: auto  !important;
	height: auto  !important;
	background-color: #fff  !important;
	background-image: none  !important;
	border: auto  !important;
	line-height: 1.3em  !important;
	font-size: 0.8em  !important;
	cursor: pointer  !important;
	padding: 0  !important;
	position: static  !important;
	margin-top: 0  !important;
	text-indent: 0px !important;
	border: 1px solid blue !important;
	}
	
input#MainContent_btnSubmitUsername[type="submit"]:hover
     {
      background-color: silver  !important;
	  background-image: none  !important;
     }
	
#MainContent_hlCancelUsername {
	font-size: 1em  !important;
	position: static  !important;
	font-weight: normal  !important;
	}
	
#advert {
	display: none;
	}
	
	.index-images {
	display: none;
	}

