/*
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:#fff;
	background-image:url('images/layout/page_bg.gif');
	background-repeat:repeat;
	padding-top:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
strong {
	font-weight:bold;
}
#wrapper {
	margin:0 auto;
	width:853px;
}
#header {
	display:block;
	width:853px;
	height:123px;
	background-image:url('images/layout/mainlogo.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
}
#article_wrapper {
	background:none;
	padding:0 21px 0 27px;
}
#article {
	display:block;
	width:800px;
	padding:0 2px;
	background-color:#fff;
	background-image:url('images/layout/article_bg.gif');
	background-repeat:repeat-y;
	overflow:hidden;
}
h1 {
	color:#003838;
	font-size:1.6em;
	margin:8px 8px 8px 0px;
}
#menu_col {
	display:block;
	float:left;
	width:129px;
	border-right:1px solid #000;
	padding:11px 0;
	margin:0;
	overflow:hidden;
}
	/* "ACCORDIAN MENU" */
	#menu_col li a {
		display:block;
		overflow:hidden;
		padding:8px;
		text-align:left;
		border-top:1px solid #b4d1d1;
		border-bottom:1px solid #006666;
		background-color:#a8c8c8;
		color:#003838;
		text-decoration:none;
		font-weight:bold;
		font-size:0.75em;
		text-transform:capitalize;
	}
	#menu_col li a:hover {
		background-color:#deefef;
	}
	#menu_col li ul.expandable {
		height:0px;
		overflow:hidden;
		background-color:#003838;
	}
	#menu_col li ul.expandable li a {
		display:block;
		border:none;
		background:none;
		padding:4px;
		font-size:0.68em;
		color:#b4d1d1;
	}
	#menu_col li ul.expandable li a:hover {
		background-color:#deefef;
		color:#003838;
	}
#main_content {
	float:left;
	display:block;
	width:648px;
	padding:11px;
	line-height:130%;
}
div.llama_post {
	margin:11px 0;
	padding:11px 0;
	border-bottom:1px solid #003838;
	font-size:0.8em;
}
div.llama_post h1 {
	color:#003838;
	font-size:1.6em;
	margin:8px 8px 8px 0px;
}
div.llama_post h2 {
	color:#003838;
	font-size:1.4em;
	margin:8px 8px 8px 0px;
}
h2.post_title {
	color:#003838;
	font-size:1.4em;
	margin:0 0 11px 0;
	font-weight:bold;
	padding:0 2px 0 0;
	border-bottom:1px solid #003838;
}
div.llama_post h3 {
	color:#006666;
	font-size:1.2em;
	margin:8px 8px 8px 0px;
	font-weight:bold;
}
div.llama_post a:hover {
	color:#b4d1d1;
}
div.llama_post p {
	clear:left;
	margin:11px 0;
}
div.llama_post img {
	margin:2px;
	border:2px solid #003838;
}
div.llama_post ul {
	margin:8px 0 0 16px;
	list-style-type:square;
	list-style-position:inside;
}
div.llama_post ul li {
	margin:0;
	padding:2px;
}
div.llama_post ul li ul {
	list-style-type:circle;
}
/* LLAMA_BLOCK */
div.llama_block {
	margin:18px 0;
	border-bottom:2px solid #003838;
	font-size:0.8em;
}
div.llama_block h2 {
	color:#006666;
	font-size:1.4em;
	margin:0 0 11px 0;
	font-weight:bold;
}
div.llama_block h4 {
	color:#000;
	margin:11px 0;
	font-weight:bold;
	clear:both;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:6px 0;
}
div.llama_block a:hover {
	color:#b4d1d1;
}
div.llama_block p {
	margin:11px 0;
}
div.llama_block img {
	margin:2px 8px 2px 2px;
	border:2px solid #003838;
	float:left;
}
div.llama_block ul {
	margin:8px 0 0 16px;
	list-style-type:square;
	list-style-position:inside;
}
div.llama_block ul li {
	margin:0;
	padding:2px;
}
/* JUST FOLD SOLD_LLAMA_POSTS */
div.sold_llama_post {
	display:block;
	float:left;
	width:204px;
	height:290px;
	overflow:hidden;
	text-align:center;
	margin:0px 4px 0 4px;
}
div.sold_llama_post h3 {
	color:#006666;
	font-size:0.88em;
	margin:8px;
	font-weight:bold;
}
div.sold_llama_post h3 a {
	color:#006666;
	text-decoration:none;
}
div.sold_llama_post h3 a:hover {
	color:#0000FF;
	text-decoration:none;
}
div.sold_llama_post img {
	border:3px solid #006666;
}
div.sold_llama_post a:hover img {
	border:3px solid #0000FF;
}
/* FOOTER & MISC */
#footer {
	display:block;
	width:804px;
	height:24px;
	background-image:url('images/layout/footer_bg.gif');
	background-repeat:no-repeat;
}
p.copyright {
	margin-top:11px;
	font-size:0.6em;
	color:#888;
}
div.wp-caption {
	margin:11px 1px 11px 1px;
	padding:2px;
	border:1px solid #ccc;
	background-color:#eee;
}
div.alignleft {
	float:left;
}
div.aligncenter {
	margin-left:22%;
}
p.wp-caption-text {
	text-align:center;
	font-size:0.8em;
	font-style:oblique;
}
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;
}
