/*
Theme Name: Platinum of Birmingham
Theme URI: http://rushagency.net
Version: 1.0
Author: Obinna & Orlando
Author URI: http://rushagency.net/


*/@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	color: #DDD;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #141414;
}
/*
	@font-face {
	  font-family: "Century Gothic";
	  src: url(fonts/gothic.eot);
	  src: local("Century Gothic"), url(fonts/gothic.ttf) format("truetype");
	}
	@font-face {
	  font-family: "Century Gothic Bold";
	  src: url(fonts/gothicb.eot);
	  src: local("Century Gothic Bold"), url(fonts/gothicb.ttf) format("truetype");
	}
*/
	h1, h2, h3, h4, h5, h6{
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
	}
		.subhead{
			background: #000;
			padding: 5px;
			color: #aaa;
			text-align: right;
		}
	.clear{
		clear: both;
	}
	a{
		color: #FFF;
		text-decoration:none;
	}
		a img{
			border: 0;
		}
	a:hover{
		text-decoration: underline;
	}
#container{
	background: #0e0e0e url(images/pattern.jpg) repeat-x;
	background-attachment: fixed;
	height: 101%;
}
	#joinform, #shareform{
		background: #141414;
		display: none;
		border-bottom: 1px solid #555;
	}
		.top-panel{
			height: 280px;
			background: url(images/logo.png) no-repeat left top;
			width: 920px;
			margin: 0 auto;
			display: block;
		}
			.connectmodule{
				float: right;
				width: 290px;
				height: 260px;
				margin: 10px 20px 20px 0;
				padding: 0 0 0 20px;
				border-left: 1px solid #444;
				display: inline;
			}
				.left{
					float:left!important;
					margin-left: 250px!important;
					width: 430px!important;
				}
				a.connect{
					display:block;
					height:30px;
					width:140px;
					margin-bottom:10px;
				}
					.twitter{
						background:url(images/twitter.jpg);
						float: left;
					}
					.facebook{
						background:url(images/facebook.jpg);
						float: right;
					}
					.myspace{
						background:url(images/myspace.jpg);
						float: left;
					}
					.youtube{
						background:url(images/youtube.jpg);
						float: right;
					}
						
				.connectmodule h2{
					margin-top: 0;
					border-bottom: 1px solid #444;
					font-size: 15px;
					background: url(images/hbullet.png) left 4px no-repeat;
					padding: 0 0 5px 20px;
				}
				.connectmodule p{
					margin-top: 10px;					
				}
				.connectmodule label{
					color: #FFF;
					margin-bottom: 5px;
				}
				.input-text-wrap input{
					background: #2A2A2A;
					border: 1px solid #444;
					margin: 10px 0;
					width: 100%;
					color: #FFF;
				}
				.submit{
					border: 1px solid #444;
					background: #0F0F0F url(images/more.jpg) left center repeat-x;;
					color: #FFF;
					font-size: 12px;
					font-weight: bold;
					padding: 4px 15px;
				}
#wrap{
	width: 920px;
	background: #212121;
	margin: 0 auto;
	border: 1px solid #555;
	border-top: 0;
	height: 101%;
}
#header{
	padding: 10px;
	background: url(images/platinum.png) left center no-repeat #3c3c3c;
	height: 25px;
}
	a#platinum{
		float: left;
		display: block;
		height: 25px;
		width: 270px;
		background: none;
	}
	#connect{
		float: right;
		width: 185px;
		height: 25px;
		background-image: url(images/connect.jpg)
	}
		#connect a{
			height: 25px;
			display: block;
			float: left;
			background-image: url(images/connect.jpg);
		}
		#connect a#join{
			width: 90px;
			background-position: 0 0;
		}
		#connect a#join:hover{
			background-position: 0 -25px;
		}
		#connect a#share{
			width: 95px;
			background-position: -90px 0;
		}
		#connect a#share:hover{
			background-position: -90px -25px;
		}
#slider{
	margin: 0 auto;
	height: 300px;
	width: 910px;
	background: #222;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #AAA;
	border-top: 1px solid #AAA;
}
	#slider div {
		display: block;
		border: 0;
		position:absolute;
		height: 300px;
		width: 910px;
		display: block;
		bottom: 300px;
		z-index: 1;
	}
	#slider div img{
		border: 0;
	}
	#slider div.previous {
	}
	#slider div.current {
		bottom: 0px;
	}
