/*
Theme Name: XS2OS
Theme URI: http://www.xs2os.nl/
Description: 
Version: 1.0
Author: Ren&#233; Luigjes
Tags: 

*/

html{
font-size: 100%;
} 

body{
	background-color:#000000;
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:#c7c7c7;
	line-height:1.3em;
	
}

#page{
	width:1024px;
	margin:0px auto;
	margin-top:80px;
	background-image:url('images/bkpage.gif');
	background-position:right;
	background-repeat:repeat-y;
}

a{
	color:#c7c7c7;
	text-decoration:underline;
}
a:hover{
	color:#396d22;
}

p{
	margin-bottom:15px;
}
h2{
	font-size:1.4em;
	line-height:1.5em;
	margin-bottom:15px;
}
ol{
	list-style: decimal;
}
ol li{
	
	list-style-position: outside;
	margin-left:25px;
}
ul{
	list-style: disc;
}
ul li{
	
	list-style-position: outside;
	margin-left:35px;
}

/*
 * Header
 */
#header{
	background-image:url('images/clouds.jpg');
	background-repeat:no-repeat;
	
}
#xschange{
	margin-left:812px;
	width:100px;
	height:155px;
	float:left;
	display: inline;
	
}
#logo{
	width:85px;
	margin-left:5px;
	float:left;
	display: inline;
}

/*
 * Menu
 */
#menu{
	width:912px;
	height:39px;
	background-image:url('images/bkmenu1.gif');
	background-repeat:repeat-x;
}
#language{
	width: 100px;
	float:left;
}
#language ul{
	list-style: none;
}
#language li{
	display:block;
	float:right;
	margin:14px 5px 0 15px;
}

#innermenu{
	margin-left:313px;
}
#innermenu li a{
	color:#396d22;
	text-decoration:none;
	text-transform:uppercase;
}

li.page_item{
	display:block;
	height:24px;
	float:left;
	margin-left:0px;
}

.page_item a{
	display:block;
	height:24px;
	float:left;
	padding-top:15px;
	padding-left:7px;
	padding-right:7px;
}
.current_page_item a{
	background-image:url('images/bkmenu2.gif');
	background-repeat:repeat-x;
}



/*
 * Content
 */
#content{
	margin-left:320px;
	margin-top:20px;
	width:592px;
}

/*
 * Footer
 */
#footer{
	margin-left:320px;
	margin-top:50px;
	padding-top:5px;
	width:550px;
	border-top: 1px solid #474747;
	color:#474747;
}
#footer a{
	color:#474747;
}
#footer a:hover{
	color:#396d22;
}

.test{
	background-color:#ccc;
}
/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
