/* @override http://localhost/~sander/wordpress/wp-content/themes/paralleldimension/style.css */

/*
Theme Name: ParallelDimension
Description: Theme for the Parallel Dimension site
Author: Sander Cox - Parallel Dimension
Author URI: http://paralleldimension.nl
Version: 1.0

License: Copyright 2011 Parallel Dimension, All Rights Reserved
*/

html, BODY {
	background: #ecedeb url("images/bg.gif") top left repeat;
	font-family: Trebuchet ms, helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #bb0000;
}
#center {
	visibility: visible;
	position: absolute;
	left: 50%;
	width: 665px;
	padding: 0;
	margin: 0;
	margin-top: 30px;
	margin-left: -330px;
}
#container { /* only for bg_content image */
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url("images/bg_content.gif") top right repeat-y;
}
#menu {
	float: left;
	width: 145px; /* 150 total */
	height: 205px; /* 235 total */
	padding-top: 30px;
	padding-left: 5px;
	margin-top: 52px;
	background: url("images/bg_menu_breder.gif") top right no-repeat;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	padding: 2px 0 2px 10px;
	margin: 0;
	display: block;
}
#menu li#current_page_item {
  
}
#menu li#active, #menu li.current_page_item{
	background: url("images/bg_activemenu.gif") no-repeat left -3px;
	padding-left: 10px;
}
#menu li#active a, #menu li.current_page_item a {
	color: #bc0000;
}
#menu li.open {
	background: url("images/bg_openmenu.gif") top right repeat-y;
}
#menu ul.children {
  display: none;
}
#menu li.open ul.children {
  display: inline;
}
#menu li.current_page_ancestor {
  	background: url("images/bg_openmenu.gif") top right repeat-y;
}
#menu li.current_page_ancestor ul.children {
  display: inline;
}
#menu li.current_page_item ul.children a{
  color: #666666;
}
#content {
	float: right;
	margin: 0;
	padding: 0;
	width: 515px;
}
#head {
	margin: 0;
	padding: 0 15px 0 0;
	width: 500px;
	height: 59px;
	text-align: right;
	background: url("images/bg_head_logo.gif") top right no-repeat;
}
#banner {
	margin: 0;
	padding: 0;
	clear: right;
}
#text {
	margin: 0 15px 0 0;
	padding: 0px 15px 15px 15px;
	width: 470px; /* 500-15-15 */
	background-color: #f7f7f7;
}
#text h1 {
	color: #bc0000;
	padding: 0;
	margin: 10px 0 10px 0;
	font-size: 22px;
}
#text .images {
	float: left;
	margin: 0px 15px 10px 0;
	padding: 0;
}
#text img {
	float: left;
	border: 0;
	margin: 0 10px 1px 0;
}
#text img.aligncenter {
  	float: none;
  	border: 0px;
}
#text .short {
	color: #666666;
}
#text h2 {
	color: #222222;
	font-size: 13px;
	margin: 10px 0 5px 0;
}
#text ul {
	margin: 0;
	padding: 3px 0 3px 20px;
	list-style-type: none;
}
#text li {
	padding-left: 20px;
	background: url("images/bg_list.gif") no-repeat left -3px;
}
#text a {
	color: #bc0000;
}
#text h1 + p {
	margin-block-end: 0px;
}

#text p + p {
	color: #666666;
	margin-block-start: 0px;
}
#text form p + p {
	color: #222222;
}

.main {
	float: left;
	/*width: 280px;*/
	width: 270px;
	overflow: show;
}
#footer {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #999999;
	background: url("images/bg_bottom.gif") top right no-repeat;
}
#footer a {
	color: #777777;
	text-decoration: underline;
}
#design {
	float: right;
	width: 500px;
	margin-top: 8px;
}
form {
  margin-left: 10px;
}
form p {
	margin-top: 0px;
	margin-bottom: 0px;
}
input.text {
  width: 250px;
}
button {
  width: 100px;
}
textarea {
  width: 250px;
  height: 80px;
}
address {
    font-size: 10px;
    font-style: normal;
	color: #666666;
	clear: left;
}
em {
	color: red;
}