/*  
Theme Name: TLC
Theme URI: http://www.darrenhoyt.com
Description: Custom WordPress template for TLC-Nederland
Version: 0.1
Author: Tibor Paulsch
Author URI: http://www.i-tibor.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: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color:  #dcdcaa;
	padding:10px 0;
	}
	
body.intro {
	background: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color:  #dcdcaa;
	padding:10px 0;
	}

body, select, input, textarea {
	font: 100% "Arial", Helvetica, Sans-Serif /*Global font-size reset*/;
	}
	
p {	
	margin: 10px 0;
	line-height:150%;
	}

p.intro	{
	margin: 0;
	font-size: 0.7em;
}

a, a:visited {
	color: #dcdcaa;
	text-decoration: none;

	}

a:hover, a:active {
color:#dcdcaa;
text-decoration: underline;
	}
	
hr {
	display: block;
	height:1px;
	background:#CCC;
	border:0;
	color:#CCC;
	}

table {
	border-collapse:collapse;
	margin:5px 0;
	}

td {
	padding:2px 4px;
	}


	
table caption {
	padding:2px 0;
	}	
	
blockquote {
	color:#7b7b7b;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #CCC;
	font:italic 1em "Times New Roman", Times, serif;
	letter-spacing:.03em;
	}
	
span.alignright	{
margin-right: 30px;
text-align:right;
}



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

#main {
	overflow:hidden;
	padding:30px 20px 5px 30px;
	background:#808080 url("images/background_2.jpg") repeat-y;
	min-height: 450px;
}

#beyoudo-special {
	display:block;
	overflow:hidden;
	background:#808080 url("images/watzoujedoen.jpg") no-repeat;
	height: 534px;
	width:auto;
}

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

#masthead {
	background:#dadada;
	padding:0;
	overflow:hidden;
	height:266px;
	}

/*Blocks in de header */

/*navigatieblok*/
#main-menu-block	{
float:left;
display: block;
height: 266px;
width: 266px;
background: #ED7900;
}

/*bijenlogo*/
#logo-block	{
background: #FCC400 url("images/logo_homepage.gif") no-repeat;
float:left;
display: block;
height: 266px;
width: 267px;
}

/*Puzzle*/
#foto-block	{
background: url("images/puzzle/small_checker.jpg") no-repeat;
float: left;
display: block;
height: 267px;
width: 267px;
}

.jqp-controls a	{
color:#FCC400;
font-size: 0.7em;
}

/*Columbus' ei*/
#ei	{
background: #808080 url("images/columbusegg_1.jpg") no-repeat;
float: left;
display: block;
height: 266px;
width: 267px;
}

/*Pagina Klanten*/
#klanten	{
background: #808080 url("images/dogkar.jpg") no-repeat;
float: left;
display: block;
height: 266px;
width: 267px;
}

/*Pagina BeYouDo*/
#beyoudo	{
background: #99CC33 url("images/masker4.jpg") no-repeat;
float: left;
display: block;
height: 266px;
width: 267px;
}

/*Pagina Mogelijkheden*/
#mogelijkheden	{
background: #808080 url("images/mogelijkheden.jpg") no-repeat;
float: left;
display: block;
height: 266px;
width: 267px;
}

/*Pagina Lost & Found*/
#lost-found	{
background: #808080 url("images/lostandfound.jpg") no-repeat;
float: left;
display: block;
height: 266px;
width: 267px;
}
/*Pagina Contact*/
#contact	{
background: #808080 url("images/contact_1.jpg") no-repeat;
float: left;
display: block;
height: 266px;
width: 267px;
}

/*Pagina What About*/
#blog	{
background: #808080 url("images/blog.jpg") no-repeat;
float: left;
display: block;
height: 266px;
width: 267px;
}

#branding {
	float:right;
	text-indent: -9999px;/*We don't need the site title to be visible*/
	}
	
#content {
	width:465px;
	float:left
	}
	
.content_right, .content_left{
    float:left;
    width:45%;
}

.content_left{
    padding-right:5%;
}

