/*

Theme Name: The Art Mag

Theme URI: https://theartmag.com/

Description: Custom theme for The Art Mag in Charleston, SC by Wink Creative Studio.

Author: Wink Creative Studio

Author URI: http://winkcreativestudio.com/

*/

* {

	margin:0;

	padding:0;

}

body {

	margin:0;

	padding:0;

	color:#000;

	font-family:Tahoma, Geneva, sans-serif;

	font-size:13px;

}

.cufon-loading { /* for Cufon.replace('') */

	visibility: hidden !important;

}

a, img {

	border:0 none;

	outline:none;

}

a, a:active, a:link, a:visited, a:focus {

	color:#000;

	text-decoration:none;

}

a:hover {

	color:#18b1d8;

}

#arts_clear_btn, #directory_clear_btn {

	display:inline-block;

	width:14px;

	height:14px;

	overflow:hidden;

	text-indent:-9999em;

	background:url(images/clear-btn.jpg) center center no-repeat;

	margin:2px 0 0 4px;

}

h1, h2, h3, h4, h5, h6 {

	font-family:sans-serif;

	font-weight:bold;

}

h1{

	/*font-size:14px;

	font-weight:400;*/

	text-transform:uppercase;

	font-size:16px; /* 15px */

}

h2 {

	text-transform:uppercase;

	font-size:14px; /* 12px */

	/*font-weight:400;*/

}

h3, h4, h5, h6 {

	text-transform:none;

	font-size:12px; /* 10px */

	font-weight:400;

}

.clear {

	clear:both;

	height:0;

	font-size: 1px;

	line-height: 0px;

}

.padbot {

	padding-bottom:100px; /* pad bottom of all main content td's to give friendly whitespace to longest column */	

}

.stitch {

	width:100%;

	height:1px;

	margin:10px 0;

	background:url(images/stitch.jpg) left top repeat-x;	

}

.home_right_bar {

	width:196px;

	margin:15px 0 15px -20px;

	height:1px; 

	background:#000;

}

.home_left_bar {

	width:196px;

	margin:15px -20px 15px 0;

	height:1px; 

	background:#000;

}

.double_line {

	width:100%;

	height:12px;

	margin:10px 0;

	background:url(images/double-line.jpg) left center repeat-x;	

}

.double_line span {

	display:block;

	float:left;

	padding:0 20px 0 0;

	background-color:#fff;

	text-transform:uppercase;

	font-size:12px;

}

.blue {

	color:#18b1d8;	

}

table {

	border-collapse:collapse;	

}

td {

	vertical-align:top;	

}

td.border_right {

	border-right:1px solid #5a5758;

}

td.border_left {

	border-left:1px solid #5a5758;

}

		span.visual {

			color:#016ca2;

		}

		span.culinary {

			color:#89a63c;

		}

		span.performing {

			color:#d34628;

		}

		span.wearable {

			color:#671045;

		}

		span.literary {

			color:#dba828;

		}

		span.mixed-media {

			color:#9c8679;

		}

#container {

	width:1024px;

	margin:0 auto;

	padding:0 0 25px 0;

}

#header {

	height:162px;

	padding-bottom:15px;

	position:relative;

}

#logo {

	position:relative;

	height:111px;	

	background:url(images/ArtMag_Lgo.jpg) center 20px no-repeat;

	border-bottom:4px solid #231f20;

	margin:0 0 6px 0;

}

#logo a {

	position:absolute;

	display:block;

	width:494px;

	height:73px;

	text-indent:-9999em;

	cursor:pointer;

	top:20px;

	left:265px;

}

#search {

	position:absolute;

	width:163px;

	height:29px;

	top:24px;

	right:1px;

}

#search input[type='submit'] {

	position:absolute;

	top:0;

	right:0;

}

