/*   
Theme Name: AP 6.0
Theme URI: www.adventurouspeople.tv
Description: Website about self development
Author: Paul Ram
Author URI: www.paulram.nl
Version: 6.0
.
PRIVATE
.
*/




body{
		font-family:verdana ,arial, sans-serif;
		font-size:12px;
		text-align:center;
		background:#f2f2f2;
		margin:0px;
		padding:0px;
		color:#000;
	}

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

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

	/* LAYOUT */
	
	
	.protected-post-form{
	width:600px;
	}
	
	.nocomments {
	width:600px;
	margin-left:10px;
	}
	
	.hidden {
		display:none;
	}
	
	
	.contentblok{
		width:620px;
		margin:10px 10px 10px 10px;
	}
	
	.related{
		color:#000;
		font-size:12px;
	}
	
	.related h3 {
		font-size:12px;
		margin:5px;
		}
		
	.related h4 {
		size:10px;
		margin:5px;
		font-size:11px;
		}
	
	.related a{
		color:#000;
		text-decoration:none;
	}
	
	.related a:hover{
		color:#000;
		text-decoration:underline;
	}
	
	.related ul {
		list-style-type:square;
		padding:0px;
		margin: 0px 0px 0px 30px;
	}
	
	.related ul li{
		padding:0px;
		margin:0px;
	}
	
	div#wrapper{	
		width:100%;
		margin-left:auto;
		margin-right:auto;
		margin-top:0px;
		margin-bottom:0px;
	}
	
	div#header{	
		width:100%;
		height:184px;
		background-color:pink;
		text-align: -moz-center;
		background:url('images/bg-header.jpg') repeat-x;
	}
	
	div#header-inside{	
		width:959px;
		height:184px;
		background-color:#fff;
		text-align:left;
		margin: 0 auto;
		background:url('images/header-left.jpg');
	}
	
	div#menu{	
		width:100%;
		height:33px;
		background-color:#17373c;
		text-align: -moz-center;
		border-bottom:4px solid #0d1c33;
	}
	
	div#menu-inside{	
		width:959px;
		height:33px;
		background-color:#17373c;
		text-align:left;
		margin: 0 auto;
	}
		
	div#content{	
		width:100%;
		overflow:auto;
		background-color:#f2f2f2;
		text-align: -moz-center;
		
	}
	
	div#content-inside{	
		overflow:auto;
		width:959px;
		background-color:#fff;
		text-align:left;
		margin: 0 auto;
		min-height:200px;
		/*text-align:justify; */
	}
	
	div#content-left {
		background-color:#fff;
		width:644px;
		float:left;
	
	}
	
	div#content-right {
		background-color:#fff;
		width:315px;
		height:auto;
		float:right;	
	
	}
		
	div#bottom{	
		width:100%;
		background-color:#4f9300;
		text-align: -moz-center;
		border-top:4px solid #a1d700;
		min-height:405x;
		color:#fff;
		padding-bottom:20px;
	}
	
	div#bottom-inside{	
		width:959px;
		background-color:#fff;
		text-align:left;
		margin: 0 auto;
		min-height:415px;
		background:url('images/bg-bottom.jpg') repeat-x;

		
	}
		
	div#footer{	
		width:100%;
		height:32px;
		background-color:#2b6832;
		text-align: -moz-center;
		border-top:4px solid #2a6331;
	}
	
	div#footer-inside{	
		width:959px;
		height:32px;
		background-color:#2b6832;
		text-align:center;
		margin: 0 auto;
		color:#fff;
		font-family:Trebuchet MS;
		font-size:14px;
		font-weight:bold;
		line-height:32px;
	}
	
	
	/*  CONTENT */
	
	
		.title {
		width:603px;
		height:28px;
		background-color:#4f9300;
		text-align:left;
		color:#f2f2f2;
		font-family:Trebuchet MS;
		font-size:20px;
		font-weight:bold;
		line-height:32px;
		border-bottom:4px solid #2b6832;
		margin:10px;
		padding:0px 10px 0px 10px;
	}
	
		.subtitle {
		width:603px;
		height:24px;
		background-color:#7bae40;
		background:url('images/bg-subtitle.jpg') repeat-y;
		text-align:left;
		color:#17373c;
		font-family:Trebuchet MS;
		font-size:18px;
		font-weight:bold;
		line-height:24px;
		margin: 0px 10px 0px 10px;
		padding:0px 10px 0px 10px;
	}
	
		.subtitle-bottom {
		width:603px;
		height:4px;
		background-color:#4f9300;
		background:url('images/bg-subtitle-bottom.jpg') repeat-y;
		margin: 0px 10px 0px 10px;
	}
	
		.text {
		width:603px;
		background-color:#f2f2f2;
		background:url('images/bg-content.jpg') repeat-y;
		margin: 0px 10px 10px 10px;
		padding:10px 10px 10px 10px;
		min-height:110px;
		height:auto;
		overflow:auto;
	}
	
	
	/* RIGHT  */
	
	
	.title-right {
		width:285px;
		height:28px;
		background-color:#a1d700;
		text-align:left;
		color:#f2f2f2;
		font-family:Trebuchet MS;
		font-size:20px;
		font-weight:bold;
		line-height:32px;
		border-bottom:4px solid #4f9300;
		margin: 10px 10px 10px 0px;
		padding:0px 10px 0px 10px;
	}
	
	.subtitle-right {
		width:285px;
		height:24px;
		background-color:#4f9300;
		background:url('images/bg-subtitle-right.jpg') repeat-y;
		text-align:left;
		color:#17373c;
		font-family:Trebuchet MS;
		font-size:18px;
		font-weight:bold;
		line-height:24px;
		margin: 10px 10px 0px 0px;
		padding:0px 10px 0px 10px;
	}
	
		.subtitle-bottom-right {
		width:285px;
		height:4px;
		background-color:#4f9300;
		background:url('images/bg-subtitle-right-bottom.jpg');
		margin: 0px 0px 0px 0px;
	}
	
		.text-right {
		width:285px;
		background-color:#f2f2f2;
		background:url('images/bg-content-right.jpg') repeat-y;
		margin: 0px 10px 10px 0px;
		padding:10px 10px 10px 10px;
		min-height:100px;
	}
	
		.datum {
		display:inline; 
		float:right;
	}
	
		.datum-right {
		font-size:15px;
		display:inline; 
		float:right;
	}
	
		.lijst-archief{
		width:603px;
		font-size:14px;
		height:20px;
		margin:5px 0px 0px 10px;
		background-color:#83b34d;
		
	}
	
		.lijst-archief-right{
		font-size:14px;		
		margin:5px 0px 0px 0px;
	}
	
		.break {
		height:10px;
		}
		
		
 /* BOTTOM */

		div#bottom-left {
		float:left;
		width:320px;
		color:#fff;
		}
		
		div#bottom-left h3 {
		font-size:14px;
		font-weight:bold;
		margin:5px;
		}
		
		div#bottom-left h4 {
		size:10px;
		margin:5px;
		font-size:11px;
		}
		
		.latest-post {
		float:left;
		margin: 0px 0px 10px 10px;
		width:270px;
		}
			
		
		div#bottom-middle {
		float:left;
		width:320px;
		}
		
		div#bottom-right ul{
			list-style-image:url("images/poppetje.png");
			list-style-type:square;
		}
		
		div#bottom-right ul li{
		margin:0px 5px 5px 5px;
		font-size:14px;
		line-height:20px;
		font-family:Trebuchet MS, arial, verdana;
		font-weight:bold;
		}
		
		div#bottom-right {
		float:right;
		width:319px;
		}
		
		.titel{
		display:block;
		width:306px;
		height:28px;
		background-color:#17373c;
		text-align: left;
		border-bottom:4px solid #0d1c33;
		margin:10px 5px 0px 5px;
		line-height:28px;
		}
		
		.titel h5{
		color:#fff;
		font-size:16px;
		font-family:Trebuchet MS, arial, verdana;
		margin:0px 0px 0px 10px;
		}
		
		.subscribe {
		margin-top:0px;
		display:inline; 
		float:right;
	}
	
	.pagetitle{
		margin:10px 10px 10px 10px;
	}
	
	/* STIJLEN LINKS */
		.latest-post h2 a{
		font-family:Trebuchet MS, arial, verdana;;
		}
	
		.title  h1{
		font-size:20px;
		display:inline;
		margin:0px;
		padding:0px;
	}
	
		.subtitle  h1{
		font-size:18px;
		display:inline;
		margin:0px;
		padding:0px;
	}
	
	
	.title-right  h1{
		font-size:20px;
		display:inline;
		margin:0px;
		padding:0px;
	}
	
	
	.subtitle-right h1{
		font-size:18px;
		display:inline;
		margin:0px;
		padding:0px;
	}
	
	.lijst-archief-right  h2{
		font-size:14px;
		display:inline;
		margin:0px;
		padding:0px;
	}
	
	.lijst-archief  h2{
		font-size:16px;
		display:inline;
		margin:0px;
		padding:0px;
	}
	
		h1 a{
		color:#17373c;
		text-decoration:none;
	}
	
	h1 a:hover{
		color:#17373c;
		text-decoration:underline;
	}
	
	h2 a{
		color:#17373c;
		text-decoration:none;
	}
	
	h2 a:hover{
		color:#17373c;
		text-decoration:underline;
	}
	
	div#bottom a {
		color:#fff;
		text-decoration:none;
	}
	
	div#bottom a:hover {
		color:#fff;
		text-decoration:underline;
	}
	
	img{
		border:0px;
	}
	
	.title h1 a{
	text-decoration:none;
	color:#f2f2f2;	
	}
	
	.title h1 a:hover{
	text-decoration:underline;
	color:#f2f2f2;	
	}
	
	.title-right h1 a{
	text-decoration:none;
	color:#f2f2f2;	
	}
	
	.title-right h1 a:hover{
	text-decoration:underline;
	color:#f2f2f2;	
	}
	
		
	/* CUSTOM IMAGES */
	
	.cfi {
		border:0px;
	}
	
	.alignright{
		float:right; 
		margin:5px; 		
	}
	
	.alignleft{
		float:left; 
		margin:5px; 		
	}
	
	/*Main Navbar */

