/*  
Theme Name: Mediabros
Theme URI: http://mediabros.nl
Author: Frank
Author URI: http://mediabros.nl
Version: 1.0 Beta
Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar, sticky-post
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding:  0;
  }

h1, h2, h3, h4, h5, h6 {
  font-weight:normal;
  letter-spacing:-0.6px;
  color:#fff;
  text-align:left;
  }

hr {
  color: #fff;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border:none;
  }

p {
  color: #fff ;
  padding:0; 
  margin:0;
  text-align:justify;
  font-size:12px;
  }

a {
  color: #fff ;
  text-decoration: none;
  }

a:hover {
  text-decoration: none;
  }

a img {
  border: none;  
  }

code {
  color: #fff;
  font-style: italic;
  }

body {
	font-family: "Segoe UI",Calibri,Arial,Myriad,Verdana,Helvetica,Arial,sans-serif;
	line-height: 1.6; /* Unitless for proper inheritance */
	color: #5b5b5b;
	background:url(img/bg_new.png) fixed repeat-x;
}

body          { font-size: 75%; }   /* IE (10px = 62.5%, 11px = 68.75%, 12px = 75%, and so forth) */
html > body   { font-size: 12px; }  /* All other browsers */

/* =HEADINGS *******************************************************/

h1, h2, h3, h4, h5, h6 { 
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.2;
	letter-spacing: -0.035em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { border: none; text-decoration:none; }

h1 { font-size: 2.25em; margin: 0 0 15px 0; }
h2 { font-size: 1.7em;  margin: 0 0 15px 0;   }
h2 a { font-size: 1.0em;  }
h3 { color:#C9C9C9; font-size: 18px; font-weight: bold;  }
h3 a { color: #1a77a7; font-size: 18px; font-weight: bold; }
h4 { font-size: 18px; margin: 0 0 15px 0; color: #242f33; font-weight: bold; }
h5 { clear: both; display: block; margin: 0 0 7px 0; padding: 0; color: #1a77a7; font-size: 17px; font-weight: bold; }
h5 a { color: #1a77a7; border-bottom: 1px dotted #89999f;  }
h5 span.italic { font-family: Georgia, serif; margin: 3px 0 18px 0; font-style: italic; color: #242f33; display: block; font-size: 17px; }
h6 { font-size: 1.25em; color: #1a77a7; font-weight: bold; }



/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  
  }

#header {
  padding: 0;
  margin: 0;
  width: 100%;
  height:280px;
  }
  
#header_container {
  padding: 0;
  margin:auto;
  width:960px;
  }


/* headercontents */

#logo { 
width: 84px;
height: 84px;
margin: 64px 0 0 4px;
float:left;}

#desc { 
background:url(../img/title/desc_home.png) no-repeat; 
width:700px; 
height:110px;
float:right;
margin:64px 0 0 20px;
}


#mediabros_titel {
margin: 0;
padding: 0;

}

#mediabros {
margin: 0;
padding: 0;
text-indent: -9999px;
width: 94px;
height: 94px;
position: relative;
background: url(img/logo.png) no-repeat;
outline: none;
}

#mediabros a {
width: 84px;
height: 84px;
display: block;
border: none;
outline: none;
}

	
#main_menu_container {
		/* you must set it to relative, so that you can use absolute position for children elements */
		position:relative; 
		text-align:center; 
		width:583px; 
		height:40px;
		float:left;
		margin:36px 0 0 -20px;
	}
	
#main_menu_container a {
		/* you must set it to relative, so that you can use absolute position for children elements */
		color:#FFF;
		font-size:20px;
		font-weight:normal;
		letter-spacing:-0.8px;
	}
	
	#main_menu_container ul {
		/* remove the list style and spaces*/
		margin:0; 
		padding:0; 
		list-style:none; 
		display:inline;
				
		/* position absolute so that z-index can be defined */
		position:absolute; 
		
		/* center the menu, depend on the width of you menu*/
		left:0px; 
		top:0; 
		
		/* should be higher than #box */
		z-index:100;

	}
	
	#main_menu_container ul li {
		
		/* give some spaces between the list items */
		margin:0 15px; 
		
		/* display the list item in single row */
		float:left;
	}
	
	#main_menu_container #box {
		
		/* position absolute so that z-index can be defined and able to move this item using javascript */
		position:absolute; 
		left:0; 
		top:0; 
		
		/* should be lower than the list menu */
		z-index:50; 

		/* image of the right rounded corner */
		background:url(img/bg_button.png) repeat; 
		height:30px;
		
		/* add padding 8px so that the tail would appear */
		padding-right:0px;
		
		/* self-adjust negative margin to make sure the box display in the center of the item */
		margin-left:-10px;
	}
	
	#main_menu_container #box .head {
		/* image of the left rounded corner */
		
		height:30px;

		/* self-adjust left padding to make sure the box display in the center of the item */
		padding-left:10px;
		padding-right:10px;
	}
