
/* OVERALL STRUCTURE */

* {
	margin:0;
	padding:0;
	border:0;
	outline: 0;	
	position:relative;
}

.img {
	padding: 0;
	border: 0;
	margin: 0;
	vertical-align:bottom;
}

a {
	cursor: pointer;
	outline: none;
}

select, input {
	margin:0 0 0 10px;
	outline: 0;
	border-style: none;
	width:200px;
	color:#1a1a1a;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	letter-spacing:0.1em;
	padding:2px 0 2px 0;
}

input {
	padding:3px 2px 3px 2px;
}

option {
	border-style: none;
}

textarea {
	border: 3px solid #cccccc;
	margin: 0 0 10px 10px;
}


a {color:#333333; text-decoration:none; outline:none;}
a:hover { color:#cc0000; }

h1
{
	font-size: 16px;
	font-weight:bold;
}

h2
{
	font-size: 15px;
	font-weight:bold;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333333;
	background:#dddddd;
}

#container-wide {
	width:100%;
	margin:0 auto;
	background:url(http://www.bigmoeproductions.com/images/background-align-top.jpg) top center no-repeat #dddddd;
	/*background:url(http://www.bigmoeproductions.com/images/bg/bmw.jpg) top center no-repeat #FFF;*/
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top;
}

#share-bar {
	float: left;
	position: fixed;
	background-color: #FFF;
	width:70px;
	top: 130px;
	padding: 5px 0px 5px 5px;
	border: 1px solid #333333;
	/*z-index: 1;*/
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;	
}

#container-thin {
	width:1000px;	
	margin:0 auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#clear {
	clear:both;
}

#arrows {
	padding: 14px 0 0 8px;
}

/* Div Classes */

.alert
{
	background: #fff6bf;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	font-weight:bold;
	font-size: 10px;
	padding: 5px 20px 5px 45px;
	margin: 8px 0 8px 0;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

.alert-header
{
	background: #fff6bf;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	font-weight:bold;
	font-size: 10px;	
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	margin: 0 0 0 0;
}

.alert-login
{
	background: #fff6bf;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: right;
	font-weight:bold;
	font-size: 12px;
	padding: 12px 20px 12px 5px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

.error-message
{
	background: #fff6bf;
	background-position: 15px 50%; /* x-pos y-pos */
	font-weight:bold;
	font-size: 11px;
	padding: 8px 40px 8px 40px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	line-height: 1.3em;
}

.favorites-success
{
	background: #d9ffd3;
	text-align: left;
	font-weight:bold;
	font-size: 14px;
	padding: 5px 20px 5px 45px;
	margin: 8px 0 8px 0;
	border-top: 2px solid #48ff00;
	border-bottom: 2px solid #48ff00;
}

.favorites-error
{
	background: #ffbbbb;
	text-align: left;
	font-weight:bold;
	font-size: 14px;
	padding: 5px 20px 5px 45px;
	margin: 8px 0 8px 0;
	border-top: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
}

.twitter-box
{
	height: 99px;
	width: 225px;
}


.bigpad
{
	padding: 8px 8px 8px 8px;
}

.borders
{
	border-left: 1px solid #e3e2e2;
	border-right: 1px solid #e3e2e2;
}

.red { color: #ff0000; }
.green { color: #63c45b; }

/* Ajax Loader */
.ajax-loading {
	height: 150px;
	background: url(http://www.bigmoeproductions.com/images/ajax-loader.gif) no-repeat center;
	border:0px;
}


#facebook_comments
{
	text-align: center;
	padding: 12px 8px 12px 8px;
}


/* HEADER */

#header {
	width:1000px;
	height:130px;
}

#header-logo {
	position:absolute;
	top:8px;
	left:20px;
}

#header-banner {
	position:absolute;
	top:18px;
	left:155px;
}

#header-login {
	position:absolute;
	top:8px;
	left:775px;
}

#header .loggedin {
	text-align:center;
    border: 2px solid #bebebe;
	width: 205px;
    padding: 5px;
	margin:0px 0 6px 0;
	font-size: 11px;
	line-height: 1.5;
	background-color: #e6e6e6;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#header-new2 {
	position:absolute;
	top:85px;
	left:870px;
}

#header-new {
	position:absolute;
	top:79px;
	left:850px;
	text-transform:uppercase;
}

#header-new a {	color:#333333; }
#header-new a:hover { color:#CC0000; }



