/**
Theme Name: EstleMag
Author URI: http://wpjunction.com
Version: 1.0
Author: hpa
Description: Magazine WP Theme
Coder: misbah (ini_misbah@yahoo.com)
*/

/* -------------------------------------- */

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}

body {
	background:#213E53 url(images/background.gif) repeat-x 0 0;
	font:normal 12px Arial, Verdana, Tahoma;
	color:#7B878F;
	line-height:18px;
}

a {
	color:#2D8EC6;
	text-decoration:none;
}

a:hover { color:#057EC4; }

#wrapper {
	background-color:#FFFFFF;
	width:1001px;
	margin:0 auto;
}

/* header */
#header {
	background:#2098DE url(images/header-bg.gif) repeat-x 0 0;
	border-left:1px solid #2BA5EA;
	border-right:1px solid #2BA5EA;
	height:182px;
	overflow:hidden;
}

#date-now, #top-search-wrap {
	float:left;
	width:280px;
	display:block;
	height:40px;
	font-size:10px;
	text-transform:uppercase;
}

#date-now {
	background:url(images/clock.gif) no-repeat 6px 10px;
	color:#EFEFEF;
	line-height:39px;
	padding-left:30px;
}

#top-search-wrap {
	background:url(images/top-searc-form-bg.gif) no-repeat 48px 8px;
	float:right;
	width:260px;
	height:28px;
	padding-top:12px;
	position:relative;
}

#label-shadow {
	top:13px;
	left:1px;
	position:absolute;
	font-size:10px;
	text-transform:uppercase;
	color:#33A4E4;
}

#top-search {
	position:absolute;
}

#top-search label {
	color:#0E6291;
}

#top-s {
	background:none;
	border:none;
	font-size:10px;
	text-transform:uppercase;
	margin-left:10px;
	width:190px;
	color:#147EBA;
}

#branding {
	clear:both;
	height:100px;
	overflow:hidden;
	position:relative;
	text-transform:uppercase;
	margin-bottom:1px;
}

#blog-title {
	display:block;
	float:left;
	font:bold 33px Verdana, Tahoma, Arial;
	line-height:100px;
	padding:0 15px 0 25px;
}

#blog-title a {  color:#1D577E; }

#blog-title a:hover {  color:#D9D9D9; }

#branding-separator {
	background:transparent url(images/brand-separator.gif) no-repeat 0 50%;
	display:block;
	float:left;
	width:2px;
	height:100px;
	margin-right:15px;
}

#blog-description, #blog-description span {
	background:transparent url(images/tagline-bg.jpg) no-repeat;
	background-position:0 38px;
	display:block;
	float:left;
	height:100px;
	padding-left:6px;
}

#blog-description span {
	background-position:100% 38px;
	font:normal 14px Tahoma, Verdana, Arial;
	line-height:100px;
	color:#289BDA;
	padding:0 6px 0 0;
}

#blog-description-shadow {
	position:absolute;
	display:block;
	left:256px; /* change this if you change your logo */
	top:41px;
	color:#244056;
	font:normal 14px Tahoma, Verdana, Arial;
}

#page-menu ul {
	display:block;
	height:40px;
	overflow:hidden;
	margin-bottom:1px;
}

#page-menu ul li {
	display:inline;
}

#page-menu a {
	background:transparent url(images/menu-separator.gif) no-repeat 100% 0;
	display:block;
	float:left;
	height:40px;
	font-size:10px;
	line-height:40px;
	color:#5DBFF8;
	padding:0 11px 0 8px;
	text-transform:uppercase;
}

#page-menu a:hover, #page-menu .current_page_item a {
	color:#B0DAF3;
}

/* container */
#container {
	border-left:1px solid #2BA5EA;
	border-right:1px solid #2BA5EA;
}

/* content */
#content {
	float:left;
	width:657px;
	padding:11px 0 6px 6px;
}

.pagetitle {
	margin-bottom:3px;
	color:#1E6086;
	font-weight:normal;
}

#mini-post-wrap .odd { float:left; }

#mini-post-wrap .even { float:right; }

.mini-post {
	width:326px;
	margin-bottom:10px;
}

.title {
	font:normal 24px 'Times New Roman', Georgia, serif;
	height:30px;
	padding-bottom:3px;
	border-bottom:1px solid #D6E4EC;
	margin-bottom:3px;
	line-height:30px;
	width:611px;
	color:#2D8EC6;
}

.post .title {
	width:100%;
	border:none;
	padding:0;
	margin:0;
}

.mini-post .title {
	font:normal 16px 'Trebuchet MS', Tahoma;
	margin-bottom:3px;
	color:#1B4A6C;
	height:20px;
	line-height:20px;
	overflow:hidden;
	border:none;
	padding:0;
}

.mini-post .title a { color:#1B4A6C; }

.mini-post .entry {
	height:145px;
	overflow:hidden;
	margin-bottom:3px;
}

.mini-post .meta {
	background:url(images/meta-bg.gif) no-repeat 0 0;
	font:normal 11px Tahoma, Verdana;
	height:27px;
	line-height:27px;
	padding:0 12px;
}

.mini-post .date-post {
	color:#FFFFFF;
}

.date-post, .read-more, .author-post {
	color:#FFFFFF;
	display:block;
	float:left;
}

.read-more {
	float:right;
	padding-right:10px;
}

.navigation .alignleft a, .navigation .alignright a {
	background-color:#EAF4FA;
	border:1px solid #BBD5E4;
	display:block;
	float:left;
	font:normal 11px Verdana, Tahoma;
	color:#0D8CD5;
	height:25px;
	line-height:25px;
	padding:0 7px;
}

/* sidebar */
#sidebar {
	float:right;
	width:319px;
	padding:11px 6px 6px 0;
}

.widget {
	margin-bottom:7px;
}

.widget-title {
	background:#1694DB url(images/widget-title-bg.gif) repeat-x 0 0;
	border:1px solid #1486C7;
	font:normal 12px Tahoma, Verdana;
	color:#FFFFFF;
	height:32px;
	line-height:32px;
	text-transform:uppercase;
	padding:0 9px;
	overflow:hidden;
}

.widget-content {
	background-color:#F0F8FC;
	border:1px solid #DFEAF1;
	border-top:none;
	padding:0 5px 4px;
}

.widget-content ul li {
	background:url(images/arrow.gif) no-repeat 4px 10px;
	display:block;
	line-height:28px;
	border-bottom:1px solid #D6E3EB;
	color:#4385AC;
	padding-left:20px;
}

.widget-content ul li a {
	color:#4385AC;
}

.widget-content ul li.hover {
	background-color:#FFFFFF;
}


/* footer */
#footer {
	background:#284B64 url(images/footer-bg.gif) repeat-x 0 0;
	border-top:1px solid #1B415C;
	border-left:1px solid #2B4F69;
	border-right:1px solid #2B4F69;
	font-size:10px;
	color:#FFFFFF;
	height:40px;
	line-height:40px;
	padding:0 15px;
	text-transform:uppercase;
}

#copyright {
	float:left;
}

#credit {
	float:right;
}



