/*all to remove lines on page*/
.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list, .custom #sidebars, .custom #content_box, .custom #page {
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;}

#header { padding-top: 0em; padding-left: 0em; padding-right: 0em; padding-bottom: 0em;  }

body.custom { background: #000000; }
	
	.custom #container { margin-top: 0em; margin-bottom: 0em; padding: 0.3em;  }

		.custom #content_box { background: #fff;}

.custom .sidebar h3 {text-transform:lowercase; text-align: center; font-weight: bold; border:2px solid #878078; }

.prev_next a {font-size: 14px;}

.custom .sidebar h3{
text-transform: capitalize;
font-variant: normal;
}

/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #A3A3A3; font-size: 1em;
	/* widget padding */
	padding-top: 0px; padding-left: 12px; padding-right: 12px;
	/* margin at bottom of widgets */
	margin-bottom: 16px;
	/* do not change this! */
	overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 220px;
	/* space between widgets */
	padding-right: 6px;
	/* 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: 2em; text-align:center; background: #ccc;

	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: capitalize;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #000000;
	/* padding under header text */
	padding-bottom: 0px;
	/* border under header text */
	border-bottom: 3px solid #2e2e28; border-top: 1px solid #000; border-left: 1px solid #000;border-right: 1px solid #000;
	/* 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.2em;
	border-bottom: none;
	/* default Thesis link color */
	color: #000;
}
.custom #footer a:visited {
	text-decoration: none;
	/* default Thesis link color */
	color: #4e4f40;
}
.custom #footer a:link {
	text-decoration: none;
	/* default Thesis link color */
	color: #000;
}
.custom #footer a:hover {
	text-decoration: underline;
	/* default Thesis link color */
	color: #9b0d43;
}
