/*
Theme Name: NAFVA 04
Theme URI: based on the theme  by http://www.edmerritt.com/
Description: A theme for NAFVA
Author: I. Bregard
Author URI: http://www.ixbdesign.nl
version: 4.0
Tags: NAFVA, one column, no widgets
*/

/* layout */

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

img {
	border-style: none;
}

body {
	position: relative;
	background: url(images/bg_body.gif) top left repeat-x #131313;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #4B5D67;
	text-align: center;
}

#page {
	display: block;
	width: 1024px;
	background: url(images/bg_main.gif) top repeat-y;
	text-align: left;
	margin: 0 auto;
}

#header {
	float: left;
	display: block;
	width: 1024px;
	background: url(images/bg_header.gif) top no-repeat;
	min-height: 355px;
	padding: 0;
}

* html #header {
	height: 355px;
}

/**********************************************/

#content {
	float: left;
	display: block;
	width: 1004px;
	margin: -5px 0 0 10px;
	z-index: 1;
}

* html #content, * html #sidebar {
	margin-top: -25px;
}

.post {
	float: left;
	display: block;
	width: 967px;
	margin: 0 18px;
}

.page {
	float: left;
	display: block;
	width: 967px;
	margin: 0 18px;
}

.archive {
	float: left;
	display: block;
	width: 967px;
	margin: 0 18px;
	border-bottom: 1px solid #ccc;
}

.title {
	float: left;
	display: block;
	width: 1004px;
	background: url(images/bg_h2.gif) bottom repeat-x #E2EBF8;
	margin: 0 0 18px 0;
}

.entry {
	float: right;
	display: block;
	width: 967px;
	margin: 0;
}

.entry img {
	display: block;
}

.postinfo {
	float: left;
	display: block;
	width: 157px;
	margin: 0 0 18px 0;
}
.post .info {
	margin:5px;
}

.post .date {
	background:url(images/icons.gif) no-repeat;
	padding-left:22px;
	margin-bottom: 15px;
	height:16px;
	line-height:16px;
	font-size:11px;
}

.post h3  {
	text-transform: capitalize;
}

.post .date {
	background-position:0 -48px;
	margin-right:15px;
	float:left;
}

.archive .postinfo {
	margin-left: 0;
}

.archive .entry {
	margin-right: -24px;
}

* html .post, * html #sidebar .post, * html .archive {
	margin-left: 0;
	position: relative;
	left: 18px;
}

p img {
	margin: 0 18px 12px 0;
}

/* typography */

h1 {
	font-size: 2.2em;
	15
	letter-spacing: -1px;
	padding: 40px 37px 20px 30px;
	margin: 0 0 -5px 0;
	color: #CADFED;
}

h1 a, h1 a:visited {
	text-decoration: none;
	color: #CADFED;
}

.title h2 {
	font-size: 1.05em;
	text-transform: uppercase;
	padding: 9px 24px 12px 24px;
}

#content .postwrapper .title h2 {
	font-size: 1.4em;
	text-transform: none;
	background: url(images/icon_entry.gif) 24px 50% no-repeat;
	padding: 9px 100px 12px 42px;
}

#content h3 {
	display:block;
	margin-top:10px;
	border-bottom:1px solid #CCC;
	padding: 0 35px 3px 5px;
	font-size:14px;
	font-family:Verdana,"BitStream vera Sans";
	margin-right: 25px;
}

#content h3 a {
	text-decoration:none;
	color: #9A1010;
}
#content h3 a:hover {
	color:#2970A6;
}

#sidebar .title h2 {
	font-size: 1.05em;
	text-transform: uppercase;
	padding: 9px 0 12px 24px;
	background: none;
	color: #32474B;
}

.title small {
	float: right;
	padding: 14px 24px 0 0;
	color: #67939B;
}

h2 a, h2 a:visited {
	
}

h3 {
	font-size: bold 1.2em;
}

p {
	margin: 0 0 18px 0;
	padding: 0;
}

.entry p {
	padding-right: 0px;
}

.postinfo p {
	padding: 0 6px;
}

.req {
	padding-left: 3px;
	color: #CC0000;
}

blockquote {
	padding: 0 0 0 12px;
	border-left: 3px solid #ccc;
}

/* lists */

ul {
	margin: 0 0 0px 6px;
}

ol {
	margin: 0 0 24px 6px;
}

ul li {
	margin: 0 24px 0 14px;
}

ol li {
	margin: 0 24px 0 14px;
}

