/*
THEME NAME: ATO Sandbox v2
DESCRIPTION: Based on the Sandbox theme
VERSION: 2.0
AUTHOR: Third Door
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/* Two-column with sidebar on left from the /examples/ folder  */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	padding: 0px;
	margin: 0px;
}
#sidebar object {
	margin: 0 auto;
	max-width: 100%;
	display: block;
}

body,
td,
th,
input,
label {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
input,
label { font-family: Arial, Helvetica, sans-serif; }
input[type=submit] { text-transform: uppercase; }
body {
	background-color: #3b434b;
	color: #3b434b;
	margin: 0;
	padding: 0;
	
}
.visual-form-builder-container .visual-form-builder fieldset {
    background-color: transparent;
    border: 0 solid #d3d3d3;
}
.vfb-submit {
    background-color: #ff8500;
    border: 1px solid #000;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    padding: 2px;
}
.entry-content .visual-form-builder .vfb-legend {
    border-bottom: 1px solid #ccc;
    color: #900;
    font-size: inherit;
    margin: 5px 0;
    padding: 0;
}
.hentry .visual-form-builder li, .hentry .entry-content .visual-form-builder li, .hentry .comment-content .visual-form-builder li, .hentry .mu_register .visual-form-builder li {
    margin: 0 !important;
    padding: 6px 0 9px !important;
}
.hentry .visual-form-builder ul, .hentry .entry-content .visual-form-builder ul, .hentry .comment-content .visual-form-builder ul, .hentry .mu_register .visual-form-builder ul, .hentry .visual-form-builder ol, .hentry .entry-content .visual-form-builder ol, .hentry .comment-content .visual-form-builder ol, .hentry .mu_register .visual-form-builder ol {
    margin: 0 !important;
    padding: 0 !important;
}
.pageid-179 .content_pad input, .pageid-179 .content_pad textarea, #team_signup input, #team_signup textarea {
    background-color: #fff;
    border: 1px solid #555555;
    color: #333;
    margin: 10px 0 0;
    padding: 5px;
    width: 100%;
}
#wrapper {
    background-color: #f7f6de;
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 0;
}
a img { border: 0px; }
img {
    height: auto;
    max-width: 100%;
}
#content { }
#sidebar {
    background-color: #86c9d1;
    border: 0 solid;
    border-radius: 0;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    float: left;
    margin: 0;
    padding: 60px 0 0;
    width: 23%;
}
.column > div { margin-bottom: 30px; }
.tweetss li { list-style: none outside none; }
#main {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    overflow: hidden;
    padding: 30px 0 2%;
    position: relative;
    width: 77%;
}
#footer {
	clear: both;
	margin-bottom: 30px;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.embed-wrap {
    margin-bottom: 0 !important;
}
/* 

MAIN HEADER

*/

#header {
    background-color: #ff8500;
    border-bottom: 0px solid #ff8500;
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 900;
}
xxx#header h1 { margin: 20px auto; }
xxx#header h1 a {
	background-image: url("images/ato_logo_lg2.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 160px;
	margin: 0 auto;
	text-indent: -9999px;
}
#header h1 {
    left: -20px;
    position: absolute;
    top: -34px;
    width: 25%;
}
#header h1:hover {
    top: -38px;
}
.nav-wrap h1 img {
    height: auto;
    max-width: 100%;
}
.topbar {
	overflow: hidden;
	padding-top: 8px;
}
.topbar h2 {
	background-image: url(images/email_signup_header.gif);
	background-repeat: no-repeat;
	float: left;
	height: 24px;
	width: 306px;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	background-position: 0px 4px;
}
/* SEARCH AND EMAIL SIGNUP */
#signup_holder {
	position: absolute;
	right: 224px;
	top: 10px;
}
.text_button {
	border: none;
	cursor: pointer;
	background-color: transparent;
	padding: 0;
	text-decoration: none; /* if desired */
	color: #e3e84e;  /* or whatever other color you want */
	width: 30px;
}
.blog-search {
	display: block;
	padding: 3px 0 3px 3px;
	margin: 0 10px 0 0;
	text-align: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	float: left;
	background-color: #74b4b6;
}
input {
	font-size: 10px;
	border: 0 none;
	color: #f6f6df;
	margin: 0;
	outline-style: none;
	border: none;
	background-color: transparent;
	padding: 0;
	width: 180px;
}
.blog-search {
	background: #ff8500;
	width: 220px;
	margin: 0;
	text-align: left;
	position: relative;
}
.blog-search .text_button {
	position: absolute;
	right: 0px;
}
#socialnav {
    background-color: #86c9d1;
    height: 46px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 100%;
}
#socialnav a {
    display: inline;
    float: none;
    height: 30px;
    margin-left: 10px;
}
#socialnav a img {
    height: 27px;
    padding: 0;
    width: auto;
}
.nav-wrap {
    height: 94px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}