/* NAVIGATION */

#navigation {
	width:990px;
	height:31px;
	padding:0 0 0 10px;
	background:url(http://www.bigmoeproductions.com/images/nav/bg-repeat-x.jpg) repeat-x;
}

#change-city {
	float: right;
	padding: 10px 10px 0;
}

#change-city a {
	color: #FFF;
}


/* COLUMN STRUCTURE */

#content {
	width:1000px;
	background:url(http://www.bigmoeproductions.com/images/drop-shadow-repeat-x.jpg) top repeat-x white;
	padding:15px 0 10px 0;
	min-height: 600px;
}

#column-left {
	width:225px;
	margin:0 10px 0 10px;
	float:left;
}

#column-left-wide {
	width:745px;
	margin:0 10px 0 10px;
	float:left;
}

#column-middle {
	width:512px;
	margin:0 10px 0 0;
	float:left;
}

#column-middle-wide {
	width:745px;
	margin:0 auto 0 auto;
}

#column-right {
	width:225px;
	float:left;
}

#column-right-wide {
	width:745px;
	float:right;
	margin: 0 10px 0 0;
}

#column-all {
	margin:0 10px 0 10px;
	width: 980px;
	float:left;
}


/* BOX STRUCTURE */

#box-title {
	width:100%;
	height:31px;
	background:url(http://www.bigmoeproductions.com/images/title-bar-repeat-x.jpg) repeat-x;
}

#box-title h2 {
	width:100%;
	height:30px;
	text-indent:-9999px;
}

#box-middle {
	width:100%;
	height:25px;
	background:url(http://www.bigmoeproductions.com/images/bottom-bar-repeat-x.jpg) repeat-x;
	color:white;
}

#box-middle a { color:white; }
#box-middle a:hover { color:#cccccc; }
#box-middle-half { margin:6px 0 0 10px; width:245px; float:left; }
#box-middle-quarter { margin: 6px 0 0 10px; width:117px; float:left; }

#box-bottom {
	width:100%;
	height:25px;
	margin:0 0 12px 0;
	background:url(http://www.bigmoeproductions.com/images/bottom-bar-repeat-x.jpg) repeat-x;
	color:white;
}


#box-bottom a { color:white; }
#box-bottom a:hover { color:#cccccc; }
#box-bottom-left { margin:6px 0 0 10px; float:left; }
#box-bottom-right { margin: 6px 10px 0 0; float:right; }

#tile-light { background:#eeeeee; }
#tile-dark { background: #bebebe; }

/* EVENTS */

#event-photo {
	width:51px;
	height:75px;
	float:left;
}

#event-date {
	width:30px;
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#333333;
	float:left;
}

#event-date span {
	font-size:21px;
	line-height:0.95em;
}

#event-name { float:left; width:122px; padding:10px 0 0 0; }
#event-name p {	margin:0 0 3px 0; }

#event-venue {
	float:left;
	width: 150px;
	text-align: center;
}

#event-pics {
	float:left;
	overflow:hidden;
	height:75px;
}

#event-pics-box {
	float: left;
	padding: 4px 5px 0px 5px;
	height: 71px;
	overflow: hidden;
}

/* GUESTLIST */

#guestlist {
	background: url(http://www.bigmoeproductions.com/images/guestlist/logged-in.png) no-repeat;
	height: 336px;
	width: 234px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#guestlist_form
{
	padding: 60px 5px 0 5px;
}

#guestlist p {
	font-size:11px;
	letter-spacing:0.1em;
	padding:10px 0 3px 10px;
	color: #1a30ff;
}

#guestlist select, input {
	margin:0 0 0 10px;
	width:200px;
	color:#1a1a1a;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	letter-spacing:0.1em;
	padding:2px 0 2px 0;
}

#guestlist input {
	padding:3px 2px 3px 2px;
}

#formleft, #formright {
	float:left;
}

/* ABOUT */

#about {
	background-color: #eeeeee;	
}

#about p {
	font-size:11px;
	letter-spacing:0.1em;
	padding:10px 0 3px 10px;
}

#about select, input {
	margin:0 0 0 10px;
	width:200px;
	color:#1a1a1a;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	letter-spacing:0.1em;
	padding:2px 0 2px 0;
}

#about input {
	padding:3px 2px 3px 2px;
}

/* FOOTER */

#footer-wide {
	width:100%;
	margin:0 auto;
	background:#dddddd;
}