#search input[type='text'], #search input[type='text']:focus {

	position:absolute;

	top:1px;

	right:33px;

	display:block;

	width:133px;

	height:13px;

	margin:0;

	padding:3px 3px 5px 3px;

	border:0 none;

	outline:none;

	line-height:11px;

	background:0 none;

	background:#fff url(images/input-search.jpg) 0 0 no-repeat;

	font-size:11px;

	color:#666;

}

#city_tab {

	position:absolute;

	right:0;

	bottom:0;

	padding:3px 6px 0 6px;

	background-color:#231f20;

	color:#fff;

	text-transform:uppercase;

	font-size:12px;

	letter-spacing:1px;

	font-weight:normal;

}

/* nav */

#nav {

	width:880px;

	float:left;

}

#nav ul {

	margin:6px 0 15px 0;

	list-style:none;

}

#nav li {

	list-style:none;

	float:left;	

	margin-right:18px;

	position:relative;

	padding:0 15px 0 3px; /* 0 20px 0 3px */

}

#nav li a {

	display:block;

	font-family:Georgia, "Times New Roman", Times, serif;

	color:#000;

	text-transform:uppercase;

	font-size:16px; /* 15px */

	letter-spacing:2px;	

	padding-bottom:3px;

}

#nav li a:hover, #nav li a:active, #nav li a:focus, #nav li a.current {

	/*color:#18b1d8;*/

	/*text-decoration:underline;*/

	border-bottom:2px solid #000;

}

/* dropdown */

#nav li ul {

	display:none;

}

#nav li:hover ul {

	position: absolute;

	display:inline;

	left:-39px;

	width:160px;

	margin:0;

	padding:10px 0;

	z-index:700;

	background-color:#fff;

	border-bottom:1px solid #000;

}

#nav li:hover li, #nav li.hover li {

	width:100%;

	float:left;

	text-align:center;

	margin:0;

	padding:3px 0;

}

#nav li:hover li a, #nav li.hover li a {

	display:inline;

	margin:0;

	padding:0;

	text-transform:none;

	letter-spacing:0;

	font-family:Verdana, Geneva, sans-serif;

	font-size:13px;

}

#nav li li a:hover {

}

#nav li li a.current {

	text-decoration:none;

	font-weight:bold;

	border-bottom:none;

}

/* social icons */

#social {

	width:126px;

	float:right;	

}

.social {

	display:block;

	width:35px;

	height:35px;

	float:left;

	background-image:url(images/social.jpg);

	background-repeat:no-repeat;

	cursor:pointer;

	text-indent:-9999em;

	margin-right:7px;

}

.social.fb {

	background-position:0 0;

}

.social.fb:hover {

	background-position:-35px 0;	

}

.social.tw {

	background-position:-70px 0;

}

.social.tw:hover {

	background-position:-105px 0;	

}

.social.wp {

	background-position:-140px 0;	

}

.social.wp:hover {

	background-position:-175px 0;	

}

.social.yt {

	background-position:-210px 0;

}	

.social.yt:hover {

	background-position:-245px 0;

}

/* homepage styles */

.title {

	display:block;

	font-size:15px;

	font-family:sans-serif;

	font-weight:bold;

}

.twitterTitle {

	width:105px;

	height:23px;

	background:url(images/title-twitter.jpg) 0 0 no-repeat;

	text-indent:-9999em;

}

.facebookTitle {

	width:105px;

	height:18px;

	background:url(images/title-facebook.jpg) 0 0 no-repeat;

	text-indent:-9999em;

}

.homepage_bar_title {

	background-color:#000;

	padding:8px 18px;

	color:#fff;

	font-size:14px;

	letter-spacing:2px;

	text-transform:uppercase;

	font-family:Georgia, "Times New Roman", Times, serif;

	margin:15px 0;

	cursor:pointer;

}

.homepage_bar_title span {

	font-size:20px;	

}

.ad_590, .ad_175 {

	margin:15px 0;

}	

.ad_590, .ad_590 img {

	width:588px;

	height:118px;

	overflow:hidden;

}	

