/*  
Theme Name: Tentolux
Theme URI: http://www.tentolux.nl
Description: Custom theme voor Tent-O-Lux. 
Version: 1.1
Author: Tibor Paulsch
Author URI: http://www.tibsbits.nl

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS
 
  Inherited Styles
  HTML Tags
  Structure
  Headers
  Content Styles
  Form Elements
  Footer
  


/* ---------- @ Inherited Styles -----------*/

@import url('css/nav.css');
@import url('css/posts.css');



/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background:#fffddf;
	color: #333;
	padding:5px 0;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif /*Global font-size reset*/;
	}
	
p {	
	margin: 15px 0;
	line-height:160%;
	}
	


a, a:visited {
	color: #006AAA;
	}
	
hr {
	display: block;
	height:1px;
	background:#CCC;
	border:0;
	color:#CCC;
	}

table {
	border-collapse:collapse;
	width:400px;
	margin:15px 0;
	}
	
.prices	{
	width: 350px;
	}
	
th	{
	background: #C1DF95;
	text-align: left;
	padding: 5px 8px;

}

td {
	padding:5px 8px;
	border-top:1px solid #CCC;
	}

tr {
	background:#fff;
	}
	
table caption {
	background:#FFF;
	padding:2px 0;
	}	
	
blockquote {
	color:#7b7b7b;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #CCC;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:.03em;
	}

.bookingform td	{
	padding: 5px;
	border: 0;
}
	




/* ---------- @ Structure -----------*/

#main {
	overflow:hidden;
	padding:0 0 20px 65px;
	background: url("images/bg_page.gif") repeat-y top left;
}

#wrapper {
	font-size:.8em /*Global content font-size*/;
	width:880px;
	margin:0 auto;
	background:#FFF;
	}

#masthead {
	display: block;
	width: 870px;
	height: 190px;
	padding:0 10px 0 0;
	overflow:hidden;
	background: white url("images/bg_header5.jpg") no-repeat;
	}

#branding {
	float:left;
	width:auto;
	}
	
#content {
margin-top: 15px;
	width:565px;
	float:left
	}

#sidebar {
	width: 240px;
	height: 473px;
	float:right;
	background:#fff url("images/bg_sidebar.jpg") no-repeat top right;
	padding:0;
	}
	
#camping-sidebar {
	width: 220px;
	float:right;
	padding:15px 5px 20px 0;
	}

.left {
	float:left
	}

.right {
	float:right
	}
	
	
	
	
/* ---------- @ Headers -----------*/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans;
	font-weight:normal;
	}

h1.pagetitle {
	color: #ff9900;
	padding-bottom: 12px;
	margin-bottom:20px;
	}
	
h2 {
	margin: 25px 0 20px;
	}

.entry h2 {
	font-size:1.4em;
	margin: 15px 0 0;
	}
	
h2.posttitle, h1.posttitle {
	color: #ff9900;
	margin:8px 20px 0 0;
	font-stretch: 0.6em;
	}
	
h2.posttitle a {
	color: #ff9900;

}
	
h2.subtitle	{
	color: #99CC33;
	font-size: 1.4em;
	font-style: italic;
	margin:5px 0 0;
	text-indent: -20px;

}

.entry h3 {
	font-weight: bold;
	font: 1.3em Arial, Helvetica, sans-serif;
			}
	
#respond h3, h3#comments, h3#trackbacks {
	margin:45px 0 20px;
	font-weight:bold;
	}

h3#comments {
	margin:32px 0 12px;
	}

h4 {
	font-size:1.2em; 
	}
	
h5 {
	font-weight: bold;
	font-size: 1.2em
	}

h6 {
	font-weight: bold;
	font-size: 1em;
	}



	
/* ---------- @ Content Styles -----------*/

/*Misc*/

#logo {
	margin-top: 55px;
	font: bold 1.8em Arial, sans-serif;
	text-indent: -9999px;
	}
	
	#logo a	{
	text-decoration: none;
	color: #FF9900;
}

#description {
	font: italic 1.3em Arial, sans-serif;
	color: #166915;
	margin:0;
	text-indent:350px;

	}
	
.commentcount {
	padding-left: 17px;
	background:url(images/bubble.gif) no-repeat;
	margin-left:14px;
	}

.more-link {
    color: #333;
	display:block;
	margin-top:12px;
	clear:both;
	font-style: italic;
	}
	
