/**
Theme Name: Embarcadero
Author URI:http://comunikha.com
Theme URI:http://comunikha.com
Version:1.0
Author:IKH
Description: Club Embarcadero Pacifico
Tags:two columns,image slider, 
*/

@import url('css/reset.css');
@import url('css/default.css');
@import url('css/widgets.css');
@import url('css/comments.css');

body {
	background:#E8E7E2 url('./images/bg1.jpg') center;
	font:normal 12px Arial, Verdana, Tahoma;
	color:#7B796B;
}

a { color:#324767; }
a:hover { color:#324767; }

.clear { clear:both; }

.clearleft { clear:left; }

.hidden { display:none; }

#wrapper {
	width:980px;
	margin:0 auto;
}

/* header */
#header {
	background:transparent url('./images/embarcadero.jpg') no-repeat ;
	height:183px;
}

#branding {
    padding-top:142px;
}

.menu {
	background:#322825 url('./images/menu-bg.jpg') repeat-x 0 0;
	height:41px;
}

.menu ul {
	display:block;
	float:left;
	width:710px;
	overflow:hidden;
	height:39px;
}

.menu li {
	background:transparent url('./images/menu-separator.jpg') no-repeat 0 0;
	display:block;
	float:left;
	height:39px;
	padding-left:2px;
}

.menu li.first { background:none !important;}

.menu li a {
	display:block;
	float:left;
	height:39px;
	padding:0 5px;
	font: bolder 11px Arial, Verdana;
	text-transform:uppercase;
	color:#666666;
	line-height:39px;
}

.menu li a:hover, .menu li.current_page_item a {
	background:#302723 url('./images/menu-hover-bg.jpg') repeat-x 0 0;
	color:#FFF;
}

.menu #subscribe-tool {
	float:right;
	width:260px;
	padding-top:8px;
}

#subcribe-form { float:left; margin-right:5px; }

#rss-link { float:left; }

#subcribe-form input {
	background-color:#443B35;
	height:20px;
	padding:3px 3px 0;
	border:1px solid #51433A;
	font:bold 11px 'Arial', Verdana, Tahoma;
	color:#7F7168;
	text-transform:uppercase;
	width:218px;
}

/* container */
#container {
	background:#FFF;
}

/* top-container */
#top-container {
	background:#495E79 url('./images/top-container-bg.jpg') repeat-x 0 0;
	height:284px;
	padding:0px 0;
}

/* content */
#content {
	float:right;
	width:640px;
	padding-left:6px;
}

.pagetitle {
	font-size:25px;
	color:#324767;
	margin:6px 0 3px;
}

/* post */
.post {
	padding-bottom:37px;
}

.single {
	background:none !important;
	margin-top:6px;
	padding:0 !important;
}

.title, .title a {
	font:normal 20px 'Trebuchet MS', Verdana, Tahoma;
	color:#324767;
}

.meta {
	padding:5px 5px 0;
	border-top:1px solid #E7E1C3;
	font:normal 10px 'Trebuchet MS', Verdana, Tahoma;
	color:#B7B396;
	text-transform:uppercase;
}

.meta a { color:#B7B396; }

.meta a:hover { color:#CFA03A; }

.meta p { clear:left; }

.meta p span {
	background-image:url('./images/all-icons.gif');
	background-repeat:no-repeat;
	float:left;
	display:block;
	line-height:14px;
	height:20px;
	padding-left:22px;
	margin-right:10px;
}

.datepost { background-position:0 0; }
.commented { background-position:0 -20px; }
.tagpost { background-position:0 -44px; }
.edit { background-position:0 -86px; }

.entry { line-height:18px; }

.read-more {
	background-color:#324767;
	display:block;
	width:65px;
	text-transform:uppercase;
	padding:5px;
	font-size:10px;
	color:#FFF;
	text-align:center;
	margin-top:10px;
}

#post-nav { 
	text-transform:uppercase;
	font-size:11px;
	margin-bottom:10px;
}

#post-nav a { color:#324767; }

#nav-prev-post, #nav-next-post {
	float:right;
	height:13px;
	margin-left:10px;
}

#nav-prev-post { background:transparent url('./images/post-nav-left-button.gif') no-repeat 0 0; }

#nav-prev-post a { padding-left:20px; }

.single #nav-prev-post {
	float:left;
	margin:0;
}

#nav-next-post { background:transparent url('./images/post-nav-right-button.gif') no-repeat 100% 0; }

#nav-next-post a { padding-right:20px; }

/* about us */
#about-us {
	background-color:#F8F9FA;
	line-height:18px;
	border:1px solid #E4E2D1;
	padding:6px;
	margin-bottom:6px;
}

#about-us .title {
	border-bottom:3px solid #E9E4CF;
	padding-bottom:3px;
	margin-bottom:3px;
	color:#324767;
}

#about-us-avatar {
	float:left;
	margin:0 5px 5px 0;
}

/* sidebar */
#sidebar {
	float:left;
	width:322px;
	margin-left:6px;
	padding-top:10px;
}

#sidebar a { color:#838174; }

#sidebar a:hover { color:#CFA03A; }

#sidebar li { list-style:none; }

#sidebar .widget, #bottom-sidebar {
	background-color:#FFF;
	margin-bottom:8px;
	border:1px solid #E9E6D6;
	padding:6px;
}

#sidebar .widgettitle {
	font: bolder 16px 'Trebuchet MS', Verdana, Tahoma;
	color:#324767;
	padding-bottom:3px;
	border-bottom:4px solid #E9E4CF;
	margin-bottom:3px;
}

#top-sidebar .widget li {
	padding:5px 0;
	border-bottom:1px solid #EBE9D4;
}

/* footer */
#footer {
	text-align:center;
	text-transform:uppercase;
}

#footer a:hover { color:#324767; }