.ad_175, .ad_175 img {

	width:173px;

	height:223px;

	overflow:hidden;

}

.home_excerpt {

	margin:22px 0;   

}

.home_excerpt span {

	display:block;

	margin-bottom:5px;

}

.home_excerpt span a {

	font-size:19px;

        font-weight: normal;

        text-transform:uppercase;

}

.home_excerpt p {

	font-size:15px;   

	line-height:22px;
	
	font-family:Georgia, "Times New Roman", Times, serif;

}

/* homeleft */

#homeleft {

	width:743px;

	height:445px;

	float:left;

}

#events {

	/*width:122px;

	height:315px;*/

	float:left;

	padding-bottom:10px;

	/*padding-right:15px;

	margin-right:15px;*/

	/*border-right:1px solid #5a5758;*/

	font-size:16px;

	
}

#events td span {

	display:block;

	font-size:16px;

	color:39b8579;

	font-weight:normal;

}

#events td span.visual {

	color:#006c9d;

}

#events td span.culinary {

	color:#88a53d;

}

#events td span.performing {

	color:#d14728;

}

#events td span.wearable {

	color:#651344;

}

#events td span.literary {

	color:#daa828;

}

#events td span.mixed-media {

	color:#9b8579;

}

/* homepage feature */

#s3slider {

   width:590px;

   height:315px;

   position:relative;

   overflow:hidden;

}

#s3sliderContent {

   width:590px;

   position:absolute;

   top:0;

   margin-left:0;

}

.s3sliderImage {

   float:left;

   position:relative;

   display:none;

}

.s3sliderImage span {

   position:absolute;

   left:0;

   font:10px/15px Arial, Helvetica, sans-serif;

   padding:10px 13px;

   width:564px;

   background-color:#000;

   filter:alpha(opacity=70);

   -moz-opacity:0.7;

   -khtml-opacity:0.7;

   opacity:0.7;

   color:#fff;

   display:none;

   bottom:0;

}

#single_feature {

	width:590px;

	height:315px;

	position:relative;

}

#single_feature span {

	position:absolute;

	left:0;

	font:10px/15px Arial, Helvetica, sans-serif;

	padding:10px 13px;

	width:564px;

	background-color:#000;

	filter:alpha(opacity=70);

	-moz-opacity:0.7;

	-khtml-opacity:0.7;

	opacity:0.7;

	color:#fff;

	bottom:0;

}

/* */

#depts {

	/*width:743px;

	height:115px;*/

	padding:15px 0 0 0;

	/*background:url(images/stitch.jpg) left top repeat-x;*/

}

a.dept {

	display:block;	

	width:136px;

	height:100px;

	float:left;

	margin:0 7px 15px 0;

	padding:0 0 0 40px; 

	background-image:url(images/depts.jpg);

	background-repeat:no-repeat;

}

a.dept.visual {

	background-position:0 0;

}

a.dept.culinary {

	background-position:-40px 0;	

}

a.dept.performing {

	background-position:-80px 0;	

}

a.dept.wearable {

	background-position:-120px 0;	

}

a.dept.literary {

	background-position:-160px 0;	

}

a.dept.mixed {

	margin-right:0;

	background-position:-200px 0;	

}

/* homeright */

#homeright {

	width:175px;

	height:445px;

	float:right;

	padding-left:15px;

	border-left:1px solid #5a5758;

	font-size:10px;

}

#publisher {

	padding:0 63px 0 0;

	background:url(images/olivia.jpg) right bottom no-repeat;

}

#enews {

	min-height:31px;

	padding:0 0 0 31px;

	background:url(images/enewsIcon.jpg) left top no-repeat;	

}

#marketing {

	padding:4px 0 0 48px;

	background:url(images/marketingIcon.gif) left 4px no-repeat;

}

#find {

	padding:2px 60px 0 0;

	background:url(images/ChsMap.gif) right bottom no-repeat;

}

/* interior left sidebar */

#left_sidebar {

	width:176px;

	padding-right:20px;

	float:left;

}

