﻿/* Base Site Styles */

body {
	background-color:#F1F1F1;
	color:#111111;
	font-family:Helvetica,Sans-Serif,Arial;
}

a, a:active, a:link, a:visited {
	color:#1560BA;
	text-decoration:none;
}

a:hover {
	color:#609EE9;
	text-decoration:underline;
}

.main {
	background-color:#FFFFFF;
	margin-top:15px;
	width:972px;
	padding-top:0px;
}

.contentArea {
	background:url("/images/contentArea.png") left top repeat-y;
	margin:0px;
	padding:0px 1px;
}

.contentTop {
	background:transparent url("/images/topCap.png") left bottom no-repeat scroll;
	height:10px;
	margin:0px;
	padding:0px;
	font-size:1px;
	line-height:0
}

.contentBottom {
	background:transparent url("/images/bottomCap.png") left top no-repeat scroll;
	height:10px;
	margin:0px;
	padding:0px;
	font-size:1px;
	line-height:0
}

.clear {
	min-height:1px;	
}

.spacer {
	margin-top:20px;	
}

h1 {
	color:#700017;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:24px;
	font-weight:900;	
/*	margin-bottom:25px;
	margin-top:0;
	padding-bottom:1px; */
}

h1.emphasis {
	background:url(/images/insidericon.gif) no-repeat;
	border-bottom:1px solid #A3A1A1;
	height:25px;
	padding:3px 0 0 30px;
/*	margin-bottom:25px;
	padding-bottom:1px;
	padding-top:4px;
	width:600px;	*/
}

h5 {
	font-family:Helvetica,Sans-Serif,Arial;
	font-size:14px;
	font-weight:bold;
	color:#333333;	
	padding:0px;
	margin:0 0 12px 0;
}

hr {
	clear:both;
	background-color:#FFFFFF;
	border-color:#C1C8C1;
	border-style:none none dotted;
	border-width:1px;
	color:#FFFFFF;
	margin-bottom:20px;
	margin-top:20px; 
}

div.hr {
	clear:both;
	background-color:#FFFFFF;
	border-bottom:dotted 1px #C1C8C1;
	margin-bottom:20px;
	margin-top:20px; 	
}

.borderRight {
	border-right:1px solid #CECECE;
	margin-right:-1px;
}

.horizontalAdSpace {
	clear:both;
	background-color:#D3D3D3;
	border-left:10px solid #F1F1F1;
	border-right:10px solid #F1F1F1;
	padding:20px 0;
	width:952px;
	min-height:20px;
	text-align:center;
}

.verticalAdSpace {
	width:100%;
	text-align:center;
}

/* Header and Main Navigation */

.header {
	width:970px;
	margin:0px;
}

.logo {
	background: url("/images/insiderOhioLogo.gif") left center no-repeat #fff;
	height:61px;
	width:261px;	
}

.headerSearch {
	margin-top:22px;
	text-align:right;
}

.searchBox {
	width:175px;
	margin-right:2px;
	padding:2px 1px;
	border:1px solid #A3A1A1;
}

.searchButton {
	
}

.mainNavigation {
}

ul.headerNav {
	width:100%;
	float:left;
	margin:10px 0 10px;
	padding:0;
	height:auto !important;
	
	border-bottom:1px solid #700017;
	border-top:1px solid #700017;
	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.03em;}

ul.headerNav li {
	float:left;
}

ul.headerNav li a, ul.headerNav li a:link, ul.headerNav li a:visited  {
	background-color:#FFFFFF;
	border-right:1px solid #D6D6D6;
	color:#700017;
	float:left;
	padding:0.2em 1em;
	text-decoration:none;
}

ul.headerNav li a:hover {
	background-color: #700017;
	color: #fff;
}


/* Masthead Styles */

img.mastheadImage {
	border:1px solid #231F20;
}
.mastheadTitle {
	color:#C0C0C0;
	font-size:12px;
	padding:3px 0 8px;
	text-align:right;
}
.pubDate {
	color:#999999;
	padding:4px 0px 16px;
}
.headerRule {
	background:url(/images/rule.gif) repeat-x top;
	padding:12px 0;
}


/* Sidebar Content Styles */

.boxedContent {
	border:1px solid #D1D1D1;
	margin-bottom:10px;
}

.boxedContent h4 {
	background-color:#700017;
	color:#FFFFFF;
	font-family:Helvetica,Sans-Serif,Arial;
	text-transform:uppercase;
	padding:5px 10px;
	text-align:center;
	font-weight:bold;
	margin-bottom:0;
}

.boxedContent h4 a, .boxedContent h4 a:visited, .boxedContent h4 a:link {
	text-decoration:none;
	color:#FFFFFF;
}

