/*
Theme Name: Trendesign
Theme URI: http://wordpress.org/
Description: The Trendesign WordPress theme based on the default WordPress Theme.
Version: 1.0
Author: Sjoerd Gal
Author URI: http://trendesign.nl/
Tags: blue, custom header, fixed width, two columns, widgets

*/


/* Reset stuff
/* ---------------------------------------------- */
@import "css/reset.css";



/* Blog Header
/* -------------------------------------------------------*/
#header {
	height: 120px;
	position: relative;
}

#headerimg h1 {
	margin: 0;
	padding: 0;
	width: 152px;
	height: 40px;
	text-indent: -9999px;
	background: url("images/img-logo-trendesign.gif") 0 0 no-repeat;
}

#headerimg h1 a {
	width: 152px;
	height: 40px;
	display: block;
	overflow: hidden;
}

#headerimg .description {
	margin: 5px 0 0 0;
	font-size: 0.9em;
	color: #999;
}

#header .balloon {
	width: 210px;
	height: 39px;
	background: url("images/bg/bg-balloon.gif") 0 0 no-repeat;
	position: absolute;
	right: 0;
	top: 5px;
}

#header .balloon span {
	font-size: 0.9em;
	line-height: 3.0em;
	color: #000;
	text-align: center;
	display: block;
}


/* Page / Index Layout / Column Sizes
/* -------------------------------------------------------*/

#page {
	margin: 20px auto;
	padding: 0;
	width: 960px;
}

#viewport {
	margin: 20px auto 0;
	width: 880px;
}

#posts .first {
	width: 460px;
}

#posts .last {
	width: 318px;
}

#contentpage .first {
	width: 460px;
}

#contentpage .last {
	width: 318px;
}

#footer .firstrow .first {
	margin: 0 0 0 40px;
	width: 270px;
}

#footer .firstrow .middle {
	width: 200px;
}

#footer .firstrow .last {
	margin: 0 40px 0 0;
	width: 136px;
}

#footer .secondrow .first {
	margin: 0 0 0 40px;
	width: 450px;
}

#footer .secondrow .last {
	margin: 0 40px 0 0;
	width: 136px;
}




/* Footah
/* -------------------------------------------------------*/

#footer {
	padding: 20px 0;
	font-size: 1.1em;
	line-height: 1.8em;
	color: #ddd;
	background-color: #171717;
}

#footer .middle span {
	display: block;
}

#footer p {
	margin: 20px 0 0 0;
}

#footer a {
	color: #ddd;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .secondrow .last a {
	color: #15F2B1;
}


/* Blog Posts Layout
/* -------------------------------------------------------*/

#posts .first {
	font-size: 1.1em;
	line-height: 1.7em;
}

#posts .post {
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #1a1a1a;
}

#posts .post {
	margin: 0 0 40px;
	text-align: justify;
}

#posts .post hr {
	display: block;
}

#posts .post h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
}

#contentpage h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
	color: #15f2b1;
}

#contentpage h2.pagetitle,
h2.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 30px 0;
}

#posts .post h2 a {
	text-decoration: none;
}

#posts .post p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.8em;
}	

#posts .post .entry {	
	margin: 15px 0 0 0;
}

#posts .post .post-date {
	font-size: 0.9em;
}

#posts .post .entry a {
	color: #ddd;
	text-decoration: underline;
}

#posts .post .entry a:hover {
	color: #fff;
	text-decoration: none;
}

#posts .post .entry img {
	margin: 0 0 10px 0;
}

#posts .post .postmetadata {
	display: none;	
}

#posts .post .post-author div.gravatar {
	margin: 0 10px 0 0;
	width: 36px;
	height: 36px;
	border: 3px solid #fff;
	float: left;
}

#posts .post .post-author span {
	line-height: 3.5em;
	float: left;
}

#posts .post .post-author span a {
	text-decoration: none;
}

#posts .post .post-author span a:hover {
	text-decoration: underline;
}





/* Sidebar - Team
/* -------------------------------------------------------*/

.box-team {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	width: 318px;
	background: #e6e6e6 url("images/bg/bg-header-team.gif") 0 0 no-repeat;
}

.box-team h3 {
	margin: 0;
	padding: 0;
	height: 88px;
	visibility: hidden;
}

.box-team div.member {
	margin: 0 0 0 20px;
}

.box-team div.member div.thumb {
	margin: 0 20px 10px 0;
	width: 102px;
	height: 102px;
	float: left;
	display: inline;
	background: url("images/bg/bg-team-thumb.gif") 0 0 no-repeat;
}

.box-team div.member div.thumb img {
	margin: 13px 0 0 13px;
}

.box-team div.member p.details {
	float: left;
	display: inline;
}

.box-team div.member, .box-team div.member p.details a {
	font-size: 1.1em;
	color: #585858;
}

.box-team div.member p.details span {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
}

.box-team div.member p.details em {
	font-size: 1.0em;
	font-style: normal;
	display: block;
}

.box-team div.member p.details a {
	display: none;
}


/* Sidebar - Zoeken
/* -------------------------------------------------------*/

.box-search {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	width: 318px;
	background: #e6e6e6 url("images/bg/bg-header-search.gif") 0 0 no-repeat;
}

.box-search h3 {
	margin: 0;
	padding: 0;
	height: 86px;
	visibility: hidden;
}

