/*
Theme Name: Nyama Festival
Theme URI: http://wordpress.org/
Description: Nyama Festival theme design by Moodfood. Code based on the default 1.6 theme by Michael Heilemann.
Version: 0.1
Author: Martijn Vogten
Author URI: http://555systems.nl/
Tags: blue, custom header, fixed width, two columns, widgets


*/

/* Begin Typography & Colors */
@IMPORT url(reset.css);

body {
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 19px;
	color: #00000;
/*
	background: url('images/background_gras.jpg') no-repeat fixed center 0px #c6d652;
*/
        background: black;
}

#dev_overlay {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: url('images/design/nyamafestival_ontwerp.png') no-repeat center top;
}

a {
	color: #369a52;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #369a52;
}

textarea {
	font-family: Helvetica;
}

p {
	margin-bottom: 10px;
}

.entry img {
float:left;
padding-bottom:10px;
padding-right:10px;
}

img.left {
float:left;
padding-bottom:10px;
padding-right:10px;
}

img.right {
float:right;
padding-bottom:10px;
padding-left:10px;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	position: relative;
}

#header {
	position: relative;
	height: 255px;
/*
	background: url('images/soundsystem.png') no-repeat 782px 16px;
*/
        background: none;
}

h1 a {
	position: absolute;
	left: 12px;
	top: -14px;
	text-indent: -10000px;
	outline: none;
	width: 980px;
	height: 237px;
	background: url('images/nyama2011.png') no-repeat 0px 14px;
}

#header .description {
	display: none;
}

#header .hyveslink {
	position: absolute;
	left: 590px;
	top: 18px;
	height: 24px;
	width: 64px;
	text-indent: -10000px;
	outline: none;
	background: url('images/logo_hyves.png') no-repeat 0px 0px;
}

#header .rsslink {
	position: absolute;
	left: 674px;
	top: 18px;
	height: 20px;
	padding-left: 24px;
	line-height: 20px;
	background: url('images/logo_rss.png') no-repeat 0px 0px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 12px;
}

#header .rsslink:hover {
	text-decoration: underline;
}

.searchform {
	position:absolute;
	right:8px;
	top:12px;
}

.searchform .text {
	width: 188px;
	height: 11px;
}

#topmenu {
	position: absolute;
	top: 223px;
	left: 11px;
	width: 954px; /* 980 - 2x13 */
	padding: 13px;
	background: #003333;
}

#topmenu li a {
	color: #8cf0a8;
	text-decoration: none;
}

#topmenu li a:hover {
	text-decoration: underline;
}

#topmenu li {
	float: left;
	font-size: 15px;
	font-weight: bolder;
	margin-right: 15px;
	font-stretch: wider;
	margin-left: 5px;
}

#topmenu .current_page_item a {
	color: white;
}

hr {
	display: none;
}

#contentwrapper {
	margin-left:11px;
	margin-top:19px;
	width:966px;
	padding:7px;
	background: #fdfcec;
	overflow: hidden;
	padding: 7px 7px 40px;
}

#content {
	width:620px;
	padding: 20px 20px 40px 20px;
	float: left;
	background: #fdfcec;
}

#content h2 {
	font-size: 22px;
	color: #003333;
	margin-bottom: 20px;
}

h2 a, 
h2 a:visited, 
h2 {
	font-size: 19px;
	color: #ed212b;
	margin-bottom: 10px;
	font-weight: bolder;
}

h3 {
	font-size: 16px;
	color: #ff0000;
	margin-bottom: 10px;
	font-weight: bolder;
}

.entry {
	margin-bottom: 20px;
}

#contentdesc { /* 'Laatste berichten >>' */
	color: #585858;
	font-size: 18px;
	font-weight: bold;
}

#sidebar {
	float: right;
	width: 300px;
	margin-top:10px;
}

#sidebar .widget {
	padding: 10px 0px 0px 0px;
}

.widgettitle {
	font-size: 16px;
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 25px;
	padding-top: 8px;
	border-top: 3px solid #ff0000;
}

#footer {
	background:url("images/logos/footerlogos.png") no-repeat scroll 0 0 transparent;
	clear:both;
	font-size:12px;
	height:185px;
	margin:6px 11px 110px;
	position:relative;
	width:980px;
}

.nocomments {
	display: none;
}

.networks a {
	background: url("images/buttons_networks.png") no-repeat 0px 0px transparent;
	text-indent: -1000px;
	outline: none;
	position: relative;
	width: 45px;
	height: 50px;
	float: left;
	margin-right: 5px;
}

.networks .facebook a {
	background-position: 0px 0px;
}

.networks .hyves a {
	background-position: -50px 0px;
}

.networks .youtube a {
	background-position: -100px 0px;
}

.networks .myspace a {
	background-position: -150px 0px;
}

