/*
Theme Name: Portfolio
Description: Custom portfolio theme
Version: 0.1
Author: Ivo Bosma

#########################
# To do: code opschonen #
#########################
 
*/

/* link > visited > hover > active */
/* grijs: #666666
   blauw: #0066cc
   oranje: #ff6600 */

/* GLOBALS */

html, body {
	background: url(images/header_bg_repeat.jpg) repeat-x top center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 14px;
	line-height: 170%;
	color: #666666;
}

p { margin: 0px !important; padding: 0 0 10px 0 !important; }

/* BLOCKS */

#container {
	width: 981px;
	padding: auto;
	margin: auto;
	clear: both;
}

#header {
	background: url('images/header.jpg') no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: lighter;
	color: #fff;
	width: 981px;
	height: 130px;
	position: relative;
	}

	#menu {
		position: absolute;
		height: 100px;
		margin-left: 150px;
	}
	
		#home_button a {
			background: url('images/home.png') no-repeat;
			position: absolute;
			text-indent: -9009px;
			top: 50px;
			width: 467px;
			height: 27px;
			outline: none;
		}

			#menu-nav {
				position: relative;
				margin: 7px 0 0 0;
				padding: 0;
			}
	
				#menu-nav ul {
					padding: 0; 
					margin: 0;
				}
	
				#menu-nav ul li {
					list-style-type: none;
					display: inline;
				} 
				
					#menu-nav ul li a {
						text-indent: -9009px;
						margin: 0 20px 0 0;
						outline: none;
					}
		
						/* eigenlijke menu-items */
						#menu-nav ul li.home a {
							background: url('images/menu/menu_home.png') no-repeat;
							float: left;
							width: 44px;
							height: 20px;
							outline: none;
						}
				
						#menu-nav ul li.portfolio a {
							background: url('images/menu/menu_portfolio.png') no-repeat;
							float: left;
							width: 66px;
							height: 20px;
							outline: none;
						}
						
						#menu-nav ul li.diensten a {
							background: url('images/menu/menu_diensten.png') no-repeat;
							float: left;
							width: 69px;
							height: 20px;
							outline: none;
						}
				
						#menu-nav ul li.werkwijze a {
							background: url('images/menu/menu_werkwijze.png') no-repeat;
							float: left;
							width: 84px;
							height: 18px;
							outline: none;
						}
					
						#menu-nav ul li.overmij a {
							background: url('images/menu/menu_overmij.png') no-repeat;
							float: left;
							width: 67px;
							height: 18px;
							outline: none;
						}
				
						#menu-nav ul li.artikelen a {
							background: url('images/menu/menu_artikelen.png') no-repeat;
							float: left;
							width: 73px;
							height: 20px;
							outline: none;
						}
					
						#menu-nav ul li.contact a {
							background: url('images/menu/menu_contact.png') no-repeat;
							float: left;
							width: 59px;
							height: 20px;
							outline: none;
						}
				
						#menu-nav ul li.home a:hover, #menu-nav ul li.portfolio a:hover, #menu-nav ul li.diensten a:hover, #menu-nav ul li.artikelen a:hover, #menu-nav ul li.contact a:hover,
						body.page-id-9 #menu-nav ul li.portfolio a, body.page-id-11 #menu-nav ul li.diensten a, body.page-id-14 #menu-nav ul li.artikelen a, body.page-id-278 #menu-nav ul li.contact a {
							background-position: 0px -22px;
						}
						
						#menu-nav ul li.werkwijze a:hover, #menu-nav ul li.overmij a:hover,
						body.page-id-711 #menu-nav ul li.werkwijze a, body.page-id-16 #menu-nav ul li.overmij a {
							background-position: 0px -19px;
						}		

#content_wrapper {
	width: 720px; /*681px*/	
	padding: 0px 0 0px 37px;
	margin: 10px auto 70px;
	clear: both; 
	overflow:visible;
}

/* Mark */
#content_wrapper .post { position:relative; clear:both !important; }
#content_wrapper .post.extra { padding-bottom:300px; } /* hiermee bepaal je de 'hoogte' van de slider */
/* Mark */


#footer { 
	background: url('images/footer_top.jpg') top repeat-x;
	background-color: #663300;
	margin: auto;
	padding: 60px 0 0 0;
	width: 100%; 
	clear: both;
}

	#footer_content_wrapper {
		margin: auto;
		padding: auto;
		clear: both;
		width: 720px;
		padding-left: 37px;
	}

		#footer_1 {
			background: url('images/footer/contact.png') no-repeat;
			width: 215px;
			float: left;
			padding-right: 37px;
}

		#footer_2 {
			background: url('images/footer/twitter.png') no-repeat;
			background-position: -2px -5px;	 
			width: 215px;
			float: left;
			padding-right: 37px;
}

		#footer_3 {
			background: url('images/footer/social.png') no-repeat;
			background-position: -1px 3px;	 
			width: 215px;
			float: right;
}

