<style type="text/css"> 
/*
Theme Name: WordPress Town2
Theme URI: http://townmarshfield.com/
Description: A WordPress theme created originally for municipalities.
Version: 1.6
Author: Laura Wagner
Author URI: http://municipalsitedesign.com/
****************************************************
#5c0b08 - burgundy
#7b221f lighter burgundy
   #f8f8e1 - bkgd - cream
   #715127 - brown
   #02340b - dark green
   e6eaef - light blueish gray
   c4c8ca - gray
   #a18862 - tan/light brown
   f6e9d5 - lighter tan
   #d6c6c4 - light rose
   #472f24 - dark brown
*/     
body  {
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-decoration: none;
	line-height: 2em;
}
#container {
	width:980px;  /* this width will create a container that will fit in an 1020px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-decoration: none;
	font-family:Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	font-size:13px;
	color: #000;
	line-height:1.8em;
} 

#header {
	height: 224px;
	background-image:url(http://townmarshfield.com/wp-content/themes/Town2/images/header.png);
	background-repeat:no-repeat;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
}
#infoLeft {
	float:left;
	text-align:center;
	font-size:12px;
	width:200px;
	height:150px;
	border:0;
	margin: 90px 0 0 0;
}
#infoRight {
	float:right;
	text-align:center;
	font-size:12px;
	width:200px;
	height:150px;
	margin: 90px 15px 0 0;
	border:0;
}

#main {
	width:960px;
	margin: 0 10px;
	padding: 30px 0 0 0;
	min-height: 1100px;
	height:auto;
	background-color: #f8f8e1; /*cream*/
}
.404 {
	margin-left:100px;
	font-variant:small-caps;
	font-weight:700;
}
#left {
	float:left;
	width: 190px; /* since this element is floated, a width must be given */
	border-right: #472f24 thin dashed;
	margin: 0 15px 0 5px;
	padding: 20px 10px 20px 5px; /* top and bottom padding create visual space within this div */
	background-color: #f8f8e1; /*cream*/
}
/* navigation styles */ 
#left ul {
	list-style:none;
	padding: 0;
	margin:0;
	border:0;
	display:block;
}
#left ul a:link, #left ul a:visited {
	list-style:none;
	color: #472f24; /* dark brown */
	text-align:left;
	text-decoration:none;
	font-size:80%;
	font-weight:700;
	font-variant:small-caps;
	display:block;
	border-bottom: 1px solid #c4c8ca;
	line-height: 1.6em;
	padding: 3px 5px;
	margin:0;
}

#left ul a:hover {
	color: #069;
	background-color: #f6e9d5;
	display:block;
	border-bottom: 1px solid #02340b;
	line-height: 1.6em;
	padding: 3px 5px;
	margin:0;
} 

#content {
	margin: 15px 10px 5px 200px; /* the left margin will look best if you match the padding amount to the header and footer. */
	padding: 30px 10px 40px 20px;
	line-height: 1.5em;
	font-size:12px;
	background-color: #f8f8e1; /*cream*/
} 
#content p {
	text-indent: 2em;
	background-color: #f8f8e1; /*cream*/
}
#content p.block, #content h2.block, #content h5.block {
	text-indent: 0;
	padding: 0 0 0 10px;
}

.entry { 
text-align:left;
width:690px;
padding: 0 0 0 10px;
background-color: #f8f8e1; /*cream*/
}
/* Search form and page */
.entrySearch { 
text-align:left;
line-height:1.6em;
padding: 0 30px 10px 40px;
background-color: #f8f8e1; /*cream*/
}
.calendar { 
width:700px;
margin: 0 0 0 -30px;
padding: 0 10px 0 0;
}
.readMore a { /* read more links on search pages */
font-size: 1em;
padding: 0;
margin: 0;
font-variant:normal;
font-style:italic;
}
	
