@charset "utf-8";

/* -- GLOBAL LAYOUT STYLES ------------------------------ */
html {
	width: 				100%;
	height: 			100%;
}

body {
	margin: 			0;
	width: 				100%;
	font: 				normal 12px Georgia, "Times New Roman", Times, serif;
	background-color: 	#FFFFFF;
}

/* -- HEADER -------------------------------------------- */
#header {
	
}

#masthead-row1 {
	border-bottom: 		2px solid #000000;
	padding-bottom: 	5px;
}

#masthead-image {
	float: 				left;
	width: 				212px;
	position: 			relative;
}

#masthead-image img {
	border: 			0px;
}

#masthead-date {
	position: 			absolute;
	left: 				8px;
	top: 				35px;
}

#masthead-title {
	margin-top: 		20px;
	float: 				left;
	width: 				435px;
	text-align: 		center;
	font: 				bold 28px Arial, Helvetica, sans-serif;
	line-height: 		28px;
}

#masthead-ad {
	float: 				left;
	width: 				85px;
	margin-top: 		5px;
}

#masthead-ad img {
	border: 			0px;
	margin-top: 		7px;
	margin-right: 		10px;
}


/* -- SEARCH ------------------------------------------- */
#masthead-search {
	float: 				left;
	width: 				237px;
	margin-top: 		5px;
	font: 				normal 11px Arial, Helvetica, sans-serif;
}

#masthead-search form {
	
}

#masthead-search .input-text {
	width: 				200px;
	border: 			1px solid #a1a1a1;
	padding: 			2px;
	font-size: 			12px;
	vertical-align: 	middle;
}

#masthead-search .input-button {
	border: 			0px;
	vertical-align: 	middle;
}

/* -- FOOTER -------------------------------------------- */
#footer {
	border-top: 		2px solid #000000;
	text-align: 		center;
	font-family:		Arial, Helvetica, sans-serif;
}

#footer a {
	text-decoration: 	none;
	color: 				#000000;
}

#footer a:hover {
	color: 				#004375;
}

#footer-links {
	float: 				left;
	width: 				770px;
	font-size: 			10px;
}

.footer-social-media {
	margin: 			10px;
	float: 				left;
	width: 				80px;
	text-align:			right;
	font-size: 			8px;
}

.footer-social-media img {
	margin: 			2px;
	border: 			0px;
	display: 			block;
	float: 				right;
}

/* -- DIALOG ------------------------------------------- */
#dialog {
	position: 			absolute;
	z-index:			100;
	width: 				200px;
	height:				25px;
	display:			none;
	border: 			1px solid #004375;
	background-color:	#FFFFFF;
	padding:			5px;
	font:				normal 20px Arial, Helvetica, sans-serif;
	color:				#505050;
	text-align: 		center;
}	

/* -- CONTENT ENTRY DEFAULTS --------------------------- */
.entry {
	margin-top: 		15px;
}

.entry-media {
	margin: 			5px 0px;
	text-align: 		center;
}

.entry-media img {
	display: 			block;
	border: 			0px;
	margin: 			0px auto;
}

.entry-section {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			12px;
	line-height: 		12px;
	color: 				#444444;
	text-transform: 	capitalize;
}

.entry-title {
	font-size: 			16px;
	line-height: 		20px;
	color: 				#004375;
	font-weight: 		bold;
}

.entry-author {
	margin: 			3px 0px 8px 0px;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			10px;
	line-height: 		10px;
	color: 				#aeaeae;
}

.entry-postdate {
	color: 				#9e0000;
}

.entry-media-caption {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			10px;
	line-height: 		14px;
	color: 				#222222;
	margin-top: 		5px;
	text-align: 		left;
}

.entry-excerpt {
	margin-top: 		0px;
	font-size: 			12px;
	line-height: 		18px;
	color: 				#444444;
}

.entry-links {
	margin-top: 		5px;
}

.entry-links img {
	margin-right: 		15px;
	border: 			0px;
}

.entry-share {
	margin-top: 		5px;
	text-align: 		right;
}

.entry-share img {
	display:			inline;
	border: 			0px;
}

.entry a {
	color: 				#004375;
	text-decoration: 	none;
}

.bottom-rule {
	display: 			block;
	margin:				15px 0px 0px 0px;
	width: 				100%;
	height: 			5px;
}

/* -- TOP 10 ARTICLES LAYOUT --------------------------- */
#special-top {
	border: 			1px solid #d8d8d8;
	font-size: 			11px;
	line-height: 		15px;
}

#special-top h2 {
	font: 				bold 12px Arial, Helvetica, sans-serif;
	text-transform:		uppercase;
	padding: 			0px 5px;
}

#special-top ol {
	color: 				#444444;
	margin: 			0px;
	padding: 			0px;
}

#special-top ol li {
	margin-left: 		30px;
	margin-bottom: 		10px;
}

#special-top ol li img {
	width: 				40px;
	height: 			40px;
	border: 			0px;
}

#special-top a {
	color: 				#004375;
	text-decoration: 	none;
}


/* -- TEXT/SHARED -------------------------------------- */
.ad-image {
	display: 			block;
	border: 			0px;
}

#ad-side img {
	margin: 			0px auto;
}

.image-left {
	float: 				left;
	margin-right: 		10px;
}

.image-right {
	float: 				right;
	margin-left: 		10px;
}

.clear {
	clear: 				both;
	height: 			0px;
	line-height: 		0px;
}