#left_sidebar h2 {

	margin:5px 0 15px 0;	

}

#left_sidebar ul {

	margin:-12px 0 20px 0;

	list-style:none;	

	font-size:11px; /* 10px */

	line-height:18px;

}

#left_sidebar li {

	line-height:14px;

	padding:4px 0; /* new added maia */

}

#left_sidebar ul a {

	color:#222222;

	text-decoration:underline;

}

#left_sidebar ul a:hover {

	color:#18b1d8;

	text-decoration:underline;	

}

#left_sidebar p {

	margin:0 0 15px 0;	

}

/* main content */

#main {

	width:590px;

	padding:0 20px;

	float:left;

	font-size:12px; /* 10px */

}

#main a {

	color:#000;	

}

#main a:hover {

	color:#18b1d8;	

}

a.full_story {

	width:78px;

	height:18px;

	display:block;

	float:right;

	margin:10px 0 0 0;

	background-image:url(images/btn-full-story.jpg);

	background-position:-35px 0;

	background-repeat:no-repeat;

	text-indent:-9999em;

	cursor:pointer;

}

a.full_story.print_article {

	width:113px;

	background-position:0 0;

}

a.web_article {

	width:108px;

	background-position:-113px 0;

}

.excerpt {

	padding:20px 0 20px 0;

	background:url(images/stitch.jpg) left bottom repeat-x;

}

.excerpt .post_thumb a {

	width:175px;

	height:106px;

	display:block;

	margin-right:15px;

}

.excerpt .post_thumb.no-cat a{

	width:150px;

}

.excerpt .post_thumb.no_image a {

	width:22px;	

}

.excerpt .post_thumb.no_image.no-cat {

	display:none;	

}

.excerpt .post_thumb a span {

	width:22px;

	height:106px;

	display:block;

	float:left;

	background-image:url(images/depts-skinny.jpg);

	background-repeat:no-repeat;

	background-position:-110px 0; /* default to mixed media if no category is set */

}

		.excerpt .post_thumb a span.visual {

			background-position:0 0;

		}

		.excerpt .post_thumb a span.culinary {

			background-position:-22px 0;

		}

		.excerpt .post_thumb a span.performing {

			background-position:-44px 0;

		}

		.excerpt .post_thumb a span.wearable {

			background-position:-66px 0;

		}

		.excerpt .post_thumb a span.literary {

			background-position:-88px 0;

		}

		.excerpt .post_thumb a span.mixed-media {

			background-position:-110px 0;

		}		

		

		h1 span {

			padding:0 0 0 7px;	

		}

		h1 span.visual {

			color:#016ca2;

		}

			h1 span.visual_sub {

				color:#A5D2E9;

			}

		h1 span.culinary {

			color:#89a63c;

		}

			h1 span.culinary_sub {

				color:#C8DD90;

			}

		h1 span.performing {

			color:#d34628;

		}

			h1 span.performing_sub {

				color:#F6BA9C;

			}

		h1 span.wearable {

			color:#671045;

		}	

			h1 span.wearable_sub {

				color:#DBB4CF;

			}

		h1 span.literary {

			color:#dba828;

		}

			h1 span.literary_sub {

				color:#F4D79F;

			}

		h1 span.mixed-media {

			color:#9c8679;

		}

			h1 span.mixed-media_sub {

				color:#D6C6BF;

			}

		

		h1.visual {

			color:#016ca2;

		}

		h1.culinary {

			color:#89a63c;

		}

		h1.performing {

			color:#d34628;

		}

		h1.wearable {

			color:#671045;

		}

		h1.literary {

			color:#dba828;

		}

		h1.mixed-media {

			color:#9c8679;

		}

		

.excerpt .post_thumb a img {

	width:150px;

	height:106px;

	float:right;

}

.excerpt_text {

	line-height:16px;

}

.excerpt_text h2 {

	margin:0 0 5px 0;	

}

