/* 
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { 
	background-color: #000; 
	font-size: 100%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
}
body { 
	background: #000 url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/mainbgrep.jpg") repeat-x top center;
	margin: 0 auto; 
	font-family: Arial, sans-serif; 
	text-align: center;
	line-height: 150%;
	font-size: 11px; 
	color: #f2f1e6;
}
button, input, select, textarea { font-size: 11px; color: #333; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #f2f1e6; }
a:visited { color: #f2f1e6; }
a:hover { color: #122c47; text-decoration: none; }
a:focus { outline: 0 none; }
a:focus { -moz-outline-style: none; }
a:hover, a:active { outline: 0; }
a { outline-color: 	-moz-use-text-color; outline-style: none; outline-width: medium; }

p { margin: 0 0 14px 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong, .bold, .strong { font-weight: bold; }
.underline { text-decoration: underline; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
dd { margin: 0; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 11px; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
/*td { vertical-align: middle; }*/

h1, h2, h3, h4 {margin-top: 0}

/* ==|== primary styles =====================================================
   Author: Sixthman LLC
   ========================================================================== */
   
p.hint { 
	padding: 30px 0px 14px 0px; 
	margin: 0px; 
}
.blue {
	color: #002B54;
}
.clear {
	float: none;
	clear: both;
	height: 0;
}

