/*
Theme Name: Vriendeling
Description: Helmi's Hersenspinsels
Version: 1.0
Author: gonzodesign
Author URI: http://www.gonzodesign.nl
Designer: Jan Rajtoral


/*-----------Block Level Elements--------------*/

*{
	margin:0;
	padding:0;
}

body {
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, Arial, Sans-Serif;
	background: #CCCCCC;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}

body a, body a:visited {
	color: #888;
	text-decoration: none;
}

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

p {
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}

b {
color: #222;
	font-size: 10px;
	font-family: "Palatino", "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	padding: 0px;
	margin: 0px;	
}

#page {
	width: 950px;
	margin: 0px auto;
	background: #FFF url('images/page_background.jpg') top center repeat-y;
	padding: 0 10px 0 10px;
}

#header {
	width: 100%;
	background: #000;
	height: 150px;
	background: #FFF url('images/header_img.jpg') top center;
}


#header h1 {
	font-size: 48px;
	font-weight: normal;
	padding: 30px 0px 0px 0px;
	margin: 0px;
	font-family: "Palatino", "Georgia", "Times New Roman", Times, serif; 
	
}

#header h1 a {
	color: #006600;
	text-decoration: none;
}

.description {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, Arial, Sans-Serif;
	color: #222;
	font-size: 1.1em;
	line-height: 0px;
	padding: 0px;
	margin: 0px 0px 0px 11px;
}

#header #header_right {
	float:right;
	width: 390px;
	text-align: right;
	font-size: 11px;
	color: #fff;
	padding: 20px 20px 20px 0;
}

#header #header_left {
	float:left;
	width: 480px;
	text-align: left;
	font-size: 11px;
	color: #fff;
	padding: 10px 0px 20px 20px;
}

#subscribe {
	text-align: right;
}

#wrapper {
	width: 950px;
}

#content {
	float: left;
	width: 650px;
	line-height: 20px;
	padding-left: 20px;
	padding-top: 20px;
}

#sidebar {
	float: right;
	width: 250px;
	padding-top: 20px;
}

#footer {
	font-size: 11px;
	color: #444;
	width: 950px;
	height: 130px;
	clear: both;
	background: #FFF;
	border-top:#090 solid 1px;
	overflow: hidden;
	padding: 12px 0 32px 0;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #009900;
	text-decoration: none;
}

#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	width: 650px;
	line-height: 16px;
}

#footer_right {
	padding: 10px 20px 10px 0;
	text-align: left;
	float: right;
	width: 217px;
	margin-left: 0px;
	line-height: 16px;
}

#footer h5 {
	color: #222222;
	font-size: 11px;
	font-family: "Palatino", "Georgia", "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	padding: 0px;
	margin: 2px 0px 0px 0px;
}

#footer li {
	list-style: none;
}


/*-------------Headings-------------*/


h1 {																	/* Header voor de Reacties */
	font: 28px "Palatino", "Georgia", "Times New Roman", Times, serif;
	color: #444;
	font-weight: normal;
	padding: 20px 0px 20px 0px;
	margin: 0px;
}

h2 {																	/* Wordt gebruikt voor o.a. de navigatie-koppen */
	color: #444444;
	font-size: 12px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight:normal;
	padding: 0px 0px 5px 0px;
	margin: 25px 0px 5px 0px;
	text-transform: uppercase;
	}
	
h3 {																	/* Header voor Hoofdstuk/Paragraaf - Regular */
	color: #444444;
	font-size: 18px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}
	
h4 {																	/* Header voor Hoofdstuk/Paragraaf - Italic */
	color: #444444;
	font-size: 18px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 10px 0px 5px 0px;
	font-style: italic;
	}

h5 {
	color: #222222;
	font-size: 12px;
	font-family: "Palatino", "Georgia", "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
	text-transform: lowercase;
	}
	
	h6 {
	color: #222222;
	font-size: 10px;
	font-family: "Palatino", "Georgia", "Times New Roman", Times, serif;
	font-weight: lighter;
	font-style: normal;
	padding: 0px 0px 5px 0px;
	margin: 25px 0px 5px 0px;
	text-transform: lowercase;
	}



/*-------------The Post-------------*/



.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-size: 24px;
	text-decoration: none;
	color: #006600;														/* Kleur van de Titel van de Post/Page */
	margin-bottom: 10px;
	line-height: 20px;
}

