/*
Theme Name: Lucinda Food
Theme URI: http://reddickdesign.com.au/
Description: Lucinda Food Theme
Author: Alan Reddick
Version: 1.0
*/

* {
	outline: none;
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#202020;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 10px;
}
p { 
	font-size: 130%;
	margin-top: 0px;
	padding-top: 0px;
	text-align: justify;
	line-height: 160%;
}
li { 
	font-size: 130%;
	line-height: 160%;
}
li li {
	font-size: 100% !important;
}
table td {
	font-size: 130%;
	line-height: 160%;
}
h1 {
	font-family: "Copperplate Gothic Light", "Times New Roman", Times, serif;
	font-size: 220%;
	color: #385306;
}
h2 {
	font-family: "Copperplate Gothic Light", "Times New Roman", Times, serif;
	font-size: 180%;
	color: #690;
}
h3 {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 160%;
	color: #690;
	font-weight: 300;
}
h4 {
	font-size: 130%;
	color: #202020;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#headerBG {
	height: 99px;
	background-color: #202020;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #385306;
}
#headerBG #header {
	height: 99px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#homeNavBG {
	height: 319px;
	background-color: #202020;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #385306;
}
#homeNavBG #homeNav {
	height: 319px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#homeNavBG #homeNav #rightContent {
	float: left;
	height: 319px;
	width: 219px;
}
#homeNavBG #homeNav #featureImage {
	height: 319px;
	width: 462px;
	float: left;
}
#homeNavBG #homeNav #navigation {
	float: left;
	height: 319px;
	width: 200px;
	padding-right: 19px;
}
#navigation ul {
	text-align: right;
	padding: 0px;
	margin: 28% 0px 0px;
}
#navigation li {
	font-size: 165%;
	font-family:"Copperplate Gothic Light", "Times New Roman", Times, serif;
	display: block;
	list-style: none !important;
}
#navigation a {
	text-decoration: none;
	color: #ddc0a8;
	display: block;
	padding: 5px 0px 5px 0px
}
#navigation a:link {
	color: #ddc0a8;
}
#navigation a:visited {
	color: #ddc0a8;
}
#navigation a:hover {
	color: #89c250;
}
#navigation a:active {
	color: #89c250;
}
#navigation .current-menu-item a {
	color: #89c250;
}
#navigation .mainhome {
	width: 200px;
	height: 30px;
	text-align: right;
	text-indent: 3000px;
	overflow: hidden;
	vertical-align: bottom;
}
#navigation .mainhome a {
	display: block;
	width: 200px;
	height: 30px;
}
#navigation .mainhome a:link {
	background-image: url(images/homelink_off.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#navigation .mainhome a:visited {
	background-image: url(images/homelink_off.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#navigation .mainhome a:hover {
	background-image: url(images/homelink_on.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#navigation .mainhome a:active {
	background-image: url(images/homelink_on.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#navigation .mainhome.current-menu-item a {
	background-image: url(images/homelink_on.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#content {
	background-color: #FFFFFF;
}
#content p,
#content li {
	color: #202020;
}
#content a {
	text-decoration: none;
	color: #89c250;
}
#content a:link {
	color: #89c250;
}
#content a:visited {
	color: #89c250;
}
#content a:hover {
	color: #385306;
}
#content a:active {
	color: #385306;
}

#content #mainBody {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	min-height: 300px;
}
#mainBody:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
}
#content #mainBody #bodyCopy {
	width: 645px;
	padding-right: 24px;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
}
#content #mainBody #sidebar {
	float: left;
	width: 207px;
	padding-left: 23px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #89c250;
	margin-top: 40px;
	margin-bottom: 40px;
}
#sidebar h2 {
	text-align: center;
}
#sidebar strong {
	color: #385306;
	font-weight: normal;
}
#footerBG {
	height: 138px;
	background-color: #202020;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #385306;
	clear: both;
}
#footerBG #footer {
	width: 900px;
	height: 138px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	color: #FFF;
}
#footer strong {
	font-weight: normal;
	color: #999;
}
#footer a {
	text-decoration: none;
}
#footer a:link {
	color: #ddc0a8;
}
#footer a:visited {
	color: #ddc0a8;
}
#footer a:hover {
	color: #89c250;
}
#footer a:active {
	color: #89c250;
}
#footerBG #footer #footerBodyCopy {
	width: 645px;
	height: 114px;
	padding-right: 24px;
	float: left;
	margin-top: 24px;
}
#footerBG #footer #footerSidebar {
	float: left;
	width: 207px;
	height: 114px;
	padding-left: 23px;
	padding-top: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #89c250;
	margin-top: 24px;
}
.linklove {
	display: none;
}
hr {
	background-color: #CCC;
	height: 1px;
	border: 0px;
}
#kitkadesign {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 9px;
	color: #333333;
	padding: 0px 0px 20px 0px;
	width: 57px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	line-height: 100%;
}
#kitkadesign a {
	color: #cccccc;
	text-decoration: none;
}
#kitkadesign a:hover {
	color: #cc0864;
	text-decoration: none;
}
.kitka {
	letter-spacing: 4px;
	padding-left: 2px;
}
.wp-caption {
	font-style: italic;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.accordion-title {
	cursor: pointer;
	background-color: #F2F2F2;
	padding: 5px 0px 5px 20px;
}