#content-nosidebar{
width: 740px;
}

#sidebar {
	width: 235px;
	float:right;
	padding:0 0 20px;
	}

.left {
	float:left
	}

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

h1, h2, h3, h4, h5, h6 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color: #FCC400
	}

h1.pagetitle {
	border-bottom:1px solid #d7d7d7;
	padding-bottom: 12px;
	margin-bottom:20px;
	}
	
h2 {
	margin: 25px 0 20px;
	}

.entry h2 {
	font-size:1.8em;
	margin: 15px 0 0;
	}
	
h2.posttitle, h1.posttitle {
	margin:0;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
}

h2.posttitle {
font-size: 1.3em;
}

h3.posttitle  {
	letter-spacing: 0.1em;

}
	
h2.posttitle a, h3.posttitle a	{
color:#FCC400;
text-decoration: none;
text-transform: uppercase;

}

h2.posttitle a:hover, h3.posttitle a:hover	{
color:#FCC400;
text-decoration: underline;
}

#sidebar h3 {
	padding-bottom:3px;
	margin: 3px 0 5px;
	color:#FCC400;
	font:normal 1em Georgia, serif;
	letter-spacing:.1em;
	text-transform:uppercase
	}

#sidebar h5 a	{
	color: #D16C24;
	line-height: 120%;
	text-decoration: underline;
	margin-bottom: 0;

}

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

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

.entry h4 {
	font-family: Arial, sans;
	font-size:1.2em;
	}
	
h5 {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	margin-top: 10px;
	}

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



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

/*Misc*/

#logo {
	font: bold 2.7em Georgia, "Times New Roman", Times, serif;
	}

#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#939393;
	margin:0;
	text-indent: -9999px; /*we don't need the subscription to be visible*/

	}
	
.commentcount {
	margin-left:14px;
	}

.more-link {
	display:block;
	margin-top:12px;
	clear:both
	}
	
	
#text-4 p	{
line-height: 130%;
}

#breadcrumbs {
	font-size: 0.8em;
	margin-bottom:5px;
}

.space	{
margin-top: 80px;
margin-left: -7px;
}


#quoterotator {
   height: 120px;
   line-height: 135%;
}
.quoteauthor {
   display: block;
   text-align: right;
   font-weight: bold;
   font-style: italic;
}
/* Author Page*/

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

#writer p {
	margin-top:0;
	}
		
#writer .avatar {
	margin:4px 17px 7px 0
	}
	
.entry a	{
text-decoration: underline;
}


/* 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*/

.widget {
	margin-bottom:15px;
	overflow:hidden
	}
	
.widget li {
	list-style:none;
	/*border-bottom:1px solid #FCC400;*/
	padding:6px 0;
	line-height:140%;
	}

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

.widget li a:hover, .widget li a:active {
	color:#dcdcaa;
	text-decoration:underline;
	}
	
.textwidget a {
	color:#D16C24;
	font-weight: bold;
	text-decoration:none;
	}
.textwidget a:hover {
	color:#dcdcaa;
	font-weight: bold;
	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;
	background:#FCC400;
	color:#FFF !important;
	border:none;
	font-size:1em;
	}

.button:hover {
	background:#272727;
	}

.button:active {
	background:#000;
	}

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

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

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



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

#footer {
background: #3e2304;
	font-size:.7em;
	overflow:hidden;
	width:780px;
	margin:0 auto;
	color:#dcdcaa;
	padding:10px
	}
	
#footer-beyoudo	{
	background:#8DAA1A;
	font-size:.7em;
	overflow:hidden;
	width:780px;
	margin:0 auto;
	color:#dcdcaa;
	padding:10px
}

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

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

#footer.right {
	float:right;
	width:20%;
	text-align: right
	}
	
	#footer .left {
	float:left;
	width:80%;
	}

#footer-beyoudo.right {
	float:right;
	width:20%;
	text-align: right
	}
	
#footer-beyoudo #icon-rss {
	vertical-align: middle;
	margin-right:5px;
	}
	
#quotearea	{
	min-height: 120px;
	}
