/*
Title: US Route 50 - Screen Styles
Author: Paul Redmond, Fasturtle Technologies, LLC --> http://www.goftt.com/
*/

/* Core Styles Used in every project */
@import url("defaults/reset.css"); /* Resets for all browsers */
@import url("defaults/clearfix.css"); /* Easy float clearing */

body, ul, ol, dl, td, th, caption, 
pre, p, blockquote, input, textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link, a:visited {
	color: #1E5E9C;
	outline: none;
}
/*a:visited {
	color: #002A4F;
}*/
a:hover {
	color: #2C93EF;
}
li {
	list-style: none;
}
h2.header a {
	text-decoration: none;
	color: #000;
}
h2.header a:hover {
	text-decoration: underline;
}
form p, .forum_comment p {
	padding-bottom: 1em;
}

/* Main Content and Nav Blocks */
.block {
	margin: 0 auto;
	padding: 0 25px;
	width: 960px;
}
#header .block {
	padding: 0;
	width: 1010px;
}

/*
Users
========================================*/
#user_quicklinks {
	margin-bottom: 1em;
	padding: 1em;
	background: #EEE;
	border: 1px solid #E1E1E1;
}
#user_quicklinks a {
	margin: 0 5px;
}

/* User Toolbar */
#toolbar {
	padding: 7px 0 5px;
	background-color: #111;
	border-bottom: 4px solid #333;
	color: #FFF;
}
#toolbar_user {
	float: right;
}
#toolbar_date_time {
	float: left;
}
#toolbar_date_time .date {
	margin-right: 8px;
}
#toolbar_date_time .time {
	margin-left: 8px;
}
#toolbar_user li {
	display: inline;
	margin-left: 20px;
	line-height: 1.5em;
}
a.login_logout {
	padding-left: 13px;
	background: url(../img/layout/icon_user.gif) 0 50% no-repeat;
}
a.my_account {
	padding-left: 15px;
	background: url(../img/layout/icon_user_wrench.gif) 0 50% no-repeat;
}
a.rss {
	padding-left: 17px;
	background: url(../img/layout/icon_rss_12x12.gif) 0 50% no-repeat;
}
#toolbar a:link, #toolbar a:visited {
	color: #FC0;
	text-decoration: none;
}

/* Toobar Article Search */
#search {
	float: right;
	margin-left: 50px;
}
#search h2 {
	display: inline;
	margin-right: 5px;
	color: #222;
	font-size: 18px;
	font-weight: normal;
}
#search input {
	vertical-align: bottom;
}
#search #toolbar_search {
	margin-right: 5px;
}

/* Registration */
.users h1 {
	font-family: Arial, Helvetica, sans-serif;
}
form .section {
	margin: .5em 0 1em;
	padding-top: 8px;
	border-top: 1px solid #DDD;
}
form .section h4 {
	float: left;
	margin-bottom: 5px;
	font-size: 16px;
	color: #444;
}
form .section .state {
	margin-bottom: 1em;
}
form .form_row {
	margin: 0 0 15px 220px;
}
form .required {
	font-weight: bold;
}
form .error-message {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}
.form_row input {
	width: 300px;
}
.form_row input.submit, .form_row input.checkbox {
	width: auto;
}

/* Login */
form.login label {
	float: left;
	display: block;
	padding-right: 10px;
	width: 100px;
	text-align: right;
}
form.login h1 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDD;
	font-weight: normal;
}
.login .input {
	font-size: 18px;
	padding: 2px;
	width: 300px;
	border-color:#777777 #CCCCCC #DDDDDD;
	border-style:solid;
	border-width:1px;
}
.login .submit, .login .rememberme {
	padding-left: 110px;
}

/* My Account */
.users .forum_table thead th {
	text-align: left;
}
#user_update_links li {
	line-height: 1.5em;
}
#account_info p {
	line-height: 1.5em;
}
.member_address {
	margin-bottom: 1em;
	padding-left: 20px;
	background: url(../img/layout/book_addresses.gif) no-repeat 0 3px;
}
.email_address {
	margin-bottom: 1em;
	padding-left: 20px;
}

