/* 
    Theme Name: Gewicht-verliezen.nl
    Theme URI: 
    Description: Template voor gewicht-verliezen.nl. Met ondersteuning voor Wordpress menu's en breadcrumbs van de SEO Plugin Youst. Social-media icons in de header en support voor threaded comments.
    Version: 1.0.4
    Author: Jan Doornbos
    Author URI: jan@trekkerweb.nl
*/

* {
	
	padding: 0;
	margin: 0;
	
}

a {
	
	color: #15C;
	
}

body {
	
	background-color: #fafafa;
	font-family: Verdana, Arial, sans-serif;
	
}


#wrapper {
	
	width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
	border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
	border: 5px solid #797979;
	box-shadow: 0px 0px 20px #aeaeae;
	-webkit-box-shadow: 0px 0px 20px #aeaeae;
	
}

#header {
	
	background-color: white;
	height: 150px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	
}

.titels {
	
	width: 700px;
	float: left;
	position: relative;
	padding-left: 40px;
	padding-top: 40px;
	height: 100px;
	
}

.titels a {
	
	color: black;
	text-decoration: none;
	
}

.titels a:hover {
	
	color: #00b200;
	
}

.titels h3 {
	
	color: #d2d2d2;
	
}

.zoeken {
	
	width: 200px;
	float: right;
	position: relative;
	padding-top: 40px;
	height: 30px;
	
}

.social {
	
	padding: 20px 0px 0px 10px;
	width: 135px;
	float: right;
	position: relative;
	
}

a.social-media {
	
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 6px;
	background-position: 0 0;
	overflow: hidden;
	text-indent: -1000px;
	-moz-transition: background-position .25s ease;
	-webkit-transition: background-position .25s ease;
	-o-transition: background-position .25s ease;
	-ms-transition: background-position .25s ease;
	transition: background-position .25s ease;
	
}

a.social-media:hover {

	background-position: 0 -32px;
	
}

.facebook {
	
	background-image: url(images/facebook.png);
	
}

.twitter {
	
	background-image: url(images/twitter.png);
	
}

.googleplus {
	
	background-image: url(images/google-plus.png);
	
}

#navigation {
	
	position: relative;
	background-image: url(images/menu.png);
	height: 40px;
	
}

#navigation .menu {
	
	height: 40px;
	padding-top: 8px;
	padding-left: 50px;
	
	
}

#navigation .menu ul li {
	
	list-style: none;
	display: inline;
	height: 40px;
	font-size: 12px;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 20px;
	
}

#navigation .menu a {
	

	color: #ffffff;
	text-decoration: none;
	padding: 12px;
	padding-bottom: 13px;
	
}

#navigation .menu a:hover {
	
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5));
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #000;
		
}

#navigation .menu ul li ul {
	
	display: none;
	position: absolute;
	float: left;
	left: 0px;
	top: 32px;
	z-index: 20;
	background-repeat: repeat-x;
	box-shadow: 0px 0px 5px black;
	-webkit-box-shadow: 0px 0px 5px black;
	border: 1px solid #e8e8e8;
	background: #f9f9f9;
	
	
}

#navigation .menu li ul li a {
	
	background: #f9f9f9;
	padding: 10px 10px 10px 10px;
	display: inline-block;
	font-size: 12px;
	color: #000;
	width: 200px;
	
}

#navigation .menu li ul li a:hover {
	
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5));
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
		
}

#navigation .menu li ul li ul {
	
	left: 100%;
	top: -10px;
	z-index: -5;
		
}

#shadow {
	
	background-image: url(images/shadow-w.jpg);
	height: 7px;
	
}

#content {
	
	background-color: #ffffff;
	overflow: hidden;
	border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
	
}

.left {
	
	width: 600px;
	float: left;
	
}

.left-inner {
	
	padding: 20px;
	
}

#pagination {
	
	position: relative;
	margin: 5px 0px 0px 5px;
	height: 20px;
		
}

#pagination a {
	
	color: black;
	text-decoration: none;
	font-size: 10px;
	
}

#pagination a:hover {
	
	color: #15C;
	
}

#pagination .pagination-previous {
	
	float: left;
	
}

#pagination .pagination-next {
	
	float: right;
	
}

.right {
	
	width: 400px;
	float: right;
	
}

.right-inner {

	padding: 20px;
	
	
}

#breadcrumbs {
	
	background-color: #f9f9f9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 5px #aeaeae;
	-webkit-box-shadow: 0px 0px 5px #aeaeae;
	
}

#breadcrumbs p {
	
	font-size: 12px;
	
}

#breadcrumbs a {
	
	text-decoration: none;
	
}

#breadcrumbs a:hover {
	
	color: #000;
	
}

.post {
	
	background-color: #f9f9f9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 5px #aeaeae;
	-webkit-box-shadow: 0px 0px 5px #aeaeae;
	
}

img.alignright {
	
	float: right;
	padding: 5px 0px 5px 2px;
	
}

img.alignleft {
	
	float: left;
	padding: 5px 10px 5px 0px;
	
}

h3.posttitle a:hover {
	
	color: #15C;
	
}

.post ul, ol {
	
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 20px;
	
}

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

.post h2 {
	
	margin-top: 10px;
	
}

img.wp-post-image {
	
	float: left;
	padding: 0px 10px 5px 0px;
	
}

.entry {
	
	padding-top: 10px;
	font-size: 12px;
	
}

.entry a {
	
	text-decoration: none;
	
}

.entry a:hover {
	
	color: #000;
	
}

.post-metadata {
	
	font-size: 10px;
	
}

#widget {
	
	background-color: #f9f9f9;
	border-radius: 10px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 5px #aeaeae;
	-webkit-box-shadow: 0px 0px 5px #aeaeae;
	
}

.widget-title {
	
	background-image: url(images/widget-title.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	border-radius: 10px 10px 0px 0px;
	padding: 10px;
	
}

.widget-inner {
	
	padding: 10px;
	font-size: 12px;
	
}

.widget-inner li {
	
	list-style-type: none;
	
}

.widget-inner a {
	
	text-decoration: none;
	
}

.widget-inner a:hover {
	
	color: #000;
	
}

#footer {
	
	margin: 10px;
	
}

#footer p {
	
	text-align: center;
	font-size: 10px;
	
}

/* -- Comments */

.comments {
	
	background-color: #f9f9f9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 5px #aeaeae;
	-webkit-box-shadow: 0px 0px 5px #aeaeae;
	
}

.comment {
	
	min-height: 80px;
	
}


.commentavatar {
	
	float: left;
	width: 90px;
	
}

.commentavatar img {
	
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

.commentmetadata {
	
	padding-top: 5px;
	
}

ol.commentlist {
	
	list-style: none;
	margin-left: 0px;
	
}

ol.commentlist li {
	
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	background-color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	min-height: 80px;
	
}

ol.commentlist ul.children {
	
	margin-left: 30px;
	
}

ol.commentlist ul.children li {
	
	list-style-type: none;
	background-color: #f3f3f3;
	
}

ol.commentlist div#respond {
	
	background-color: #f3f3f3;
	margin-left: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	
}

.nocomments {
	
	font-size: 12px;
	
}

.comments a {
	
	color: #15C;
	text-decoration: none;	
	
}

.comments a:hover {
	
	color: #000;
	
}

#commentform p {
	
	font-size: 12px;
	
}

.comment-author {
	
	position: relative;
	
}

.comment-meta {
	
	position: absolute;
	
}

.comment-body p {
	
	position: absolute;
	margin-left: 50px;
	
}