/**
* eDirectory - Style Definitions
*
* This style sheet describes the structure and the main components
* about eDirectory's interface
*
* @package		layout
* @author			Arca Solutions
* @copyright	Copyright (c) 2009, Arca Solutions Inc.
*
* @colordef		#666; standard blue 					(link color and title highlight)
* @colordef		#333; standard dark gray 			(text colors)
* @colordef		#666; standard gray 					(notes, complementary information)
* @colordef		#666; standard green color 		(footer links, members links, search box)
* @colordef		#C00; standard red 						(standard hover link, highlight label, calendar day's hover, secondary link color)
* @colordef		#CCC; standard border color
* @colordef		#EEE; secondary border color
* @colordef		#FFC; standard yellow color 	(highlight featured, calendar day's hover)
* @colordef		#F7F7F7; tertiary border color, light gray background color
* @colordef		#FFFFEF; secondary yellow		 	(showcase background, subcategories' dropdown)
*/

/**
* Global Definitions
*
* @section	global reset
*/

* {
	border: none;
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
body {
	background: url(../images/wp-theme/bgr.gif) repeat-x 0px 0px #F7F6F6;
	color: #C30;
	font: normal 11px/15px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}
a, a:visited {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input, select, textarea {
	border: 1px solid #CCC;
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;
	color: #666;
	padding: 2px;
}
.clear {
	clear: both;
	display: block;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}
/**
* Page Structure
*
* Main structure and common components of the directory system
* such as Wrapper, Navbar, Header and Footer
*
* @section	structure
*/

.wrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 980px;
}
/**
* Top Navigation
*
* @section		structure
* @subsection	top-navigation
*/

.topNavbar {
	font-size: 11px;
	height: 30px;
	line-height: 30px;
}
.headerLogin {
	float: left;
}
.headerLogin li {
	float: left;
	padding: 0 5px 0 10px;
}
.headerLogin li a, .headerLogin li a:visited {
	color: #333;
}
.themePicker {
	color: #666;
	float: left;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.themePicker span {
	display: block;
	float: left;
}
.themePicker img {
	float: left;
	margin: 10px 0 0 2px;
	padding: 1px;
}
.themePicker .themeActive {
	border: 1px solid #666;
	padding: 0;
}
.languageFlags {
	float: right;
	padding: 0 0 0 10px;
}
.languageFlags img {
	margin: 8px 0 0 2px;
	padding: 1px;
}
.languageFlags .flagActive {
	border: 1px solid #666;
	padding: 0;
}
/**
* Header
*
* @section		structure
* @subsection	header
*/

.header {
	height: 98px;
	position: relative;
}
/** Logo */

h1.logo {
	width: 210px;
	height: 90px;
	position: absolute;
	bottom: 0;
	left: 0;
}
h1.logo a {
	display: block;
	height: 90px;
	outline: none;
	position: relative;
	width: 210px;
}
h1.logo a span {
	display: block;
	position: absolute;
	top: -999px;
}
/**
* Navbar
*
* @section		structure
* @subsection	navbar
*/

.navbar {
	font-size: 11px;
	height: 42px;
}
.navbar li {
	float: left;
	height: 37px;
	line-height: 37px;
	margin: 5px 0 0 0;
}
.navbar li a, .navbar li a:visited {
	color: #333;
	display: block;
	padding: 0 22px 0 22px;
	background: url(../images/wp-theme/nav1-sep.gif) no-repeat scroll right top;
}
.navbar li a:hover {
	background: #FEFEFE;
	text-decoration: none;
	}
li.menuActived {
	background: #FFF;
}


/**
* Sub Navbar
*
* @section		structure
* @subsection	subnavbar
*/

.subNavbar {
	background: url(../images/design/bg_sub_navbar.gif) repeat-x 0 100%;
	border-bottom: 1px solid #CCC;
	height: 100%;
	overflow: hidden;
	padding: 0 5px 0 5px;
}
.subNavbar li {
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 5px 0 5px;
	white-space: nowrap;
}
.subNavbar li a, .subNavbar li a:visited {
	display: block;
}
.subNavbar li.subNavbarActive a, .subNavbar li.subNavbarActive a:visited {
	color: #C00;
}
/**
* Content
*
* Wrap the content and columns of the application
*
* @section				structure
* @subsection			content
*/

.content {
	height: 100%;
	overflow: hidden;
}
.breadcrumb {
	line-height: 25px;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}
/**
* Columns
*
* @section				structure
* @subsection			content
* @subsubsection	columns
*/

.mainContent {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow:3px 3px 5px #E5E5E5;
-webkit-box-shadow:3px 3px 5px #E5E5E5;
-moz-box-shadow: 3px 3px 5px #E5E5E5;
	float: left;
	width: 500px;
	background: #FFF url(../images/wp-theme/box-bgr.gif) repeat-x scroll 0px 0px;
	padding: 5px;
	border: 1px solid #CFCFCF;	
	margin-bottom: 15px;
}
.mainContentExtended {
	float: left;
	width: 740px;
}
.sidebar {
	border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow:3px 3px 5px #E5E5E5;
-webkit-box-shadow:3px 3px 5px #E5E5E5;
-moz-box-shadow: 3px 3px 5px #E5E5E5;
	float: left;
	margin: 0 0 10px 12px;
	padding: 5px;
	width: 210px;
	border: 1px solid #CFCFCF;
	background: #FFF url(../images/wp-theme/box-bgr.gif) repeat-x scroll 0px 0px;
}
/**
* Footer
*
* @section		structure
* @subsection	footer
*/

.footer {
	background: #e5e5e5 url(../images/wp-theme/page-bot.gif) repeat-x 0 0;
	height: 140px;
	position: relative;
	margin-top: 15px;
}
.navFooter {
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 10px 0 0 0;
}
.secondaryNavFooter {
	clear: left;
	float: left;
	font-size: 11px;
}
.navFooter li,  .secondaryNavFooter li {
	float: left;
	padding: 0 5px 0 5px;
}
.navFooter li a, .navFooter li a:visited {
	color: #666;
}
.copyright {
	float: right;
	font-size: 11px;
	line-height: 18px;
	padding: 15px 10px 0 0;
	text-align: right;
	color: #666;
}
.copyright .basePowered {
	display: block;
}
.backToTop {
	clear: both;
	height: 22px;
	margin: 0 10px 0 0;
	position: absolute;
	right: 10px;
	top: -21px;
}
.backToTop a, .backToTop a:visited {
	background: url(../images/design/bg_back_top.gif) no-repeat 0 0;
	color: #FFF;
	display: block;
	float: right;
	font-size: 11px;
	line-height: 22px;
	padding: 0 10px 0 25px;
}
/**
* Typograph
*
* Headings and text styles
*
* @section		typograph
*/

.standardTitle {
border-radius:5px 5px 0px 0px; 
-moz-border-radius: 5px 5px 0px 0px;
-khtml-border-radius: 5px 5px 0px 0px; 
-webkit-border-radius: 5px 5px 0px 0px;
	color: #333;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	padding: 4px 6px 4px 15px;
	position:relative;
	margin: 0;
	background: transparent url(../images/wp-theme/box-bgr.gif) repeat-x scroll 0 0;
}
.standardTitle span {
	font-weight: normal;
	color: #333;
}
.standardSubTitle {
	border-bottom: 1px solid #EFEFEF;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0 5px 0;
}
.standardSubTitle a:link {
	padding-left: 5px;
}
.standardSubTitle a:visited {
	padding-left: 5px;
}
.standardSubTitle a:hover {
	padding-left: 5px;
}
.standardSubTitle a:active {
	padding-left: 5px;
}
.standardSubTitle span, .standardSubTitle strong {
	color: #666;
}
h3 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing:0.05em;
}
h3, h3 a, h3 a:visited {
	color: #000;
}
.complementaryInfo {
	color: #666;
	font-size: 11px;
	font-weight: normal;
}
.standardTitle .complementaryInfo {
	position: absolute;
	right: 0;
	top: 8px;
}
/**
* Search
*
* @section	search
*/

.search {
	margin: 10px 0 10px 0;
	position: relative;
	width: 100%;
}
.search form {
	border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow:3px 3px 5px #E5E5E5;
-webkit-box-shadow:3px 3px 5px #E5E5E5;
-moz-box-shadow: 3px 3px 5px #E5E5E5;
	background: #FFF url(../images/wp-theme/box-bgr.gif) repeat-x scroll center top;
	border: 1px solid #CFCFCF;
	height: 100%;
	overflow: hidden;
	padding: 6px 0 14px 0;
}
.search fieldset {
	float: left;
	padding: 5px 10px 0 20px;
	width: 35%;
}
.search label {
	color: #666;
	display: block;
	font-size: 12px;
	line-height: 20px;
}
.search .altLabel, .search legend {
	clear: both;
	color: #666;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
}
.search legend {
	float: none;
}
.search label span {
	color: #666;
	font-size: 12px;
}
.search .optionDescription {
	font-size: 11px;
	padding: 0 5px 0 5px;
}
.search input, .search select, .search textarea {
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	padding: 3px;
	width: 95%;
	margin-top: 4px;
}
.search .altSelect {
	float: left;
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 1px;
	width: 77%;
}
.search .spacedSelect {
	margin-left: 70px;
}
.search .inputAuto {
	border: none;
	padding: 0;
	vertical-align: middle;
	width: auto;
}
.search .inputSmall {
	font-size: 12px;
	width: 15%;
}
.search .advancedSearch {
	top: 42px;
	right: 20px;
	position: absolute;
}
.search .standardButton {
	float: left;
	margin: 30px 0 0 0;
}
.searchCategory {
	background: #FFC;
	color: #333;
}
.searchSubcategory {
	background: #FFFFEF;
}
/**
* Advanced Search
*
* @section		search
* @subsection	advanced-search
*/

.search .baseAdvancedSearch {
	margin-top: 10px;
	width: 16%;
}
.baseAdvancedSearch input, .baseAdvancedSearch select {
	font-size: 12px;
	margin-bottom: 5px;
}
.baseAdvancedSearch .inputSmall {
	vertical-align: middle;
	width: 30%;
}
/**
* Template Search
*
* @section		search
* @subsection	template-search
*/

.search .baseTemplateSearch {
	margin-top: 5px;
	padding-top: 0;
	width: 820px;
}
.baseTemplateSearch .altLabel {
	padding: 0 10px 0 0;
	width: auto;
}
.templateSearchTab, .templateActive {
	display: block;
	float: left;
}
.templateSearchTab a, .templateSearchTab a:visited {
	display: block;
	line-height: 22px;
	padding: 0 10px 0 10px;
}
.templateActive a, .templateActive a:visited {
	background: #FFF;
	border: 1px solid #CCC;
	border-bottom: none;
	color: #C00;
	display: block;
	line-height: 29px;
	outline: none;
	padding: 0 9px 0 9px;
}
.templateTabContent {
	background: #FFF;
	border: 1px solid #CCC;
	margin-top: 29px;
	padding: 10px;
}
.templateTabContent .loading {
	float: none;
	margin: 0;
	width: auto;
}
.templateTabContent label {
	color: #333;
	font-size: 12px;
}
.templateTabContent input, .templateTabContent .select {
	font-size: 12px;
}
.templateCheckbox, .templateDropdown, .templateText, .templateRange,  .templateDescription, .templateLongDescription {
	float: left;
	height: 30px;
	padding:0 10px 0 0;
	width: 32%;
}
.templateCheckbox label {
	display: inline;
}
.templateText, .templateRange, .templateDescription, .templateLongDescription {
	height: auto;
}
.templateRange input {
	width: 30%;
}
/**
* Common
*
* General definitions of interface elements
*
* @section		common
*/

.googleAds {
	text-align: center;
}
.viewMore {
	font-size: 11px;
	line-height: 24px;
	margin: 0 0 10px 0;
	text-align: right;
	text-transform: lowercase;
}
.viewMore a, .viewMore a:visited {
	color: #C00;
}
.noBorder {
	border: none;
}
.isHidden, .controlPhoneHide, .controlFaxHide {
	display: none;
}
.isVisible, .controlPhoneShow, .controlFaxShow {
}
/**
* Standard Button
*
* @section		common
* @subsection	standard-button
*/

.standardButton {
	background: url(../images/design/bg_button_right.gif) no-repeat 100% 0;
}
.standardButton button, .standardButton a, .standardButton a:visited {
	background: url(../images/design/bg_button_left.gif) repeat-x 0 0;
	color: #FFF;
	cursor: pointer;
	display: block;
	font: bold 10px/21px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}
.standardButton,  .standardButton button, .standardButton a, .standardButton a:visited {
	height: 21px;
	width: 95px;
}
/**
* Featured Items
*
* @section		common
* @subsection	featured-items
*/

.featuredItems {
	background: #FFF url(../images/wp-theme/box-bgr.gif) repeat-x scroll center top;
	height: 100%;
	overflow: hidden;
	padding: 10px 0 10px 0;
}
.divisor {
	border-bottom: 1px solid #EFEFEF;
}
.featured {
	padding: 5px 12px 5px 12px;
}
.featuredPromotion, .featuredClassified {
	float: left;
}
/**.featuredColumn {
	float: left;
	width: 180px;	
}*/
.featuredColumn .featured {
	padding: 5px;
}
.featuredListingImage, .featuredPromotionImage, .featuredClassifiedImage,  .featuredEventImage, .featuredArticleImage {
	display: block;
}


.readMore a, .readMore a:visited {
	color: #C00;
	font-size: 11px;
	text-transform: lowercase;
}
/** Highlight Box  */

.highlightBox {
	height: 100%;
	overflow: hidden;
	padding: 15px;
}
.highlightImage {
	float: left;
	margin: 0 10px 10px 0;
}
.highlightImage a:hover {
	text-decoration: none;
}
.highlightBox .divisor {
	height: 100%;
	overflow: hidden;
	padding: 10px 0px 10px 0px;
}
.highlightLabel {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: normal;
	text-align: lect;
	text-transform: uppercase;
}
.mainContent .highlightBox {
	float: left;
	width: 95%;
	border-bottom: 1px solid #EFEFEF;
}
.mainContent .highlightBox h3 {
	font-size: 12px;
	margin-left: 110px;
}
.mainContent .complementaryInfo {
	
}
.mainContent .highlightBox .description {
	color: #333;
	padding: 5px 0 0 0;
}
/**
* Events Calendar
*
* @section		common
* @subsection	calendar
*/

.baseCalendar {
	background: #F5FAEB;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 10px;
	text-align: center;
}
.baseCalendar h4 {
	font-size: 14px;
	color: #333;
}
.calendar {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 5px 0 0 0;
}
.calendarHeader {
	background: #F7F7F7;
	font-size: 12px;
	font-weight: bold;
}
.calendarHeader td, .calendarHeader th {
	padding: 5px;
	vertical-align: top;
}
.calendarHeader a, .calendarHeader a:visited {
	color: #666;
}
.calendarDay a,  .calendarDay a:visited {
	background: #FFF;
	border: 1px solid #FBFBFB;
	border-bottom: 3px solid #EEE;
	border-right: 3px solid #EEE;
	color: #333;
	display: block;
	font-weight: normal;
	padding: 2px;
}
.calendarDay a:hover {
	background: #FFC;
	color: #C00;
}
.calendarDay a.today, .calendarDay a.today:visited, .calendarDay a.today:hover {
	background: #666;
	border: 1px solid #666;
	color: #FFF;
}
.calendarDay a.selected, .calendarDay a.selected:visited, .calendarDay a.selected:hover {
	background: #C00;
	border: 1px solid #C00;
	color: #FFF;
}
/**
* Members Features
*
* @section		common
* @subsection	members-features
*/

.memberJoin, .memberLogin {
	margin: 0 0 10px 0;
	padding: 5px 10px 10px 10px;
}
.memberJoin h2, .memberLogin h2 {
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
}
/** Join Now */

.memberJoin {
	border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
	background: #F5FAEB;
	border: 1px solid #CFCFCF;
}
.memberJoin h2, .memberJoin h2 a, .memberJoin h2 a:visited {
	color: #666;
	font-weight: normal;
}
.memberJoin p, .memberJoin p a, .memberJoin p a:visited {
	color: #333;
	font-size: 10px;
	font-weight: bold;
}
/** Members Login */

.memberLogin {
	background: #EBF5FA;
	font-size: 11px;
	height: 100%;
	line-height: 24px;
	overflow: hidden;
	border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
	border: 1px solid #CFCFCF;
}
.memberLogin h2 {
	color: #666;
}
.memberLogin label {
	color: #333;
	display: block;
}
.memberLogin input, .memberLogin select, .memberLogin textarea {
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	width: 97%;
}
.memberLogin .inputAuto {
	border: none;
	margin: 0 5px 0 0;
	width: auto;
}
.memberLogin span {
	display: block;
	padding: 5px 0 5px 0;
}
.memberLogin .standardButton {
	background: url(../images/design/bg_secondary_button_right.gif) no-repeat 100% 0;
	float: left;
}
.memberLogin .standardButton button,  .memberLogin .standardButton a, .memberLogin .standardButton a:visited {
	background: url(../images/design/bg_secondary_button_left.gif) no-repeat 0 0;
}
.memberLogin .forgotPassword {
	float: left;
	line-height: 14px;
	padding: 0 0 0 10px;
	width: 90px;
}
/**
* Advertisement
*
* @section		common
* @subsection	advertisement
*/

.advertisement {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.advertisement span {
	color: #999;
	display: block;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
}
.advertisement .advertisementLabel {
	float: left;
	text-transform: uppercase;
}
.advertisement .advertisementLink {
	text-align:center;

}
.advertisement a, .advertisement a:visited {
	color: #999;
}
.advertisement .noimage {
	border: none;
	margin: 0 auto 0 auto;
}
.banner,  .sponsoredLink {
	clear: both;
}
.featuredBanner img {
	margin: 3px auto;
	width: 208px;
	border: 1px solid #E3E3E3;

}
.header .advertisement {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	right: 0;
	width: 470px;
}
.bottomAdvertisement {
	margin: 10px auto 10px auto;
	width: 730px;
}
/** Advertisment > Sponsored Links */

.sponsoredLink {
	display: block;
	margin: 0 0 10px 0;
	padding: 8px;
}
.sponsoredLink:hover {
	text-decoration: none;
}
.sponsoredLink .sponsoredLinkTitle {
	color: #C00;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
.sponsoredLink .sponsoredLinkContent {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}
.sponsoredLink .sponsoredLinkURL {
	color: #666;
	font-size: 11px;
	line-height: 18px;
}
/**
* Categories
*
* @section		common
* @subsection	categories
*/

.categories {
	padding: 5px 10px 15px 5px;
}
.sidebar .categories h3 {
	border-top:1px solid #E1E1E1;
	text-decoration:underline;
	margin:8px 0 2px 0;
}
.sidebar .categories .categoriesColumn {
	float: none;
	padding: 0;
	width: auto;
}
.categoriesColumn h3 {
	border-top:1px solid #E1E1E1;
	text-decoration:underline;
	margin:8px 0 2px 0;
}
/**
* Site Content
*
* @section		common
* @subsection	site-content
*/

.dynamicContent h1 {
	font: normal 14px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
}
.dynamicContent h2 {
	font: normal 12px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
}
.dynamicContent li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin:0 0 0 15px;
	padding:0 0 5px;
}
/**
* Icon Navbar
*
* @section		common
* @subsection	icon-navbar
*/

.socialBookmarkIcons {
	float: left;
}
.socialBookmarkIcons li {
	float: left;
	padding: 0 5px 0 0;
}
.iconNavbar {
	float: right;
}
.iconNavbar li {
	color: #666;
	float: left;
	font-size: 11px;
	height: 14px;
	line-height: 25px;
	padding: 0 2px 0 3px;
}
.iconNavbar li a, .iconNavbar li a:visited {
	color: #666;
}
/**
* Password Strength
*
* @section		common
* @subsection	password-strength
*/

.checkPasswordStrength {
	height: 25px;
	overflow: hidden;
	padding: 5px 0 0 0;
}
.checkPasswordStrength span {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
.checkPasswordStrength div {
	background: #FFF;
	border: 1px solid #D4D4D4;
	color:#333;
	float: left;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	padding:0 0 0 50px;
	width: 100px;
}
.checkPasswordStrength .strengthLoading {
	background: #FFF url(../images/content/img_loading_bar.gif) no-repeat 3px 5px;
}
.checkPasswordStrength .strengthWeak {
	background: #FFF url(../images/design/bg_strength_weak.gif) no-repeat 3px 5px;
}
.checkPasswordStrength .strengthBad {
	background: #FFF url(../images/design/bg_strength_bad.gif) no-repeat 3px 5px;
}
.checkPasswordStrength .strengthGood {
	background: #FFF url(../images/design/bg_strength_good.gif) no-repeat 3px 5px;
}
.checkPasswordStrength .strengthStrong {
	background: #FFF url(../images/design/bg_strength_strong.gif) no-repeat 3px 5px;
}
/**
* Loading Box
*
* @section		common
* @subsection	loading-box
*/

.loading {
	background: #FFF url(../images/content/img_loading_bar.gif) no-repeat 10px center;
	border: 1px solid #CCC;
	clear: both;
	color: #333;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 10px 20px;
	padding: 10px 10px 10px 60px;
	width: 747px;
}
/**
* Favorites
*
* @section		common
* @subsection	favorites
*/

.quickList {
	height: 100%;
	overflow: hidden;
	padding: 0 10px 0 10px;
}
.quickList .featuredItems {
	float: left;
	padding: 15px 20px 10px 0;
	position: relative;
}
.quickList .quickListRemove {
	padding: 0 5px 0 0;
}
.quickList .featuredItems .quickListRemove {
	background: #FFF;
	left: 0;
	padding: 2px;
	position: absolute;
	top: 15px;
	z-index: 1;
}
.quickList h3 {
	clear: both;
}
.quickList .featuredItems h3 {
	padding: 5px 0 0 0;
}
/**
* System Messages
*
* @section		common
* @subsection	system-messages
*/

.informationMessage, .errorMessage, .successMessage {
	border: 1px solid #CCC;
	font-size: 11px;
	font-weight: bold;
	height: 100%;
	margin: 10px;
	overflow: hidden;
	padding: 15px 15px 15px 45px;
	text-align: left;
}
.informationMessage {
	background: #F9FDFF url(../images/design/bg_icon_information.gif) 10px 10px no-repeat;
	color: #135DA2;
}
.informationMessage a, .informationMessage a:visited {
	color: #2E4E6B;
}
.errorMessage {
	background: #FFF9F9 url(../images/design/bg_icon_error.gif) 10px 10px no-repeat;
	color: #C10924;
}
.errorMessage a, .errorMessage a:visited {
	color: #C94601;
}
.successMessage {
	background: #F9FCEB url(../images/design/bg_icon_success.gif) 10px 10px no-repeat;
	color: #692;
}
.successMessage a, .successMessage a:visited {
	color: #351;
}
/**
* General Results
*
* @section		common
* @subsection	general-results
*/

.generalResults dt {
	margin: 5px 0 5px 0;
}
.generalResults dt a, .generalResults dt a:visited {
	color: #333;
}
/**
* Standard Form
*
* @section		common
* @subsection	standard-form
*/

.standardForm {
	border: 0;
	padding: 5px 10px 5px 10px;
}
/**
*	.standardSubTitle
*	{ padding: 5px 0 5px 0;  }
	*/

	.standardForm input, .standardForm textarea {
	width: 95%;
}
.standardForm .formCode {
	width: 100px;
}
.standardForm th {
	font-size: 11px;
	font-weight: normal;
	padding: 5px 10px 0 0;
	text-align: right;
	vertical-align: top;
}
.standardForm td {
	padding: 5px 0 5px 0px;
}
.standardFormButton {
	width: 100%;
}
.standardFormButton .standardButton {
	float: right;
}
/**
* Ratings
*
* @section		common
* @subsection	ratings
*/

.rating {
	float: right;
	font-size: 11px;
}
.rating li {
	padding: 0 3px 0 2px;
}
.rating .ratingStar {
	float: right;
	padding: 2px 2px 0 0;
}
.rating .ratingStar img {
	padding: 0 2px 0 0;
}
.rating .ratingReview {
	float: right;
}
.rating .ratingReview a, .rating .ratingReview a:visited {
	font-weight: normal;
}
.rating .ratingSeeComment, .rating .rateIt {
	clear: both;
	float: right;
	white-space: nowrap;
}
.rating .rateIt a, .rating .rateIt a:visited {
	color: #666;
}
/** Rate Stars */

.rateItStars {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	margin: 0 auto 0 auto;
	padding: 20px 0 10px 0;
	text-align: center;
	width: 205px;
}
.rateItStars span {
	clear: both;
	display: block;
}
.rateItStars img {
	padding: 1px;
}
/** Rate Form */

.rateForm {
	width: 100%;
}
.rateForm td {
	vertical-align: top;
}
.rateForm th {
	width: 100px;
}
.rateForm input, .rateForm textarea {
	width: 200px;
}
.rateForm .captcha {
	text-align: right;
}
.rateForm .formCaptchaWarning {
	float: left;
	font-size: 11px;
}
#captchaimage {
	margin: 0 10px 0 0;
}
.ratingButton {
	margin: 0 auto 0 auto;
}
/** Special Definitions for JQuery's Thickbox */

#TB_ajaxContent {
	padding: 10px;
}
#TB_ajaxContent form {
	padding: 10px 0 0 0;
}
#TB_ajaxContent p {
	padding: 0;
}
#TB_ajaxContent .errorMessage, #TB_ajaxContent .successMessage {
	height: auto;
	margin-top: 0;
	padding: 15px 15px 15px 45px;
}
/**
* Reviews
*
* @section		common
* @subsection	reviews
*/

