/* EvClub */
/* Master Stylesheet
----------------------------------------------------------------------------- */
	@import url("reset.css");
	/*@import url("actions.css");
	@import url("alerts.css");
	@import url("forms.css");*/
	@import url("layout.css");
	@import url("navigation.css");
	@import url("skin.css");
	/*@import url("prompts.css");	
	@import url("widgets.css");*/
	
/* Style Precedents
----------------------------------------------------------------------------- */
	body {
	   background: #000 url(../images/layout/bg_body.jpg) top center no-repeat;
	   color: #bbb;
	   font: normal 12px/18px 'Trebuchet MS', Tahoma, Arial,  sans-serif;
	}
	#header h1 a {
	   background:url('../images/layout/header_logo.png') 50% 0 no-repeat;
	   display:block;
	   height:102px;
	   padding:0 0 30px 0;
	   text-indent: -5000px;
	}
	h2.page-title{
	   display:none;
	}
	h3 {
	   font: italic 33px/33px 'Trebuchet MS', Tahoma, Arial, sans-serif;
	   background-repeat: no-repeat;
	}
	#sidebar h3 {
	   background-repeat: no-repeat;
	   display: block;
	}
	h4 {
	   color: #fff;
	   font: bold 16px/18px 'Trebuchet MS', Tahoma, Arial, sans-serif;
	   margin-bottom: 5px;	
	}
	.widget-editorial h4, .widget-editorial h4 a, .widget-editorial h4 a:hover, .widget-editorial li.news > a,
	h3, div.display h4, .widget-blog h4 a, .widget-blog.modify label em, .widget-photo.add h4{
	   color: #fff;
	   font: normal 20px/22px 'din-condensed-web', sans-serif;
	   margin-bottom: 5px;	
	   text-transform: uppercase;
	}
	.widget-photo.add h4, .widget-blog.modify label em{
		font-size:40px;
		margin:20px 0;
	}
	#sidebar .widget-editorial li.news > a{
	   font-size:17px;
	   line-height:17px;
	}
	#sidebar div.widget-editorial.callout strong {
	   font-size:11px;
	   bottom:12px;
	}
	div.display h4{
	   font:normal 22px/24px 'din-condensed-web', sans-serif;
	}
	h5 {
	   font-size: 1em;
	}
	a {
	   color: #b48bce;
	   text-decoration: none;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
	   transition:all 0.2s ease;
	}
	a:hover {
	   color: #914EBC;	
	}
	.widget-editorial .news > strong, .widget-editorial > strong{
	   color:#fff;
	}
	p {
	   margin: 0 0 8px 0;
	}
	p a{
	   text-decoration:underline;
	}
	a.readmore{
	   font-weight: bold;
	   text-decoration: none;
	}
	p strong {
	   font: bold 11px/14px 'Trebuchet MS', Tahoma, Arial, sans-serif;
	}
	div.display .story p strong{
		font-size:12px;
		display:inline;
	   float:none;
	}
	p em {
	   font: italic 11px/14px 'Trebuchet MS', Tahoma, Arial, sans-serif;
	}	
	ul, ol {
	   margin: 0;
	   padding: 0;
	   list-style-type: none;
	}
	pre {
	   width: 335px !important;
	   overflow: hidden !important;
	}
	#blog ul li ul li, #blog ul li ol li, #blogs ul li ul li, #blogs ul li ol li {
	
	background: none !important;
	padding: 0 !important;
	width: auto !important;
	
	}
	
	p ul, p ol, div.story ol, div.story ul,	#main div.widget-comment.browse div.post ul, #main div.widget-comment.browse div.post ol {

	list-style: disc outside;
	padding-left: 20px;
	margin: 8px 0 16px 0;
	clear: both;
		
	}
	
	p li, div.post ul li {
	
	width: auto !important;
	background: none !important;
	position: static !important;
	float: none !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
	
	}
		
	img {
	
	border: none;
	
	}
	
	div#sidebar div:first-child{
	   margin-top:0 !important;
		margin-bottom:30px;
	}
	#sidebar iframe {
	float: left;
	margin-bottom: 35px;
	}
	th {
	   display: none;
	}	
	/* Lists */	
	dt {
	   width: 105px;
	   clear: left;
	   float: left;
	   margin-bottom: 0;
	   color: #b48bce;
	   font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;	
	}
	#sidebar div.group dt {
	   width: 80px;
	}
	dd {
	   width: 155px;
	   float: left;
	   margin: 0 0 0 0;
	   color:#fff;
	}
	#sidebar div.group dd {
	   width: 90px;
	}
