/*
Theme Name: Edwards
Theme URI: http://wordpress.org/
Description: This WordPress theme is by <a href="http://springfieldintruder.com">Bill Dusty</a>.
Version: 1.6
Author: Bill Dusty
Author URI: http://springfieldintruder.com
Tags: blue, custom header, fixed width, two columns, widgets

	This theme was designed and built by Bill Dusty.

*/

/* Begin Typography & Colors */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #d1d1d1 url(graphics/back-edwards.jpg) repeat-x;
	margin: 0; /* 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 */
	color: #000000;
}


.small-txt {
	font: normal 10px Tahoma, Geneva, sans-serif;
}

.medium-txt {
	font: bold normal 12px Tahoma, Geneva, sans-serif;
	color: #069;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align: left;
} 

#header {
	background: #36F url(graphics/Edwards-Title.gif) no-repeat center top;
	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: 0px;
	height: 140px;
	width: 780px;
	clear: left;
} 

#top-menu {
	
	height: 30px;
	width: 780px;
	top: 140px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#top-menu {
	font: bold 10px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	margin: 0px;
	padding: 6px 0px 0px;
	background: #036;
	height: 20px;
	width: 780px;
}

#top-menu ul {
	list-style: none;
	display: inline;
	width: 780px;

	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: center;
}

#top-menu li {
	display: inline;
	text-align: center;
	margin-right: 16px;
	margin-left: 16px;
	padding-top: 6px;
}

#top-menu a {
	font: bold 10px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
}

#top-menu ul li a:hover {
	color: #0F3;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 5px 15px;
	color: #666;

}

#sidebar1 #blog {
	height: 30px;
	width: 180px;
	padding: 0px;
	font: bold 14px/23pt Tahoma, Geneva, sans-serif;
	text-align: center;
	background: url(graphics/newsButton.gif);
}

#sidebar1 #blog ul {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	display: inline;
}

#sidebar1 #blog li {
	padding-top: 10px;
	text-align: center;
	color: #C00;
	font-weight: bold;
	list-style: none;
}

#sidebar1 #blog a {
	color: #FC3;
	text-decoration: none;
}

#sideMenu  {
	width: 180px;
	margin: 0px;
	padding-top: 0px;
        display: inline;
}

#sideMenu ul  {
	color: #FFF;
	padding: 2px 0px 100px;
	height: 30px;
	width: 180px;
	display: inline;
}

#sideMenu li  { 
	display: inline;
	line-height: 12px;
}

#sideMenu li a {
	color: #FFF;
	text-decoration: none;
        text-align: center;
	background: url(graphics/nav-panels.gif) no-repeat;
        display: block;
	padding: 10px 0px;
}

#sideMenu li a:hover {
	color: #3F0;
	text-decoration: none;
}

#side-photo {
	background: url(photos/Gov-visit-South_End-WP.jpg) no-repeat;
	padding: 0px;
	margin: 8px 0px 0px;
	height: 135px;
	width: 180px;
}

#side-eventPhotos {
	padding: 10px 0px 0px;
	margin: 0px;
}

#side-eventPhotos ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#side-eventPhotos li {
	background: url(graphics/nav-panels.gif) no-repeat;
	height: 30px;
	width: 180px;
	padding-top: 2px;
	text-align: center;
	list-style: none;
}

#side-eventPhotos a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	line-height: 29px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#side-eventPhotos a:hover {
	color: #3F0;
	text-decoration: none;
}

#side-familyPhotos {
	padding: 0px;
	background: url(graphics/nav-panels.gif) no-repeat;
	display: inline;
}

#side-familyPhotos ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#side-familyPhotos li {
	background: url(graphics/nav-panels.gif) no-repeat;
	height: 30px;
	width: 180px;
	padding-top: 2px;
	list-style: none;
	text-align: center;
}

#side-familyPhotos a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	line-height: 29px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#side-familyPhotos a:hover {
	color: #3F0;
	text-decoration: none;
}

p .menuName {
	font: 10px/26pt Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}

#ward-map {
	background: url(graphics/Ward-Map01-small.jpg) no-repeat;
	margin: 8px 0px 0px;
	padding: 0px;
	height: 124px;
	width: 180px;
}

#where-vote {
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #069;
	text-align: center;
}

#where-vote a {
	text-decoration: none;
}

#where-vote a:visited {
	text-decoration: none;
	color: #069;
}

#mainContent {
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 5px;
	width: 555px;
	float: right;
} 

#mainContent img { border:none }

#mainContent p {
	font: 12px Verdana, Geneva, sans-serif;
}

#mainContent ul {
	font: 11px Verdana, Geneva, sans-serif;
}

#mainContent ol {
	font: 11px Verdana, Geneva, sans-serif;
}

#mainContent h2 {
	font: bold 22px "Times New Roman", Times, serif;
}
#mainContent h2 a {
	color: #069;
	text-decoration: none;
}
#mainContent img {
	border: thin solid #333;
	padding: 3px;
	background: #CCC;
}

#sign-in {
	width: 130px;
	float: left;
	padding: 0px;
	margin: 0px;
	top: 0px;
	height: 40px;
}
#sign-in ul {
	font: 12px Tahoma, Geneva, sans-serif;
	display: block;
	color: #E8E8E8;
}

#sign-in ul li {
	list-style: none;
	display: inline;
}
#sign-in a {
	font: 10px Tahoma, Geneva, sans-serif;
	text-decoration: none;
	color: #F33;
}

#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#036;
	text-align: center;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFF;
}

#footer a {
	color: #FF6;
	font-weight: normal;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.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;
}



.widecolumn .entry p {
	font-size: .80em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.0em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.narrowcolumn {
	
	margin: 0 30 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	width: 560px;
	float: right;

	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 430px;
	}

.post {
	margin: 0 0 30px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	font-family:"Times New Roman", Times, serif; font-size: .8em;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.6em;
	line-height: 1.2em;
	}

h1, h2, h3 {
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.4em; 'Times New Roman', Times, serif;
	}

h2.pagetitle {
	font-size: 1.4em; 'Times New Roman', Times, serif;
	color: #069;
	text-decoration: none;
	}

#sidebar h2 {
	font-family: 'Times New Roman', Times, serif;
	font-size: 1.4em;
	}

h3 {
	font-size: 1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