#footer-thin {
	width:1000px;
	height:54px;
	margin:0 auto;
	background:url(http://www.bigmoeproductions.com/images/footer-repeat-x.jpg) repeat-x;
	text-transform:uppercase;
}

#footer-left {
	margin:15px 0 0 10px;
	float:left;
}

#footer-left p {
	margin-top: 5px;
	color: #999999;
}

#footer-right {
	margin:15px 10px 0 0;
	text-align:right;
	float:right;	
}

#footer-right p {
	margin-top: 5px;
	color: #999999;
}

#footer-thin a { color:white; }
#footer-thin a:hover { color:#cc0000; }

#spacer { margin-top: 61px;}

/* STEBOK */

/* COLUMN LEFT - IDX PAGE */

#featured-event {
	text-align:center;
	border-left: 1px solid #e3e2e2;
	border-right: 1px solid #e3e2e2;
	min-height: 297px;
	vertical-align: center;
}

#more-events {
	border-right: 1px solid #e3e2e2;
}

#more-event-photo {
	width:51px;
	height:82px;
	float:left;
}

#event-box {
	width: 512px;
}

#event-box-light {
	float: left;
	width: 256px;
	background:#eeeeee;
}

#event-box-dark {
	float: left;
	width: 256px;
	background: #bebebe;
}

/* TOP-TEN */

#top-ten-number {
	width: 12px;
	margin:5px 8px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#333333;
	float:left;
}

#top-ten-number span {
	font-size:14px;
	line-height:0.95em;
}

#top-ten-name {
	float:left;
	width:190px;
	height: 45px;
	padding:4px 0 0 0;
}

#top-ten-name p { margin:0 0 2px 0;}


/* COLUMN MIDDLE - IDX PAGE */

#news-feed
{
	border-left: 1px solid #e3e2e2;
	border-right: 1px solid #e3e2e2;
}

#news-feed h3
{
	font-size:12px;
	padding: 8px 10px;
	color:#F00 !important;
}

#news-feed p {
	font-size:12px;
	color:#F00 !important;
	font-weight: bold;
	height: 60px;
	width: 460px;
	top: 18px;
	left: 10px;
}

.news-thumbnail {
	width:60px;
	height:60px;
	overflow: hidden;
	float:left;
}

.news-title { float:left; width:460px; padding:10px 0 0 0; }
.news-title p {	margin:0 0 3px 0; }

#twitter-feed p {
padding: 5px 10px;
}

/* POPULAR VENUES */

#popular-venues .venue
{
	text-align: center;
	height: 74.25px;
	overflow: hidden;
}

/* PICTURES BOX */

#picture-box
{
	float: left;
	width: 256px;
	height: 136px;
	overflow: hidden;
}




/* ADVERTISEMENT */

#advertisement {
	text-align:center;
	vertical-align: middle;
	border-left: 1px solid #e3e2e2;
	border-right: 1px solid #e3e2e2;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


/*
	dj.php
*/

#dj-snapshot
{
	float:left;
	width: 113px;
	height: 149px;
	overflow: hidden;
}

#dj-description
{
	float:left;
	width:310px;
	padding:12px 5px 0 10px;
	text-align: justify;
}

#dj-description h2
{
	padding: 2px 0 0px 0;
}

#dj-description p
{
	margin: 3px 0 3px 0;
}

#international-dj-snapshot
{
	float:left;
	width: 113px;
	height: 149px;
	overflow: hidden;
}

#international-dj-description
{
	float:left;
	width:90px;
	padding:12px 5px 0 10px;
}

#international-dj-description h2
{
	padding: 2px 0 0px 0;
}

#international-dj-description p
{
	margin: 3px 0 3px 0;
}


/* DJs PAGE - LEFT COLUMN */
#artist-name
{
	float: left;
	padding: 12px 0px 8px 10px;
}

#sets
{
	background:#eeeeee;
	padding: 5px 30px 10px;	
	font-size: 12px;		
}

#songs-list
{
	width: 100px;
}

#mixcloud
{
	width: 510px;
	text-align: center;
	border-left: 1px solid #e3e2e2;
	border-right: 1px solid #e3e2e2;
}

/* DJs PAGE - MIDDLE COLUMN */

#about-this-dj {
	background:#eeeeee;
	padding: 5px 30px 10px;
	text-align: justify;
	font-size: 12px;	
	min-height: 282px; /* 297px - top padding/bottom padding */
}

