/*
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
*/

/* Resets */
ul { margin: 0px; padding: 0px; list-style-type: none; }

body { background-color: #421400; color: #421400; font-family: "Tahoma"; line-height: 24px; }
#body-content { border: 2px #ee2f80 solid; background-color: #fff; background-image: url('images/flower.jpg'); background-repeat: no-repeat; background-position: bottom left; }
#content { margin-left: -20px; margin-right: 30px; }
#content ul { margin-left: 15px; list-style-type: disc; } 
#content ul li { margin-left: 15px; }
#footer { padding: 20px 0px 0px 20px; height: 169px; background-repeat: no-repeat; }
#logo { z-index: -100; float: left; margin-top: 10px; }
#logo img { z-index: -100; margin-left: -20px; }
#sidebar { margin-top: -187px; margin-bottom: 0px; }
.fleur { float: right; padding-right: 30px; }
.textwidget p { margin-bottom: 15px; }

/* Main Menu */
ul.main-menu { z-index: 1100; margin: -218px 0px 0px 0px; list-style-type: none; float: right; background-color: #ee2f80; height: 28px; padding: 6px 0px 0px 0px; }
ul.main-menu li { z-index: 1100; display: inline; padding: 0px 25px 0px 25px; }
ul.main-menu li a { z-index: 1100; color: white; }

/* Footer Menu */
ul.footer-menu { margin: 0px; padding: 0px; list-style-type: none; }
ul.footer-menu li { padding: 0px; margin: 0px; display: inline; padding-right: 10px; }

/* Byline */
.byline { font-size: 10px; margin-bottom: 5px; } 

/* Anchors */
a:link, a:visited { text-decoration: none; color: #f58437; }
a:hover { text-decoration: underline; }
#content a { color: #f58437; }
#content a:hover { color: #ee2f80; }
#footer, #footer a { color: #fff; }

/* Type */
h2, h2 a, h2 a:link, h2 a:visited { font-family: "Georgia"; font-size: 18px; color: #ee2f80; } 
h3, h3 a, h3 a:link, h3 a:visited { font-family: "Georgia"; font-size: 14px; color: #f58437; font-weight: bold; } 

img { display: block; }

.append-bottom-1 { margin-bottom: 15px; }
