/*
Theme Name: Box-theme
Theme URI: http://boxarchitekten.nl
Description: Box theme based on default theme
Version: 1.0
Author: Niels Eijsbroek
Author URI: http://eijsbroek.com/
Tags: white,two-column,images

	This theme was designed by Niels Eijsbroek http://eijsbroek.com
	and built by Ministry of Web Development http://www.ministryofwebdevelopment.nl

*/
@charset "utf-8";

/* Common Page Structure 
--------------------------- */	
body { margin: 0px; font-family: Helvetica, Arial, sans-serif; font-size: 0.75em; color: #333;}

a { color: #000; text-decoration: underline; }
a:visited { color: #000; }
a:hover { color: #666; text-decoration: none; }
img { border:0; padding:0; margin:0; }

.fijn { display: none; }

#frame { width: 856px; margin: 0px auto; border-width: 0px 1px 1px 1px; border-color: #ccc; border-style: solid;}

/* Header section */
#header { width: 850px; }

/* BOX Logo */
#logo { width: 300px; float: left; }
#logo a { display: block; width: 350px; height: 95px; padding: 0px; margin-left: 15px; margin-top:4px; background: url(images/logo_Elefant_web.gif) top left no-repeat #fff; }
#logo a b { display: none; }

/* Main Navigation */
ul#minitabs{list-style: none;margin: 0;padding: 7px 0; border-bottom: 1px solid #CCC;font-weight: bold;text-align: center;white-space: nowrap}
ul#minitabs li{display: inline;margin: 0 6px}
ul#minitabs a{text-decoration: none;padding: 0 0 3px; border-bottom: 4px solid #FFF;color: #999}
ul#minitabs li.current_page_item a{border-color: #F00;color: #F00}
ul#minitabs a:hover{border-color: #CCC;color: #666}

/* Main section of the page */
#main { clear: both; }

#content { padding: 0px; } /* */
#content p { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 90%; 
	color: #444; 
	padding: 0px; 
	line-height:140%;
	}
#content h1 {  
	color: #BBB; 
	font-weight: normal; 
	font-size: 220%;
	padding-left: 0px;
	margin-bottom: 0.5em;
	}
#content h1 a {  
	color: #AAA; 
}
#content h2 {
	margin-top: 25px;
	margin-left: 0; 
	margin-bottom: 12px;
	font-size: 160%;
	border-top:1px solid #EFEFEF;
	padding-top:12px;
}
#content h2 a {
	color:#AAA;
	font-weight: normal; 
}

#content h4 { 
	margin-bottom: 5px;
	margin-left: 25px; 
	}
#content h1 span.noshow { display: none; } 

#content .thumb {
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
}
	
#content a { color: #000; text-decoration: underline; }
#content a:hover { color: #666; text-decoration: none; }

#content ul li { line-height: 140%; font-family:Verdana, Arial, Helvetica, sans-serif; }
#content ol li { line-height: 140%; font-family:Verdana, Arial, Helvetica, sans-serif; }

#content img {
	margin-right:0px;
	border:1px solid #bbb;
}

.projectuitleg {
    width: 500px; margin: 0px 3px 0px 15px; padding-left:24px;
}

/* Tag Cloud Module */
#tag-cloud {
	width:500px;
	margin-left:39px;
	margin-top:39px;
	border: 1px solid #CCCC66;
	}

.tagcloud ul {
	line-height: 2em;
	text-align: justify;
	margin:0; padding:12px;
	}

.tagcloud li {
	display: inline;
	}
.tagcloud h4 {
	color:#CCCC66;
	position:relative;
	top:-5px;
	background-color:#FFF;
	display: inline; 
	padding:3px;
}
.tagcloud a {
	padding: 0;
	white-space: nowrap;
	text-transform: lowercase;
	line-height:150%;
	}
#content .tagcloud :link, #content .tagcloud a:visited   {
	color:#BBB;
	}
#content .tagcloud a:hover   {
	color:#F60;
	}
#content .tags, #content .tags a:link, #content .tags a:visited {
	font-size:10px;
	color:#FF0000;
}
#content .tags a:hover{
	font-size:10px;
	color:#666;
	text-decoration:underline;
}
#content .tags img {
	border:none;
	margin:none;
}

#content .navigation {
    border-top: 1px dotted #999;
    padding-top: 4px;
    clear: both;
}
#content .navigation a {
    color: #333;
}
#content .alignleft {
    float: left;
}
#content .alignright {
    float: right;
}
#content .alignnone {
    clear: both;
}

/* --------------- */
/* SIDEBAR STYLING */
/* --------------- */

#sidebar {float: right; width: 280px; margin: 0px 0px 20px 0px; padding: 0px 0px 0px 0px; }
#sidebar_content { float: right; width: 280px; margin: 0px; padding: 5px 0px 10px 0px; 
	border-width: 0px 0px 0px 0px; border-style: solid; border-color: #999; background-color: #f6f6f6; }