.box-search div {
	margin: 0 0 0 20px;
}


/* Sidebar - Social Media
/* -------------------------------------------------------*/

.box-socialmedia {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	width: 318px;
	background: #e6e6e6 url("images/bg/bg-header-smedia.gif") 0 0 no-repeat;
}

.box-socialmedia h3 {
	margin: 0;
	padding: 0;
	height: 86px;
	visibility: hidden;
}

.box-socialmedia div {
	margin: 0 0 0 20px;
}

.box-socialmedia div a {
	margin: 0 20px 0 0;
}


/* Sidebar -  Blogroll
/* -------------------------------------------------------*/

.box-blogroll {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	width: 318px;
	background: #e6e6e6 url("images/bg/bg-header-blogroll.gif") 0 0 no-repeat;
}

.box-blogroll h3 {
	margin: 0;
	padding: 0;
	height: 86px;
	visibility: hidden;
}

.box-blogroll ul {
	margin: 0 0 0 20px;
}

.box-blogroll ul li a {
	margin: 0 20px 0 0;
	font-size: 1.1em;
	line-height: 1.8em;
	color: #585858;
	text-decoration: none;
}

.box-blogroll ul li a:hover {
	color: #222;
	text-decoration: underline;
}


/* Sidebar - TagCloud
/* -------------------------------------------------------*/

.box-tagcloud {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	width: 318px;
	background: #e6e6e6 url("images/bg/bg-header-tagcloud.gif") 0 0 no-repeat;
}

.box-tagcloud h3 {
	margin: 0;
	padding: 0;
	height: 86px;
	visibility: hidden;
}

.box-tagcloud div {
	margin: 0 0 0 20px;
}
 
.box-tagcloud div a {
	line-height: 1.8em;
	color: #585858;
	text-decoration: none;
}



/* Sidebar - Categories
/* -------------------------------------------------------*/

.box-categories {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	width: 318px;
	background: #e6e6e6 url("images/bg/bg-header-cat.gif") 0 0 no-repeat;
}

.box-categories h3 {
	margin: 0;
	padding: 0;
	height: 86px;
	visibility: hidden;
}

.box-categories ul {
	margin: 0 0 0 20px;
}
 
.box-categories ul li a {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.8em;
	color: #585858;
	text-decoration: none;
}

.box-categories ul li a:hover {
	color: #222;
	text-decoration: underline;
}


/* Sidebar - Information Pages
/* -------------------------------------------------------*/

.box-information {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	width: 318px;
	background: #e6e6e6 url("images/bg/bg-header-information.gif") 0 0 no-repeat;
}

.box-information h3 {
	margin: 0;
	padding: 0;
	height: 86px;
	visibility: hidden;
}

.box-information ul {
	margin: 0 0 0 20px;
}
 
.box-information ul li a {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.8em;
	color: #585858;
	text-decoration: none;
}

.box-information ul li a:hover {
	color: #222;
	text-decoration: underline;
}


/* Page Navigation
/* -------------------------------------------------------*/
.navigation {
	margin: 10px 0 20px 0;
	padding: 0 0 10px 0;
	display: block;
	border-bottom: 1px solid #1a1a1a;
}

.navigation a {
	color: #585858;
}



/* -------------------------------------------------------*/
/* COMMENTS
/* -------------------------------------------------------*/

/* Comment Form
/* -------------------------------------------------------*/

#respond {
	margin: 0;
	padding: 20px;
	background-color: #181818;
}

#respond p {
	margin: 0;
	padding: 0;
}

#respond h2 {
	margin-left: -0.10em;
	font-size: 1.2em;
	xtext-transform: uppercase;
}

#respond .textfield-comment {
	font-size: 1.1em;
	background: #e6e6e6;
	border: 1px solid #444;
}

#respond .textarea-comment {
	font-size: 1.1em;
	background: #e6e6e6;
	border: 1px solid #444;
}

#commentform {}


#commentform p.clearfix label span {
	width: 110px;
	font-size: 1.1em;
	color: #6b6b6b;
	float: left;
}

#commentform p.clearfix .textfield-comment {
	float: left;
}


#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
}



/* The Comment
/* -------------------------------------------------------*/

.commentlist { /* OL container with all comments */
}

.commentlist {
	padding: 0;
	text-align: justify;
}


#commentform input, #commentform textarea {
}

.commentlist li {
	margin: 0 0 20px 0;
	padding: 8px 0 8px 15px;
	color: #ddd;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 0;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.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;
}

.commentmetadata {
	font-weight: normal;

}

.thread-alt {
	background-color: transparent;
}

.thread-even {
	background-color: #181818;
}

.depth-1 {
	/*border: 1px solid #ddd;*/
}

.even, .alt {
	xborder-left: 1px solid #ddd;
}



.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* -------------------------------------------------------*/
/* ONAANGEPASTE WORDPRESS DEFAULT STIJLES
/* -------------------------------------------------------*/

/*
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

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;
}
*/


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}

.sticky h2 {
}




code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}





#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
}



.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}


.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


/* End Structure */



/*	Begin Headers */
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */


/* 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 ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	margin: 0;
	padding: 0 0 0 35px;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}



/* Begin Form Elements */
#searchform {
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}


/* End Form Elements */







/* Begin Comments*/

/* End Comments */




/* 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 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 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 #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}




/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
