/*	West Side Eagle Observer
	By Jon Schleuss
	August 3, 2010
*/
/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none; } /* Gets rid of IE's blue borders */
img { border: none; }
a { color: #000000; text-decoration: underline;}
p { margin: 0 0 10px 0; }

h1 {}
h2 {}
h3 {}
h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin: 5px 0 0;
	}
h5 {}
h6 {}


body { font-family: Helvetica, Arial, sans-serif; color: #555555; background: url(../images/background_repeat.png) top left repeat-x #898989; padding: 0 0 50px; }

.clr { display: block; clear: both; }

#pagewrap { 
	width: 800px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	-webkit-box-shadow: 0 0 20px #000000;
	-moz-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
	background: #ffffff;
	}

#header { 
	width: 100%;
	display: block;
	position: relative;
	height: 165px;
	}
	
#header .site_date {
	font-size: 12px;
	line-height: 20px;
	padding: 0 0 0 10px;
	}
	
#header .logo {
	display: block;
	background: url(../images/logo.png) top left no-repeat;
	cursor: pointer;
	width: 445px;
	height: 100px;
	float: left;
	margin: 0 0 15px 10px;
	text-indent: -9999px;
	}

#header .login_tools {
	float: right;
	font-size: 12px;
	line-height: 14px;
	width: 300px;
	}

#header .login_tools a {
	color: #555555;
	}

#header .login_tools .user_avatar { 
	float: left;
	margin: 0 5px 60px 0;
	}
	
#header #navigation {
	clear: both;
	width: 100%;
	background: url(../images/nav_back.png) top left repeat-x;
	height: 20px;
	}
	
#header #navigation a {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	}

#header #navigation ul li {
	padding: 0 20px 0 0;
	line-height: 18px;
	}

#header #navigation ul.left {
	float: left;
	margin: 0 0 0 10px;
	}
	
#header #navigation ul.left li {
	float: left;
	}
	
#header #navigation ul.right {
	float: right;
	margin: 0 0 0 10px;
	}
	
#header #navigation ul.right li {
	float: right;
	}

/* CONTENT */
#content { 
	padding: 10px;
	color: #333333;
	}

#content .moreLink {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	}


#content .weather, #content .latest_photos { 
	width: 120px;
	float: left;
	}

/* WEATHER */
.weather {
	font-size: 11px;
	color: #333333;
	margin: 5px 0 0 0;
	font-size: 12px;
	}

.weather_location {
	margin: 5px 0;
	text-align: center;
	}

.weather_top {
	height: 80px;
	margin: 0 0 10px;
	}

.weather img {
	width: 50px;
	float: left;
	margin: 0 3px 3px 0;
	}
.weather_day, .weather_text { 
	display: block;
	clear: both;
	}

.weather_top_more a {
	display: block;
	padding: 5px 0 0 0;
	font-size: 12px;
	color: #656565;
	clear: both;
	text-align: center;
	}

.weather_top_temp {
	font-size: 20px;
	font-weight: bold;
	color: #656565;
	line-height: 20px;
	}

.weather_top_phrase {
	line-height: 10px;
	font-size: 12px;
	}

.weather_day {
	margin: 10px 0 2px 0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #d6d6d6;
	clear: both;
	}



.weather #_5day img {
	display: none;
	}

.weather_hi, .weather_low {
	float: right;
	clear: right;
	width: 32px;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	}

.weather_hi {
	color: #a81a1a;
	}

.weather_low {
	color: #22568c;
	padding: 0 0 20px;
	}

.weather_5phrase { 
	width: 85px;
	text-align: left;
	}

#content .latest_photos { 
	margin: 15px 0 0;
	}
	
#content .top_headlines, #content .bottom_headlines {
	background: #e1e1e1;
	width: 340px;
	padding: 10px;
	float: left;
	}
	
h2.story_headline {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	}

h2.story_headline a {
	text-decoration: none;
	}

h2.story_headline a:hover {
	text-decoration: underline;
	}
	
h3.story_subhead {
	font-size: 16px;
	font-weight: bold;
	margin: 2px 0;
	background: url(../images/subhead_dot.png) no-repeat top left;
	background-position: 0 3px;
	padding: 0 0 0 10px;
	}

.top_middle_headlines h3.story_subhead { font-size: 12px; margin: 2px 0 5px; }

.top_headlines p.tease, .bottom_headlines p.tease {
	font-size: 12px;
	line-height: 16px;
	}
	
.top_headlines p.bylineDate, .bottom_headlines p.bylineDate {
	font-size: 10px;
	line-height: 12px;
	margin: 5px 0 15px;
	}
	
.top_middle_headlines {
    float: left;
    margin: 0px 10px 0;
    width: 400px;
}

.bottom_middle_headlines {
	float: left;
	width: 280px;
	margin: 10px 10px 0;
}

.top_middle_headlines h1.section_header, .bottom_middle_headlines h1.section_header {
	height: 25px;
	background: #624f49;
	line-height: 25px;
	font-size: 16px;
	color: #ffffff;
	text-indent: 5px;
	font-weight: bold;
	}

.top_middle_headlines h4.story_headline, .bottom_middle_headlines h4.story_headline {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin: 5px 0 0;
	}

.top_middle_headlines p.tease, .bottom_middle_headlines p.tease {
	font-size: 11px; 
	line-height: 15px;
	}
	
.top_middle_headlines p.bylineDate, .bottom_middle_headlines p.bylineDate {
	font-size: 10px;
	margin: 5px 0 15px;
	}

.top_middle_headlines .moreLink p, .bottom_middle_headlines .moreLink p { 
	font-size: 11px;
	}

.section_stories { margin: 0 0 20px; }

/* ADS */
#content .middleAd { 
	clear: both;
	background: #E1E1E1;
	text-align: center;
	padding: 10px 0;
	}


#POTD p { 
	font-size: 12px;
	color: #333333;
	line-height: 2px;
	margin: 0 0 5px 0;
	height: 12px;
	text-align: right;
	}
	
#foot { 
	clear: both;
	text-align: center;
	font-size: 12px;
	padding: 30px 0 5px 0;
	}
	
.latest_photos .thumbnail {
	margin: 5px 0;
	}

.latest_photos .thumbnail img {
	-moz-box-shadow: 0 0 3px #555555;
	-webkit-box-shadow: 0 0 3px #555555;
	box-shadow: 0 0 3px #555555;
	border: 4px solid #ffffff;
	margin: 5px 0;
	}

.latest_photos .odd .thumbnail img {
	-moz-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	transform: rotate(1deg);
	}

.latest_photos .even .thumbnail img {
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	transform: rotate(-1deg);
	}

#storybody p {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #333333;
	}
	
/* SECTION PAGES
-----------------------*/
.story_list .headlinesSecond { margin: 0 0 10px; }
.story_list .headlinesSecond .bylineDate { font-size: 12px; }
.pagination { background: #555555; padding: 3px; color: #cccccc; }
.pagination a { color: #ffffff; font-weight: bold;}