/* *************************************************************

NAME: style.css
DATE: 20/10/2007
DESCRIPTION: general styles for Espressomedia's website + Homepage

************************************************************* */


/* **************** BODY / DIV / PAGE CONTAINER STYLES **************** */

body {
	margin:0;
	background: #000000 url('../images/bg.jpg') top left  no-repeat;
	text-align: left;
	color:#ccc;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body.front {
	margin:0 auto;
    background: #000000 url('../images/bg_front.jpg') top left  repeat-x;
}

.front #wrappper {
	margin:0 auto;
	border: 1px solid #ccc;
}

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

a:hover {
	text-decoration: none;
}

/*** NEWSROTATOR * html #content { height:1%; } ***/
#newsrotator {
	top:43px;
	left:890px;
	position:absolute;
	float:right;
	clear:both;
	height:370px;
}
#newsrotator #controls {
	float: left;
	margin-top:0px;
}
#rotatorup,
#rotatordown {
	height:20px;
	width:100px;
	margin-bottom:1px;
	margin-left: 0px;
	cursor:pointer;cursor:hand;
}
#newsrotator #rotatordown {
 	position: absolute;
 	bottom: 0px;
 	cursor:pointer;cursor:hand;
}
#newsrotator #rotatorup        {background:url('../images/scrollarrow-up.gif') 0 0 no-repeat}
#newsrotator #rotatorup.over   {background-position: 0 -20px}
#newsrotator #rotatordown      {background:url('../images/scrollarrow-down.gif') 0 0 no-repeat}
#newsrotator #rotatordown.over {background-position:0 -20px }

#newsrotator #scrollarea {
	height:328px;
	float:left;
	overflow:hidden;
	margin-top:20px;
}
#newsrotator .newsitem {
	height:60px;
	overflow:hidden;
	width:100px;
	margin:0;
	margin:0px 0px 5px 0px;
}
#newsrotator .newsitem img {
	width:100px;
	height:55px;
	float:right;
	margin:0px;
	border:0px solid #89a;
	cursor:pointer;cursor:hand;
}

/* **************** LAYOUT STYLES **************** */

#header {
	position: relative;
	height: 90px;
	border: 0px solid #ff0;
	width: 1010px;
}

#main {
	position:relative;
	float: left;
	clear: both;
	position: relative;
	border: 0px solid #f60; 
	width:880px;
}

#mainleft {
	position:relative;
	float: left;
	width: 300px;
	clear: both;
	position: relative;
	border: 0px solid #f60; 
}

#footer {
	position:relative;
	float: left;
	clear: both;
	width: 990px;
	position: relative;
	border: 0px solid #f00; 
}


/* **************** HEADER LOGO NAVIGATION **************** */
#header h1 span{
	visibility: hidden; 
}
#header h1 a{
	text-decoration:none;
}
#header h1{ 
	position: relative;
	float: left;
	left: 50px;
	top: 13px;
	display: block;
	width:200px;
	height:60px;
	background: url("../images/logo.png") bottom left no-repeat;
	cursor:pointer;cursor:hand;
}

.front #header h1{ 
	position: relative;
	float: left;
	left: 275px;
	top: 100px;
}

ul#nav {
	position:relative;
	float: right;
	margin: 65px 0 0 0;
	padding: 0;
	list-style: none;
	background: #000;
	border: 0px solid #333;
}

ul#nav li { 
	float: left;
	list-style-type: none;
	border-right: 0px solid #333;
	margin: 0;
	padding: 0;
}
	
ul#nav a:link, ul#nav a:visited {
	float: left;
	display: block;
	padding: 6px 20px 6px 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	color: #fff;
	background: #000;
}
	
ul#nav a:hover {
	color: #ff97e;
	background: #000000;
}

ul#nav li a.active {
	font-weight: bold;
	color: #99865e;
	}
/* **************** PORTFOLIO MENU **************** */
	
ul#menu {
	position:relative;
	float: left;
	width: 250px;
	height: 305px;
	margin: 0;
	padding: 70px 0 0 50px;
}

ul#menu li { 
	float: left;
	list-style-type: none;
	border-bottom: 1px dotted #2b2b2b;
	margin: 0;
	padding: 0;
}