h1, h2, h3 {
	 margin: 0px; 
	 padding: 0px;
	 font-weight bold;
	 font-family: Arial, Helvetica, sans-serif;
}
h1, h2 {
	padding-top: 3px;
}
h1 {
	font-size: 17px;
}
h2, h3 {
	font-size: 13px;
}
h3 {
	color: #f2f1e6;
	padding: 0;
}
.left {
	float: left;
	display: inline;
}
#loginbar { 
	height: 29px; 
}
#login_content { 
	width: 962px; 
	margin: 0 auto; 
	text-align: left; 
	line-height: 24px; 
}
#loginbar a:hover { 
	color: #f2f1e6; 
}
#tagline { 
	float: left; 
}
#login_area { 
	float: right; 
	background: url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/loginareabg.jpg") no-repeat scroll top left transparent; 
}
.ie6 #login_area { 
	margin-top: 2px; 
}
.logintxt { 
	width: 97px; 
	height: 18px; 
	padding: 0 4px 0 4px; 
	border: none; 
	background: none; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #33312d; 
}
.ie6 .logintxt { 
	position: relative; 
	top: 3px; 
}
.signin_but { 
	width: 58px; 
	height: 18px; 
	border: none; 
	background: none;  
}
#clear_space { 
	height: 23px; 
}
#container { 
	width: 978px; 
	margin: 0 auto; 
	text-align: left; 
}
/* Header */
#navigation { 
	height: 38px;
}
#logo { 
	position: relative; 
	top: -23px; 
	float: left; 
	z-index: 99;
}		
/*********************************************************************
* Homepage
**********************************************************************/
#sec1 { 
	width: 978px; 
	height: 301px; 
	margin: 0 auto; 
	background: url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/home_sec1bg.jpg") no-repeat scroll 0 0 transparent; 
}
#marquee { 
	/*padding: 0 0 0 19px;*/
	margin: -30px 0 0 19px; 
	z-index: -1; 
}
#sec2 { 
	width: 978px; 
	height: 188px; 
	margin: 0 auto; 
	background: url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/home_sec2bg.jpg") no-repeat scroll 0 0 transparent; 
}
.ie6 #sec2 { 
	margin-top: -8px; 
}
#home_sixthmanis { 
	width: 338px; 
	height: 171px; 
	background-color: transparent; 
	float: left; 
	margin: 9px 0 0 19px; 
}
.ie6 #home_sixthmanis { 
	margin: 9px 0 0 7px; 
}
.sixthman_txt { 
	background-color: #A19B89;
    border: 1px solid #524D40;
    height: 137px;
    line-height: 130%;
    margin: 0 auto;
    padding: 5px 10px 0;
    width: 314px; 
}
#home_headlines { 
	float: right; 
	width: 232px; 
	height: 171px; 
	background-color: transparent; 
	margin: 9px 20px 0 0px; 
}
.ie6 #home_headlines { 
	margin: 9px 7px 0 0px; 
}
.headlines_txt { 
	width: 232px; 
	height: 110px; 
	background-color: #a19b89; 
	border-top: 1px solid #958f7f; 
	border-bottom: 1px solid #958f7f; 
	padding: 4px 0 6px 0px; 
}
#headlines { 
	width: 232px; 
	background-color: #a19b89; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	overflow: hidden;
}
#headlines li { 
	width: 10000px; 
	height: 22px; 
	padding: 0 8px 0 8px; 
	line-height: 22px; 
	margin: 0; 
	list-style: none;
}
#headlines li.alt_color { 
	background-color: #8d8675; 
}
#headlines li a { 
	text-decoration: none; 
}
#home_events { 
	margin: 0px 268px 0px 370px; 
	padding-top: 9px; 
	width: 338px; 
	height: 171px; 
}
.ie6 #home_events { 
	margin: 0px; 
	margin-left: 370px; 
}
.events_imgs { 
	width: 336px; 
	height: 143px; 
	border: 1px solid #524d40; 
	margin: 0 auto; 
	overflow: hidden; 
	position: relative; 
}
.events_imgs ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	width: 336px; 
	height: 143px; 
}
.events_imgs ul li { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	width: 336px; 
	height: 143px; 
}
.events_imgs div.button { 
	position: absolute; 
	top: 0; 
	width: 24px; 
	height: 147px; 
	background: center center no-repeat; 
	z-index: 100; 
	display: none 
}
.events_imgs div.prev { 
	left: -1px; 
}
.events_imgs div.next { 
	right: -1px; 
}		
.events_larrow { 
float: left; 
}
.events_rarrow { 
	float: right; 
	position: relative; 
}
#sec3 { 
	width: 978px; 
	height: 274px; 
	margin: 0 auto; 
	background: url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/home_sec3bg.jpg") no-repeat scroll 0 0 transparent; 
	clear: left;
}
#home_player { 
	width: 379px; 
	height: 215px; 
	float: left; 
	margin: 18px 0 0 10px; 
}
#home_player a:hover { 
	color: #f2f1e6; 
}
.ie6 #home_player { 
	margin: 18px 0 0 7px; 
}
.player_txt { 
	/*background: url('../images/playerbg.jpg') no-repeat;*/ 
	width: 379px; 
	height: 146px; 
}
.player_tbl { 
	width: 379px; 
}
.player_tbl th { 
	padding-left: 42px; 
	font-size: 13px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	line-height: 28px; 
}
.player_tbl td { 
	padding-left: 17px; 
	line-height: 22px; 
	vertical-align: top 
}
.player_tbl tr { 
	overflow: hidden; 
}
#player_footer { 
	width: 379px; 
	height: 22px; 
	/*background: url('../images/playerfooterbg.jpg') no-repeat; */
	text-align: center; 
	padding-top: 9px; 
}
#chat_mailinglist { 
	float: right; 
	margin: 18px 14px 0 0px; 
}
.home #chat_mailinglist {
	float: left; 
	margin: 18px 0 0 18px;
}
#chat_mailinglist input { 
	margin-bottom: 2px; 
}
.ie6 #chat_mailinglist { 
	margin: 18px 5px 0 0px; 
}
.ie7 #chat_mailinglist { 
	margin: 18px 7px 0 0px; 
}
.maillist_txt { 
	width: 228px; 
	height: 16px; 
	line-height: 16px; 
	background: url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/maillisttxt.jpg") no-repeat scroll 0 0 transparent; 
	border: 0px; 
	margin-left: 2px; 
	padding: 0 6px 0 6px; 
	font-size: 10px; 
	color: #33312d; 
}
.gecko .maillist_txt { 
	padding-top: 2px; 
}
.maillist_submit { 
	width: 59px; 
	height: 18px; 
	background: url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/submitbut.jpg") no-repeat scroll 0 0 transparent; 
	border: 0px; 
	margin: 4px 0 0 2px; 
}
#home_community { 
	float: left; 
	margin: 18px 0 0 12px; 
	width: 298px; 
	height: 215px; 
	background: url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/communitybg.jpg") no-repeat scroll 0 0 transparent;  
}
#community_img { 
	padding: 16px 0 0 19px; 
}	
.home #community_img {
	padding: 0;
}
.home fieldset {
	border: 0 none;
	padding: 0;
}
/*********************************************************************
* Subpages
**********************************************************************/
#subpages_top { 
	width: 978px; 
	margin: 0 auto; 
	background: url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/subpagebgtop.jpg") no-repeat scroll 0 0 transparent; 
}
#subpages_mid { 
	width: 978px; 
	margin: 0 auto; 
	background: url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/subpagemidrep.jpg") repeat-y scroll 0 0 transparent; 
}
#subpages_bot { 
	width: 978px; 
	height: 74px; 
	margin: 0 auto; 
	background: url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/subpagebgbot.jpg") no-repeat bottom; 
}
#subnavigation { 
	margin: 0 0 0 14px; 
	float: left; 
	position: relative; 
	top: -30px; 
	width: 242px; 
}
#subnavigation a {
	color: #f2f1e6; 
}
.ie6 #subnavigation {
	margin: 0 0 0 7px; 
}
#subnavigation ul { 
	list-style: none; 
	margin: 0px; 
	padding: 6px 0px 7px 0px; 
	background: url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/subnavbg.jpg") repeat-y scroll 0 0 transparent; 
}
#subnavigation ul li { 
	line-height: 22px; 
	height: 22px; 
	padding-left: 15px; 
}
#subnavigation ul li a { 
	text-decoration: none; 
}
#subnav_bot { 
	width: 241px; 
	/*background: url('../images/subnavbot.gif') no-repeat; */
	padding-top: 11px; 
}
.maillist_txt2 { 
	width: 230px; 
	height: 16px; 
	line-height: 16px;
	background: url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/maillisttxt2.jpg") no-repeat scroll 0 0 transparent; 
	border: 0px; 
	padding: 0px 6px 0px 6px; 
	font-size: 10px; 
	color: #33312d; 
}
.gecko .maillist_txt2 { 
	padding-top: 2px; 
}
.webkit .maillist_txt2 { 
	margin: 1px 0 1px 0px; 
}
.maillist_submit2 { 
	width: 59px; 
	height: 18px; 
	background: url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/submitbut.jpg") no-repeat scroll 0 0 transparent; 
	border: 0px; 
	margin-top: 4px; 
}
.subnav_space { 
	height: 75px; 
}
#main_content { 
	float: left; 
	margin-left: 5px; 
	position: relative; 
	top: -30px; 
}
#banner_area { 
	width: 696px; 
	height: 222px; 
	padding: 7px 0 0 6px; 
	background: url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/bannerframe.png") no-repeat scroll 0 0 transparent; 
}
#no_banner { 
	width: 696px; 
	height: 0px; 
}
#main_txt { 
	width: 672px; 
	margin: 0 auto; 
	padding-top: 5px; 
}
#main_content h2 { 
	padding-top: 7px; 
}
.list { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
}
.list li { 
	float: left; 
	width: 168px; 
	line-height: 18px; 
}
#scroll_area { 
	width: 690px; 
	height: 215px; 
	background: url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/scrollbg.gif") no-repeat scroll 0 0 transparent; 
}
.scroll_pad { 
	padding-top: 18px; 
}
.ie .scroll_pad { 
	position: relative; 
	left: 27px; 
}
#scroll_area .root p { 
	margin: 0px; 
	padding: 0px; 
}
.float_left { 
	float: left; 
}
.details, .details a { 
	font-weight: bold; 
	color: #002b54; 
} 
.details a:hover { 
	color: #f2f1e6; 
}
.sm_details { 
	font-weight: bold; 
	font-size: 10px;
}
.content_tbl { 
	width: 672px; 
}
.content_tbl td { 
	text-align: center; 
	padding-top: 25px; 
}
.content_tbl a { 
	color: #002b54; 
} 
.content_tbl a:hover { 
	color: #f2f1e6; 
}
.title_font { 
	font-size: 12px; 
	font-weight: bold; 
}
#single_col { 
	width: 945px; 
	margin: 0 auto; 
	position: relative; 
	top: -15px; 
}
.calendar td { 
	width: 135px; 
	height: 229px; 
	background: url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/calendarbg.png") no-repeat scroll 0 0 transparent; 
	color: #002b54; 
	vertical-align: top; 
}
.calendar .inactive { 
	background: url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/calendarbgin.png") no-repeat scroll 0 0 transparent; 
}
.cal_date { 
	width: 118px; 
	height: 25px; 
	text-align: right; 
	padding: 7px 13px 0 0px; 
}
.cal_events { 
	width: 124px; 
	padding-left: 7px; 
}
#cal_selector { 
	padding-bottom: 4px; 
}
.cal_select { 
	width: 155px; 
	margin: 0px 0px 8px 8px; 
	height: 17px; 
	line-height: 17px; 
	border: none; 
	border-left: 1px solid #adacac; 
	border-top: 1px solid #adacac; 
	color: 33312d; 
	font-size: 10px; 
}
.articles img { 
	padding: 5px; 
	border: 1px solid #f2f1e6; 
}
.articles .float_left { 
	margin: 5px 15px 5px 0px; 
}
.articles .float_right { 
	margin: 5px 0px 5px 15px; 
}
.gallery_title { 
	font-size: 14px; 
	color: #002b54; 
	font-weight: bold; 
}
#gal_img { 
	width: 670px; 
	min-height: 410px; 
	/*height: 410px;*/ 
	background: url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/galleryframe.png") repeat scroll 0 0 transparent; 
	padding: 2px 0 0 3px; 
}
#gal_img img { 
	min-width: 665px; 
	max-height: 800px; 
	overflow: hidden;
}
.gal_thumbnail2 { 
	width: 125px; 
	background: url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/thumbframe2.png") no-repeat scroll 0 0 transparent; 
	padding: 2px 0 0 3px; 
	float: left; 
	margin: 0 25px 15px 0px; 
}
.gal_thumbnail2 .details a {
	text-decoration: none; 
	padding-top: 5px; 
	line-height: 120%;
}
#gal_thumbs { 
	margin: 0; 
	padding: 15px 0 0 0; 
}
#gal_thumbs ul { 
	list-style: none; 
	margin: 0; 
	padding: 0 
}
#gal_thumbs ul li { 
	list-style: none; 
	width: 81px; 
	height: 81px; 
	background: url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/thumbframe.png") no-repeat scroll 0 0 transparent; 
	padding: 2px 0 0 3px; 
	float: left; 
}
#gal_pages { 
	width: 666px; 
	text-align: right; 
	color: #002b54; 
	font-weight: bold; 
	padding-top: 5px;
}
#gal_pages a { 
	color: #002b54; 
	font-weight: bold; 
	text-decoration: none; 
}
#gal_pages a:hover { 
	color: #f2f1e6; 
	text-decoration: none; 
}
#gal_pages .current { 
	text-decoration: underline; 
}
#question_form { 
	color: #002b54; 
	font-weight: bold; 
}
#question_form td { 
	padding-right: 10px; 
	padding-bottom: 10px; 
}
.qform_txt, 
.qform_txt_xsh, 
.qform_txt_sh, 
.qform_txtarea { 
	border: 1px solid #97968f; 
	width: 642px; 
	height: 17px; 
	line-height: 17px; 
	color: #33312d; 
	padding: 0 4px 0 4px; 
	font-size: 12px; 
}
.qform_txt_xsh { 
	width: 254px; 
}
.qform_txt_sh { 
	width: 367px; 
}
.gecko .qform_txt, 
.gecko .qform_txt_xsh, 
.gecko .qform_txt_sh { 
	height: 15px; 
	padding-top: 2px; 
}
.qform_txtarea { 
	height: 162px; 
	font-family: Arial, Helvetica, sans-serif; 
}
/*********************************************************************
*  Navigation
**********************************************************************/
#topNav {
	display: inline-block;
    float: left;
    height: 38px;
    line-height: 130%;
    margin: 0 0 0 18px;
    padding-left: 0;
    position: relative;
    width: 790px;
    z-index: 99;
}
#topNavBg {
	background: url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/nav/nav-lines.png") no-repeat scroll 0 6px transparent;
	width: 550px;
	height: 38px;
	float: left;
	position: relative;
}
ul#topNav{
	padding: 6px 0 0 0;
	margin: 0;
}
.sf-menu, .sf-menu * {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; 
	padding: 15px 0 10px 0;
	background-color: #0c2840;
}
.sf-menu li:hover {
	visibility:	inherit;
}
.sf-menu li:hover ul, 
.sf-menu li.sfHover ul {
	left: 0;
	top: 38px;
	z-index: 99;
}
.sf-menu li {
	background: none repeat scroll 0 0 transparent;
	position: relative;
	float: left;	
}
.sf-menu ul li {
	width: 230px;
}
.sf-menu li li {
	background-color: #0c2840;
    padding: 6px 10px;
}
.sf-menu a,
.sf-menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	display: block;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	color: #f2f1e6;
}
.sf-menu li:hover, 
.sf-menu li.sfHover, 
.sf-menu a:focus, 
.sf-menu a:hover, 
.sf-menu a:active {
	background-color: transparent !important;
	color: #f2f1e6;
}
.sf-menu li li:hover, 
.sf-menu li li.sfHover, 
.sf-menu li li a:focus, 
.sf-menu li li a:hover, 
.sf-menu li li a:active {
	background-color: #a19b89 !important;
	color: #142f4a;
	text-decoration: none !important;
}
.sf-shadow ul {
	padding: 12px 0 12px 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
ul.nav-first {
	margin-left: 10px;
}
#topNav .top {
	text-indent: -9999px;
	height: 38px;
}
#topNav a {
	display: block;
}
#topNav ul.wideNav   {
	width: 250px;
	padding-top: 5px;
}
#topNav .navAbout {
	width: 73px;
	background: transparent url('https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/nav/nav.png') no-repeat scroll 2px 2px;
	margin-right: 3px;
}
#topNav .navAboutCur, 
#topNav .navAbout:hover,
#topNav li.about-nav:hover a.navAbout {
	background-position: 2px -36px;
}
#topNav .navEvents {	
	width: 72px;
	background: transparent url('https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/nav/nav.png') no-repeat scroll -73px 2px;
	margin-right: 3px;
}
#topNav .navEventsCur, 
#topNav .navEvents:hover,
#topNav li.events-nav:hover a.navEvents {
	background-position: -73px -36px;
}
#topNav .navArtists {	
	width: 80px;
	background: transparent url('https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/nav/nav.png') no-repeat scroll -144px 2px;
	margin-right: 3px;
}
#topNav .navArtistsCur, 
#topNav .navArtists:hover,
#topNav li.artists-nav:hover a.navArtists {
	background-position: -144px -36px;
}
#topNav .navNews {	
	width: 58px;
	background: transparent url('https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/nav/nav.png') no-repeat scroll -224px 2px;
	margin-right: 3px;
}
#topNav .navNewsCur, 
#topNav .navNews:hover,
#topNav li.news-nav:hover a.navNews {
	background-position: -224px -36px;
}
#topNav .navCommunity {	
	width: 102px;
	background: transparent url('https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/nav/nav.png') no-repeat scroll -282px 2px;
	margin-right: 3px;
}
#topNav .navCommunityCur, 
#topNav .navCommunity:hover,
#topNav li.community-nav:hover a.navCommunity {
	background-position: -282px -36px;
}
#topNav .navMedia {	
	width: 62px;
	background: transparent url('https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/nav/nav.png') no-repeat scroll -392px 2px;
	margin-right: 3px;
}
#topNav .navMediaCur, 
#topNav .navMedia:hover,
#topNav li.media-nav:hover a.navMedia {
	background-position: -392px -36px;
}
#topNav .navContact {	
	width: 86px;
	background: transparent url('https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/nav/nav.png') no-repeat scroll -454px 2px;
}
#topNav .navContactCur, 
#topNav .navContact:hover,
#topNav li.contact-nav:hover a.navContact {
	background-position: -454px -36px;
}
#topNav .navBlog{
	width: 85px;
	background: transparent url('https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/nav-blog.jpg') no-repeat scroll 0 0;
	margin-left: 20px;
}
#topNav .navPlayer{
	width: 100px;
	background: transparent url('https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/nav-player.jpg') no-repeat scroll 0 0;
	margin-left: 20px;
}
/*********************************************************************
*  Footer
**********************************************************************/
#footer { 
	width: 978px; 
	margin: 0 auto; 
	text-align: center; 
	color: #979181; 
	padding: 3px 0 40px 0; 
}
#footer a { 
	color: #979181; 
	text-decoration: none; 
}
.footer-logos {
	padding: 5px 0 0 10px;
}
.copyright { 
	color: #f2f1e6; 
	font-size: 10px; 
	display: block;
	padding: 5px 0 7px 0;
}
div.content_tbl {
  	overflow: hidden;
	zoom: 1;
}
.mboard_link {
	width: 210px;
	height: 122px;
	overflow: hidden;
	float: left;
	text-align: center;
}
.navHolder {
	clear: both;
	height: 94px;
	z-index:9999;
}
#container {
	position: relative;
}
#navigation {
	position: absolute;
	left: 0;
	top: 0;
	width: 978px;
}
.mboard_link {
  position: relative;
}
.mboard_link a.text {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  display: block;
  width:210px;
}
.mboard_link a.image {
  position: absolute;
  left: 0;
  bottom: 18px;
  text-align: center;
  display: block;
  width:210px;
}
/*********************************************************************
*  Sidebar
**********************************************************************/
.sidebar-live-chat {
	margin: 15px 0 5px 0;
	display: block;
}
.sidebar-apps {
	margin: 5px 0 5px 0;
}
.sidebar-apps-first {
	margin: 0 5px 0 15px;
}
.sidebar-fb {
	background-color: #cbc8b9; 
	padding: 3px 2px 3px 3px; 
	margin: 10px 0 10px 0;
}
.sidebar-fb iframe {
	border:none; 
	overflow:hidden; 
	width:238px; 
	height:185px; 
}
#in-the-family #scroll_area .image {
  float: left;
  width: 291px;
  height: 215px;
}
#in-the-family #scroll_area .scrollContent {
  float: left;
  height: 168px;
  width: 375px;
  padding: 18px 4px 10px 20px;
}
#in-the-family #scroll_area .scrollContent .scroll {
  height: 168px;
  width: 345px;
  padding-right: 15px;
  overflow: auto;
}
#scroll_area .image {
  float: left;
  width: 400px;
  height: 215px;
}
#scroll_area .scrollContent {
  float: left;
  height: 168px;
  width: 266px;
  padding: 18px 4px 10px 20px;
}
#scroll_area .scrollContent .scroll {
  height: 168px;
  width: 250px;
  padding-right: 15px;
  overflow: auto;
}
.signin_but, .maillist_submit {
  cursor: pointer;
}
.community-socials img {
	width: 45px; 
	height: 45px; 
	padding: 3px;
}
/* White Background */
.main_white_border {
	width: 685px;
	height: 22px;
	display: block;
	margin-left:5px;
}
.main_top_white_bg {
	background: url('https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/post-top-border.png') no-repeat scroll 0 0 transparent;
}
.main_bottom_white_bg {
	background: url('https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/post-bottom-border.png') no-repeat scroll 0 0 transparent;
}
#main_txt_white {
	background:url('https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/post-border.png') repeat scroll 0 0 transparent;
	margin-right:7px;
	position:relative;
	margin-left:5px;
	padding: 0 17px 15px 18px;
	width: 650px;
	display: block;
	color: #333; 
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; 
	line-height: 160%;
	min-height: 550px;
}
#main_txt_white a {
	color: #002B54;
}
#main_txt_white h2.main_text_header {
	font-size: 18px !important; 
	padding: 5px 0 15px 10px;
}
#main_txt_white .main_text {
	font-size: 12px; 
	padding: 0 10px 10px 10px;
}
/* Design Form */
#designForm .qform_txt, 
#designForm .qform_txt_sh, 
#designForm .qform_txt_xsh {
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	color: #555;
	font-size: 12px;
	border: 1px solid #aaa;
	margin-top: 3px;
}
#designForm {
	font-size: 11px;
}
#designForm #question_form td {
	padding-bottom: 15px;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}
