/*
Theme Name: Carothers Country Farm
Theme URI: http://carotherscountryfarm.com
Description: Default theme for Carothers Country Farm - Designed by Burnt Mountain Llamas
Version: 0.8
Author: James Baldys
Author URI: http://www.zeeight.com

*/

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
em {
	font-style:italic;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* BEGIN CUSTOM STYLE SHEET */

body {
	background-color:#f4f4f4;
	background-image:url('images/layout/page_bg.gif');
	background-repeat:repeat-x;
	padding-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
strong {
	font-weight:bold;
}
#wrapper {
	margin:0 auto;
	width:820px;
}
#header {
	display:block;
	width:820px;
	height:121px;
	background-image:url('images/layout/mainlogo.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
}
#menu {
	display:block;
	width:820px;
	height:41px;
	overflow:hidden;
}
#menu ul {
	list-style-type:none;
	margin:0;
}
#menu ul li {
	float:left;
	margin:0px;
	padding:0px;
}
#menu ul li a {
	display:block;
	height:33px;
	width:68px;
	padding:7px 2px 0px 2px;
	text-align:center;
	color:#330033;
	text-decoration:none;
	border-bottom:1px solid #b59bd7;
	font-size:0.7em;
}
#menu ul li a.left {
	border-left:none;
	border-right:1px solid #baa5d9;
}
#menu ul li a.middle {
	border-left:1px solid #ece5f5;
	border-right:1px solid #baa5d9;
}
#menu ul li a.right {
	border-left:1px solid #ece5f5;
	border-right:none;
}
#menu ul li a:hover{
	background-color:#efe3ff;
	border-bottom-color:#6600cc;
}
h1 {
	color:#663399;
	font-size:1.6em;
	margin:8px 8px 8px 0px;
}
h2 {
	color:#669966;
	font-size:1.4em;
	margin:8px 8px 8px 0px;
	font-weight:bold;
}
h3 {
	color:#993333;
	font-size:1.4em;
	margin:14px 8px 8px 0px;
	font-weight:bold;
}
#main_content {
	width:820px;
	overflow:hidden;
	margin:0;
	padding:11px;
	font-size:0.8em;
	background-color:#fff;
	line-height:130%;
}	
#main_content a {
	color:#0000ee;
}
#main_content a:hover {
	color:#996699;
}
#main_content p {
	margin:11px 0;
}
div.llama_post {
	margin:0 0 11px 0;
	padding:0 0 11px 0;
	border-bottom:1px solid #ddd;
}
div.member_post_block {
	display:block;
	float:left;
	width:360px;
	height:160px;
	overflow:hidden;
	margin:0 11px 0 0;
	padding:11px;
	border-bottom:1px solid #eee;
}
div.llama_post_block {
	margin:0 0 11px 0;
	padding:0 0 11px 0;
	border-bottom:1px solid #ddd;
}
div.llama_post_block img.alignleft {
	float:left;
	margin:0 11px 11px 0;
	border:1px solid #000;
}
#footer {
	height:89px;
	background-image:url('images/layout/footer_bg.gif');
	background-repeat:repeat-x;
	padding:11px 0 0 0;
	text-align:center;
	margin:0;
	font-size:0.7em;
	color:#663399;
	overflow:hidden;
}
div.sidebar_piece {
	display:block;
	width:300px;
	float:right;
	padding:11px;
	background-color:#eee;
	border-color:#ccc;
	margin:11px 0px 11px 11px;
	font-size:0.8em;
}
/* WP CLASSES */
img.alignleft {
	float:left;
	margin:11px 11px 11px 0;
}
img.aligncenter {
	clear:both;
	display:block;
	margin:11px auto;
}
div.tinyClear{
	clear:both;
}
/* IMAGE BOX */
#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #FFF;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #FFF;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
