/*
Theme Name: The Light-Blue TukTuk Theme
Theme URI: http://level-level.com
Description: The Light-Blue Theme was developed for Enviu The Netherlands. This theme utlizes XHTML and CSS.
Version: 1.0
Author: Taeke Reijenga - Michiel Mos
Author URI: http://www.level-level.com
*/

/***** GLOBAL *****/


* {
	padding: 0;
	margin: 0;
}

a:active{
  outline: none;
}

img {
	border: 0;
}


/******VARIABELEN*********************/
body {
	background: #E8FBFC url(images/gradient.jpg) repeat-y;
	font-size: 12px;
	color: #000;
	font-family: "Arial", Lucida, Helvetica, sans-serif;
}

#background-heading{
	padding:0;
	margin:0;
	width:100%;
	height:428px;
	background:transparent url(images/background.jpg) no-repeat;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#header {
	width: 900px;
	background: url(images/header.png) top left no-repeat;
	height: 162px;
	color: #fff;
}

#footer {
	clear: both;
	width: 900px;
	height:78px;
	background: url(images/footer.png) bottom no-repeat;
	color: #fff;
	text-align: left;
	padding: 0;
	margin:20px 0 0 -20px;
	overflow:hidden;
}
a {
	color: #006666;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #006666;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #006666;
	font-weight: bold;
	text-decoration: none;
}
h1.title {
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 88px 10px 5px 92px;
	color:#006666;
}
h2.description {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 0 0 0 92px;
	color:#006666;
}
#content h1{
color:#006666;
	font-size: 22px;
	margin:0 0 20px 0;

}
a.more-link{
float:right;
padding:-10px 0 0 -2px;
color:#006666;
font-weight:bold;


}

.ruler{
 	border-bottom: solid 1px #006666;
	background-color: #006666;
	margin-bottom: 20px;
}
#team-logo{
width:140px;
overflow:hidden;
margin:0;
padding:0;
list-style: none;}
#team-logo li{
list-style-type: none;
margin:0;
padding:0;
float:left;
}
#team-logo li a{
margin:0;
padding:0;
}
#team-logo li a img{
margin:0;
padding:0;
}

.commentlist li {
	font-weight: bold;
	border-bottom: solid 1px #660033;
}
/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin: 0px auto;
	padding-top:75px;
	width: 900px;
	position: relative;
	z-index:100;
	overflow: hidden;

}


#tuktuk{
	position:absolute;
	background-image:url(images/tuktuk-los.png);
	background-repeat:no-repeat;
	left:600px;
	top:10px;
	height:249px;
	width:299px;
	z-index:2000;
}
.button {
	margin:0; 
	background:#fff;
	height:35px;
	padding:22px 0 10px 0; 
	list-style:none;
	width:485px;
	height:78px;
	
}
.button2 {
	margin:-20px 0px 20px -20px; 
	background:#fff;
	height:35px;
	width:145px;
	padding:4px 0 0 0; 
	list-style:none;
	text-align:centre;
}
.title {
	padding: 5px 5px 5px 20px;
	color: #fff;
}
#content-body {
	background-color:#fff;
	width:860px;
	margin:0;
	padding:0 20px 0 20px;
	display:block;
}
#content {
	width: 500px;
	float: left;
	color: #333333;
	background:#fff;
	padding: 0;

}
#content h1 a:link,#content h1 a:visited{
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
	font-family: "Arial", Lucida, Helvetica, sans-serif;
}
#sidebarRight {
	width: 160px;
	float: right;
	color: #000;
	background: #fff;
	padding:20px 0 0 0;
	display:inline;
}

#sidebarLeft {
	width: 160px;
	float: right;
	color: #000;
	background:#fff;
	display:inline;
	padding:20px 0 0 0;
	margin:0 20px 0 0;

}

#footer a {
	color: #fff;
}

/***** NAVIGATION BAR FORMATTING *****/

/* default link styling needed for IE6 to work */
.button a {
	color:#fff;
}
.button a:visited {
	color:#fff;
}
.button a:active {
	color:#fff;
}
.button a:hover {
	text-decoration:none;
}


 /* display the list items inline with a right margin to space the buttons. Use this to pre-load the hover image */
.button .page_item {
	display:inline; 
	float:left; 
	margin-right:5px; 
	margin-bottom: 5px;
	background:url(images/hover_button2.gif);
}

/* style the links and place the background image to start from left edge */
.button .page_item a {
	display:block; 
	height:28px; 
	float:left; 
	background:url(images/button2.gif); 
	text-decoration:none; 
	font-size:12px; 
	font-family:arial, sans-serif; 
	letter-spacing:1px; 
	line-height:28px;
}

