/*
Theme Name: BigSpaceLove
Theme URI: http://helemaalniet.nl/2008/07/free-wordpress-theme-bigspacelove
Description: A beautiful simple WordPress Theme, with wide space. Soft green colors, widget-ready and Gravatar supported.
Version: 1.3.1
Author: Helemaal Niet!
Author URI: http://helemaalniet.nl
Tags: green, white, fixed width, two columns, widgets, valid XHTML, valid CSS, ad version available, gravatars, clean, simple, wide space
*/


* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(images/bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

p {
	margin: 0;
	padding: 5px;
    margin-top: 5px;
}

img { 
border: none; 
}
a { 
color: #2E4A55; 
text-decoration: none; 
}
a:hover { 
text-decoration: underline; 
color : #000; 
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 4px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 4px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.center {
	text-align: center;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header { 
height: 150px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -3px;
padding: 55px 0 5px 0;
}
#header h1 a {
color: #334436;
text-decoration: none;
}
#header h1 a:hover {
color: #555;
text-decoration: none;
}
#header h2 {
color: #555;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 0;
letter-spacing: -1px;
line-height: 12px;
}

/* Menu */

#menu {
    width: 725px;
	height: 30px;
	margin: 0 auto;
    color: #2A4854;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	font-family: Tahoma, Arial, sans-serif;
}

#menu a {
	display: block;
	margin: 6px 4px 6px 2px;
	padding: 1px 10px;
	text-decoration: none;
	font-size: 1em;
	float: left;
	font-weight: normal;
	color: #2A4854;
	background: #C5CD7F;
}

#menu a:hover {
	background: #2A4854;
	color: #E6E3CE;
}

#menu .current_page_item {
    background: #2A4854;
    color: #E6E3CE;
}

#menu .current_page_item a {
	background: #2A4854;
	color: #E6E3CE;
}

#content {
padding: 10px 0;
}
.articles {
}
#content .showtags {
background: #EBE8D3;
padding-left: 5px;
line-height: 20px;
border-bottom: 4px solid #D7DF8A;
}
.left {
width: 568px;
float: left;
text-align: justify;
}
.left h2 {
color: #D7DF8A;
font-size: 22px;
letter-spacing: -1px;
font-weight: 100;
padding : 15px 0 15px 0;
}
.left ul {
padding-left: 3em;
}
.left ol {
padding-left: 3em;
}

.right {
width: 160px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
font-size: 14px;
font-weight: 600;
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right ul ul{
margin:0.1667em 0;
padding:0 0 0 15px;
}

.right h2 {
height: 30px;
font-size: 15px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none;
}

.nomove {
width: 160px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
font-size: 14px;
font-weight: 600;
}
.nomove ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.nomove h2 {
height: 30px;
font-size: 15px;
color: #666;
line-height: 30px;
}
.nomove a { text-decoration: none;
}

#footer {
border-top: 1px solid #bbb;
text-align: center;
color: #333;
font-size: 11px;
padding: 0 0 10px 0;
margin-top: 10px;
}

/* Search */

#search {
	width: 150px;
	height: 25px;
	background: #EBE8D3;
	border: 1px solid #D7DF8A;
}

#search #x {
	display: none;
}

#search #s {
	padding: 6px 10px 5px 10px;
	width: 127px;
	height: auto;
	background: none;
	border: none;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #2A4854;
}

#search br {
	display: none;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #D7DF8A;
}
#avatar {
    float: right;
}
#spacer {
    padding-top: 10px;
    border-bottom: 1px #D7DF8A dashed;
    }
