/*
Theme Name: 22Local 3.0
Version: 1.0
Author: Stine Richvoldsen
Tags: custom header, fixed width, three columns, widgets
*/

/* Begin Typography & Colors */
body {
	font-size: 12px; 
	font-family: Helvetica, Sans-Serif;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	position: relative;
	}

#header {
	width:991px;
	}

#headerimg 	{
	/*height: 192px;
	width: 740px;*/
	}

#content {
	font-size: 12px;
	color: #333;
	}

.entry p {
	font-size: 12px;
	}

.entry {
	line-height: 19px;
	}

.postmetadata {
	text-align: left;
	}

.alt {
	background-color: #ccc;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #fff url('images/bg/bg_footer.jpg') repeat-x top left;
	border: none;
	}

small {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 12px;
	}

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	text-align: center;
	}

h2 {
	font-size: 20px;
	text-align: left;
	}

h2.pagetitle {
	font-size: 24px;
	}

#sidebar ul li h2 a, 
#sidebarMiddle ul li h2 a,
.subHead a {
	font-size: 16px;
	color: #999933;	
	text-decoration: underline;
}

#sidebarMiddle ul li h2, 
#sidebarMiddle ul li h2 a:hover, 
#sidebar ul li h2, 
#sidebar ul li ul li h2 a:hover {
	text-decoration: none;
	font-size: 16px;
	color: #999933;	
	padding-bottom: 5px;
}	

h3 {
	font-size: 18px;
	}


h4 {
	padding: 0;
	margin: 0;
	color: #666633;
}	

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #ffffff;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, cite {
	text-decoration: none;
	color:  #003;
}

.entry p a:visited {
	color: #999933;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 12px Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	background-color: #ddd;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 12px;
	text-transform: none;
	}

#commentform p {
	font-family: Helvetica, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar, #sidebarLeft {
	font: 14px; 
	font-family: Helvetica, Sans-Serif;
	color: #333;
	}

small, #sidebar ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #999933;
	text-decoration: none;
	}

a:hover {
	color: #666633;
	text-decoration: underline;
	}

	}
/* End Typography & Colors */

/* NAVIGATION */

#nav {
	width: 991px;
	height:30px;
}

#nav ul {
	background-color: #fff;
	display:block;
	/* height:25px; */
	margin:-1px 0 0 0;
	padding: 0 0 5px 0;
	width:991px;
	float: left;
}

#nav ul li {
	display:block;
	float:left;
	height:25px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding: 0 1px 0 0;
}	

#nav ul li a {
	color:#fff;
	background-color: #A2AD00;
	display:block;
	font-size:14px;
	height:25px;
	line-height:27px;
	text-align:left;
}

#nav ul li a:hover, #nav ul li .on {
	text-decoration: none;
	background-color: #4C3327;
}	

.home, .news, .page22 {
	width: 104px;
}

.calendar {
	width: 130px;
}

.entertainment {
	width: 127px;
}

.weather {
	width: 189px;
}

.forum {
	width: 106px;
}

.classifieds {
	width: 120px;
}

/* Subnav */

.subNav {
	border: 1px solid #2E1813;	
	background-color: #fff;
	width: 125px !important;
}

.subNavWide {
	width: 250px !important;	
}

.subNavRegular {
	width: 123px !important;	
}	

.subNavPad {
	padding: 10px 4px 10px 2px;	
}

#nav ul li .subNav .subNavLeft, 
#nav ul li .subNav .subNavRight {
	padding: 3px 0 0 0;
	margin: 3px 0 0 0;	
	display: block;
	width: 120px;
}

#nav ul li .subNav .subNavLeft {
	float: left;
	padding-right: 2px;	
	border-right: 1px solid #ccc;
}

#nav ul li .subNav .subNavRight {
	float: right;	
	padding-left: 2px;
}

#nav ul li .subNav .subNavLeft li, 
#nav ul li .subNav .subNavRight li {
	list-style: none;
	padding: 0 3px;
	text-align: left;
}

