/* GLOBAL RESETS */
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;
	font-size:inherit;
	font-weight:inherit;     
	outline: 0;
	vertical-align: baseline;
    }
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.25em;
}
a img {
	border: none;
}
strong {
	font-weight: bold;
}
em {
	font-weight: italic;
}
.clear:after {
    content: ".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    }
#m_header {
	height: 38px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	background-color:#000;
}
#m_header h1 {
	font-size: 1em;
	line-height: 1em;
	height: 44px;
	margin:0;
	padding:0;
}
#m_header h1 a {
	display: block;
	height: 44px;
	color: #fff;
	text-decoration: none;
}
h2 {
	font-size: .75em;
	background: #aaa;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 0 4px 12px;
}
h2 a {
	display: block;
	margin: -4px 0 -4px -12px;
	padding: 4px 0 4px 12px;
	color: #FFF;
	text-decoration: none;
}
h3.m_titlebar_interior {
	font-size: .75em;
	background: #444242;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: #ccc solid 1px;
	padding: 4px 6px 4px 12px;
}
h3.m_titlebar_interior a {
	display: block;
	text-decoration: none;
	background: #eaeaea url(../img/arrow_right.gif) right 50% no-repeat;
	color: #666;
	margin: -4px -6px -4px -12px;
	padding: 4px 6px 4px 12px;
}
h3.m_titlebar_interior_back a {
	background-image: url(../img/arrow_left.gif);
	background-position: left 50%;
	padding-left: 20px;
}
h3.m_titlebar_interior a:active {
	background-color: #ddd;
}
.m_topstory {
	padding: 8px 12px;
}
.m_topstory h3.m_topstory_title {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 12px;
}
.m_topstory h3.m_topstory_title a {
	color: #000;
	text-decoration: none;
}
#m_ugc_disclaimer {
	color: #AAA;
}
.m_list li {
	list-style-type: none;
	padding: 8px 24px 8px 12px;
	color: #555;
	text-decoration: none;
	border-bottom: #ccc solid 1px;
}
.m_link_list {
	list-style-type: none;
}
.m_link_list li {
	border-bottom: #ccc solid 1px;
	
}
.m_link_list_inverted li {
	border-color: #333;
}
.m_link_list li a {
	display: block;
	padding: 8px 24px 8px 12px;
	color: #555;
	text-decoration: none;
	background: #fff url(../img/arrow_right.gif) no-repeat right 50%;
}
.m_pagination_cal li.m_pag_cal {
	background:url("../img/m_pagination_cal.gif") no-repeat scroll 0 0 transparent;
	right:33px;
}
.m_pagination_wrapper {
	background: url("../img/pagination_back.gif") repeat-x scroll 0 0 #E5E5E5;
	border-bottom: 1px solid #CCCCCC;
	height: 32px;
	position: relative;
}
.m_link_list li a:visited {
	color: #999;
}
.m_link_list_inverted li a {
	color: #ddd;
	background-color: #000;
	background-image: url(../img/arrow_right_inverted.gif);
}
.m_link_list_inverted li a:visited {
	color: #aaa;
}
.m_link_list_inverted li.m_top a {
	background-image: url(../img/arrow_up_inverted.gif);
}
.m_link_list_inverted li.m_switch a {
}
.m_link_list li a:active {
	background-color: #eaeaea;
}
.m_link_list_inverted li a:active {
	background-color: #333;
}
.m_link_list_inverted li.m_switch_top {
	border-top: #222 solid 1px;
	border-bottom: none;
}
.m_link_list_itemdetails {
	display: block;
	font-size: .75em;
	line-height: 1.25em;
}
.m_link_list_date {
	color: #999;
}
.m_link_list_commentcount {
	padding-left: .5em;
	color: #777;
}
.m_bucket_inline {
	margin: 0 10px 15px 10px;
	border: #ccc solid 1px; 
	border-bottom: none;
}
/*
#m_adtag {
	font-size: 12px;
	line-height: 16px;
	background: #000;
	padding: 0 0 4px 0;
}
#m_adtag a {
	color: #eaeaea;
}
*/
.adtitle {
	display: block;
	color: #999;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 14px;
	margin: 0;
	padding: 2px 0 0 4px;
}
#m_weather_tease {
	padding-top: 8px;
	border-bottom: #ccc solid 1px;
}
#m_weather_tease p {
	padding: 8px 12px;
}
.m_weather_icon {
	float: left;
	width: 70px;
}
.m_weather_temp {
	margin-left: 75px;
	line-height: 58px;
	font-size: 1.5em;
	font-weight: bold;
}
.m_weather_temp span {
	font-size: .5em;
	font-weight: normal;
	color: #333;
	font-style: italic;
}
li.m_weather_radar {
	text-align: center;
}
.m_search {
	padding: 8px 0 8px 12px;
	border-bottom: #ccc solid 1px;
}
#id_search, #id_q {
	width: 75%;
}