/* interior right sidebar */

#right_sidebar {

	/*width:176px;*/

	width:175px;

	float:right;

	/*padding-left:20px;*/

	padding-left:21px;

}

#right_sidebar h2 {

	margin:5px 0 15px 0;	

}

#right_sidebar ul {

	margin:-12px 0 20px 0;

	list-style:none;	

	font-size:11px;

	line-height:18px;

}

#right_sidebar li {

	line-height:14px;

}

#right_sidebar ul a {

	color:#18b1d8;

	text-decoration:underline;

}

#right_sidebar ul a:hover {

	text-decoration:none;	

}

#right_sidebar p {

	margin:0 0 15px 0;	

}

/* footer */

#footer {

	text-align:center;

	clear:both;

	color:#fff;

	background:#231f20;

	padding:3px 0;

}

#footer ul {

	display:inline;

	list-style:none;

	color:#fff;

	height:24px;

}

#footer li {

	display:inline;

	padding:0 32px;

}

#footer li a {

	font-family:Georgia, "Times New Roman", Times, serif;

	color:#fff;

	line-height:24px;

	font-size:14px;

	letter-spacing:0.1em;

	text-transform:uppercase;

}

#footer li a.current {

	font-style:italic;

	text-decoration:underline;

}

#copyright {

	padding:18px 0 10px 0;

	text-align:center;

	font-size:14px;

	color:#000;

}

#copyright span {

	font-size:10px;	

}

#copyright a {

	color:#000;

	text-decoration:underline;	

}

#copyright a:hover {

	color:#000;

	text-decoration:none;	

}

/* misc styles */

.pink {

	text-transform:uppercase;

	color:#B47A9A;

	font-weight:bold;

}

.email  {

	font-weight:bold;

	color:#9CB7D3;

	text-decoration: none;

}

/* homepage feature */

#feature {

	position:relative;

	width:590px;

	height:315px;

	background-color:#000;

}

#feature a {

	float:left;

	position:absolute;

}

#feature a img {

	border:none;

}

#feature a.show {

	z-index:500;

}

#feature .caption {

	z-index:600;

	background:url(images/slideshow-bg.png) repeat;

	color:#b2b2b2;

	width:100%;

	height:42px;

	position:absolute;

	bottom:0;

}

#feature .caption .content {

	padding:10px;

	font-family:Verdana, Geneva, sans-serif;

	font-size:11px;

	line-height:1;

}

/* post styles */

.post {

	font-size:12px;	

}

.post p, .post h1, .post h2, .post h3, .post h4, .post h5, .post h6, .post ol, .post ul, .post blockquote {

	margin:0 0 15px 0;	

}

.post p {
	font-family:Georgia, Garamond, serif;
	
	font-size:18px; /* 12px */

	line-height:30px; /* 16px */

	color:#282829;

}
.post h2 {
	font-family:Gil Sans, Helvetica, Century Gothic, Arial, sans-serif;

	font-weight:normal;
	
	font-size:28px; /* 12px */

	line-height:30px; /* 16px */
	
	letter-spacing: 1.5px;

}
.post h3 {
	font-family:Gil Sans, Helvetica, Century Gothic, Arial, sans-serif;

	font-weight:normal;
	
	font-size:20px; /* 12px */

	letter-spacing: 1.25px;

	line-height:30px; /* 16px */

	margin-bottom:0;padding-bottom:5px;
	
}
.post h4 {
	font-family:Georgia, Garamond, serif;

	font-weight:normal;
	
	font-size:20px; /* 12px */

	line-height:32px; /* 16px */

	margin-bottom:0;padding-bottom:15px;

	margin-left:30px;

	margin-right:30px;
	
}

#main .post a {

	text-decoration:underline;	

}

#main .post a:hover {

	text-decoration:none;	

}

/* post images */

img.size-thumbnail, img.size-medium, img.size-large, img.size-full {

}

div.wp-caption {

	margin:10px 0;

	padding:3px 0;

}

