/* @override http://weadartists.org/wordpress/wp-content/themes/wead/style.css */

/* @override http://weadartists.org/wordpress/wp-content/themes/wead/style.css */

/*
Theme Name: WEAD
Theme URI: http://
Description: Custom theme for WEAD
Version: 1.0
Author: Tom Jenkins
Author URI: http://tgtdesign.com/
Tags: grey, blue, custom header, fixed width, two columns, widgets, CMS, Directory
*/
/* Reset all Browsers */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
ol, ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
abbr, acronym { border:0; }
/************************/
/* Globals for the site */
/************************/
body { font-size: 62.5%; /* Resets 1em to 10px */ font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif; text-align:left; vertical-align:top; color:#333; padding-top: 5em; }
a { text-decoration: underline; color:#000; }
/*a:visited { color:#c63; }*/
a:hover { text-decoration: none; }
a.more { font-weight:bold; }
a img { border:0px; }
p { padding-bottom:10px; margin:0; line-height:1.6em; font-size:1.1em; }
blockquote { margin:10px 0px 0px 0px; border-top:2px solid #ddd; background:#f5f5f5; }
blockquote p { padding:10px; }
blockquote blockquote { float:none; width:auto; margin:0 10px; background:#fff; }
form, input, textarea { font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif; }
input.submit, input.search-submit {font-size:0.9em;}
p img { max-width:100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.aligncenter, .aligncenter { display: block; margin-left: auto!important; margin-right: auto!important; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignleft { float:left; }
.alignright { float:right; }
.clear { margin:0; padding:0; clear:both; }
strong { font-weight:bold; }
em {font-style:italic;}
code {font-family:"Courier New", Courier, monospace;}
ol {list-style:inside decimal; padding-left:12px;}
ul {list-style:disc inside; padding-left:0;}
pre {font-size:1.2em;}
.hidden {display:none;}
/**********************************/
/* Start elements specific design */
/**********************************/
#wrapper { margin: 0 auto; width: 807px; padding:0 20px;font-size:1.1em;  }
/*******************/
/* Header elements */
/*******************/
#logo { width: 405px; height: 125px; background:url(images/logo.jpg) no-repeat center center; float: left; font: 0/0 a; text-shadow: none; color: transparent; }
#header { width:807px; z-index:10; }
#global_nav { font-size: 14px; float:right; margin-right:10px; margin-top:10px; text-align:right; line-height:1; }
#global_nav li { display:inline; border-right:solid #333 thin; position:relative; }
#global_nav a { color:#333; padding:0 4px 0 5px; font-weight: bold; }
#global_nav li.end { border-right:none; }
.top_nav { clear:both; margin-top: 1em; text-align: center; }
.top_nav li { display:inline-block; position:relative; border-right: 1px solid #000; }
.top_nav li:last-child { border-right: none; }
.top_nav a { min-height:19px; display:block; text-decoration: none; line-height: 1.2; font-size:16px; padding:0.1em 1.5em; }
.top_nav a.end { background:none; }
.top_nav a:hover { }
.top_nav li.current_page_item > a, .top_nav li.current_page_ancestor > a { color:#8B8B8B; }
#global_nav .submenu { display:none; position:absolute; background-color:#fff; right:0; width:125px; padding-top:1em; }
#global_nav .submenu li { display:block; float:none; border:none; }
#global_nav .submenu a { display:block; padding:5px; text-align:right; }
#global_nav li:hover .submenu { display:block; z-index:10000; }
#global_nav .socialmedia a { padding:0; }
.top_nav .sub-menu { display:none; position:absolute; top:23px; background:#fff; z-index:10; padding:0.5em 0 0 0; width: 130px; }
.top_nav li:hover .sub-menu { display:block; }
.top_nav .sub-menu li { display:block; border-right: none; }
.top_nav .sub-menu a { background:none; padding:0.6em 1em; text-transform:none; font-weight:normal; font-size:14px; border-bottom: 1px solid #000; line-height: 1.1; }
.top_nav .sub-menu li:last-child a { border-bottom: none; }

#header-search-form {
	float:right;
}
#header-search-form input[type=text] {
	border:1px solid #ccc;
	border-right:none;
	font-family:Lucida Sans, Lucida, Helvetical, sans-serif;
	color:#ccc;
	padding:6px;
	float:left;
	height:16px;
}
#header-search-form input[type=submit] {
	background:#ff9900 url('images/icon-search.png') no-repeat center center;
	display:block;
	text-indent:-9999999999px;
	float:left;
	border-radius:0;
	border:1px solid #ccc;
	width:30px;
	height:30px;
	padding:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	color:transparent;
}

/********************/
/* Heading Elements */
/********************/
h1 { font-size:2.4em; margin-bottom:25px; color:#366; }
h2 { font-size:1.4em; font-weight:bold; margin:19px 0 13px 0; color:#366; }
h3 { font-size:1.2em; font-weight:bold; margin:20px 0; color:#366; }
h4 { font-size:1.1em; font-weight:bold; color:#333; }
/******************/
/* Content Blocks */
/******************/
#content { width:739px; padding-bottom: 20px; margin:25px 0 0 0; overflow:hidden; }
#blog_posts, #sub_content, #sub_events { float:right; width:540px; }
#blog { float:right; width:400px; }
.blog-entry { margin-bottom:10px; }
.blog-entry h2 { font-size: 1.5em; }
.post ol, .post ul { padding-left:20px; padding-bottom:10px; list-style-position:outside; }
.post li { padding-bottom:5px;}
.entry { margin-top:15px; }
#about_list .current_page_item a { color:#336666; }
.postmetadata { padding: 5px; border:1px solid #e4e6e6;
	background: #dbefee; /* Old browsers */
	background: -moz-linear-gradient(top, #dbefee 0%, #f7fcfc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbefee), color-stop(100%,#f7fcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dbefee 0%,#f7fcfc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbefee 0%,#f7fcfc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dbefee 0%,#f7fcfc 100%); /* IE10+ */
	background: linear-gradient(top, #dbefee 0%,#f7fcfc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbefee', endColorstr='#f7fcfc',GradientType=0 ); /* IE6-9 */
}
/*************/
/* Home Page */
/*************/
#homepage { margin:0px 20px 0 63px; overflow:hidden; }
.scrollable { height:150px; overflow:hidden; position:relative; width:739px; }
.items { position:absolute; width:20000px; clear:both; }
.items li { float:left; list-style-type:none; }
.scrollable img { float:left; margin-right:15px; height:150px; width:150px; }
.scrollable .active { z-index:9999; position:relative; }
.main_entry { margin-top:20px; float:left; width:370px; }
.main_entry h2 { color:#000; font-size:2.4em; font-weight:bold; margin:0; }
.main_entry a { font-size:1.6em; }
.main_entry p { padding-bottom:15px; }
.main_entry h3 { font-size:1.3em; font-weight:bold; }
.main_entry h3 a {font-weight:bold; font-size:1em;}
.main_entry h3 { border-top:dashed #cecece 1px; padding-top:10px; margin:30px 0 0 0; }
.main_entry h3 { color:#666; }
.main_entry ul { overflow:hidden; padding-left:0; }
.main_entry li { padding-right:5px; float:left; }
.main_entry li.no_disc { list-style-type:none; }
.main_entry li a, .main_entry a.more { font-size:1em; }
.sub_entry { margin:20px 0 0 400px; border:1px solid #cecece; }
.sub_entry h2 { font-weight:bold; font-size:1.4em; margin:0 0 15px 0; background-color:#d5ebeb; color:#000; padding:5px; margin-bottom:0; }
.sub_entry .entries { padding:10px; font-size:12px; }
.sub_entry h3 { margin:10px 0; font-weight:normal; }
.entries .readmore { color:#000; font-weight:bold; font-size:11px; }
.entries .readmore .arrow, .arrow { color:#C63; font-size:14px; font-weight:bold; }
.blog-button { margin:10px 0 0 31px; float:left; width:122px; height:35px; text-align:center; border:1px solid #000; font-size:24px; text-transform:uppercase; padding-top:8px; font-family:arial;}

/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:5px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#c60; font-size:200%;}
#mc_embed_signup .mc-field-group .asterisk {position:absolute; top:25px; right:10px;}        
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

div.mce_inline_error { display:none!important; }

/*******************/
/* General Sidebar */
/*******************/
#sidebar { width:168px; float:left; margin-right:30px; }
#sidebar h4 { font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif; line-height:normal; margin-bottom:5px; padding-top:6px; border-top:#ccc 1px dashed;  font-size:1.3em; }
#sidebar h4.no_top_border { border-top:none; }
#sidebar ul {list-style:none; padding-left:0;}
#sidebar ul ul { margin-left:10px; margin-bottom:8px; }
#sidebar li { padding-bottom:5px; }
/*****************/
/* Magazine Page */
/*****************/
#title, #event_sticky { display:block; overflow:hidden; border:1px solid #cecece; padding:5px; }
#title img, #event_sticky img { padding:2px 10px 2px 2px; }
#title { margin-bottom:30px; }
.position { position:relative; }
.mag-image { float:left; width:350px; margin-right:16px; }
.mag-image img { width:100%; }
.mag-heading h1 { font-size: 4.4em!important; margin-bottom:80px !important; }
.mag-heading h3 { margin-bottom:2px !important; }
.mag-heading h4 a { color:#656565; font-size:1em; font-weight:normal; }
.author_title p { font-size: 0.9em !important; font-weight: normal; font-style: normal; line-height: 1em; }
	.author_title .subtitle { font-size:0.8em; display:block; margin-top:5px;}
#title .credit { color:#999; }
.credit { color:#000; font-size:9px; display:block; }
#title h1 { font-size:5em; line-height:1em; letter-spacing:5px; margin:0; color:#dedede; }
#title h3 { font-size:2.8em; font-weight:normal; letter-spacing:1px; margin:0; color:#656565; }
#title h2 { font-size:1.8em; color:#ff9900; margin:0; font-weight:normal; }
#title h4 { font-size:1.4em; margin:0; color:#656565; }
.title_author{ font-weight:normal;}
#title p { font-size:1.2em; color:#999; }
#sub_content { border-top:3px solid #cecece; }
#sub_content img { border: 1px solid #cecece; padding:2px; margin-right:10px; }
#sub_content h2, #magbar h2 { border-bottom:1px solid #cecece; color:#333; font-size:1.4em; margin:0 0 10px; padding:3px 0 2px; }
#sub_content h4 { margin:0; font-size:1.5em; padding-left:120px; }
#sub_content p { padding-left:121px;}
#sub_content p, #magbar p { font-size:1.1em; color:#656565; }
.georgia { /*font-family:Georgia, "Times New Roman", Times, serif; */ }
.single_feature { width:250px; float:left; height:140px; margin-right:20px; }
.single_feature.end { margin-right:0; }

.article_location { color: teal; font-weight:bold; margin:0 0 25px 0; }
.authors { margin:0 0 20px 0; font-size:1.4em; }
.authors p { margin:0 !important; padding:0; }
.author_title { color: #008080; font-size:16px; font-weight:bold; font-style:italic; }
h2.article_subheading { margin:0 0 18px 0; color:teal; font-style:italic; line-height:24px; text-transform:uppercase; }
.mag-heading .author_title { height:80px; }
	
.author { text-transform:uppercase; }

.archive-entry h3.archive_entrytitle { margin:0 0 8px 0; line-height:1em; }
.archive-entry .entrytime { margin-bottom:8px; }
.archive-entry { margin-bottom:30px; }

.magazine-single .wp-caption-text { padding:0 !important; margin-bottom:0; }
.magazine-single .wp-caption { margin:20px 0 30px 0; }
.magazine-single img { margin:20px 0 30px 0; }
.magazine-single .wp-caption img { margin:0; }
.magazine-single h3 { color:#008080; margin:0 0 20px 0; padding:0; }
/********************/
/* Magazine Sidebar */
/********************/
#magbar { width:190px; float:left; clear:both; border-top:3px solid #cecece; }
#magbar ul {list-style:none; padding-left:0; }
#magbar h3 { margin:0; }
#magbar h3 li { text-transform:uppercase; border-top:1px solid #666666; display:block; background-color:#d6ebeb; padding:2px 0 2px 4px; }
#magbar li { padding-left:4px; }
.post_titles { border-bottom:1px dotted #cecece; padding-top:5px; }
.post_titles small {font-size:10px;}
.post_titles a {font-size:11px; /*color:#656565;*/ }
.thumbnail { float:left; }
.arrow {padding-left:4px;}
small.author a { color:#656565; }
/**************/
/* Event Page */
/**************/
#event_sticky h1 { margin:0; padding:10px 0; font-size:1.8em; font-weight:bold; }
#event_sticky p { font-size:1.1em; line-height:normal; }
.Conferences { color:#996532; }
.Exhibitions { color:#656599; }
.Seminars { color:#CB9932; }
.Opportunities { color:#326565; }
.single_event { overflow:hidden; margin-bottom:15px; }
.single_event .thumbnail { float:left; width:110px; }
.single_event .details { float:left; width:400px; margin-left:20px; }
.single_event img { border: 1px solid #cecece; padding:2px; margin-right:10px; }
.single_event h3 { font-size:1.8em;margin:0; padding-bottom:5px; }
.single_event p { font-size:1.1em; line-height:normal; }
.post_map { display:block; clear:both; margin:15px auto; }

.navigation { overflow:hidden; margin:15px 0; }
.navigation .previous { float:left; }
.navigation .next { float:right; }

.search_events { overflow:hidden; }
.search_events li { float:left; margin:0 15px 15px 0; list-style:none; }
.search_events input[type=submit] { font-size:12px!important; padding:2px 15px; }

/***************/
/* Community   */
/***************/
.community h1 { font-size:36px; text-align:center; }	
#community_content { background:url('images/bg-leaves.png') no-repeat top center; overflow:hidden; }
.box { width:360px; float:left; height:300px; overflow:hidden; }
.box-2, .box-4 { width:300px; float:right; height:360px; }
.box-5 { width:auto; height:auto; float:none; }
.box-5 h2 { text-align:center; }
#community_content_fbalbum .box { width:auto; height:auto; }
#community_content h2 { color:#cc6600; font-size:30px; font-weight:normal; }
#community_content .jfbgallery { height:325px; overflow:hidden; }

/***************/
/* Read & Know */
/***************/
.archive-list { list-style-type:none;  }
/******************/
/* Community Page */
/******************/
#inner_nav_menu { margin-top:7px; }
ul.bookmarks, ul.blogroll {list-style:none; padding-left:0;}
li.linkcat li { margin-bottom:15px; font-size:1.1em; }
/****************/
/* Comment Area */
/****************/
#comment_block { }
#commentform {  }
.comment { margin-bottom:9px; }
ul.children { margin-top:9px; padding-left:30px;}
.commentlist, ul.children { list-style-type:none; }
#commentform textarea { padding:2px; width:95%; }
/******************/
/* Artist listing */
/******************/
.azlinks { font-size:.95em; }
.azindex h2 { margin-bottom:0; }
.azindex h2 a { font-size:16px; color:#333333; border-bottom:#333333 thin solid; width:108px; display:block; }
.azindex h2 a:hover {text-decoration:none;}
.head { display:none; }
a .subhead { font-size: 1.2em; }
.azindex ul li {overflow:hidden; padding-bottom:10px;}
.azindex li img, .mfp_favorites p img, img.photo { width:auto!important; height:auto!important; max-width:108px; max-height:108px; float:left; padding:2px; border: 1px solid #cecece; margin-right:6px; }
.azpagelinks {text-align:right;}
#content #tern_members .tern_wp_members_list li { float:left; width:45%; clear:none; margin-right:3%; }
/******************/
/* Artist Sidebar */
/******************/
#artbar { width:180px; float:left; }
#artbar ul { border-bottom:1px dotted #cecece; padding-bottom:7px;list-style:none; padding-left:0;}
li#news, li#articles {padding-bottom:5px;}
#artbar h4 { font-size:1.3em; }
#artbar ul.sub { margin-top:7px; }
#artbar ul.head_size {font-size:1.3em; font-weight:bold;}
#artbar ul.last { border-bottom:none; padding-bottom:0; }
#artbar li li { margin-left:5px; }
/************************/
/* Artist lightbox page */
/************************/
.mfp_favorites { overflow:hidden; }
.mfp_favorites p { float:left; width:250px; height:120px; }
a.mfp_link { font-size:1.3em; }
a.mfp_remove_link { display:block; }

.artist_lightbox_list li { list-style:none; float:left; width:200px; height:110px; margin-bottom:15px; }
.artist_lightbox_list li h3 { margin:0; }
.artist_lightbox_list .remove_favorite_artist .remove_artist_submit { font-size:12px; font-weight:normal; }
/***************/
/* Artist Page */
/***************/
.pika_main { width:500px; position:relative; text-align:center; }
.pika_play { position:absolute; right:10px; z-index:1; }
.pika_subdiv img { border: 1px solid #cecece; width:auto; max-height:300px; margin:0 auto; }
.pika_caption { height:30px; text-align:center; width:100%; }
ul#pikame { width:525px; overflow:hidden;list-style:none; padding-left:0; }
#pikame li { float:left; margin:5px; }
#pikame img { max-width:100%; }
#artist_single {width:530px; float:right; margin-left:0;}
/***************/
/* Search Page */
/***************/
.search fieldset { margin:20px 0; }
#columns {margin-top:15px;}
.search_column { float:left; padding-right:25px; }
/******************/
/* Search Listing */
/******************/
.article_title { font-size:1.8em; color:#ff9900; margin-bottom:20px; font-weight:normal; }
.result { width:350px; height:130px; float:left; margin-right:10px; }
.result a { /* font-size:1.4em; */ font-weight:normal; }
h3.search_results { margin:0; padding:0; }
.artist_location { display:block; }
/**********/
/* Footer */
/**********/
#footer { width:807px; text-align:center; padding-top:15px; padding-bottom:10px; }
#footer p { padding-bottom:7px; color:#333; }
#footer .small { font-size:.85em; }
#footer .small a { text-decoration:underline; }
#footer h4 { font-size:14px; }
#footer h3 { margin-top:0; }
#footer h2 { text-transform: uppercase; }

#menu-footer-menu { margin:15px 0; text-align:center; }
#menu-footer-menu li { display:inline-block; margin-right:15px; padding-right:18px; border-right:1px solid #000; list-style:none; zoom:1; *display:inline; }
#menu-footer-menu li:last-child { border-right:none; margin-right:0; padding-right:0; }
/********************************/
/* Seed and Legacy Artist Pages */
/********************************/
.separation { margin-top:15px;}

.login form .cimy_uef_label_checkbox { display:inline-block; margin-left:10px; *zoom:1; }
.add_favorite_artist, .remove_favorite_artist { display:inline; }
.add_favorite_artist .add_artist_submit, .remove_favorite_artist .remove_artist_submit { padding:0; margin:0; border:none; color:#CC6633; cursor:pointer; font-weight:bold; background:none; font-size:14px; position:relative; left:-2px; } 
.add_favorite_artist .add_artist_submit:hover, .remove_favorite_artist .remove_artist_submit:hover { text-decoration:underline; border:none; }

.submit_event { float:right; }
input[type=submit], button, .button { font-weight:normal; display:inline-block; color:#000; padding:5px 20px; -moz-border-radius:10px; border:1px solid #000; font-size:14px!important; cursor:pointer; border:1px solid #dddddd;
	-moz-box-shadow: inset 0 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;
	background: #d0e7e7; /* Old browsers */
	background: -moz-linear-gradient(top, #d0e7e7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0e7e7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d0e7e7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d0e7e7 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d0e7e7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d0e7e7 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e7e7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	*zoom:1;
}
input[type=submit]:hover, button:hover, .button:hover { border:1px solid #F90; }
#global_nav .button { padding:4px 10px; margin-right:5px;border-radius:10px; -moz-border-radius:10px; color:#fff; }
#footer .button { padding:6px 15px; border-radius:10px; font-size:13px; -moz-border-radius:10px; margin:0 10px; }

.message { padding:5px 10px; font-weight:bold; color:#336666; background-color:#D3E8E9; margin:10px 0; }

#tern_members .tern_members_alpha li { margin:0 2px 0 1px; display:inline-block; *zoom:1; }
#tern_members .tern_members_alpha li:last-child { border-right:none; }
#tern_members .tern_members_alpha li a { padding-right:5px; line-height:1em; }
#tern_members .tern_members_alpha li.current a { font-weight:bold; color:#000; }

.tern_wp_members_display_name h3 { font-weight:normal; }

#tern_members .tern_pagination { border-top:none !important; padding:20px 0 !important; }
.tern_members_search, .tern_members_alpha, .tern_members_view, .tern_members_sort { border-bottom:none !important; }
.tern_members_search, .tern_members_alpha, .tern_wp_members_list { padding:5px 0 !important; }
.tern_members_view, .tern_members_sort { padding:0 !important; }

.tern_pagination a, .tern_pagination a:visited { line-height:18px !important; }
.tern_pagination_current a, .tern_pagination_current a:visited { background:#c6e6e6 !important; color:#000 !important; }
#tern_members .tern_members_paging .tern_pagination { padding:0 !important; margin:0 !important; }

.tern_members_view { clear:none !important; float:right; }
.tern_members_sort { clear:none !important; float:left; }

.tern_members_sort li.tern_members_sorted_d a { padding-left:10px !important; background-image:url('images/sort_arrow_down.png') !important; }
.tern_members_sort li.tern_members_sorted_u a { padding-left:10px !important; background-image:url('images/sort_arrow_up.png') !important; }
.tern_members_sorted_d { border-right: 1px solid #000; }

/********************************/
/* Profile Pages			    */
/********************************/
.form-table .designation label { display:inline; }
.nexgen_image_thumb { max-width:100px; max-height:100px; }
#user_video { width:95%; }

.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
	padding-left:15px !important;
}
.social-media label {
	text-align:right;
}
.tml-profile .tml-form-table th, 
.tml-profile .tml-form-table td,
.tml-profile .form-table th,
.tml-profile .form-table td {
	display:table-cell!important;
	padding-right:1em;
}
#your-profile .social-media {
	padding-right:0!important;
}

.turquoise { color:#366 !important; }
#your-profile table td { padding:0!important; }
#artist_gallery { border: 1px solid #ccc; }
#your-profile #artist_gallery tr td, #your-profile #artist_gallery tr th { border-bottom:1px solid #ccc; padding:10px!important; }
#userphoto th { display:none; }
#userphoto th, #artist_gallery th { font-weight:bold; padding-left:10px!important; }
.login.profile h3 { font-size:16px; }
.form-table th { padding-left:0!important; }
.field-hint { display:block; }
#your-profile .form-table td, #your-profile p, #your-profile h4, #your-profile input[type=file] { font-size:1em!important; }
#your-profile h4 { margin-bottom:10px; }

#field_4_3 { height:1px; width:1px; overflow:hidden; }

.addthis_toolbox {
	margin-top:15px;
}
#artbar .addthis_toolbox a {
	display:block;
	margin-right:2px;
}
#artbar .addthis_toolbox a span {
	margin:5px 1px 0 0!important;
}
#artist_single .addthis_toolbox a {
	float:none;
	display:inline-block;
	zoom:1;
	vertical-align:middle;
	*display:inline;
}


/********************************/
/* Registration Forms		    */
/********************************/
#content .gform_wrapper .gfield_radio li {
	padding:inherit !important;
}

#field_5_4 {
	height:0px;
	width:0px;
	overflow:hidden;
}
#field_3_13, #field_3_14 { width:45%; margin-right:3%; display:inline-block; vertical-align:top; }
.wead_notification { padding:10px 10px 0 10px; background:#C2E0E0; }

#gform_wrapper_1 { margin-top:30px; }

#gform_wrapper_7 { background:#3D6666; padding:15px; width:275px; margin:0 15px 15px 0; float:left; color:#fff; }
#gform_wrapper_7 h3 { color:#fff; }
#gform_wrapper_7 .gform_footer { text-align:center; }
#gform_wrapper_7 .gform_button { width:80%; }
#gform_wrapper_7 .gfield_password_strength { color:#333; width:95%; }

/********************************/
/* PAGEPOINT          		    */
/********************************/

/* for profile form */
div.wead_notification.expiration { background-color:wheat;}
