/*
    Theme Name: Festiveuzzel
    Theme URI: http://www.festiveuzzel.be/
    Version: 1.0
    Author: Joris Verstuyft
*/

/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	background: #000;
	color: #333;
	text-align: center;
	background:#000 url(images/header_bg.jpg) no-repeat center top;
}

#page {
	background: transparent none !important;
	text-align: left;
	width:800px;
}

#header {
	background:transparent none !important;
}

#headerimg 	{
	height: 0px;
	width: 800px;
}

#content {
	font-size: 12px;
}

.narrowcolumn .entry {
	line-height: 16px;
	padding: 10px 20px 15px 20px;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 14px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 14px;
	text-align: center;
}

#headerimg .description {
	font-size: 10px;
	text-align: center;
}

#headerimg .description strong{
color:#FFF;
}

h2 {
	font-size: 18px;
	font-weight:normal;
}

h2.pagetitle {
	font-size: 18px;
}

#sidebar h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	letter-spacing: 1px;	
}

h3 {
	font-size: 14px;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #666666;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #666666;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #666666;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 9px Arial, Helvetica, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #000;
	padding: 1px;
	background: #FFF;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}

.commentlist p {
	font-weight: normal;
	line-height: 14px;
	text-transform: none;
}

.text_fields{
	width:48%;
	float:left;
}

.text_fields input{
	width:100% !important;
}

.text_fields label small{
	display:block;
	width:200px;
	float:left;
	color:#000000;
}

p.text_area{
	float:right;
	width:48%;
	padding-top:20px;
}

p.text_area textarea{
	height:120px;
}

p.submit_btn{
	clear:both;
	float:none;
	padding:10px 0px;
}

p.submit_btn input{
	border:1px solid #000;
}

#commentform p {
	font-family: Arial, Helvetica, Sans-Serif;
}

.add_comment{
	padding:20px;
	background:#666;
	margin-bottom:20px;
}

.add_comment #respond{
	color:#F60;
}

.commentmetadata {
	font-size:9px;
	font-weight: normal;
}

#sidebar {
	font: 12px Arial, Helvetica, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #333;
}

code {
	font: 9px 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 8px;
	letter-spacing: 10px;
}

a, h2 a:hover, h3 a:hover {
	color: #F60;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 10px Arial, Helvetica, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */


/* Header Classes */
.toplinks{
float:right;
width:300px;
height:110px;
}

.toplinks a{
display:block;
float:left;
width:110px;
height:90px;
background:transparent url(images/default_o.png) no-repeat 0 0;
line-height:100px;
overflow:hidden;
text-align:center;
font-size:13px;
color:#fcd793;
position:relative;
}

.toplinks a.topnav_home{
background-position:0px top;
width:100px;
}
.toplinks a.topnav_home:hover{
background:transparent url(images/hover_o.png) no-repeat 0px top;
width:100px;
}

.toplinks a.topnav_rss{
background-position:-100px top;
width:100px;
}
.toplinks a.topnav_rss:hover{
background:transparent url(images/hover_o.png) no-repeat -100px top;
width:100px;
}

.toplinks a.topnav_contact{
width:100px;
background-position:-200px top;
}

.toplinks a.topnav_contact:hover{
background:transparent url(images/hover_o.png) no-repeat -200px top;
width:100px;
}

.primarynav{
	height:45px; 
	clear:both; 
	overflow:hidden;
}

.primarynav .pagenav{
	list-style:none;
}

.primarynav h2{
	display:none;
}

.primarynav ul, .primarynav ul li{
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}

.primarynav ul{
	width:550px;
	overflow:hidden;
}

.primarynav ul li a{
	display:block;
	padding:10px;
	font-size:15px;
	color:#FFF;
}
.primarynav ul li a:hover{
	color:#F60;
	text-decoration:none;
}

.primarynav ul li.current_page_item a{
	color:#F60;
}

.searchfield{
	float:right;
	width:225px;
	padding:5px;
}

.searchfield span{
	float:left;
	display:block;
	color:#FFF;
}

/* End Header Classes */


/* Begin Structure */
body{
	margin:0px auto;
}

#page{
margin:0px auto;
}

.narrowcolumn {
	float: left;
	padding: 20px 20px 0px 20px;
	margin: 0px 0 0;
	width:515px;
}

