/**
Theme Name: Livosa
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:#1e1e1e;
	width:976px;
	font:normal 12px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	color:#989898;
	padding-top:31px;
	margin:0 auto;
}

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

a:hover { color:#e2e2e2; }

#header {
	background:#000 url(images/background.gif) repeat-y 50% 0;
	height:164px;
	position:relative;
	width:100%;
}

#header .left, #header .right {
	background:url(images/header-corner-bg.gif) no-repeat 0 0;
	display:block;
	position:absolute;
	width:14px;
	height:121px;
	top:0;
}

#header .left { left:0; }

#header .right {
	right:0;
	background-position:0 100%;
}

#branding {
	background:#2c2c2c url(images/header-bg.gif) repeat-x 0 0;
	height:76px;
	padding:35px 22px 0;
	font:normal 35px 'Myriad Pro',Verdana,Tahoma,Arial;
	color:#e2e2e2;
	text-transform:uppercase;
}

#site-description {
	font-weight:normal;
	font-size:18px;
}

#page-menu {
	width:956px;
	height:22px;
	overflow:hidden;
	padding:12px 5px 16px;
	margin:0 auto;
}

#page-menu ul {
	display:block;
	height:48px;
	overflow:hidden;
}

#page-menu ul li {
	display:block;
	float:left;
	margin:0 5px;
}

#page-menu a {
	display:block;
	float:left;
	font-size:14px;
	font-style:italic;
	height:26px;
	line-height:24px;
	color:#FFFFFF;
	padding:0 10px;
	text-transform:capitalize;
}

#page-menu ul li.hover, #page-menu .current_page_item { background:#c51478 url(images/lava.gif) no-repeat 0 0; }

#page-menu a:hover, #page-menu .current_page_item a {
	background:transparent url(images/lava.gif) no-repeat 100% -26px;
}

.out6 a img { border: #c51478 2px solid; }
.out6 a:hover img { border: #800080 2px dotted; }

/* container */
#container {
	background:#000 url(images/background.gif) repeat-y 50% 0;
	padding:0 8px;
}

/* content */
#content {
	float:left;
	width:662px;
}

#content-header {
	background:#1c1c1c url(images/recent-top-bg.gif) no-repeat 0 0;
	padding:8px 11px 0;
}

.block {
	float:left;
	width:316px;
	margin-right:7px;
}

.last { margin-right:0 !important; }

.block-title {
	font-weight:normal;
	font-size:16px;
	font-style:italic;
	color:#c51478;
	margin-bottom:14px;
}

.block ul li {
	background:transparent url(images/recent-list-separator.gif) repeat-x 0 100%;
	overflow:hidden;
	font:normal 13px Tahoma, Verdana;
	height:28px;
	line-height:26px;
}

#recent-entries ul li a, #recent-comments ul li span {
	background:transparent url(images/all-icons.gif) no-repeat;
	background-position:0 2px;
	padding-left:20px;
}

#recent-comments ul li span { background-position:0 -27px; }

.block a { color:#828282; }

.block a:hover { color:#c51478; }

#recent-content-bottom {
	background:#1c1c1c url(images/recent-bottom-bg.gif) no-repeat 50% 0;
	height:7px;
	width:662px;
	overflow:hidden;
	margin-bottom:9px;
}

.pagetitle {
	font-weight:normal;
	margin:7px 0;
}

.post {
	background:#1c1c1c url(images/post-bg.gif) no-repeat scroll 0 0;
	padding:10px 10px 8px;
}

.post a img { 
	border: #c51478 1px solid;
}

.post a:hover img { 
	border: #000066 1px dotted;
}

.title {
	font-size: 18px;
	font-weight:normal;
	font-style:italic;
	margin-bottom:4px;
	color:#c51478;
}

.meta {
	font-size:10px;
	font-style:italic;
	height:21px;
	line-height:21px;
	color:#e6e6e6;
	margin-bottom:4px;
}

.meta a { color:#e6e6e6; }

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

.more-link {
	background:#1c1c1c url(images/post-read-more-bg.gif) no-repeat 0 0;
	float:right;
	display:block;
	font-size:10px;
	height:23px;
	width:86px;
	font:normal 10px/23px Arial,Verdana,Tahoma;
	text-transform:uppercase;
	text-align:center;
}

.post-bottom {
	background:#1c1c1c url(images/post-bg.gif) no-repeat 100% 100%;
	height:2px;
	margin-bottom:9px;
}

.navigation { margin-bottom:9px; }

.navigation .alignleft a, .navigation .alignright a {
	background:#1a1a1a url(images/nav-button-bg.gif) no-repeat 0 0;
	clear:both;
	display:block;
	float:left;
	font-size:10px;
	text-transform:uppercase;
}

.navigation span {
	background:url(images/nav-button-bg.gif) no-repeat 100% 100%;
	padding:0 10px;
	display:block;
	float:left;
	height:23px;
	line-height:23px;
}

.single span {
	background-position:0 0 !important;
	background-color:#1a1a1a;
	padding:0 !important;
}

.single .alignleft a, .single .alignright a {
	padding:0 12px !important;
	background-position:100% -23px !important;
	background-color:transparent !important;
}

/* sidebar */
#sidebar {
	float:right;
	width:287px;
	height:auto;
}

#sidebar a img { 
	border: #c51478 1px solid;
}

#sidebar a:hover img { 
	border: #000066 1px dotted;
}

.widget {
	clear:both;
	background:#252525 url(images/widget-bg.gif) no-repeat 0 0;
}

.inner-widget { padding:8px 6px 3px; }

.widget-title {
	font:normal 16px Tahoma, Verdana, Arial;
	color:#c51478;
	padding-bottom:3px;
	border-bottom:3px solid #282828;
	margin-bottom:3px;
}

.widget ul li {
	background:#252525 url(images/all-icons.gif) no-repeat 4px -50px;
	display:block;
	line-height:28px;
	border-bottom:1px solid #313131;
	color:#5d5d5d;
	padding-left:20px;
}

.widget ul li a {
	color:#5d5d5d;
}

.widget ul li a:hover {
	color:#c51478;
}

.widget ul li.hover {
	/* background-color:#E0A32E; */
}

.widget-bottom {
	background:#252525 url(images/widget-bg.gif) no-repeat 100% 100%;
	height:5px;
	width:100%;
	margin-bottom:9px;
}

/* footer */
#footer {
	background:#1e1e1e url(images/footer-bg.gif) no-repeat 0 0;
	padding:35px 0 15px;
	text-align:center;
	font:normal 11px Arial,Verdana,Tahoma;
	color:#8B8B8B;
}

#sponsors {
	color:#fff;
	font-size:12px;
}