.input-text {
	width: 300px;
	border: 1px solid #aaa;
	padding: 4px;
	margin-bottom: 5px;
}
#Login {
	margin: 5px 0 15px 0;
}
/*********************************************************************
*   Events Page
**********************************************************************/
.main_white_border_full {
	display: block;
	height: 22px;
	width: 930px;
}
.main_top_white_bg_full {
	background: url("http://cdn.sixthman.net/sxm/images/post-top-border-full.png") no-repeat scroll 0 0 transparent;
}
.main_bottom_white_bg_full {
	background: url("http://cdn.sixthman.net/sxm/images/post-bottom-border-full.png") no-repeat scroll 0 0 transparent;
}
#main_txt_white_full { 
	background: url("http://cdn.sixthman.net/sxm/images/post-border-full.png") repeat scroll 0 0 transparent;
	color: #333333;
	display: block;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	line-height: 160%;
	min-height: 350px;
	position: relative;
	width: 930px;
}
.events #main_content {
	margin: 0 20px; 
	position: relative; 
	top: -20px;
}
#contentEvents .left {
	float: left;
	display: inline;
}
#contentEvents {
	padding: 0 20px 20px 40px; 
	width: 890px;
}
#contentEvents h1 {
	font-size: 18px;
	line-height: 130%;
	text-align: left; 
}
#contentEvents h1.mainHeader {
	margin-bottom: 20px; 
	border-bottom: 1px dotted #ccc; 
	width: 850px;
	float: left;
}
#contentEvents hr {
	width: 90%;
}
#contentEvents a {
	color: #002b54;
	text-decoration: none;
}
#contentEvents .domain a {
	font-weight: bold;
}
#contentEvents .domain a:hover {
	text-decoration: underline;
}
#contentEvents .location {
	color: #002b54;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
}
#contentEvents .event {
  	border-bottom: 1px dotted #CCC;
  	float: left;
  	margin: 0 0 15px 0;
  	padding-bottom: 20px;
  	width: 850px;
}
#contentEvents .event-thumb {
	float: left; 
	width: 336px; 
	margin-right: 30px;
}
#contentEvents .event-info {
	float: left; 
	width: 480px; 
	text-align: left;
}
#contentEvents .event-links {
	float: left; 
	width: 100%; 
	position: relative; 
	margin-top: 15px;
}
#contentEvents .event-links a {
	background-color: #a29b89;
	padding: 5px 10px;
	color: #fff !important;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#contentEvents .event-links a:hover {
	background-color: #002b54;
	-webkit-transition: all 400ms; /*safari and chrome */
	-moz-transition: all 400ms ease; /* firefox */
	-o-transition: all 400ms ease; /* opera */
	transition: all 400ms ease;
}
#contentEvents .sold-out {
	font-weight: bold; 
	font-size: 13px;
}
.event-view-header {
	float: left;
	width: 520px;
}
.events-fb {
	left: 800px; 
	position: absolute;
}
.event-fb {
	float: right; 
	text-align: right; 
	margin: 5px 0 0 0;
}
.events-booking-presale {
	float: left; 
	margin-left: 15px;
}
.event-links a {
	margin-right: 15px;
	float: left;
}
ul.event-artists {
	margin: 15px 0 0 0;
	padding: 0;
}
ul.event-artists  li {
	list-style: none;
	margin-bottom: 2px;
	font-size: 12px;
}
ul.event-artists a {
	text-decoration: none;
}
ul.event-artists a:hover {
	text-decoration: underline;
}
h1.artists-header {
	padding-bottom: 10px; 
	border-bottom: 1px dotted #ccc;
	margin: 30px 0 20px 0;
}
.event-details {
	font-size: 12px; 
	margin-bottom: 20px;
}
.artists-list-events {
	margin-bottom: 20px;
}
/*********************************************************************
*   News   
**********************************************************************/
.news-title {
	font-size: 14px; 
	font-weight: bold;
}
.news-date {
	font-size: 10px; 
	color: #333;
}
.news .details {
	padding: 0 10px 5px 0; 
}
.news hr {
	border: none;
	border-top: dotted 2px #ccc; 
	margin-bottom: 15px;
}
.news-read-more {
	float: right; 
	margin-bottom: 20px;
}
#main_txt_white h2.news-sxm-header {
	padding-left: 0;
}
/*********************************************************************
*   Communities
**********************************************************************/
.beFriendLinksWrapper {
	width: 100%;
	position: relative;
	margin-top: 20px;
}
.beFriendLinks {
	float: left; 
	margin: 0 30px 30px 0;
	width: 280px;
}
.beFriendLinks ul {
	margin: 0;
	padding: 0;
}
.beFriendLinks ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.beFriendLinks a {
	text-decoration: none;
}
.beFriendLinks a:hover {
	text-decoration: underline;
}
/*********************************************************************
*   Account Register Form
**********************************************************************/
#form1 .input-text {
	width: 300px;
	border: 1px solid #aaa;
	padding: 4px;
}
#form1 .input-text:focus {
	border: 1px solid #111;
}
#form1 #Register {
	width: 120px;
	margin: 5px 0 0 0;
}
#form1 label {
	margin-top: 6px;
	width: 220px;
}
#form1 .register tr {
	line-height: 200%;
}
.account .box .content .radio label {
	display: inline-block !important;
	margin: 0 10px 15px 0;
	width: 50px !important;
}
.account .box .content select {
	margin-top: 5px;
}
.account .errors {
	margin: 15px 0 15px 0;
	display: block;
}
.box .content .select-dob select {
	width: auto;
	float: left;
	margin-right: 5px;
}
#form1 label {
	text-align: right;
	width: 185px;
}
#form1 .input-text {
	margin-top: 3px;
}
#email-label {
	clear: left;
}
#form1 .errors {
	clear: left;
	margin: 0 0 10px 0;
}
#form1 .radio label {
	text-align: left;
}
#form1 .radio input {
	margin: 3px;
}
#form1 #contact-label {
	line-height: 130%;
}
/*********************************************************************
*   Contact Form
**********************************************************************/
.contact #main_content h2 {
	font-size: 18px;
	margin-bottom: 15px;
}
.contact #main_content {
	font-size: 12px;
}
.contact #contactForm .input-text {
	width: 620px;
	padding: 5px;
	border: 1px solid #aaa;
	font-size: 12px;
	margin-bottom: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.contact #contactForm .input-text:focus {
	border: 1px solid #111;
}
.contact #contactForm label {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
.contact #contactForm #event {
	margin-bottom: 15px;
}
.contact #contactForm .input-textarea {
	height: 150px;
}
.contact hr {
	margin-top: 20px;
}
.contact #contactForm ul.errors {
	list-style: none;
	margin: -4px 0 10px 0;
	padding: 5px;
	background-color: #f0f0f0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 620px;
	color: #002B54;
}
/*********************************************************************
*  Job listings
**********************************************************************/
.job-listing h3 {
	color: #333;
	font-size: 15px;
	margin-bottom: 10px;
}
.job-listing ul {
	margin-left: 25px;
}
.job-listing li {
	list-style-type: disc;
}
/*********************************************************************
*   Sixthman Memories Form
**********************************************************************/
#memoriesForm .input-text {
	padding: 5px;
	width: 500px;
	margin: 6px 0 7px 0;
	border: 2px solid #ccc;
}
#memoriesForm .input-text:focus {
	border-color: #000;
}
#memoriesForm label {
	font-weight: bold;
	font-size: 14px;
}
#memoriesForm #state {
	margin-bottom: 15px;
}
#memoriesForm .input-textarea {
	height: 200px;
}
#memories {
	padding-left: 10px;
}
/*********************************************************************
*   Scholarship Form
**********************************************************************/
#scholarshipform .agree-description {
	float: left;
	font-weight: bold;
	font-size: 13px;
	padding: 15px 0 15px 0;
}
#scholarshipform .agree-text {
	font-weight: normal;
	font-size: 13px;
	padding: 20px 10px 10px 0;
}
#scholarshipform .agree-element .agree {
	float: left;
	clear: left;
	width: 30px;
}
#scholarshipform .row {
	margin-bottom: 10px;
}
#scholarshipform .label {
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
}
#scholarshipform .element {
	margin: 3px 0 3px 0;
}
#scholarshipform .agree-label {
	clear: both; 
	float: none;
	margin-top: 15px;
	font-weight: bold;
}
#scholarshipform dd {
	margin-left: 0;
}
#scholarshipform ul.errors {
	padding-left: 0;
	color: #003399;
	font-weight: bold;
}
#scholarshipform ul.errors li {
	list-style: none;
}
#scholarshipform .input-text {
	width: 600px;
	padding: 5px;
	border: 2px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#scholarshipform .input-text:focus {
	border-color: #000;
}
#scholarshipform .input-textarea {
	height: 80px;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size: 12px;
	color: #333;
}
#scholarshipform .input-submit {
	float: left;
	clear: both;
	margin-top: 15px;
}
.scholarship .form-clear {
	float: none;
	clear: both;
	line-height: 0;
}
.scholarship h2 {
	font-size: 18px;
	line-height: 150%;
}
.scholarship hr {
	background-color: #FFF;
    border-color: #CCC -moz-use-text-color -moz-use-text-color;
    border-right: medium none;
    border-style: dotted none none;
    border-width: 1px medium medium;
    color: #FFF;
    height: 1px;
}
#scholarshipform p.hint {
	padding: 0 0 5px 0 !important;
	font-size: 13px;
}
#scholarshipform .previous-full, 
#scholarshipform .sponsor-booked-full {
	margin-bottom: 15px;
}
.input-previous {
	margin: 5px;
}
/*********************************************************************
*   Cabin Request form
**********************************************************************/
#cabinrequestform .agree-description {
	float: left;
	font-weight: bold;
	font-size: 13px;
	padding: 15px 0 15px 0;
}
#cabinrequestform .agree-text {
	font-weight: normal;
	font-size: 13px;
	padding: 20px 10px 10px 0;
}
#cabinrequestform .agree-element .agree {
	float: left;
	clear: left;
	width: 30px;
}
#cabinrequestform .row {
	margin-bottom: 10px;
}
#cabinrequestform .label {
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
}
#cabinrequestform .element {
	margin: 3px 0 3px 0;
}
#cabinrequestform .agree-label {
	clear: both; 
	float: none;
	margin-top: 15px;
	font-weight: bold;
}
#cabinrequestform dd {
	margin-left: 0;
}
#cabinrequestform ul.errors {
	padding-left: 0;
	color: #003399;
	font-weight: bold;
}
#cabinrequestform ul.errors li {
	list-style: none;
}
#cabinrequestform .input-text {
	width: 600px;
	padding: 5px;
	border: 2px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#cabinrequestform .input-text:focus {
	border-color: #000;
}
#cabinrequestform .input-textarea {
	height: 80px;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size: 12px;
	color: #333;
}
#cabinrequestform .input-submit {
	float: left;
	clear: both;
	margin-top: 15px;
}
.cabinrequest .form-clear {
	float: none;
	clear: both;
	line-height: 0;
}
.cabinrequest h2 {
	font-size: 18px;
	line-height: 150%;
}
.cabinrequest hr {
	background-color: #FFF;
    border-color: #CCC -moz-use-text-color -moz-use-text-color;
    border-right: medium none;
    border-style: dotted none none;
    border-width: 1px medium medium;
    color: #FFF;
    height: 1px;
}
/*********************************************************************
*   Presale Signup Token Form, View
**********************************************************************/
h1.presale-select {
	padding: 15px 0 15px 0;
}
.presale-select-text {
	margin: 20px 0 20px 0;
}
a.presale-select {
	margin: 0 15px 15px 0;
}
.presale h1 {
	margin-bottom: 10px;
}
.presale-forgot {
	padding: 5px 15px 10px 0; 
	float: right;
	font-size: 11px;
	display: block;
}
#tokenform .input-text, 
#presaleform .input-text {
	width: 300px;
	border: 1px solid #aaa;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#tokenform .input-text:focus, 
