/**
 * @project: SolidForm Maintenance page w/ ajax contact form
 * @filename: base.css
 * @description: defines all the "base" styles
 * @author: PlasticBrain Media LLC | plasticbrain.net
 *
 */


/*****************************************************
 * General/Layout
 *****************************************************/ 
body {
	background: #fff;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitsream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-weight: normal;
	color: #777;
}

#header {
	width: 900px;
	margin: 40px auto 20px;
	background-image:url(../images/mma_logo.png);
	background-repeat:no-repeat;
	background-position:center;
	height:92px;
}

#content {
	background: #f4f5f6;
	border: 1px solid #999999;
	width: 900px;
	margin: 0 auto 0;
	text-align:center;
	padding: 0 0 50px 0;
}

/*****************************************************
 * Typography
 *****************************************************/ 

h1 {
	font-size: 24px;
	margin: 20px 0;
	letter-spacing: -1px;
	padding-left: 40px;
}

#header h1 {
	color: #fff;
	font-size: 24px;
	padding: 0;
	text-align: center;
}

h2 {
	font-size: 20px;
	margin: 10px 0 15px 0;
	border-bottom: 1px dotted #ccc;
	color: #777;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 5px 0;	
}

ul li {
	font-size: 14px;
}

p {
	font-size: 14px;
	line-height: 20px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;	
}


/*****************************************************
 * Countdown Timer
 *****************************************************/ 
#countdown_holder {
	display: block;
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	border: 1px solid #ccc;
	background: #EEEEEE;
}


/*****************************************************
 * Progress Bar
 *****************************************************/
#progressbar {
	margin: 0 auto 20px 0;
	height: 25px;
}

#progress_message {
	font-size: 12px;
}

#progress_message ul li {
	margin: 10px 0;
	font-size: 12px;
}

/*****************************************************
 * Tabs
 *****************************************************/
#tabs {
	width: 700px;
	margin: 50px auto 0;
	border: 1px solid #ccc;
	text-align: left;
}

#tabs ul {
	background: none;
	border: none;
}

#tabs ul.ui-tabs-nav {
	background: none;
	border: none;
	border-bottom: 1px solid #ccc;
}

#tabs ul li {
	border: none;
	background: none;
}

#tabs ul li.ui-tabs-selected, #tabs ul li.ui-tabs-selected.ui-state-hover {
	border: 1px solid #ccc;
	background: #F8F8F8;
}

#tabs ul li.ui-state-hover {
	background: none;
	border: none;	
}


#tabs ul li a {
	font-size: 14px;
	color: #999;
}

#tabs ul li.ui-tabs-selected a, #tabs ul li a:hover {
	color: #1C94C4;
}

.ui-tabs {
	padding-left: 0 !important;
	padding-right: 0 !important;
}



/*****************************************************
 * Forms and Form related stuff
 *****************************************************/
input.text, textarea.text {
	border: 1px solid #ccc !important;
	padding: 2px;
} 
 
ul.form {
	border: none;
}

ul.form li {
	font-size: 14px;
	border: none;
	margin: 0 0 15px 0;
}

ul#frm_newsletter {
	padding: 15px 10px 0 0;
	width: 375px;
	margin: 0 auto;
}

label.desc {
	display: block;
	font-weight: normal;
	float: left;
	width: 100px;
	padding: 5px 0 0 0;
	margin: 0 5px 0 0;
	color: #444;
	text-align: right;
}


li.buttons {
	background: #fcfcfc !important;
	display: block;
	border: 1px solid #ccc !important;
	padding: 10px;
	width: 385px;
}


span#contact_status {
	width: 220px;
	display: block;	
	float: left;
	text-align: left;
	font-size: 12px;
	padding: 7px 0 0 0;
}

span#contact_status.loading {
	padding: 5px 0 5px 20px;
}

span#contact_status.success {
	color: green;
	background: url( ../images/check.gif ) no-repeat left 50%;
	padding: 7px 0 5px 20px;
}

span#contact_status.error {
	background: url( ../images/error.gif ) no-repeat left 50%;
	color: #c00;
	padding: 7px 0 5px 20px;
}

#contact_info {
	float: right;
	width: 225px;
}

#contact_info ul {
	margin: 0 0 20px;
}


.button {
	padding: 2px 5px !important;
	font-size: 12px !important;
	cursor: pointer !important;
}
/*****************************************************
 * Twitter Tab
 *****************************************************/

#twitter_icon {
	background: url( ../images/twitter.gif ) no-repeat 50% 50%;
	display: block;
	float: left;
	width: 100px;
	height: 60px;
	padding: 0;
}

#twitter_msg {
	width: 500px;
	border:1px solid #e4e4e4;
	background: #e4e4e4;
	padding: 20px;
	margin: 0 0 0 100px;
}

.tweet_text {
	font-size: 12px;
	line-height: 19px;	
}


/*****************************************************
 * Misc Stuff
 *****************************************************/
 

.clearfix {
	display: block;
	clear:both;
}

.floatleft {
	float: left;
}

.floatright{
	float: right;
}

.loading {
	background: url( ../images/loading.gif ) no-repeat left 50%;
}

span.required {
	color: #c00;
}

span.highlight {
	padding: 0px 8px;
}

/*****************************************************
 * Messages
 *****************************************************/
.messages {
 	font-size: 14px;
 	margin: 0 0 20px;
 	display:none;
 	padding: 5px;
}

.messages p {
	margin: 3px 5px;
}

.messages.error {
	background: #FFEFEF;
	border: 1px solid #c00;
	color: #c00;
}

.messages.error p {
	background: url( ../images/error.gif ) no-repeat left 50%;
	padding: 0 0 0 20px;
}

.messages.success {
	background: #F9FFEF;
	border: 1px solid #9BBF62;
	color: green;
}

.messages.success p {
	background: url( ../images/check.gif ) no-repeat left 50%;
	padding: 0 0 0 20px;
}



/*****************************************************
 * jQuery UI Stuff
 *****************************************************/



/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

