body
{
	background: #00aeef;
	margin: 0px auto 0px auto;
	width: 960px;
	font-family: helvetica, arial, sans-serif;
	font-size: 9.9pt;
	line-height: 13pt;
	min-height: 500px;
}

/** holding page */

body.holding
{
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	margin-top: 200px;
}

img 
{
	border: 0px;
}

a
{
	outline: 0px;
}

a:link
{
	color: #000000;
	font-weight: bold;
}

a:visited
{
	color: #000000;
	font-weight: normal;
}

a:hover
{
	color: #ffffff;
}


h1 a, h2 a, h3 a, h4 a, h5 a
{
	text-decoration: none;
}

/** form styles **/

form input.text,
form textarea,
form .pre
{
	display: block;
	position: relative;
	border: 0px;
	outline: 1px dashed #000000;
	padding: 3px;
	margin: 1px;
	font-family: courier, monospace;
	font-size: 9pt;
	color: #000000;
}

form .pre
{
	color: #777777;
	outline-color: #777777;
}

form p.buttons
{
	width: 100%;
	text-align: right;
}


/** comment form **/

form.comment
{
	display: block;
	clear: both;
	width: 480px;
}

form.comment textarea
{
	width: 442px;
	max-width: 442px;
	height: 100px;
}

form.comment label
{
	font-weight: bold;
	font-size: 9pt;
	line-height: 14pt;
}


form.comment input.text,
form.comment span.pre
{
	clear: both;
	width: 130px;
	overflow: hidden;
}

form.comment .first
{
	width: 460px;
	float: left;
}

form.comment .details
{
	position: relative;
	width: 155px;
	float: left;
	clear: none;
	padding-bottom: 2px;
}

form.comment .formMessage
{
	white-space: nowrap;
	font-size: 8pt;
	line-height: 14pt;
}

form.comment .buttons
{
	clear: both;
	width: 440px;
	margin-bottom: 0px;
}

form.comment .optional
{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
}

/** comment styles **/

div.comment
{
	margin: 0px 10px 4px 10px;
	border-bottom: 1px dotted;
}

div.comment .byline
{
	padding: 0px;
	margin: 0px 0px 0px 10px;
	text-align: right;
	font-style: italic;
	font-size: 9pt;
	margin: 0px;
	margin-top: -20px;
	padding: 0px 0px 3px 0px;
}


/** image layers */

#imageLayer
{
	position: fixed;
	background-color: #000000;
	background-repeat: no-repeat;
	width: 960px;
	height: 720px;
	top: 0px;
	z-index: 1;
	height: 100%;
	color: #ffffff;
}

#imageLayer img
{
	position: absolute;
	background-color: #333333;
}

/** navigation */

#navigationLayer 
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 180px;
	display: block;
	z-index: 2;
}

#navigationLayer ul,
ul.navigation
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigationLayer ul li,
ul.navigation li
{
	display: inline;
	margin-right: 25px;
}

div.pagesContainer
{
	text-align: center;
	height: 25px;
}

div.pagesContainer div.pages
{
	position: relative;
	display: inline-block;
	line-height: 25px;
	height: 25px;
	margin: 0px auto 0px auto;
	clear: both;
}

div.pagesContainer div.view
{
	position: absolute;
	display: inline-block;
	line-height: 25px;
	height: 25px;
	margin: 0px auto 0px auto;
	right: 5px;
}

div.pagesContainer div.pages a
{
	display: inline-block;
	width: 20px;
	height: 25px;
}

div.pagesContainer div.pages .previous
{
	float: left;
	text-decoration: none;
}

div.pagesContainer div.pages ul.pages
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.pagesContainer div.pages ul.pages
{
	float: left;
}

div.pagesContainer div.pages .next
{
	float: left;
	text-decoration: none;
}

div.pagesContainer ul.pages li
{
	display: inline-block;
	height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
}

div.pagesContainer ul.pages li a
{
	font-weight: normal;
	text-decoration: none;
}

div.pagesContainer ul.pages li.current
{
	text-decoration: underline;
	font-weight: bold;
}

ul#navigation1
{
	position: absolute;
	top: 95px;
	left: 116px;
}

ul#navigation2
{
	position: absolute;
	top: 118px;
	left: 325px;
}

ul#navigation3
{
	position: absolute;
	top: 141px;
	left: 427px;
}

/** masthead */

