/*
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

*/



/* Begin Typography & Colors */
body{
	padding: 0px;
	margin: 0px;
	background-image: url('images/bg2.jpg');
	background-repeat: repeat-x;
	background-color: #60433F;
	font-family: arial;
	font-size: 13px;
}
#wrapper {
	padding: 0px;
	width: 972px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#header {
	height: 120px;
	padding: 0px 0px 0px 12px;
	margin: 0px;
background-image: url('/images/header-bg.jpg');

}
#navbar {
	width: 350px;
	height: 50px;
	text-decoration: none;
	color: #000000;
	position: absolute;
	margin-left: 650px;
}
#navbar ul {
	float: left;
	margin: 0px;
	width: 300px;
	height: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navbar li {
	list-style-type: none;
	display: inline-block;
	float: left;
	color: #000000;
	margin-right: 5px;
	text-decoration: none;
	
}

#navbar li a {
	display:inline-block;
	background-image: url('images/nav-button-bg.jpg');
	background-repeat: no-repeat;
	width: 95px;
	height: 38px;
	padding-top: 15px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;

}
#navbar li a:hover, #navbar li a.active {
	
	background-image: url('images/nav-button-active-bg.jpg');
	background-repeat: no-repeat;
	
}
	
.logo {
	margin: 50px 0px 0px 6px;
	padding: 0px;
	width: 230px;
	height: 53px;
	float: left;
}
.draggon {
	padding: 0px;
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main {
	padding: 0px;
	margin: 0px;
	width: 958px;
	float: left;
}
#top {
	padding: 0px;
	margin: 0px;
}
#middle {
	background-image: url('images/main-repeat.jpg');
	background-repeat: repeat-y;
}
.big-image {
	margin-left: 10px;
	margin-bottom: 20px;
}
#page {
	width: 690px;
	padding-left: 19px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
#sidebar {
	float: right;
	width: 228px;
	height: 371px;
	margin-right: 10px;
	margin-top: 0px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
}
#email {
	width: 196px;
	height: 368px;
	margin-left: 25px;
	background-image: url('images/sidebar-bg.jpg');
}
#bottom {
}
.tail {
	margin-top: 70px;
	float: right;
}
.footer {
	background-repeat: no-repeat;
	width: 965px;
	height: 88px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	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;
	}
.linklove{
	 display:none;
}
h2 {padding: 0px;
	margin: 0px;
	font-size: 32px;
	text-align: center;
	color: #F4F4F4;
}

.cform label span{
font-size: 15px;
color: #F4F4F4;	
}
.cform input, .cform textarea, .cform select {
	background-color:#9D9D9D

}

/* End Comments */



/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
