@charset "utf-8";
/* CSS Document */

body {
	background-color:#616161;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

a {
	outline:none;
	border:none;
	text-decoration:none;
	/*cursor:url('')*/
}

img {
	outline:none;
	border:none;
	text-decoration:none;
}

#shadowCont {
	width:1009px;
	margin:40px auto 0 auto;
	overflow:hidden;
}

#c_container{
	float:left;
	background-image:url(images/misc/mBg.png);
	background-color:#fff;
	background-position:top;
	background-repeat:no-repeat;
	width:990px;
	padding-bottom:20000px;
	margin-bottom:-20000px;
}

.border_left {
	float:left;
	background-image:url(images/misc/shadow-left.png);
	background-repeat:repeat-y;
	width:8px;
	padding-bottom:20000px;
	margin:0 0 -20000px 0;
	border:thin solid #616161;
	border-right:none;
}

.border_right {
	float:left;
	background-image:url(images/misc/shadow-right.png);
	background-repeat:repeat-y;
	width:8px;
	padding-bottom:20000px;
	margin-bottom:-20000px;
}

/************M_BODY*************/

#m_body {
	width:990px;
	margin:0px auto 0px auto;
}

/****PLACES NAV*****/

#locationCont {
	position:absolute;
	margin:5px 0 0 10px;
	z-index:1000;
}

.location_ind {
	float:left;
	padding:5px 10px;
	/*IF SELECTED
	background-image:url(images/misc/selectLo_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	border:medium solid #d774a1;
	/*NORMAL*/
	background-image:url(images/misc/normalLo_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	border:thin solid #000;
	border-bottom:none;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	filter:alpha(opacity=80);
	opacity:0.8;
	border-bottom:none;
}


.location_ind a {
	text-decoration:none;
	color:#fff;
}

/******/

#header {
	z-index:0;
	width:950px;
	margin:20px auto 0 auto;
}

#header_top{
	width:950px;
	z-index:0;
	margin:-31px 0 0 20px;
	position:absolute;
}

/***SIGNING IN****/

#passDiv {
	background-color:#F2B6B5;
	border:thin solid #CC4E4A;
	padding:10px;
	margin:10px 20px;
	display:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
}

#passDiv h1 {
	font-size:18px;	
	color:#1b2d5b;
	margin:0px 0 10px 0;
	padding:0px;
	float:left;
}

#passDiv h2 {
	font-size:14px;
	color:#1b2d5b;
	margin:0px;
	padding:0px;
}

#passDiv h3 {
	font-size:14px;
	color:#1b2d5b;
	margin:0px;
	padding:0px;
}

#passDiv h4 {
	font-size:14px;
	color:#1b2d5b;
	margin:0px;
	padding:0px;
}

#passDiv h5 {
	font-size:14px;
	color:#1b2d5b;
	margin:5px 0 0 0;
	padding:0px;	
}

#emailCont {
	float:right;	
}

#formCont {
	margin:10px 30px;
	width:700px;
}

#formCont_left {
	float:left;
	width:300px;
	margin:0 20px 0 0;
}

#formCont_middle {
	float:left;
	width:250px;
}

#formCont_right {
	float:left;	
	color:#9F2020;
	font-size:11px;
}

#passError1 {
	margin:4px 0 0 5px;
	font-size:10px;
	display:none;
	float:left;
}

#passError2 {
	font-size:10px;
	display:none;
	float:left;
	margin:5px 0 0 5px;
}

.formCont_headers {
	float:right;
	margin:1px;
}

.formCont_inputs {
	margin:1px;	
	float:left;
}

#formCont_btn {
	float:right;
	margin:0 70px 0 0;
}

#formCont_btn input {
	background-color:#fff;
	color:#000;
	font-size:11px;
}

#thanksPassDiv {
	display:none;
	margin:20px auto;
	width:600px;
	height:150px;
}