.comments {
	float:left;
	width:80px;
	height:80px;
	position:absolute; 
	margin-left:420px;
	margin-top:-20px;
	background:transparent url(images/commentsnumbg.png) no-repeat center top;
	text-align:center;
}

.comments a{
	width:50px;
	display:block;
	font-size:8px;
	margin:0px auto;
	padding-top:25px;
	font-weight:normal;
	color: #333;
}

.comments a:hover{
	text-decoration:none;
	color:#F60;
}

.comments a span{
	clear:both;
	font-size:15px;
	line-height:15px;
	color:#333;
	font-weight:normal;
}

.comments a:hover span{
	color:#F60;
}

.post {
	margin: 0px;
	background:#eaeaea url(images/commentsbg.jpg) no-repeat top center;
	text-align: justify;
	overflow:hidden;
	height:1%;
}

.post hr {
	display: block;
}

.narrowcolumn .postmetadata {
	height:15px;
	background:#eeeeee;
	text-align:left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000;	
}

.page_title{
	padding: 15px 0px 0px 20px;
}
.postmetadata {
	margin: 0px 0;
	padding:10px;
}
	
.narrowcolumn .postmetadata span.tags{
	padding:10px 0px 0px 20px;
	display:block;
	float:left;
	color:#000000;
}

.PostHead{
	clear:both; 
	overflow:hidden;
	padding:10px 0px;
	background:transparent url(images/datebg.png) no-repeat left top;
	height:1%;
}

.PostHead h2{
	width:450px;
	font-size:20px;
}

.PostTime {
	color:#666;
	font-family: Arial;
	font-size:10px;
	letter-spacing: 0px;
	text-transform: lowercase;
	float:left;
	padding-right:20px;
	text-align:center;
	overflow:hidden;
	height:1%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.PostTime b{
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom:2px;
	font-size:32px;
	line-height:25px;
	display:block;
	font-weight:normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	padding:3px;
	color:#993300;
	font-size:18px;
	text-align:left;
}
#content h1 {
	margin: 0;
	padding:10px 5px;
	color:#993300;
	font-size:18px;
	text-align:left;
	background:#e6e4dc;
	border-bottom:1px dashed #000;
}

h2 {
	margin: 0px 0 0;
}

h2.pagetitle {
	padding-bottom:10px;
	text-align: left;
	color:#000;
}

#sidebar h2 {
	margin: 0;
	padding:10px;
	font-size:14px;
	text-transform: uppercase;
	color:#CCC;
	font-weight:normal;
	text-align:right;
	background-image: url(images/sidebarhead_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
	

h3 {
	padding: 0;
	margin: 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */

/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding-bottom:15px;
	margin-bottom: 15px;
	background-color: #000;
}
	
#sidebar ul li a{
	color:#F60;
}

#sidebar ul li ul li {
	border:none;
	padding:4px 0px;
	font-size:13px;
	color:#FFF;
	background:none;
}	

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin:0;
	padding:3px;
	text-align: center;
	float:left;
}

#searchform #s {
	width: 147px;
	padding: 3px 0px 3px 5px;
	background:transparent url(images/searchbg.png) no-repeat left;
	border:none;
	float:left;
	height:17px;
	margin:0px;
	line-height:12px;
}

#searchsubmit{
	border:none;
	background:transparent url(images/search_btn.png) no-repeat right;
	width:33px;
	overflow:hidden;
	text-indent:-999;
	font-size:1px;
	height:23px;
	float:left;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 3px;
	margin: 5px 5px 1px 0;	
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	color:#F60;
	font-weight:bold;
	float: right;
	width:120px;
}

#commentform #submit:hover{
	color:#F60;
	text-decoration:underline;
}

/* End Form Elements */

/* Begin Comments*/

.commentlist {
	padding: 0;
	text-align: justify;
	margin:0px;
	clear:both;
}

.commentlist li {
	font-size:12px;
	padding: 20px 25px;
	list-style: none;
	background:#e0e0e0 url(images/commentbg.jpg) repeat-y center top;
}

.commentlist li.alt {
	margin: 0;
	background:#e0e0e0 url(images/commentbg.jpg) repeat-y center top;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
	
.CommWidth{
	width:90%;
	margin:0px auto;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

/* Begin Sidebar */
#sidebar {
	float: left;
	padding:22px 0 10px;
	width:220px;
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #000;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #000;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */