/* style over-rides */

html, body {
	color: #454545;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}


#top-menu-out {
	background: #030303 url(../images/bg_header_top.jpg) no-repeat scroll center center;
}

#top-menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background: none;
}

#top-menu li {
	border-left: 1px solid #fffaf8;
}

#header-out {
	background: #030303;
	border-top: none;
}

#header-bg {
	background: transparent url(../images/bg_header.jpg) no-repeat scroll center center;
}

#header .col-left {
	/*padding: 0 0 0 22px;*/
	padding: 0;
}

#header{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}

#header .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#header #search input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	position:absolute;
	right: 5px;
	top: 2px;
}

.photocred {
	float: right;
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top:13px;
}

.photocred a {
	color: #333333;
}

#main-menu li a {
	border-right: 1px solid #af401b;
}

#main-menu a {
	color:#FFF;
}


#middle-out {
	background: #fffaf8 none repeat scroll 0 0;
}

#content .featured {
	border: 10px solid #F3F3F3;
	padding: 5px 20px 10px;
	width: 570px;
}

.featured p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFF;
}

.featured p.post-details {
	font-size: 12px;
}

#content .featured h2 {
	color: #FFF;
	font-size: 22px;
}

.featured img {
	border: 1px solid #fffaf8;
	padding: 0;
}

#content #latest .post h2 {
	font-size: 20px;
}

a {
	color: #cf4c20;
}

#content #latest {
	border-top: 5px dotted #E4E4E4;
}

#content #latest .post {
	border-bottom: 5px dotted #E4E4E4;
}

#content #popular-articles .block {
	border-bottom: 5px dotted #E4E4E4;
	padding:0 5px 40px 8px;
}

a.read-more {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
/*	float: left;*/
	margin: 5px 0;
	font-size: 14px;
}

#content #popular-articles h2 {
	background: none;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #48afc2;
	font-weight: normal;
	padding: 0 0 3px 8px;
	border-bottom: 5px dotted #E4E4E4;
}

#content h2.arh {
	background: none;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #48afc2;
	font-weight: normal;
	padding: 0 0 3px 8px;
	border-bottom: 5px dotted #E4E4E4;
}

#main-menu.normal li.current-cat a, #main-menu.normal li.current-cat-parent a {
	border-right: 1px solid #3e97a8;
}

.small-banner {
	width: 155px;
	float: left;
	margin-bottom: 10px;
}

.asb-form {
	width: 311px;
	margin-bottom: 14px;
}

.big-box {
	width: 302px;
	margin: 0 0 14px 4px;
	border: 1px solid #DEDEDE;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
}

/* HTML Page Styles */

#about {
	margin-top: 15px;
}

#content #about {
	border-top: 5px dotted #E4E4E4;
}

#content #about .profile {
	border-bottom: 5px dotted #E4E4E4;
	padding: 0 0 20px;
}

#content #about h3 {
	color: #48AFC2;
}

#content #about .profile p {
/*	display: inline;*/
	line-height: 24px;
	padding: 2px 0 5px;
}

#content #about img, #content #latest img {
	border: 1px solid #e4e4e4;
	display: block;
}

#content #about div.profile div.about-text {
/*	padding-bottom: 35px;*/
	float: left;
	width: 460px;
}


