﻿/*
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 */
* {
	margin: 0;
	padding: 0;
}

html, html body {
	height:100%;
}

* html #right { height: 100% }

body {
	background: #5A3D1C;
	text-align: center;
	font-family: Arial, Helvetica, Sans-serif;
    color: #3F3F3F;
	font-size: 14px;
	line-height: 19px;
	margin: 0;
	padding: 0;
}


#container {
	margin: 0 auto;
	padding: 0px;
	width: 970px;
	display: block;
	height: 100%;
	text-align: left;
	position: relative;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/shadow.png');
}

html>body #container {
	height: auto;
	min-height: 100%;
}

#container[id] {
	background: url(images/shadow.png) top left repeat-y;
}


img { 
	border: 0px;
}
	
div {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#header{
	margin: 0 40px;
	padding: 0;
	width: 890px;
	display: block;
	height: 246px;
	text-align: left;
	background: url('images/heatherlea_angus_logo.jpg');
}

#header2 {
	width: 890px; 
	height: 174px;
	margin: 0 40px; 
	padding: 0;
	top: 0;
	background: url('images/header_01.jpg');
}

#menu {
	position: absolute;
	top: 212px;
	height: 34px;
	display: block;
	z-index: 40;
	left: 115px;
}
 
#menu ul {
	margin:0;
	padding: 0;
	list-style:none;
}
#menu li {
	float:left;
	background:url("images/menuTabLeft.gif") no-repeat;
	margin:0;
	padding: 0 0 0 18px;
	list-style-type:none;
	height: 34px;
	line-height: 34px;
}

#menu a {
	float:left;
	display:block;
	background: url("images/menuTabRight.gif") no-repeat right top;
	padding: 0 28px 0 10px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}		

#menu > ul a {
	width:auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a {
	float:none;
}

#menu a:hover {
	color: #F0C75F;
	text-decoration: underline;
}	

#menu a:active {
	color: #F0C75F;
	text-decoration: underline;
}	

#menu a:visited {
	color: #FFFFC4;
	text-decoration: none;
}	

	  
#mainContent{
	margin: 0 40px;
	padding: 0 0 124px 0;
	width: 890px;
	display: block;
	height: 100%;
	min-height: 100%;
	background-color: #ffffff;
	overflow : hidden; _height : 1%;
	
}
#content {
	font-size: 12px;
	line-height: 17px;
	float: left;
	background-color: #ffffff;
	padding: 30px;
	width: 563px;
	height: 100%;
	min-height: 100%;
	display: block;
	border-right: 2px solid #CDD4E6;
}

#right {
	margin: 0;
	padding: 30px;
	width: 205px;
	display: block;
	position: relative;
	float: right;
	background-color: #ffffff;
	height: 100%;
	min-height: 100%;
}

 #credit
	{
	font-size: 10px;
	line-height: 14px;
	position: absolute;
	
	left: 6px;
	width: 147px;
	}
	
* html #credit {
bottom: 280px;
}
#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	margin: 0 40px;
	padding: 0;
	width: 890px;
	height: 124px;
	display: block;
	text-align: left;
	color: #5F697E;
	background: url('images/footer.jpg');
}
#mainImageContainer {
	width: 590 px;
	height: 135px;
	border-bottom: 10px solid #FFFFFF;
	padding: 0;
	margin:0;
	text-align: center;
}


#center {
	background-color: #F0F2D1;
	padding: 0;
	margin:0;
	min-height: 569px;
	height: 569px;
}

p{
	padding: 15px 0 0 0;
}

h1 {
	font-weight: normal;
	color: #A06230;
	font-size: 18px;
	line-height: 22px;
}

h2 {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #829745;
}

h3 {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #829745;
} 

a:link    { text-decoration: underline; font-weight: normal; color: #5E687E; }
a:visited { text-decoration: underline; color: #5E687E; }
a:active  { text-decoration: none; color: #839946; }
a:hover   { text-decoration: none; color: #839946; }