#login_top {
	padding-left:30px;
	margin:-20px 0 20px;
	font-size:12px;
	z-index:10;
	position:absolute;
}

#signIn_bgLeft {
	float:left;
	height:18px;
	width:8px;
	background-image:url(images/misc/login-left.png);
	background-repeat:no-repeat;
	
}

#signin_btn {
	background-image:url(images/misc/login-bg.png);
	background-repeat:repeat-x;
	height:18px;
	padding:1px 10px 2px 10px;
	color:#fff;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	float:left;
	cursor:pointer;
}

#signIn_bgRight {
	float:left;
	height:18px;
	width:8px;
	background-image:url(images/misc/login-right.png);
	background-repeat:no-repeat;
}

#join_btn a {
	text-decoration:none;
	color:#fff;
}

#joinBtn_bgLeft {
	float:left;
	height:18px;
	width:8px;
	background-image:url(images/misc/logout-left.png);
	background-repeat:no-repeat;
	margin:0 0 0 10px;
	
}

#join_btn {
	background-image:url(images/misc/logout-bg.png);
	background-repeat:repeat-x;
	padding:1px 10px 2px 10px;
	color:#fff;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	float:left;
	cursor:pointer;
	height:18px;
}

#joinBtn_bgRight {
	float:left;
	height:18px;
	width:8px;
	background-image:url(images/misc/logout-right.png);
	background-repeat:no-repeat;	
}

/*NEW*/


#login_info{
	position:absolute;
	margin:-30px 0 0 -60px;
	padding:3px 10px 5px 10px;
	background-color:yellow;
	color:#333;
	border:#333;
}

#signIn_optionsHeader {
	background-color:#f90;
	font-size:11px;c
	color:#333;
	padding:5px 10px;
	margin:0 0 0 -40px;
}

#signIn_options {
	display:none;
	padding:10px;
	height:286px;
}

.signIn_option{
	width:200px;
	margin:10px auto;
}

#invalidUsername {
	width:120px;
	height:60px;
	color:#fff;
	background-color:#f90;
	border:thin solid #333;
	position:absolute;
	margin:-30px 0 0 -50px;
}





#signinDiv {
	padding-left:30px;
	margin:-20px 0 20px;
	position:absolute;
	z-index:10;
	display:none;
	width:700px;
}

#signinDiv a {
	color:#000;
	font-weight:normal;
	font-size:11px;
	float:left;
	margin:2px 0 0 0;
}

#btns {
	float:right;
	margin:-30px 80px 0 0px;
}

#greeting {
	position:absolute;
	z-index:10;
	margin:-20px 0 0 30px;
}

#greet_div { 
	display:none;
	float:left;
	padding:2px 10px;
	color:#1b2d5b;
	background-color:#E1E1E1;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px
}

#greetUser {
	display:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	float:left;
}

#greetName {
	float:left;	
}

#logout_div {
	display:none;
	float:left;
}

#loggedOut_div {
	width:120px;
	margin:-20px 0 0 20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	background-color:#FCFED6;
	display:none;
	text-align:center;
	border:thin solid yellow;
}

#logout_bgLeft {
	float:left;
	background-image:url(images/misc/logout-left.png);
	height:18px;
	width:8px;
	margin:0 0 0 10px;
	display:none;
}

#logout_div input {
	border:none;
	background-image:url(images/misc/logout-bg.png);
	background-repeat:repeat-x;
	cursor:pointer;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:11px;
	height:18px;
	padding:0px 0 7px 0;
}

#logout_bgRight {
	float:left;
	background-image:url(images/misc/logout-right.png);
	height:18px;
	width:8px;
	display:none
}

.indexSignin_bgLeft {
	margin:1px 0 7px 0;
	float:left;
	height:18px;
	width:8px;
	background-image:url(images/misc/login-left.png);
	background-repeat:no-repeat;	
}

