* { margin: 0; outline: 0; }
ul, ol { padding:  0; }
a, img { border: 0; }
div.clear { clear: both; line-height: 0; height: 0; font-size: 0; border: 0; padding: 0; margin: 0; }

body {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px; line-height: 20px;
	color: #000; background: #fff;
	text-align: center;
}

/* force scrollbar */
html { overflow-y: scroll; }

p, h6 { margin: 0 0 10px 0; }

a {	text-decoration: none; color: #000; }
img { display: block; }

#container { width: 930px; text-align: left; margin: 0 auto; position: relative; }

#header { 
	height: 210px; width: 930px; 
	background: url(./img/header.gif) 0 0 no-repeat;
	margin: 0; 
}

h1 { width: 450px; height: 180px; margin: 0 auto; background: url(./img/daily.gif) 0 40px no-repeat; }
h1 a { width: 450px; height: 180px; display: block; text-indent: -9999em; }

#lfw {
	position: absolute;
	left: 0; top: 40px;
	width: 210px; height: 130px;
	float: left;
	background: url(./img/lfw.gif) 0 0 no-repeat;
}
#lfw a { width: 210px; height: 130px; display: block; text-indent: -9999em; }

#reporting {
	position: absolute;
	right: 0; top: 40px;
	width: 290px; 
	height: 130px; padding-top: 40px;

	font-size: 15px; line-height: 17px;
	font-family: Arial, sans-serif;
	font-weight: bold; 
	text-transform: uppercase;
	
	text-align: center;
}

#reporting span { font-weight: normal; }



#menu { 
	position: absolute; top: 180px;
	width: 930px; height: 30px; line-height: 30px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #000; 
}
 
#menu ul { display: inline-block; list-style: none; margin: 0 auto; }
#menu li { float: left; margin: 0 7px; }
#menu a {
	font-size: 13px;
	font-family: Arial, sans-serif;
	font-weight: bold; 
	text-transform: uppercase;
}

#menu a:hover,
#menu a.active { color: #F0F; }
a#rss { 
	margin: 7px 0;
	display: block; height: 14px; width: 14px;
	background: url(./img/rss.gif) 0 0 no-repeat;
	position: absolute; right: 0; top: 0;
	text-indent: -999em;
}

#content { 
	margin: 10px 0;	
	background: url(./img/dots3.gif) 625px 0 repeat-y;
}

#main_column { 
	width: 610px; float: left; padding-right: 30px;
	margin-bottom: 10px;
}
#side_column { width: 290px; float: left; }



div.post { 
	margin: 0 0 25px 0; 
}

div.post div.head { 
	position: relative;
	border-top: 2px solid black; 
	border-bottom: 1px solid #e5e5e5; 
	margin-bottom: 10px;
	width: 610px;
}

div.first div.head {
	border-top: none;
	margin-top: -5px;
}

div.post h2 {
	padding-top: 17px;
	font-size: 32px; line-height: 35px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

#main_column h2 {
	letter-spacing: 0;
	letter-spacing: -0.5px;
}

div.post h2 a { 
	text-decoration: none; 
	color: #000; 
}
div.post p.category,
div.post p.date {
	position: absolute; 
	left: 0; top: 2px;
	font-family: Arial, sans-serif;
	font-size: 11px; line-height: 15px;
	text-transform: uppercase;
}
div.post p.date { right: 0; text-align: right; }