/*
Header
========================================*/
#header {
	position: relative;
	border-bottom: 4px solid #999;
	height: 166px;
	background: url(../img/layout/header_repeat.jpg) repeat-x #666;
}
#header .block {
	height: 166px;
	background: url(../img/layout/header_road.jpg);
}
/* Main navigation & Logo */
#logo {
	position: absolute;
	z-index: 100;
	top: -13px;
	background: none;
}
#logo h1 {
	text-indent: -9999px;
}
#logo a {
	display: block;
	background: url(../img/layout/logo.png) no-repeat top left;
	width: 194px;
	height: 199px;
	cursor: pointer;
	outline: none;
}
#main_nav {
	top: 118px;
	position: absolute;
	width: 1010px;
	height: 52px;
	background: url(../img/layout/nav_main_bg.png) no-repeat bottom right;
}
#main_nav ul {
	margin-left: 214px;
}
#main_nav li {
	float: left;
}
#main_nav a {
	display: block;
	margin: 13px 13px 0 0;
	padding: 1px 5px;
	color: #000;
	font-size: 15px !important;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
#subnav {
	
	margin-bottom: 1em;
	padding: 0 0 8px 180px;
	border-bottom: 1px solid #CCC;
	text-align: left;
}
#subnav strong {
	margin-right: 5px;
	text-transform: uppercase;
}
#subnav a {
	padding: 0 5px;
	text-decoration: none;
	font-size: 14px;
	outline: none;
}

/*
Content
========================================*/
#content .block {
	padding-bottom: 2em;
	background: url(../img/layout/content_bg.jpg) no-repeat top center;
}
#content #main {
	position: relative;
	padding-top: 20px;
	width: 640px;
	float: left;
}
#content #main.articles {
	padding-top: 0;
}
#main p {
	margin-bottom: 1em;
	line-height: 1.5em;
}
#content #main.articles #mp_search {
	margin-top: 20px;
}
#content #sidebar {
	float: right;
	width: 300px;
}
#home_lead_story {
	margin-bottom: 2em;
}
.article {
	margin-bottom: 1em;
}

/* Pagination */
.paginate {
	margin-bottom: 5px;
}
.paginate a.next_prev, .paginate div.next_prev {
	padding: 2px 5px;
	border: 1px solid  #DAE2E8;
	text-decoration: none;
}
.paginate a.next_prev:hover {
	background: #2A6A9F;
	border: 1px solid #2A6A9F;
	color: #FFF;
}
.paginate .next {
	margin: 0 10px 0 5px;
}
.paginate .prev {
	margin-right: 5px;
}
.paginate .disabled {
	padding: 0 5px;
	display: inline;
	color: #697A85;
}
.paginate a, .paginate .current {
	padding: 0 5px;
}
.paginate .current {
	font-weight: bold;
}
.paging {
	margin-bottom: 1em;
	white-space: nowrap;
}
.paging .disabled {
	padding: 0 5px;
	display: inline;
}
.paging a, .paging span{
	padding: 2px 6px;
	margin-right: 2px;
	line-height: 1.1;
}
.paging .thispage {
	padding: 2px 6px;
	border: 1px solid #CAD6E8;
}
.paging .next_prev {
	text-decoration: none;
}
.paging .next_prev:hover {
	text-decoration: underline;
}

/* Forums */
.forum_table {
	width: 100%;
	margin-bottom: 1em;
}
.forum_table thead, .forum_table tfoot {
	background: #EEE url(../img/forums/bg_table_row_heading.gif) repeat-x top left;
}
.forum_table thead th {
	padding: 8px 5px;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}
.forum_table .a-left {
	text-align: left;
}
thead th.title {
	text-align: left;
}
.forum_table tfoot td {
	padding: 8px 10px 5px;
	border-top: 1px solid #DDD;
}
tbody .topic, tbody .post, tbody .date {
	text-align: center;
}
tbody td {
	vertical-align: top;
}
.forum_table tbody td {
	padding: 8px 0 8px;
	border-bottom: 1px solid #DDD;
}
.forum_table tr.last td {
	border-bottom: 0;
}
.forum_table td.folder {
	padding-right: 5px;
	vertical-align: top;
}
.forum_table tbody td.main {
	padding-right: 20px;
	width: 400px;
}
td.main {
	line-height: 1.5em;
}
td.main a {
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 13px;
}