#menu{
	margin: 5px 0 0;
	height: 30px;
	background: url(images/menu.jpg) #191919;
	border-bottom: 1px solid #555;
}
	#menu a{
		display: block;
		float: left;
		height: 30px;
		text-indent: -9999px;
		background-image: url(images/menu.jpg);
	}
		a.home{
			width: 110px;
		}
		a.home:hover{
			background-position: -0 -30px;
		}
		a.about{
			width: 135px;
			background-position: -110px 0;
		}
		a.about:hover{
			background-position: -110px -30px;
		}
		a.events{
			width: 110px;
			background-position: -245px 0;
		}
		a.events:hover{
			background-position: -245px -30px;
		}
		a.win{
			width: 175px;
			background-position: -355px 0;
		}
		a.win:hover{
			background-position: -355px -30px;
		}
		a.gallery{
			width: 110px;
			background-position: -530px 0;
		}
		a.gallery:hover{
			background-position: -530px -30px;
		}
		a.reservations{
			width: 155px;
			background-position: -640px 0;
		}
		a.reservations:hover{
			background-position: -640px -30px;
		}
		a.contact{
			width: 125px;
			background-position: -795px 0;
		}
		a.contact:hover{
			background-position: -795px -30px;
		}
#main{
	margin: 5px;
	padding: 5px 5px 0;
	background: #303030;
}
	.module{
		padding: 10px;
		background: #1E1E1E;
		margin-bottom: 5px;
		border: 1px solid #555;
	}
		.module h2{
			color: #FFF;
			margin: 0 0 10px;
			text-transform: uppercase;
			padding: 0 0 10px 20px;
			font-size: 24px;
			border-bottom: 1px solid #555;
			background: url(images/hbullet.png) left 8px no-repeat;
		}
		.module h3{
			color: #FFF;
			margin: 0 0 10px;
			text-transform: uppercase;
			padding: 0 0 10px 20px;
			font-size: 20px;
			border-bottom: 1px solid #555;
			background: url(images/hbullet.png) left 6px no-repeat;
		}
		.module img{
			border: 1px solid #555;
		}
		.modulefooter{
			padding: 5px;
			border: 1px solid #393939;
			background: #0F0F0F url(images/more.jpg) left center repeat-x;;
			margin-top: 10px;
		}
		a.readmore{
			background: #0F0F0F url(images/more.jpg) left center repeat-x;;
			border:1px solid #333;
			color:#FFFFFF;
			font-size:12px;
			padding:5px 20px;
			display: block;
			margin-top: 10px;
		}a.readmore:hover{
			border:1px solid #888;
			text-decoration:none;
		}
		.alignleft{
			float: left;
			margin: 0 10px 10px 0;
			border: 1px solid #555;
		}
		.alignright{
			float: right;
			margin: 0 0x 10px 10px;
			border: 1px solid #555;
		}
#content{
	float: left;
	width: 645px;
}
	.mainevents{
		float: left;
		display: inline;
		width: 201px;
		margin-right: 10px;
		text-align: center;
	}
		.events-page{
			padding: 10px;
			background: #141414;
			margin-bottom: 10px;
			width: 179px!important;
			border: 1px solid #333;
			font-size: 12px;
		}
		.last{
			margin-right: 0!important;
		}
		.mainevents h5{
			margin-top: 5px;
			margin-bottom: 0px;
			font-size: 16px;
		}
		.mainevents h4{
			color: #FFF;
			margin: 0;
			text-transform: uppercase;
			padding: 0;
			font-size: 16px;
		}
			
#sidebar{
	float: right;
	width: 250px;
}
	#sidebar ul, .category ul{
		list-style:none outside none;
		margin-left:0;
		padding-left:1em;
	}
	#sidebar li, .category li{
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom: 1px solid #383838;
	}