/* DJs PAGE - LEFT COLUMN (CLUB LIST) */

#club-list {
	padding: 10px 0 10px 0;
	border-left: 1px solid #e3e2e2;
	border-right: 1px solid #e3e2e2;
}



/* ABOUT/CONTACT PAGE - MIDDLE COLUMN */

#description {
	background:#eeeeee;
	padding: 5px 30px 10px;
	text-align: justify;
	font-size: 11px;
	min-height: 282px; /* 297px - top padding/bottom padding */
}

#description h2 {
	padding: 2px 0 8px 0;
}

#description p {
	padding: 10px 10px;	
}

/* API PAGE */

#api {
	background:#eeeeee;
	padding: 5px 30px 10px;
	font-size: 14px;
}

#api h1 {
	font-size: 24px;
}

#api h2 {
	padding: 2px 0 8px 0;
	font-size: 17px;
}

#api p {
	padding: 8px 10px;	
}

#api li {
	padding: 8px 10px;	
	margin-left: 40px;
}

/* PICS (SINGLE) PAGE - MIDDLE COLUMN */

#all-pics {
	background:#eeeeee;	
	border-left: 1px solid #e3e2e2;
	border-right: 1px solid #e3e2e2;	
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#all-pics-box {
	margin: 0 0 0 0;
	padding: 1px 1px 1px 1px;
	float: left;
}

#all-pics h1 {
	padding: 5px 5px 5px 10px;
}


/* CLUBS (SINGLE) PAGE - LEFT COLUMN */

#club-logo {
	background: #eeeeee;
	text-align: center;
}

#club-information
{
	background: #eeeeee;
	padding: 5px 10px;	
}

#all-pics-box {
	margin: 0 0 0 0;
	padding: 1px 1px 1px 1px;
	float: left;
}


/* PROMOTERS PAGE */

#promoter-list
{
	background: #eeeeee;
	min-height: 297px;
}

#promoter-name
{
	float: left;
	padding: 6px 0px 6px 10px;
}



/* RSVP PAGE */

#floor-plan {
	text-align: center;
	border-left: 1px solid #e3e2e2;
	border-right: 1px solid #e3e2e2;	
}


/* PROFILE PAGE */

#profile {
	background:#eeeeee;
	padding: 5px 30px 10px;
	text-align: justify;
	font-size: 12px;	
	min-height: 282px; /* 297px - top padding/bottom padding */
}

#profile p {
	padding: 4px 0 4px 0;
}

#profile span {
	width: 300px;
}



/* VIDEO */
#video
{
	text-align: center;
	padding: 10px 0 10px 0;
	border-left: 1px solid #e3e2e2;
	border-right: 1px solid #e3e2e2;	
}


/* CITY */

/* ALL PAGES - SEO TEXT */

#choose-city {
	border-left: 1px solid #e3e2e2;
	border-right: 1px solid #e3e2e2;
	padding: 5px 30px 10px;
	text-align: justify;
	font-size: 12px;    
	min-height: 500px;
	background:url(http://www.bigmoeproductions.com/images/misc/change-city.jpg) bottom repeat-x white;       
}

#choose-city h1 {
	padding: 10px 0 10px 12px;
	font-size: 15px;
}

#choose-city h2 {
	padding: 2px 0 8px 12px;
    font-size: 13px;
}

#choose-city p {
	padding: 5px 15px 20px 12px;
}



/* ALL PAGES - SEO TEXT */

#content-text {
	border-left: 1px solid #e3e2e2;
	border-right: 1px solid #e3e2e2;
	padding: 5px 30px 10px;
	text-align: justify;
	font-size: 12px;
	min-height: 282px; /* 297px - top padding/bottom padding */	
}

#content-text h1 {
	padding: 0 0 0 12px;
	font-size: 14px;
}

#content-text h2 {
	padding: 2px 0 8px 0;
}

#content-text p {
	padding: 10px 15px;	
}

/* ALL PAGES - IDX TEXT */

#content-text-idx {
	background: #eeeeee;
	border-left: 1px solid #e3e2e2;
	border-right: 1px solid #e3e2e2;
	padding: 5px 10px;
}

#content-text-idx h1 {
	text-align:center;
	padding: 3px 10px 0 0;
	font-size: 12px;
}

#content-text-idx h2 {
	padding: 2px 0 8px 0;
}

