/*
Theme Name: lillies
Theme URL: http://pondripples.com
Description: A theme for Candy Laurence
Author: Leon Spencer
Author URI: http://chaoseffect.com
*/

body {
	background-image: url(lillieslogo.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #E8FFA4;
	font: 10pt "Gill Sans", Verdana, Ariel, sans-serif;
	margin: 230px 0 0;
}

h1 {
	font-size: 36pt;
	font-weight: normal;
	margin: 0;
}

div#photo img {
	border: 2px solid #36a842;
}

ul#navigation, div#photo, div#content, form, .blurb, .sidebox {
	border: 2px solid #36a842;
	background-image: url("45.png");
	border-left-color: #408000;
	padding: 5px;
	border-left-style: none;
	margin: 0px;
	margin-bottom: 20px;
}

ul#navigation {
	display: block;
		background-image: url("45.png");
	text-align: center;
	border-style: none;
}

ul#navigation li {
	display: inline;
	margin-right: 62px;
	/*margin-left: 30px;*/
	font-size: 18pt;
}

ul#navigation li a{
	color: black;
}

ul#navigation li a:hover {
	color: #00B527 !IMPORTANT;
	text-decoration: none;
}

a.active_cat {
  color: #00B527 !IMPORTANT;
}

div#right {
	width: 60%;
	float: right;
	clear: right;
}

div#content {
	font-family: Garamond, Times, Times New Roman, serif;
	font-size: 12pt;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	border-right-style: none;
	border-left-style: solid;
	border-bottom-style: none;
	margin-bottom: 0;
}


div#left {
	display: block;
	float: left;
	width: 35%;
	text-align: right;
	border-left-style: none;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
	margin-top: 24px;
}

div#photo p, form p {
	margin: 0;
}

form#search {
}

form#search input {
	width: 210px;
}

/*<group=Links>*/

a {
	color: #2E409A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #6666ff;
	text-decoration: underline;
}

a:visited {
	color: #400080;
}
	
/*</group>*/

/*<group=Positioning>*/
	
/*</group>*/

img.boxhead {
	position: relative;
	left: -142px;
	margin-bottom: -10px;
}

a.category {
}

a.header {
	font-size: 18pt;
	color: black;
	border-right: black solid 1pt;
	padding-right: 5px;
	margin-right: 5px;
	font-weight: normal;
}

.info {
	font-weight: bold;
}

.spacer {
	margin-top: 25px;
}

a.more {
	float: right;
	display: block;
	margin-top: -30px;
	padding-right: 20px;
	border: green 2px solid;	
	border-right-style: none;
	background-color: white;	
	font-weight: bold;
}

.blurb {
	font-family: Garamond, Times, Times New Roman, serif;
	font-size: 12pt;
	padding-left: 10px;
	padding-right: 10px;
	border-right-style: none;
	border-left-style: solid;
	margin-bottom: 20px;
}