.post {
	margin-bottom: 30px;
	text-align: left;  													/* Eigenschappen van de Post/Artikel */
}

.post p {
	padding: 5px 0px;
	margin: 5px 0px;
}

.post ul li,
#page ul li {															/* Eigenschappen Ordered & Unordered Lists */
	margin: 5px 0 5px 20px;
	padding-left: 21px;
	list-style: none;
	background:transparent url("images/bullet.gif") 0px 3px no-repeat; 	/* 0px = horizontal position for left, 6px = vertical position from top */
}
#sidebar ul li {															/* Eigenschappen Ordered & Unordered Lists */
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}
#nav ul li {															/* Eigenschappen Ordered & Unordered Lists */
	margin: 12px 0;
	padding: 0 8px;
	list-style: none;
	background: none;
}



.post ol {																/* Eigenschappen Ordered Lists */
	margin: 10px 0 10px 0;
	padding-left: 40px;
}


.post li {
	padding: 0px;														/* Eigenschappen Opsomming */
}

.entry {
	margin-bottom: 10px;
	text-align: left;
}

.entrytext .postmetadata {
	margin-top: 10px;
	text-align: left;
	margin: 0px 10px, 10px, 10px;
}

.postmetadata {															/* Eigenschappen gegevens onder de Post/Page-Titel <h1> */
	border-bottom: 1px solid #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}

.postmetadata-b {
	background: #F8F8F8;
	font-size: 10px;
	text-indent: 10px;
	border: 1px solid #CCC;
	margin: 10px 0 10px 0px;
	padding: 5px 10px 5px 10px;
}


.postmetadata alt {
	color: #000000;
	padding: 20px 20px 10px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}


/************************************************
*	Navbar  									*
************************************************/
#nav {
	text-align: right;
	margin: 0px;
	padding-right: 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Arial, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	background-color: #FFF;
	color: #666666;
}

#nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#nav li {
	display: inline;
	padding:0 13px 0 10px;
	}

#nav a:link, #nav a:visited	{ color:#BBBBBB; text-decoration:none; }
#nav a:hover, #nav a:active	{ color:#009900; text-decoration:none; }

.navigation {
	display:block;
	margin-bottom: 20px;
}

.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
	text-align:right;
}

.pagetitle {
	font-size: 14px;
	margin-bottom: 10px;
}

blockquote {
	margin: 10px 100px 10px 35px;
	padding: 5px 10px 5px 10px;
	background: #ecffe9;
	border: solid 1px #00cc00;
}


code{
	font:1.2em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}

a img {
	border: 0;
	padding: 10px;
	margin: 0px;
}


/*--------------Sidebar------------*/

#sidebar ul {
	margin-bottom:20px;
}


#sidebar .sidebar_right ul h2 {					/* Grootte Navigatie-Type */
	padding-bottom: 5px;
	font-size: 14px;
}

#sidebar ul li {								/* Grootte 2nd Nav-Type */
	list-style:none;
	line-height:20px;
}

#sidebar a:hover {
	text-decoration: underline;
}


#sidebar .sidebar_right {						/* Breedte 2nd column */
	width: 220px;
	float: right;
	padding: 0 20px 0 20px;
}

#sidebar .sidebar_right ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul li{ 
      list-style:none; 
      line-height:20px; 
      font-size: 11px; 
      border-bottom:0; 
}

/*--------------Comments--------------*/

#comments {
	padding: 20px 20px 20px 0px;
	margin: 0px 0px 0px 0px;
}

#respond {
	font-size: 12px;
	margin-bottom: 5px;
}

ol.commentlist {
	font-size: 11px;
	margin-left: 20px;
}

ol.commentlist li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

ol.commentlist li.alt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

.commenttext {
	margin: 20px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
	background: #F8F8F8;
	border:1px solid #DDD;
	font-style:normal;
	}

#comment_title {
	margin-bottom: 5px;
}

#commentform {
	margin-bottom: 20px;
}

#commentform p {
	margin-bottom: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, Arial, Sans-Serif;
}

.input {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, Arial, Sans-Serif;
	font-size:12px;
}


#commentform textarea {
	width:640px;
	padding:2px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, Arial, Sans-Serif;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
	

/*--------------Search Form-------------*/

#search {
	margin-bottom: 20px;
	text-align: right;
}

#searchform {
	margin-bottom: 20px;
}

#searchform input {
	width: 180px;
	background: #fff;
}


/*-------------Other------------------*/








