@charset "utf-8";

/*	-------------------------------------------------------------
	BrainNews Daily // www.brainnewsdaily.com
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:	default.css
	Version:	1.0
	Date:		06/08/2009
	-------------------------------------------------------------	*/

/*	== RESET ============================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {outline: 0;}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/*	== END OF RESET ======================= */

/*	== BASIC ============================== */

body {
	background:#F3F3EB url(../images/bg_master.jpg) repeat-x 0 0;
	height:100%; 
	color:#fff;
	font-family: Arial, Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:10pt;
}

#master_wrap {background: url(../images/bg_footer.jpg) repeat-x left bottom;}

#wrap {margin:0 auto;width:1024px;}

#header {
	background: url(../images/bg_header.jpg) no-repeat 0 0;
	margin:0 auto;
	height:109px;
	width:1024px;
}

#content {background:#fff url(../images/bg_content.jpg) repeat-y; float:left;}

#footer {
	background: url(../images/footer.jpg) no-repeat 0 0;
	clear:both;
	height:115px;
	margin:0 auto;
	width:1024px;
}

/*	== END OF BASIC ======================= */

/*	== HEADER ==================================== */

#header_left {
	float:left;
	height:109px;
	width:490px;
}

#header_right {
	float:right;
	height:109px;
	width:534px;
}

#logo {
	background:url(../images/logo.jpg) no-repeat 0 0;
	display:block;
	float:left;
	height:109px;
	text-indent:-9999px;
	width:418px;
}

#top_banner {
	float:left;
	margin: 27px 0 0 0;
	width:468px;
	height:60px;
}

/*	== END OF HEADER ============================= */

/*	== CONTENT =================================== */
/*	== LEFT COLUMN =============================== */

#left_column {
	clear:both;
	float:left;
	line-height:1.4;
	width:227px;
}

#date {
	background:url(../images/left_column/bg_clock.jpg) no-repeat 0 0;
	font-size:12px;
	height:20px;
	padding:5px 0 0 27px;
	text-align:center;
	width:200px;
}

#recent_press {
	background:url(../images/left_column/recent_press_headline.jpg) no-repeat 0 0;
	float:left;
	height:75px;
	text-indent:-9999px;
	width:227px;
}

#recent_press_content {
	float:left;
	padding-left:27px;
	width:200px;
}

#recent_press_content ul {color:#5A5E68;}

#recent_press_content ul li {
	background: url(../images/left_column/icon_paper.gif) no-repeat 0 0;
	color:#5A5E68;
	padding:14px 20px 0 0;
}

#recent_press_content ul li p.headline {padding-left:23px;}
#recent_press_content ul li p.headline a {color:#be070b;}
#recent_press_content ul li p.headline a.current {color:#5a5e68; text-decoration:none;}

#recent_press_content ul li p.timestamp {
	padding-left:28px;
	color:#8f8f90;
	font-size:8pt;
	margin-top:4px;
}

#recent_press_content div.hr {border-bottom:1px dashed #dfe0e2; margin:10px 0 0 0;}
#recent_press_content div.hr hr {display:none;}

/*	== END OF LEFT COLUMN ========================== */

/*	== MIDDLE COLUMN =============================== */

#middle_column {
	background:#fff;
	color:#030303;
	float:left;
	padding: 12px 15px;
	width:540px;
}

#article_information {
	border-bottom:1px solid #D9D9D9;
	height:25px;
	position:relative;
}
#article_information p {
	background:transparent url(../images/articles/top_arrow.gif) no-repeat left bottom;
	color:#8F8F90;
	font-size:11px;
	padding:7px 0 0 25px;
}

#article_information span {
	position:absolute;
	top:0;
	right:0;
}

#article {float:left; padding:0 10px;}

#article p {line-height:1.5;}

#article p a {
	font-weight:bold;
	color:#be070b;
	text-decoration:none;
}

#article p.footnotes {font-style:italic;margin: 20px 0;}

#article p img {float:left;margin:10px 10px 10px 0;}

#article h1 {
	color:#40444E;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:26px;
	margin:20px 0 14px;
	width:430px;
}

#article h2 {
	color:#6b6c6f;
	font-weight:bold;
	margin-bottom:40px;
}

#article h3 {
	color:#40444e;
	font-weight:bold;
	font-size:14px;
	margin:25px 0 20px;
}

/*	== END OF MIDDLE COLUMN ========================= */

/*	== RIGHT COLUMN ================================ */

#right_column {
	float:right;
	vertical-align:top;
	width:227px;
}

#time {
	background:url(../images/right_column/bg_time_weather.jpg) no-repeat 0 0;
	height:20px;
	font-size:12px;
	padding:5px 0 0 12px;
	width:215px;
}

#time p {
	background:transparent url(../images/right_column/clock.gif) no-repeat left center; 
	padding-left:13px;
	float:left;
	width:115px;
}

#time #weather {
	background:transparent url(../images/right_column/weather.gif) no-repeat left center; 
	float:left;
	padding-left:19px;
	width:40px;
}

#take_action {
	background:url(../images/right_column/take_action_headline.jpg) no-repeat 0 0;
	float:left;
	height:75px;
	text-indent:-9999px;
	width:227px;
}

#take_action_content {
	float:left;
	width:227px;
}

#take_action_content ul {margin:14px 0 0 18px;}

#take_action_content ul li {
	background: url(../images/right_column/arrow.gif) no-repeat 0 0;
	height:25px;
	padding-left:25px;
}

#take_action_content ul li a {
	color:#486CC0;
	font-weight:bold;
	line-height:1.4;
	text-decoration:underline;
	text-transform:uppercase;
}

#side_banner {
	margin:30px 0 10px 20px;
}

/*	== END OF RIGHT COLUMN ======================= */
/*	== END OF CONTENT ============================ */

/*	== FOOTER ==================================== */

#footer p {
	color:#879098;
	text-align:center;
	padding-top:85px;
	font-size:11px;
}

#footer p a {color:#d7ee7f;text-decoration:none;}

/*	== END OF FOOTER ============================= */

span a{color:red; margin:0 0 0 10px;}