div.wp-caption img.size-thumbnail, div.wp-caption img.size-medium, div.wp-caption img.size-large, div.wp-caption img.size-full {

	border:none;

}

p.wp-caption-text {

	font-style:italic;

	font-size:11px;

	margin:0;

	padding:3px 0 0 0;

	line-height:1;

	text-align:center;

}

img.alignright, div.alignright {

	float:right;

	margin: 10px 0 5px 10px;

}

img.alignleft, div.alignleft {

	float:left;

	margin: 10px 10px 5px 0;

}

img.attachment-thumbnail {

	padding:10px;

	margin:0 10px;

}

/* end post images */



/* events landing page */

#feature_events {

	margin:15px 0 17px 0;

	padding:0 0 13px 0;

	background:url(images/double-line.jpg) left bottom repeat-x;	

	background:url(images/event-slide-border.jpg) left 210px no-repeat;

}

#feature_events_slider {

    width:100%;

    height:210px;

    list-style:none;

	background:#fff;

}

#feature_events_slider .panel { 

	opacity:0;

}

#feature_events_slider .panel.activePage {

	opacity:1;

}

table#event_search {

	width:100%;

	margin:30px 0 20px 0;	

}

#search_terms {

	font-size:12px;

	margin:0 0 20px 0;	

}

table#event_search input[type='text'] {

	width:100px;

	padding:3px;

}

input[type='submit'].go_btn {

	display:block;

	width:30px;

	height:20px;

	background:url(images/btn-go.jpg) 0 0 no-repeat;

	outline:0 none;

	border:none;

	text-indent:-9999em;

	cursor:pointer;

}

.month_title, .event_title, .post_title {

	font-size:14px;

	background-color:#000;

	color:#fff;

	padding:8px;

	text-transform:uppercase;

}

a.more {

	width:39px;

	height:20px;

	display:block;

	float:left;

	margin:10px 0 0 0;

	background:url(images/btn-more.jpg) 0 0 no-repeat;

	text-indent:-9999em;

	cursor:pointer;

}

#single_feature_image {

	margin:0 0 7px 0;	

}

#single_feature_image img {

	display:block;

	margin:0 auto;

	max-width:590px;

}

table.event_details {

	width:100%;	

}

td.event_left {

	width:165px;	

	padding:10px;

	font-size:16px;

}

td.event_left span {

	font-size:18px;

	font-weight:bold;

}

a.map {

	display:block;

	width:46px;

	height:46px;

	margin:10px 0 0 0;

	background:url(images/icon-map.jpg) 0 0 no-repeat;

	text-indent:-9999em;

}

td.event_right {

	padding:10px;	

	font-size:15px;

}

/* BUSINESS DIRECTORY */

#artist_spotlight {

	margin:20px 0;

	border:1px solid #000;

	padding:10px;

	font-size:12px;

}	

	#artist_spotlight.full {

		height:155px;

		overflow:hidden;

		position:relative;

	}

		#artist_spotlight.full a.business_more {

			position:absolute;

			bottom:10px;

			right:10px;

		}

#artist_spotlight.mini {

	padding:4px;	

}

.spotlight_title, .spotlight_name {

	font-size:16px;	

}

.spotlight_title.mini, .spotlight_name.mini {

	font-size:16px;	

	padding:5px 0 0 5px;

}

.spotlight_name {

	font-weight:bold;	

}

		#main .spotlight_name.visual a {

			color:#016ca2;

		}

		#main .spotlight_name.culinary a {

			color:#89a63c;

		}

		#main .spotlight_name.performing a {

			color:#d34628;

		}

		#main .spotlight_name.wearable a {

			color:#671045;

		}

		#main .spotlight_name.literary a {

			color:#dba828;

		}

		#main .spotlight_name.mixed-media a {

			color:#9c8679;

		}

.spotlight_name, .spotlight_excerpt {

	margin-bottom:10px;	

}

