/*
Theme Name: Re-act
Theme URI: http://www.zidiot.com
Description: Design voor Re-act
Version: 1.0
Author: Lucas Winckers
Author URI: http://www.zidiot.com/
Tags: blue, white, left lined, re-act, fixed width, three columns, minimal
*/

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: font-family:arial, verdana, helvetica, sans-serif;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

body {
	height:100%;
	overflow-y:auto;
	background-color: #FFFFFF;
    color: #000000;
    font-size: 12px;
    font-family:arial, verdana, helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
	}
            
#wrapper {
	width: 1095px;
	margin: 30px auto;
    color: #000;
    text-align: center;
    padding: 0;
    }
    
#logo {
	float:left;
	background: #ffffff url(images/logo.gif) no-repeat;
	width:130px;
	height:150px;
	}
   
#content {
	float:left;
	background: #ffffff url(images/bg_body.gif) repeat-y;
	width:845px;
	margin:0;
	padding:0;
	text-align: left;
	min-height: 750px;
	height:100%;
	}

#nav {
	float:left;
	list-style:none;
	height:100%;
	}


h1 {
	text-transform: uppercase;
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:1.2em; 
	font-weight: bold;
	color:#000;
	padding:0 0 7px 25px;
	}

h2 {
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:0.9em;
	font-weight: bold;
	color:#009bdc;
	padding:0 0 7px 25px;
	}
	
p	{
	font-family:Verdana, Arial, helvetica, sans-serif;
	font-size:0.8em; 
	font-weight: normal;
	color:#000;
	padding:5px 25px;
	line-height:1.4em;
	letter-spacing:0;
	}

a	{
	color:#009bdc;
	font-weight:bold;
	text-decoration:none;
	}


a:link	{
	color:#009bdc;
	font-weight:bold;
	text-decoration:none;
	}


a:visited	{
	color:#009bdc;
	font-style:bold;
	text-decoration:none;
	}


a:hover	{
	color:#ff6600; 
	font-style:bold;
	text-decoration:underline;
	}
	
#logo img {
	display:block; 
	width:130px;
	height:130px;
	position:fixed;
	bottom:0;
	}

 
#content img {
	padding:5px 0px 5px 0px;
	}
	
.hr {
    background: transparent url(images/dotted_hr.gif) repeat-x bottom;	
    height: 3px;
    width:564px;
    margin:10px 23px;
}

/*navigation*/

#nav ul	{
	list-style:none;
	margin-left:10px;
	background-image: url(images/nav_line.gif);
	background-repeat:repeat-x;
	background-position:top bottom;
	}

#nav li	{
	text-align:left;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	}

#nav ul li a {
	background-image: url(images/nav_line.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	display:block;
	line-height:1.7em;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:15px;
	color: #000000;
	text-decoration: none;
	width:90px;
	}

#nav li a:hover	{
	color: #009bdc;
	}

#nav .selected	{
	color: #009bdc;
	}