#full_article .article_body {
	border-bottom: 1px solid #CCC;
}
#home_lead_story .article_body {
	padding-bottom: 0;
	border-bottom: 0;
}
.article_body {
	margin-bottom: 1em;
}
.article_body, .article_body p {
	line-height: 1.5em;
	font-size: 14px;
	color: #333;
}
.gallery, .article_slideshow dl {
	margin-bottom: .5em;
}
/* Heading for gallery */
.gallery h4 {
	margin-bottom: 5px;
}
.gallery li {
	float: left;
	margin: 0 10px 10px 0;
}
.gallery a {
	padding: 2px;
	display: block;
	border: 1px solid #DDD;
}
.gallery img {
	width: 100px;
	height: 100px;
}
.article_body .main_img {
	float: left;
	margin-right: 10px;
}
h2.header {
	font-size: 30px;
	font-weight: normal;
}
.article h2 { margin-bottom: 0; }
.credits_and_date {
	padding: 1em 0;
	color: #999;
}
#main .credits_and_date .date {
	float: left;
	padding-bottom: 0;
}	
#main .credits_and_date .author {
	float: right;
	padding-bottom: 0;
}
.editor {
	font-style: italic;
	text-align: right;
}
#main .photo_credit, #main .photo_desc {
	padding-bottom: 0;
	line-height: 2em;
	text-align: right;
	color: #999;
}
h4.sub_header {
	margin: 10px 0;
	font-size: 24px;
	font-weight: normal;
	color: #999;
}
.article_nav {
	padding: 8px 15px;
	-moz-border-radius: 8px;
	border: 1px solid #ccc;
	background: #f1f1f1;
	color: #999;
}
#main .article_nav p {
	margin: 0;
	padding-bottom: 0;
	line-height: 1.5em;
}
div.meta_data {
	padding-bottom: 8px;
	border-bottom: 1px solid #CCC;
}
div.meta_data p.left, .article_nav p.meta_data {
	float: left;
}
.full_article {
	float: right;
	display: block;
	padding-right: 15px;
	line-height: 1.5em;
	background: url(../img/layout/rarr.gif) 100% 50% no-repeat;
}
/* Tab for main section... */
.tab_section {
	margin-bottom: 1em;
}
.tab_section p {
	margin-bottom: 1em;
}
#main .tab_section .content {
	background: url(../img/layout/tab_section_bg.jpg) top left no-repeat;
}
/* ...and for the sidebar */
#sidebar .tab_section .content {
	border: 1px solid #ccc;
	background: url(../img/layout/tab_section_sidebar_bg.jpg) top left repeat-x;
}

.tab_section h1 {
	position: relative;
	bottom: -1px;
}
.tab_section h3 {
	position: relative;
	bottom: -1px;
}
.tab_section .content {
	border-top: 1px solid #ccc;
	padding: 20px 15px;
}
#featured_stories dl.story {
	float: left;
	margin-right: 4px;
	width: 200px;
	color: #999;
}
#featured_stories dl.story.right {
	margin-right: 0;
	text-align: left;
}
.story dt, .story dd {
	margin-bottom: 5px;
}
.stories {
	margin-bottom: 1em;
}
.story dt a:link, .story dt a:visited {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
}
.story dt a:hover {
	text-decoration: underline;
}
.story dt {
	padding: 0 2px;
}
.story .comments {
	padding-left: 18px;
	line-height: 1.5em;
	background: url(../img/layout/icon_comments_10x102.gif) no-repeat 0 50%;
}
p.more {
	padding-left: 10px;
	background: transparent url(../img/layout/more-button-left.gif) no-repeat top left;
	line-height: 22px !important;
}
p.more a {
	padding-bottom: 4px;
	display: block;
	font-size: 11px !important;
	color: #FFF;
	background: transparent url(../img/layout/more-button-right.gif) no-repeat top right;
	width: 150px;
	outline: none;
	text-decoration: none;
}
p.more a:link, p.more a:visited {
	color: #FFF;
}
p.more a:hover {
	text-decoration: underline;
}
div.breadcrumb {
	margin-bottom: 1em;
	color: #999;
	letter-spacing: 1px;
}
p.breadcrumb {
	margin-bottom: 1em;
}
.notice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#flashMessage {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}
p.error, #flashMessage {
	margin: 1em 0;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	background: #FFEAE8 none repeat scroll 0%;
	border: 1px solid #F1D3D0;
	color: #E13900;
}

