/*
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/http://mavenglobe.com/onemaven/wp-admin/theme-editor.php?file=/themes/default/style.css&theme=WordPress+Default&a=te
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

*/



/* Box Layout */
body {
	background: #d8d29f;
	text-align: center;
	margin:0;
	font-family:arial;
	}

#wrapper {
	width: 900px;
	margin: 0 auto;
    background:#848061;
	border: 1px solid black;
	text-align: left;
	padding: 10px 10px 10px 10px;
	}

#page {
	width:900px;
	margin:0 auto;
	}

.module {
	float:left;
	width:242px;
	padding:3px;
	text-align:left;
	color: #f0e9b1;
}

.module2 {
    float: right;
	width: 646px;
	padding: 3px;
	text-align: left;
	color: #f0e9b1;
	}
	

/* Head Styles */
div#headerbar {
	background: #aca77e;
	padding: 10px;
	}

div.headertext {
	margin: 0 auto;
	width: 769px;
	color: #f0e9b1;
	text-align: left;
	}

div#headlinebar {
/*	background: #55A0BA;*/
	background: #d74c47;
	}

div.headline {
	margin: 0 auto;
	width: 769px;
	color: #fff;
	padding: 5px;
	text-align: left;
	}
	
a {color: #f0e9b1; border-bottom: 1px dotted #f0e9b1; text-decoration: none; font-weight: bold;}
a:hover {background: #d74c47;}

h4 {font-size: 14px; margin-bottom: -5px; border-bottom: 1px solid #f0e9b1;}

.breadcrumbs {font-size: 10px;}

input {margin-bottom:5px;}
.button {width:150px; background: #7DA939; font-size: 10px; border: 1px solid black;}
.button:hover {background: #f0e9b1;}
img {padding-right: 8px;}

.module2 a {font-weight: normal;}
.module2 p {font-size:14px;}

.module ul {list-style-type:none; margin-left: -15px; font-size: 14px;}
.module ul li ul {margin-top: 10px;}
.module ul li a {font-size: 18px;}
.module h3 {text-align: center;}

.module ul li {line-height:30px;}

.socialicons {padding-left: 25px; bottom: 0px;}
.socialicons a {border: 0px; margin: 0px; color: #848061;}
.socialicons a:hover {background: #848061;}

.footer-bottom {font-size: .8em; margin-top: 10px;}
.footer-bottom a {color: black; text-decoration: none;}
.footer-bottom a:hover {color: black;}

#page p {letter-spacing: 1px; word-spacing: -0.5px;}