div.post p.category a:hover,
div.post p.date a:hover { color: #f0f; }

h6,
p.credits,
p.meta {
	font-family: Arial, sans-serif;
	font-size: 11px; line-height: 15px;
	text-transform: uppercase;
	font-weight: normal;
}

#side_column p.meta a { text-decoration: none; }

div.post div.body a { text-decoration: underline; }
div.post div.body a:hover { color: #f0f; }


div.post div.body p { max-width: 530px; }
div.post img {	margin: 0 0 10px 0; }
/*
div.post div.body img { float: left; margin: 0 30px 15px 0; }
*/


#side_column div.post div.head {
	border: 0;
	padding: 0;
	margin: 0;
	width: 290px;
}

#side_column div.post div.head h2 {
	font-size: 13px; 
	height: 38px; line-height: 40px;
	font-family: Arial, sans-serif;
	font-weight: bold; 
	text-transform: uppercase;
	text-align: center;
	padding: 0; margin: 0 0 10px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

#side_column div.post div.body {
	font-size: 12px; line-height: 15px;
	margin: 0;
}

#side_column div.post div.body p { margin: 0 0 5px 0; }
/*#side_column div.post div.body img { margin: 0 0 10px 0; }*/

div.quarter, div.half {
	width: 210px;
	padding-left: 30px; padding-bottom: 15px;
	background: url(./img/dots3.gif) 15px 0 repeat-y;
	float: left;
}

div.half {
	width: 450px;
}

div.eight {
	width: 90px; height: 70px; line-height: 70px;
	padding-left: 30px;
	background: url(./img/dots3.gif) 15px 0 repeat-y;
	float: left;
}

div.eight p {
	font-family: Arial, sans-serif;
	font-size: 11px; line-height: 13px;
}

div.eight a { display: block; text-align: center; }
div.eight a img { display: inline; vertical-align: middle; }

div.first {
	background: none;
	padding-left: 0;
}


#footer, #sponsors { 
	padding: 10px 0 10px 0;
	font-family: Arial, sans-serif;
	font-size: 12px; line-height: 15px;
	border-top: 2px solid black;
	clear: both;
}

#sponsors { border-top: 1px solid #e5e5e5; padding-top: 15px; }


#footer h3, #sponsors h3 {
	font-size: 13px; 
	height: 15px; line-height: 15px;
	font-family: Arial, sans-serif;
	font-weight: bold; 
	text-transform: uppercase;
	margin: 5px 0 10px 0;
}

#footer .search {
	margin-top: 15px; padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}

#footer input {
	margin: 0 0 5px 0;
}


#footer ul { list-style: none; }
div.nav a, #footer a { text-decoration: underline; }
div.nav a:hover, #footer a:hover { color: #f0f; }


/* images in body */

img.alignleft {
	float: left;
	margin: 3px 15px 10px 0 !important;
}

div.nav {
	height: 20px; padding: 5px 0 20px 0;
	border-top: 1px solid #000;
	width: 610px; overflow: auto;
}

span.left { float: left; }
span.right { float: right; }


div.article_list ul { list-style: none; }

div.article_list h2 {
	font-size: 13px; 
	height: 38px; line-height: 40px;
	font-family: Arial, sans-serif;
	font-weight: bold; 
	text-transform: uppercase;
	text-align: center;
	padding: 0; margin: 0 0 10px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

div.article_list h3 {
	font-size: 18px; line-height: 20px;
	font-weight: normal;
	margin: 0 0 2px 0;
}

div.article_list li { margin: 0 0 8px 0; }

div.article_list a:hover { color: #f0f; }

h2#category {
	font-size: 13px; 
	height: 38px; line-height: 40px;
	font-family: Arial, sans-serif;
	font-weight: bold; 
	text-transform: uppercase;
	text-align: left;
	padding: 0; margin: 0 0 10px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;

}

div.hr {
	border: 0; height: 1px;
	margin: 9px 0 10px 0;
	color: #fff;
	background:  #fff url(./img/dots3hor.gif) 0 0 repeat-x;
	margin-left: 224px;
}

#copyright { font-family: Arial, sans-serif; border-top: 1px solid #e5e5e5; padding-top: 3px; padding-bottom: 40px; width: 930px; overflow: hidden; }
#copyright, #copyright a { font-size: 11px; line-height: 15px; color: #b2b2b2; }
#copyright a:hover { text-decoration: underline; }

div.left { float: left; }
div.right { float: right; }