 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

html {
	background-color: #FFF;
	background-repeat: repeat-y;
	background-image: url(patternBG.gif);
	background-position: center;
}

body {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	background-image: url(patternBG.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

/* Links */
a, a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Helvetica, Tahoma, Arial, Sans-serif;
	color: #333;
}
h1 {
	font-size: 3.1em;	
	letter-spacing: -2px;
	padding: 15px 10px 5px 0px;	
}
h2 {
	font-size: 2em;
	color: #895F30;
	padding: 20px 10px 5px 0px;	
}
h3 {
	font-size: 1.7em;	
	font-weight: normal;
	padding: 20px 10px 5px 0px;		
}

p, dl {
	padding: 10px;
	margin: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #FAFAFA;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	border: 0px solid #999999;
	padding: 6px;
}
img.float-right {
	margin: 5px 0px 10px 10px;
}
img.float-left {
	margin: 5px 10px 5px 0px;
}

code {
	margin: 5px 0;
	padding: 15px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
	/* white-space: pre; */
  	background: #070707;
	border: 1px solid #111;
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
	padding: 10px 10px 10px 35px;
	background: #070707 url(quote.gif) no-repeat 10px 10px;
	border: 1px solid #111;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #808080;
}

/* start - table */
table {
	margin: 15px 10px; 
	border-collapse: collapse;			
}
th {
	background: #000;
	color: #FAFAFA;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 1px solid #48780E;
}
tr {
	color: #5b5b5b;
	height: 34px;
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #111;	
	background: #070707; 
}
/* end - table */


/* form elements */
form {
	margin: 10px 10px;
	padding: 0px 25px 25px 20px;
	border: 0px solid #111;
	background-color: #FFF;
}
form p {
	border-bottom: 0px solid #101010;
	padding: 12px 0 5px 0;
	margin: 0;
}
label {
	font-weight: bold;
	color: #900;
}
input, select, textarea {
	padding: 5px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	border: 0px solid #1C1C1C;
	background-color: #CCC;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	width: 400px;
}
textarea {
	height: 200px;
}
select {
	width: 50px;
}

option { padding-right: 0.5em; } 

#name, #email, #message{
	width: 400px;
}
input.button { 
	font: bold 12px Arial, Verdana, Sans-serif; 
	height: 30px;
	padding: 2px 3px; 
	margin-top: 8px;
	color: #48780E;
	background: #000;
	border-width: 1px;
  	border-style: solid;
  	border-color: #1B1B1B;
}
#cloud {
	width: 950px;
	text-align: left;
	height: 100px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #69C;
	margin: 0 auto 0 auto;
	padding: 0px;
	position: relative;
	background-color: #000;
}



/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#content-wrap {
	clear: both;
	width: 950px;
	float: left;
	padding-top: 0px;
	padding-bottom: 50px;
	margin-top: 30px;
}
#header {
	position: relative;
	width: 100%;
	height: 35px;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	border-top-width: 0px;
	border-top-style: dashed;
	border-top-color: #CCC;
}
#header h1#logo-text  {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 65px 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	letter-spacing: -3.5px;
	color: #333;
	text-decoration: none;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 50px;
	left: 0;
	height: 160px;
	width: 219px;
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5em;
	font-style: normal;
	text-transform: none;
	color: #FF0000;
	width: 400px;
	/* change the values of top and left to adjust the position */
	top: 180px;
	left: 100px;
}

/*  Navigation  */
#nav {
	position: absolute;
	padding: 0;
	height: 35px;
	/* top: 100; */
	width: 930px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: 10px;
}
#nav ul {
	float: left;
	list-style: none;
	height: 20px;
	margin: 0 0 0 5px;
	padding: 0;
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 12px;
	font: bold 15px/25px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #666;
	background: none;
	border: none;
}
#nav ul li#current a {
	color: #FFF;
	text-align: left;
	border: dashed #CCC 1px;
	background-image: url(gradient.gif);
	background-repeat: repeat-x;
}

/* Main Column */
#main {
	float: left;
	width: 565px;
	padding: 0;
	margin: -25px 0 0 30px;
	display: inline;
}
#main h2 {
	padding: 5px 12px;
	margin: 15px 5px 10px 5px;
	font: bold 2.4em 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #C00;
	border: 0px dashed #666666;
}
#main h2 a {
	color: #C00;
	text-decoration: none;
	border: none;
}
#main ul li {
	list-style-image: url(bullet.gif);
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 300px;
	padding: 0;
	margin: 0px 30px 0 0;
	display: inline;
}	

#sidebar h3 {
	padding: 5px 12px;
	margin: 15px 5px 10px 0;
	font: bold 2.4em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	color: #666;
	border-bottom: 0px solid #121212;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 20px 5px 20px 0px;
	padding: 0;
	border-top: 0px solid #111;
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 8px 10px;
	margin: 0;		
	border-bottom: 1px solid #111;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	border: none;
	color: #666666;
	font-weight: bold;		
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;		
}

#sidebar ul.sidemenu li a span {
	color: #444;	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
}

#sidebar ul.sidemenu li a:hover,
#sidebar ul.sidemenu li a:hover span {	
	color: #fff;	
}
a.dream {
	display: block;
	background-image: url(dreamsZW.gif);
	height: 210px;
	width: 150px;
	background-repeat: no-repeat;
	float: left;
	margin: 5px 10px 10px 0px;

}

a.dream:hover {
	background-image:url(dreams.gif);
}
#sidebar ul.sidemenu ul li { border: none; }

/* header quick search */
#sidebar form#quick-search {
	padding: 0; margin: 20px 0 35px 0;
	border: none;
	width: 290px; height: 33px;
	background: url(header-search.gif) no-repeat;		
}
#sidebar form#quick-search p {
	margin: 0; padding: 0;		
}
#sidebar form#quick-search input {
	float: left;
	border: none;
	background: transparent;
	color: #4E4E4E;	
	margin: 0;
}
#wrap #content-wrap #sidebar #blokje {
	border: 1px dashed #CCC;
	height: auto;
}

#sidebar form#quick-search .tbox {
	margin: 5px 0 0 5px; 
	width: 240px;	
	display: inline;	
}
#search form#quick-search .btn{
	width: 24px; height: 24px;			
}
#sidebar form#quick-search label {
	display: none;
}

/* footer */
#footer {
	clear: both;
	padding: 1em 0 2.5em 0;
	color: #4E4E4E;
	width: 100%;
	float: left;
}
#footer a {	
	color: #0E909C;
	border: none;
}
#footer a:hover {
	color: #fafafa;
}
#footer .rssfeed {
	background: url(rss.gif) no-repeat left 1px;
	padding-left: 17px;
}
#footer-left {
	float: left;
	width: 70%;
}
#footer-right {
	float: right;
	width: 25%;
}

/* postmeta */
.postmeta {
	padding: 7px 5px;
	margin: 20px 10px 30px 10px;
	font-size: 1em;
	color: #545454;
	border: 0px solid #111;
	background: #070707;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info {
	font-size: 0.95em;
	padding-top: 3px;
	margin-left: 5px;
	color: #333;
}
.post-info a, .post-info a:visited { color: #AE275A; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