#click-menu {
	padding: 0 !important;
	width: 30px !important;
}
.menu-navigation-container {
    clear: both;
    overflow: hidden;
}
#main-nav {
    float: right;
    margin: 50px 0 0;
}
#menu-navigation, #navigation {
    display: block;
    float: none;
    list-style: none outside none;
    margin: 0;
    padding: 5px 20px;
    text-align: center;
}
#menu-navigation li,
#navigation li {
	display: block;
	float: left;
}
.menu a {
    color: #f7f6de;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 800;
    margin-left: 15px;
    text-transform: uppercase;
}
.menu a:hover { color: #000; }
/* 

BASE NAVIGATION

*/
#basenav {
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #999;
}
#basenav a.selected { color: #fff; }
/* 

COMMON CONTENT STRUCTURE

*/
.mobile-only {display:none;}
.content_pad {
    margin: 0 4% 4%;
    overflow: hidden;
}
h2 {
    clear: both;
    color: #ff8500;
    margin: 0 0 8px;
}
.content_pad h2 span { color: #1a6071; }
a {
    color: #ff8500;
    outline: medium none;
    text-decoration: none;
}
h1 a,
h2 a,
h3 a { font-weight: normal; }
.current_menu_item a,.current_page_item a,a:hover { color: #000; }
:focus { outline: 0; }
p { margin: 0 0 10px 0 }
a.artist_buy,
 a.ato_buy,
 a.itunes_buy {
	display: inline-block;
	margin: 0px;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	padding: 2px 20px 1px 6px;
	margin: 0 0 6px 0;
	color: #3b434b;
	text-decoration: none;
	background-color: #febc1d;
	background-image: url(images/buybtn_background.gif);
	background-position: right center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}
a.ato_buy { background-image: url(images/buyatobtn_background.gif); }
.atobutton,
.atobutton, #team_signup input.atobutton {
    background: url("images/alert-overlay.png") repeat-x scroll 0 0 #222222;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding: 3px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}
#team_signup input.atobutton,
 .pageid-179 .content_pad input.atobutton {
	background-color: #ff8500;
	margin: 0 0 0 20px;
	color: #fff;
}
#nav-below {
	padding: 8px 0 0;
	border-top: 2px solid #ffbf76;
}
/*

LIVE (fixes weird switch to courier in some browsers)

*/
h3.gigpress-artist-heading {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}
h3.gigpress-artist-heading:hover { background-color: #ff8500; }
.show_list_holder { display: none; }
/*

ARTIST GRID PAGE

*/
.artist_pad .content_pad { margin-right: 0; }
.artist_grid {
	width: 108px;
	float: left;
	margin: 0 8px 10px 0;
}
.artist_grid {
	float: left;
	height: 22%;
	margin: 0 2% 2% 0;
	position: relative;
	width: 18%;
}
.artist_grid p a {
    background-color: #ff8500;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    padding: 4px;
    
}
.artist_grid:nth-child(5n+6) {
    clear: left;
}
.current_release:nth-child(6n+2) { clear: left; }
.artist_grid p {
    font-family: Open Sans;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}
h2.divider {
	font-size: 18px;
	color: #06889c;
	font-weight: normal;
	margin: 0 0 12px;
	padding: 0;
	border-bottom: 2px solid #ffbf76;
}
.artist_grid img {
   
    
    xxbox-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    display: block;
    height: auto;
    position: relative;
    xxxwidth: 100%;
}
/*

ARTIST PAGES (individual artists)

*/

	
#artists_nav {
	margin: 0px;
	padding: 10px 0px 10px 22px;
	list-style-type: none;
	overflow: hidden;
	background-color: #ff8500;
	font-size: 12px;
	font-weight: bold;
	
	color: #3b434b;
	background-image: url(images/artist_nav_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#artists_nav li a.selected { color: #F6F5E0; }
#artists_nav li {
	float: left;
	width: 160px;
}
#artists_nav li a {
	color: #3b434b;
	text-decoration: none;
}
#artists_nav li a:hover { color: #ECF052; }
#artist_head {
	xpadding: 20px 20px 0px;
	position: relative;
}
#artist_head h2 {
	font-size: 22px;
	color: #06889c;
	font-weight: normal;
	
	margin: 0 0 12px;
	padding: 0 0 8px;
	border-bottom: 2px solid #ffbf76;
}
.official_site {/* official site button + ato common button  */
	position: absolute;
	top: 3px;
	right: 0px;
}
#artist_main {
	float: left;
	width: 64%;
	margin: 0;
}
.artist_photo {
	display: block;
	margin: 0px 0px 20px;
}
.artist_photo img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}
#artist_main p {
	margin: 0px 0px 10px;
	line-height: 1.5em;
}
#artist_sidebar {
    float: right;
    margin: 0;
    padding: 0;
    width: 31%;
}
#artist_sidebar h2 {
	margin: 0px 0px 10px;
	color: #06869a;
	padding: 20px 0 0 0;
	font-size: 18px;
	clear: both;
}
#artist_sidebar .item h2 { /* Album titles on artist pages */
	border-bottom: 2px solid #079cb2;
	margin: 0px 0px 10px;
	color: #ff8500;
	padding: 0px 0px 6px;
	font-size: 14px;
}
#artist_sidebar .item {
	clear: both;
	margin: 0px 0px 10px;
	overflow: hidden;
	float: right;
	width: 100%;
}
#artist_sidebar .item img {
    display: block;
    float: left;
    height: auto;
    margin: 0 2% 2% 0;
    position: relative;
    width: 40%;
}
#artist_sidebar ul { list-style: none; }
#artist_sidebar .item li { margin: 0px 0px 10px; }
.cover_text {
    float: right;
    width: 58%;
}
.artist_cover {
	display: block;
	float: left;
	width: 105px;
}
/* 

HOME PAGE :  FEATURES

*/
.more-link.clearfix {
	
    color: #F6F6DF;
	background: none repeat scroll 0 0 #8ECACF;
	display: block;
	padding: 5px;
	text-align: center;
	margin: 0 0 40px;
	font-family:Oswald, sans-serif;
}
.more-link.clearfix:hover { background: none repeat scroll 0 0 #ff8500; }
#features {
	margin: 0 0 0 2%;
	overflow: hidden;
}
#lg_feature_box {
	float: left;
	width: 31%;
}
.boxgrid,
.boxgrid_sm,
.boxgrid_lg {
	background: none repeat scroll 0 0 transparent;
	float: left;
	margin: 0 2% 10px 0;
	overflow: hidden;
	position: relative;
}