.index_signin{
	margin:1px 0px 7px 0px;
	background-image:url(images/misc/login-bg.png);
	background-repeat:repeat-x;
	height:18px;
	padding:1px 10px 2px 10px;
	color:#fff;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	float:left;
}

.indexSignin_bgRight {
	margin:1px 10px 7px 0;
	float:left;
	height:18px;
	width:8px;
	background-image:url(images/misc/login-right.png);
	background-repeat:no-repeat;	
}

.index_signin_select {
	float:left;
	margin:0px 10px 10px 0;
}

#remember {
	width:16px;
	height:16px;
	float:left;
	margin:0 20px 0 -5px;
	background-color: #f90;
	padding:2px 0 0 3px;
}

#remember input {
	border-style:none;
}

#rememberMeText {
	position:absolute;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
	margin:-17px 0 0 485px;
	padding:2px 5px 3px 5px;
	background-color:#f90;
}


#floatingSignIn {
	background-color:#f90;
	border:thin solid #ccc;
	padding:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	position:absolute;
	margin:-35px 0 0 -140px;
	font-weight:bold;
}

#newSigningBtns {
	float:right;
	margin:0px 80px 0 0px;
}

#enter_btn {
	float:left;
	cursor:pointer;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	margin:1px 10px 0 -15px;
}

#enter_btn input{
	background-color:#FFF;
	background-image:url(images/misc/sign-up.png);
	background-repeat:no-repeat;
	border:none;
	cursor:pointer;
}

#cancel_btn {
	cursor:pointer;	
	float:left;
	margin:0 0 0 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding:3px 0 0 0;
}


#regularLogin {
	position:absolute;
	margin:-20px 30px 0 30px;
}

#reg_name {
	font-size:14px;
	font-weight:bold;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	float:left;
}

#regLogout {
	float:left;
	margin:0 0 0 10px;
	width:300px;
	
}

#regLogout_bgLeft {
	float:left;
	background-image:url(images/misc/logout-left.png);
	height:18px;
	width:8px;
}

#regLogout form {
	float:left;
}

#regLogout input {
	border:none;
	background-image:url(images/misc/logout-bg.png);
	background-repeat:repeat-x;
	cursor:pointer;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:11px;
	height:18px;
	padding:0px 0 7px 0;
}

#regLogout_bgRight{
	float:left;
	background-image:url(images/misc/logout-right.png);
	height:18px;
	width:8px;
}

/**********INFO BOXES**********/

.mainBanners {
	margin:10px 25px;
}

.mainBanners img {
	padding:0 2px 0 0;	
}

.mainBanners img {
	margin:3px;	
}

.info_div {
	margin-bottom:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:thin solid #666;
	background-image:url(images/misc/divBg.png);
	background-repeat:repeat-x;
	background-position:top;
}

.info_div_header {
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topRight:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topLeft:10px;
	background-image:url(images/misc/normalLo_bg.png);
	background-repeat:repeat-x;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	padding:3px 0px 5px 20px;
}

.info_div_arrow {
	background-image:url(images/misc/black-arrow.png);
	background-repeat:no-repeat;
	margin:6px 10px 0px 0;
	width:9px;
	height:9px;
	float:left;
}

.info_div_arrow_yellow {
	background-image:url(images/misc/orange-arrow.png);
	background-repeat:no-repeat;
	margin:6px 10px 0px 0;
	width:9px;
	height:9px;
	float:left;
}


/**********/

#m_topRow {
	margin:170px 20px 0 20px;
}

.page_topRow {
	margin:170px 0 0 0;	
}

#m_pic {
	text-align:center;
	height:306px;
	width:706px;
	float:right;
	border:thick solid #000;
	margin-top:10px;
}

#m_pic img {
	margin:3px;	
}

#m_pic_banner {
	width:200px;
	float:right;
	margin:-250px 0 0 0;
	opacity:0.8;
	filter:alpha(opacity=80);
}

