/*
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

*/

/* Basics and Typography */

* { margin: 0px; padding: 0px; }

body 
	{
	font-family: Arial, Verdana;
	background: url(images/16original.gif);
	text-align: center;
	}

p
	{
	margin-bottom: 15px;
	font-size: 12px;
	color: #663300;
	}

form
	{
	margin: 25px;
	}

/* Contact Form 7 */

.wpcf7 p, table
	{
	font-size: 10px;
	color: #333;
	font-weight: bold;
	}

.wpcf7 table
	{
	text-align: right;
	}

.wpcf7-list-item
	{
	font-weight: normal;
	display: list-item;
	list-style-type: none;
	margin-bottom: 10px;
	}

.contactform
	{
	margin-left: 240px;
	}

/* Headlines */

h2
	{
	margin-bottom: 25px;
	color: #8E8C46;
	}

h3
	{
	font-size: 16px;
	margin-bottom: 15px;
	color: #8E8C46;
	}

#slogan h1
	{
	font-size: 26px;
	color: #E43542;
	height: 50px;
	background: url(images/slogan.png) no-repeat;
	}

#slogan h2, a.slogan
	{
	font-size: 18px;
	color: #6C594A;
	}

/* Links */

a
	{
	font-size: 12px;
	text-decoration: none;
	color: #513E3E;
	border-bottom: 1px dotted #513E3E;
	}

a:hover
	{
	color: #E43542;
	border-bottom: 1px dotted #E43542;
	}

/* Toolbox */

.alignleft
	{
	float: left;
	margin-right: 15px;
	}

.alignright
	{
	float: right;
	margin-left: 15px;
	}

.break
	{
	height: 50px;
	width: 216px;
	background: url(images/break.jpg) center center no-repeat;
	}

li.gallery { display: inline; margin: 15px;}

li.gallery a { border: none; }	

li.gallery img { padding: 10px; }	



/* Layout */

#wrapper
	{
	text-align: left;
	}

#header 
	{
	width: 100%;
	height: 172px;
	background: url(images/headerbg.png) repeat-x;
	}

#logo
	{
	float: left;
	width: 450px;
	height: 172px;
	background: url(images/logo.png) no-repeat;
	}

#slogan
	{
	float: right;
	width: 500px;
	margin-top: 0px;
	margin-right: 10px;
	text-align: right;
	}

#outer
	{
	width: 1000px;
	margin: 0px auto;
	}

#contenttop
	{
	height: 106px;
	width: 100%;
	margin: 0px auto;
	background: url(images/pageedgetop.png) repeat-x;
	}

#contentbottom
	{
	height: 106px;
	width: 100%;
	background: url(images/pageedgebottom.png) repeat-x;
	}

#contentwrapper
	{
	width: 900px;
	margin: 0px auto;
	}

#maincontent
	{
	background: url(images/pagemain.png) repeat-y;
	}

#content
	{
	padding: 5px 20px 5px 20px;
	}

#sidebar
	{
	display: none;
	}

#footer {
	width: 100%;
	height: 20px;
	margin-top: 20px;
	}

#footer p
	{
	float: right;
	padding-right: 15px;
	}

/* Navigation */

#nav
	{
	width: 100%;
	height: 35px;
	background: url(images/navbg.png) repeat-x;
	margin-bottom: 20px;
	text-align: center;
	}	

#nav ul
	{
	list-style-type: none;
	width: 490px;
	margin: 0px auto;
	}

#nav  li
	{
	float: left;
	list-style-type: none;
	}

#nav li a
	{
	float: left;
	display: block;
	padding: 9px 15px 8px 15px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 0;
	}

#nav li a:hover
	{
	background: url(images/navhover.png) repeat-x;
	color: #fff;
	border: 0;
	}

#tipsnav
	{
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
	}

#tipsnav ul
	{
	list-style-type: none;
	display: inline;
	}

#tipsnav ul li
	{
	list-style-type: none;
	display: inline;
	}

#tipsnav ul li a
	{
	font-size: 18px;	
	border: none;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	}