#searchform { 
margin: 0; 
padding: 2px; 
}
#sidebar #searchform #s { 
padding: 5px;
}
#sidebar #searchform #searchsubmit { 
padding: 5px;
}
/* footer */
#footer {
	padding: 6px 0;
	margin: 2px 10px 0 10px;
	background-color: #f8f8e1; /*cream*/
	border-top: #472f24 2px double;
	color:#533207;
    line-height:1.2em;
	font-size: 10px;
	font-variant:small-caps;	
font-style:italic; 
font-weight:bold; 
}

.footerRight { 
margin: 5px; 
padding: 8px 10px 8px 0; 
text-align:right; 
}

.footerLeft {  
margin: 5px; 
padding: 8px 0 8px 10px; 
text-align:left; 
}


/* Miscellaneous classes for reuse */
.special {
	color:#C00;
	font-weight: bold;
	font-variant: small-caps;
	text-align:center;
	font-size: 110%;
}
.noPad {
	padding:0;
	margin:0;
}
.smallPadTop {
	padding:8px 0 20px 0;
	margin:0;
}
.imgCenter {
	text-align:center;
	margin: 10px 15px 10px 150px;
	padding:0;
	border: 3px #02340b outset;
}
.imgRight {
	float:right;
	padding: 0;
	margin: 10px 10px 10px 15px;
	border: 3px #02340b outset;
}
.imgLeft {
	float:left;
	margin: 10px 15px 10px 10px;
	padding:0;
	border: 3px #02340b outset;
}
.indent {
	text-indent:2em;
}

.noBottomBorder {
	border-bottom:0;
}

.hr {
	width:70%;
	height:1px;
	color:#5c0b08;
	border-top-style:inset;
	padding-left:30px;
}
	
a {
	text-decoration:underline;
	color:#069; /* blue */
}
a:visited {
	text-decoration:underline;
	color:#039; 
}
a:hover {
	text-decoration:underline;
	color:#472f24; /* dark brown */
}
.minutes {
	font-size:13px;
	font-weight:900;
}
.minutes a, .minutes a:visited {
	text-decoration:none;
	color:#069; /* blue */
}
.minutes a:hover, .minutes a:active {
	text-decoration:underline;
	color:#472f24; /* dark brown */
}
ul {
	list-style:none;
	border: 0;
	padding: 0;
	}
#content ol {
	padding: 0 0 0 2em;
	margin: -15px 0 10px 2em;
}
#content ol li {
	list-style:decimal;
	padding: 5px 0 0 2em;
	margin: -15px 0 10px 2em;
	line-height:1.8em;
}

#content ul li a, #content ul li a:visited  {
	font-weight:bold;
	list-style:none;
	text-decoration:underline;
	padding: 10px 0 0 0;
	color:#036; /* blue */
	line-height:1.8em;
}
#content ul li a:hover, #content ul li a:active {
	text-decoration:underline;
	color: #472f24; /* dark brown */
	padding: 10px 0 0 0;
}
#content ul li{
	text-decoration:none;
	color: #472f24; /* dark brown */
	padding: 10px 0 0 0;
}

h1 {
	font-variant:small-caps;
	font-weight:bold;
	color:#069;
	font-size:14px;
	text-indent:2em;
	margin:0;
	padding:0;
}
h2 {
	font-variant:small-caps;
	font-weight:bold;
	color:#5c0b08; /* burgundy */
	font-size:14px;
	text-indent:2em;
	margin:0;
	padding:0 0 5px 0;
}

h3 {
	font-variant:small-caps;
	font-weight:bold;
	color:#5c0b08; /* burgundy */
	font-size:13px;
	margin: 0;
	padding:0;
	line-height:1.4em;
}
h4 {  /* officials headings */
	font-variant:small-caps;
	font-weight:bold;
	color:#472f24; /* dark brown */
	margin:20px 0 -10px 0;
	padding:0;
	line-height:1.2em;
	font-size:13px;
}
h5 {  /* officials headings */
	font-variant:normal;
	font-weight:bold;
	font-size:95%;
	color:#472f24; /* dark brown */
	margin: 3px 0 10px 0;
	padding:0;
	line-height:1.2em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

</style>[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */

/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