#footer_navigatie {
	margin: auto;
	padding-top: 30px;
	text-align: center;
	height: 60px;
	clear: both;
	width: 720px;
}

	#footer_navigatie ul {
		padding: 0; 
		margin: 0 0 0 100px;
		text-align: center;
	}

	#footer_navigatie ul li {
		list-style-type: none;
		margin: 0 5px 0 0;
	} 

		#footer_navigatie ul li a, a:visited {
			outline: none;
			color: #fff;
		}
	
		#footer_navigatie ul li a:hover, a:active {
			outline: none;
			color: #ff6600;
		}	

		#footer_navigatie ul li {
			color: #ffF;
		}	

			/* eigenlijke menu-items */
			#footer_navigatie ul li.home {
				float: left;
			}
	
			#footer_navigatie ul li.portfolio {
				float: left;
			}
			
			#footer_navigatie ul li.diensten {
				float: left;
			}
	
			#footer_navigatie ul li.werkwijze {
				float: left;
			}
		
			#footer_navigatie ul li.overmij {
				float: left;
			}
	
			#footer_navigatie ul li.artikelen {
				float: left;
			}
		
			#footer_navigatie ul li.contact {
				float: left;
			}
				
/* link > visited > hover > active */
/* grijs: #666666
   blauw: #0066cc
   oranje: #ff6600 */

#footer_bottom {
	background: url('images/footer_bottom.jpg') repeat-x;
	margin: auto;
	padding: auto;
	height: 60px;
	clear: both;
	position: relative;
}

/*#table_home {
	width: 681px;
	margin: 0 0 15px 0;
	border-collapse: collapse;
}

#table_home th {
	text-align: left;
	padding: 10px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

#table_home td {
	padding: 0 50px 0 0;
	width: 50%;
	vertical-align: top;
}*/

#breadcrumbs {
	margin-left: 148px;
	margin-bottom: 15px;
}

/* PORTFOLIO PAGINA */

.case_panel {
	position: relative;
	float: left;
	width: 215px;
	padding: 0 37px 15px 0;
	margin-top: 72px;
}

div.title h2 a {
	position: absolute;
	width: 214px;
	text-decoration: none;
	outline: none;
}

.case_panel.last {
	float: left;
	width: 215px;
	padding-right: 0px !important;
}

.case_panel a.text, .case_panel a.text:hover, .case_panel a.text:visited, .case_panel a.text:link {
	color: #666666;
	outline: none;
	text-decoration: none;
}

.case_panel img {
	border: 1px solid #666666;
	margin-bottom: 15px;
}

.case_panel a {
	text-decoration: underline;
	outline: none;
}

a {
	outline: none;
}

/*.table_portfolio {
	border-collapse: collapse;
}

.table_portfolio tr {
 	height: 100px;
	vertical-align: bottom;
}*/

#lees_meer {
	clear: both;
	width: 720px;
	margin: 0 auto;
	padding: 20px 0 20px 37px;
}

/* CASE PAGINA */

.case_img { 
	width: 720px;
	border: 1px solid #666666;
	text-align: center;
	margin-bottom: 10px;
}

.post_nav_top .coda-nav-left { left: -100px; }
.post_nav_top .coda-nav-right { right: -100px; }

/* navigatie op portfoliodetail pages */
.post_nav_bottom .left { float: left; margin-top: 20px; margin-bottom: 10px; }
.post_nav_bottom .right { float: right; margin-top: 20px; margin-bottom: 10px; }

/* STIJLELEMENTEN */

/* dynamische pagina's */
h1 {
	color: #0066cc;
	text-decoration: none;
	margin: 0 0 20px -2px;
	font-size: 26px;
	font-weight: lighter;
} 

/* overige elementen */

/*h1.storytitle {
	color: red;
	text-decoration: none;
	margin: 0 0 20px -2px;
	font-size: 26px;
	font-weight: lighter;
}*/

h2 {
	color: #0066cc;
	text-decoration: none;
	font-size: 22px;
	font-weight: lighter;
}