ul#menu li a:link, ul#menu li a:visited, ul#menu li a:active {
	display:block;
	margin:0;
	width: 170px;
	line-height: 23px;
	padding: 0px 20px 0px 8px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #969696;
	
}
ul#menu li a:hover {
	color: #fff;
	background: #1a1a1a; 
}
ul#menu li a.active {
	color: #99865e;
}
/* **************** NAVIGATION paging **************** */

ul#bladeren {
	position:relative;
	float: left;
	width: 200px;
	margin: 0 0 0 0;
	padding: 12px 0 0 50px;
	list-style: none;
	border: 0px;
	border: 0px solid #0c6;
}
#bladeren li { 
	float: left;
	list-style-type: none;
	margin: 0;
	border: 0px;
	padding: 6px 3px 0 3px;
}
#bladeren li a:link, #bladeren li a:visited {
	float: left;
	display: block;
	padding: 0px 4px 0px 6px;
	width: 9px;
	line-height: 18px; 
	border: 0px solid #666;
	text-decoration: none;
	font-weight: bold;
	color: #666;
	background: #1b1b1b;
}
#bladeren li a:hover {
	color: #fff;
	background: #1b1b1b;
}	
#bladeren li a.active {
	color: #99865e;
	background: #1b1b1b;
}

/* **************** CONTENT MENU **************** */

.projecthead {
	position:relative;
	display: block;
	border-left: 0px solid #f60;
	height:68px;
}
.projecthead h1{
	float:left;
	font-size:14px;
	/*width:125px;*/
	padding: 24px 39px 0 0;
	border: 0px solid #066;
	color: #fff;
}
.projecthead p{
	margin:0;
	padding: 0 0 5px 9px;
}
.projecthead p {
	color: #fff;
}
.projecthead span {
	color:#999999;
}
.projecthead .sub{
	float:left;
	display:block;
	border-left: 1px solid #999999;
}

/* **************** PORTFOLIO Legend **************** */
	
ul#bonen {
	position:relative;
	float: left;
	width: 250px;
	margin: 0 0 0 0;
	padding: 28px 0 0 50px;
	list-style: none;
	border: 0px;
	border: 0px solid #0c6;
}
#bonen li { 
	float: left;
	list-style-type: none;
	border-bottom: 0px dotted #0d0d0d;
	margin: 0;
	padding: 0;
}
ul#bonen a:link, ul#bonen a:visited {
	float: left;
	display: block;	
	text-transform: lowercase;
	padding: 0px 20px 0px 22px;
	line-height: 18px; 
	text-decoration: none;
	width:154px;
	font-weight: normal;
	font-size: 11px;
	color: #1a1a1a;
	background: transparent url("../images/beangrey.png") 0px 4px no-repeat;
}
#projectdescription {
	position: relative;
	float:left;
	border: 0px solid #f60;
	width: 550px;
	font-weight: normal;
}
#projectdescription p.left{
	position: relative;
	padding-top:20px;
	width:260px;
	float:left;
	font-size:10px;
	font-weight: normal;
	line-height: 14px;
	color:#999999;
}
#projectdescription p.right{
	position: relative;
	padding-top:20px;
	float:right;
	width:260px;
	font-size:10px;
	font-weight: normal;
	line-height: 14px;
	color:#999999;
}
.hiddenp {
	display:none;
}
/* Form */	
	
fieldset {position:relative; display: block; width: 400px; border:0;margin:0 4px 0 4px;padding:5px 5px 5px 0;}
label { display:inline;}
input.text,textarea { width:390px;font:12px/12px 'courier new',courier,monospace;color:#333;padding:3px;margin:8px 0;}
input.submit { padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; }
#sendContactEmail {margin:0px; padding:0px; padding-top: 5px; }	

#contact  {
	height:52px;
}

/* **************** FRONT PAGE STYLES **************** */
.front .welcome{ 
	position: relative;
	float: left;
	color: #fff;
	top:114px;
	left:280px;
	font-size: 11px;
	margin:0;
	padding:0;
	font-weight: normal;
}
.welcome a{ 
	color: #99865e;
	font-weight: bold;
}

.welcome a.enter {
	padding: 0 9px 0 0;
    background: transparent url('../images/pijltje_rechts.gif') 100% 50% no-repeat; 
}
.welcome a:hover{ 
	text-decoration: underline;
}

.front #header {
	margin: 0 auto;
	height: 520px;
	border: 0px solid #ccc;
	background: transparent url('../images/kofiieenkop.jpg') 80px 158px no-repeat; 
}