.notice	{
	display: block;
	height:auto;
	width: auto;
	background:#fffddf;
	border: 1px solid olive;
	margin-bottom: 10px;
	padding: 5px 20px;
	}





/* Author Page*/

#writer {
	overflow:hidden;
	background:#f2f2f2;
	margin-bottom:20px;
	padding:16px;
	}

#writer p {
	margin-top:0;
	}
		
#writer .avatar {
	margin:4px 17px 7px 0
	}



/* Search and Archives*/

.search-highlight {
	background:#FFFF00	
	}

#pagination {
	margin-top:22px;
	overflow:hidden;
	padding:5px 0;
	}

#pagination a, #pagination a:visited { 
	border:1px solid #CCC;
	padding:6px 8px;
	text-decoration:none;
	overflow:hidden;
	display:block;
	}

#pagination a:hover {
	text-decoration:underline;
	}

#pagination a:active {
	border-color:#949494;
	}
		
#pagination div {
	float:left;
	margin-right:10px;
	}

a #icon-rss {
	border:none
	}

.archive #icon-rss {
	vertical-align: middle;
	margin-left:3px;
	}		
		
	

/*Sidebar and Widgets*/

#sidebar h3, #camping-sidebar h3 {
	border-bottom:2px solid #CCC;
	padding-bottom:5px;
	margin:22px 0 10px;
	color:#F90;
	font:normal 1em Arial, Helvetica, sans-serif;
	letter-spacing:.08em;
	text-transform:uppercase;
	}

.widget {
	margin-bottom:24px;
	overflow:hidden
	}
	
.widget li {
	list-style:none;
	border-bottom:1px solid #CCC;
	padding:6px 3px;
	line-height:140%;
	}
	
.widget li:hover {
	background: #eee;
	}

.widget li a, .widget li a:visited {
	text-decoration:none;
	}

.widget li a:hover, .widget li a:active {
	text-decoration:underline;

	}

.widget li.current_page_item a, .widget li.current_page_item a:visited, 
.widget li.current-cat a, .widget.current-cat a:visited {
	font-weight:bold
	}

.widget li.current_page_item li a, .widget li.current_page_item li a:visited, 
.widget li.current-cat li a, .widget li-current-cat li a:visited {
	font-weight:normal;
	}
			
.widget li li {
	margin-left:34px;
	border:0;
	list-style:disc;
	}

#wp-calendar tr {
	background:#f2f2f2;
	}
	
#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

#recentcomments a, #recentcomments a:visited {
	font-style:italic
	}

#recentcomments a.url, #recentcomments a.url:visited {
	font-weight:bold;
	font-style:normal;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

.rssSummary {
	line-height:160%;
	}
	
#wp125adwrap_2c {
	overflow:hidden
	}

#wp125adwrap_2c .wp125ad {
	float:left;
	margin-right: 8px;
	}	

.wp125ad a img {
	border:none;
	}

#wp125adwrap_2c div+div {
	margin:0 !important;
	}
	
	
		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #searchfield {
	background:#FFF !important;
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color: #6d6d6d #bfbfbf #bfbfbf #6d6d6d;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 8px 14px;
	background:#fffddf;
	color:#111 !important;
	border:1px solid olive;
	font-size:1.2em;
	}

.button:hover {
	background:#ccc;
	}

.button:active {
	background:#ccc;
	}
	
input.wpdev-validates-as-required, .wpdev-form-control-wrap input	{
width:180px;
}


#commentform textarea {
	width: 98%;
	height:250px;
	}

#masthead #searchform {
	float:right;
	width:260px;
	text-align:right;
	padding-top:12px;
	}

#searchfield {
	width:220px;
	}
	
#searchsubmit {
	vertical-align:top
	}		
	



/* ---------- @ Footer -----------*/

#footer {
	background: #fff;
	border-bottom: 1px solid #FF9900;
	border-top: 1px solid #FF9900;
	font-size:.8em;
	overflow:hidden;
	width:840px;
	margin:0 auto;
	color:#83a7ba;
	padding:15px 20px;
	}

#footer a:hover, #footer a:active {
color: #333;
	}

#footer .left {
	float:left;
	width:50%;
	}

#footer.right {
	float:right;
	width:50%;
	text-align: right
	}
	
#footer #icon-rss {
	vertical-align: middle;
	margin-right:5px;
	}	