.boxgrid_lg  { width: 31.3%; }

.boxgrid_lg:nth-of-type(3n+1) {clear: left;}
.home .boxgrid_lg {
    xclear: none;
}
.boxgrid_lg img, .boxgrid_lg img,
.boxgrid_sm img, .boxgrid_sm img, .boxgrid img {
    background-color: #000;
    border: 0px solid #ff8500;
    border-radius: 0;
    height: auto;
    xxxwidth: 100%;
}
.boxgrid_lg a,
.boxgrid_sm a {
    display: block;
	color:#f7f6de;
	
}
.boxcaption {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-color: -moz-use-text-color #e8601a #e8601a;
    border-image: none;
    border-right: 0 solid #e8601a;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    float: left;
    min-height: 4em;
    padding: 2% 5%;
    position: absolute;
    width: 100%;
}
.boxcaption:hover {
	background: none repeat scroll 0 0 #ff8500;
}
.boxgrid .boxcaption { /* textbox for large features */
	bottom: 0;
	left: 0;
}
.boxgrid_lg .boxcaption,
.boxgrid_sm .boxcaption { /* textbox for smaller features */
	bottom: 0;
	left: 0;
}
.boxcaption p {
	padding: 0 10px;
	color: #fff;
	font-size: 11px;
}
.boxcaption p {
	padding: 0 10px;
	color: #fff;
	font-size: 12px;
}
.boxgrid_lg h3, .boxgrid_sm h3 {
    color: #FFFFFF;
    font-family: Oswald;
    line-height: 1.2;
    margin: 5px 0;
    
}
.boxgrid_lg .videos_content h3 {
    color: #000;
    font-weight: 400;
}
.boxgrid h3 { /* headlines for larger features */ font-size: 18px; }
.boxgrid_sm h3 { /* headlines for smaller features */ font-size: 16px; }
.feature_meta { /* bar holding date and category */
	font-size: 14px;
	
	color: #FFF;
	font-weight: bold;
	overflow: hidden;
	line-height: 1.2;
}
.feature_meta a { color: #fff; }
/* category colors set below */

.category-news .feature_meta { background-color: #ff8500; }
.category-releases .feature_meta { background-color: #2e8da8; }
.category-contests .feature_meta { background-color: #8f65c3; }
.category-live .feature_meta { background-color: #aac229; }
.category-video .feature_meta { background-color: #febc1d; }
.category-artists .feature_meta { background-color: #2e8da8; }
/* date colors */
.feature_meta strong {
	background-color: #000;
	color: #FFF;
	padding: 1px 4px 2px;
}
#features h2, #current_releasebox h2, #complete_catalog h2 {
    background-color: #000;
    border-top: 0 solid #8ecacf;
    color: #f8f6de;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0 2% 12px 0;
    padding: 0 0 0 10px;
    text-align: left;
    text-transform: uppercase;
}

/*   HOME PAGE : CURRENT RELEASES  */
#current_releasebox {
	clear: both;
	margin: 10px 0 30px 20px;
	width: auto;
}
.current_release {
    float: left;
    height: 12.6%;
    margin: 0 3% 2% 0;
    overflow: hidden;
    position: relative;
    width: 13.6%;
}
.current_release a img {
	cursor: pointer;
	height: auto;
	position: relative;
	xxxwidth: 100%;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.current_release p {
    color: #000;
    font-family: Oswald,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.1;
    margin: 2px 0 0;
    
}
.current_release p.album_title {
	margin: 0;
	color: #ff8500;
}
.current_release p.album_title {
    color: #ff8500;
    margin: 0;
}
/*  HOME PAGE : COMPLETE CATALOG */


#complete_catalog {
	overflow: hidden;
	clear: both;
	padding: 0px 0 10px 2%;
	position: relative;
}
#complete_catalog a {
	display: block;
	float: left;
	margin: 0 2% 10px 0;
	width: 8%;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#complete_catalog a img {
	height: auto;
	xxxwidth: 100%;
}
/* 

NEWS PAGE

*/

.news_item { margin: 0 0 20px 0; }
.news_content ol {
	padding: 0 0 8px 20px;
	list-style: decimal;
}
.news_content blockquote {
	margin: 0 0 10px 0;
	font-weight: bold;
}
.news .item {
	margin: 0 0 20px 0;
	overflow: hidden;
}
.news_content {
	float: right;
	margin: 10px 0 0;
	overflow: hidden;
	width: 70%;
}
.content_column,
.content_sidebar {
	float: left;
	padding: 0 4% 0 0;
	width: 50%;
}
.news_pic {
	float: left;
	margin: 12px 0 0;
	width: 20%;
}
.attachment-album_cover {
	height: auto;
	xxxwidth: 100%;
}
.news_content h3 {
    border-bottom: 2px solid;
    font-family: Oswald;
    font-size: 23px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 8px;
    padding: 0 0 2%;
    }
.content_sidebar ul,
 .content_sidebar ol,
 .content_column ul { padding: 0 0 0 12px; }
.content_sidebar li,
 .content_sidebar li,
 .content_column li { margin: 0 0 8px 0; }
/* 

RELEASE PAGES

*/


.release_info {
	float: left;
	margin-bottom: 20px;
	margin-right: 4%;
	width: 21%;
}
.release_info p, p.album_date {
    color: #2E8DA8;
    font-weight: bold;
    text-transform: uppercase;
}
p.album_date span {
    color: #333333;
    display: block;
    font-weight: normal;
}
.release_tracklist {
	color: #2E8DA8;
	float: left;
	margin-right: 2%;
	width: 33%;
}
.release_tracklist p.tracklist_head {
	border-bottom: 0 dashed #ff8500;
	font-weight: bold;
	
}
.release_tracklist p {
	
	color: #ff8500;
	font-weight: normal;
	padding-bottom: 4px;
	border-bottom: 1px dashed #ff8500;
}
.release_tracklist ol {
	list-style: none;
	margin: 0 0 20px 0;
}
.release_tracklist li {
	color: #2E8DA8;
	margin: 0 0 8px;
}
.release_cover {
	float: right;
	overflow: hidden;
	width: 40%;
}
.release_cover img {
	display: block;
	float: left;
	margin: 0 6px 6px 0;
	-moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
}
.album_info {
	clear: both;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
}
.album_info h3 {
	clear: both;
	border-bottom: 2px solid #FFBF76;
	padding: 0 0 4px 0;
	margin: 0 0 10px 0;
	
}
.other_releases {
	padding: 20px 0 0 0;
	clear: both;
}
.other_releases h2 { /* Album titles on artist pages */
	border-bottom: 2px solid #079cb2;
	margin: 0px 0px 10px;
	color: #06869a;
	padding: 0px 0px 6px;
	font-size: 16px;
	
}
/* 

SIDEBAR

*/
	#sidebar a, .kebo-tweets .ktweet .kmeta a {
    color: #e84810;
    xxxtext-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}.audio_player iframe {
    border: 6px solid #86c9d1;
}
#sidebar a:hover {color: #000;}
.xxxemail_widget {
	width: 208px;
	height: 80px;
	overflow: hidden;
	padding: 0 0 0 -10px;
	margin: 0 0 20px 0;
	position: relative;
}
.xxxemail_widget div {
	width: 220px;
	position: absolute;
	left: -8px;
	top: 0;
}
.xxxaudio_player {
	width: 206px;
	height: 250px;
	overflow: hidden;
	padding: 0 0 0 -10px;
	margin: 0 0 20px 0;
	position: relative;
}
.xxxaudio_player div {
	width: 220px;
	position: absolute;
	left: -8px;
	top: 0;
}
.tweets {
	width: 220px;
	height: 300px;
	position: relative;
	margin: 0 0 20px 0;
}
.twtr-widget h3 { display: none; }
#sidebar .item { margin: 30px 0 20px; }
.item.sbnews {
    clear: both;
}
#sidebar .item ul { list-style: none; }
#sidebar .item.sbnews ul,
#sidebar .item.sbnews p, 
body #sidebar .column ul.kebo-tweets, body #widgets ul.kebo-tweets { padding:0 5%; }
#sidebar .item li { margin: 0 0 10px; }
.item p { margin-bottom: 5px; }
#sidebar .item h3, #sidebar h3 {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 2px solid #e84810;
    color: #000;
    font-family: open sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 18px;
    padding: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
}
#searchbar { height: 40px; }
.more_button {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
/* 

STREET TEAM

*/


	
#team_signup form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font: 100% verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	xmin-width: 500px;
	xmax-width: 600px;
	xwidth: 560px;
}
#team_signup fieldset {
 / * clear: both;
note that this clear causes inputs to break to left in ie5.x mac, commented out */  border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	overflow: hidden;
}
#team_signup fieldset legend { font-size: 1.1em; /* bump up legend font size, not too large or it'll overwrite border on left *//* be careful with padding, it'll shift the nice offset on top of border  */
}
#team_signup label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 180px;
	padding: 0;
	margin: 10px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	xbackground-color: #0F9;
}
#team_signup select {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	background-color: #FFF;
	padding: 0;
	margin: 5px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}
