/*  
Theme Name: Evenementtotaal
Theme URI: http://www.evenementtotaal.nl/
Description: Het thema voor evenementtotaal.nl
Version: 1.0
Author: Noord Media
Author URI: http://www.noordmedia.nl/
*/

* {
	padding:0; 
	margin:0
}

body {
	background:#003366 url(images/bg.jpg) repeat-x left top;
	color:#333;
	font:0.8em/160% "Trebuchet MS", Verdana, Arial, sans-serif;
	padding: 10px 0px 15px;
}

#head, #container, #footer {width:910px}
#container, #head, #footer {margin:0 auto}

#container {
	background: #fff;
	padding: 10px;
}

#logo{
	position:absolute;
	right:57px;
	top:35px;
}

#sidebar,#content,#banners,#home-left,#home-right,#pagetext{float:left;}

#content {
	width:780px;
	background: url(images/bg-page.jpg) no-repeat left top;
	margin-right:10px;
	position:relative;
	/*min-height hack*/
	min-height:550px;
	height:auto !important;
	height:550px;
	/*End hack*/
}

#home-left {width:390px;}

#home-right {
	width:360px;
	padding:230px 15px 15px;
	font-size: 0.95em;
	line-height: 140%;
}

#sidebar{
	width:165px;
	padding:230px 15px 15px;
}

#pagetext {
	width:555px;
	padding:230px 15px 15px;}

#banners {width:120px;}
img.banner {
	margin-bottom: 10px;
	float:left;
}

#footer {
	position:relative;
	height:90px;
	background: #0066CC url(images/bg-footer.gif) no-repeat left top;
}

/*LISTS*/

ul{list-style: disc outside;margin-bottom:15px;}
ul li {margin-left: 30px;}
ol li {margin-left: 30px;}

/*HEADERS*/

h1, h2, h1 a, h2 a {color:#003366;}
h1 a, h2 a {text-decoration:none;}
h1 a:hover,h2 a:hover {text-decoration:underline;}

h1{
	font-size:1.6em;
	font-weight: normal;
	margin-bottom: 10px;
}

h2 {
	font-size:1em;
	margin-bottom:5px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	font-size:.9em;
	margin-bottom:5px;
	text-transform: uppercase;
}

/*PARAGRAPHS*/

p {margin-bottom:10px}
p.copyright{
	margin-top: 15px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

p.copyright {color:#476583}
p.copyright a {color:#476583; text-decoration:none;}

p.wp-caption-text {font-style: italic;}

/*LINKS*/

a img {border:none;}
a {color:#333;}
#footer a{color:#999;text-decoration:none;}
#footer a:hover{text-decoration:underline;}
a.no-linkborder img, a.no-linkborder, a:hover.no-linkborder {border: none;}

/*IMAGES*/

img.alignleft, img.alignright, img.alignnone, img.aligncenter, img.avatar, .wp-caption img {
	background:#fff;
	border:1px solid #ccc;
	padding:4px
}

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

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

.alignnone {
	float:left;
	margin:0px 0px 10px;
}

/*DIVERSEN*/

.item{
	margin-bottom: 20px;
	clear: both;
}

.edit{
	font-size: .85em;
	text-transform: uppercase;
	color: #666;
}

table {border-collapse:collapse;}

td {vertical-align:top;}
td.nummers {width:20px;}
td.provincielijst {width:160px;}

/*NAVIGATIE*/

#footernav{
	height:20px;
	position:absolute;
	top:10px;
	left:15px;
	text-transform: uppercase;
	font: .85em Arial, Helvetica, sans-serif;
}

#footernav ul{
	float:left;
	list-style-type: none;
}

#footernav ul li {
	float:left;
	padding: 0px;
	margin-left: 0px;
}

#footernav ul li a{
	border:none !important;
	border:none;
	float: left;
	color: #666;
	font-size: 0.9em;
}

#footernav ul li a:hover, #footernav ul li a#active{color: #333;}