/*
Theme Name: Uit Je Bak! Festival 2010
Theme URI: http://blijweb.nl/
Description: Uit Je Bak! Festival 2010 stijl gebaseerd op Lorem Ipsum
Version: 1.0
Author: Thomas Bleijendaal
Author URI: http://blijweb.nl/
Tags: Uit Je Bak! Festival 2010
*/

#Luisterpaal
{
	margin-top: 30px;
}

.aligncenter 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft 
{
	float: left;
}

.alignright 
{
	float: right;
}

/* Body */
* 
{
	margin:0; 
	padding:0;
}
body
{
	background:#f4f4f4;
	font-family: constantia, palatino, "times new roman";
}
#wrap
{
	background: #fff; 
	margin:0 auto; 
	width:1024px;
}

/* Links */
a 
{
	color: #619565;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
	h1 a:hover, h2 a:hover, h3 a:hover
	{
		text-decoration: none;
	}
a img 
{
	border:0;
}

/* Header */
#header
{
	width:100%; 
	background: url(img/header.png) no-repeat;
	height: 275px;
}
#header h1 
{
	display: none;
}
#header p 
{
	display: none;
}

/* Menu */
#menu
{
	width:100%; 
	background: url(img/menu.png) no-repeat;
	height: 84px;
}
#menu a
{
	display: block;
	width: 170px;
	height: 40px;
	text-indent: -2000px;
}
#menu a:hover
{
	background: none;
}
#menu a.home, #menu a.algemeen, #menu a.programma, #menu a.nieuws, #menu a.fotos
{
	float: left;
}
#menu a.pers, #menu a.contact, #menu a.links, #menu a.sponsoren
{
	float: right;
}
#menu a.algemeen {width:220px;}
#menu a.programma {width:260px;}
#menu a.nieuws {width:210px;}
#menu a.fotos {width:150px;}
#menu a.pers {width:220px;}
#menu a.contact {width:250px;}
#menu a.links {width:220px;}
#menu a.sponsoren {width:270px;clear: left; }

/* Content */
#content 
{
	width: 464px;
	padding: 10px;
	margin: 0px 240px 0px 300px;
}
#contentwide 
{
	padding: 40px;
}
#content p, #contentwide p
{
	margin: 0px 5px 20px;
	text-align: justify;
}
#content p.postinfo, #contentwide p.postinfo
{
	border-top: 3px double #ccc;
	margin: 10px 5px 20px;
	font-size: 90%;
	text-align: right;
}
#content h2,#contentwide h2 
{
	font-size: 20px;
	font-family: Tahoma;
}
#content h3,#contentwide h3 
{
	font-size: 15px;
	font-family: Tahoma;
}
#content img,#contentwide img 
{
	margin: 3px;
}
#content ul,#contentwide ul,#content ol,#contentwide ol 
{
	padding-left: 30px;
	margin-bottom: 10px;
}
#content li,#contentwide li 
{
	padding-bottom: 5px;
}
#content ul ul,#contentwide ul ul,#content ol ol,#contentwide ol ol 
{
	padding-left: 60px;
}

/* Sidebars */
#leftside
{
	clear:left; 
	float:left; 
	width:280px;
	padding: 10px;
}
#banaan
{
	width: 280px;
	height: 354px;
	background: url(img/banaan.png) no-repeat;
}
p.twitter-message
{
	padding: 5px 0px;
	font-size: 90%;
}
#rightside 
{
	float:right; 
	width:220px;
	padding: 10px;
}
#rightside ul, #rightside li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#rightside li
{
	font-size: 90%;
	clear: left;
	vertical-align: middle;
}
#rightside li span
{
	float: left;
	display: block;
	margin: 3px;
	padding: 7px 4px 6px 4px;
	font-size: 80%;
	text-transform: uppercase;
	clear: left;
	background: #619565 url(img/cat.png);
}
#rightside li span a
{
	color: #fff;
}
#rightside div
{
	width: 100%;
	padding-top: 10px;
}
#rightside div img
{
	width: 100%;
}
#rightside div.ookhier
{
	font-size: 90%;
}
#leftside h2, #rightside h2
{
	font-size: 20px;
}
#leftside h3, #rightside h3
{
	font-size: 15px;
}

/* Footer */
#footer
{
	text-align: center;
	clear:both; 
	padding: 30px 10px 60px;
	width: 100%;
}
#footer p 
{
	font-family: "Courier New", Courier, monospace;
}
#footer a 
{
}
#footer a:hover
{
	text-decoration: none;
}
#footer span.credits a
{
	color: #000;
}

/* Forms */
#s,#submit 
{
	width:130px;
}
#author,#email,#url,#comment 
{
}
#commentsection 
{
}
#commentsection p 
{
}
#content table
{
	width: 100%;
	border: 0px;
}
#content label
{
}
#content input
{
	width: 100%;
}
#content textarea
{
	width: 100%;
	height: 70px;
}
#content button
{
	float: right;
}
div.comment
{
	border-bottom: 3px double #ddd;
	margin-bottom: 10px;
}
div.comment .gravatarside
{
	float: left;
}
div.comment .commentinfo
{
}


/* WP image align classes */
img.centered 
{
	display:block; 
	margin-left:auto; 
	margin-right:auto;
}
img.alignright 
{
	padding:4px; 
	margin:0 0 2px 7px; 
	display:inline;
}
img.alignleft 
{
	padding:4px; 
	margin:0 7px 2px 0; 
	display:inline;
}

/* Various classes */
.left 
{
}
.right 
{
}
.center
{
}
.textright 
{
	text-align:right;
}
.small 
{
	font-size:80%;
}
.bold
{
	font-weight:bold;
}
.hide
{
	display:none;
}
.clear
{
	height: 1px;
	clear: both;
}