/*

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



	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



*/
body {
	 margin:0px;
padding:0px;
font-family:Verdana;
}

.homeentry {
	 width:600px; 
float: right;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	margin-top: 30px;
	height: 610px;
}
#header {
	height: 45px;
	width: 900px;
}
#title {
	background-image:url(images/h1bg.jpg);
background-position:left center;
background-repeat:no-repeat;
position:absolute;
height:45px;
width:473px;
}
#navbar li {
	display:block;
float:left;
height:18px;
margin-left:5px;
margin-right:0;
padding:23px 10px 3px;;}
	
#navbar ul {
	height:50px;
list-style-type:none;
margin:-18px 0 0;
padding:0;}
	
#navbar li:hover a  {
	color: #000000;
}
#navbar li:hover, #navbar li.active {
	background-color: #FFFFFF;
}


#navbar {
	background-image:url(images/navbg.jpg);
background-repeat:repeat-x;
border-color:#FFFFFF;
border-style:solid;
border-width:1px 1px 2px;
font-family:Verdana;
font-size:small;
font-weight:bold;
height:24px;
margin-top:25px;
padding-bottom:2px;
text-align:left;
width:900px;
}
#navbar a {color: #ffffff;
text-decoration:none;
}

#flash {

	border: 1px solid #FFFFFF;

	height: 230px;

	width: 900px;

}

.composi {
float:right;
	margin-top: 14px;

}

#page {
	color:#000000;
font-size:small;
font-weight:normal;
	width: 900px;
background-color: #FFFFFF;
}
.chalet {
	border: 1px solid #000000;
	padding: 10px;
	
	
	font-size: small;
	background-color: #F6F4F3;
	width: 250px;
	margin-bottom: 10px;
}
.chal {
	float: left;
	margin-right: 10px;
}
#footer {
	border: 1px solid #FFFFCC;
	height: 18px;
	width: 900px;
	background-image: url('images/footerbgimg.jpg');
	background-repeat: repeat-x;
	padding-top: 9px;
}
#copyright {
	height: 15px;
	
	margin-left: 15px;
	color: #F9F9F9;
	font-size: x-small;
	float: left;
}
#web {
	margin-right: 15px;
	font-size: x-small;
	
	color: #F7F7F7;
	
	height: 15px;
	float: right;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
body{
background-image:url('images/bg.jpg');
background-repeat:repeat-x;
background-color:#FFFFFF;
}
a {
	color: #000000;
}
h1 {
	
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	margin-top: 13px;
	margin-left: 17px;
}
h2 {
	height: 15px;
	padding: 0px;
	
	font-size: small;
	color: #F28824;
}
td {
}
td {
	
	font-size: small;
	font-weight: normal;
	color: #000000;
}


small {
	
	font-size: 0.9em;
	line-height: 1.5em;
	}




.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Form Elements */




.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


.linklove {
	display: none;
}

td {
	vertical-align:top;
}

.chalet p {
	 margin:0px;
}

.chalet a img, .newspost a img {
	 float:left;
margin-right:3px;
}

a.readmorenews {
	text-decoration:none;
}

a.readmorenews:hover {
	text-decoration:underline;
}