#content-text-idx p {
	padding: 2px 4px;	
}

/* POPUP BOX */

#content-popup {
	width:600px;
	height: 460px;
	padding: 0;
	margin: 0;
}

#popup-box {
	background:#eeeeee;
	padding: 10px 30px 0px;
	text-align: justify;
	font-size: 12px;
	min-height: 394px; /* 297px - top padding/bottom padding (15px) */
}

#box-bottom-popup {
	width:100%;
	height:25px;
	margin:0 0 0 0;
	background:url(http://www.bigmoeproductions.com/images/bottom-bar-repeat-x.jpg) repeat-x;
	color:white;
}


#box-bottom-popup a { color:white; }
#box-bottom-popup a:hover { color:#cccccc; }


/* AJAX */
#more-events-ajax
{
	min-height: 490px;
	background: #eeeeee;
}


/* PICTURES PAGE */

#all-pics-container
{
	background:#eeeeee;	
	width: 745px;
	border-left: 1px solid #e3e2e2;
	border-right: 1px solid #e3e2e2;	
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#all-pics-container h1 {
	padding: 5px 5px 5px 10px;
}

#all-pics-container h2 {
	padding: 5px 5px 5px 10px;
	font-size: 13px;
}

#all-pics-nav {
	width: 725px;
	height: 30px;
	margin: 10px 10px 0px 10px;
}

#all-pics-nav-left {
	margin:15px 0 0 10px;
	float:left;
}

#all-pics-nav-center {
	margin:15px 0 0 10px;
	text-align: center;
	float:left;
}

#all-pics-nav-right {
	margin:15px 10px 0 0;
	text-align:right;
	float:right;
}

#single-pic-box
{
	width: 725px;
	text-align: center;
	border: 1px solid #cccccc;
	margin: 10px 10px 10px 10px;
}


#pic-box
{
	width: 725px;
	height: 600px;
	text-align: center;	
	border: 1px solid #cccccc;
	margin: 10px 10px 10px 10px;	
	padding-top: 10px;
}

#pic-box .pic-container
{
	float:left; 
	width:140px;
	height:150px;
	text-align: center;
	margin-left: 4px;
}

#pic-box .pic
{
	padding: 4px 4px 4px 4px;
	border: 1px solid #cccccc;
}

/* SERVICES */

#service-info {
	height: 120px;
}

#service-info h1 {
	padding: 10px 0 10px 0px;
	text-align: center;
}

#service-info h2 {
	padding: 6px 0 2px 8px;
}

#service-info p {
	padding: 5px 15px 5px 8px;
	text-align: justify;
	font-size: 13px;
}

#service-info .more-info {
	text-align: right;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}


#recommended-contact
{
	background: #eeeeee;
	height: 58px;
	padding: 0px 4px 0px 10px;
}

#recommended-contact .h1
{
}


/* MISC SCRIPTS */

/*
	PAGINATION
*/

div.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000000;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000000;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #4e4e4e;
		font-weight: bold;
		background-color: #4e4e4e;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}

/***************/
 /* vlaCalendar */
/***************/

.vlaCalendarPicker {
	position: absolute;
	z-index: 999;
	
	margin-top: -5px;
	margin-left: -2px;
	text-align:left;
	display: none;
}

