body {
	background:#bc2127 url(../images/shadow.png) center repeat-y;
	font: 1em/17px georgia,'palatino linotype',palatino,'times new roman',times,serif;
	/* font: 1em/17px arial, sans-serif; */
	/* font-family: Arial, Helvetica, Utkal, sans-serif; */
	font-size: 1em/17px;
	color:#222;
}

h2.innerTitle a {
	color:#333;
	display:block;
}
h2.innerTitle a:hover {
	color:#bc2127;
	text-decoration:underline;
}

h2.archiveTitle a:hover {
	color:#5378AC;/*accent */
}

h2.archiveTitle { /* Post title for archive pages where more than 1 entries are listed*/
	font-size:20px;
	line-height:1em;
	color:#231f20;
	display:block;
}
h2.archiveTitle a {
	color:#231f20;
	display:block;
}

h2.bigPostTitle {
	font-size:20px;
	line-height:1em;
	color:#231f20;
	display:block;
	margin-top:5px;
	margin-bottom:7px;
}
h2.bigPostTitle a {
	color:#231f20;
	display:block;
}
h2.bigPostTitle a:hover {
	color:#5378AC;
	text-decoration:underline;
}

h3.redWidgetTitle {
	color:#5378AC;
	font-weight:bold;
	display:block;
	margin-bottom:7px;
}
h3.redWidgetTitle a, h3.redWidgetTitle a:hover {
	color:#5378AC;
}

h3#comments {
	display:block;
	font-size:1.3em;
	font-weight:normal;
	clear:both;
	display:block;
	color:#010d37;
	padding:5px;
	margin-bottom:10px;
	background:#f9f9f9;
}

h3#leaveComment{
	font-weight:bold;
	font-size:.9em;
	text-transform:uppercase;
	color:#fff;
	margin-top:3px;
	clear:both;
	background:#5378AC;
	padding-left:7px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:5px;
}
h4.titleSidebarNews {
	text-transform:uppercase;
	color:#5378AC;
	margin-left:10px;
	margin-bottom:3px;
	margin-top:10px;
	font-weight:bold;
	font-size:11px;
}

#navbar {
	background:#eee;
	margin-bottom:15px;
	height:25px;
	font-size:1.2em;
	border-bottom:3px solid #5378AC;
}

ul#navcatlist li.current-cat a {
	color:#fff;
	background:#5378AC;
	text-decoration:none;
}

.post a:hover {
	color:#5378AC;
	text-decoration:underline;
}

span.postinfo a {
	display:inline;
	color:#5378AC;
}

.pagination a:hover, .pagination a.selected {
			text-decoration:underline;
			color:#5378AC;
		}
		
a:hover.videoLink {
			color:#5378AC;
			text-decoration:underline;
		}

#horizontal_carousel ul li a:hover {
	color:#5378AC;
}

#photoGalleryBar  ul#sub li a:hover {
	color:#5378AC;
}

.titleCatName { /* Category Links above the sections on homepage */
	text-transform:uppercase;
	font-family: arial, verdana, sans-serif;
	color:#5378AC;
	font-weight:bold;
	font-size:11px;
}

.titleCatName a.titleCatName a:hover {
	text-transform:uppercase;
	color:#5378AC;
	font-weight:bold;
}
.navigation a {color:#5378AC;}

ol.commentlist li a:hover{ /* Comment Wrapper */
	color:#5378AC;
}

#submit {
	background: #5378AC;
	color:#fff;
	width: 90px;
	height:24px;
	border:none;
	display:block;
	line-height:0px;
	cursor:pointer;
}

#submit:hover {
	cursor:pointer;
	background: #5378AC;
	color:#fff;
	width: 90px;
	height:24px;
}

#topStories ul li {
   		line-height:15px;
		color:#5378AC;
		list-style:disc inside;
	}
	
#featured .feaPostMeta a {
			color:#5378AC;
		}
		
a#blogformat { /* Link style for "See this site in classic blog format" lin */
		color:#5378AC;
		display:block;
		font-size:16px;
		margin-top:10px;
		text-align:center;
	}
	

