/* vivaWP */

.zulu {
	margin: 0 auto;
	width: 980px;
}

body {
	background: url("../images/bg.jpg") no-repeat #101010 top center fixed;
	color: #c6c7c7;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 a:link, h3 a:visited {
	border-bottom: none;
	color: #c6c7c7;
}

h3 a:hover, h3 a:active, h3 a:focus {
	border-bottom: 1px solid #c6c7c7;
}

.alignright {
	float: right;
	margin: 0 0 5px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 5px 0;
}

p, li {
	text-shadow: 1px 1px #010101;
}

::-moz-selection {
	background: #c6c7c7;
	color: #010101;
}


a:link, a:visited {
	color: #4e749c;
	border-bottom: 1px dotted #4e749c;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	border-bottom: 1px solid #4e749c;
	text-decoration: none;
}

span.strikethrough {
	text-decoration: line-through;
}

.nav {
	background-color: #010101;
	font-family: Verdana, Geneva, sans-serif;
}

.nav ul {
	margin: 0;
	padding: 0 10px;
}

.nav ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 20px 0 0;
	overflow: hidden;
	text-shadow: none;
	text-transform: uppercase;
}

.nav ul li.author {
	border: none;
	float: right;
	padding: 0;
	margin: 0;
}

.nav ul li.currentpage a:link, .nav ul li.currentpage a:visited {
	background-color: #131f2f;
}

.nav ul li a:link, .nav ul li a:visited {
	border-bottom: none;
	display: block;
	padding: 10px 15px;
}

.nav ul li a:hover, .nav ul li a:active, .nav ul li a:focus {
	background-color: #131f2f;
}

.logo h1 {
	background: url("../images/logo.png") no-repeat;
	height: 108px;
	margin: 35px auto 50px auto;
	text-indent: -9999em;
	width: 422px;
}

.logo h3 {
	display: none;
	text-indent: -9999em;
}

.pagesection {
	clear: both;
	margin-bottom: 50px;
	overflow: hidden;
}

.pagesection h2 {
	background-color: #010101;
	color: #4e749c;
	font-weight: normal;
	padding: 5px 10px;
}

.pagesection h2 span {
	font-weight: bold;
}

.pagesection h2 span.price {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	padding-left: 8px;
}

.pagesection h3 {
	color: #eff0f0;
	margin-bottom: 10px;
}

.pagesection h3 span {
	font-size: 0.6em;
	font-style: italic;
}

.pagesection h4 span {
	font-size: 0.8em;
	font-style: italic;
}

a.item {
	border: none;
}

a.item:link img, a.item:visited img, .border {
	border: 5px solid #010101;
}

a.item:hover img, a.item:active img, a.item:focus img {
	border: 5px solid #131f2f;
}

.pagesection .info {
	margin-bottom: 45px;
}

.pagesection .alpha {
	clear: left;
}

.pagesection .omega {
	clear: right;
}

ul.meta {
	margin: 25px 0;
}

ul.meta li {
	display: inline;
	margin: 0 15px 0 0;
	overflow: hidden;
}

ul.meta li a:link, ul.meta li a:visited {
	background-color: #010101;
	border: none;
	padding: 10px;
}

ul.meta li a:hover, ul.meta li a:active, ul.meta li a:focus {
	background-color: #131f2f;
}

.footer p {
	background-color: #010101;
	color: #4e749c;
	text-align: right;
	padding: 10px;
}