#sidebar h2 {
	margin: 2px 0px 0px 10px;
	color: #AAA; 
	font-weight: normal;
}

#sidebar h4 { 
	background-color: #f6f6f6; 
	border-width: 0px 0px; 
	border-color: #999; 
	border-style: solid; 
	padding: 7px 0px 5px 0px;
	margin: 2px 1px;
	text-align: center; 
	color: #666; 
}

#sidebar p { line-height: 130%; padding: 4px 5px 4px 7px; margin: 0px; }
#sidebar p.small { font-size: 90%; line-height: 130%; padding: 0px 5px 0px 7px; margin: 0px; }
	
#sidebar_content ul.wp-tag-cloud {
	line-height: 2em;
	text-align: justify;
	margin:0; padding:4px;
}
#sidebar_content ul.wp-tag-cloud li  {
	line-height: 2em;
	text-align: justify;
	display:inline;
	margin:0; padding:6px;
}
#sidebar_content ul.wp-tag-cloud li  a {
	padding: 0;
	white-space: nowrap;
	text-transform: lowercase;
	line-height:150%;
}

#sidebar h4 img {
	border:1px dotted #DDD;
	padding:1px;
}
#sidebar h4 a:hover img {
	border:1px solid #C00;
	padding:1px;
}

/* others */
.contentframe {
    padding:44px;
    padding-top:10px;
    border-top:#DDD 1px solid;
    width:480px;
}
.linkies {
    font-size:120%;
}
.linkies li {
    list-style-type:square;
}

#footer { clear:both; padding: 10px 0px; background-color: #eee; text-align: center; font-size: 95%; line-height: 200%; color: #666; border-top: 1px solid #ccc; }
#footer a { color: #444; text-decoration: none; padding-right: 20px; }
#footer a:hover { color: #999; text-decoration: underline; }

ul#sitemap li { line-height: 170%; }



/* FORM and INPUT STYLES */
/* --------------------- */
form { margin: 0px; padding: 0px; }

/* ----------------- */

/* TEXT SIZE */
.t_80 { font-size: 80%; }
.t_85 { font-size: 85%; }
.t_90 { font-size: 90%; }
.t_95 { font-size: 95%; }
.t_120 { font-size: 120%; }
.t_130 { font-size: 130%; }
.t_140 { font-size: 140%; }
.t_150 { font-size: 150%; }
.t_175 { font-size: 175%; }


/* MARGIN CLASSES */
.mr5 { margin-right: 5px; } /* mr5 = Margin Right 5 px */
.mr10 { margin-right: 10px; } /* mr10 = Margin Right 10 px */
.mr15 { margin-right: 15px; } /* mr15 = Margin Right 15 px */
.mr20 { margin-right: 20px; } /* ml15 = Margin Left 15 px */
.mr25 { margin-right: 25px; } /* ml15 = Margin Left 15 px */

.ml5 { margin-left: 5px; } /* ml5 = Margin Left 5 px */
.ml10 { margin-left: 10px; } /* ml10 = Margin Left 10 px */
.ml15 { margin-left: 15px; } /* ml15 = Margin Left 15 px */
.ml20 { margin-left: 18px; } /* ml15 = Margin Left 15 px */
.ml16 { margin-left: 16px; } /* ml15 = Margin Left 16 px */
.ml25 { margin-left: 25px; } /* ml15 = Margin Left 15 px */
.ml30 { margin-left: 30px; } /* ml15 = Margin Left 15 px */

.mb5 { margin-bottom: 5px; } /* mb5 = Margin Bottom 5 px */
.mb10 { margin-bottom: 10px; } 
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }

.mt5 { margin-top: 5px; } /* mb5 = Margin top 5 px */
.mt10 { margin-top: 10px; } 
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }

/* ------- Contact Form ----*/
#content #wpcf fieldset { border: 1px solid #eee; width: 400px; }
#content #wpcf legend { font-weight: bold: border: 1px solid #666666; padding: 3px }
#content #wpcf label { text-align: left; width: 140px; padding-right: 10px; font-size: 100%; font-weight: bold; }
#content #wpcf p { margin: 0 0 7px 0 }
#content #wpcf .field { font-size: 100%; width: 240px; padding: 0; margin: 0 }
#content #wpcf p.button { text-align: left; padding: 0 5px 0 0; }
#content #wpcf textarea { font-size: 100%; width: 240px; height: 50px }
#content #wpcf .error { background-color: #FFFF00 }
#content #wpcf .challenge { font-size: 100%; text-align: left; width: 240px; font-style: italic; }
#content #wpcf p.alert { color:#FF0000; font-weight: 700; text-align: center; padding: 5px 0 10px 0 }
#content #wpfc #wpcf_response {width: 20px;}