.spotlight_name.mini {

	margin-bottom:3px;	

}

#main .filter, #main .filter:hover {

	color:#fff;	

}

.business_more {

	display:block;

	width:58px;

	height:20px;

	float:right;

	background:url(images/btn-more-blue.jpg) 0 0 no-repeat;

	text-indent:-9999em;

}

.business_more.mini {

	margin-top:84px;

}

table#directory_filters {

	margin:20px 0;	

}

table#directory_sub_filters {

	margin-top:-16px;	

}

table#directory_sub_filters td {

	padding-bottom:4px;	

	overflow:hidden;

}

table#directory_search {

	margin:20px 0;	

}

table#directory_search input[type='text'] {

	width:100px;

	padding:3px;

}

.filter {

	display:block;

	width:100%;

	height:26px;

	line-height:26px;

	text-align:center;

	font-family:Georgia, "Times New Roman", Times, serif;

	text-transform:uppercase;

}

.filter.visual {

	background-color:#006C9D;	

}

.filter.visual.inactive {

	background-color:#99c4d8;	

}

#main .filter.visual.inactive {

	color:#d2ddea;

}

	.filter.visual_sub {

		display:table-cell;

		vertical-align:middle;

		width:100px;

		font-family:Arial, Helvetica, sans-serif;

		font-size:10px;

		background-color:#C1E6F4;

		text-transform:capitalize;

		line-height:12px;

	}

	.filter.visual_sub.active, .filter.visual_sub:hover {

		background-color:#A5D2E9;

	}

	#main .filter.visual_sub {

		color:#006C9D;	

	}

.filter.culinary {

	background-color:#7F9B39;

}

.filter.culinary.inactive {

	background-color:#cbd7b1;

}

#main .filter.culinary.inactive {

	color:#e6ead7;

}

	.filter.culinary_sub {

		display:table-cell;

		vertical-align:middle;

		width:100px;

		font-family:Arial, Helvetica, sans-serif;

		font-size:10px;

		background-color:#DCE8B8;

		text-transform:capitalize;

		line-height:12px;

	}

	.filter.culinary_sub.active, .filter.culinary_sub:hover {

		background-color:#C8DD90;

	}

	#main .filter.culinary_sub {

		color:#7F9B39;	

	}

.filter.performing {

	background-color:#D14728;	

}

.filter.performing.inactive {

	background-color:#edb5a9;	

}

#main .filter.performing.inactive {

	color:#f7ddcf;

}

	.filter.performing_sub {

		display:table-cell;

		vertical-align:middle;

		width:100px;

		font-family:Arial, Helvetica, sans-serif;

		font-size:10px;

		background-color:#F7D3C4;

		text-transform:capitalize;

		line-height:12px;

	}

	.filter.performing_sub.active, .filter.performing_sub:hover {

		background-color:#F6BA9C;

	}

	#main .filter.performing_sub {

		color:#D14728;	

	}

.filter.wearable {

	background-color:#651344;

}

.filter.wearable.inactive {

	background-color:#c19fb4;

}

#main .filter.wearable.inactive {

	color:#dccbd4;

}

	.filter.wearable_sub {

		display:table-cell;

		vertical-align:middle;

		width:100px;

		font-family:Arial, Helvetica, sans-serif;

		font-size:10px;

		background-color:#E2D0DE;

		text-transform:capitalize;

		line-height:12px;

	}

	.filter.wearable_sub.active, .filter.wearable_sub:hover {

		background-color:#DBB4CF;

	}

	#main .filter.wearable_sub {

		color:#651344;	

	}

.filter.literary {

	background-color:#E1AE25;

}

.filter.literary.inactive {

	background-color:#f3dfaa;

}