/* Comments */
.comment {
	padding: 1.5em 1em;
	border-bottom: 1px solid #CCC;
}
.comment.alt {
	background: #F5F5F5;
}
.comment .commentInfo {
	margin-bottom: 5px;
	color: #999;
	letter-spacing: 1px;
}
.comment .comment_body {
	padding-top: 10px;
}

/*
Advertisements
========================================*/
.ad {
    margin-bottom: 2em;
}
.ad img { border: 1px solid #ccc; }

/*
Sidebar
========================================*/

/* Featured marketplace */
#featured_mp dl {
	margin-bottom: 1em;
}
#featured_mp dd.thumb {
	float: left;
	margin-right: 15px;
}
#featured_mp dt {
	margin-bottom: 5px;
}
#featured_mp dd.phone {
	margin-bottom: 1em;
	font-size: 14px;
	font-weight: bold;
}
#featured_mp dd.links li {
	line-height: 1.5em;
}
#featured_mp dt a {
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	color: #1E5E9C;
}

/* Marketplace Listings & Search */
.mp_list dt, #mp_cat_nav dt {
	font-size: 18px;
	text-decoration: none;
	color: #1E5E9C;
}
.mp_list dt a:link, .mp_list dt a:visited, #mp_cat_nav a:visited {
	text-decoration: none;
}
.mp_list dt a:hover {
	text-decoration: underline;
}
.mp_list dd {
	padding-bottom: 15px;
}
#mp_search {
	margin-bottom: 1em;
	padding: 1em 0;
	background: #EEE;
	border: 1px solid #E1E1E1;
}
#mp_welcome, #mp_search .search {
	padding: 15px 20px 0;
}
#mp_welcome {
	float: left;
	display: inline;
	width: 238px;
}
#mp_welcome p {
	font-size: 14px;
	font-style: italic;
}
#mp_search h2 {
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
#mp_search #article_search_box h2 {
	margin-bottom: 25px;
	border-bottom: 1px solid #999;
}
#mp_search #article_search_box {
	padding: 0 15px;
}
#mp_search .search {
	float: right;
	display: inline;
	width: 319px;
	vertical-align: middle;
	border-left: 1px solid #CCC;
}
#mp_search .search label {
	padding-bottom: 5px;
	color: #666;
	font-size: 14px;
}
#mp_search #CompanyName {
	margin: 0 2px 0 8px;
	padding: 2px 0 2px;
	width: 130px;
}
#mp_search .submit {
	padding: 1px 0;
}
#mp_listing_count {
	margin-bottom: 1em;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
}
#mp_listing_main #mp_cat_nav {
	float: right;
	padding: 20px;
	border: 1px solid #CCC;
	width: 330px;
}
#mp_listing_main .mp_list {
	float: left;
	width: 250px;
}
#mp_cat_nav dt {
	margin-bottom: 8px;
	border-bottom: 1px solid #CCC;
}
#mp_cat_nav dd ul {
	float: left;
	width: 48%;
	line-height: 1.5em;
}
#mp_cat_nav a:link {
	text-decoration: none;
}
#mp_cat_nav a:visited {
	color: #;
	text-decoration: none;
}
#mp_cat_nav a:hover {
	text-decoration: underline;
}
.bread_crum {
	margin-bottom: 1em;
	vertical-align: bottom;
}