#nav {
	font-family:Trebuchet MS;
	font-size:1.2em;
	margin-top:-12px;
	margin-left:-40px;
	}
	
#nav, #nav ul {
	list-style: none;
	line-height: 28px;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

#nav li {
	float: left;
	list-style:none;
	border-right:0px solid #ffffff;
	height:33px;
	}

#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: white;
	padding:6px 12px;
	}

/* Hoover + active headmenu*/
#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	background:#a1d700;
	text-decoration:none
	}	
	
	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #ffffff;
	margin-left:-41px;
	}

#nav li li {
	width: 172px;
	border-top: 0px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #000;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:white;
	}

/* hoover submenu */
#nav li li a:hover, #nav li li a:active {
	background:#40413f;
	}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

a.main:hover
{	background:none;
	}
	
	/*JOIN OUR NETWORK*/
	
	
	.gsom-optin-form{
	margin:0px 0px 0px 20px;
	}

		
.tagcloud a{
color:#a1d700;
}

.tagcloud{
margin:15px;
}

/* SEARCH FORM */

.search-submit{
background-color: #17373c;
color:#fff;
font-weight:bold;
border:0px;
font-family:Trebuchet MS;
font-size:1.2em;
cursor:pointer;
}

input[type="submit"]{
background-color: #17373c;
color:#fff;
font-weight:bold;
border:0px;
font-family:Trebuchet MS;
font-size:1.2em;
cursor:pointer;
}