.buttons {
	float: left;
	list-style: none;
	margin-left: 10px;
	margin-bottom: 10px;
}

.buttons li {
	float: left;
	margin: 0 18px 0 0;
	padding: 0;
}

* html .buttons li {
	margin: 0;
}

.buttons a, .buttons a:visited {
	display: block;
	width: 145px;
	padding: 6px;
	text-align: center;
	background: url(images/menu.gif) bottom left no-repeat;
	border-top: 1px solid #D1E0F0;
}

.buttons a:hover {
	background-position: bottom right;
}

.catlist {
	float: left;
	list-style: none;
	margin: 0 0 18px 0;
}

.catlist li {
	float: left;
	margin: 0 18px 0 0;
	border-bottom: 1px solid #CAD6E1;
}

.catlist li:first-child, .catlist li:first-child+li, .catlist li:first-child+li+li {
	border-top: 1px solid #CAD6E1;
}

.catlist a, .catlist a:visited {
	display: block;
	width: 145px;
	padding: 1px 6px 2px 6px;
	margin: 1px 0;
}

.catlist a:hover {
	background: #F2F2F2;
}

#themeswitcher {
	list-style: none;
	margin: 0 0 18px 0;
}

#themeswitcher li {
	margin: 0;
}

.navigation {
	font-size: 8pt;
	width: 1024px;
	text-transform: lowercase;
}

.alignleft {
	float: left;
	margin: 20px;
}

.alignleft a {
	/*background: #B2B2B2;*/
	padding: 4px;
	color: #fff;
}

.alignleft a:hover {
	/*background: #fff;*/
	color: #B2B2B2;
	text-decoration: none;
}

.alignright {
	float: left;
	margin: 20px 10px;
}

.alignright a {
	background: #B2B2B2;
	padding: 4px;
	color: #fff;
}

.alignright a:hover {
	background: #fff;
	color: #B2B2B2;
	text-decoration: none;
}

.aligncenter {
	margin: 0px auto;
}

.aligncenter a {
	background: #B2B2B2;
	padding: 4px;
	color: #fff;
}

.aligncenter a:hover {
	background: #fff;
	color: #B2B2B2;
	text-decoration: none;
}

/* links */

a, a:visited {
	color: #9A1010;
	text-decoration: none;
}

p a:hover, ul a:hover {
	background-color: #BFD3E0;
}

#content p a:hover, #content ul a:hover {
	background-color: #E2EBF8;
}

/* main image */

#mainpic {
	float: left;
	background: #6B6B6B url(images/header/rotate.php);
	display: block;
	width: 1004px;
	height: 229px;
	margin: 0 10px;
}

/* forms */

form {
	margin: 0 0 18px 0;
}

#searchsubmit {
	position: absolute;
}

#s {
	width: 130px;
	padding: 2px;
	border: 1px solid #B9C3D1;
	background: #CAD6E1;
	color: #32474B;
	margin-right: 2px;
}

select, .field {
	width: 157px;
	margin: 0 0 4px 0;
	color: #32474B;
}

.field {
	padding: 2px;
	width: 153px;
}

textarea {
	padding: 2px;
	width: 308px;
	font: 1em;
}

select option {
	padding: 1px;
}

#submit {
	padding: 3px;
}

/* footer */

#footer {
	clear: both;
	display: block;
	width: 1024px;
	background: url(images/bg_footer.gif) bottom no-repeat;
	border-bottom: 20px solid #131313;
	text-align: center;
}

* html #footer {
	margin-top: 18px;
	position: relative;
	left: 7px;
}

#footer-top {
	display: block;
	width: 1024px;
	height: 15px;
	background: url(images/bg_footer-top.gif) top no-repeat;
}

#footer .left {
	position: relative;
	top: 0px;
	text-align: left;
	float: left;
	padding-left: 15px;
	font-size: 9px;
	margin-top: -10px;
}

#footer .right {
	position: relative;
	top: 0px;
	text-align: right;
	float: right;
	padding-right: 15px;
	font-size: 9px;
	margin-top: -10px;
}

#footer p {
	color: #798892;
	padding: 0 37px 7px 37px;
}

#footer a, #footer a:visited {
	color: #B05255;
}

/* rating */

.rating_bar {
  	width: 55px;
  	background: url(images/star_x_grey.gif) 0 0 repeat-x;
	display: block;
}

.rating_bar div {
  	height: 12px;
  	background: url(images/star_x_orange.gif) 0 0 repeat-x;
	display: block;

}
