.custom .format_text {
	line-height: 1.6em;
}

.custom .format_text p { 
	margin-bottom: 0.571em; 
}

.custom .headline_area h1, .headline_area h2 { 
	font-size:25px;
        font-weight: bold;
        letter-spacing: -0,04em;
        line-height: 1.2em;
}

.custom #header #logo {
	font-size: 18px;
}

.custom #header {
	margin-top: -3em;
}

.custom #tagline {
	border-bottom: 1px solid #CCCCCC;
}

.custom .post_box {
	padding-top: 1em;
        border-bottom: 1px solid #CCCCCC;
        padding-bottom: 35px;
}

.custom .menu {
	display: none;
}

.custom #sidebars {
	display: none;
}

.custom #footer {
	font-size: 12px;
        padding-top: 5px;
        text-decoration: none;  
}

#disqus_thread {
	margin-top: 35px;
        margin-left: 10px;
	width: 600px;
}

.custom .dsq-brlink {
        display: none;
}
/*---------------------------------*/
/* 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: 210px;
	/* space between widgets */
	padding-right: 10px;
	/* 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 #ffdf00;
	/* 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; }

