/*
Theme Name: Brusselblogt
Description: Especially designed for Brusselblogt
Version: 0.9.1
Author: Mooch
Author URI: http://www.mooch.be
Tags: white, blue, fixed width, three columns, widgets


Eric Meyers Reloaded CSS Reset

http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: 'Trebuchet MS', sans-serif;
	vertical-align: baseline;
	margin-bottom: 10px;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

body {
	line-height: 1;
	color: #005B7F;
	background: white;
	font-size: 62.5%; /* Sets 1em to 10px */
	font-family: 'Trebuchet MS';
	}
strong {
	font-weight: bolder;
}
em {
	font-style: italic;
}
strike, del {
	text-decoration: line-through;
}
ol, ul {
	list-style: none;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, td {
	text-align: left;
	font-weight: normal;
	font-size: 1.2em;
	padding: 3px;
	}

th {
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 3px;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

/* Font Controls*/	

h2 {
	color: #00ADEE;
	font-size: 2.5em;
	font-style: italic;
	font-family: sans-serif;
	margin-bottom: 8px;
	font-weight: normal;
}
/* Not sure we're using h3 */

h3 {
	color: #00ADEE;
	font-size: 1.8em;
	font-weight: bold;
	margin: 30px 0 8px 0;
}

h3#comments {
	margin-bottom: 20px;
}

p {
	color: #005B7F;
	font-family: 'Trebuchet MS';
	font-size: 1.3em;
	line-height: 170%;
	margin-bottom: 14px;
}


blockquote {
	margin: 0 0 20px 20px;
	border-left: 3px solid #CCCCCC;
	padding: 6px 0 1px 10px;
	background-color: #FFFFFF;
}

a, a:visited {
    color: #00ADEE;
	text-decoration: none;
	
}


a:hover {
	color: #000000;
}

/* Structures Controls */

body {
	text-align: left;	
	background: #FFFFFF url(images/header-bg-215x3000px.gif) 0 0 no-repeat;
	
}
#home {
	border: none;
	padding: 0px;
	width: 470px;
	height: 200px;
}
#flickrlogo {
	position: absolute;
	left: 950px;
	top: 21px;
	width: 16px;
	height: 115px;
}
#flickrbadge {
    text-align: center;
	background: #FFFFFF;
	color: #FFFFFF;
	position: absolute;
	left: 690px;
	top: 21px;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-top: 10px solid #FFFFFF;
	width: 240px;
	height: 200px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#flickrbadge div { width: 240px; height: 200px;  }
#flickrbadge div img { 
	border: none;
	margin: auto;
	display: block;

}
.fs {
	background-color: #FFFFFF;
	color: #FFFFFF;
}
#wrapper {	
	width: 1024px;
    margin: 0px auto Opx 40px;
	text-align: left;
}

#header {
	height: 215px;
	width: 100%;
	padding-left: 40px;
}
#menu {
	width: 510px;
	padding-left: 40px;
	float: left;
}
#navigation {
	list-style: none;
	position: relative;	
}
#navigation li {
   float: left;
   margin-right: 15px;  
}

#navigation li a {
   font-size: 1.4em;
   font-family: sans-serif, 'Trebuchet MS';
   text-decoration: none;
   text-transform: uppercase;
   color: #005B7F;
   display: block;   
}
#navigation li a:hover {
	text-decoration: none;
	background: transparent;
	background-color: #FFFFFF;
}
/* search controls */

form#searchform {
	margin: 0px;
	border : solid 1px #005B7F;	
	}

input#searchsubmit {
	color: #005B7F;
	padding: 0px;
	font-family: 'Trebuchet MS';
	font-size: 1.2em;
}

#commentform input#submit {
	border : solid 1px #005B7F;
	background-color: #FFFFFF;
	color: #005B7F;
	padding: 2px;
	font-family: 'Trebuchet MS';
	font-size: 1em;
}

input#searchsubmit:hover, #commentform input#submit:hover {
   cursor: auto;
}

#searchinheader {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 132px;
}

#s {
	font-family: sans-serif;
	font-size: 1.4em;
	color: #005B7F;
	border: 0px;
	left: 0px;
	margin: 0px;	
	padding: 0px;
	width: 70px;
}

#searchsubmit {
	background-color: #FFFFFF;
	border: 0px;
	border-left: 0px;
	margin: 0px;
	float: right;
}

#maincontent {
	margin-top: 55px;}

#contentleft {
	float: left;
	clear: left;
	width: 500px;
	padding-left: 40px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.post {
	margin-bottom: 60px;
}