#main .filter.literary.inactive {

	color:#f9efd8;

}

	.filter.literary_sub {

		display:table-cell;

		vertical-align:middle;

		width:100px;

		font-family:Arial, Helvetica, sans-serif;

		font-size:10px;

		background-color:#F9E5C7;

		text-transform:capitalize;

		line-height:12px;

	}

	.filter.literary_sub.active, .filter.literary_sub:hover {

		background-color:#F4D79F;

	}

	#main .filter.literary_sub {

		color:#E1AE25;	

	}

.filter.mixed-media {

	background-color:#9b8579;

}

.filter.mixed-media.inactive {

	background-color:#d7ceca;

}

#main .filter.mixed-media.inactive {

	color:#e9e4e0;

}

	.filter.mixed-media_sub {

		display:table-cell;

		vertical-align:middle;

		width:100px;

		font-family:Arial, Helvetica, sans-serif;

		font-size:10px;

		background-color:#E5DBD8;

		text-transform:capitalize;

		line-height:12px;

	}

	.filter.mixed-media_sub.active, .filter.mixed-media_sub:hover {

		background-color:#D6C6BF;

	}

	#main .filter.mixed-media_sub {

		color:#9b8579;	

	}

#business_list {

	font-size:12px;

}

.bus {

	padding:5px 0;

	background:url(images/stitch.jpg) left bottom repeat-x;	

}

#main .bus a {

	display:block;

	background-image:url(images/arrow-down.jpg);

	background-position:-9999px 0;

	background-repeat:no-repeat;

}

#main .bus a.active {

	background-color:#000;

	color:#fff;

	padding:3px 0 3px 25px;

	background-position:3px 5px;

}

#main #business_list .bus a.free {

	font-size:14px;	

}

.bus.premium {

	padding:5px 0 4px 0;

}

.bus.premium a {

	text-indent:3px;

	padding-bottom:3px;

	font-size:14px;

	font-weight:bold;

	background:#dedddd;

}

.bus .detail {

	display:none;	

	padding:7px;

	border-left:1px solid #000;

	border-right:1px solid #000;

	border-bottom:1px solid #000;

}

.business_title {

	font-size:14px;	

	margin-bottom:10px;

}

.business_title.visual {

	color:#006C9D;

}

.business_title.culinary {

	color:#7F9B39;

}

.business_title.performing {

	color:#D14728;	

}

.business_title.wearable {

	color:#651344;	

}

.business_title.literary {

	color:#E1AE25;

}

.business_title.mixed-media {

	color:#9b8579;	

}

.business_address {

	margin-bottom:10px;	

}

.business_address.mini {

	margin-bottom:0;

	padding:0 0 0 5px;

}

/* advertisements */

.ad {

	margin:20px 0;

	border:1px solid #000;

}

/* business directory scroll pane in sidebar */

#scroll_cap {

	width:176px;

	height:24px;

	background:url(images/scroll-cap.jpg) 0 0 no-repeat;

	color:#fff;

	text-transform:uppercase;

	text-indent:6px;

	line-height:24px;

}

.scroll-pane {

	width:100%;

	height:1000px;

	overflow:auto;

}

.scroll-pane div.pane_bus {

	font-size:10px;

	padding:4px 0 4px 6px;	

	background:url(images/stitch-light.jpg) left bottom repeat-x;

}

.scroll-pane div.pane_bus.premium {

	font-weight:bold;	

}

.scroll-pane div.pane_bus a.active {

	color:#18b1d8;	

}

.scroll-pane div.pane_bus div {

	display:none;	

	padding:10px;

}

.scroll-pane div.pane_bus div span {

	display:block;	

}

/* pics videos pages */

#pics_vids_left {

	width:662px;

	padding-right:20px;

	padding-left:20px;

	float:left;

}

#pics_vids_right {

	width:300px;

	float:right;

	padding-left:20px;

}

.item {  

	width:120px;

	margin:0 40px 15px 0;  

	float:left;

}

.item.nomarg {

	margin:0 0 15px 0;	

}

span.thumbnail {

}   

a.youtube span, a.colorbox span {

	font-size:10px;	

}

#pics_vids_left .item a span {

	font-size:10px;

}	