/*
Theme Name: Bewustzijn
Theme URI: http://artocraft.nl/
Description: custom design for spiritueelbewustzijn.nl
Version: 0.1
Author: Pascal Clarkson
Author URI: http://artocraft.nl/
Tags: custom theme, fixed width, two columns, widgets
*/

html, body
{
	padding: 0;
	margin: 0;
	width: 100%;
}

body
{
	background: #FFF url(images/palewater.jpg) top left;
	font-family: Verdana;
	color: #0060EE;
	font-size: 10pt;
}

h1
{
	font-size: 14pt;
}

h2
{
	font-size: 12pt;
	font-weight: bold;
}

h3
{
	font-size: 12pt;
}

a img
{
	border: none;
}

img
{
	margin: 10px;
}

#page_center
{
	width: 800px;
	margin: 0 auto;
}

#page_visuals
{
	background: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

#page_top_line
{
	background: #FFF url(images/border_top.jpg) top repeat-x;
	height: 10px;
	clear: both;
}

#page_bottom_line
{
	background: #FFF url(images/border_bottom.jpg) top repeat-x;
	height: 10px;
	clear: both;
}

#header
{
	height: 145px;
	background: url(images/header-site-roos_770.jpg) top center no-repeat;
}

#page
{
	padding-left: 15px;
	padding-right: 15px;
}

#content_wrapper
{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: url(images/border_vertical150.gif) repeat-y;
}

#content_wrapper div.wp-caption p
{
	margin: 2px;
	text-align: center;
}

#content_wrapper div.wp-caption
{
	float: none;
}

#content_wrapper div
{
	float: left;
}

#sidebar
{
	width: 130px;
	padding-right: 10px;
/*	background: url(images/border_vertical2.gif) top right repeat-y;*/
}

#sidebar ul
{
	list-style-image: none;
	list-style: none;
	margin: 0;
	margin-left: 5px;
	padding: 0;
}

#sidebar ul li
{
	padding-top: 10px;
}

#sidebar ul li ul
{
	list-style-type: circle;
	padding-left: 10px;
	margin: 0;
}

#sidebar ul li ul li
{
	font-size: 9pt;
	padding-top: 10px;
}

#sidebar ul li ul li ul
{
	list-style-type: none;
	padding: 0;
}

#content
{
	width: 580px;
	margin-left: 20px;
}

.wp-caption
{
	clear: both;
}

#hide
{
	display: none;
}

.clear_both
{
	clear: both;
}

#footer
{
	font-size: 8pt;
}

/*link visuals*/
a:link, a:active, a:visited, a:hover
{
	cursor: pointer;
	text-decoration: none;
	color: #0099EE;
}
a:hover
{
	text-decoration: underline;
}

#content_wrapper div.wp-caption img
{
	margin-bottom: 3px;
}
.aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