#m_primary_content, .m_primary_content {
	/*padding: 8px 12px;*/
}
#m_primary_content p, .m_primary_content p, p, #m_primary_content ul, .m_primary_content ul, #m_primary_content li, .m_primary_content li {
	font-size: .875em;
	margin: 1em;
}

p.m_metainfo {
	color: #333;
	font-size: .75em;
	line-height: 1.25em;
	margin: 1em 1em 0;
}
.m_header {
	padding: 8px 12px;
	border-bottom: #ccc solid 1px;
}
#m_adtag {
	width:320px;
}
.m_headline {
	font-weight: bold;
	font-size: .875em;
	text-transform: uppercase;
	line-height: 1.125em;
	margin-bottom: 8px;
}
.m_lead_photo {
	display: block;
	padding: 10px;
	margin-bottom: .5em;
	text-align: center;
	border-bottom: #ccc solid 1px;
	background: #e5e5e5;
}
.m_pagination_wrapper {
	position: relative;
	height: 32px;
	background: #ccc url(../img/pagination_back.gif) 0 0 repeat-x;
}
.m_pagination_wrapper_first {
	border-top: #ccc solid 1px;
}
.m_pagination_wrapper p {
	position: absolute;
	font-size: .75em;
	color: #999;
	line-height: 10px;
	text-indent: 12px;
}
.m_pagination {
	position: relative;
	list-style-type: none;
}
.m_pagination li {
	position: absolute;
	text-indent: -50000px;
	top: 0;
	width: 33px;
	height: 32px;
	background: url(../img/pagination_arrows.gif) no-repeat;
}
.m_pagination li a {
	display: block;
	text-indent: -50000px;
	width: 33px;
	height: 32px;
	background: url(../img/pagination_arrows.gif) no-repeat;
}
.m_pagination li.m_pag_prev {
	right: 33px;
	background-position: 0 0;
}
.m_pagination li.m_pag_next {
	right: 0;
	background-position: -33px 0;
}
.m_pagination li.m_pag_prev a {
	background-position: 0 -32px;
}
.m_pagination li.m_pag_next a {
	background-position: -33px -32px;
}

/* events stuff */
.featured_wrapper {
	background: rgba(15, 15, 15, .8);
	margin: 0;
	padding: 5px 12px 12px 12px;
}
.featured_wrapper h3 {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: .875em;
	font-weight: bold;
	color: #eaeaea;
	background: none;
}
ul {
	font-weight: normal;
}
h2.edgetoedge {
	background: #e2e2e2;
	line-height: 2em;
	text-indent: 10px;
	border-bottom: #B4B4B4 solid 1px;
}
h2.has_links a {
	display: inline;
	float: right;
	margin-right: 12px;
}
h3.has_links a {
	display: inline;
	float: right;
	margin-right: 0;
	font-style: italic;
	text-transform: none;
	color: #fff;
	background: none;
}
h3.m_titlebar_interior_inverted {
	color: #ddd;
	position: relative;
	border-bottom-color: #333;
	background: #444242;
}