#presaleform .input-text:focus {
	border: 1px solid #111;
}
#tokenform #submit, 
#presaleform #submit {
	width: 120px;
	margin-top: 5px;
}
#tokenform td label, 
#presaleform td label {
	margin: 0 10px 0 0;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.presale #tokenform .token tr, 
.presale #presaleform .register tr {
	line-height: 32px;
}
.presale table.token {
	padding-left: 60px;
}
.presale .register .label {
	float: right;
}
.presale hr {
	background-color: #FFF;
    border-color: #CCC -moz-use-text-color -moz-use-text-color;
    border-right: medium none;
    border-style: dotted none none;
    border-width: 1px medium medium;
    color: #FFF;
    height: 1px;
    clear: both;
}
.presale table.token #event_id, 
.presale table.register #event_id {
	margin-top: 3px;
}
.presale .content {
	padding: 0 10px 15px 10px;
}
.presale .errormessage {
	padding: 15px;
	color: #cc0a0c;
	border: 1px solid #cc0a0c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
	background-color: #fef8f6;
	margin: 15px 0 15px 0;
}
.presale .errors li {
	list-style: none;
	padding: 7px;
}
.presale ul.errors {
	margin: 5px 0;
	line-height: 20px;
	padding-left: 0;
	background-color: #EDF3FE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.presale h4 {
  	margin-top: 0; 
  	padding-top: 5px;
}
.presale {
	font-size: 12px;
}
#tick{
	display: none; 
	font-size: 11px;
	color: #090;
}
#tick img {
	padding-right: 15px;
	vertical-align: middle;
}
#cross{
	display: none;
	font-size: 11px;
	color: #C33;
}
#cross img {
	padding-right: 15px;
	vertical-align: middle;
}
/*********************************************************************
*  Hero Form
**********************************************************************/
.hero h1 {
	padding: 15px 0 15px 0;
}
.hero-text {
	margin: 20px 0 20px 0;
}
.hero .errormessage {
	padding: 15px 0 15px 0;
	color: #993300;
	font-size: 13px;
	font-weight: bold;
}
.hero .errormessage li, 
.hero .form-errors li {
	list-style: none;
	padding: 7px;
}
.hero ul.form-errors li li {
	padding: 0;
}
.hero ul.form-errors, 
.hero .errormessage {
	margin: 5px 0;
	line-height: 20px;
	padding: 15px;
	background-color: #EDF3FE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.hero-event-name {
	padding-top: 5px;
}
.hero-event-name a {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.hero-event-name a:hover {
	text-decoration: underline;
}
a.hero-select {
	margin: 0 15px 15px 0;
}
/*********************************************************************
*   Mobile Apps page
**********************************************************************/
.mobile #main_content {
	margin: 0 20px; 
	position: relative; 
	top: -20px;
}
#mobileContent h2 {
	border-bottom: 1px solid #E5E5E5;
    color: #333;
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 32px;
    padding: 15px 0;
} 
#mobileContent {
	font-size: 13px;
    line-height: 170%;
    padding-left: 15px;
    width: 902px;
}
#mobileContent .top {
	background: url("http://cdn.sixthman.net/sxm/images/mobile/bg_mobile.png") repeat-x scroll 0 bottom transparent;
    border-bottom: 2px solid #A29B89;
    padding: 30px 30px 25px;
}
#mobileContent .top .l {
	float: left;
    padding-right: 20px;
    width: 400px;
}
#mobileContent .top .r {
	text-align: center;
}
#platforms {
	border-bottom: 2px solid #A29B89;
    float: left;
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}
#platforms li {
	border-right: 1px solid #E5E5E5;
    float: left;
    padding: 21px 34px 0 45px;
    position: relative;
    width: 220px;
}
#platforms li.last {
	border-right: medium none;
}
#platforms li h4 {
	color: #002B54;
	font-size: 22px;
	margin: 0 0 15px 0;
	font-family: Helvetica,Arial,FreeSans,sans-serif;
	font-weight: normal;
}
#platforms li h4 span {
	font-size: 16px;
    position: relative;
    top: -5px;
}
#platforms p {
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 20px;
	padding-bottom: 0;
}
#platforms li .pimg {
    position: relative;
    margin-top: 20px;
    display: block;
}
/***************************************************************************
* Error page
***************************************************************************/
.error h2.heading {
	font-size: 20px; 
	margin-bottom: 10px; 
	padding-top: 0;
}
.error pre {
	background: #faf8f0;
	margin: 0;
	padding: 5px;
	overflow-x: auto !important; 
	white-space: pre-wrap !important; 
	white-space: -moz-pre-wrap !important; 
	width: 99%; */
	display: block;
	border: 1px solid #bebab0;
}
/***************************************************************************
* CSS3 Button Styles
***************************************************************************/
form .button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
form .button {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
form .button:hover {
	text-decoration: none;
}
form .button:active {
	position: relative;
	top: 1px;
}
form .button-small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
form .button {
	color: #d7d7d7;
	border: solid 1px #333;
	background-color: #333;
	background-color: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background-color: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
form .button:hover {
	background-color: #000;
	background-color: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background-color: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
	-webkit-transition: all 400ms; 
	-moz-transition: all 400ms ease; 
	-o-transition: all 400ms ease; 
	transition: all 400ms ease;
}
form .button:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
/*********************************************************************
*   Summer Road Trip
**********************************************************************/
.srt-header {
	font-size: 12px;
}
.srt-header {
	padding: 10px 0 20px 0;
}
.srt-header h1 {
	font-size: 23px;
	margin-bottom: 10px;
}
.srt-header p {
	padding: 0 10px 0 5px;
}
.srt-social {
	float: right; 
	text-align: right; 
	margin: 0 0 7px 0;
}
table.srt td {
	vertical-align: middle;
	text-shadow: 1px 1px 1px #fff;
}
.srt a {
	color: #002B54;
	text-shadow: none;
}
.srt a:hover {
	text-decoration: none;
}
.srt tr.odd {
	background-color: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
.srt th {
	font-size: 14px;
	font-weight: bold;
}
.srt-photos {
	padding: 5px 5px 10px 5px;
	background-color: #EDF3FE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 25px;
}
.srt-photos img {
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 7px;
	box-shadow: 2px 2px 2px #CCC;
}
.srt-artist a {
	padding: 0 0 0 7px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.srt-artist a:hover {
	text-decoration: underline;
}
.srt-intro {
	font-size: 12px;
	margin: 0;
}
.srt-logos {
	margin: 60px 0 0 0;
}

/* ==|== non-semantic helper classes ======================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, 
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, 
.clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ==|== media queries ====================================================== */

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

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

/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/*********************************************************************
*   Profile Page Warning
**********************************************************************/
.profilewarning {
	background: transparent url("https://s3.amazonaws.com/cdn.sixthman.net/sxm/images/box_bg_sm.png") repeat-y scroll left top;
	padding: 20px 20px 20px 40px;
	width: 556px;
	margin: 0 0 7px 0;
	line-height: 150%;
	color: #FF0000;
}
/*********************************************************************
*   Environment Announcement and Color-coding
**********************************************************************/
.environment {
	background-color: #0000A0;
	color: #FFFFFF;
	font-size: 18px;
	padding: 5px 18px;
}
.environment.development,
.environment.testing {
	background-color: #00A000;
}
.environment.staging {
	background-color: #A00000;
}