#nav ul li .subNav .subNavLeft li a, 
#nav ul li .subNav .subNavRight li a {
	display: block; 
	width: 100px; height: 20px;
	padding: 3px;
	color: #2E1813;
	background-color: #ffffff;
}

#nav ul li .subNav .subNavLeft li a:hover, 
#nav ul li .subNav .subNavRight li a:hover {
	color: #fff;
	display: block; 
	background-color: #2E1813;
	text-decoration: none;
}

#subOfNews, #subOfPage22, #subOfEntertainment {
	position: absolute;
	top: 123px;
}

#subOfNews {
	left: 105px;
}

#subOfPage22 {
	left: 210px;
}

#subOfEntertainment {
	left: 315px;
}

/*End navigation*/

/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding-top: 16px;
	width: 1000px;
	}

#header {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	height: 78px;
	width: 991px;
}

#headerHome {
	height: 92px;	
}

#header, #headerHome {
	position: relative;
	border-top: 1px solid #2E1813;
	border-bottom: 1px solid #2E1813;
}	

#headerimg {
	margin: 0;
}

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 330px;
	/* border-right: 1px dotted #cccccc; */
	}


.mediumcolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 427px;
}

.mediumcolumn#content {
	padding: 0 10px 10px 10px;	
}	

.widecolumn {
	padding: 0;
	margin: 0;
	width: 670px;
	float: left;
	border-right: 1px solid #cccccc; 
}

.post {
	text-align: justify;
}	

.narrowcolumn .post {
	margin: 0 16px 20px 10px;
}

.mediumcolumn .post {
	margin: 0 16px 20px 11px;
}

.widecolumn .post {
	margin:  0 10px !important;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding: 5px 0px;
	border-bottom: 1px dotted #cccccc;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

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

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	float: left;
	padding: 10px 0 0 0;
	margin: 0 auto;
	width: 991px;
	height: 239px;
	clear: both;
	text-allign: center;
	border-top: 1px solid #ccc;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
#footer div {
	padding-top: 15px;
	float: left;
	color: #330000;
	font-size: 12px;
	text-align:  left;
}	

#footer div h3 {
	color: #330000;	
}	

#footer div a {
	text-decoration: none;
	color: #330000;	
}	

#footer div a:hover {
	text-decoration: none;
	color: #999933;	
}	

/* End Structure */



/*	Begin Headers */
h1 {
	padding: 0;
	margin: 0;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	margin-top: 10px;
	text-align: left;
}

#sidebar h2,  #sidebarLeft h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
		margin: 10px 0 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

.otherHeader {
	color: #2e1813;	
	font-weight: normal;
	margin-bottom: 5px;
}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Sidebars */
#sidebar {
	float:  right;
	padding: 0 9px 0 0;
	margin-left: 0;
	width: 320px;
	text-align: left;
	}

#sidebar form {
	margin: 0;
	padding: 0;
	}

#sidebarLeft {
	width: 115px;
	float:  left;
	border-right: 1px solid #ccc;
}

#sidebarMiddle {
	width: 222px;
	float:  left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}	

/* End Sidebars */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: bullet;
	padding-left: 10px;
	text-indent: 5px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/* content: "\00BB \0020"; */
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, 
#sidebar ul ul, 
#sidebarMiddle ul, 
#sidebarMiddle ul ul {
	margin: 0;
	padding: 0 12px 10px 11px;
	list-style-type: none;
	}

		
#sidebarLeft ul {
	width: 100px;
	list-style: none;
	padding: 0 0 4px 0;
	margin: 0;
}

#sidebarLeft ul li {
	padding: 2px 10px;
}

.topcat {
	color: #2E1813 !important;
	font-size: 14px;
	font-weight: normal;
}

#sidebarLeft ul li a {
	color: #777;
	display: block;
	padding-left: 3px;
}

#sidebarLeft ul li a:hover {
	color: #777;
	text-decoration: underline;
}

#sidebarMiddle ul li a,
#sidebar ul li a {
	color: #000033;	
	font-weight: bold;
}

