/* 
	Theme Name: KWIK
	Description:
	Author: Luuk Kloosterboer
	Author URI: http://www.zesvoetvier.nl/
	Tags:

*/


/* aligning definitions */

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

/* basic set-up fonts etc*/

body {
	background:url(images/Background.jpg);
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center; /* om te zorgen dat IE het geheel centreert. Wordt overruled in #wrap */
	}

p {
	margin-top:0px;
}

a img {
	border:none;
}

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

a:hover {
	color:#000000;
}

h2 {
	font-size:38px;
	margin:0px;
	color:#cc0066;
}

h2 a {
	font-style:normal;
	text-decoration:none;
}

h3 {
	font-size:22px;
	margin:0px;
}

h4 {
	font-size:10px;
	font-weight:normal;
}

h5, h5 a {
	font-size:14px;
	font-style:normal;
	text-decoration:none;
	}

/* Layout core-divs */

#wrap {
	width: 950px;
	height:600px;
	margin: 0 auto; /* non IE centreren */
	text-align: left;
	position: relative; /* overrulen text-align van body */
	}
	
#header {
	float:left;
	padding:15px 0 0 15px;
	width:180px;
	height:564px;
	}

/* for IE */	
* html #header{width:195px;}


#main {
	float:left;
	padding:15px 0;
}

#mainup {
	clear:both;
	height:440px;
	}

#content {
	width:580px;
	height:440px;
	float:left;
}

#contentcontact {
	background:#FFFFFF;
	margin:106px 0 0 0;
	height:120px;
	width:340px;
	text-align:right;
}

#contentwerk {
	background:#FFFFFF;
	height:440px;
	}
	
#contentwie {
	background:#FFFFFF;
	height:440px;
}

#clients {
	width:155px;
	background:#FFFFFF;
	float:left;
	margin:0 0 0 5px;
	padding:3px 0 10px 5px;
	}

#footer {
	clear:both;
	height:116px;
	margin:8px 0 0 0;
	}
	
/* Layout sub divs */

#logo {
	background:url(images/Kwik_Vormgeving.jpg);
	width:175px;
	height:564px;
}

#pagecontent {
	padding:6px 5px 0 5px;
}

#pagecontentcontact {
	padding:1px 5px 0 5px;
	text-align:right;
}

#pagecontentwerk {
	padding:91px 5px 0 5px;
	text-align:right;
}

/* Layout clients overview */
.poststitle {
	font-weight:bold;
	margin-bottom:10px;
	} 
	
.postlink {
	color:#000000;
	}

#clients a:hover {
	color:#cc0066;
	}

.activepost {
	color:#cc0066;
	}

/* Layout nav menu in footer */

ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

li {
	padding:0;
	margin:0;
}

#footer li {
	list-style-type:none;
	text-transform:uppercase;
	font-size:31px;
	background:#FFFFFF;
	width:160px;
	height:36px;
	margin: 0 0 2px 0;
	text-decoration:none;
	font-weight:bold;
}

.page_item, .page_item a {
	padding:0 0 0 2px;
	color:#000000;
}

.page_item a:hover {
	color:#cc0066;
}
	
.current_page_item, .current_page_item a, .current_page_item a:hover { 
	color:#cc0066;
}

.cat-item, .cat-item a {
	padding:0 0 0 2px;
	color:#000000;
}

.cat-item a:hover {
	color:#cc0066;
}

.current-cat, .current-cat a, .current-cat a:hover {
	color:#cc0066;

}


/* fotocycle */

.activeSlide img {
float:left;
border:solid #a0072c 1px;
margin-right:7px;
}
	
#postcontent {
	z-index:0;
	width:580px;
	height:440px;
	overflow:hidden;
	}
	
.pagers {
	width:165px;
	float:right;
	text-align:right;
	margin-right:2px;
	}
	
.pagers a {
	background:#999999;
	color:#FFFFFF;
	margin:0 5px 0 0;
	padding:1px 2px 1px 2px;
	display:inline-block;
	text-align:center;
	width:10px;
	}
	
.pagers a.activeSlide {
	background:#cc0066;
	}
	

/* Styling excerpt banner on top of pictures */
#caption {
	background:#000000;
	color:#FFFFFF;
	height:40px;
	width:565px;
	top:405px;
	left:200px;
	padding:5px 0 0 5px;
	z-index:1;
	position:absolute;
	}
	
#lowercaption {
	clear:both;
	}

.title {
	font-weight:bold;
	}
	
.tags {
	color:#cc0066;
	}
	
.tags a:hover {
	color:#666666;
	}
	
.text {
	font-size:11px;
	float:left;
	}
	