#masthead
{
	background: #000000;
	width: 960px;
	height: 180px;
	position: absolute;
	top: 0px;
}

#masthead h1
{
	margin: 0px;
	padding: 0px;
}


/** background column */

#backgroundLayer
{
	z-index: -2;
	position: fixed;
	height: 100%;
	width: 960px;
	background-color: #000000;
}


/** color styles */

.magenta
{
	background-color: #f405a2;
	color: #ffdc00;
	border-color: #ffdc00;
}

.magenta a
{
	color: #ffdc00 !important;
}

.magenta .highlight,
.magenta .highlight a,
.magenta a:hover
{
	background-color: #ffdc00 !important;
	color: #f405a2 !important;
}


.magenta input.text,
.magenta span.pre,
.magenta textarea
{
	background: #ffdc00;
}

.yellow
{
	background-color: #ffdc00;
	color: #f405a2;
	border-color: #f405a2;
}

.yellow a
{
	color: #f405a2;
}

.yellow .highlight,
.yellow .highlight a,
.yellow a:hover
{
	background-color: #f405a2;
	color: #ffdc00;
}

.yellow input.text,
.yellow span.pre,
.yellow textarea
{
	background: #f405a2;
}

.yellow form span.pre
{
	color: #bbbbbb;
	border-color: #bbbbbb;
}

.green 
{
	background-color: #0bfa5d;
}

/** contents columns */

.contents
{
	z-index:2;
	position: absolute;
	top: 175px;
}

/** full column */

.full
{
	position: relative;
	width: 960px;
}

/** halves */

.half
{
	position: relative;
	width: 480px;
	float: left;
	margin-bottom: 100px;
	padding-bottom: 5px;
}

.full .half
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/** thirds */

.third
{
	width: 320px;
	min-height: 240px;
	float: left;
	padding-bottom: 5px;
}

/** quarters */

.quarter
{
	width: 240px;
	float: left;
	margin-bottom: 100px;
	padding-bottom: 5px;
}


.full h2, .full h3,
.half h2, .half h3, h2.half, h3.half,
.third h2, .third h3,
.quarter h2, .quarter h3
{
	margin: 5px 5px 0px 10px;
	padding: 0px;
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
}

.full h4, .full h5,
.half h4, .half h5,
.third h4, .third h5,
.quarter h4, .quarter h5
{
	margin: 5px 5px 0px 10px;
	padding: 0px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

.full p,
.half p,
.third p,
.quarter p
{
	margin: 0px 10px 15px 10px;
}

.full ul,
.half ul,
.third ul,
.quarter ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 30px;
}


.quarter h2
{
	margin: 5px 5px 0px 5px;
}
.quarter h4, .quarter h5
{
	margin: 5px 5px 0px 6px;
}

.quarter h3
{
	margin: 10px 5px 0px 5px;
	padding: 0px;
}

.quarter p
{
	padding: 0px;
	margin: 0px 7px;
}

div.navigation,
div.title
{
	height: 25px;
	line-height: 25px;
	padding: 0px;
}


div.navigation h2
{
	margin: 0px 0px 0px 10px;
}


div.title h2
{
	margin: 0px 0px 0px 10px;
	width: 470px;
}

div.navigation .title
{
	position: absolute;
	top: 0px;
	left: 10px;
	height: 25px;
	line-height: 25px;
}
div.navigation .subnavigation
{
	position: absolute;
	top: 0px;
	right: 10px;
	height: 25px;
	line-height: 25px;
}

div.navigation ul.navigation
{
	clear: both;
	height: 25px;
}

