﻿@import url(Layout.css);        /* LAYOUT OF SCREEN */
@import url(Lists.css);        /* ALL LISTS */
@import url(Links.css);        /* LINK STYLES */
@import url(Theme.css);        /* CUSTOM THEME */

body, html {
	margin:0;
	padding:0;
	color:#CCC;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans Serif;
}
img                             {   border: none;   }
body                            {   min-width:900px;    }
p                               {   font-size:13px; line-height:16px; padding-left:0;  }
a								{	outline: none;	}

.message						{	text-align:center; padding:10px;	}
.error, .required               {   color:#F00; }
.success                        {   color:green; }
.deleteconfirm                  {   background:#FCC; padding:10px; margin-bottom:20px; border: solid 1px #F00; color: #000; }
.deleteconfirm .buttons         {   text-align: center; }
.adminbackground				{	color: #000;	}

h1
{
	color: #22aead;
	line-height: 25px;
}

h1, h2, h3, h4, h5
{
	font-weight:normal;
}

.listing
{
	border-bottom: solid 1px #69686d;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #86878b;
	height: 110px;
}
div.featured div.details
{
	color: #fff !important;
}
.listing .details
{
	float: left;
	margin-top: 20px;
	width: 416px;
}
.listing .image
{
	float: right;
	width: 108px;
	height: 108px;
}
.listing a.listinglink
{
	display: block;
	font-size: 14px;
	margin-bottom: 13px;
	text-transform: uppercase;
}
.end
{
	clear: both;
}

.categorySidebar, .listingSidebar
{
	margin-top: 57px;
}
.listingSidebar
{
	/*position: fixed;*/
	/*top: 295px;*/
}

.events
{
	padding: 10px 0;
}

.eventitem
{
	background: #4c4d4f;
	margin-bottom: 10px;
	height: 80px;
}
.eventitem h3
{
	margin: 0px;
}
.eventitem p
{
	margin: 5px 0;
}
.eventitem .eventdetails
{
	float:left;
	padding: 10px;
	width: 442px;
}
.eventitem .eventimage
{
	float: right;
	width: 80px;
}

.eventtext
{
	
}

.pager
{
	text-align:right;
	font-size:18px;
	color:#1fabaa;
}

.pager a.current
{
	color:#fff;
}