/* Marketplace Business Profiles */
#map_container {
	float: right;
	display: inline;
	width: 300px;
	height: 350px;
	border: 5px solid #CCC;
}
.auto_complete {
	z-index: 100;
}
#autocomplete {
	width: 150px;
	padding: 8px 0;
	background: #333;
	color: #fff;
	list-style: none;
}
#autocomplete li {
	margin: 0;
	padding: 3px 8px;
}
#autocomplete li:hover {
	cursor: pointer;
	line-height: 1.2em;
	background: #666;
}
#business_listing {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #DDD;
}
#business_details {
	float: left;
	width: 309px; margin-right: 20px;
}
h2, #business_listing h2, h2#forum_heading {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}
#business_listing dt {
	font-weight: bold;
	font-size: 14px;
}
#business_listing dd {
	padding-bottom: 15px;
}
/* Article Search */
#search_results {
	margin-bottom: 10px;
}
#article_search_box form .input {
	display: inline;
}
#article_search_box form input, #article_search_box form select {
	margin-right: 10px;
}
#article_search_box option, #article_search_box #ArticleVar {
	padding: 2px 0;
}
#search_results .article {
	margin-bottom: 0;
	padding: 1em 1em 2em;
	border-bottom: 1px solid #DDD;
	background-color: #F1F1F1;
}
#search_results .article.alt {
	background-color: #FFF;
}
#search_results h4 {
	font-size: 16px;
}
#search_results h4 a:link, #search_results h4 a:visited {
	text-decoration: none;
}
#search_results h4 a:hover {
	text-decoration: underline;
}
#search_results .date {
	padding: 0 0 2px;
	color: #697A85;
	font-size: 12px;
}
#search_results h4 span.mute {
	padding: 0 0 0 15px;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
}
#search_results .teaser {
	line-height: 1.5em;
}
.search_replace {
	font-weight: bold;
	background: #F5FF9F;
}

/* Sitemap */
#sitemap .column {
	float: left;
	width: 200px;
}
#sitemap h2, .pages h2 {
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	margin-bottom: 8px;
	font-size: 24px;
}
#sitemap ul {
	margin-bottom: 15px;
}
#sitemap li {
	line-height: 1.5em;
}
#sitemap h4 {
	font-size: 14px;
}
#sitemap a:link, #sitemap a:visited {
	text-decoration: none;
	color: gray;
}
#sitemap a:hover {
	text-decoration: underline;
}
.grid3col {
	margin-bottom: 1em;
}

/* Recent Articles & Podcasts */
#latest_content h4 {
	margin: 0 0 1em;
	padding-bottom: 3px;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	color: #000;
}
#latest_content {
	color: #999;
}
#latest_content.dyn div.link_list {
	display: none;
}
#latest_content.dyn div.show {
	display: block;
}
#latest_content dl {
	margin-bottom: 1.5em;
}
#latest_content dd, #latest_content dt {
	line-height: 1.5em;
}
#latest_content dd {
	margin-bottom: 1em;
}
#latest_tabs li {
	float: left;
}
#latest_tabs a {
	position: relative;
	margin-right: 5px;
	bottom: -1px;
	display: block;
	height: 34px;
	overflow: hidden;
	outline: none;
	text-indent: -9999px;
	width: 140px;
}
#latest_tabs a.current, #latest_tabs a:hover {
	background-position: 0 -34px;
}
#articles-tab {
	background: url(../img/layout/articles-tab.gif) no-repeat 0 0;
}
#podcasts-tab {
	background: url(../img/layout/podcasts-tab.gif) no-repeat 0 0;
}


/*
Footer
========================================*/
#footer {
	padding-top: 1em;
	border-top: 4px solid #999;
	border-bottom: 4px solid #333;
	background: #666 url(../img/layout/footer_bg.gif) top left repeat-x;
}
#footer .block {
	position: relative;
	min-height: 150px;
}
#footer .col.left {
	width: 360px;
}
#footer .col {
	float: left;
	width: 300px;
	padding-right: 15px;
	line-height: 1.75em;
	color: #999;
}
a#rss_sign {
	display: block;
	position: absolute;
	bottom: 0; right: 0;
	text-indent: -9999px;
	width: 261px; height: 167px;
	background: url(../img/layout/rss_sign.png) no-repeat top left;
	cursor: pointer;
	outline: none;
}
#footer h3, #footer dt {
	padding-left: 2px; /* Match the Links */
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFF;
}
#footer dd {
	margin-bottom: 1em;
}
#footer a {
	padding: 0 2px;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#copyright {
	padding: 2em 0;
	background-color: #000;
	color: #999;
}	