/******WELCOME*******/

#welcome_div {
	width:220px;
	height:306px;
	border:thick solid #4E4E4E;
	background-image:url(images/misc/welcome-bg.png);
	background-repeat:repeat-x;
	margin:10px 0;
	float:left;
	z-index:10;
}

#welcome_member {
	padding:10px;
	height:286px;
}

#welcome_guest {
	padding:10px;
	height:286px;
}

#welcome_div a {
	color:#fff;
}

#welcome_header {
	padding:0px;
	margin:5px 0;
	font-weight:bold;
	color:#FAF26B;
	font-size:28px;
	font-family:Tahoma, Geneva, sans-serif;
}

#welcome_text1 {
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin:10px 0 0 0;
	font-weight:bold;
}

#welcome_header2 {
	padding:0px;
	margin:5px 0;
	font-weight:bold;
	color:#ED87B8;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#welcome_text2 {
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin:10px 0 30px 0;
	font-weight:bold;
}

#welcome_text1 h5 {
	color:#ED87B8;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin:5px 0;
}

#welcome_reminder {
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
}

#welcomeTextCont {
	text-align:center;
	margin:0;
}

#welcome_text1 h3 {
	font-size:24px;
	color:#EE7DAD;
	font-weight:bold;
	margin:10px 0;
}

#welcome_text1 h4 {
	font-size:14px;
	background-color:#f90;
	padding:3px 10px;
	color:#000;
	font-weight:bold;
	margin:-5px 0px 20px 0;
	float:right;
}

#welcome_text1 span a {
	color:#f90;
	font-size:14px;
	margin:0px;
	padding:0px;
}

#welcome_signup {
	background-image:url(images/misc/sign-up.png);
	background-repeat:no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0px 0 0 0;
	padding:3px 5px 0px 5px;
	text-align:center;
	float:right;
	width:66px;
	height:20px;
}

#welcome_signup a{
	color:#000;
	text-decoration:none;
}

/*****COLUMNS*****/

#column_left_side {
	width:240px;
	float:left;
	margin:5px;
	margin-left:20px
}

#column_mid {
	width:450px;
	float:left;
	margin:5px 5px 5px 4px;;
}

#column_right_side {
	width:240px;
	float:right;
	margin:5px;
	margin-right:20px;
}


/****EVENTS******/

#even_mBody {
	width:990px;
	margin:0px auto 0px auto;	
}

#events_div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 0 0 5px 0;
}

#events_div a {
	color:#C09;
	text-decoration:none;
}

.events_whenHeader {
	margin:10px 5px 5px 5px;
	font-size:18px;
	font-weight:bold;
	color:#F60;
}

.eventsLinkArrow {
	background-image:url(images/misc/link-arrow.png);
	background-repeat:no-repeat;
	margin:6px 0px 0px 10px;
	width:9px;
	height:9px;
	float:left;
}

.noEvents {
	width:80px;
	margin:0 auto;
	font-style:italic;
}

.eventsInd {
	padding:10px;
}

#fillOneSpace {
	text-align:center;
	margin:30px 0 0;
	height:100px;	
}

#fillAllSpace {
	text-align:center;
	height:200px;
}

.eventsInd_leftCol {
	float:left;
	height:100px;
	border:thin solid #ccc;
	width:90px;
	padding:2px;
}

.eventsInd_img {
	width: 90px;
	margin:10px auto;
}

.eventsInd_img img {
	width:80px;
	margin:0 5px;
	border:none;
}

.eventsInd_rightCol {
	float:left;	
	width:110px;
	margin:0 0 0 10px;
}

.eventsName {
	font-size:14px;
	font-weight:bold;
	color:#C09;
}

.events_locationName {
	font-size:11px;
	font-weight:bold;
	margin:0 0 5px 0;
}

.eventsDesc {
	height:35px;
	overflow:hidden;
	color:#666;
}