/* style the b element to position it to the right by 20 pixels and even out the text with 20 pixel right padding */
.button .page_item b {
	margin:0 0 0 10px; 
	display:inline; 
	float:left; 
	height:28px; 
	background:url(images/button2.gif) right top; 
	padding:0 10px 0 0; 
	color:#fff;
}

/* style the link hover and the link hover b to replace the background image - border:0 needed for IE6 to work */
.button .page_item a:hover, .button li a:hover b {
	border:0; 
	background-image:url(images/hover_button2.gif); 
	cursor:pointer;
}

/* style the active state to replace the background image. This can also be used for a 'current' tab if you wish */
.button .page_item a:active,
.button .page_item a:active b, 
.button .page_item .current, 
.button .page_item .current b 
{
	background-image: url(images/hover_button2.gif);
}

/* move the text down by 3 pixels, and to the right by 2 pixels */
.button .page_item a:active b, .button .page_item .current b { 
	line-height:28px; 
	margin-left:11px; 
	padding-right:9px;
}


/***** NAVIGATION RIGHT SIDEBAR FORMATTING *****/

/* default link styling needed for IE6 to work */
.button2 a {
	color:#fff;
}
.button2 a:visited {
	color:#fff;
}
.button2 a:active {
	color:#fff;
}
.button2 a:hover {
	text-decoration:none;
}


 /* display the list items inline with a right margin to space the buttons. Use this to pre-load the hover image */
.button2 .page_item {
	display:inline; 
	float:left; 
	margin:0 auto 5px auto; 
	background:url(images/hover_button2.gif);
}

/* style the links and place the background image to start from left edge */
.button2 .page_item a {
	display:block; 
	height:28px; 
	float:left; 
	background:url(images/button2.gif); 
	text-decoration:none; 
	font-size:12px; 
	font-family:arial, sans-serif; 
	letter-spacing:1px; 
	line-height:28px;
	margin:0 auto 0 auto; 

}

/* style the b element to posiition it to the right by 20 pixels and even out the text with 20 pixel right padding */
.button2 .page_item b {
	margin:0 0 0 10px; 
	display:inline; 
	float:left; 
	height:28px; 
	background:url(images/button2.gif) right top; 
	padding:0 10px 0 0; 
	color:#fff;
	font-weight:nomal;
}

/* style the link hover and the link hover b to replace the background image - border:0 needed for IE6 to work */
.button2 .page_item a:hover, .button2 li a:hover b {
	border:0; 
	background-image:url(images/hover_button2.gif); 
	cursor:pointer;
	text-decoration:none;

}

/* style the active state to replace the background image. This can also be used for a 'current' tab if you wish */
.button2 .page_item a:active,
.button2 .page_item a:active b, 
.button2 .page_item .current_page_item, 
.button2 .page_item .current_page_item b {
	background-image: url(images/hover_button2.gif);
}

/* move the text down by 3 pixels, and to the right by 2 pixels */
.button2 .page_item a:active b, .button2 .page_item .current_page_item b { 
	line-height:28px; 
	margin-left:11px; 
	padding-right:9px;
}







/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-bottom: 20px;
}

p {
	margin-bottom: 15px;
	line-height: 1.5em;
	text-align: justify;
}

p.center {
	text-align: center;
}

.postmeta {
	padding: 0;
	font-size: 9px;
}

.postmeta a {
	border-bottom: none;
	color:#333;
	font-weight: bold;
		font-size: 9px;

}

.postmeta a:hover {
	border-bottom: none;
	color:#333;
	font-weight: bold;
		font-size: 9px;

	}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

.post h1 a, .post h2 {
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
	font-family: "Arial", Lucida, Helvetica, sans-serif;
}
.post p img{
margin: 3px;
clear: both;

}

h4 {
	margin: 2px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	color: #333;
	font-family: "Arial", Lucida, Helvetica, sans-serif;

}

/***** LISTS FORMATTING *****/

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	padding-left: 30px;
	line-height: 1.6em;

} 

html>body .post li {
	margin: 7px 0 8px 10px;
		list-style:url(images/list-icon.gif);

}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
	}



/***** SIDEBAR FORMATTING *****/

#bluecolumn-body h2 {
	font-size: 14px;
	letter-spacing: -0.8px;
	text-align: left;
	color:#fff;
	padding:  4px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 2px #fff solid;
	margin: 0px 4px 5px 4px;
	font-family: "Arial", sans-serif;
}

#sidebarRight a {
	color: #fff;
	text-decoration: none;
}
a#logo-enviu img{
	text-decoration: none;
	width:160px;
	height:76px;
	margin:0 0 12px 0;
	padding:0;
	display:block;
}

#sidebarRight a:hover {
	background: none;
	color:  #fff;
	text-decoration:none;
}
#sidebarLeft h1, .bluecolumn-body h1{
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	font-size:20px;
	margin: 20px 0 10px 0;
}
.bluecolumn-body ul{
list-style: none;
color:#fff;


}

