/*
Theme Name: JItheme
Theme URI: http://www.johanidema.nl
Description: Portfolio Johan Idema
Version: 2.9.2
Author: Johan Idema
Author URI: http://www.johanidema.nl
Tags: design, webdesign, printdesign, lettering, logo, identity
*/

body { 
	margin: 0; 
	padding: 0; 
	background: #fff;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#818181; 
	overflow-y:scroll;
}
	
p {
	width:auto;
	height:auto;
}

img {  
	border-style: none;
}

.clear {
	clear:both;
}

/* HEADINGS*/
	
h1 {
	font-size:16px;
	color:#9ba951;
	font-family:Georgia, Times New Roman, Times, serif;
}	

h2, h3 {
	font-size:14px;
	color:#9ba951;
	font-family:Georgia, Times New Roman, Times, serif;
}

/* LINKS */ 

a:link, a:visited {
	color:#9ba951;
	text-decoration:none;
	}
	
a.body:link, a.body:visited {
	color:#9ba951;
	border-bottom: 1px dotted #333;
	text-decoration:none;
}

a.body:hover {
	color:#333;
}

/* WEBSITE */

.post {
	width:250px;
	height:230px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
	
#wrapper {
	width:810px;
	margin-left:auto; 
	margin-right:auto;
	}
	
#header_wrap {
	width:790px;
	height:90px;
	border-bottom:#c9c9c9 1px dashed;
	margin-bottom:20px;
	}
	
#logo {
	width:55px;
	height:40px;
	margin-top:30px;
	margin-right:385px;
	float:left;
	border-style: none;
	}

/* Navigation */

#nav_wrap {
	width:350px;
	height:25px;
	margin-top:45px;
	float:left;
	}
	
#menu {
	padding:0;
	margin:0;
	}
	
#menu li {
	list-style-type:none;
	display:inline;
	}

#menu a, #menu a:visited {
	display:inline-block; 
	width:auto;
	color:#9ba951; 
	border:none;
	font-family:arial, verdana, sans-serif; 
	font-size:13px;
	font-weight:bold; 
	text-decoration:none;
	text-transform:uppercase;
	padding-left:15px;
	padding-right:15px;
	}
		
#menu a:hover {
	color:#333;
	}

/* HOME */

#welcome_txt {
	width:790px;
	height:auto;
	margin-bottom:20px;
	float:left;
	}
	
#recent_title {
	width:790px;
	height:40px;
	float:left;
	margin-bottom:10px;
	}
		
#home_content {
	width:810px;
	height:auto;
	float:left;
	margin-bottom:20px;
	}

#footer {
	width:790px;
	height:25px;
	padding-top:5px;
	border-top:#c9c9c9 1px dashed;
	}
	
	
/* ABOUT */

#about_wrap {
	width:790px;
	height:auto;
	}
	
#about_left {
	width:500px;
	margin-right:40px;
	float:left;
	margin-bottom:20px;
	}
	
#content_title {
	width:500px;
	height:25px;
	margin-right:20px;
	margin-bottom:10px;
	}

#content {
	width:500px;
	height:auto;
	margin-bottom:20px;
	}


#about_right {
	width:250px;
	float:left;
	}
		
#social_wrap {
	width:250px;
	}
	
.social_title {
	width:250px;
	height:35px;
	float:left;
	margin-bottom:10px;
	}
	
#social_content {
	width:250px;
	}
		
.social_img {
	width:16px;
	height:16px;
	float:left;
	}
	
.social_txt {
	width:224px;
	height:16px;
	font-style:italic;
	float:left;
	padding-left:10px;
	margin-bottom:10px;
	}
	
/* WORK */

#work_wrap {
	width:810px;
	margin-bottom:20px;
	float:left;
	}
	
.wrap {
	width:810px;
	margin-bottom:20px;
	float:left;
	border-bottom:#e5e5e5 1px dotted;
	}	
	
.work_title {
	width:790px;
	height:25px;
	margin-bottom:10px;
	float:left;
	}

/* PORTFOLIO */

#content_left {
	width:230px;
	height:auto;
	float:left;
	margin-right:10px;
	padding:5px;
	}
	
#content_right {
	width:550px;
	height:auto;
	float:left;
	margin-bottom:20px;
	}

/* CONTACT */

#contact_wrap {
	width:790px;
	}
	
#contact_left {
	width:500px;
	margin-right:40px;
	float:left;
	}
	
#contact_right {
	width:250px;
	float:left;
	}
	
#contact_info_wrap {
	width:250px;
	float:left;
	margin-top:20px;
	}
	
#contact_form {
	width:500px;
	height:auto:;
	margin-bottom:20px;
	}
	
/* CONTACT FORMULIER */

label { 
	color:#333; 
	font-weight:bold; 
}

#naam, #email, #onderwerp { 
	width:300px; 
	height:20px; 
	border:double #9ba951; 
	font-size:15px;  
}

#bericht { 
	width:300px; 
	height:100px; 
	border:double #9ba951; 
	font-size:15px; 
}

#verzend { 
	width:100px; 
	height:40px; 
	color:#FFFFFF; 
	background-color:#9ba951; 
	font-size:16px; 
}