/* Theme Name: FMiV
Theme URI: http://www.fmiv.be/ 
Description: Federatie muziekfestivals in Vlaanderen 
Version: 1
Author: Octavian Susnea
Author URI: http://www.sneakersgames.com/ 
Tags: fmiv */

a:link, 
a:visited {
	color: #93bb43; /*!!*/
}
a:hover {
	color: #6fa42a;
}
a:active {
	color: #6fa42a; /*!!*/
}

body {
	background: url("img/header.gif") 0 0 repeat-x #fff;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
  	color: #666252;
}

#header {
	height: 80px;
}
#header h1 {
	background: url("img/logo.png") 0px 10px no-repeat;
	height: 75px;
	float: left;
}
#header h1 a {
	position: relative;
	display: block;
	width: 113px;
	height: 75px;
}
#header h1 a span {
	display: none;
}
#header h3 {
	position: relative;
	top: 10px;
	left: 20px;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}

#nav {
	float: right;
	margin-top: 25px;
	font-size: 11px;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	display:inline;
	margin:0 2px 0 0;
	padding:0;
}
#nav a {
	float:left;
	background: transparent url("img/tabs-left.gif") no-repeat left top;
	background-position: -1000px 0%;
	margin:0 3px 0 0;
	padding:0 0 0 2px;
	text-decoration:none;
	color: #fff;
}
#nav a span, #nav #current span {
	float:left;
	display:block;
	background: transparent url("img/tabs-right.gif") right top no-repeat;
	padding:3px 9px 3px 6px;
}
/* hide from Mac IE5 \*/
#nav a span {float:none;}
/* end hack */

#nav #current a { background-position:0 -300px; }
#nav #current a span, #nav #current span {
	background-position:100% -300px;
	padding-bottom:3px;
	color:#fff;
}
#nav a:hover { background-position:0% -150px; }
#nav a:hover span {
	background-position:100% -150px;
	color: #fff;
}

#slider {
	padding-bottom: 10px;
	border-bottom: solid 1px;
	float: left;
	position: relative;
}
#intro h2 {
	padding-top: 10px;
	line-height: 35px;
	font-family: "Raleway";
	font-size: 28px;
	color: #333;
}
#intro p {
	margin-top: 20px;	
	padding: 10px;
	background: #93bb43;
	color: #fff;
	/* #6fa42a */
}
.more {
	padding: 3px;
	background: #fff;
}
/*--Window/Masking Styles--*/
.window {
	height: 400px;	
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url("img/paging_bg2.png") no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #6fa42a; 
	border: 1px solid #fff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

#sidebar {
	margin-left: 2px;
	padding-left: 7px;
	padding-top: 10px;
	border-left: 1px dotted;
}

.widget {
	margin-bottom: 30px;
}


h2 {
	font-family: "Raleway";
	font-size: 28px;
	padding-bottom: 7px;
}
h2 a {
	text-decoration: none;
}

#content h3 {
	margin: 10px 0px;
}

ul {
	margin: 5px;
}
li {
	list-style: circle;
	margin: 10px 0px 5px 20px;
}

h4 {
  color: #333;
  font-family: "Junction";
  font-size: 18px;
  margin: 5px 0 10px 0;
}

h4 a {
	text-decoration: none;
}

.nieuws {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted;
}
.post {
	padding-top: 10px;
}

#footer {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px double;
}

table {
	margin: 10px 0 20px 0;
}

img {
	margin: 10px 0 15px 0;
}

p {
	margin-top: 5px;
}
