/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/
.AWD_comments {

width:100%;
text-align:center;
}
.ctleft {
float: left;
width: 320px;
margin-right:0;
}
.ctright {
width: 320px;
margin-left:0;
float:right;
margin-top:10px;
}
.ctintro {

width: 100%;
clear:both;
padding-top: 60px;
}
.sidebar_p {
	padding-left:28px;
	padding-right: 28px;
	text-align: center;
}
.custom .thepledge {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
	width:485px;
	float: left;
}
.custom .widget h3, .custom .widget .books {
	text-align: center;
}
.custom .books {
	margin: 20px;
}
.custom .wp-caption {
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
.custom .format_text li {
	margin-bottom: 20px;
}
.custom .poll {
	width: 50%;
}
.custom .wp-polls .Buttons {
	background-color: #040074;
	border-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;

}
.custom .cttable {
	width: 100%;
}
.custom .newsletter-widget {
	margin-top: 40px;
	margin-left: 23px;
	margin-bottom: 90px;
	width: 200px;
	height: 250px;
	background-image: url("http://www.spendonamerica.org/wp-content/uploads/2011/10/made-in-the-usa-newsletter.gif");
}
.custom .newsletter-widget input[type="submit"] { 
	background-color: #FF0000;
	color: #FFF;
	font-weight: bold;
	border-color: #040074;
 }
.custom .newsletter-widget p { 
	font-size: 8pt;
 }
.custom .newsletter-widget form {
	padding-top: 75px;
	text-align: center;
}
.custom .loud {
	font-size:18pt;
	color:#0000FF;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
}
.custom .loudb {
	font-size:19pt;
	color:#000000;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 25px;
}
.custom .format_text {
	margin-left: 25px;
}

.custom .headline_area {
	display: none;
}
.custom .post .headline_area {
	display: inline;
}
.custom .post .entry-title {
	margin-bottom: 20px;
}
.custom .post .headline_meta {
	margin-bottom: 40px;
	margin-left: 15px;
}
.custom .emph {
	font-size:12pt;
	font-weight: bold;
}
.custom .menu {
	background-color: #040073;
	font-weight: bold;
}
.custom .menu .tab a, .custom .menu .cat-item a {
	width: 155px;
}
.custom #header {
	background-color: #040074;
	border: 0;
}


/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #EEEEEE;
	/* widget padding */
	padding: 16px;
	/* margin at bottom of widgets */
	margin-bottom: 25px;
	/* do not change this! */
	overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 250px;
	/* space between widgets */
	padding-right: 20px;
	/* text color */
	color: #2361A1;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 1em;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: uppercase;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #000000;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 3px solid #ff0000;
	/* distance between border and widget text */
	margin-bottom: 5px;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }



/* footer font styles */
.custom #footer a {
	font-size: 1.1em;
	border-bottom: none;
	/* default Thesis link color */
	color: #2361A1;
}
.custom #footer a:visited {
	text-decoration: none;
	/* default Thesis link color */
	color: #2361A1;
}
.custom #footer a:link {
	text-decoration: none;
	/* default Thesis link color */
	color: #2361A1;
}
.custom #footer a:hover {
	text-decoration: underline;
	/* default Thesis link color */
	color: #2361A1;
}






