/**
Theme Name: Liva
Author URI: http://wpjunction.com
Version: 1.0
Author: hpa
Description: Magazine theme
*/

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

.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:#3b3323 url(images/background.gif) repeat-x 0 6px;
	width:1172px;
	font:normal 12px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	color:#d9d2b5;
	margin:0 auto;
	padding:6px 0;
}

a {
	color:#24b9ca;
	text-decoration:none;
}

a:hover { color:#d3bf93; }

/* header */
#header { font-style:italic; }

#navigation {
	float:right;
	height:44px;
	overflow:hidden;
	margin-bottom:42px;
}

#navigation ul li {
	display:inline;
	font-size:14px;
}

#navigation a {
	color:#fff;
	line-height:44px;
	display:block;
	float:left;
	padding:0 25px;
}

#navigation a:hover, #navigation .current_page_item a  { background:#473f2e; }

#header-content {
	background:#473f2e;
	clear:both;
	border:1px solid #534936;
	border-bottom:none;
	padding:12px;
	height:62px;
}

#site-title, #site-description {
	float:left;
	width:660px;
}

#site-title {
	font-size:31px;
	font-weight:normal;
}

#site-description {
	font-size:16px;
	font-weight:normal;
	color:#d3bf93;
}

#adv-468x60 {
	background:#403929;
	display:block;
	float:right;
	width:468px;
	border:1px solid #5a513e;
	height:60px;
	overflow:hidden;
}

#cat-menu {
	background:#1da9b9 url(images/cat-menu-bg.png) repeat-x 0 0;
	border:1px solid #20c4d7;
	height:37px;
	padding:6px 12px 5px;
}

#cat-menu ul {
	display:block;
	float:left;
	width:935px;
	height:37px;
	overflow:hidden;
}

#cat-menu ul li { float:left; }

#cat-menu ul li a {
	display:block;
	float:left;
	line-height:37px;
	height:37px;
	padding:0 17px;
	color:#09454c;
}

#cat-menu ul li.current-cat a,#cat-menu ul li a:hover {
	background:#24b9ca url(images/cat-menu-hover-bg.gif) repeat-x 0 0;
	line-height:35px;
	height:35px;
	padding:0 16px;
	border:1px solid #2bd1e4;
}

#top-search-wrap {
	background:transparent url(images/top-search-bg.gif) repeat-x 0 0;
	float:right;
	width:204px;
	position:relative;
	height:24px;
	position:relative;
	margin-top:6px;
	border:1px solid #158b99;
}

#top-s, #top-search-submit {
	background:none;
	border:none;
	padding:0;
	position:absolute;
}

#top-s {
	font:normal 12px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-style:italic;
	color:#425007;
	width:173px;
	top:4px;
	left:5px;
}

#top-search-submit {
	background:transparent url(images/search-submit-button.gif) no-repeat 0 0;
	width:18px;
	height:18px;
	cursor:pointer;
	top:4px;
	right:3px;
}

/* container */
#container {
	background:#473f2e;
	border-bottom:1px solid #534936;
}

#featured-post {
	background:#1da9b9 url(images/featured-bg.png);
	border-right:1px solid #20c4d7;
	border-left:1px solid #20c4d7;
}

#featured-post .read-more {
	background:#1ba3b3;
	float:left;
	line-height:34px;
	padding:0 18px;
	margin:12px 14px 0;
	font-size:13px;
	font-style:italic;
	color:#fff;
	border:1px solid #148f9e;
}

#featured-post a.read-more:hover { color:#000; }

#featured-post .title {
	font-size:22px;
	font-weight:normal;
	font-style:italic;
	padding:14px;
}

#featured-post .title a { color:#09454c; }

#featured-post .title a:hover { color:#fff; }

#featured-post .entry {
	padding:0 14px 12px;
}

#featured-post .thumbnail {
	background:#fff;
	float:right;
	width:315px;
	height:157px;
	padding:8px;
	margin:12px 14px;
}

.meta a { color:#88a1ba; }

.meta a:hover { color:#fff; }

#featured-post .meta {
	background:#352e1f url(images/featured-meta-bg.png) repeat-x 0 0;
	clear:both;
	border:1px solid #262117;
	margin:0 -1px;
	width:1154px;
	overflow:hidden;
	line-height:35px;
	height:35px;
	padding:0 8px;
	text-align:right;
	font-size:14px;
	font-style:italic;
}

#featured-post .meta, #featured-post .meta a { color:#000; }

#featured-post .meta a:hover { color:#fff; }

/* content */
#content {
	float:left;
	width:614px;
	padding:10px 0 10px 10px;
	border-left:1px solid #534936;
}

