/*
     mainnew.css style sheet for revised Benton farmers market site
	  
*/


html, body {
margin: 0;
padding: 0;
}
		
body {
background-color: #3c5a38;
font: small Verdana, Helvetica, Arial, sans-serif;
padding-top: 18px;
padding-bottom: 10px;
}

* html body {
font-size: x-small; /* for IE5/Win */
f\ont-size: small; /* for other IE versions */ }

p {
font-size: 85%;
line-height: 1.3em;
}

#container {
width: 760px;
margin: 0 auto;
background-color: #fdfded;}
			
/* Header */
#header	{ background: #3b7309;  color: #333;
 width: 714px;
 color: #ffffff;
 font-weight: bold;
 padding: 10px 10px 10px 20px;
 height: 120px;
 background-color: transparent;
 background-image: url(images/barnfruitpanel760x140p.jpg);
 background-repeat: no-repeat;
 border: 8px solid #ffffff;
 }
	
#header h1 {
font-family: "Book Antiqua", "Times New Roman", Georgia, serif;
font-size: 400%;
margin-top: 20px;
margin-bottom: 0;
}

#header p {
margin-left: 5px;
}

#tagrow {
color: #ffffff;
font-weight: bold;
float: left;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
background-color: #8080ff;
}

#tagline {
float: left;
margin: 0;
padding: 8px 14px;
}
 
#toplinks {
font-size: 85%;
font-weight: normal;
color: #ffffff;
float: right;  
margin: 0;
padding: 11px 14px 0 0;
}
  
#toplinks a:link, #toplinks a:visited {
text-decoration: none;
color: #ffffff;
}

#toplinks a:hover {
color: yellow;
}		
		/* Content Style */
        
#content {
float: right;
width: 470px;
background-color: #fdfded;
padding: 10px 50px 0 0;
}

#content h1 {
font-weight: bold;
font-size: 130%;
color: #017721;
margin: 0;
padding: 0;
}

#content h2 {
font-size: 140%;
color:  #c93b69;
margin: 20px 0 10px 0;
padding-top: 5px;
border-top: 2px solid #8080ff;

}

#content h3 {
font-size: 110%;
margin-top: 0px;
margin-bottom: 0;
color: #017721;
}

#content h4 {
color: #017721;
line-height: 1.3em;
margin-top: 10px;
font-size: 1em;
}
        
#content p {
font-size: 85%;
margin: 0 0 0.8em 0;
padding: 0 10px 0 0;
line-height: 1.3em;
}

#content img {
float: left;
display: inline;
margin: 0 15px 10px 0;
border: 1px solid #9c9c9c;
}

#content ul {
margin: 0 0 20px 0;
padding: 0 0 0 25px;
font-size: 85%;
}

#content li {
line-height: 1.5em;
}

#content a:link, #content a:visited {
background-color: transparent;
color: blue;
}

#content a:hover {
background-color: transparent;
color: purple;
}

.notop {
margin-top: 0;
padding-top: 0;
}

.nobottom {
margin-bottom: 0;
padding-bottom: 0;
}

.park {
color: #c93b69;
font-weight: bold;
font-style: italic;
margin-bottom: 0;
padding-bottom: 0;
}





.photocolumn  {
float: left;
width: 120px;
margin: 0 0 10px 0;
padding: 0 0 0 0;
}

.photocolumn img {
margin: 0 10px 10px 0;
}

.smallnote  {
position: relative;
background-color: green;
margin-left: 10px;
}



table {
float: left;
display: inline;
border-collapse: collapse;
width: 200px;
margin: 0 20px 10px 0;
font-size: 90%;
}

table tr.altrow {
background-color: #d3e3d4;
}

th {
text-align: right;
background-color: #fdfded;
color: #000000;
font-size: 90%;
padding: 0.4em;
}

table th.altrow {
background-color: #d3e3d4;
}

td {
color: #000000;
font-size: 90%;
text-align: center;
padding: 0.2em;
}

.clear {
clear: both;
}     
        
        
#sidenav {
font-size: 90%;
float: left;
display: inline;
width: 180px;
margin-top: 10px;
margin-left: 18px;
margin-bottom: 10px;
}

#sidenav ul {
margin: 0;
padding: 0;
text-decoration: none;
}

#sidenav li {
text-align: right;
list-style-type: none;
border-bottom: 1px solid gray;
line-height: 1.2em;
text-decoration: none;
color: #ffffff;
font-weight: bold;
}

#sidenav li a:link, #sidenav li a:visited {
font-size: 100%;
font-weight: normal;
display: block;
padding: 0.4em 0.4em 0.4em 0.4em;
background-color: transparent;
color: #000000;
text-decoration: none;
}

#sidenav li a:hover {
background-color: #8080ff;
color: #ffffff;
font-weight: normal;
}
		
#extra {
float: left;
display: inline;
clear: left;
width: 185px;
margin-left: 18px;
padding-bottom: 10px;
}		
		
#extra h3 {
color: #000000;
font-size: 100%;
font-weight: bold;
line-height: 1.3em;
}

#extra img {
border: 1px solid #9c9c9c;
}

#extra .sidebox {
background-color: #fffff5;
padding: 0.5em 0.5em 1em 1em;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 0;
border: 1px solid #9c9c9c;
}

#extra .sidebox p {
margin: 0 0 5px 0;
}

#extra .sidebox img {
margin: 5px 0 5px 0;
}

#extra .sidebox h3 {
font-size: 100%;

color: #017721;
margin-top: 0;
margin-bottom: 0;
}

#extra .sidebox .notop {
margin-top: 0;
}

#extra .sidebox a:link, #extra .sidebox a:visited {
color: blue;
text-decoration: underline;
}

#extra .sidebox a:hover {
color: purple;
background-color: transparent;
font-weight: normal;
}
		
		/* Content Positioning and Size */
	
		
        




		
		/* Footer */
		
		#footer { 
 width: 740px;
 height: 90px;
 clear: both;
 color: white;
 background-image: url(images/bentonview760x110p.jpg);
 background-repeat: no-repeat;
 background-color: #3b7309;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 font-size: 90%;
 font-weight: bold;
text-align: center;
border-top: 1px solid green;
border-bottom: 1px solid green;
}

#footer ul {
text-align: center;
color: white;
}

#footer li {
display: inline;
background-color: transparent;
color: white;
}

#footer a:link, #footer a:visited {
text-decoration: none;
color: white;
margin-right: 0.2em;
}

#footer a:hover {
color: #40ff0b;
}
	

	<!--[if IE]>
	<style type="text/css">
	    #sidenav, #content, #extra { margin-top: 20px; }
	</style>
	<![endif]-->
	
	<!-- this layout was based on layout in coffeecup 2 col fixed n34 -->