/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/


.error {
	color: #830505;
}

.success {
	color: #779f0c;
}


#submit-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	display: none;
}

#submit-form {
	position: relative;
	width: 600px;
	background: #ffffff;
	padding: 32px;
	margin: auto;
	z-index: 1002;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c7c7c7;
}

#submit-form input[type=submit], #submit-form input[type=reset] {
	margin-top: 24px;
}

#submit-form input[type=submit] {
	background: #a2d010;
	border: 1px solid #779f0c;
	color: #ffffff;
}

#submit-form input[type=text] {
	margin: 0 12px;
}

#submit-post {
	margin-top: 24px;
}

#ba_header{
	height:90px;
	background:#fff;	
	}
#ba_nav{
	background:#fff url(images/nav-bg.gif) repeat-x;
	height:48px;
	margin:0 0 20px 0;
	}	
.ba_wrap{
	width:980px;
	margin:0 auto;
	}
#ba_headerLeft{width:680px; float:left; display:inline; padding:24px 0 0 0;}

#ba_headerLeft h1{widdth:446px; height:25px; overflow:hidden;}

#ba_headerLeft h1 a{widdth:446px; height:25px; display:block; background:url(images/logo.jpg) no-repeat; text-indent:-9999px;}

#ba_headerLeft h2{color:#444444; font-style:italic; font-weight:normal; font-size:14px; text-align:left; line-height:40px; display:inline; float:left;}

#ba_headerLeft a#ba_twitter_link{display:inline; float:left; line-height:40px; margin:0 0 0 63px; padding:0 0 0 20px; background:url(images/ba-twitter-icon.gif) no-repeat 0 12px; color:#777777; }

#ba_headerLeft a#ba_twitter_link:hover{ text-decoration:underline;}

#ba_headerRight{width:300px; float:left; display:inline; padding:24px 0 0 0;}