/*

              C S S   S t y l e   S h e e t   f o r
                F r o m   T h e s e   R  o o t s
________________________________________________________________
*/



/* HTML ELEMENTS */

BODY{
	color: #000000;
	font-size: 10pt;
	font-family: verdana,"Bitstream Vera Sans",sans-serif;
	padding: 0px;
	margin: 0px;
}

/* Remove extra borders and spaces from specific elements */

IMG{
	border: 0px;
}

FORM{
	border: 0px;
	padding: 0px;
	margin: 0px;
	display: inline;
}


TABLE {
	text-align: left;
	margin: 0px auto;
}

TD {
	vertical-align: top;
}


/* Remove extra space and set sizes of Heading elements */
H1,H2,H3 {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-family: Papyrus,verdana,"Bitstream Vera Sans",sans-serif;

}

H2 {
	font-size: 14px;
	text-align: center;
}

H3 {
	font-size: 14px;
}

H4 {
	font-size: 12px;
}


/* DIV ID'S */

#main_container {
	width: 770px;
	margin: 5px auto;
	border:1px solid black;
}

#header {
	padding: 20px;
	border-bottom: 1px solid #CDCDCD;
}



#footer {
	font-size: 8px;
	clear: both;
	border-top: 1px solid #CDCDCD;
}


#event_calendar{
	width: 720px;
	height: 440px;
	border-width: 0px;
}

#footer P{
	text-align: center;
	padding: 0px 0px 5px 0px;
}


#content {
	text-align: left;
	padding:10px; 
}

#content .blockfloat {
	display: table-cell;
}


#navigation {
	display:none;
}



table.nutrition TD{
	border-bottom: 1px solid black;
	padding: 2px;
}
table.nutrition TD H3{
	font-family: "Arial Narrow",arial,verdana,sans-serif;
	font-size: 14pt;
	display: inline;
}
table.nutrition TD H5{
	font-size: 8pt;
	display: inline;
}
			


.LabeledMarker_markerLabel{
	width:20px;
	height:20px;
	font-weight:bold;
	font-size:10px;
	text-align:center;
}

.map_marker{
	float:left;
	margin: 9px 6px 0px 0px;
	background: url('../images/marker.png') 0px 0px no-repeat;
	width:20px;
	height:34px;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	padding: 3px 0px 0px 0px;
	cursor: pointer;
}



/* CLASSES */

/* ___Specific classes___ */

table.nutrition{
	font-family: "Arial Narrow",arial,verdana,sans-serif;
	font-size: 10pt;
	padding: 0px;
	margin: 0px auto;
	border: 1px solid black;
}



.recipe_head {
	text-align: left;
	width: 680px;
	margin:0px auto;
	border-bottom: 1px solid #CDCDCD;
}

.recipe_head H2 {
	text-align: left;	
	font-size: 18px;
}


.recipe_body H3 {
	text-align: left;
	font-family: verdana,"Bitstream Vera Sans",sans-serif;
}

.recipe_body {
	width: 620px;
	margin: 5px auto 0px auto;
	color: #000000;
}

.recipe_body IMG {
	margin: 0px;
	float: right;
	width: 224px;
	height: 166px;
	margin: 10px;
}

.recipe_body .button_bar {
	display: none;
}



.RSS_box {
	margin: 0px auto;
}
.RSS_box P {
	font-size: 10px;
	text-align: center;
}

.RSS_box P A {
	color: #593b1c;
	text-decoration: none;
	letter-spacing: 1px;
}



/* ___General classes___ */

.bold{
	font-weight: bold;
}

.italics{
	font-style: italic;
}

.underline{
	text-decoration: underline;
}

.center{
	text-align: center;
}


.color {
	color: #5588FF;
	font-weight: bold;
}



/*
              E n d   o f   S t y l e   S h e e t
________________________________________________________________ 
*/