.search_link, h3.has_links a.search_link {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 33px;
	height: 28px;
	margin: 0;
	padding: 0;
	text-indent: -50000px;
	background: url(../img/m_search_link.gif) 0 0 no-repeat;
}
.search_link:active, h3.has_links a.search_link:active {
	background-position: -33px 0;
}
.search_modify, h3.has_links a.search_modify {
	float: none;
	margin-left: 11px;
}

/* Events stuff */
#id_events_search_input {
	width: 75%;
}
.m_pagination_cal li.m_pag_prev {
	right: 66px;
}
.m_pagination_cal li.m_pag_cal {
	right: 33px;
	background: url(../img/m_pagination_cal.gif) 0 0 no-repeat;
}
.m_pagination_cal li.m_pag_cal a {
	background: url(../img/m_pagination_cal.gif) 0 0 no-repeat;
}
.event_calendar {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: .875em;
}
.event_calendar tr {
	margin: 0;
	padding: 0;
}
.event_calendar td {
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	border: #ccc solid 1px;
}
.event_calendar td.today {
	background: #eaeaea;
}
.event_calendar a {
	display: block;
	padding: 5px;
	color: #666;
	text-decoration: none;
}
.event_calendar td.today a {
	color: #333;
}
.event_calendar .eventful a {
	font-weight: bold;
}
tr.days td {
	font-weight: bold;
	color: #999;
	border-top: none;
}
tr.dates td {

}

/* SOCIAL SHARE LINKS */
.m_share_links_wrapper {
	height: 34px;
	margin: 30px auto 40px;
	width: 214px;
}
.m_share_links {
	list-style-type: none;
}
.m_share_links li {
	background: url("http://media.knoxnews.com/corp_assets/asphalt/m/img/pagination_back.gif") repeat-x scroll 0 0 #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	height: 32px;
	width: 70px;
}
.m_share_links li.first_share_item {
	border-left: 1px solid #ccc;
}
.m_share_links li a {
	color: #999999;
	display: block;
	font-size: 0.75em;
	margin: 0px auto;
	padding: 6px 0px;
	text-align: center;
	text-decoration: none;
}
.m_share_links li a img {
	vertical-align: middle;
	margin-top: -2px;
}
.m_share_links li a div {
	vertical-align: middle !important;
	margin-top: -2px !important;
}

/* FOOTER */
#m_footer {
	padding: 8px 12px;
	background: #000;
	color: #666;
}
#m_footer p {
	font-size: .75em;
	line-height: 1.25em;
}


/* FORMS */
form {
	margin: 0;
	padding: 0;
}
.form_description {
	font-size:0.875em;
	font-style:italic;
	margin: 0;
	padding: 10px;
	border-bottom: #ccc solid 1px;
}
.m_form fieldset {
	border-bottom: #ccc solid 1px;
}
.m_form label {
	display: block;
	padding: 5px 10px 10px 10px;
}
.m_form .submit_label {
	display: block;
	font-size: .875em;
	color: #666;
	font-weight: bold;
}
.m_form .submit_label_inline {
	margin-bottom:3px;
	display:inline;
}
.m_form input[type="text"], .m_form input[type="password"], .m_form input[type="email"] {
	font-size: .875em;
	width: 80%;
	height: 1.5em;
	line-height: 1.5em;
}
.m_form input[type="submit"] {
	margin: 10px;
	font-size: 1em;
	line-height: 1.5em;
}
.m_newsletter_description {
	display: block;
	font-size: .75em;
	font-weight: normal;
	font-style: italic;
	padding-left: 35px;
}
.m_form_message {
	padding: 5px 10px 10px;
}
.error {
	color: red;
}
.vTextField {
	width: 100%;
}
.vEmailField {
	width: 100%;
}
.vLargeTextField {
	width: 100%;
}