.boxedContent h4 a:hover {
	color:#999999;
}

.boxedContent .item {
	padding:10px;	
}

.centeredImage {
	border:1px solid #A1A1A1;
	text-align:center;
	display:block;
	margin:0 auto 10px;
}

.archiveList {
	padding:0 0 6px 10px;
	overflow:auto;
}

.archiveYear {
	font-size:14px;
	font-weight:bold;
}

.archiveList ul {
	font-size:14px;
	line-height:20px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:2px;
	margin-left:16px;
	padding-left:0;
}


/* Homepage Styles */ 

.featureListingTitle {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight:900;
	font-size:1.7em;
	margin-bottom:0.4em;
/*	margin:0 0 10px;
	padding:0;	*/
}

.featureListingItem {
	overflow:auto;
	padding:0px;
	margin:0px;
}

img.featured {
	border:1px solid #A1A1A1;
	margin:0 10px 10px 0;
	float:left;
}

/* Site Wide Styles */

.section {
	padding-bottom:10px;	
}

.byline {
	margin-bottom:0.4em;
}

.byline .date {
	color:#858585;		
}

.bulletedList {
	color:#858585;
	font-size:1.3em;
	line-height:1.4em;
	margin-bottom:2px;
	padding-left:10px;
}

.pager {
	border-bottom:1px solid #333333;
	font-size:10px;
	margin-bottom:10px;
	padding-bottom:4px;
	text-align:right;
	text-transform:uppercase;	
}

.videoWrapper {
	text-align:center;
	padding:10px;
}

/* Featurette Styles */

.calloutCityTitle {
	color:#333333;
	font-size:12px;
	letter-spacing:2px;
	line-height:12px;
	margin-bottom:0;
	padding-top:4px;
}

a.calloutHeading:link, a.calloutHeading:visited {
	color:#9D1F08;
	font-family:Trebuchet MS,Helvetica,sans-serif;
	font-size:25px;
	font-weight:bold;
	letter-spacing:2px;
	padding:0 0 12px 0;
	display:block;
}

.insiderPlaces h4 {
	color:#9D1F08;
	font-family:Trebuchet MS,Helvetica,sans-serif;
	font-size:22px;
	font-weight:bold;
	letter-spacing:2px;
	margin-bottom:12px;
}

.afterDark h2{
color:#373737;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
text-decoration:none;
font-weight:bold;
margin-bottom:3px;
}
.afterDark ul {
	 list-style-type:none;
margin-bottom:3px;
margin-left:0;
padding:0;
}
.afterDark ul li {
margin-bottom:3px;
padding:3px 0;
}
.videoplay{
border:medium none;
float:left;
display:block;
margin:8px;
vertical-align:text-bottom;
}
a.video {
background-image:url(../images/videoplay.gif);
background-position:5px 0;
background-repeat:no-repeat;
padding:0 0 0 30px;
text-decoration:none !important;
}
.video {
padding-top:15px;
}

ul.calloutList {
	list-style-type:none;
	margin:0 0 0 10px;
}

ul.calloutList li {
	margin-bottom:6px;
}

.padRight {
	padding-right:10px;
}

/* Locations */

.address {
	width: 200px;
	float:left;
}


/* Insider Places JQuery Styles */

#insiderPlaces {
	width:100%;
	margin-left:10px;
}

.insiderPlaces {
	width:100%;
	margin-left:10px;
}

.guideItem{
	height:90px;
	width:310px;
	display:block;
	clear:both;
}

.guideItem a {
}

.guideItem p{
	padding-top:10px;
}

.guideThumb {
	border: 1px solid #ccc;
	margin-right: 5px;
	float:left;
}

.guideThumb2 {
	margin-bottom:10px;
	border: 1px solid #ccc;
	clear:both;
}


/* Tags */
.tags {
	padding-left: 34px;
	background-image: url(/images/icon_tag.gif);
	background-repeat: no-repeat;
	background-position: 9px 0px;
	padding-bottom: 9px;
	text-transform: uppercase;
	font-size: 10px;
}
.cityTags {
	background-image: url(/images/icon_globe.gif);
	text-transform: uppercase;
}

.commentTags {
	background-image: url(/images/icon_comments.gif);
	text-transform: uppercase;
}


/* Footer */

#footer {
	clear: both;
	text-align: center;
	padding: 1em 0 1em 0;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
	padding: 0 0 0 .4em;
	margin: 0 0 0 .2em;
	border-left: #000 .06em solid;
}

#footer li.first {
	padding: 0;
	margin: 0;
	border-left: none;
}

#footer li.last {
	border-left: none;
	padding: 0 0 0 .2em;
	margin: 0 0 0 .1em;
}

#footer li a:hover, a:active {
	color: #609ee9;
}
