/*  
Theme Name: Balamore Farm
Theme URI: http://www.balamore.com/
Description: Layout for Balamore Farm Ltd.
Version: 1.1
Author: iTechworks Web Design & Networking
Author URI: http://itechworks.ca/
*/

/**************** Body *********************/

body {background: #d6e7c4 url('images/bg.jpg') bottom left fixed repeat-x; font-size: 0.80em; color:#231f20; font-family:"Lucida Sans Unicode",verdana,sans-serif;}
#wrapper{margin-left:auto; margin-right:auto; width:960px; border:1px solid #818181; background:#ffffff;}

/**************** General *********************/

p {font-size: 0.9em; margin:0; margin-bottom:12px; line-height: 1.3;}
img {display:block; border:0;}
h1 {font-size:3.2em; font-weight: normal; color:#231f20; line-height:1.0em;}
h2 {font-size:1.8em; font-weight: normal; color:#231f20; line-height:1.0;}
hr {width:940px; clear:both;}
em {color:red;}

/**************** Main Content *********************/

#header {position:relative; margin:auto; width:960px; min-height:191px; background:transparent url('images/header.jpg') no-repeat; clear:both; overflow:hidden; border-bottom:1px solid #818181;}
#perennials {position:relative; margin:auto; width:960px; min-height:191px; background:transparent url('images/perennials.jpg') no-repeat; clear:both; overflow:hidden; border-bottom:1px solid #818181;}
.content {position:relative; display:inline; float:left; margin:20px 10px 10px 10px; text-align:justify; background:#ffffff;}
#footer {position:relative; margin:auto; position:relative; width:960px; min-height:150px; background:transparent url('images/footer.jpg') no-repeat; clear:both; overflow:hidden; border-top:1px solid #818181;}
#address {position:absolute; bottom:10px; left:20px;}
#ppa {float:right; z-index:100; padding:50px 20px 0 0;}
#copyright {margin-left:auto; margin-right:auto; padding-top: 4px; width:960px; font-size:1.0em; color:#686868; text-align:center;}
#tablecenter {margin:auto; text-align:center; padding-bottom:20px;}
.tablewrap {border: 1px solid #c0c0c0;}
.lefttable {padding: 8px; background: #ffffff; width: 50%; text-align:left; border-bottom: 1px solid #000000;}
.lefttablespan {padding: 8px; background: #ffffff;width: 100%; text-align:center; font-weight:bold; border-bottom: 1px solid #000000;}
.righttable {padding: 8px; background: #ffffff;width: 50%;text-align:justify; border-bottom: 1px solid #000000;}
.lefttable1 {padding: 8px; background: #eeeeee;width: 50%;text-align:left; border-bottom: 1px solid #000000;}
.righttable1 {padding: 8px; background: #eeeeee;width: 50%;text-align:justify; border-bottom: 1px solid #000000;}

/**************** Links *********************/

a:link, a:visited, a:hover, a:active  {color:#000000; text-decoration:none; font-weight:normal;}
a:hover, a:active  {color:#666e53; text-decoration:none; font-weight:normal;}

/**************** Images *********************/

p img {padding: 0; max-width: 100%;}
img.centered {display: block; margin-left: auto; margin-right: auto;}
img.alignright {padding: 4px; margin: 0 0 2px 7px; display: inline;}
img.alignleft {padding: 4px; margin: 0 7px 2px 0; display: inline;}
.alignright {float: right;}
.alignleft {float: left}
.center {text-align: center;}		

/**************** Captions *********************/

.aligncenter, div.aligncenter {display:block; margin-left: auto; margin-right:auto;}
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
.wp-caption img {margin: 0; padding: 0; border: 0 none;}
.wp-caption p.wp-caption-text {font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0;}

/**************** Menu *********************/

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 2.666em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 2.666em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}