#sidebar ul li a.rssSource {
	font-weight: normal;	
}	

#sidebarMiddle ul ul li,
#sidebar ul ul li {
	list-style-type: circle;
	margin: 2px 0;
}

/* End Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px;
	padding: 0px 0px;
	text-align: right;
	width: 300px;
	height: 30px;
	}

#searchform #s {
	width: 225px;
	padding: 0px;
	}

#searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 145px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 97%;
	padding: 2px;
	}

#commentform #submit {
	margin: -70px 0 0 0 ;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform  {
	margin: 5px 10px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
#commentform #submit {
	margin: 5px 0;	
}		
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
/*
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
*/	
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Video Modal */

#blackOut {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
	width: 100%;
	background-image: url(images/bg/modal_bground.png);
}

#OuterContainer,
#OuterContainer_vid {
	top: 145px;
	left: 0px;
	position: absolute;
	margin: auto;
	width: 100%;
	text-align: center;
	z-index: 100001;
}

#InnerContainer {
	position: fixed;
	background-color: #fff;
	position: relative;
	padding: 20px;
	margin: 0 auto;
	width: 600px;
	text-align: center;
}

#close_modal {
	clear: both;
	font-size: 15px;
	font-weight: bold;
	padding-top: 25px;
	text-align: center;
}

#close_modal a {
	color: #999;
	text-decoration: none;
}

#videoSpot {
	z-index: 10000000000000;
}


/* Stine's additions*/

.headerExtras, .headerExtrasHome {
	float: right;	
	padding: 5px 20px 0 0;
}

.headerExtrasHome {
	padding-top: 10px;
}	

.headerSearch {
	width:  300px;
	height: 30px;
	padding-top: 4px;
}

.headerAd {
	width: 290px;
	height: 35px;
	float: right;
	text-align: left;
}	

.headerContribute, .headerContributeHome {
	position: absolute;
	width: 150px; height: 32px;
	top: 0px; left: 346px;
	background: url('images/bg/submit_header_bg.jpg') top left no-repeat;
}

headerContributeHome {
	left: 369px;
}

.headerContribute a, .headerContributeHome a {
	color: #2E1813;	
	padding-top: 10px;
	display: block;
	text-align: center;
}	
/*
.emailField {
	width:  200px;
	padding:  0;
	margin: 0;
}	
*/
#respond {
	font-size: 18px;
	padding: 10px 0 5px 10px;
}

#s {
	width: 225px;
}

.summaryEntry {
	line-height: 16px;
}

.otherList {
	list-style: none;
	padding: 5px 15px;
	margin: 0;
}

.otherList ul {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}	

.otherList a {
	color: #666633;
}	

.otherList a:hover {
	color: #999933;
}

.bioPostList {
	margin-top: 5px;
}

.authorCell {
	width:  445px;
}

a.homeSubHead {
	color: #993 !important;
	text-decoration: underline !important;
	font-size: 18px;	
	padding: 10px 0;
	display: block;
}

a.homeSubHead:hover {
	text-decoration: none !important;
}

.homeSummary {
	margin-top: 5px;	
}	

.archiveLink {
	position: absolute; 
	right: 25px;top: 8px;
	color: #2E1813;
	font-weight: bold;
	font-size: 11px;
}

.archiveLink: hover {
	text-decoration: none;
}

.greyLine {
	border-bottom: 1px #ccc solid; 
	width: 100%; 
	height: 1px;
	padding: 0;
	margin: 0;
}

#sidebarMiddle .greyLine {
	margin-bottom: 10px;	
}

#sidebar .greyLine {
	margin: 10px 0;
}	

.columnistHeader {
	padding-top: 3px;	
}

.columnistHeader a {
	color: #777;
	text-decoration: underline;
}

.columnistHeader a:hover {
	text-decoration: none;
}

.right_border {
	border-right: 1px #ccc solid; 
}

.clear {
	clear: both;
}

.authorArticles {
	background: url('images/bg/bg_auhtor_articles.gif') top left no-repeat;
	color: #ffffff;
	height: 69px; width: 419px;	
}