.eventsReadmore {
	float:right;
	font-size:10px;
}

.eventsDate {
	margin:0px 0 0 0;
	font-weight:bold;
	font-size:14px;
	color:#333;
}

#eventsLink {
	float:right;
	margin:10px 5px;
}

/********VIDEO***********/


#videoCont2 {
	width:220px;
	margin:10px auto;
}

#videoCont1 {
	width:230px;
	margin:10px auto;
}

#videoCont3 {
	text-align:center;
	height:306px;
	width:706px;
	float:right;
	border:thick solid #000;
}

/**********GALLERY**********/

#gallery_div {
	font-family:Verdana, Geneva, sans-serif;
}

#gallery_div a {
	text-decoration:none;
	color:#C09;
}

#galleryFrame {
	background-image:url(images/misc/frame.png);
	background-repeat:no-repeat;
	width:140px;
	height:107px;
	margin:0 auto 10px auto;
}

#gallerySlideShow {
	height:110px;
	margin:0 0px;
	text-align:center;
}

#gallerySlideShow a {
	padding:0px;
}

#gallerySlideShow img{
	margin:12px 10px;
}

.galleryImg {
	width:100px;
	height:80px;
	margin:0 5px;
	border:thin solid #666;
}

.gallery_text {
	margin:10px 10px 0 10px;
	color:#F60;
	font-weight:bold;
	font-size:12px;
}

#gallery_info {
	margin:10px;
	color:#333;
	font-weight:bold;
	font-size:18px;
}

#gallery_info a {
	color:#3d3d3d;	
}

#gallery_textDiv {
	
}

#galleryTextHeader2 {
	font-size:14px;
	color:#c09;
	margin:0 10px 10px 10px;
}

.home_stats_header {
	font-size:14px;
	color:#f60;
	float:left
}

.home_stats_stat {
	font-size:14px;
	margin:0 10px 0 40px;
	float:left;
}

#galleryTextLogo {
	float:left;	
	width:30px;
	height:30px;
	margin:0 10px;
	background-image:url(images/misc/facebook_logo.png);
	background-repeat:no-repeat;
}

#gallery_text2 {
	margin:10px 0;
	color:#666;
	font-size:11px;
	padding:0 10px 0 0;	padding:0 10px 0 0;

}

#galleryLink {
	float:right;
	font-size:11px;
	color:#1b2d5b;
	margin:10px 5px;
	text-align:right;
}

/*FOR IE*/

#slideImgCont {
	margin:20px 20px 20px 40px;	
	border:thin solid #333;
	padding:4px 2px 0px 2px;
	width:148px;
	height:98px;
}	


/**********NEWS**********/

#news_div {
	width:450px;
	font-family:Tahoma, Geneva, sans-serif;
}

#news_mainText {
	padding:10px 20px 20px 20px;	
}

#news_mainText ul {
	margin:10px 0;
	padding:0px 10px;
}

#news_mainText li {
	float:left;	
	color:#d91d7c;
	margin:0px;
	padding:0px;
}

#news_mainText h5{
	color:#d91d7c;
	margin:10px 0;
	padding:0px;
}

#news_mainText h1 {
	margin:10px 0 0 0;
	font-size:28px;
	font-weight:bold;
	color:#d91d7c;
}

#news_mainText h2 {
	margin:15px 0 5px 0;
	font-weight:bold;
	font-size:18px;
	color:#F60;
}

#news_mainText h2 span{
	margin:15px 0;
	font-weight:bold;
	font-size:12px;
	color:#069;
}

#news_mainText h2.findUs {
	font-size:16px;
	margin:0 0 20px 0;
}

#news_mainText h3 {
	margin:5px 0;
	font-weight:bold;
	font-size:12px;
}

#news_mainText h3.pop {
	margin:40px 0 0 0;
}

#news_mainText h4 {
	margin:5px 0;
	font-size:12px;
	color:#333;
}