.rateComments {
	border-bottom: 1px solid #CCC;
	padding: 10px;
}
.rateStars {
	padding: 0 0 5px 0;
}
.rateStars img {
	padding: 0 2px 0 0;
}
.rateComments .review {
	color: #333;
	padding: 5px 0 0 0;
}
.response {
	padding: 5px 0 0 50px;
}
.response h4 {
	font-size: 12px;
	font-weight: bold;
}
.response .review {
	color: #666;
	font-style: italic;
}
/**
* Sitemap
*
* @section		common
* @subsection	sitemap
*/

.sitemapList {
	padding: 10px 0 0 0;
}
.sitemapList li {
	height: 100%;
	overflow: hidden;
}
.sitemapList ul {
	margin: 5px 0 5px 0;
}
.sitemapList ul li {
	float: left;
	font-size: 11px;
	padding: 0 5px 5px 0;
	width: 48%;
}
.sitemapList .viewMore {
	border-top: 1px solid #EEE;
	clear: both;
	float: none;
	width: auto;
}
.sitemapSection, .sitemapSection:visited {
	color: #333;
}
/**
* Accordion - Modern
*
* @section		homepage
* 
*/

.modern_accordion {
	width : 500px;
	overflow : hidden;
	position: relative;
}
.modern_accordion div {
	float : left;
}
.modern_accordion .content {
	display : none;
	color : #666;
	background: #FFF;
	font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10pt;
	padding: 5px;
	width : 488px;
	margin-bottom: 2px;
	}