.authorArticles h2 {
	padding: 19px 0 0 13px;
	color: #ffffff;
	font-weight: 20px;
}

.authorArticles div {
	padding: 0 0 0 16px;
}

.authorDetail {
	padding: 0 12px 0 9px;	
}	

.authorDetail h2 {
	color: #993;
	font-size: 18px;
}

/* Contributor list page */

.contributorCell {
	padding: 5px 0;
	
}
	
.contributorCell img {
	float: left;
	width: 70px;	
}

.contributorCell .contributor_info {
	float: left;
	padding-left: 15px;
	width: 500px;
}

.greenAction {
	color: #fff !important;
	font-weight: normal !important;
	background-color: #A2AD00;
	display: block;
	padding: 3px 7px;
	margin: 0 10px 10px 10px;
}

.greenAction:hover {
	color: #fff !important;
	font-weight: normal !important;
	text-decoration: underline;
}

.commentOnThisLink {
	background: url('images/bg/comment_icon.gif') top left no-repeat;
	display: block;
	float: right;
}

.excerptHome .excerptImage {
	width: 300px;
}

.excerptLarge .excerptImage {
	width: 400px;
}

.excerptMedium .excerptImage {
	width: 112px;
}

.excerptSmall .excerptImage {
	width: 70px;
}

.akpc_pop {
	display: none;
}

.subscribeCell {
	height: 24px;
}

.subscribeCell div {
	float: left;
	padding-right: 5px;
	line-height: 27px;
	color: #999933;
	font-weight: bold;
}

.subscribeCell a {
	float: left;
	padding: 0 5px;
}

.subsc_rss {
	background: url('images/buttons/btn_rss.gif') bottom left no-repeat;
	width: 41px;
}

.subsc_email {
	background: url('images/buttons/btn_daily_email.gif') bottom left no-repeat;
	width: 60px;
}

.subsc_fb {
	background: url('images/buttons/btn_facebook.gif') bottom left no-repeat;
	width: 25px;
}

.subsc_tw {
	background: url('images/buttons/btn_twitter.gif') bottom left no-repeat;
	width: 25px;
}

.subsc_yt {
	background: url('images/buttons/btn_you_tube.gif') bottom left no-repeat;
	width: 25px;
}

.columnistExcerpt img {
	display: none !important;	
}	

.authorDetail img {
	width: 205px;	
}



/***************************************
#weatherReport
***************************************/

#weatherReport {
	padding:10px o;
	line-height:1.3;
}
#weatherReport h2 {
	font-size:16px;
	padding: 0;
	margin: 0;
	color: #993;
}
#weatherReport h3 {
	width:260px;
	padding:0;
	margin:0;
	color: #993;
}
#weatherReport .row {
	margin-top:10px;
	margin-bottom:10px;
}
#weatherReport ul {
	margin:0px;
	padding:0px;
	overflow:auto;
}
#weatherReport li {
	margin:0px;
	float:left;
	list-style:none;
}
#weatherReport .line_break {
	margin:0px;
	padding:0px;
	border-bottom:1px solid #ccc;
}

#weatherReport .box_summary {
	padding:2px;
	width:68px;
	text-align:center;
}
#weatherReport .box_summary .period {
	height:30px;
	overflow:hidden;
	font-size:11px;
	font-weight:bold;
}
#weatherReport .box_summary .icon {
	height:60px;
}
#weatherReport .box_summary .summary {
	min-height:40px;
	overflow:hidden;
	font-size:11px;
}
#weatherReport .box_summary .temp {
	height:30px;
	font-size:10px;
}
#weatherReport .table{
	padding:10px;
}
#weatherReport .table .row_odd {
	background:#CCCCCC;
}
#weatherReport .table li{
	padding:4px;
}
#weatherReport .table .lable {
	padding-right:5px;
	min-width:100px;
}

#weatherReport .currentConditions,
#weatherReport .currentConditions h2 {
	text-align: center;	
}

.radar {
	width: 340px;
}

	

