/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets


*/
body {
font-family: Arial;
font-size: 12px;
}

#pageWrapper {
position: relative;
width: 800px;
margin: 0px auto;
border: 0px solid #ccc;
background-color: #ffffff;

}

#header {
background-color: #ffffff;
height: 125px;
}

#logo {
position: absolute;
top: 13px;
padding-top: 10px;
left: 10px;
background-color: #ffffff;
width: 183px;
height: 165px;
}

p {
line-height: 1.7em;
}


#menu {
position: relative;
bottom: 1px;
padding: 10px;
height: 25px;
width: 780px;
z-index: 1;
background-color: #F3F9E4;
}

#menu h1{
color: #ffffff;
margin: 10px 0px 0px 10px;
font-size: 14px;
}

#menu a {
color: #336633;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}

#menu a:hover {
color: #990000;
text-decoration: underline;
}

#menu ul {
list-style: none;
margin: 0px;
padding: 0px;
}

#menu li {
padding: 5px 0px 2px 20px;
margin: 0px;
float: left;
}

#menu .lang {
position: absolute;
top: 15px;
right: 10px;
}

#menu .lang img{
border: 0px;
}

#index {
position: relative;
bottom: 1px;
}

#content {
margin: 0px 0px 0px 0px;
background-color: #ffffff;
line-height: 1.7em;
}

#content a {
font-size: 12px;
color: #333333;
text-decoration: none;
font-weight: bold;
}

#content a:hover {
color: #00CCFF;
}

#content p {

color: #333333;
margin: 0px;

}

#content h1 {
font-size: 14px;
color: #990000;
margin: 0px 0px 10px 0px;
}

#content h2 {
color: #006699;
margin: 0px 0px 4px 0px;
}
#content h3 {
color: #006699;
margin: 0px 0px 4px 0px;
}
.linklove {display: none;}
.entry {float: left; width: 580px;}
.gallery {float: left; width: 205px;}
.clear {clear: both;}
.thumb {margin-bottom: 5px; border: 1px solid #ccc; padding: 1px; float: right;}
#footer {
position: relative;
width: 780px;
padding: 10px;
color: #ffffff;
background-color: #336633;
}
#footer a {color: #ffffff;}