.pageid-179 .content_pad input,
 .pageid-179 .content_pad textarea,
 #team_signup input,
 #team_signup textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: 100%;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 10px 0 0 0; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	background-color: #FFF;
	padding: 2px;
	color: #333;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background: #FFF0 none repeat scroll 0 0;
	border: 1px solid #555555;
	padding: 5px;
	xxxwidth: 100%;
}
#team_signup input#reset { margin-left: 0px; /* set margin-left back to zero on reset button (set above) */ }
#team_signup textarea { overflow: auto; }
#team_signup small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
#team_signup .required { font-weight: bold; } /* uses class instead of div, more efficient */
#team_signup br { clear: left; /* setting clear on inputs didn't work consistently, so brs added for degrade */ }
#team_signup label.radiobtn {
	width: auto;
	text-align: left;
	margin: 10px 0 0 10px;
}
#artist_list label {
	width: auto;
	text-align: left;
	margin: 10px 10px 0 0;
}
#artist_list input,
 #team_signup label.radiobtn input { margin: 0 5px 0 0; }
#artist_list {
	float: left;
	width: 400px;
	margin: 0 0 0 10px;
}

@media only screen and (max-width: 900px) {
.responsive-menu .menu-item a, #menu-navigation li a, #navigation li a {
    font-size: 18px;
  }
