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

*/



* {
	font-family: Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
}

a{
	color: #3a2e1e;
}

a:hover{
	text-decoration: none;
}

body {
	margin: 0px;
	text-align: center;
	background-color: #d9bf8a;
	color: #3a2e1e;
	font-size: 15px;
	line-height: 20px;
	background-image: url('http://homeschoollegaladvantage.com/App_Themes/homeschoollegaladvantage/images/bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}

#site-container{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header{
	height: 150px;
}

#header h1{
	margin: 0px;
	padding-top: 40px;
	padding-left: 20px;
	float: left;
}

#header h1 a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header h1 a:hover img{
}

#header #search{
	float: right;
	margin-top: 61px;
	margin-right: 20px;
}

#header #search .field{
	width: 200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #e3d3b0;
	float: left;
	font-size: 19px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	line-height: normal;
}

#header #search .button{
	float: left;
	margin-left: 5px;
}

#navigation{
	background-color: #383232;
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	clear: both;
	width: 900px;
}

#navigation h2{
	float: right;
	color: #FFFFFF;
	font-size: 15px;
	margin: 0px;
	font-weight: normal;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	font-style: italic;
}

#navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navigation li {
	float: left;
}

#navigation li:hover, #navigation li.sfhover {
	background-color: #4c4444;
}

#navigation li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
}

#navigation li.special a {
	background-color: #8c817b;
}

#navigation li a:hover{
	background-color: #4c4444;
}

#navigation li ul {
	position: absolute;
	left: -999em;
	background-color: #4c4444;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	z-index: 5;
}

#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
}

#navigation li li {
	float: none;
}

#navigation li ul a {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #554e4e;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 14px;
	font-style: italic;
	width: 150px;
}

#navigation li ul li.last a {
	border-bottom-style: none;
}

#navigation li ul a:hover {
	color: #e5d3b1;
}

#main{
	clear: both;
	padding-left: 20px;
}


#main.wide {
	background-image: url('http://homeschoollegaladvantage.com/App_Themes/homeschoollegaladvantage/images/site-bg.gif');
}

#main.narrow{
	background-image: url('http://homeschoollegaladvantage.com/App_Themes/homeschoollegaladvantage/images/site-bg2.gif');
}

.wide #content{
	clear: both;
	width: 360px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}


.narrow #content{
	clear: both;
	width: 610px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#content h1{
	font-weight: normal;
	font-size: 25px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #bb8c2d;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2e9db;
}

#content h2{
	font-weight: normal;
	font-size: 20px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #1d305e;
	font-style: italic;
}

p.intro{
	font-size: 20px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #1d305e;
	font-style: italic;
}

.wide #sidebar{
	width: 500px;
	float: right;
}

.narrow #sidebar{
	width: 250px;
	float: right;
}

.clear{
	clear: both;
}

.form {
	margin-bottom: 0px;
	clear: both;
}

.form dt {
	float: left;
	width: 70px;
}

.form dd{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 75px;
}

.form input{
	width: 250px;
	font-size: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e3d3b0;
	border-right-color: #f2e9db;
	border-bottom-color: #f2e9db;
	border-left-color: #f2e9db;
}

.form input.FormButton{
	width: auto;
	border-style: none;
	color: #fff;
	background-color: #d9bf8a;
}

.form input.FormButton:hover{
	background-color: #bb8c2d;
}

.SearchDialog, .SearchResult{
	margin-bottom: 10px;
}

#footer{
	padding-top: 10px;
	padding-bottom: 40px;
}

#footer p{
	text-align: center;
	margin: 0px;
	color: #9f7219;
	line-height: normal;
}
