/* ----------------------------------------------------------------------------
Starts out with a 'clean' document, without standard whitespace
---------------------------------------------------------------------------- */
*, html{margin: 0;padding: 0;}


/* ----------------------------------------------------------------------------
The code below is needed for clearing floats...
LINK: http://www.positioniseverything.net/easyclearing.html

Add a .clearfix class to the element you need to have expand: (the 'container')
---------------------------------------------------------------------------- */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
/* ----------------------------------------------------------------------------
End Clearing code
---------------------------------------------------------------------------- */

body{
font-size: 62.5%;
font-family:georgia, serif;
color:#222;
background:#fff;
border-top: solid 8px #ccc;
}

div#container{width:820px;margin:0 auto}
div#right{margin-top:20px;float:right;width:410px}
div#left{margin-top:20px;float:left;width:410px}
div#footer{clear:both;width:100%;padding:50px 0 10px 0;text-align:left;}

div#switch{
	padding:8px;
	text-align:right;
	margin:0;
	width: 810px;
	height: 20px;
	text-transform: uppercase;
	font-size: 0.9em;
}


div#header{
	margin: 35px 0 20px 0;
	padding:0;
	height: 180px;
	border-bottom: 1px solid #ccc;
}

div#flickr{
	width:820px;
	border: solid 1px #2a2a27;
	background:#121212;
	text-align:center;
	}
	
div#latest{
	float:left;
	border: 0;
	margin-right:18px;
	padding:0;
	width: 260px;
	border:solid 0px red;	
	}
div#latest.last{ margin-right:0;}

div#footer{
	font-size: 0.9em;
	margin-top:100px;
	color:#aaa;
	text-transform: uppercase;
	}

/*------------------------------------
	Typography
----------------*/

hr{
	margin: 2em 0;
}

a{
	color:#06f;
	text-decoration:none;
}
a:hover{
	color:#fff;
	background-color:#06f;
}
	
em{
	color:#f60;
	font-style:normal;
}
strong{
	color:#444;
	font-weight: normal;
}                       

h1{
	font-weight: normal;
	line-height:1.6em;
	font-size:3.2em;
	color:#666;
	}

h3{
	font-family:lucida grande, arial, sans-serif;
	color:#f60;
	line-height:1.8em;
	
}	
p{	
	font-family:lucida grande, arial, sans-serif;
	font-weight: normal;
	font-size:1.1em;
	display:inline;
	line-height:1.8em;
	margin:0;
	padding:0;
	}
ul li{
	font-family:lucida grande, arial, sans-serif;
	font-size:1.1em;
	line-height:1.8em;
	list-style-type: none;
}

/*------------------------------------
	images
----------------*/

img{
	margin: 0 0 0 5px;
}
img.h2{
	margin: 0 0 12px 0;
}

a img{
    border: 0; 
}
img.resonate{
	border: 0;
	background: url(http://www.rikschot.nl/images/bg_image.gif) no-repeat;
	margin: 5px 0 0 0;
	padding: 20px 45px 20px 22px;
}
img.inspire{
	height: 170px;
	width: 170px;
	margin: 0 20px 25px 0;
	border: 4px solid #EAEAC6;
}
a:hover img.inspire{
	border: 4px solid #F23400;

}
a img {
	border: none;
}