#news_mainText h6 {
	padding:0;
	margin:0 40px 0 -10px;
	font-size:10px;
	color:#999;
	font-weight:bold;
}

#news_mainText h5 {
	font-size:14px;	
}

#news_mainText h5.drinks {
	color:#069;	
	margin:10px 0 0 40px;
}

#news_mainText h3.muchLove {
	margin:30px 0 0 0px;
}

#news_text {
	height:100px;
	float:left;
	margin:10px 20px 10px 10px;
	border:thin dashed blue;
}

#clubListCont {
	margin:20px 0 30px 0;	
}

.clubLocationInd {
	border-bottom:thin solid #333;
	padding:10px 10px 10px 10px;
}

.clubLocationLeft {
	float:left;
	width:100px;
}

.clubLocationImg {
	width:70px;
	height:70px;
	border:thin solid #ccc;
	margin:0 10px 0 0;
}

.clubLocationImg a {
	outline:none;
	text-decoration:none;
	border:none;
}

.clubLocationImg img {
	outline:none;
	text-decoration:none;
	border:none;
}

.clubLocationMid {
	float:left;	
}

.clubLocationTown {
	font-size:18px;
	color:#d91d7c;
	font-weight:bold;
}

.clubLocationClub {
	font-size:16px;
	font-weight:bold;
	color:#333;
}

.clubLocationAddress {
	font-size:12px;
	font-weight:bold;
	color:#999;
}

.clubLocationRight {
	float:right;	
}

.clubLocationWhen {
	border:thin solid #f90;
	background-color:#FAF37A;
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding:2px;
	margin:10px 10px 0 0px;
}

#news_images {
	float:right;
	margin:10px;
	text-align:center;
}

#news_pic {
}

#news_logo {
	height:50px;
	width:150px;
	margin:0px 0 20px 0	;
}

#pLogo {
	height:40px;
	width:70px;
	float:left;
	margin:0px 20px 20px 0;
}

/***********POLL**********/

#poll_div {	
	width:220px; 
	float:left;
}

#pollGuest {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-image:url(images/misc/barChart.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

#pollGuestInfoCont {
	padding:10px 10px 120px 10px;
}

#pollGuestText1 {
	color:#d91d7c;
	margin:20px 0;
}

#pollGuestText2 {
	color:#333;	
}

#pollGuestSignup {
	float:right;
	margin:0px 10px;
}

#pollGuestSignup a {
	color:#d91d7c;	
}
	
	
.pollHeaders {
	color:#FF6600;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:10px 10px 10px 0;
}
	
	
#pollForm input{
	border:0px;	
}

#this_poll {
	display:none;
}

#thisPoll_text1 {
	margin:10px;	
}

#last_poll {
	margin:10px;
	border-top:thin solid #000;
}

#lastPoll_text1 {
}

#lastPoll_question h2{
	font-family:Verdana; 
	font-size:11px; 
	margin:10px; 
	color:#C09; 
	font-weight:bold;
	padding:none;
	margin:0px;
}

#lastPoll_text2 {
	margin:10px auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#666;
}

#lastPoll_winner {
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#1b2d5b;
}

#lastPoll_winningPercent {
	float:left;
	margin-left:5px;
	padding:1px 0 0 ;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:18px;
}

#lastPoll_showAllLink {
	cursor:pointer;
	color:#999;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	margin:10px 0;
}

#lastPoll_results {	
}

#lastPoll_oldResultsDiv {
	display:none;
}

#oldResults_container {
}

.lastPoll_indCont {
	margin:5px 10px;	
}

.lastPoll_smlArrow {
	float:left;
	padding:6px 0 0 0;
	margin:0 5px 0 10px;
}

.lastPoll_runnerUps {
	float:left;
	margin:0 0 0 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#1b2d5b;
}

.lastPoll_runnerPercents {
	float:left;
	margin-left:5px;
	padding:1px 0 0 ;
	color:#333;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

#poll_text3 {
	float:right;
	border:thin dashed blue;
}	

