/* CSS for www.lewisriver.com/woodland/farmers-market/
	 Hand coded by Matthew Farnell
	 Feel free to copy and use any of this CSS
	 with credit to Matthew Farnell, www.farnellweb.com */
	 
/* Quick Edits
-------------------------------*/
	 
body {
	font-family: BELL MT,ARIAL,TAHOMA,HELVETICA;
	font-size: 18px;
	letter-spacing: 0;
	word-spacing: normal;
	background: url('/woodland/farmers-market/images/sidebar/background.gif') left repeat-y;
	margin-bottom: 10px;
	}
	
H1 {
	COLOR: #080; 
	}
	
A:link, A:visited { 
	color: #864F46; }

A:hover { 
	color: #080;
	}

#sidebar a {
	color: #E7DFA0;
	}
	
#sidebar a:hover, #sidebar a.active {
	color: #C99C55;
	}
	
hr {
	color: #000; 
	background: #000;
}
	
/* Headers
-------------------------------*/

H1 {
	FONT-FAMILY: Tw Cen MT, Arial, sans-serif;
	FONT-SIZE: 18pt; 
	margin: 0; 
	text-align: center;
	}

h1.home-page {
    background: url(/woodland/farmers-market/images/logo.jpg) no-repeat center top;
    width: 350px;
    height: 30px;
    padding-top: 223px;
    margin-left: auto;
    margin-right: auto;
}
	
H2 {
	FONT-FAMILY: Times New Roman, serif;
	FONT-SIZE: 15pt;  
	margin: 0; 
	margin-top: 20px;
	text-align: center;
	}

h1 span {
	display: none;
}
	
H3 {
	FONT-FAMILY: Times New Roman, serif;
	FONT-SIZE: 16px;  
    text-align: center;
	margin: 0;
	}

H3.pictures {
	FONT-FAMILY: Times New Roman, serif;
	FONT-SIZE: 16px;  
	margin: 15px 0 0 0;
	text-align: left;
	}
	
H4 {
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 10pt; 
	font-weight: normal; 
	margin: 0; 
	text-align: center;
	}
	
	
/* Body
-------------------------------*/

body {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
	
/* Layout
-------------------------------*/

#container {
	 width:753px;
	}

#content {
  width: 568px; 
	float: right;
	}
	
#sidebar {
	float: left; 
	padding-left: 7px; 
	padding-right: 7px;
	text-align:center;
	width: 156px;
    line-height: 12px;
	font-size: 11px;
	color: #E7DFA0;
	}
	
* html #sidebar
{
  width: 170px;
  w\idth: 156px;
}

#footer {
	font-size: 14px;
	font-family: 'Times New Roman', Times, serif;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

.skip {
	display: none;	
	}

/* Link appearance
-------------------------------*/
A:link, A:visited { 
	text-decoration: underline;
	}

A:hover { 
	text-decoration: none;
	}

/* Sidebar
-------------------------------*/
	
#sidebar ul {
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	}

#sidebar a {
	text-decoration: none;
	width: 100%;
	font-family: arial, sans-serif;
	font-weight: bold;
	margin:0;
	padding:0;
	}
	
#sidebar li {
	margin: 0px;
margin-bottom: 14px;
line-height: 20px;
	}
	
#sidebar li a {
	font-family: 'Times New Roman', Times, serif;
	font-size: 19px;
	}

#sidebar a:hover {
	text-decoration: none;
	width: 100%;
	} 
	

/* Lists
-------------------------------*/
	
ul {
    margin-top: 0;
}


	
/* Misc
-------------------------------*/

.nobr {
	white-space: nowrap;
	}
	
hr {
	margin: 20px 0 0px 0; 
	border: 0;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

html>body hr {
	margin-bottom: 15px; 
}
	
.zero-border {
	border: 0;
	}
	
.no-margin {
	margin: 0;
	}
	
.back {
	font-size: 20px;
	font-weight: bold;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
	clear: both;
	padding-top: 10px;
	}
	
.center {
	text-align: center;
}
	
p {
	margin-bottom: 0px;
	}
	
.right {
	float: right;
	margin-left: 10px;
	border: none;
	}
	
.left {
	float: left;
	margin-right: 5px;
	border: none;
	}
	
.small {
	font-size: 14px;
	font-weight: bold;
	font-family: 'Times New Roman', Times, serif;
}

a img {
	border: none;
	}
	
.top {
	margin-top: 0;
	padding-top: 0;
	}
	
p.backlink, a.backlink {
	font-size: 18px;
	font-weight: bold;
}

a.leftlink {
	display: block;
	width: 150px;
	float: left;
}

a.rightlink {
	display: block;
	width: 150px;
	float: right;
}

a.centerlink {
	display: block;
	width: 170px;
	float: center;
}

.field {
	display: none; 
}

p.picture {
    width: 185px;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 12px;
    float: left;
    margin: 15px 1px 0 2px;
    clear: none;
}

.link {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

p {
    clear: both;
}