.modern_accordion .title {
	background: #EBEBEB;
	background-image: url(../images/design/bg-tab-modern-accord.gif);
	background-repeat: repeat-x;
	margin : 0px 2px 2px 0px;
	color: #666;
}
.modern_accordion .title_extended {
	background: #666;
	background-image: url(../images/design/bg-selected-modern-accord.gif);
	background-repeat: repeat-x;
	margin : 0px 0px 2px 0px;
}
.modern_accordion .title a, .modern_accordion .title_extended a {
	line-height: 1.2em;
	font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	outline: none;
	white-space: nowrap;
	padding : 4px 4px 4px 4px;
	color : #666;
	text-transform: uppercase;
	float: left;
}
.modern_accordion .active a, .modern_accordion .title a:hover {
	color : #FFF;
	background-color:#666;
	background-image: url(../images/design/bg-selected-modern-accord.gif);
	background-repeat: repeat-x;
}
.modern_accordion .title {
	background: #EBEBEB;
	background-image: url(../images/design/bg-tab-modern-accord.gif);
	background-repeat: repeat-x;
	margin : 0px 2px 2px 0px;
	color: #666;
}
.modern_accordion .title_extended {
	background: #666;
	background-image: url(../images/design/bg-selected-modern-accord.gif);
	background-repeat: repeat-x;
	margin : 0px 0px 2px 0px;
}
.modern_accordion .title a, .modern_accordion .title_extended a {
	line-height: 1.2em;
	font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	outline: none;
	white-space: nowrap;
	padding : 7px 7px 4px 4px;
	color : #666;
	text-transform: uppercase;
	letter-spacing:0.07em;
	float: left;
}
.modern_accordion .active a, .modern_accordion .title a:hover {
	color : #FFF;
	background-color:#666;
	background-image: url(../images/design/bg-selected-modern-accord.gif);
	background-repeat: repeat-x;
}
img.floatLeft {
	float: left;
	margin: 0 7px 4px 0;
}
img.floatRight {
	float: right;
	margin: 4px;
}
/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:150px;
	width: 978px;
	margin: 0 0 20px 0;
}
/* rotator css */
	div#rotator ul li {
	float:right;
	position:absolute;
	list-style: none;
	margin-left:0px;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 0px;
	margin: 0 2px 0 0;
	background: #FFF;
}
div#rotator ul li.show {
	z-index:500;
}
/* advertising page rotatoing images */	
div#advertise {
	width: 800px;
}
/* map downloads tooltip styling. uses a background image (a black box with an arrow */ 
.bubbleInfo {
	position: relative;
	top: 15px;
}
.trigger {
	position: relative;
	margin-bottom: 11px;
}

