/* CSS for Eric Webster by David Tierney of Designs by Tierney. 11/2009 */


/***********************************
		Undo Default Styling
***********************************/
ol,dl { 
	list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em; }
ul,ol,li,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,pre,html,body,div,blockquote,form,fieldset,input, caption {
	margin:0;
	padding:0;
}
a,a:hover,a:link,a:visited,a img,a:hover img,a:link img,a:visited img { 
	border:none; text-decoration:none; }

:focus {
	outline: 0;}

/***********************************
		Class Rules
***********************************/
.backgroundloader {
	display:none;
	}

.center {
	text-align:center;
	}

.at {
	font-size:90%;
	color: #9EBB3A;
	}

.author {
	font-style:italic;
	}

.dot {
	margin:0 8px;
	font-weight:bolder;
	}

p.fun {
	margin-left: 20px;
	padding-left: 10px;
	border-left: 2px solid #9EBB3A;
	font-style:italic;
	margin-bottom: 0px;
	}

.green {
	color: #9EBB3A;
	font-weight:bold;
	}

.sample-pdf {
	font-size: 80%;
	}
.food-page-padding {
	padding-top: 35px;
	}
/***********************************
		Global Template Rules
***********************************/

h1 {
	margin-top: 2px;
	margin-bottom: 16px;
	text-align:center;
	font-size: 34px;
	font-weight:normal;
	line-height: 34px;
	}

h2 {
	margin-bottom: 18px;
	color: #000;
	font-size: 16px;
	text-align:center;
	font-weight:normal;
	line-height:136%;
	}
/*Services Page sub header styling adjustment*/
body#services-page h2 {
	padding-top: 26px;
	margin-bottom: 8px;
	}

p {
	margin-bottom: 10px;
	font-size:13px;
	}


/*Links*/
a, a:link {
	color: #9EBB3A;
	text-decoration: none;
}
a:hover {
	color: #9EBB3A;
	border-bottom: 1px solid #9EBB3A;
	text-decoration: none;
}
p a, li a {
	font-weight:bold;
	}	

h2 a, h2 a:link {
	color: #000;
	}	
h2 a:hover {
	color: #9EBB3A;
	border-bottom: none;
	}	

/***********************************
		Body & Wrappers & Containers
***********************************/
body {
	margin: 0;
	font-family:Helvetica, sans-serif;
	text-align:left;
	font-size: 14px;
	background-color: #FFF;
	color: #000;
	line-height: 113%;
	}

#header-wrapper {
	height: 98px;
	margin: 22px auto 0px auto;
	text-align: left;
	background: url(images/hdr-back.gif) repeat-x;
}
#header {
	width: 800px;
	height: 98px;
	margin: 0 auto;
	text-align: left;
}

#outer-wrapper {
	width: 800px;
	margin: 28px auto 0 auto;
	text-align: center;
}

#wrapper {
	width: 800px;
	height: 500px;
	margin: 0 auto 12px auto;
	padding-bottom: 22px;
	text-align: left;
	border-bottom: 1px solid #000;
}

/***********************************
		Left Side
***********************************/	
#leftside {
	float: left;	/* floating container and both inner containers "self clears containers" */
	width: 200px;	
	height: 500px;
	}
	
/***********************************
		Right Side
***********************************/
#rightside {
	overflow: auto;
	float: right;
	margin: 0 0px 0 30px;
	width: 560px;
	height: 500px;
	display:inline;
	text-align: justify;
}

#rightside p {
	padding-right: 10px;
}

/***********************************
		Contact Page
***********************************/
ul#contact {
	margin-top: 180px;
	margin-left: 150px;
	border-left: 2px solid #9EBB3A;
	}	

ul#contact li {
	margin: 0;
	padding-left: 20px;
	list-style: none;
	font-size: 17px;
	line-height: 200%;
	letter-spacing: 2px;
	font-weight: normal;
	}	

ul#contact li a {
	color: #000;
	font-weight: normal;
	}	
ul#contact li a:hover {
	color: #9EBB3A;
	border-bottom: none;
	}	

/***********************************
		Navigation / Footer
***********************************/
#navigation-wrap {
	clear: both;
	margin: 0 auto;
	text-align:center;
	}

#navigation {
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: center;
	}

#navigation ul {
	margin-left: 0px;
	display:inline;
	}	

#navigation li {
	margin: 0 20px;
	display:inline;
	list-style: none;
	font-size: 17px;
	}	

#navigation li a {
	padding: 5px 10px 38px 10px;
	color: #232323;
	font-weight:normal;
	}	
/*Fix for IE7 - Only way to get IE7 to show knife and fork graphic under nav menu, without having
to use table layouts, was to increase line-height of link - then adjusting the vertical hieight with 
relative positioning.  Complex but works perfectly.  Texted in IE6 and IE7.  */
#navigation li a {
	line-height: 60px;
	position:relative;
	top: -20px;
	}	
#navigation li a:hover {
	color: #9EBB3A;
	border-bottom: none;
	}	

/*defines current page for navigation*/
#navigation li.current-page a {
	background: url(images/fork-knife.gif) bottom center no-repeat;
	color: #9EBB3A;
	}	