#header h1 {
    top: -10px;
}
.nav-wrap {
    height: 90px;
}
#main {
	float: none;
	width: 100%;
}
#sidebar {
	float: none;
	width: auto;
}
.boxgrid_sm { width: 23%; }
.current_release {
    height: auto;
    width: 30.3%;
}

.current_release:nth-child(3n+2) { clear: left; }
.artist_grid:nth-child(5n+6) {clear: left;}
.current_release:nth-child(5n+2) {
    clear: none;
}
#sidebar .column {
	float: left;
	margin: 0 2% 0 0;
	overflow: hidden;
	width: 48%;
}
#complete_catalog a { width: 14.66%; }
.news_pic {
    float: none;
    margin: 12px auto 30px;
    text-align: center;
    width: 66%;
}
.news_content,
.content_column,
.content_sidebar {
	float: none;
	margin-bottom: 30px;
	width: 100%;
}
.news_content h3 { text-align: center; }
}

@media only screen and (max-width: 750px) {
.boxgrid_sm { }
.videos .boxgrid_lg { width: 100%; }
.release_cover {
	float: none;
	margin: 0 0 20px;
	overflow: hidden;
	width: 100%;
}
.release_tracklist { width: auto; }
.release_info { width: auto; }
#artist_sidebar .item img {
    display: block;
    float: none;
    height: auto;
    margin: 0 2% 2% 0;
    position: relative;
    xxxwidth: 100%;
}
.cover_text {
    float: none;
    width: auto;
}
}