h3 {
	color: #0066cc;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

ul {
	padding: 0;
	margin: -2px 0 20px 40px;
}

/*.panel h2.title {
	margin-top: 0px;
}*/

.panel h2.title a {
	text-decoration: none;
	outline: none;
}

.panel-wrapper h2 a {
	font-size: 22x;
	text-decoration: none;
	}
	
h3.footer {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: lighter;
	margin: 4px 0 20px 45px;
}

/*#footer_navigatie p {
	font-size: 14px;
	border: 1px solid red;
}*/

strong {
	font-weight: bold;
}

/*standaard uitlijning wordpress images */
img.alignnone { 
	float: left;
	margin: 5px 15px 10px 0;
	border: 1px solid #666666;
} 

img.middle {
	vertical-align: middle;
}

.size-medium { border: solid 1px #666666; }

.size-full { border: solid 1px #666666; }

a:link {
	color: #0066cc;
	text-decoration: underline;
	outline: none;
}


/* grijs: #666666
   blauw: #0066cc
   oranje: #ff6600 */

a:visited {
	color: #666666;
}

a:hover {
	color: #ff6600;
}

/*a:active {
	color: #ff6600;
}*/

a:link.footer {
	color: #ff6600;
	outline: none;
}

a:visited.footer {
	color: #ff6600;
}

a:hover.footer {
	color: #ffffff;
}

a:link.footer_navigatie {
	color: #ffffff;
	outline: none;
}

/* link > visited > hover > active */

a:visited.footer_navigatie {
	color: #ffffff;
}

a:hover.footer_navigatie {
	color: #ff6600;
}

a:active.footer_navigatie {
	outline: none;
}

a img {
	border: none;
	outline: none;
}

p.footer {
	color: #fff;
}

p.footer_klein {
	padding: 30px 0 0 0 !important; 
	font-size: 12px;
	font-style: italic;
	color: #fff;
}


p.footer, p.footer_klein a {
	color: #ff6600;
	outline: none;
}

p.footer, p.footer_klein a:visited {
	color: #ff6600;
}

p.footer, p.footer_klein a:hover {
	color: #ffffff;
}

p.footer, p.footer_klein a:active {
	color: #ffffff;
	outline: none;
}

.footer_klein {
	font-size: 12px;
	font-style: italic;
	color: #fff;
}

/* footer contactformulier */
p.footer_contact {
	padding: 0 0 30px 0 !important; 
	width: 375px;
	font-size: 12px;
	font-style: italic;
	color: #666;
}

p.footer_center {
	position: absolute; 
	margin: 15px 0 0 0;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	width: 100%;
}

.wp-caption-text {
	font-size: 12px;
	font-style: italic;
}

p.wp-caption-text { padding: 10px 0 30px 0 !important; }

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

li {  
	list-style-type: square;  
}

li.footer {
	margin: 5px 0 0 0;
	color: #ffffff;
	list-style-type: none;
}

li.footer a {
	color: #ff6600;
	outline: none;
}

li.footer a:visited {
	color: #ff6600;
}

li.footer a:hover {
	color: #ffffff;
}

li.footer a:active {
	color: #ffffff;
	outline: none;
}

.extlink {
	background: url('images/extlink.png') no-repeat right 1px;
	padding: 0 15px 0 0;
}

.extlink:visited {
	background: url('images/extlink_visited.png') no-repeat right 1px;
	padding: 0 15px 0 0;
}

.extlink:hover {
	background: url('images/extlink_hover.png') no-repeat right 1px;
	padding: 0 15px 0 0;
}

/* TWITTER */

.aktt_tweets {
	font-size: 14px; 
	color: #ffffff;
	width: 215px;
}

.aktt_hashtag {
	color: #ff6600;
}
	
.aktt_tweet_time {
	font-size: 10px;
}
	
.aktt_tweets ul {
	margin: 0;
	padding: 0;
}

.aktt_tweets ul li {
	margin: 0 30px 10px 0;
	list-style: none;
}

.aktt_tweets a { 
	color: #ff6600;
	outline: none;
}

.aktt_tweets a:hover { 
	color: #ffffff;
}

li.aktt_more_updates {
	padding: 15px 0 0 0;
}

/* CODASLIDER */
.coda-slider-wrapper { margin-top: 25px; }
.coda-nav-left { position: absolute; top: 180px; left: 0px; z-index: 10; }
.coda-nav-left a { display: block; width: 64px; height: 64px; background: url(images/arrows.jpg) no-repeat 0px 0px; outline: 0px; }
.coda-nav-left a:hover { background-position: -64px 0; }
.coda-nav-right { position: absolute; top: 180px; right: 0px; z-index: 10; }
.coda-nav-right a { display: block; width: 64px; height: 64px; background: url(images/arrows.jpg) no-repeat 0px -64px; outline: 0px; }
.coda-nav-right a:hover { background-position: -64px -64px; }

.panel-wrapper { padding-bottom: 10px !important; }
.carroussel_img { margin-bottom: 15px; border: 1px solid #666666; }

/* Contact form 7 overrulling */
span.wpcf7-not-valid-tip { margin: -9px 0 0 240px; padding-left: 12px !important; }
div.wpcf7-response-output { margin: 5px 0 0 0 !important; }