/* Sliding Boxes - Map Downloads */
	
	.boxgrid {
	width: 230px;
	height: 157px;
	margin:7px;
	float:left;
	background:#161613;
	overflow: hidden;
	position: relative;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #FFF;
	height: 100px;
	width: 228px;
	opacity: .8;
	padding: 10px;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 160px;
	left: 0;
}
.caption .boxcaption {
	top: 120px;
	left: 0;
}
/*****************************
image slider
/****************************/	

.wrap_all { /*only needed if using big background images like in theme 5*/
	width:100%;
	position:relative;
	display:table;
}

#main{
				background:transparent url(http://www.artupdate.com/images/assets/advertise/bg_slice.png) left top no-repeat;

			position:relative;
			padding-top:45px;
			float:left;
			}
			
			
#top {
	width:980px;
	margin:0 auto;
	position:relative;
}
#featured {
	height:365px;
	margin-bottom:25px;
	position:relative;
	background:transparent url(http://www.artupdate.com/images/assets/advertise/bg_slice.png) center top repeat-y;
	color:#f5f5f5;
}
.featured_item {
	height:350px;
	margin:0 auto;
	position:relative;
	top:-35px;
	width:980px;
	overflow:hidden;
	display:none;
}
#top .current {
	display:block;
	
}
.featured_text {
	letter-spacing:0.4px;
	left:30px;
	line-height:26px;
	position:relative;
	top:30px;
	width:332px;
	z-index:2;
}
#featured .entry {
	margin-bottom:8px;
	height:242px;
	overflow:hidden;
	border-bottom:none;
	padding-bottom:0;
}
.featured_image {
	height:350px;
	position:absolute;
	right:0;
	top:0;
	width:980px;
	overflow:hidden;
}
/* featured_image img can be commeted out to place text over bg image */

