/* Link Color Styles */
a:link, a:visited {
	color: #0080a0;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #0080a0;
	text-decoration: none;
}
/* Header Background Color */
#header_wrap {
	background: #003150;
}
/* Header Colors */
h1 {
	color: #666666;border-bottom:1px dotted #ccc;
}
#sidebar h3 {
	color: #444444;
}
/* Page Navigation Colors */
#header .navigation li a {
	background: #004768;
	color: #fff;
	border: 1px solid #004768;
}
#header .navigation li a:hover, 
#header .navigation li.current_page_item a,
#header .navigation li.current_page_parent a {
	background: #fff;
	color: #004768;
	border-color: #fff;
}

.sticky {
    display:block; clear:both; font-size:18px;
}

#content .home  .sticky {background-color: #ffffcc;padding:9px}

#content .post_wrap .sticky h2 a {font-size:28px; font-weight:normal; text-transform:capitalize}
.adsLink{float:right; padding:5px 9px 3px 9px; background-color:#fff; margin:-20px 15px 15px 0px; border-top:1px solid #f0f0f0; display:block; clear:both; width:690px;}

.wp-caption {
	background-color:#fff;
	margin-bottom:15px;margin-top:5px;
	padding-top: 5px;
	padding-bottom: 11px;
	padding-right: 19px;
	padding-left: 11px;display:block
}

.adcombo{float:left}