/**********DJ PICK*********/
#dj_pick_div {
	width:220px;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
}

#dj_pick_div a {
	text-decoration:none;
	color:#C09;
	font-size:12px;
	margin:0 10px;
}

#dj_text1 {
	width:200px;
	margin:10px auto;
	font-size:11px;
	color:#C09;
	font-weight:bold;
}

#dj_name {
	font-weight:bold;
	size:12px;
	color:#666;
	margin:0 10px;
}

#dj_pic {
	width:196px;
	height:90px;
	border:thin solid #666;
	background-color:#fff;
	padding:2px;
	margin:10px;
}

#dj_right_column {
	float:left;
	width:100px;
	margin:20px 0 0 0;
}

#dj_text2 {
	margin:10px;
	color:#F60;
	font-size:12px;
	font-weight:bold;
}

.dj_rows {	
	margin:10px;
}

#dj_num1, #dj_num2, #dj_num3 {
	margin:0 5px 0 0;
	height:20px;
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#F60;
}

#dj_num1_text, #dj_num2_text, #dj_num3_text {	
	float:left;
	font-weight:bold;
	font-size:11px;
	color:#C09;
	margin:0 5px 0 0;
}

#dj_num1_tune, #dj_num2_tune, #dj_num3_tune{	
	float:left;
	font-weight:bold;
	font-size:11px;
	color:#666;
}

#dj_text3 {
	margin:10px 0;
	padding:20px 0 0 0;
	text-align:right;
}


/*********REQUEST*********/

#request_div {
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	font-size:12px;
	font-weight:bold;
}

#requestWrapper {
	display:none;
}

#requestIntroText {
	padding:10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	background-image:url(images/misc/request_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	margin:20px 0 0;
}

#requestIntroText1 {
	color:#d91d7c;
	margin:-10px 0;
}

#requestIntroText2 {
	color:#333;
	margin:0 0 20px 0;
}

#requestIntroSignup {
	float:right;
	margin:20px;
}

#requestIntroSignup a {
	color:#d91d7c;
}


#requestText {
	margin:10px;
	font-weight:normal;
}

#request_eventNameCont {
	text-align:center;	
	margin:5px 0;
}

#request_eventHeader{
	font-size:22px;
	color:#F60;
	overflow:visible;
	width:220px;
	font-weight:bold;
}

#requestContent {
}

#request_form {	
	margin:10px auto;
}

#request_formLeft {	
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-weight:bold;
	font-size:12px;
	margin:0 0 0 10px;
	padding:0 5px;
}

#request_formRight {	
	float:left;
}

#request_artistHeader {	
	margin:8px 0 11px 0;
	text-align:right;
}

input {
	margin:0px;
	border:thin solid #999;
} 

#request_titleHeader {
	margin:5px 0;
	text-align:right;
}

#request_artistInput {	
	margin:3px 0;
}

#request_titleInput {
	margin:5px 0;
}

#request_btn {
	float:right;
	margin:0px 20px 0 0;
}

#request_btn input {
	background-image:url(images/misc/submit-bg.png);
	background-repeat:repeat-x;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	padding:0px 5px 4px 5px;
	height:22px;
	border:none;
}

#requestThanks {
	height:200px;
	border-bottom:2px solid #3a3737;
	padding:5px;
	padding-top:20px;
}

#requestThanks h1 {
	margin:5px;
	padding:0px;
	font-size:20px;
	color:#d91d7c;
	font-weight:bold;
}

#requestThanks h2 {
	margin:0px;
	padding:5px;
	font-size:16px;
	color:#3d3d3d;
}

#requestThanks_tc {
	margin-top:20px;
	padding:2px;
	padding-bottom:0px;
	text-align:right;
	font-size:12px;
	color:#3d3d3d;
}

