/*  
Theme Name: LAva
Theme URI: http://wordpress.org/
Description: The LAva theme based on the famous default WordPress theme
Version: 1.6.1
Author: Leopold Jochen
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Basic settings */
body { margin:0; padding:0; font-size:100.01%; text-align:left; position:relative; }
select, input, textarea { font-size:99%; }
form  { margin:0; padding:0; }
img { border:0; }

/* Layout sections */
#left { float:left; }
#right { float:right; }
#content { width:auto; position:relative; }
.narrowcolumn{ position:relative; text-align:left; }


body {
font-family:Helvetica,Verdana,sans-serif;
font-size:small;
color:white;
background-color:#585858;
padding-top:10px;

}

h1, h1 a, h2,h2 a{
font-size:medium;
font-weight:bold;
color:white;
}

a {
color: white;
font-weight:bold;
text-decoration:none;
}
a:hover {
color:#8b98f2;
}

li{
list-style-type: none;
padding-left:0px;
margin-left:0px;
}

.active p {
display:inline;
color:#ff7e00;
}

ul {
padding:5px;
padding-left:15px;
margin-left:0px;
}

.level_1 a{
color:white;
}
.level_2 a{
color:white;
}
.level_3 a{
color:white;
}
.level_1 a:hover{
color:#8b98f2;
}
.level_2 a:hover{
color:#8b98f2;
}
.level_3 a:hover{
color:#8b98f2;
}

#content {
/*background-color:#1e214a;*/
padding-top:20px;
padding-left:70px;
padding-bottom:20px;
width:480px;
min-height:200px;
margin-right:220px;
}

#page {
width:800px; margin:0 auto;
background-image:url(../../../../img/wrapper_bg.png);
background-position:0px 91px;
/*background-color:black;
margin:15px;*/
}

.ce_gallery {
text-align:center;
margin-top:10px;
}

.ce_gallery table{
margin:auto;
}

#header{
height:91px;
background-image:url(../../../../img/header_bg.png);
}
.header_1 h1{
font-size:x-large;
padding-left:60px;
padding-top:35px;
color: #ff7e00;
}

#footer{
text-align:center;

height:51px;
background-image:url(../../../../img/footer_bg.png);
}

#right {
width:220px;
}

.widgettitle {
display:none;
}

#comment {
width:450px;
background-color:#dddddd;
}

#commentform input {
background-color:#dddddd;
}