.featured_image img {
	position:absolute;
	right:0;
	top:0;
	

}
#featured_bottom {
	position:absolute;
	height:60px;
	bottom:-10px;
	width:984px;
	padding-left:6px;
	background:transparent url(http://www.artupdate.com/images/assets/advertise/bg_slice2.png) right top no-repeat;
}
.ticker {
	font-size:11px;
	margin:18px 15px 0 39px;
	width:450px;
}
.ticker, .ticker a {
	text-decoration:none;
	color:#666;
}
.ticker span {
	display:none;
}
.ticker .active_ticker {
	display:block;
}
.preview_images {
	height:60px;
	line-height:60px;
	position:absolute;
	right:39px;
	top:10px;
}
.preview_images a img {
	padding:1px;
	border-bottom:1px solid #fff;
	background-color:#fff;
}
.preview_images a {
	outline:none;
	display:block;
	position:relative;
	margin-right:5px;
	float:left;
}
.pointer {
	height:13px;
	left:18px;
	position:absolute;
	top:37px;
	width:13px;
	background:transparent url(http://www.artupdate.com/images/assets/advertise/pointer.png) no-repeat scroll left top;
}
.preview_images .current_prev img {
	border-bottom:1px solid #ccc;
	
}
.content_top {
	background:transparent url(http://www.artupdate.com/images/assets/advertise/bg_slice2.png) left top no-repeat;
}
#content {
	background:transparent url(http://www.artupdate.com/images/assets/advertise/bg_slice2.png) repeat-y scroll center top;
	top:0;
	width:980px;
	overflow:hidden;
}

.meta {
	color:#a0a0a0;
	display:block;
	position:relative;
	top:3px;
		font-size:11px;
	line-height:14px;

	}
	
.read-more, .show-next{
	background:transparent url(http://www.artupdate.com/images/assets/advertise/read_more.png) no-repeat scroll right top;
	color:#555;
	}
	
	
.read-more:hover, .show-next:hover{
	background:transparent url(http://www.artupdate.com/images/assets/advertise/read_more.png) no-repeat scroll right bottom;
	color:#666;
	}
	
.entry ul, .entry ol{

	border-top:1px solid #ddd;
	list-style-type:disc;
	list-style-position:inside;
	margin:0;
	padding:0 0 20px 0;
	}
	
	
.entry li{
	border-bottom:1px solid #ddd;
	padding:3px 10px;
	}
	
	
.read-more, .show-next{
			display:block;
	font-size:11px;
	font-weight:bold;
	height:41px;
	left:-2px;
	line-height:41px;
	position:relative;
	text-align:center;
	text-decoration:none;
	width:165px;
	}
	
#top .show-next{
	bottom:0;
	left:165px;
	position:absolute;
	}
	
.read-more:hover, .show-next:hover{
			}
	
	
#top .entry ol{
	list-style-type:decimal;
	}
	
	#featured h2, #featured h2 a {
color:#FFF;
font-size:120%}
	
	
#featured .featured a:hover {
  background-color: #FF6600;
}
.featured-venue {
color:#399;
}