@media only screen and (max-width: 500px) {

#header h1 {
    top: -10px;
	width: 50%;
}
.mobile-only {display:block;}
#socialnav a img {
	height: 20px;
	padding: 0;
	width: auto;
}
#click-menu {
	width: 33px !important;
	right: 10px !important;
}
#header { height: 90px; }
#main {
	float: none;
	width: 100%;
}
#sidebar {
    float: none;
    margin: 0 auto;
    padding: 4% 2%;
    width: 96%;
}
.official_site {
    margin: 0 0 20px;
    position: static;
    right: 0;
    top: 0;
}
.boxgrid_lg { width: 100%; }
.boxgrid_sm { width: 48%; }
.boxgrid_sm:nth-child(3n+4) { clear: none; }
.boxgrid_sm:nth-child(2n+3) { xxxclear: left; }
#current_releasebox {
	clear: both;
	margin: 10px 0 0 2%;
	width: auto;
}
.artist_grid, .current_release {
    height: auto;
    width: 30.3%;
}
.current_release:nth-child(6n+2) { clear: none; }
.artist_grid:nth-child(5n+6) {clear: none;}
.artist_grid:nth-child(3n+1),
.current_release:nth-child(3n+2) { clear: left; }
#complete_catalog {
	clear: both;
	overflow: hidden;
	padding: 0 0 0 2%;
	position: relative;
}
#complete_catalog a { width: 23%; }
#sidebar .column {
	float: none;
	margin: 0 2% 0 0;
	overflow: hidden;
	width: 100%;
}
#socialnav {
	float: right;
	height: auto;
	text-align: right;
	position: absolute;
}

