/*  Default Color Stylesheet */

/*-----------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers
-2.2 Header
-2.3 Navigation
-2.3.2 Drop-downs
-2.4 Feature
-2.5 Main
-2.5.1 Content
-2.5.2 Sidebar
-2.6 Footer

3. WIDGETS

4. POSTS
-4.1 Typographic Elements
-4.2 Images
-4.3 WP-PageNavi
-4.4 Sitemap & Archives Template

5. COMMENTSAREA
-5.1 Comments
-5.2 Comments Form

6. GENERAL STYLES

-----------------------------------------------*/



/*-----------------------------*/
/* 1. SETUP */
/*-----------------------------*/

/* 1.1 Defaults */

body  {
	color: #434343;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6  {
	color: #3b3b3b;
	font-family:"Lucida Sans",Arial,Helvetica,Sans-serif;
}

/* 1.2 Hyperlinks */

a:link, a:visited  {color: #CE3F00;}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {
	color: #00aad4;
}

/*-----------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-----------------------------*/

/* 2.1 Containers */

#top  {
	background: url(default/top.jpg) repeat center top;
}

#logo {
	margin:0 0 -40px;
	position:relative;
	z-index:999;
	float:left;
}

#header img {
	margin:0px;
}

/* 2.2 Header */

#subnav {
margin-right:110px;
padding-top:10px;
}

#subnav ul li, #subnav li ul {
	display:inline;
}

#subnav li {
	margin:0px;
	display:inline;
}

#subnav li a:link, #subnav li a:visited  {
	color: #fff;
	font-size:11px;
	margin-left:5px;
}

#subnav li.current_page_item a, #subnav li a:hover  {
	color: #fff;
}



#search_main {
float:right;
margin:-20px 10px 0px 0px;
}

#searchform .txt {
width:220px;
background:#f4f4f4 url(default/search.png) no-repeat scroll right center;
border:1px solid #e3e3e3;
padding:3px 0 3px 3px;
}

#searchform .btn {
display:none;
}

/* 2.3 Navigation */

#navigation  {
	background: url(default/nav.png) repeat-x left top;
	clear:both;
}

#pagenav {
	float:right;
}

#pagenav li {
	margin:0px;
}

#pagenav li a:link, #pagenav li a:visited  {
	color: #bdbdbd;
	padding:16px 4px;
	font-size:11px;
}

#pagenav li.current_page_item a, #pagenav li a:hover  {
	color: #fff;
	background-color: #070707;
}

/* 2.3.1 Drop-downs */

#pagenav li ul {
	background-color: #000;
}

#pagenav li.current_page_item li a:link,
#pagenav li.current_page_item li a:visited  {
	background: transparent;
	color: #bdbdbd;
}

#pagenav li.current_page_item li a:hover  {
	color: #fff;
}

#pagenav li ul li {
	border-bottom: 1px solid #292929;
}

/* 2.4 Feature */

#feature  {
	color: #ffffff;
	height:113px;
}

#feature a:link,
#feature a:visited  {
	color: #f4f4f4;
	border-bottom: 1px solid #4c5667;
}

#feature a:hover  {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#feature #about  {
	background: url(default/swirl.png) no-repeat center bottom;
	height:75px;
	margin:0px;
	padding:0px;
}

#image {
/*	background: url(default/header.jpg) repeat center top; */
	background:#000000;
	height:345px;
	margin-top:-40px;
}

#flash {
width:897px;
margin:0 auto;
}

/* 2.5 Main */

#main  {
	background: url(default/perkament.jpg) repeat left top;
	padding:40px 0 20px;
}


/* 2.5.1 Content */

#content {
float:left;
}

.col-left {
width:430px;
float:left;
margin-left:30px;
}

.col-right {
width:300px;
float:right;
}

.col-left2 {
width:150px;
float:left;
list-style-type:none;
padding-top:5px;
}



#recent ul  {
	border-top: 1px solid #D58617;
}

#recent ul li  {
	border-bottom: 1px solid #D58617;
}

#recent ul li .date  {
	color: #BB4D1A;
	float:right;
}

/* 2.5.2 Sidebar */

#sidebar {
	float:right;
	margin:0 0 0 75px;
	width:335px;
}

#modules {
width:950px;
clear:both;
padding-top:30px;
}

#module-front {
width:200px;
margin-right:30px;
float:left;
font-weight:normal;
}

#map {
width:550px; 
height:350px;
}



/* 2.6 Footer */

#footer  {
	border-top:0px;
	background: url(default/footer.jpg) repeat center top;
}

#footer{background-color:#f7f7f7;padding:40px 0 30px; }
#footer .widget h3{font-family:Arial,Helvetica,Sans-serif;font-size:20px;color:#ffffff;margin:0 0 15px;background:none; padding:0;}
#footer #col-1 {float:left;width:300px;margin:0 30px 0 0;color:#fff;}
#footer #col-2 {float:left;width:300px;margin:0 30px 0 0;color:#fff;}
#footer #col-3 {float:left;width:300px;color:#fff;}