.bluecolumn-body ul li.categories a:link, .bluecolumn-body ul li.categories a:visited{
	font-family: "Arial",Lucida,Helvetica,sans-serif;
font-size: 11.5px;
font-weight: bold;
color: #ffffff;
letter-spacing: 0.5px;
text-decoration: none;
line-height: 12px;


}
#sidebarLeft a {
	color: #fff;
	text-decoration: none;
}

#sidebarLeft a:hover {
	color:  #fff;
	text-decoration: none;
}

#sidebarLeft a:visited {
	color: #fff;
}

#friends-button{
	width:160px;
	height:78px;
	margin:0 0 10px 0;
	padding:0;
}
#friends-button a:link, #friends-button a:visited{
	display:block;
	width:160px;
	height:78px;
	margin:0;
	padding:0;
	background-image:url(images/friends.gif);
}
#friends-button a:hover{
	display:block;
	width:160px;
	height:78px;
	margin:0;
	padding:0;
	background-image:url(images/friends-hover.gif);
}

#player{
height:88px;
width:140px;
margin:0 0 10px 0;
padding:0;
}


#player a:link,#player a:visited{
background: url(images/playerbutton.gif) 0 0;
background-repeat: no-repeat;
height:88px;
width:140px;
margin:0;
padding:0;
display: block;
}
#player a:hover{
background: url(images/playerbutton.gif) 0 -88px;
background-repeat: no-repeat;
height:88px;
width:140px;
margin:0;
padding:0;
display: block;
}




#ringtone{
height:88px;
width:140px;
margin:0;
padding:0;
}


#ringtone a:link,#ringtone a:visited{
background: url(images/ringtonebutton.gif) 0 0;
background-repeat: no-repeat;
height:88px;
width:140px;
margin:0;
padding:0;
display: block;
}
#ringtone a:hover{
background: url(images/ringtonebutton.gif) 0 -88px;
background-repeat: no-repeat;
height:88px;
width:140px;
margin:0;
padding:0;
display: block;
}

#rssfeed{
width:32px;
height:32px;
float:right;
display:block;
margin-left: 2px;
margin-bottom: 2px;

}
#rssfeed a:link, #rssfeed a:visited{
background: url(images/RSS.gif) no-repeat top;
width:32px;
height:32px;
display:block;
clear: none;

}#rssfeed a:hover{
background: url(images/RSS.gif) no-repeat bottom;
width:32px;
height:32px;
display:block;
clear: none;


}



#bluecolumn{
	width:160px;
	margin:0;
	padding:0;
}
.bluecolumn-top{
	width:160px;
	height:10px;
	display:block;
	background:url(images/bovenkant.jpg) no-repeat;
	margin:0;
	padding:0;
}
.bluecolumn-body{
	width:140px;
	min-height:240px;
	background: #52BFFE url(images/gradientcolumn.jpg) no-repeat;
	padding:0 10px 0 10px;
	margin:0;
	overflow:hidden;
}

.bluecolumn-body p{
	font-family: "Arial",Lucida,Helvetica,sans-serif;
font-size: 11.5px;
font-weight: bold;
color: #ffffff;
letter-spacing: 0.5px;
text-decoration: none;
line-height: 12px;}

.bluecolumn-bottom{
	width:160px;
	height:10px;
	margin-top:-1px;
	display:block;
	background:url(images/onderkant.jpg) no-repeat;
}
ul-recent-posts{
	list-style: none;
	margin:5px 0 0 0;

}
li.li-recent-posts{
	font-family: "Arial", Lucida, Helvetica, sans-serif;

	margin:0 0 10px 0;
	font-size:10px;
	color:#fff;
}

li.li-recent-comments{
	font-family: "Arial", Lucida, Helvetica, sans-serif;

	margin:0 0 10px 0;
	font-size:10px;
	color:#fff;
}


.datum{
	font-family: "Arial", Lucida, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;	
	letter-spacing: 0.5px;
	line-height: 14px;}

.titel a:link, .titel a:visited{
	font-family: "Arial", Lucida, Helvetica, sans-serif;
	font-size:11.5px;
	font-weight: bold;
	color:#fff;	
	letter-spacing: 0.5px;
	text-decoration: none;}

.titel a:hover{
	font-family: "Arial", Lucida, Helvetica, sans-serif;
	font-size:11.5px;
	color:#fff;	
	letter-spacing: 0.5px;
	text-decoration: underline;}



/***** SIDEBAR AD/SPONSOR FORMATTING *****/


/***** SEARCH FORM FORMATTING *****/

#searchform {
	display: inline;
	float: left;
	width: 139px;
	height: 28px;
	margin: 8px 0 0 7px;
	padding: 3px 0 3px 3px;
	background: url(images/zoekschermpje.gif) no-repeat;
	text-align: left;


}