div.navigation ul.navigation li
{
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

div.navigation ul.navigation li a
{
	display: block;
	float: left;
}

/** button icons **/

a.action
{
	background-image: url('/img/actions.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-width: 16px;
	height: 20px;
	display: block;
	padding-left: 22px;
}

a.icon
{
	width: 0px;
	padding-left: 20px;
	overflow: hidden;
}

a.add
{
	background-position: 0px 0px;
}

a.add:hover
{
	background-position: 0px -40px;
}


a.remove
{
	background-position: 0px -80px;
}

a.remove:hover
{
	background-position: 0px -120px;
}

/** blog */

.blog .entry
{
	margin-top: 100px;
	position: relative;
	width: 960px;
}

.blog .entry h2
{
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 5px 0px 0px 10px;
	float: left;
	clear: both;
}

.blog .entry p
{
	margin: 0px;
	padding: 10px;
}

.blog .entry .files
{
	position: relative;
	top: 0px;
	right: 0px;
	float: right;
	text-align: right;
	margin-left: 10px;
}

.blog .entry .files .attachment
{
	float: left;
}

.blog .entry .files h5
{
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	padding: 5px;
}

.blog .entry .files p
{
	padding: 5px;
}

.blog .entry p.byline
{
	text-align: center;
	font-style: italic;
	font-size: 9pt;
	margin: 0px;
	padding: 0px 0px 3px 0px;
}

.blog .entry .comments
{
	margin: 0px 10px 0px 10px;
}

.blog .entry .comments h4
{
	margin: 0px;
	padding: 0px;
}

.blog .entry .comment
{
	margin: 0pt 0pt 4pt 0pt;
	border-bottom: 1px solid;
}

.blog .comments form
{
	display: block;
	clear: both;
	width: 960px;
}

.blog .comments form textarea
{
	width: 530px;
	max-width: 530px;
	height: 140px;
}

.blog .comments form label
{
	font-weight: bold;
	font-size: 9pt;
	line-height: 14pt;
}

.blog .comments input.text,
.blog .comments span.pre
{
	clear: both;
	width: 350px;
}

.blog .comments form .first
{
	width: 530px;
	float: left;
}

.blog .comments form .details
{
	position: relative;
	width: 350px;
	float: left;
	clear: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.blog .comments form .formMessage
{
	position: absolute;
	font-size: 8pt;
	line-height: 14pt;
	text-align: right;
	right: 0px;
}

.blog .comments form .buttons
{
	clear: both;
	width: 900px;
	margin-bottom: 0px;
}

.blog .comments form .optional
{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
}

.blog .pagesContainer
{
	margin: 20px 0px 20px 0px;
}

.blog .pages
{
	margin-bottom: 20px;
}

.blog .pages h4
{
	float: left;
	width: 110px;
	text-align: right;
	clear: left;
	padding: 0px;
	font-size: 9.9pt;
	line-height: 14pt;
}

.blog .pages a
{
	text-decoration: none;
	font-weight: normal;
}

.blog .pages .current a
{
	text-decoration: underline;
	font-weight: bold;
	border-bottom: 2px;
}

.blog .pages a:hover
{
	background-color: #f405a2;
	color: #ffdc00;
}

.blog .pages .controls
{
	margin: 0px 0px 10px 10px;
	float: left;
	clear: right;
}


.blog .pages ul 
{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	max-width: 800px;
}

.blog .pages ul li
{
	position: relative;
	display: inline-block;
	height: 22px;
	padding-right: 5px;
}

.blog .pages .count
{
	padding-left: 1px;
	font-size: 10px;
}

.blog .pages ul li.year
{
	clear: both;
	display: block;
}

.blog .pages ul li.year .label
{
	font-weight: bold;
	padding-right: 5px;
}

.blog .pages a
{
	position: relative;
}

/** condensed navigation */

.gallery #navigationLayer,
.webcam #navigationLayer 
{
	height: 50px;
}

.gallery #masthead,
.webcam #masthead
{
	height: 50px;
	overflow: hidden;
}

.gallery #masthead img,
.webcam #masthead img
{
	position: absolute;
	width: 240px;
	height: 45px;
	left: -190px;
	top: 2px;
} 

.gallery #navigationLayer ul li,
.webcam #navigationLayer ul li
{
	margin-right: 8px;
}
.gallery #navigation1,
.webcam ul#navigation1
{
	top: 13px;
	left: 30px;
}

.gallery #navigation2,
.webcam ul#navigation2
{
	top: 13px;
	left: 410px;
}

.gallery #navigation3,
.webcam ul#navigation3
{
	top: 13px;
	left: 610px;
}

.gallery #secondaryNavigation,
.webcam #secondaryNavigation
{
	position: absolute;
	z-index: 2;
	bottom: 0px;
}


.webcam #secondaryNavigation
{
	height: 36px;
	width: 960px;
}


/*
.gallery #navigationLayer li.current
{
	display: none;
}
*/

/** webcam */

.webcam .contents
{
	position: absolute;
	height: 100%;
	top: 0px;
}

.webcam #processing
{
	position: absolute;
	top: 50%;
	left: 466px;
}


.webcam #backgroundImage
{
	top: 50px;
}

.webcam .calendar
{
	position: absolute;
	left: 5px;
	bottom: 3px;
}

.webcam .calendar a
{
	text-decoration: none;
	font-weight: normal;
}

.webcam .calendar ul.months
{
	margin: 0px;
	padding: 0px;
}

.webcam .calendar .month
{
	display: inline-block;
	width: 120px;
	text-align: right;
}

.webcam .calendar ul.days
{
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.webcam .calendar ul.days li
{
	display: inline;
	margin: 0px 2px 0px 0px;
}

/** controls */

.controls a.button
{
	background-image: url('/img/controls_arrows.png');
	display: block;
	float: left;
	width: 20px;
	height: 32px;
	margin-right: 4px;
}

.controls select
{
	float: left;
	margin-right: 4px;
	margin-top: 10px;
}

.controls img.processing
{
	display: block;
	float: left;
	width: 18px;
	height: 18px;

	margin: 11px 5px 1px 0px;
}

.controls .description
{
	position: absolute;
	right: 0px;
	bottom: 30px;
	text-align: center;
	padding: 1px 0px 1px 0px;
	margin: 0px 4px 0px 0px;
	width: 163px;
}



.controls a#playbackwards
{
	background-position: -3px -3px;
}

.controls a#playbackwards:hover
{
	background-position: -3px -43px;
}

.controls a#play
{
	background-position: -29px -3px;
}

.controls a#play:hover
{
	background-position: -29px -43px;
}

.controls a#pause
{
	background-position: -54px -3px;
}

.controls a#pause:hover
{
	background-position: -54px -43px;
}

.controls a#previous
{
	background-position: -80px -3px;
}

.controls a#previous:hover
{
	background-position: -80px -43px;
}

.controls a#next
{
	background-position: -105px -3px;
}

.controls a#next:hover
{
	background-position: -105px -43px;
}

.controls a#latest
{
	background-position: -130px -3px;
}

.controls a#latest:hover
{
	background-position: -130px -43px;
}

.controls a#random
{
	background-position: -156px -3px;
}

.controls a#random:hover
{
	background-position: -156px -43px;
}

.gallery .controls,
.webcam .controls
{
	position: absolute;
	right: 5px;
	bottom: 3px;
	float: right;
	text-align: right;
}

.gallery .controls .offset,
.gallery .controls a,
{
	display: block;
	float: left;
	text-align: center;
	line-height: 13pt;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid;
	width: 12pt;
	height: 12pt;
	margin-left: 4pt;
}

.gallery .controls a:hover,
.webcam .controls a:hover
{
	background-color: #f405a2;
	color: #ffdc00;
	border-color: #f405a2;
}

.gallery .controls .offset
{
	width: auto;
	border: 0px;
	padding: 3px;
}

/** about page */

#about #imageLayer img
{
	margin-top: 40px;
}

#about .contents
{
	margin-top: 300px;
}

#about .half
{
	margin-bottom: 0px;
}

#about .images
{
	margin: 10px 0px 10px 10px; 
}

#about .images .image
{
	margin-right: 10px;
}

/** history page */

#history #imageLayer img
{
	margin-top: -305px;
}

#history .half
{
	margin-bottom: 0px;
}


#history .contents
{
	margin-top: 300px;
}

#history .images h4
{
	font-size: 10pt;
	font-weight: bold;
}

/** future page */

#future #imageLayer img
{
	margin-top: 130px;
}

#future .contents
{
	margin-top: 300px;
}

#future .half
{
	margin-bottom: 120px;
}

/** links page */

#links .contents
{
	margin-top: 100px;
}

#links .entry
{
	border-bottom: 1px solid;
	padding-bottom: 8pt;
	margin: 4pt;
}

#links .quarter
{
	margin-bottom: 0px;
}

#links .link
{
	margin-left: 0px;
	font-size: 11px;
}

#links .link a:link
{
	font-weight: normal;
	color: #000000;
}

#links .contents
{
	margin-top: 200px;
}

/** events page */

#events .times
{
	padding: 0px 10px 0px 11px;
	font-weight: bold;
}

#events .full
{
	margin-bottom: 100px;
}

#events .contents
{
	margin-top: 200px;
}

#events .abstract p
{
	padding-top: 0px;
	margin-top: 0px;
}

#events.calendar .contents
{
	margin-top: 100px;
}

#events.event .contents
{
	margin-top: 200px;
}

#events.event .gallery
{
	margin: 10px;
}
#events.event .gallery .image
{
	padding: 0px;
	margin: 0px;
}

#events.event .gallery img
{
	padding: 0px;
	margin: 0px;
}

#events.event .gallery a
{
	padding: 0px;
	margin: 0px;
}

#events.gallery .caption
{
	float: left;	
}


/** now growing page */

#growing .contents
{
	position: relative;
	top: 0px;
	margin-top: 0px;
}

#growing #imageLayer
{
	padding-top: 185px;
	position: absolute;
	background-color: #000000;
	color: #f405a2;
	z-index: 0;
}

#growing #plan
{
	position: relative;
}

#bedDetailsHolder
{
	position: absolute;
	z-index: 100;
	width: auto;
	overflow: hidden;
	background-image: url('/img/tag.arrow.yellow.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 7px;
	height: 20px;
	top: 20px;
	left: 63px;
}

#bedDetails
{
	position: relative;
	padding: 1px 5px 1px 5px;
	white-space: nowrap;
	z-index: 1000;
}

div.recentActions
{
	position: relative;
	height: 90px;
	width: 960px;
}

div.recentActions div.planting
{
	position: relative;
	display: block;
	width: 120px;
	height: 90px;
	float: left;
}

a.id
{
	font-weight: bold;
}

div.recentActions .caption
{
	position: absolute;
	bottom: 80px;
	left: 0px;
	width: 90px;
	padding: 3px;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	line-height: 12px;
	margin: 0px 12px 0px 12px;
	z-index: 20;
	display: none;
}

div.recentActions div.tag
{
	position: absolute;
	font-size: 11px;
	left: 0px;
	bottom: 70px;
	width: 120px;
	height: 10px;
	margin: 0px;
	background-image: url('/img/tag.arrow.yellow.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	z-index: 0;
	display: none;
}


div.recentActions div.planting:hover .show
{
	display: block;
}

#growing.season table
{
	padding: 0px;
	margin: 10px;
	border: 0px;
}

#growing.season th
{
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
	padding-right: 5px;
	padding-left: 3px;
	padding-bottom: 3px;
	white-space: nowrap;
	vertical-align: top;
}

#growing.season td
{
	vertical-align: top;
	padding-right: 3px;
	padding-bottom: 3px;
}


#growing .half
{
	margin-bottom: 0px;
}

/** now growing raised bed */


#growing .bed .quarter
{
	margin: 0px;
}

#growing .bed div.clear
{
	margin-bottom: 35px;
}

#growing.planting div.id
{
	width: 470px;
	padding: left: 10px;
}

#growing.planting ul li.action span.note
{
	font-size: 11px;
	font-style: italic;
}

#growing .plantings .label
{
	display: inline-block;
	width: 33px;
	text-align: right;
	margin-right: 5px;
}

#growing .plantings .value
{
	display: inline-block;
	width: 80px;
}

#growing table.plants,
#growing table.plantings
{
	margin: 0px;
	padding: 0px;
	z-index: 3;
}

#growing table.plants td.plant,
#growing table.plantings td.planting
{
	position: relative;
	width: 240px;
	height: 158px;
	margin: 0px;
	padding: 0px;
}

#growing table.plants td.plant div.image,
#growing table.plantings td.planting div.image
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 158px;
}

#growing table.plants td.plant h3,
#growing table.plantings td.planting h3
{
	position: relative;
	bottom: 40px;
	font-size: 12px;
	line-height: 14px;
	margin: 0px 20px 4px 20px;
	text-align: center;
	width: 200px;
	z-index: 1;
}

#growing table.plants td.plant h3 a
{
	padding: 2px;
	font-weight: bold;
}

#growing.plant .recipes
{
	padding: 2px 0px 6px 8px;
	width: 952px;
}

#growing.plant .recipes h4
{
	margin-left: 0px;
}

#growing.plant .recipes ul
{
	margin-left: 0px;
}


#growing .bed h3 a:visited
{
	font-weight: bold;
}


#growing table.plantings td.planting .image .caption
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 240px;
	font-weight: normal;
	line-height: 12px;
	font-size: 12px;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	float: left;
	z-index: 1;
	display: none;
}



#growing table.plantings td.planting div.tag
{
	position: relative;
	font-size: 11px;
	bottom: 120px;
	width: 200px;
	margin: 0px 20px 0px 20px;
	background-image: url('/img/tag.arrow.yellow.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	z-index: 10;
	display: none;
}

#growing table.plantings td.planting:hover div.tag
{
	position: absolute;
	display: block;
	z-index: 100;
}

#growing .plantings .out
{
	background: #ffffff;
}

#growing table.plantings td.planting a.img
{
	background: none;
}

#growing .plantings .out img
{
	opacity: 0.5;
	filter: alpha(opacity = 30);
}

#growing .plantings .out h3
{
	opacity: 0.6;
	filter: alpha(opacity = 60);	
}

#growing table.plantings div.tag table.tag
{
	padding: 5px;
	margin: 0px auto 9px auto;
}

#growing table.plantings div.tag table.tag th
{
	text-align: right;
	font-weight: normal;
	padding: 0px 3px 2px 5px;
	width: 50px;
}

#growing table.plantings div.tag table.tag td
{
	font-weight: bold;
	text-align: left;
	padding: 0px 5px 2px 0px;
}

#growing table.plantings div.tag table.tag td.wide
{
	text-align: center;
}

/** now growing planting */

#growing.plant h3,
#growing .planting h3
{
	font-size: 11pt;
	line-height: 11pt;
	font-weight: bold;
}

#growing .planting h4
{
	font-size: 10pt;
}

#growing form h4
{
	margin-left: 0px;.
}

#growing.plant p,
#growing .planting .body p
{
	padding: 5px 0px 5px 10px;
}

#growing .planting .body,
#growing .planting .recipes
{
	margin: 10px;
	border-bottom: 1px solid;
}

#growing .planting .body p,
#growing .planting .recipes p
{
	padding: 5px 0px 5px 0px;
}

#growing .planting .body h3,
#growing .planting .body h4,
#growing .planting .recipes h3,
#growing .planting .recipes h4
{
	margin-left: 0px;
}

#growing .planting .actions
{
	margin-top: 5px;
	padding: 5px 0px 5px 0px;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
}
#growing .planting .actions h4
{
	font-size: 10pt;
	font-style: italic;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#growing .planting .actions h4 strong
{
	font-style: normal;
}

#growing .planting .actions .date
{
	font-style: italic;
}


#growing.plant ul,
#growing .planting ul
{
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 20px;
}

#growing.plant ul li,
#growing .planting ul li
{
	margin-bottom: 2px;
}

#growing.planting .permalink
{
	text-align: right;
	margin: 0px;
}


#growing.planting a.id
{
	position: absolute;
	top: 0px;
	right: 10px;
}

#growing.planting h3
{
	width: 380px;
}

#growing .planting .files
{
	padding: 0px;
}

#growing .planting .files h4
{
	margin-bottom: 5px;
	font-size: 9.9pt;
	line-height: 13pt;
}

#growing .planting .latin
{
	font-style: italic;
}

#growing .planting .recipes h4,
#growing .planting .comments h4
{
	font-weight: bold;
}
#growing .planting .recipes
{
	padding-bottom: 8px;
	position: relative;
}

#growing .planting .recipes .add
{
	position: absolute;
	top: 0px;
	right: 0px;
}

#growing.plant table.details
{
	padding: 5px;
	float: left;
	width: 220px;
}

#growing.plant div.text
{
	position: relative;
	float: left;
	padding: 5px 10px 5px 10px;
	margin-left: 20px;
	width: 600px;
}

#growing.plant table.details th
{
	text-align: right;
	padding-right: 6px;
	font-weight: normal;
	width: 50px;
	line-height: 17px;
}

#growing.plant table.details td
{
	font-weight: bold;
}





/** growing timeline **/

#growing .timeline 
{
	position: relative;
	height: 500px;
	overflow-y: scroll;
}

#growing .timeline a.marker
{
	position: absolute;
	color: #ffffff;
	height: 28px;
	background-image: url('/img/tag.arrow.yellow.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}



#growing .timeline a.marker span.date
{
	display: block;
	background-color: #ffdc00;
	color: #000000;
	padding: 0px 3px 0px 3px;
}

#growing .timeline div.action
{
	position: absolute;
	top: 30px;
	width: 70px;
	height: 14px;
	color: #ffffff;
	background-image: url('/img/tag.arrow.magenta.up.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 10px;
}

#growing .timeline div.action:hover
{
	height: auto;
	z-index: 100;
}


#growing .timeline div.action a
{
	color: #ffffff;
}

#growing .timeline div.action .details
{
	line-height: 17px;
	background: #000000;
	margin-top: -1px;
}


#growing .timeline div.action .detail
{
	padding: 1px;
	background-color: #f405a2;
	white-space: nowrap;
	border: 5px solid #000000;
	border-width: 0px 17px 17px 17px;
	margin-left: -17px;
	clear: both;
}



#growing .timeline div.action span.date
{
	background-color: #f405a2;
	color: #000000;
	padding: 0px 3px 0px 3px;
	border: 1px solid #000000;
	border-width: 0px 1px 0px 1px;
	margin-left: -1px;
	
}

/** contact page */

#contact .contents
{
	margin-top: 200px;
}

#contact .half
{
	margin-bottom: 0px;
}

#contact fieldset
{
	margin: 0px;
	padding: 5px 10px 0px 10px;
	border: 0px;
}

#contact form input.text,
#contact form textarea
{
	width: 440px;
}

#contact .buttons
{
	text-align: right;
	padding: 0px 0px 5px 0px;
	margin-right: 20px;
}

/** gallery page */

.gallery #imageLayer
{
	top: 0px;
}

#events.gallery .contents,
.gallery .contents
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	top: 0px;
}


#events.gallery .contents .full,
.gallery .contents .full
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	bottom: 0%;
}

#events.gallery .contents .full h3,
#events.gallery .contents .full p
{
	padding: 3px;
}

/** recipes cookbook */

.half form
{
	padding: 0px 10px;
}

.half form label .small
{
	font-size: 9pt;
	line-height: 14pt;
	font-weight: normal;
}

.half form input.text
{
	width: 450px;
}

.half form table
{
	width: 450px;
}

.half form table td
{
	padding-bottom: 5px;
}

.half form table td.input
{
	width: 210px;
	padding-right: 10px;
	vertical-align: top;
}

.half form table td.action
{
	text-align: right;
}

.half form table td.action .icon
{
	margin-left: 0px;
}

.half form table th
{
	text-align: left;
}


.half form td select
{
	width: 205px;
}

.half form td .pre
{
	background: none;
	outline: none;
	color: #000000;
	font-weight: bold;
}


.half form td input.text,
.half form td .pre
{
	width: 205px;
}

.half form div
{
	margin-bottom: 10px;
}

.half form label
{
	display: block;
	font-weight: bold;
}

.half form textarea
{
	width: 450px;
	max-width: 450px;
	height: 60px;
}

.half form .buttons
{
	text-align: right;
}

.half form div
{
	clear: both;
}

.half form div.fileGroup
{
	float: left; 
	margin: 6px 10px 6px 1px;
	clear: none;
	text-align: center;
	outline: 1px dashed #000000;
}

.half form div.fileGroup a
{
	margin: 2px;
	text-decoration: none;
}

#recipes form textarea.method
{
	height: 200px;
}

#recipes.add .half
{
	margin-bottom: 0px;
}

#recipes div.note
{
	margin: 0px 10px 4px 10px;
	border-bottom: 1px dotted;
}

#recipes .recipe h5
{
	font-weight: bold;
	padding: 10px 0px 0px 10px;
	margin: 0px;
}


#recipes .recipe p.last
{
	margin-bottom: 0px;
}

/** home page */

.home .contents
{
	position: absolute;
	top: 70%;
	background-color: #000000;
}

/** foot */

.foot
{
	height: 15px !important;
	background-color: #222222;
}

p.designcredit
{
	padding: 0px 10px 0px 10px  !important;
	margin: 0px;
	line-height: 15px;
	font-size: 9px;
	text-align: right;
	color: #555555;
}

p.designcredit a
{
	color: #777777;
}


/** very generic overloading classes */

.success,
p.success
{
	text-align: center;
	font-size: 160%;
	line-height: 200%;
	margin: 10px;
	padding: 5px;
}

.message,
p.message
{
	text-align: center;
	font-size: 160%;
	line-height: 200%;
	margin: 10px;
	padding: 5px;
}

.error,
p.error
{
	text-align: center;
	font-size: 160%;
	line-height: 200%;
	margin: 10px;
	padding: 5px;
}

.clear
{
	clear: both;
}