#footer{
	padding: 0 5px;
}
	.mod-footer{
		float: left;
		margin: 0 5px 5px 0;
		width: 298px;
		height: 100px;
		border: 1px solid #3c3c3c;
		background: #191919;
		display: block;
	}
	.last-mod-footer{
		margin-right: 0;
	}
	.footer1{
		background: url(images/footer1.jpg);
	}
	.footer2{
		background: url(images/footer2.jpg);
	}
	.footer3{
		background: url(images/footer3.jpg);
	}

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform {
	margin:10px auto 0 auto;
	width: 450px;
}

.cform fieldset	{
	margin-top:10px;
	padding:10px 0 10px 0;
	border:1px solid #adadad;
	border-left-color:#ececec;
	border-top-color:#ececec;
	background:#f7f7f7;
}

.cform .cf_hidden {
	display:none;
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend {
	margin-left:10px;
	padding: 0 2px;
	font:normal 20px Times;
	color:#666666;
}

ol.cf-ol {
	margin:0!important;
	padding:0!important;
}
ol.cf-ol li	{
	background:none!important;
	margin:0 10px!important; /*some themes may interfere otherwise*/
	padding:0;
	list-style:none!important;
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	letter-spacing:2px;
	margin:6px 0pt !important;
	padding:3px 0;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	margin:0px 10px 0 0;
	text-align:left;
	font-size: 13px;
	display:block;
	color:#BBB;
	padding:2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

label.cf-before {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 5px 0 0;
}

label.cf-before span{
	width:200px;
	display:block;
}

label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 0 0 4px;
	width:115px;
	text-align:left;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 6px 0 4px;
	width:105px;
	text-align:left;
}
label.cf-group-after span {
	width:105px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select {
	margin:0 0 8px 0;
	padding:3px;
	background: #333;
	border:1px solid #555;
	vertical-align:top;
	color: #999;

}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#555;
	color: #BBB;
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{
	background:#FFF;
	color: #000;
}

.cform textarea,
.cform input {
	width:415px;
}
.cform select {
	width:421px; /* attempt to have equal length */
}

.cform select.cfselectmulti	{
	height:6.5em;
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	height: 6em;
	overflow:auto;
}

.cform input.cf_date {
	width:395px;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	letter-spacing:2px;
	margin:12px 0pt 4px 10px!important;
	font-size:10px;
	color:#888888;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{
	margin:3px 0 0 0;
	width:16px;
	height:22px;
	border:none!important;
	background:none!important;
}


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 12px 0;
}


/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt {
	display:block; /*for mozilla*/
	width:421px;
	font-size:9px;
	vertical-align:top;
	color:#888888;
	text-align:right;
	margin:0;
	height:13px;
	line-height:13px;
}

.cform textarea.fldemail,
.cform textarea.fldrequired,
.cform input.fldemail,
.cform input.fldrequired {
	margin:0;
}
/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	margin: 0;
	text-align:left;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{
	width:150px;
	padding:4px;
	margin: 5px 0 4px 10px;
	font-size:10px;
	background:url(images/more.jpg) left center #141414 repeat-x;
	border: 1px solid #555;
	color: #fff;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
}

ol.cf-ol li ul.cf_li_text_err {
	padding:0 0 0 10px;
	margin:0;
	color:#333;
	display:inline-block;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
}

label.secq{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	width:auto;
	padding:2px 4px 2px 2px;
}
label.secq span {
	display:block!important;
	width:auto;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:196px;
	padding: 4px 4px;
	margin: 0 0 8px 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 8px 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 10px 3px;
	width:21px;
	height:21px;
	border:none!important;
}

img.imgcalendar {
	border:none!important;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:390px;
	line-height:1.3em;
	margin:10px auto;
	background: #141414;
	border: 1px solid #555;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	color:#FFF;
	display:block;
}
div.failure {
	display:block;
	color: #AD2929;
}
div.waiting {
	color:#AAAAAA;
	display:block;
}

/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error {
	color:#ad2929;
	border:1px solid #ad2929;
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}


/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform legend {
	position:absolute;
	top: -10px;
	left: 10px;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px;
}
* html ol.cf-ol 	{
	display:inline-block; /*for IE6!!*/
}
* html img.captcha	{
	margin-bottom:9px!important;
}
*+html img.captcha	{
	margin-bottom:9px!important;
}
	