#searchform #s {
	width: 105px;
	height: 15px;
	padding: 4px 2px 0px 4px;
	color: #000;
	font-size: 11px;
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	border:none;
	}



/***** FOOTER FORMATTING *****/

#footer span.left{
	width:430px;
	height:26px;
	text-align: left;
	letter-spacing: -0.1px;
	margin-bottom: 0px;
	padding:7px 0 0 20px;
	color: #333;
	float: left;

}
#footer span.right{
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	float: left;
	width:430px; 
	height:26px;
	text-align: right;
	color: #333;
	padding:7px 20px 0 0;
}
#footer span.right img{
	position:middle;
	height:18px;
	width:58px;
	padding:0 5px 0 5px;
	margin:-12px 0 0 0;
	
	}


#footer a:link,#footer a:visited {
	color: #333;
	font-weight:bold;
	text-decoration: none;
	border-bottom: none;
}
#footer a:hover {
	color: #333;
	font-weight:bold;
	text-decoration: underline;
	border-bottom: none;
}

/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #000;
}

img.alignright {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #000;
	margin: 8px;
	display: inline;
}
	
/***** MISCELLANEOUS FORMATTING *****/

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

.navigation {
	display: block;
	text-align: left;
	width:495px;
	height:21px;
	padding:5px 0 0 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image:url(images/navigation.png);
	background-repeat:no-repeat;

}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
	
/***** COMMENTS FORMATTING *****/


#commentform input {
	width:200px;
	padding: 2px;
	margin: 1px 5px 2px 2px;
	border: none;
	background: #fff;
	font-size: 12px
}
.rounded {
			background:  url(images/rounded.gif) no-repeat left top;
			padding: 0 3px 3px 2px;
			width: 230px;
			height:17px;
			display:block;
			margin:0 0 5px 0;
			line-height: 1em;
			
		}
		
.label{float:left;display:inline;margin:-23px 0 0 240px;}

#commentform textarea {
	background:  url(images/textarea.jpg) no-repeat left top;

	width: 490px;
	height:190px;
	padding: 5px;
	margin: 2px;
	border: none;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#commentform #submit {
	background:  url(images/submit.gif) no-repeat left top;
	color:#fff;
	margin: 0;
	float: right;
	border: none;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding: 0 3px 4px 3px;
	width: 126px;
	height:28px;
	font-weight: bold;
	
}
#commentform #submit:hover {
	background:  url(images/submit.gif) no-repeat left bottom;
}
.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}



.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	font-size: 12px;

}

#commentform p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h3#respond{
padding:20px 0 20px 0;

}



.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0 0 0 15px;
	margin: 0;
	text-align: justify;
}

.commentlist li {
	margin: 10px 0 3px;
	padding: 5px 0px 3px;
	list-style:url(images/list-icon.gif);
}


#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}


/*tabs*/

	


		UL.tabNavigation {
		    list-style: none;
		    margin: 0;
		    padding: 0;
		    width: 150px;
		}

		UL.tabNavigation LI {
		    display: block;
		    float:left;
	
		}


		ul.tabNavigation li A {
		    padding: 10px 3px 0 3px;
			background: url(images/tabset.gif) 70px;
		    color: #fff;
   		    font-weight:bold;
		    text-decoration: none;
		    display: block;
		    width:64px;
		    height:36px;
		    overflow:hidden;
		    text-align:center;
		}
			UL.tabNavigation LI A.selected, ul.tabNavigation li a:hover {
			background: url(images/tabset.gif) 0px;
		    color: #fff;
		    font-weight:bold;
		}
ul.tabNavigation li a:visited{

color:#fff;
}
			
		UL.tabNavigation LI A:focus {
			outline: 0;
		}

		div.tabs > div {
			display:block;
			float:left;
			padding: 5px 0 0 0;
			margin-top: 3px;
			width:150px;
			overflow: hidden;
		}
		
		div.tabs > div h2 {
			margin-top: 0;
		}

		#first {
		    background-color: #f00;
		}

		#second {
		    background-color: #0f0;
		}

		#third {
		    background-color: #00f;
		}
		
		.waste {
			min-height: 1000px;
		}


.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	/*border: 1px solid #fff;*/
	color: #fff;
}
.wp-pagenavi a:hover {	
	border: 0px solid #114477;
}
.wp-pagenavi span.pages {
	display:none;
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 1px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #fff;
	color: #fff;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

.wordtube{
text-align: center;}

/* additions */

#sponsor-logo{
width:160px;
overflow:hidden;
margin:10px 0 0 0;
padding:0;
list-style: none;}

#sponsor-logo li{
list-style-type: none;
margin:0;
padding:0;
float:left;
}
#sponsor-logo li a{
margin:0;
padding:0;
}
#sponsor-logo li a img{
margin:0;
padding:0;
}