#footer .footer-box h3  {
	color: #3d3d3d;
}

#newsletter {
	margin-top:15px;
}

#subscribe ul li  {
	background: url(default/ico-rss.png) no-repeat left center;
}

#subscribe .txt  {
	border: 1px solid #dcdcdc;
}


/*-----------------------------*/
/* 3. WIDGETS */
/*-----------------------------*/

.widget h3  {
	color: #505050;
	background: url(default/widgettitle.png) no-repeat left center;
}

#link-box li.portfolio  {background: url(default/ico-portfolio.png) no-repeat left center;}
#link-box li.question  {background: url(default/ico-question.png) no-repeat left center;}
#link-box li.contact  {background: url(default/ico-contact.png) no-repeat left center;}

#testimonial p  {
	color: #0c6c59;
}

#testimonial .quote  {
	background: url(default/quote.png) no-repeat left top;
}

#testimonial li.client  {
	color: #656666;
}

#flickr h3 span  {
	color: #0061ce;
}

#flickr h3 span span  {
	color: #db0033;
}

#twitter  {
	color: #7d7d7d;
}

#twitter h3  {
	background: url(default/twitter.png) no-repeat left center;
}

/*-----------------------------*/
/* 4. POSTS */
/*-----------------------------*/

.post .meta  {
	color: #434343;
	font-style:italic;
}

.post .meta a:link,
.post .meta a:visited  {
	color: #434343;
}

.post .meta .comments a:link,
.post .meta .comments a:visited  {
	background: url(default/ico-comment.gif) no-repeat left center;
}

.post .taxonomy  {
	color: #aaa7a7;
	border-top: 1px solid #ededed;
	background: url(default/taxonomy.png) repeat-x left top;
}

.post .taxonomy a:link,
.post .taxonomy a:visited  {
	color: #434343;
	border-bottom: 1px solid #d1d1d1;
}

/* 4.1 Typographic Elements */

h1.title {
font-family:"Lucida Sans",Arial,Helvetica,Sans-serif;
font-size:22px;
}

h2.title {
font-family:"Lucida Sans",Arial,Helvetica,Sans-serif;
font-size:18px;
}

h2.entertainment {
	color: #ce3f00;
	font-size: 18px;
	margin-bottom:-15px;
	}
	
h2.overnachten  {
	color: #ce3f00;
	font-size: 18px;
	margin-bottom:-15px;
}

h2.aanbiedingen  {
	color: #ce3f00;
	font-size: 18px;
	margin-bottom:-15px;
	}

h2.title a:link, h2.title a:visited  {
	color: #ce3f00;
}

h2.module  {
	color: #ce3f00;
	font-size: 18px;
	margin-top:10px;
	font-weight:normal;
	}

.entry blockquote  {
	color: #666;
}

/* 4.2 Images */

#header-banner {
	width:550px;
	border: 1px solid #333;
	background:transparent url(default/top.jpg) repeat scroll center top;
	margin:5px 15px 10px 0;
	padding:4px;
}

.entry img {
	border: 1px solid #333;
	background:transparent url(default/top.jpg) repeat scroll center top;
	padding:2px;
}

.module img {
	border: 1px solid #333;
	background:transparent url(default/top.jpg) repeat scroll center top;
	padding:2px;
}

.entry .alignleft {
float:left;
margin:5px 15px 10px 0;
}

img.wp-smiley  {
	border: none;
}

/* 4.3 WP-PageNavi */

div.Nav  {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

/* 4.4 Sitemap & Archives Template */


/*-----------------------------*/
/* 5. COMMENTSAREA */
/*-----------------------------*/

/* 5.1 Comments */

.comment  {
	border-bottom: 1px solid #f5f5f5;
}

.comment li  {
	border-bottom: 0;
}

.comment .comment-meta img.avatar  {
	border: 1px solid #d8d8d8;
}

.comment .comment-meta span.time  {
	color: #a0a0a0;
}

.comment .comment-meta span.edit-link  {
	color: #a0a0a0;
}

/* 5.2 Comments Form */

#commentform input.txt  {
	background-color: #f4f4f4;
	border: 1px solid #e3e3e3;
}

#commentform textarea  {
	background-color: #f4f4f4;
	border: 1px solid #e3e3e3;
}

/*-----------------------------*/
/* 6. GENERAL STYLES */
/*-----------------------------*/

table.attractie {
border: 1px solid #DFB16F;
}

/* qtranslate language chooser  */

#languages {float:right;padding-right:150px;}
.qtrans_language_chooser li {float:left; margin-right:5px;   } 