#menu-navigation,
#navigation {
	bottom: 0;
	left: 0;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: static;
}
.news_content,
.content_column {
	float: none;
	width: 100%;
}
.news_pic {
	float: none;
	margin: 12px auto 10px;
	width: 100%;
}
#artist_main {
    float: none;
    margin: 0;
    width: 100%;
}
#artist_sidebar {
    border-top: 3px solid #000000;
    float: none;
    margin: 0;
    padding: 20px 0;
    width: 100%;
}
}

@media only screen and (max-width: 350px) {
#complete_catalog a { width: 23%; }
.boxgrid_sm {
	width: 100%;
	float: none;
}
.boxgrid_sm:nth-child(3n+4) { clear: none; }
#header { }

.artist_grid, .current_release {
    height: auto;
    width: 48%;
} 
.artist_grid:nth-child(5n+6),.artist_grid:nth-child(3n+1), .current_release:nth-child(3n+2) {
    clear: NONE;
}
.artist_grid:nth-child(2n+1) {
    clear: left;
}
}

@media only screen and (min-width: 901px) and (max-width: 1200px) {
.boxgrid_sm { width: 23%; }
.boxgrid_sm:nth-child(1) {
    width: 48%;
}
.artist_grid, .current_release {
    height: auto;
    width: 21%;
}
.artist_grid:nth-child(5n+6),
.artist_grid:nth-child(5n+2),
.current_release:nth-child(6n+2) { clear: none; }
.boxgrid_sm:nth-child(3n+4) { xxxclear: left; }
.boxgrid_sm:nth-child(5n+1) {xxxclear: left;}
.artist_grid:nth-child(4n+5),
.current_release:nth-child(4n+2) { clear: left; }

#complete_catalog a { width: 10.5%; }
.news_pic {
    float: left;
    margin: 10px 3% 0 0;
    width: 30%;
}
.news_content { 
width: 65%;
float:left;
 }
.news_content,

.news_content h3 { text-align: center; }
}

@media only screen and (min-width: 1201px) {
.boxgrid_sm { width: 23%; }
.lg_feature_box {
    width: 31%;
}

.news_pic {
    float: left;
    margin: 0 3% 0 0;
    width: 30%;
}
.news_content { 
width: 65%;
float:left;
 }
.feature_meta {
    float: left;
    width: 65%;
}

}

@media only screen and (min-width: 700px) {

}
