/*Theme Name: Baxter's Bee Farm
Version: 1.0
Author: Triple Moons Design
Author URI: http://www.TripleMoonsDesign.com*/

body {
	background: #99cdff url(images/bckgrnd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 1em;
	margin: 0px;
	color: #000;
}

div#bckgrndimg {
	background: url(images/bckgrnd-img.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

div#wrapper {
	width: 880px;
	margin: 0px auto;
}

img {
	border: none;
}

img.right {
	float: right;
}

img.alignright {
	float: right;
}

img.alignleft {
	float: left;
}

img.aligncenter {
	margin: 0px auto;
	display: block;
}

p, h1, h3, h4, h5, h6 {
	margin: 0px;
	padding: 10px 30px 15px 30px;
	font-weight: 300;
}

p.editlink {
	font-size: 0.75em;
}

h1 {
	background: url(images/rule.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: right;
}

h2 {
	margin: 0px;
	padding: 10px 30px 0px 30px;
	font-weight: 300;
}

a {
	color: #3399ff;
}

a:hover {
	text-decoration: none;
}

div#left {
	float: left;
	width: 131px;
	padding-top: 175px;
}

div#left ul {
	float: right;
	width: 131px;
	background: url(images/drkyellow-middle.png);
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#left ul li {
	padding: 5px 0px 5px 15px;
	font-size: 1.1875em;
}

div#left ul li a {
	color: #000;
	text-decoration: none;
}

div#left ul li a:hover, div#left ul li.current_page_item a {
	color: #000;
	font-weight: bold;
}

div#left ul li ul {
	display: none;
}

div#left div.sidebar {
	width: 126px; 
	float: right;
	padding-left: 5px;
	background: url(images/mdyellow-middle.png);
}

div#left div.sidebar a {
	color: #000;
}

div#left div.share {
	width: 131px; 
	float: right;
	padding-top: 10px;
}

div#left p {
	padding: 0px;
	text-align: center;
}

div#content {
	background: url(images/content.png);
	width: 749px;
}

div#footer {
	background: url(images/rule.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 15px;
	font-size: 0.75em;
	clear: both;
}

fieldset {
border: none;
margin: 0px;
padding: 0px 0px 0px 15px;
}

fieldset fieldset {
padding: 15px 0px;
}

div#clear {
	clear: both;
}
