/*
File:			custom.css
Description:	Custom styles for The Foundation Alliance
*/

body {
	background-color:#2d0000; 
	background-image:url(images/background.png);
	background-repeat:repeat-x; 
	margin:0px;
	padding-bottom:20px;
	text-align:center;
}

#container {
	width:900px;
	text-align:left;
	background-image:url(images/content-background.png);
	background-repeat:repeat-y;
	margin:0 auto;
}

#content_box{
	background-image:none;
}

.post_box{
	margin:0px;
}

#page{
	width:900px;
	text-align:left;
	background-image:url(images/content-background.png);
	background-repeat:repeat-y;
	margin:0 auto;	
}

.page {
	padding-top:2.2em;
}

#page_title{
	
	width:570px;
	height:20px;
	background-image:url(images/special-event.png);
	
}

#header{
	width:900px;
	height:157px;
	background-color:#2d0000; 
	background-image:url(http://www.thefoundationalliance.com/wp-content/themes/thesis-15/custom/images/header.png);
	background-repeat:no-repeat;
	padding:0px;
	border:none;
	clear:both;	
}

#header #top_nav{
	height:50px;
	left:200px;
	position:absolute;
	top:50px;
	width:600px;
	cursor:pointer;
}

#content{
	width:570px;
	margin-right:10px;
	padding:0px 30px 30px 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	background-color:#ffffff;
	background-image:url(images/content-right-background.png);
	background-repeat:no-repeat;
	position:relative;
}

#comments{
	display:none;
}

a {
	/*color:#2d0000;*/
	color: #0000ff ;
}

.format_text a{
	/*color:#2d0000;*/
	text-decoration:none;
}

.format_text a:hover{
	/*color:#2d0000;*/
	text-decoration:underline;
}

#sidebars{
	width:205px;
	margin-left:10px;
	padding:20px 20px 30px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
	background-color:#ffffff;
	background-image:url(images/content-left-background.png);
	background-repeat:no-repeat;
	position:relative;
	float:left;
	line-height:10px;
}


#footer{
	width:900px;
	height:31px;
	padding:16px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#D6976E;
	text-align:center;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	clear:both;
	border:none;
}

#footer a:hover{
	text-decoration:underline;
	color:#D6976E;
}

.content-top {
	width:900px;
	height:10px;
	background-image:url(images/content-top-background.png);
	background-repeat:repeat-x;
	position:relative;
}


.error{
	font-weight:bold;
	/*color:#880000;*/
	text-align:justify;
	color: #FF0000;
 	padding-right:6px;
	margin:0;
}

/* FORM STYLES */

#login_form{
	font-family:Arial, Helvetica, sans-serif!important;
}

#login_form span{
	padding-top:15px;
}

#login_form #username{
	width:125px; 
	margin-bottom:7px; 
	font-size:11px; 
	display:block;
	padding:1px 2px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:normal;
	margin-top:5px;

}

#login_form #password{
	width:125px; 
	margin-bottom:3px; 
	font-size:11px; 
	display:block;
	padding:1px 2px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
	
}

#login_form #submitbtn{
	display: block; 
	margin-bottom: 3px;
	border:none;
}

#logged_in{
	text-align:center;
}

.logged_in_header{
	padding-bottom:10px;
}

#logged_in img{
	padding-bottom:5px;
}

#logged_in #logout_link{
	font-size:140%;
	line-height:40px;
}

#remember_info{
	padding-bottom:5px;
}

#remember_info input{
	background-color:#FFFFFF;
}

.headline_area{
	margin-top:16px;
}

.headline_area h2{
	display: none;
	
}

.headline_area h1{
	display: none;
}
/* ISSUES PAGE */

.issues_detail{
	font-size:90%;	
	border-bottom:thin dotted #CCCCCC;
	margin-bottom:20px;
	margin-top:-10px;
	padding-bottom:30px;
}

.issues_date{
	clear: both;
	margin-top:30px;
	font-size: 90%;
	font-weight:bold;
}

.issues_link{
	margin-bottom:3px;
}

.issues_link a{
	color:#0000ff;
	text-decoration:underline;
}

.issues_text{
	font-size:90%;
	margin-left:53px;
}

.issues_icon{
	float:left;
	margin-top:9px;
	padding-right:2px;
	width:50px;

}

#forgot_password #submit_btn{
	width:175px;
	height:27px;
	margin-left:20px;
}

#forgot_password #submit_btn:hover{
	cursor:pointer;
	border: 1px solid #2d0000;
}

#forgot_password{
	width:700px;
	margin-bottom:30px;
}

#sms_form{
	width:700px;
	margin-bottom:30px;
}

#sms_form #submit_btn{
	width:175px;
	height:27px;
	margin-left:20px;
}

#sms_form #submit_btn:hover{
	cursor:pointer;
	border: 1px solid #2d0000;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
}

li.widget p {
	margin-bottom:-5px;
}

li.widget .textwidget p{
	margin-bottom:0px;	
}

li.widget #squawk_box{
	margin-top:15px;	
	margin-bottom:3px;
}