/*
Theme Name: Ruigwerk
Theme URI: http://www.jonasvorwerk.com
Description: Ruigwerks theme.
Version: 1.0
Author: Jonas Vorwerk
Author URI: http://www.jonasvorwerk.com/
Tags: 
*/

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: center top;
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
    font-size: 10px;
	background-color: #fff;
	color: black;
	/*background-image: url('images/background.jpg');*/
	background-attachment: fixed;
} 

A {
	color:#000; 
	text-decoration: none;	
}

/*A:HOVER {
	COLOR: #fff;
}

P {
	padding-bottom: 10px;
	margin: 0px;
}*/

a img {
	border:none;
}

H1{
	color: #000;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

H2{
	color: #000;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: -5px;
	font-size: 11px;
	line-height:10px;
	font-weight: bold;
}

#post{
	background-repeat: repeat-x;
	float: left;	
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	background-image: url('images/red_dots.gif');
}

#leftpost{
	background-repeat: repeat-x;
	float: left;	
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	background-image: url('images/black_dots.gif');
}

#lines{
	position: absolute;
	z-index: 0;
	top: 20px;	
	width:100%;
	margin:0 auto;
	text-align:center;
}

#linepost{
	margin-bottom: 10px;
}

#language {
	float: right;
}

ul#language {
	margin: 0px; 
	padding: 0px; 
	margin-top: 3px;
}

#language li.language_item {
	list-style-type: none; 
	list-style-image: none; 
	display: inline-block;
	margin-left: 5px;
	margin-right: 7px;
}

ul li.language_item a {
	color: #f00;
	text-decoration: none;
}

ul li.language_item a:hover {
	color: #fff;
}


ul li.current_language_item a {
	color: #ccc;
	text-decoration: none;
}

#post p a {
	text-decoration: underline;
	color:#f00; 
}

#left a{
	text-decoration: underline;
	color:#f00; 
}

#left h1 a{
	text-decoration: none;
	color:#000; 
}

#left ul {
	margin: 0px; 
	padding: 0px; 
	margin-top:10px;
}

#left li {
	list-style-type: none; 
	list-style-image: none; 
}

#left ul li a{
	display: block;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-top: 5px;
	text-transform: uppercase;
}

#left ul li a:hover {
	color: #F00;
}

#left ul li.current_page_item a{
	display: block;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	margin-top: 5px;
	text-transform: uppercase;
}

/*
#post p a:hover {
	text-decoration: none;
}*/

#post p h1 {
	text-decoration: none;
}

#right #post H1 a{
	color: #FF0000; 
}

#container{
	width:850px;
	margin:0 auto;
	text-align:left;
	line-height: 20px;
	padding-top: 25px;
	min-height: 900px;
	background-attachment: fixed;
	background-position: center top;	
}

#header {
	height: 50px;
	position: relative;
	z-index: 20;
}

#logo {
	float: left;
}

#menu{
	float: right;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

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

#menu li {
	list-style-type: none; 
	list-style-image: none; 
	float: left;
}

#menu ul li a {
	display: inline-block;
	text-decoration:none;
	font-size: 10px;
	color: #FFF;
	background-image: url('images/menu_inactief.jpg');
	color: #000;
	width: 75px;
	height: 25px;
	margin-left: 40px;
	padding-left: 25px;
	margin-top: 25px;
	line-height: 23px;
}

#menu ul li a:hover {
	background-image: url('images/menu_actief.jpg');
}

#menu ul li.current_page_item a {
	background-image: url('images/menu_actief.jpg');
}

#menu ul li.current_page_parent a {
	background-image: url('images/menu_actief.jpg');
}


#left{
	float:left;
	width:230px;
	padding:10px;
	padding-top:5px;
	margin:0px;
	background-color: #fff;
	position: relative;
	z-index: 21;
}

#right{
	float:right;
	width:500px;
	padding:10px;
	padding-top: 5px;
	margin:0px;
	background-color: #fff;
	position: relative;
	z-index: 22;
}


/* WP */
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   border: 0px;
   margin-right: 10px;
}

.alignright {
   float: right;
}
/* */

form{
	margin: -20 0 0 0;
}

#email {
	width: 250px;
	font-size: 11px;
	margin-left: 0px;
}

.textwidget {
	padding-bottom: 20px;
}

#footer{
	width:850px;
	margin:0 auto;
	text-align:right;
	line-height: 20px;
	color: #ccc;
	font-size: 9px;
	margin-top: 50px;
	margin-bottom: 10px;
}

#footer a{
	color: #ccc;
}

#footer a:hover{
	color: #000;
}