@charset "UTF-8";
/*  CSS Document 
 * 	@author	Michael Fretz for Almer / Blank
 * 	@date 2009-10-29
 *
---------------------------------------

Basics */
*{
	margin:0px;
	padding:0px;
	text-decoration:none;
}
body {
	background: #efefef;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Helvetica, Arial, Geneva, sans-serif;
	font-size: 70%;
	line-height:130%;
	
	
}
p{
	margin-bottom:10px;
	padding-bottom:10px;
	position:relative;
}
#wrapper {
	width: 950px;
	text-align: left;
	margin: auto;
	overflow: hidden;
	background-color:#ffffff;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	
}

#about{
	width:580px;
	float:left;
	left:10px;
	position:relative;
	min-height:600px;	
}
#contact{
	width:580px;
	float:left;
	left:10px;
	position:relative;
	min-height:600px;
	
	
}
#talent{
	width:580px;
	float:left;
	left:10px;
	position:relative;
	min-height:600px;
}
.talent{
	margin-bottom:20px;
	padding-bottom:20px;
	
	position:relative;
}
.talent li{
	list-style:none;
	margin-bottom:10px;
	padding-bottom:10px;
}

#subscribe{
	width:580px;
	float:left;
	left:10px;
	position:relative;
	min-height:600px;
}
.subscribe{
	margin-bottom:20px;
	padding-bottom:20px;
	left:16px;
	position:relative;
}
#browse{
	width:580px;
	float:left;
	left:10px;
	position:relative;
	text-align:justify;
	min-height:600px;
}
#browse a{
	font-size:100%;
	line-height:100%;
	
	
}
#blogposts{
	
	width:580px;
	float:left;
	left:10px;
	position:relative;
	min-height:600px;
}
.post{
	
	margin-bottom:30px;
	border-bottom:solid 1px #cccccc;
}
.post p img{
 	max-width:100%;
	height:auto;
}

.post img{
 	max-width:100%;
	height:auto;
}
.postMeta {
	float:right;
	font-size: 0.9em;
	text-transform: uppercase;
	clear:right;
	height:30px;
}
.postMeta span.date {
	color: #777;
}
.postMeta span.comments a,
.postMeta span.date a {
	color: #3c6c92;
}
.post h2 {
	line-height: 1.2em;
	
}

.entry ul li{
	left:20px;
	position:relative;
}

h2{
	margin-bottom:10px;
}
#sidebar{
	
	width:200px;
	float:right;	
	
}
.sidebarnav{
	margin-bottom:30px;
}
.cat-item,
.sidebarnav li{
	list-style:none;
	margin:2px;

}
#contentcontainer{
	
	overflow:hidden;
	position:relative;
	min-height:40px;
	width:100%;
}
#footer{
	border-top:solid 1px #cccccc;
	margin:10px;
	padding:10px;
	top:20px;
	position:relative;
	clear:left;
	color:#999;
	margin-bottom:30px;
}
.footerpic{
	padding-right:10px;
	margin-right:10px;
}
/*------ Links Standart -----*/


a:link {
	color: #666666;
	text-decoration: underline;
}

a:visited {
	color: #EE7F30;
	text-decoration: underline;
}

a:hover {
	color:#EE7F30;
	text-decoration:none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

h1{
	background:url(images/almerblanklabslogo.jpg);
	background-repeat:no-repeat;
	position:relative;
	
	width:261px;
	height:60px;
	display:block;
	text-indent:-4000px;
	top:5px;
	display:block;
	
}
h1 a{
	display:block;
	height:54px;
}


/********NAVIGATION**************/
#navigation
{
	clear:right;
	width:950px;
	height:100px;
	left:10px;
	position:relative;
	
	
}




/*
.navStripWrapper {
	position: relative;
}*/
.nav {
	background: #eee;
}
.nav li {
	line-height: 1.2em;
	border-right: 1px solid #ccc;
	display: block;
	float: left;
}
.nav li a {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	padding: 7px 4px 0 7px;
	width: 135px;
	height: 42px;
}

.nav li a span {
	color:#000000;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: lowercase;
}
.nav li a.focus span {
	color: #000000;
}
.nav li a:hover,
.nav li a.focus {
	color: #000000;
	background: #EE7F30;
}
.nav .searchField input {
	color: #777;
}



.nav li.searchField {
	float: left;
	border: 0;
	padding: 0px 7px 0 7px;
}
.nav .searchField div {
	margin: 9px 8px 0 0;
}
.fix {
	
	display:block;
}
.active{
	height:44px;
	border-bottom:solid 5px #EE7F30;
	
}
.widgetTitle{
	margin-bottom:10px;
}
.widgetContainer{
	margin-bottom:15px;
	padding-bottom:15px;
}
#browse .tagcloud1{
	font-size:10px;	
	top: 5px;
	position:relative;
}
#browse .tagcloud2{
	top: 5px;
	position:relative;
	font-size:15px;	
}
#browse .tagcloud3{
	font-size:20px;	
	top: 8px;
	left:5px;
	position:relative;
}
#browse .tagcloud4{
	font-size:22px;	
	top: 2px;
	left:15px;
	position:relative;
}
#browse .tagcloud5{
	font-size:28px;	
	top: 4px;
	left:7px;
	position:relative;
}
#browse .tagcloud6{
	font-size:35px;	
}