.options {
width:600px;
border:1px solid #4f9300;
}


/* POPULAR POSTS */
.popular{
margin: 10px 10px 10px 10px;
width:295px;
display:block;
}

.wpp{
list-style-type:none;
margin: 0px 0px 0px 10px;
display:block;
}

.wpp li{
list-style-type:none;
margin: 0px 0px 0px 0px;
display:block;
float:left;
clear:both;
}

img.wpp-thumbnail {
text-align:left;
float:left;
margin: 5px 5px 0px 0px;
display:inline;
}

.wpp-post-title{
display:block;
text-align:left;
margin: 10px 0px 0px 0px;
}

.wpp-comments{
font-size:11px;
font-weight:normal;
margin: 5px 0px 0px 0px;
}

.wpp-date{
font-size:11px;
font-weight:normal;
margin: 5px 0px 0px 0px;
}

.wpp-excerpt{
display:block;
}
 

.pp li {
list-style-type:none;
min-height:15px;
margin-left:-15px;
display:block;
}

/* COMMENTS TEMPLATE */

#respond h3 {
font-size:12px;
font-weight:normal;
}

#comments h3 {
font-size:12px;
font-weight:normal;
}

/* INDRODUCTION TXT */

.intro-txt {
margin:5px 20px 5px 10px;
font-size:15px;
line-height:17px;
}

.intro-txt-profile {
font-size:15px;
line-height:17px;
}

.intro-txt-single {
font-size:15px;
line-height:17px;
font-style:italic;
font-weight:bold;
}

/* COMMENTS */

/* MAPS SLIDER */

.more {
	display: none;
}

#example {
	margin:20px 0px 20px 0px;
	}