/* SCREEN CSS by Jeffrey Otten */


body {
    background: #858ea6;
	font-size: 85%;
}

h1{
	padding: 25px 0 0 31px;
	font: bold 30px Century Gothic, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

ul{
	font: 15px arial;
}

li {
	line-height: 30px;
}

p, address {
	padding: 25px 0 0 31px;
	font: .9em/1.5em arial;
}

.last {
	margin-right:0px!important;
}


.text{
	text-align: justify;
}

#text a {
color: #000;
}

#text a:hover {
color: #fff;
}

#wrap {
    width: 960px;
    margin: 0px auto;
    background: #858ea6;

position: absolute;
top: 50%;
margin-top: -285px;
left: 50%;
margin-left: -480px;
} 


#head {
    height: 100px;
    background: #858ea6;
	border-bottom: 4px solid #a8b1c6;
}

.logo{
	padding-left: 31px;
	padding-top: 50px;
} 


#text {
	min-height: 402px;
	*-height: 402px;
	color: #FFF;
overflow-y: hidden;
position: relative;
} 

#side {
    float: right;
	width: 200px;
	background: #858ea6;
	min-height: 342px;
	*-height: 342px;
	border-left: 4px solid #a8b1c6;
	padding: 30px;
} 

#side h2{
	text-indent: -999em;
	background-image: url("/media/img/portfolio.jpg");
	background-repeat: no-repeat;
	height: 35px;
	width: 200px;
	margin-bottom: 15px;
}

#side ul{
	border-top: 2px solid #e7e8ed;
}

#side li{
	border-bottom: 1px solid #e7e8ed;
	font: bold 15px Century Gothic, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#side a{
	text-decoration: none;
	color: #e7e8ed;
	display: block;
	padding: 10px 0;
}

#side a:hover{
	text-decoration: none;
	color: #000;
}

#side .active{
	text-decoration: none;
	color: #000;
}

#foot {
	height: 60px;
    clear: both;
}

#foot li{
	float: left;
	font: bold 20px Century Gothic, Arial, Helvetica, sans-serif;
	padding: 18px 0 0 31px;
	letter-spacing: 1px;
}

#foot li a{
	text-decoration:none;
	color: #e7e8ed;
}

#foot li a.active{
	text-decoration:none;
	color: #000;
}

#foot li a:hover{
	text-decoration:none;
	color: #000;
}


.portfolio{
	float: left;
}

/* REFERENTIES */

#referenties h1{
	margin-bottom: 20px;
}

#publicaties h1{
	margin-bottom: 20px;
}


#referenties {
	float: left;
	width: 700px;
}

#referenties ul{
	padding-left: 30px;
	padding-right: 40px;
}

#referenties li, #publicaties li {
line-height: 1.5em;
border-bottom: 1px dotted #a8b1c6;
margin-bottom: 5px;
padding-bottom: 5px;
font-size: .8em;
}

#referenties li li {
border: 0;
}

#publicaties{
	float: left;

}
#publicaties ul{
	padding-left: 30px;
	border-left: 1px dotted #a8b1c6;
}

#publicaties{
	
}

#publicaties li {
line-height: 1.4em;
margin-bottom: 5px;
}

.ref_1{
	float:left;
width: 250px;
}
.ref_2{
margin-left: 300px;
width: 250px;
}

#referenties .line li{
	list-style-type: disc;
line-height: 1em;
}

#referenties .line {
margin-top: .5em;
}

/* Carousel */
#myScrollContainer {
width: 940px;
margin-left: 10px;
margin-top: 10px;
overflow: hidden;
position: relative;
height:340px;
}


.portfolio #myScrollContainer {
width: 675px;
}



#myScrollContent .item {
	float: left;
	margin-right: 10px;
	height: 340px;
}

.item .image {
	overflow: hidden;
	
}

.item .image .subtitle {
	text-align:center;
	color: #28365a;
	margin-top: -20px;
	margin-bottom: 20px;
	font: 12px Century Gothic, Arial, Helvetica, sans-serif;
	/*width: 90%;*/
	margin-right: -150px;
	padding-left:0px;
	padding-right:5px;
	width:100%;  
}



#controls {
    text-align: center;
	width: 150px;
	margin-left: 425px;
}


.portfolio #controls {
margin-left: 300px;
}



/* SANNEKE FISSER */


/* CONTACT */

.contact_img{
	float:right;
	padding: 32px;
}


/* NAVIGATIE KNOPPEN */ 

#controls a {
	padding: 10px;
	background-repeat: no-repeat;
	width: 20px;
	height: 12px;
	font-size: 12px;
	display: block;
	float: left;
}

.pause {
	background-image: url("/media/img/pauze.jpg");
}

.scroll_right{
	background-image: url("/media/img/right.jpg");
}

.scroll_left{
	background-image: url("/media/img/left.jpg");
}

/* ONDERTITEL FOTO */

.subtitle{
}

/* social */
#social {
	float:right;
	margin-right:30px;
}
#social li {
	float:left;
	margin-left:12px;
	padding-left:0;
}
#social li a {
	text-indent:-9999px;
	width:24px;
	height:24px;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
}
#social li a.facebook {	background-image:url(../images/facebook.png);}
#social li a.linkedin {	background-image:url(../images/linkedin.png);}
#social li a.twitter {	background-image:url(../images/twitter.png);}