.entry {
	margin-top: 20px;
}
.postinfo  {
	font-family: 'Trebuchet MS';
	font-size: 1.2em;
	color: #B3B3B3;
}
.postinfo a {
	font-family: 'Trebuchet MS';
	color: #B3B3B3;
	text-decoration: none;
}

.post h2 {
	background: #FFFFFF url(images/icon-cyaan.gif) 0 0 no-repeat;
	padding-bottom: 8px;
	padding-left: 35px;
	font-style: italic;
	font-family: sans-serif, 'Arial';
	font-weight: 100;
}

.post h2 a, .post h2 a:hover{
	color: #00ADEE;
	text-decoration: none;	
	margin-bottom-bottom: 8px;
	font-weight: 600;
}

.post ul, .post ol {
	font-size: 1.2em;
	line-height: 140%;
	margin-bottom: 14px;
	margin-left: 30px;
}

.post ul {
	list-style: disc;
}

.post ol {
	list-style: decimal;
}

.post ul ul {
	font-size: 1em;
	margin-bottom: 7px;
}

.post img.alignleft {
	float: left;
	margin-right: 10px;
}	

a:hover img {
	background-color: transparent;
}

.post img {
	border: none;
}

/* sidebar controls */

#sidebar {
	float: left;
	margin-left: 10px;
	border-left: 1px solid #B3B3B3;
}

#sidebarleft, #sidebarright {
	float:left;
	width: 200px;
	margin-bottom: 30px;
	margin-left: 10px;
	}
	
#sidebarleft {
	background: #FFFFFF url(images/element-bg-home.gif) 0 35 no-repeat;
}	

/*removed display: block*/
#sidebarleft ul li , #sidebarright ul li  {
	font-size: 11px;
	padding-bottom: 8px;
	}	
	
#sidebarleft ul li a, #sidebarright ul li a, #footer ul li a {
	color: #00ADEE;
	text-decoration: none;
	margin: 0px;
	}
	
li.widget {
	margin-bottom: 30px;
}

#sidebarright ul #text-7, #sidebarright ul #text-4 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#sidebarright ul li.current_page_item a, #sidebarright ul li.current-cat a{
	color: #00ADEE;
	}


#sidebarright ul li.rssfeed a {
	color: #00ADEE;
	text-decoration: none;
	margin: 0px;
}	

#sidebarright ul li.rssfeed a:hover {
	color: #00ADEE;
}

}
ul li a:hover {
	color: #0095d3;
	}
	
ul li h2 {
	color: #00ADEE;
	font-family: sans-serif;
	font-size: 1.8em;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0 0.7em 0;
	}
ul ul ul {
    padding: 0.7em 0 0 0;
	margin-left: 5px;
}
	
/* footer controls */

#footer {
	clear: both;
}

#footer h2 {
	font-size: 1.4em;
	font-weight:bold;
	margin-top: 2.1em;
	margin-bottom: 0;
	padding: 0 0 0.7em 5px;
	}
	
#footer p {
	text-align: center;
    font-size: 1.1em;
	margin-bottom: 0;
	padding-bottom: 0;
}
#footer p a {
	text-decoration: underline;
}

#footer p small {
	font-size: 0.8em;
}		

.column1, .column2, .column3 {
	float: left;
	width: 276px;
	margin-bottom: 20px;
}

.column2, .column3 {
	margin-left: 10px;
}

/*tag controls*/

div.tags {
	margin-top: 10px;
	margin-bottom: 12px;
}	

div.tags a {
	padding: 2px;
	text-decoration: none;
	line-height: 200%;
}	

div.tags a:hover {
	text-decoration: none;	
}	

/* comments control*/
.alt {
	margin: 0;
	}

ol.commentlist {
	padding: 0;
	margin-bottom: 30px;
	}
	
ol.commentlist li { 
		padding: 1em 10px 1em 0; 
		margin: 0; 
		clear: both; 
		background: none; 
		border-bottom: 1px solid #e1e1e1; 
		list-style: none;
		}
ol.commentlist li p { 
		font-size: 1.2em;
		 
}
ol.commentlist li p a{
	text-decoration: underline;
}
ol.commentlist li p cite {
	font-size: 1em;
	font-style: italic;
}

img.avatar {
	float: left;
	margin: 4px 10px 0 0;
}

form#commentform {
	margin-bottom: 50px;
}	


/* img controls */	
.alignright {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	}

.alignleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}	
.wp-smiley {
   margin: 0px;
}
