/*
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 */
.linklove { display:none; }
body {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	background-color: #868686;
}
body a {
	color: #550E13;
	text-decoration: none;
}
#wrapper {
	width: 886px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
}
#sidebar {
	width: 315px;
	float: left;
}
#navbar {
	background-image: url('/images/nav-bg.jpg');
	width: 315px;
	height: 234px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 15px;
	background-repeat: no-repeat;
}
#navbar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navbar li a {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar li {
	text-align: right;
	padding-right: 10px;
	font-size: 14px;
	height: 21px;
	background-image: url('/images/tab-a.jpg');
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 8px;
}
#navbar li:hover {
	background-image: url('/images/tab-hover.jpg');
	
		padding-right: 10px;

}
#news-changer {
	height: 115px;
	background-color: #DCDCDA;
	padding: 10px;
	width: 292px;
}
#news-changer h3 {
	color: #742E33;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
#news-changer p {
	font-size: 15px;
	padding: 0px;
	margin: 0px;
}
#news-changer ul{list-style:none;
padding:10px 0px 10px 0px;
margin:0px;}
.roses {
	float: right;
	margin-top: -12px;
}
.side-contact {
	padding: 10px 10px 10px 30px;
	font-size: 14px;
}
.conatct-images {
	float: left;
	padding-right: 20px;
}
#page {
	width: 529px;
	float: right;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#rotator {
	width: 529px;
	height: 231px;
}
#contents{
	background-image: url('/images/rep1.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#page-contents {
	font-size: 14px;
}
h1 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: #751D23;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: #751D23;
	font-size: 18px;
	font-weight: bold;
}
#footer {
	height: 44px;
	background-image: url('/images/fotter-rep.jpg');
	background-repeat: repeat-x;
	padding-top: 5px;
}
#website {
	width: 100px;
	height: 25px;
	float: left;
	padding: 12px 5px 5px 10px;
	font-size: 12px;
}
#website a {
	width: 100px;
	height: 25px;
	float: left;
	font-size: 12px;
	color: #8D8D8D;
}
#copy {
	width: 200px;
	height: 25px;
	float: left;
	padding: 12px 5px 5px 10px;
	font-size: 12px;
}
#copy a {
	font-size: 12px;
	color: #8D8D8D;
}
#foot-nav {
	width: 400px;
	height: 44px;
	float: right;
}
#foot-nav ul {
	list-style-type: none;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	float: right;
}
#foot-nav li {
	float: left;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 11px;
}
#foot-nav li a {
	text-decoration: none;
	color: #8D8D8D;
}
#foot-nav li a:hover {
	text-decoration: none;
	color: #8B0100;
}

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;
	}
/* 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." */
