
@font-face
{
	font-family: "Summer's Watering Can";
	src: url(../fonts/watering_can.ttf) format("truetype");
	font-family: "Overlock";
	src: url(../fonts/Overlock-Regular.ttf) format("truetype");
	font-family: "Tenderness";
	src: url(../fonts/Tenderness.otf) format("opentype");
	font-family: "Maiandra GD";
	src: url(../fonts/MAIAN.TTF) format("truetype");
	font-family: "Baar Sophia";
	src: url(../fonts/BAARS__.TTF) format("truetype");
}

.watering_can
{
	font-family: "Summer's Watering Can", Times;
	font-size: 150%;	
}



body
{
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	font-family: "Maiandra GD", Verdana, Arial, sans-serif;
}

hr
{
	width: 75%;
}

.header
{
	width: 100%;
	height: 95px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 3;
	clear: both;
}

.logo
{
	
	float: left;
	left: 30px;
	bottom: 0;
	position: absolute;	
	z-index: 1;	
}

.banner
{
	left: 200px;
	height: 50px;
	bottom: -10px;
	position: absolute;
}

.banner h1
{
	color: green;
	margin-left: 50px;
	margin-right: 10px;
	margin-top: 5px;
}

.content
{
	clear: left;
	width: 800px;
	position:absolute;
	top: 105px;
	margin: 0 10px 10px 10px;
	text-align: justify;
}
.link
{
	height: 20px;
	top: -30px;
	left: 650px;
	clear: both;
	position: absolute;
	z-index: 0;
}
.link p
{
	font-weight: bold;
	font-size: 14pt;
}

/* ---------------------------- */

.text
{
	top: 120px;
	left: 190px;
	width: 600px;
	background: white;
	position: absolute;
	z-index: 0;
	font-size: 12pt;
	text-align: justify;
	float: left;  
	padding: 5px 5px 10px 5px;                             
}

.letter
{
	padding-top: 20px;
	float: none;
	line-height: 150%;
}
.newsletter
{
	line-height: 150%;
}


.page_content p, ul, li, ol
{	
	float: none;
	line-height: 150%;
}
	
.info
{
	font-size: 12pt;
	color: #1118F4;
	margin: 5px;
}

.page_content img
{
	float: right;
	clear: right;
	margin: 5px;
	top: 5px;
}

.years
{
	font-weight: bold;
	color: #AF083A;
}
.minutes_header
{
	float:left;
}
.print_minutes
{
	font-size: 10pt; 
	float:right;
}

/*------------------*/		

.font1
{
	font-family: "Maiandra GD";	
}

.font2
{
	font-family: "Monotype Corsiva";
}

.font3
{
	font-family: Titania;
}
/*---------------------------- */

.middle
{
	margin-top: 10px;
	position: relative;
	clear: both;
	min-height: 110%;
	overflow: auto;
	padding-bottom: 100px;
	margin-bottom: 20px;
	width: 1020px;
	top: 10px;
	height: 100%;
}

.recipes ul
{
	list-style: none;
}

.amount
{
	width: 100px;
	float: left;
	position: relative;
	margin-right: 5px;
	clear: left;
}

.ingredient
{
	left: 110px;
	clear: right;
}

.credits
{
	font-style: italic;
	font-size: 10pt;
	text-align: right;
}

.r_item
{	
	float: none;
	clear: both;
}

.recipe p
{
	clear: both;
	padding-top: 10px;
}

/* ---------------------------------------- */

@media print
{
	.header
	{
		/*display: inline-block;*/
		width: 100%;
		height: 100px;
		left: 0;
		top: 0;
		position: absolute;
		z-index: 3;
		clear:both;
	}
	.logo
	{
		display: inline-block;
	
		/*float: left;*/
		left: 1.5cm;
		top: 0;
		position: absolute;	
		z-index: 1;
	}

	.banner
	{
		display: inline-block;
		left: 200px;
		height: 50px;
		top: 40px;
		position: absolute;
	}
	.content
	{
		clear: left;
		width: 90%;
		position:absolute;
		top: 85px;
		margin: 0 .8cm .8cm .8cm;
		text-align: justify;
	}

	.banner h1
	{
		color: green;
		margin-left: 50px;
		margin-right: 10px;
		margin-top: 5px;
		font-size: 24pt;
	}
	h2
	{
		font-size: 16pt;
	}
	h3
	{
		font-size: 14pt;
	}
	h4
	{
		font-size: 12pt;
	}
	p
	{
		font-size: 11pt;
	}
	.end, .link, .recipe_index
	{
		display: none;
	}	
}





/* Docs at http://simpleweather.monkeecreate.com */


#weather {
  background: #6f9dbe;
  background: -webkit-gradient(linear, left top, left bottom, from(#adc7db), to(#6f9dbe));
  background: -moz-linear-gradient(top, #b2bcc8, #adc7db);
  width: 300px;
  margin: 25px;
  padding: 5px 10px;
  overflow: hidden;
  border: 1px solid #6591b3;
  border-radius: 10px;
}

#weather h2 {
  color: #444;
  font-size: 2.0em;
  text-shadow: rgba(250, 250, 250, 0.8) -1px -1px 0;
}

#weather p {
  font-size: 40px;
  margin: 40px 0 0;
  line-height: 0.5;
  color: #fff;
}

#weather p span {
  font-size: 16px;
}

#weather a {
  display: block;
  clear: both;
  text-decoration: none;
  color: #222;
  font-size: 12px;
  border: 0;
}

#weather a:hover {
  color: #000;
  text-decoration: underline;
  border: 0;
}

table.plantsale
{
	border-collapse: collapse;
	/*border: 1px solid black;*/
	margin-bottom:20px;
	width:100%;
}

table.plantsale td, th
{
	border: 1px solid black;
	vertical-align: top;
	padding:5px;
}
table.plantsale td:first-child
{
	text-align:left;
	color:brown;
	width: 150px;
	font-weight:bold;
}




	