/* Menu */
#main_menu_container a.c1 {background:url(img/title/b_home.png) no-repeat 15px 6px; display:block; text-indent:-9999em; width:80px; height:26px; outline: none;}

#main_menu_container a.c2 {background:url(img/title/b_diensten.png) no-repeat 0px 6px; display:block; text-indent:-9999em; width:80px;  height:26px; outline: none;}

#main_menu_container a.c3 {background:url(img/title/b_portfolio.png) no-repeat 0px 6px; display:block; text-indent:-9999em; width:80px;  height:26px; outline: none;}

#main_menu_container a.c4 {background:url(img/title/b_contact.png) no-repeat 6px 6px; display:block; text-indent:-9999em; width:80px;  height:26px; outline: none;}

#main_menu_container a.c5 {background:url(img/title/b_blog.png) no-repeat 17px 6px; display:block; text-indent:-9999em; width:80px;  height:26px; outline: none;}

#search_container { float:right; margin:31px 0px 0 0; width:194px; height:30px;} 

#search_container input { }

#search_container .searchbox { background:url(img/searchbar.png) no-repeat; font-size:14px; border:none; width:150px; padding:10px 36px 10px 10px; color:#666;  position:absolute;}
#search_container .submitbutton { width:28px; height:28px; overflow:auto; float:right; position:absolute;  z-index:999; cursor:pointer;  
margin:2px 0 0 166px;  text-indent:-9999em; border:none; background:none;}
/* Top Content */

.fade_line_960 { width:960px; height:2px; display:block; background:url(img/fade_line_960.png) no-repeat; float:left; margin:10px 0 0 0;}


#container {  width: 100%; padding-top:20px;  }

#main {
	
  margin: auto;
  width: 960px;
  }
#contentwrapper {
  float:left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper2 {
  float:left;
  width: 900px;  margin: 0 0 15px 0;
  padding: 0;
  }
  
.maincontent  {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  width:960px;
  }
  
  
  
/* Footer */

/* Big footer */


#bigfoot_container { width:100%; background:#fff url(img/bg_footer.png) repeat-x 0px -20px; height:300px; margin:40px 0 0 0; }

#bigfoot { width: 960px; margin:auto;}

#bigfoot p, #bigfoot li {
	color:#666;
  margin:  0;
  padding:  0;
  }
#bigfoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#bigfoot ul li, #morefoot p {
  font-size: 9pt;
  }
#bigfoot a {
  text-decoration: underline;
  color: #555;
  }
#bigfoot a:hover {
  text-decoration: underline;
  color: #555;
  }
#bigfoot h3 {
background:url(img/title/footer_title_sprite.png) no-repeat #666; width:125px; height:26px; text-indent:-999em; display:block; 
margin: 20px 0 0 0; 
padding:0;
  }

#bigfoot .col2 h3 { background:url(img/title/footer_title_sprite.png) 0px -27px no-repeat #666; }

#bigfoot .col3 h3 { background:url(img/title/footer_title_sprite.png) 0px -54px no-repeat #666; }


#bigfoot .col1 ,#bigfoot .col2, #bigfoot .col3 { 
width:288px;  margin:0 30px 0 0; float:left;
  }


  

  
#bigfoot li {
	list-style-type:none;
	text-align:left;
	padding-left:20px;
 	margin: 15px;
 	background: url(img/arrow.png) left top no-repeat #666;
 	line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#bigfoot li:hover{
 
	list-style-type:none;
	text-align:left;
	padding-left:20px;
 	margin: 15px;
 	background: url(img/arrow.png) left top no-repeat #666;
 	line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#bigfoot li a{
	text-decoration:none;
	color:#666;
  }
  
  #bigfoot li a:hover{
	text-decoration:none;
	color:#666;
  }

  
a.bericht_versturen {
}

/* small Footer*/

#smallfoot_container {  width:100%; background:#eeeeee; height:40px;}
#smallfoot { width:960px; margin:auto; }

#footer a {
  color: #555;
  text-decoration: underline;
  }
#footer a:hover {
  color: #555;
  }
#footerleft {
  float: left;
  width: 700px;
  height:20px;
  margin:10px;
  }
#footerleft ul li {
display: inline;
list-style-type: none;
margin:0 10px 0 0;

  }  

#footerleft ul li a { color:#666; }

#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }

/* Misc */

.highlight {
  color: #555;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 4px 5px;
  margin: 0;
  color: #555;
  }
 
#contactformulier { display:none; background:#999; }

div#fancy_div {
background: #ff6600;
}


.incoming, #incoming { display:none; }
