/**
Theme Name: Style Isle
Author URI: http://wpjunction.com
Theme URI: http://wpjunction.com
Author: hpa
Version: 1.0
Description: Premium WP, featured post, blue, three widget slots
*/

@import url('css/reset.css');
@import url('css/default.css');
@import url('css/comments.css');
@import url('css/glide.css');
@import url('css/widgets.css');
@import url('css/tabs.css');

body {
	background:#F4EBCE url('./images/background.gif') repeat-x 0 0;
	font:normal 11px Tahoma, Verdana, Arial;
}

a {
	color:#004882;
	text-decoration:none;
}

a:hover { color:#41C5EF; }

#body-in {
	background:transparent url('./images/header-content-bg.jpg') no-repeat 50% 42px;
}

#wrapper {
	background:transparent url('./images/header-top-bg.png') no-repeat 0 0;
	width:980px;
	margin:0 auto;
}

/* header */
#header {
	
}

#page-menu, #top-search .input-text {
	font-size:10px;
	text-transform:uppercase;
}

#page-menu {
	float:left;
	width:693px;
	height:33px;
	line-height:33px;
	overflow:hidden;
	font-size:10px;
}

#page-menu li {
	display:inline;
	padding:0 8px;
}

#page-menu a { color:#FFFFFF; }

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

#top-search-wrap {
	float:right;
	width:264px;
	height:23px;
}

#top-search {
	background:transparent url('./images/top-search-form.jpg') no-repeat 0 0;
	width:264px;
	height:23px;
	position:relative;
	top:6px;
}

#top-search input {
	border:medium none;
	background:transparent;
	position:absolute;
	color:#BEBEBE;
}

#top-search .input-text {
	width:191px;
	left:5px;
	top:4px;
	color:#FFFFFF;
}

#top-search .input-submit {
	width:61px;
	height:23px;
	padding:0;
	right:0;
	top:0;
	cursor:pointer;
}

/* branding */
#branding {
	height:82px;
	margin-top:11px;
	padding-left:8px;
}

#blog-title {
	font:normal 40px "Trebuchet MS";
	text-transform:capitalize;
	margin: 0px;
	padding: 0px;
}

#blog-title a { color:#483514; }

#blog-title a:hover { color:#50482E; }

#blog-description {
	/*font:normal 16px 'Tahoma';*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	color:#795C29;
	margin: 0px;
	padding: 0px;
}

#category-menu {
	height:36px;
	line-height:36px;
	overflow:hidden;
	font-size:14px;
	text-transform:uppercase;
	padding:0 8px;
	margin-bottom:2px;
}

#category-menu li {
	display:inline;
	margin-right:17px;
}

#category-menu li a { color:#50482E; }

#category-menu li a:hover { color:#795C29; }

/* container */
#container {
	background-color:#FFFFFF;
	padding:6px;
}

/* content */
#content {
	float:left;
	width:590px;
	margin-right:6px;
}

#featured-posts-wrapper {
	padding:8px;
	width:572px;
	background-color:#151614;
	height:295px;
	overflow:hidden;
	margin-bottom:10px;
}

/* mini post */
.box-category {
	float:left;
	background:#FFFFFF url('./images/mini-post-top-bg.gif') repeat-x 0 0;
}

.box-category-in {
	background:transparent url('./images/mini-post-bottom-bg.gif') no-repeat 0 406px;
	width:276px;
	height:623px;
	padding:0 7px 7px;
	overflow:hidden;
}

.box-category-in-no-image { background:transparent url('./images/mini-post-bottom-bg.gif') no-repeat 0 249px !important; }

.odd { margin-right:8px; }

.box-title {
	color:#184E69;
	height:34px;
	line-height:34px;
}

.box-category .title a { color:#4D7CB3; }

.box-category .title a:hover { color:#555555; }

.box-category img {
	margin:8px auto 10px;
	width:276px;
	height:142px;
}

.box-category .entry {
	height:210px;
	padding-top:4px;
	overflow:hidden;
}

.box-category .box-more-title {
	height:35px;
	line-height:35px;
	color:#FFFFFF;
}

.box-category .more-title { margin-bottom:10px; }

.box-category .more-title li {
	height:23px;
	line-height:23px;
	overflow:hidden;
}

.box-category .read-more {
	background:#1A81B0 url('./images/read-more-bg.gif') repeat-x 0 0;
	display:block;
	width:85px;
	height:22px;
	line-height:22px;
	text-align:center;
	color:#FFFFFF;
	border:1px solid #368ACE;
}

.no-image { background:#FFFFFF url('./images/mini-post-top-no-image-bg.gif') repeat-x 0 0 !important; }

.pagetitle {
	font:normal 25px 'Trebuchet MS', Tahoma, Verdana;
	color:#5D5D5D;
}

/* post */
.post .title {
	font:normal 16px 'Trebuchet MS', Verdana, Tahoma;
	color:#1484B4;
}

.post .meta {
	margin-bottom:10px;
}

/* post navigation */
#post-nav { 
	text-transform:uppercase;
	font-size:11px;
	margin-bottom:10px;
	padding-right:10px;
}

#post-nav a {
	display:block;
	background-color:#719FD2;
	border:1px solid #4D729D;
	color:#FFFFFF;
	padding:8px 13px;
}

#nav-prev-post, #nav-next-post {
	float:right;
	margin-left:10px;
}

/* sidebar */
#sidebar {
	float:left;
	width:372px;
}

.widget { margin-bottom:10px; }

#sidebar #primary .widget-title {
	font:normal 16px 'Trebuchet MS', Verdana, Tahoma;
	color:#1484B4;
	border-bottom:4px solid #EBD696;
	padding-bottom:3px;
	margin-bottom:5px;
}

.widget-content a { color:#5D5D5D; }

.widget-content li {
	height:27px;
	line-height:27px;
	overflow:hidden;
	border-bottom:1px solid #F0ECDE;
}

.widget-content li li {
	border:none;
}

#calendar_wrap { padding:5px 5px 0; }

#sidebar #secondary .widget-title {
	background:#1C84B1 url('./images/widget-title-bg.gif') repeat-x 0 0;
	overflow:hidden;
	font:normal 12px 'Trebuchet MS', Verdana, Tahoma;
	height:23px;
	line-height:23px;
	color:#FFFFFF;
	border:1px solid #368ACE;
	padding:0 5px;
}

#sidebar .widget-content li { padding:0 5px; }

/* footer */
#footer {
	background-color:#FFFFFF;
	padding:0 6px;
}

#footer a { color:#1575A9; }

#footer a:hover { color:#004882; }

#footer ul {
	display:block;
	border-top:1px solid #C2D7E3;
	padding:15px 4px 10px;
}

#footer-menu li {
	display:inline;
	margin-right:13px;
	color:#1575A9;
}

#copyright {
	padding:0 4px 15px;
	color:#4B4B4B;
}