#request_errorWarning {
	color:#C00;
	font-size:12px;
	text-align:justify;
	padding:5px;
}

#artistError, #trackError {
	color:#F00;
	font-size:10px;
	text-align:center;
}

/*********CLOTHING*********/

#clothing_div {
	font-family:Verdana, Geneva, sans-serif;
}

#clothing_div a{
	text-decoration:none;
	color:#C09;
	font-size:12px;
}
 
#clothing_div ul {
    list-style-type:none;
    margin:10px;
    padding:0;
}
 
#clothing_div li {
    overflow: hidden;
}
 
#clothing_div li img {
    float:left;
	height:100px;
	width:126px;
	padding:2px;
	background-color:#fff;
	margin:5px;
	border:medium solid #666;
}
 
#clothing_div .spyWrapper {
    height: 100%;
    overflow: hidden;
    position: relative;    
}
  
#clothing_div .clothing_item {
	margin:2px 0;
	padding:0 10px 0 0;
}

.clothing_left_column {
    float:left;
	text-align:center;
}


.clothing_right_column {
    float:left;
	width:50px;
	padding:5px 5px;
}

.clothing_item_name {
	font-size:14px;
	font-weight:bold;
	color:#C09;
}

.clothing_item_price {
	margin:5px 0;
	font-size:14px;
	font-weight:bold;
	color:#F60;	
}

#clothing_link {
	float:right;
	margin:20px 5px;
}


/**********MESSAGES**********/

#messages_div {	
}

#messages_div a {
	color:#C09;
	text-decoration:none;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
}

#messages_commentsUL {
	list-style:none;
	padding:0px;
	margin:0px;
}

.messages_row {
	list-style:none;
	margin:0 10px;
	border-bottom:thin dashed #999;
}

.messages_name {
	margin:5px 0 2px 2px;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	font-weight:bold;
}

.messages_date {
	float:left;
	color:#d91d7c;
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 2px;
}

.messages_comment {
	clear:both;
	margin:5px 0;
	padding:2px;
	color:#000;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif
}

.messages_readmore {
	margin:10px;
	float:right;
}


/**************************/

#access_div {
}

#access_text1 {
	margin:10px;
	border:thin dotted blue;
}

#access_text2 {
	margin:10px;
	border:thin dotted blue;
}

#access_slide {
	border:thin dashed red;
	height:60px;
	margin:10px;
}

#access_text3 {
	margin:10px;
	border:thin dotted blue;
	float:right;
}


/***********FOOTER*************/

#footerCont {
	height:140px;
	background-color:#000;
	padding:20px 0;
	color:#CCC;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;	
	margin:20px 0 0;
}

#footerLinks {
	width:850px;
	margin:0 auto;
}

#footerCont ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#footerLinksRight {
	float:right;
	margin:0 20px 0 0;
}


#footerLinksRight li {
	margin:0px;
	padding:0px 10px;
	float:left;
	border-left:thin solid #fff;
}

#footerLinksRight li a{
	color:#fff;
}

#footerTrade {
	float:left;
	margin:0 0 0 20px;
}

#footerLinksCont {
	width:990px;
	margin:60px 40px 20px 0px;
}

#footerLinks li{
	margin:0px;
	padding:0px 10px;
	float:left;
	border-left:thin solid #fff;
}

#footerLinks li a{
	color:#fff;
	font-size:11px;
}


/**************OTHER***********/

#efLogo_row {
	width:990px;
	margin:10px auto;
}

#efLogo_cont {
	float:right;
}

p.efLogoText {
	color:#fff;
	float:left;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
}

p.efLogoText a {
	text-decoration:underline;
	color:#fff;
}

#efLogo_cont img{
	width:20px;
	height:18px;
	margin:5px 5px -5px 5px;
	float:left;
}

#clearDiv {
	clear:both;	
}

/*****
Property of Glamourpuss
Design and programming by electricFlare || 2009
*/