/*
Theme Name: Scheepshout
Theme URI: http://www.scheepshout.nl
Description: A search engine optimized website framework for WordPress.
Author: Jelmer Gerritsma
Author URI: http://www.jelmergerritsma.nl
Version: 1.0
Description: Theme voor scheepshout.nl
Tags: scheepshout
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
 
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 
.
*/

/*//////////////////////////////////////////////
///		Css start							///
//////////////////////////////////////////////*/

* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
body {
	font-family: Arial;
	font-size: 16px;
	color: #333544;
	background: #e8e8e7;
}
#wrapper {
	width: 960px;
	height: auto;
	margin: 0px auto;
	border: 1px solid #858079;
	background: #fff;
	margin-bottom: 30px;
}
#header {
	height: 140px;
	width: 960px;
	overflow: hidden;
	background: url(img/headerbg.png) no-repeat #fff;
}
#logo {
	font-size: 36px;
	display: block;
	margin: 20px 0 0 20px;
	color: #fff;
}
#sublogo {
	display: block;
	font-size: 14px;
	margin-left: 20px;
	color: #fff;
}
#content {
	width: 640px;
	float: left;
	padding: 25px 40px 25px 40px;
}
#content p {
	line-height: 26px;
	margin-bottom: 15px;
}
.entry-content h1, #content h1 {
	color: #df9811;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
}
#breadcrumbs {
	font-size: 12px;
	margin-bottom: 10px;
}
#breadcrumbs a {
	color: #df9811;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
.alignnone {
	margin: 10px 15px 10px 0;
}
/*//////////////////////////////////////////////
///		Navigation							///
//////////////////////////////////////////////*/
.menu, #secondmenu {
	height: 42px;
	width: 960px;
	background: #df9811;
	margin-top: 19px;
}
.menu ul {
	list-style-type: none;
	display: block;
	padding-top: 10px;
	margin-left: 560px;
}
.menu ul li {
	display: inline;
	margin: 0 0 0 20px;
}
.menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}
.menu ul li a:hover, .menu ul .current_page_item a, #menu-second-menu li a:hover, #menu-second-menu li .current-menu-item{
	color: #333544;
}
#menu-second-menu li.current-menu-item a {
	text-decoration: underline;
}
#secondmenu {
	margin: 0px;
	overflow: hidden;
}
#secondmenu .widget-title {
	display: none;
}
#menu-second-menu {
	list-style-type: none;
	margin-top: 11px;
	margin-left: 27px;
}
#menu-second-menu li {
	display: inline;
	margin-right: 10px;
}
#menu-second-menu li a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}
#menu-item-48{
	margin-left: 26px;
}
/*//////////////////////////////////////////////
///		Tweedehands							///
//////////////////////////////////////////////*/
.type-post {
	margin-top: 15px;
}
.type-post h2 a {
	color: #df9811;
	font-size: 20px;
	font-weight: normal;
}
.type-post .entry-content {
	margin-top: 3px;
}
.type-post .published {
	color: #a2a2a2;
	font-size: 12px;
}
#nav-below {
	margin-top: 15px;
}
#nav-below a {
	color: #df9811;
	text-decoration: none;
}
#nav-below a:hover {
	text-decoration: underline;
}
/*//////////////////////////////////////////////
///		Sidebar								///
//////////////////////////////////////////////*/

#aside {
	float: left;
	width: 190px;
	padding: 25px 10px 40px 10px;
}
#aside ul {
	list-style-type: none;
}
#aside .widget-title a {
	font-size: 20px;
	color: #df9811;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
#aside li {
	padding-top: 15px;
}
#aside .post-title {
	font-size: 16px;
	color: #df9811;
	text-decoration: none;
}
#aside .post-title:hover {
	text-decoration: underline;
}
#aside .cat-post-item p {
	font-size: 12px;
}
/*//////////////////////////////////////////////
///		Contact								///
//////////////////////////////////////////////*/
#post-19 {
	position: absolute;
	z-index: 9999;
	width: 330px;
	height: 350px;
	padding: 15px;
	background-color: #fff;
	margin: 35px 0 0 570px;
	-moz-box-shadow: 0 0 15px 2px rgba(0,0,0,0.3)
	-webkit-box-shadow: 0 0 15px 2px rgba(0,0,0,0.3);
	box-shadow: 0 0 15px 2px rgba(0,0,0,0.3);
}
#contact_me input[type='text'] {
	width: 296px;
	height: 27px;
	font-size: inherit;
	font-family: inherit;
	padding: 1px;
	border: 1px solid #333232;
} 
#contact_me textarea {
	width: 296px;
	height: 100px;
	font-family: inherit;
	padding: 3px;
	border: 1px solid #333232;
}
#map_canvas {
	z-index: 1;
}
#lebel {
	margin-top: 10px;
}

/*//////////////////////////////////////////////
///		Footer								///
//////////////////////////////////////////////*/

#footer, #footer a {
	background: #df9811;
	height: auto;
	min-height: 110px;
	width: 960px;
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#address {
	float: left;
	margin: 13px 0 0 13px;
}
#footer img {
	float: right;
}
#address span {
	display: block;
	font-size: 12px;
}