.pagetitle {
	font-weight:normal;
	font-size:16px;
	color:#fff;
	margin-bottom:9px;
}

.post {
	background:#433c2c;
	padding:7px 7px 0;
	border:1px solid #3d3626;
	margin-bottom:9px;
}

.post .title, .title-404 {
	font-size:24px;
	font-weight:normal;
	font-style:italic;
	color:#24b9ca;
	padding:0 2px;
	margin-bottom:8px;
}

.title-404 { border-bottom:none !important; }


.post .thumbnail {
	background:#342d1f;
	float:left;
	padding:5px;
	border:1px solid #4a4539;
	display:inline;
}

.post .entry {
	margin-left:105px;
	font:normal 11px Tahoma,Verdana,Arial;
}

.no-image { margin:0 !important; }

#post-pages {
	margin-bottom:8px;
	font-size:16px;
}

.post .meta {
	font:normal 10px Arial,Verdana,Tahoma;
	color:#beb193;
	clear:left;
	width:97px;
	float:left;
	padding-top:5px;
	overflow:hidden;
}

.post .meta .categories-post {
	display:block;
	padding:5px 0;
	margin:5px 0;
	border-top:1px solid #4c4534;
	border-bottom:1px solid #4c4534;
}

.post .meta a { color:#beb193; }

.post .meta a:hover { color:#fff; }

.p-404 { margin-bottom:9px; }

/* wp-pagenavi */
#wp-pagenavi-wrapper {
	clear:both;
	height:38px;
	position:relative;
	margin:0 -2px;
}

.wp-pagenavi {
	padding-top:12px;
	font:normal 11px Tahoma, Verdana, Arial;
}

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span.extend {
	background:#423b2c !important;
	color:#fff !important;
	text-transform:uppercase;
	padding:10px 12px !important;
	border-color:#373124 !important;
}

.wp-pagenavi span.pages, .wp-pagenavi a:hover {
	background:#24b9ca !important;
	border-color:#2bd1e4 !important;
}

/* sidebar */
#sidebar {
	float:right;
	width:312px;
	overflow:hidden;
	display:inline;
	padding:10px 10px 10px 0;
	border-right:1px solid #534936;
}

.widget {
	margin-bottom:9px;
	color:#9a9a9a;
}

#sidebar .widget {
	background:#423b2d;
	width:296px;
	padding:0 8px 8px;
	border:1px solid #3c3526;
	position:relative;
}

.widget-title {
	font-style:italic;
	font-weight:normal;
}

#sidebar .widget-title {
	background:#1ca7b7 url(images/widget-title-bg.png) repeat-x 0 0;
	font-size:21px;
	color:#10484e;
	border:1px solid #20c4d7;
	height:35px;
	line-height:35px;
	overflow:hidden;
	padding:0 30px 0 10px;
	margin:0 -8px;
}

.widget ul li {
	line-height:28px;
	color:#9a9a9a;
}

.widget ul ul {
	padding-left:10px;
}

.widget a { color:#b1a88e; }

.widget a:hover { color:#38cada; }

.toggle {
	background:transparent url(images/widget-toggle.gif) no-repeat 0 0;
	width:26px;
	height:30px;
	position:absolute;
	right:0;
	top:0;
	z-index:3;
}

.pointer { cursor:pointer; }

.widget .toggle-down { background:transparent url(images/widget-toggle.gif) no-repeat 0 -30px !important; }

.compact {
	height:29px;
	overflow:hidden;
}

/* second-sidebar */
#second-sidebar {
	float:right;
	width:206px;
	padding:0 9px 9px;
	font-style:italic;
	overflow:hidden;
	display:inline;
	padding-top:10px;
}

#second-sidebar .widget-title {
	margin-bottom:5px;
	font-size:22px;
	color:#21b3c4;
}

#second-sidebar .widget ul li {
	border-bottom:1px solid #3b3527;
}

#second-sidebar .widget ul li li {
	border-bottom:none;
	border-top:1px solid #3b3527;
}

#second-sidebar a { color:#d9d2b5; }

#second-sidebar a:hover { color:#24b9ca; }

#footer {
	padding:10px 0 30px;
	color:#9c9c9c;
	font-style:italic;
}