.vlaCalendarPicker .pickerBackground {
	background: transparent url(http://www.bigmoeproductions.com/calendar/images/calendar_background.png) no-repeat top center;
	padding: 16px;
	height: 130px;
	width: 166px;
	overflow: hidden;
}

/*Background for IE6 - code does not validate as it is a hack
*html .vlaCalendarPicker .pickerBackground {
	background-image: url(http://www.bigmoeproductions.com/calendar/images/calendar_background.gif);
}*/

/* Main calendar */

.vlaCalendar, .vlaCalendar table {
	font-family: calibri, arial !important;
	color: black;
	font-size: 12px !important;
}

.vlaCalendar {
	display: block;
	width: 164px;
}
.vlaCalendar .container, .vlaCalendar .container div {
	width: 164px;
	height: 130px;
	text-align: left;
	position: absolute;
	overflow: hidden;
}

.vlaCalendar span.indication {
	display: block;
	text-align: center;
}

.vlaCalendar table {
	margin-top: 8px;
	text-align: right;
	border-collapse: collapse;
	background-color: white; /* IE ugly text in transition fix  */
}

.vlaCalendar .picker td {
	cursor: pointer;
}

/* Label & arrows */

.vlaCalendar .label:hover {
	color: #0066cc;
	cursor: pointer;
}
.vlaCalendar .noHover:hover {
	color: black;
	cursor: default;
}

.vlaCalendar .arrowLeft, .vlaCalendar .arrowRight {
	background: transparent url(http://www.bigmoeproductions.com/calendar/images/arrowleft.gif) no-repeat center;
	height: 12px;
	width: 10px;
	cursor: pointer;
}
.vlaCalendar .arrowLeft {
	margin-left: 5px;
	float: left;
}
.vlaCalendar .arrowLeft:hover {
	background-image: url(http://www.bigmoeproductions.com/calendar/images/arrowleft_hover.gif);
}
.vlaCalendar .arrowRight {
	margin-right: 5px;
	float: right;
	background-image: url(http://www.bigmoeproductions.com/calendar/images/arrowright.gif);
}
.vlaCalendar .arrowRight:hover {
	background-image: url(http://www.bigmoeproductions.com/calendar/images/arrowright_hover.gif);
}

/* Month */

.vlaCalendar .month th {
	text-align: center;
	font-weight: normal;
	width: 24px;
	padding-bottom: 1px;
	border-bottom: 1px solid #f5f5f5;
}

.vlaCalendar .month td {
	padding-right: 3px;
	height: 15px;
}

.vlaCalendar .month tr.firstRow td {
	padding-top: 2px;
}

.vlaCalendar .month td:hover {
	background: url(http://www.bigmoeproductions.com/calendar/images/day_hover.gif) bottom no-repeat;
	color: #0066cc;
}

.vlaCalendar .month td.selected {
	background: url(http://www.bigmoeproductions.com/calendar/images/day_selected.gif) bottom no-repeat;
	color: #0066cc;
}
.vlaCalendar .month td.selected:hover {
	background-image: url(http://www.bigmoeproductions.com/calendar/images/day_selected_hover.gif);
}

.vlaCalendar .month td.outsideDay {
	color: #a8a8a8;
}
.vlaCalendar .month td.outsideDay:hover {
	color: #b1c5fc;
}

/* Year & decade */

.vlaCalendar .year {
	margin-left: 2px;
}

.vlaCalendar .year td {
	width: 40px;
	height: 35px;
	text-align: center;
	cursor: pointer;
}
.vlaCalendar .year td:hover {
	background: url(http://www.bigmoeproductions.com/calendar/images/month_hover.gif) center no-repeat;
	color: #0066cc;
}

.vlaCalendar .year td.selected {
	background: url(http://www.bigmoeproductions.com/calendar/images/month_selected.gif) center no-repeat;
}
.vlaCalendar .year td.selected:hover {
	background-image: url(http://www.bigmoeproductions.com/calendar/images/month_selected_hover.gif);
}

.vlaCalendar .year td.current {
	background: url(http://www.bigmoeproductions.com/calendar/images/month_current.gif) center no-repeat;
	color: #0066cc;
}
.vlaCalendar .year td.current:hover {
	background-image: url(http://www.bigmoeproductions.com/calendar/images/month_current_hover.gif);
}

.vlaCalendar .year td.selectedcurrent {
	background: url(http://www.bigmoeproductions.com/calendar/images/month_selectedcurrent.gif) center no-repeat;
}
.vlaCalendar .year td.selectedcurrent:hover { 
	background-image: url(http://www.bigmoeproductions.com/calendar/images/month_selectedcurrent_hover.gif);
}

.vlaCalendar .year td.outsideYear {
	color: #a8a8a8;
}
.vlaCalendar .year td.outsideYear:hover {
	color: #b1c5fc;
}

/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background: #000;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: #000;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
	-webkit-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
}

#mbCenter.mbLoading {
	background: #000 url(http://www.bigmoeproductions.com/images/BlackLoading.gif) no-repeat center;
/*	This style is applied only during animation.	*/
/*	For example, the following turns off shadows,	*/
/*	helping browser performance on slow systems.	*/
/*	To leave shadows on, just remove these lines:	*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#mbImage {
	position: relative;
	left: 0;
	top: 0;

/*	Begin styles for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}

#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}

#mbImage a:hover, #mbImage a:active {
	color: #fff;
}

/*	End inline content styles	*/

#mbBottom {
	min-height: 30px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	text-align: left;
	padding: 10px 10px 0px;
}

#mbTitle {
	display: inline;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#mbNumber {
	display: inline;
	color: #999;
	line-height: 14px;
	font-size: 10px;
	margin: auto 10px;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	margin: 0;
	outline: none;
}

#mbPrevLink {
	width: 69px;
	background: transparent url(http://www.bigmoeproductions.com/images/BlackPrevious.gif) no-repeat center;
}

#mbNextLink {
	width: 41px;
	background: transparent url(http://www.bigmoeproductions.com/images/BlackNext.gif) no-repeat center;
}

#mbCloseLink {
	z-index: 9999;
	width: 30px;
	height: 30px;
	background: transparent url(http://www.bigmoeproductions.com/images/mediabox/mediaboxClose.png) no-repeat center;
}

/*	Styles for flash version alert	*/

#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}

/* reCAPTCHA */

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
	background-color:transparent !important; //reCaptcha widget background color
}
 
#recaptcha_table {
	border-color: transparent !important; //reCaptcha widget border color
}
 
#recaptcha_response_field {
	border-color: #FF0000 !important; //Text input field border color
	background-color:#FF0000 !important; //Text input field background color
}

/* FOLLOW US */

.gallery-fade
{
	margin: 0;
	padding: 0;
	width: 225px;
}

.gallery-fade .holder {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
	height:58px;
}

.gallery-fade .holder ul {
	width: 100%;
	height: 180px;
}
.gallery-fade .holder ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
}

.gallery-fade .next, .prev {
	display: none;
}

/* VENUE PICS */

.gallery-fade-venue-pics
{
	margin: 0;
	padding: 0;
	width: 512px;
}

.gallery-fade-venue-pics .holder {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
	height:337px;
}

.gallery-fade-venue-pics .holder ul {
	background-color: #eeeeee;
	width: 100%;
	height: 337px;
}
.gallery-fade-venue-pics .holder ul li {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	display: block;
}

.gallery-fade-venue-pics .next, .prev {
	display: none;
}

/* FEATURED EVENT ROTATOR */

.event-gallery-fade
{
	margin: 0;
	padding: 0;
	width: 223px;
}

.event-gallery-fade .holder {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
	height:297px;
}

.event-gallery-fade .holder ul {
	width: 100%;
	height: 180px;
}
.event-gallery-fade .holder ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	text-align: center;
}

.event-gallery-fade .next, .prev {
	display: none;
}


#content-row
{
	float: left;
	padding-bottom: 20px;
	width:990px;
	margin: 0 auto;
}

/* REGISTRATION PAGE */

#registration {
	background:#eeeeee;
	padding: 5px 30px 10px;
	font-size: 12px;	
}

#registration p {
	padding: 4px 0 4px 0;
}

select, input {
	margin:0 0 0 10px;
	width:200px;
	color:#1a1a1a;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	letter-spacing:0.1em;
	padding:2px 0 2px 0;
}

input {
	padding:3px 2px 3px 2px;
}

textarea {
	border: 3px solid #cccccc;
	margin: 0 0 10px 10px;
}

#registration input:focus, #registration textarea:focus, #registration select:focus
{
	border: solid 2px #ff0000;
}

#registration input
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #000000;
    width: 300px;
    background-image: url('http://www.bigmoeproductions.com/images/input-gradient.gif');
    background-repeat: repeat-x;
    background-position: top;	
}

#registration input[type="checkbox"]
{
	width: inherit;
	display: inline;
}

#registration textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #000000;
    width: 575px;
	height: 300px;
}

#registration select
{
	width: inherit;
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 4px;
    border: solid 1px #000000;
}



#news-box
{
	float: left;
	background: url(http://www.bigmoeproductions.com/images/misc/news.png) no-repeat;
	width: 342px;	
	height: 420px;
	box-shadow: 5px 5px 0px #999;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
}

#featured-events-box
{
	float: left;
	background: url(http://www.bigmoeproductions.com/images/new-website/featured-events.png) no-repeat;
	width: 600px;
	height: 250px;	
	box-shadow: 5px 5px 0px #999;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
}


.eventImage {
	padding:4px;
	background-color:#FFF;
	border:1px solid #999999;
	cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
	.eventImage:hover {
		background-color:#cccccc;
	}
	
#event-info
{
	float: left;
	width: 550px;
	margin: 5px 0 0 30px;
	font-size: 18px;
}