/* COMMENTS */
#comments_list_wrapper {
	padding: 10px;
	border-bottom: #ccc solid 1px;
	background: #999;
}
.comment_wrapper {
	margin-bottom: 10px;
	background: #eaeaea;
	border: #eee solid 1px;
	border-top-color: #fff;
	border-bottom-color: #ddd;
}
.comment_header {
	position: relative;
	padding: 5px;
	font-size: .75em;
	border-bottom: #ddd solid 1px;
	
}
.comment_datetime {
	color: #666;
}
.comment_body {
	padding: 5px;
	word-wrap: break-word;
}
.comment_body p {
	font-size: .875em;
	margin-bottom: 1.5em;
}
.comment_body p:last-child {
	margin-bottom: 0;
}
.comment_quote_wrapper {
	margin-bottom: 10px;
	padding: 5px;
	border: #ddd solid 1px;
}
.comment_quote_responseto {
	color: #666;
	font-size: .875em;
	font-style: italic;
}
.comment_quote_wrapper blockquote {
	font-size: .875em;
	margin-left: 10px;
}
.comment-not-public {
	color: #bbb;
}
.comment_reply_link {
	position: absolute;
	top: 0;
	right: 5px;
	line-height: 2.5em;
}
/* COMMENT FORM */
#id_comment {
	width: auto;
	padding: 5px;
}

/* EVENTS */
.event_calendar {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: .875em;
}
.event_calendar tr {
	margin: 0;
	padding: 0;
}
.event_calendar td {
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	border: #ccc solid 1px;
}
.event_calendar td.today {
	background: #eaeaea;
}
.event_calendar a {
	display: block;
	padding: 5px;
	color: #666;
	text-decoration: none;
}
.event_calendar td.today a {
	color: #333;
}
.event_calendar .eventful a {
	font-weight: bold;
}
tr.days td {
	font-weight: bold;
	color: #999;
	border-top: none;
}
tr.dates td {
	
}

/* PHOTOS AND GALLERIES */

.m_gallery_list {
	
}
.m_gallery_list li {
	min-height: 55px;
}
.m_gallery_list li a {
	position: relative;
	padding-left: 0;
	padding-bottom: 0;
}
.m_gallery_list li a img {
	position: absolute;
	top: 0;
	left: 0;
}
.m_gallery_list_name {
	display: block;
	border-left: #000 solid 55px;
	margin-left: 0;
	padding-left: 10px;
}

.m_photo_grid {
	margin-top: 4px;
}
.m_photo_grid li {
	display: block;
	float: left;
	margin: 0 0 4px 4px;
	width: 73px;
	height: 73px;
	border: #ccc solid 1px;
}
.m_photo_grid li a {
	
}
.m_photo_grid li a img {
	
}
.media_detail {
	margin-left: 4px;
	margin-right: 4px;
}
li.first {
	border-bottom:5px solid #CCCCCC;
	margin:0 0 0 0px;
}
.event_photo {
	border:1px solid #E1E1E1;
	float:left;
	margin-left:1em;
}
img#media {
	margin: .8em 0 0 .8em;
}
p.media_caption {
	margin: 1em;
}
/* END PHOTOS AND GALLERIES */

/* MOBILE APPS PAGES */
#main_app_content .mobile_product {
	border-top: 1px solid #999;
	padding-top: 1em;
	margin: 1em;
}
#main_app_content .app_featured_image {
	width: 200px;
}
#main_app_content h3 {
	margin: 14px 0;
	font-weight: bold;
}
#main_app_content .app_description {
	font-size: 1em;
	margin: 1em 0;
}
#main_app_content .download_instructions {
	font-style: italic;
	font-weight: bold;
	margin: 1em 0;
}
/* END MOBILE APPS PAGES */