/*
Weather
========================================*/
table.weather { margin-top: 5px; border-top: 1px solid #ccc; }
table.weather td, table.weather th { width: 11%; vertical-align: top; text-align: center; font-size: 11px; padding: 0 2px; line-height: 1.25em; }
table.weather th { padding-top: 10px; }
table.weather td img { border: 1px solid #ccc; padding: 3px; margin: 2px 0; }
table.weather tfoot td { text-align: left; padding: 5px 0;}
table.weather thead th { text-align: left; }
span.degrees.hi { color: red; }
span.degrees.lo { color: blue; }
div.article.weather { margin-top: 25px; }
div.article.weather h2.header { font-size: 18px; }

div.weather-element .article_body { 
	margin-bottom:25px;
	margin-left:10px;
	margin-top:10px;
	padding-top:40px;
}

dl.forecast-item { width:110px; float:left; height:140px; padding:10px; }
dl.forecast-item dt { float: left; margin-right: 5px }
dl.forecast-item img { clear:both; width:64px; margin: 0 auto; display:block; }
dl.forecast-item dd.day-name { text-transform:uppercase; text-align:center; font-weight:bold }
dl.forecast-item .max-temp { float:left; margin: 0 5px 0 0; }
dl.forecast-item .min-temp { float:right; margin: 0 0 0 5px;}
dl.forecast-item .headline {
	font-size:17px;
	height:34px;
	line-height:1;
	margin-bottom:8px;
	text-align:center;
}
.day-2, .day-3, .day-5, .day-6 { border-right: 1px solid #ccc; }
.day-2, .day-3, .day-4 { border-bottom: 1px solid #ccc; border-top: 1px solid #ccc;}
.day-5, .day-6, .day-7 { border-bottom: 1px solid #ccc; }
.day-2, .day-5 { border-left: 1px solid #ccc; }
.day-4, .day-7 { border-right: 1px solid #ccc; }
.day-2 { 
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
} 
.day-4 { 
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
} 
.day-5 { 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
} 
.day-7 { 
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
} 

dl.forecast-item.day-1 { width: 128px; margin: -40px 50px 0 27px; height:350px; padding: 0; position:relative; } 
dl.forecast-item.day-1 img { width:128px; }
dl.forecast-item.day-1 dd.icon-url { margin-bottom: 40px;  }
dl.forecast-item.day-1 dd.max-temp, 
dl.forecast-item.day-1 dd.min-temp { 
	float:none;
	font-family:helvetica;
	font-size:53px;
	font-weight:bold;
	left:39px;
	position:absolute;
	text-align:right;
	text-shadow:2px 2px 0 #DDDDDD;
	top:111px;
	width:120px;
	line-height:53px;
}
dl.forecast-item.day-1 dt.max-temp, 
dl.forecast-item.day-1 dt.min-temp { 
	left:121px;
	position:absolute;
	top:88px;
}
dl.forecast-item.day-1 dd.headline { height:auto;margin-bottom:3px; text-align:left; } 
dl.forecast-item.day-1 dd.day-name { font-size:22px; text-align:left; margin-bottom:10px; margin-left:-17px; }


/*
Forms
========================================*/
label {
	display: block;	
}
#new_comment textarea {
	width: 450px;
	height: 200px;
}
#new_comment label {
	margin-bottom: 0.5em;
}
#original_thread_comment {
	padding: 8px 15px 0;
	border: 1px solid #DDD;
	background: #EEE;
}
#original_thread_comment, #original_thread_comment p {
	margin-bottom: 1em;
}

/*
Utility Classes
========================================*/
.hide, .access {
	display: none;
}
.clear {
	clear: both;
}
.right {
	text-align: right;
}
.a-left {
	text-align: left;
}
.mute {
	color: #999;
}

