/*

Theme Name: Hickory Hills
Description: Simple, modern, lightweight
Version: 1
Author: Marc Mattson
Author URI: http://www.allmarc.net

*/

* {
  padding:0;
  margin:0;
  list-style:none;
}

body {
  font-size: 75%;
  font-family: Arial, Helvetica, sans-serif;
  background:#FFF;
  line-height: 18px;
}

h1, h2, h3, h4, h5 {
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

p {
  font-size: 135%;
}

img {
  border:0;
}

div#wrapper {
  background:#FFF;
  width:780px;
  padding-top:0px;
  margin:0px auto 0;
}

div#masthead {
  width:780px;
  position:relative;
}

.leftmenubar {
  font-family: Arial, Helvetica, sans-serif;
  color: #999900;
  padding-right: 10px;
  padding-left: 10px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #999900;
  font-size: 95%;
  padding-top: 2px;
  padding-bottom: 2px;
}

.leftmenubar a {
  color: #996600;
  text-decoration: none;
}

.leftmenubar a:hover {
  text-decoration: underline;
}

.rightmenubar {
  font-family: Arial, Helvetica, sans-serif;
  color: #999900;
  padding-right: 10px;
  padding-left: 10px;
  border-top-width: 1px;
  font-size: 95%;
  border-top-style: solid;
  border-top-color: #999900;
  text-align: right;
  padding-top: 2px;
  padding-bottom: 2px;
  border-right-style: solid;
  border-right-color: #999900;
  border-right-width: 1px;
}

.rightmenubar a {
  color: #996600;
  text-decoration: none;
}

.rightmenubar a:hover {
  text-decoration: underline;
}

/* Blog Title */
h1 {
  font:200%;
}

h1 a {
  position:absolute;
  width:300px;
  height:30px;
  left:40px;
  top:15px;
  font-weight:bold;
  text-decoration:none;
  color:#339900;
}

/* Tagline */
#masthead p {
  position:relative;
  margin:0;
  top:62px;
  left:50px;
  color:#888;
}

/* Pages Navigation */
div#masthead ul {
  float:right;
  margin-right:22px;
  position:relative;
  z-index:2;
  bottom:-2px;
}

div#masthead ul li {
  float:left;
}

div#masthead ul li a {
  color:#686868;
  text-decoration:none;
  display:block;
  padding:40px 20px 18px;
}

div#masthead ul li a:hover,
div#masthead ul li.current_page_item {
}

/* Banner image dropshadow */
div#masthead_image {
}

a {
  outline:0;
}

/* Page dropshadow */
div#content {
  width:780px;
}

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/


div#main {
  margin-left:-1px;
  padding:0 0 20px 20px;
  width:600px;
  float:left;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #999900;
}

/* Main header on single pages */
h2.header {
  font-family: 'Trebuchet MS', Arial, Helvetica;
  color:#339900;
  font-size:175%;
  padding:10px 0 0;
  line-height:1;
  margin:0 0 5px;
  border-bottom:1px solid #999900;
  position:relative;
}

div#main h2.header a {
  color:#339900;
  text-decoration:none;
}

h2.header span {
  position:relative;
  padding-right:10px;
  bottom:-3px;
}

/* Secondary headline above comments and comment form */
div#main h3 {
  font-size: 150%;
  margin:30px 0 5px;
  color:#339900;
}

div#main h4 {
  font-size: 135%;
  margin:30px 0 5px;
  color:#339900;
}

div#main h5 {
  font-size: 125%;
  margin:30px 0 2px;
  color:#339900;
}

div#main p {
  color:#000000;
  font-size: 120%;
  margin:10px 0;
}

div#main a {
  color:#339900;
}

div#main a:hover {
  color:#999900;
}

.article {
  margin-bottom:20px;
}

.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:1px solid #ffffff;
  background:#ffffff;
}

.article ul, .article ol {
  margin-left:15px;
}

.article ul li {
  font-size: 115%;
  margin:5px 0;
  padding-left:15px;
  background:url(./images/arrow.gif) 0 top no-repeat;
}

.article ol {
  margin-left:30px;
}

.article ol li {
  list-style:decimal;
  margin:10px 0;
}

.article ol li ol {
  margin-left:15px;
}

#main p.byline {
  font-family: 'Trebuchet MS', Arial, Helvetica;
  text-align:right;
  font-size: 95%;
  color:#666;
  margin-bottom:5px;
  margin-top:0px;
}

#main p.byline a {
  color:#666;
}

#main p.posting {
  font-family: 'Trebuchet MS', Arial, Helvetica;
  text-align:left;
  font-size: 95%;
  color:#666;
  margin-bottom:30px;
  margin-top:0px;
}

#main p.posting a {
  color:#666;
}


ul.article_footer {
  text-align:right;
  margin:5px 0;
  padding:0 5px 0 5px;
  border-width:1px 0;
  line-height:1.5;
}

ul.article_footer li {
  display:inline;
  background:none;
  border-left:0px dotted #cccc99;
  margin-left:5px;
  padding-left:10px;
}

ul.article_footer li.first {
  border-left:0;
}

/* email addresses */
#email {
  width: 100%;
  float: left;
  line-height: 25px;
}
#email #title{
  float: left;
  font-size: 120%;
  color:#339900;
  font-weight: bold;
  margin: 0 10px 0 0;
}
#email #address{
  float: left;
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
  border-right:1px solid #999900;
  padding:15px 0 20px 0;
  width:150px;
  float:left;
  height: 100%;
}

div#secondary ul#sidebar {
  margin:15px 0 20px;
  color:#999900;
  padding-bottom:10px;
  border-bottom:1px solid #e7e7e7;
}

div#secondary ul#sidebar li {
  margin:5px 0;
  line-height:1.5em;
}

/* Sidebar headers */
div#secondary h2 {
  font-size: 150%;
  color:#339900;
  margin:30px 0 8px 0;
}

div#secondary a {
  color:#006633;
  text-decoration:none;
}

div#secondary a:hover {
  color:#996600;
}

div#secondary ul.children {
  margin-left:5px;
  border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li li{
  padding-left:8px;
  padding-right:5px;
}

/* Optional bio area header (commented out by default) */
div#author h2 {
  font-size: 175%;
}

div#secondary p {
  margin:5px 0;
  color:#000000;
}

/* Search input */
form#searchform {
  position:relative;
  height:9px;
  margin-bottom:15px;
}

form#searchform input#s {
  position:absolute;
  top:0;
  height:18px;
  width:110px;
  padding: 0 5px 0 5px;
  background:url(./images/text_bg.png) repeat-x;
  border:1px solid #bcbcbc;
}

input#search_submit {
  position:absolute;
  right:0;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

ul#footer {
  height:8px;
  width:768px;
  margin:0 auto;
  background:url(./images/bottom.png) no-repeat;
  text-align:left;
  font-size:1em;
  color:#686868;
  padding:1px 0;
}

ul#footer li {
  display:inline;
  margin-left:10px;
}

ul#footer li span {
  position:absolute;
  text-indent:-9999em;
}

ul#footer li a {
  color:#686868;
  text-decoration:none;
}

/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
}

/* Background color for visitor comments */
ol.commentlist li {
  background:#F1F1F1;
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
  background:#EBF9FC;
}

textarea#comment {
  width:500px;
}

#main p.comment_meta {
  margin:0;
  float:right;
}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
  background:#FFF;
  padding:20px;
}

body#commentspopup a {
  color:#666;
}

body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

/* Image stuff for 2.6.1 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.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-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

p.entry_info {
  clear:both;
}

div.navigation {
  margin:10px 0;
}


/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */

#MenuItems {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #006633;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-bottom: -1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}

#MenuItems a {
	color: #006633;
	text-decoration: none;
	background-image: url(./images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

#MenuItems a:hover {
	color: #996600;
	background-image: url(./images/arrow_hover.gif);
	background-repeat: no-repeat;
}

#MenuItemsImages {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 15px;
}

div#minutes p {
	margin-top: 0px;
	margin-bottom: 12px;
}

div#minutes td {
        vertical-align: top;
}

div#minutes h4 {
        margin: 0;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #006600;
}

div#archive {
}
div#archive h2 {
  font-family: 'Trebuchet MS', Arial, Helvetica;
  color:#339900;
  font-size:150%;
  padding:10px 0 0;
  line-height:1;
  margin:0 0 5px;
  border-bottom:1px solid #999900;
  position:relative;
}

div#archive h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 135%;
  margin-top: 8px;
  margin-bottom: 0px;
  color: #006600;
}
div#archive .posting {
  font-family: 'Trebuchet MS', Arial, Helvetica;
  text-align:left;
  font-size: 95%;
  margin-top: -5px;
  margin-bottom: 0px;
  color:#666;
}


/* Calendar */
div#calendar {
  padding:0px;
  width:100%;
}
div#calendar h2 {
  font-family: 'Trebuchet MS', Arial, Helvetica;
  color:#339900;
  font-size:175%;
  padding:10px 0 0;
  line-height:1;
  margin:0 0 5px;
  border-bottom:1px solid #999900;
  position:relative;
}


/* Minutes */
#minutes {
  width:100%;
}
#row {
  width:100%;
  float: left;
  padding:5px 0 5px 0;
}
#minutes .heading1, .heading2, .heading3 {
  float: left;
  width: 250px;
  font-family: 'Trebuchet MS', Arial, Helvetica;
  color:#339900;
}
#minutes .heading1 {
  font-size:125%;
}
#minutes .heading2 {
}
#minutes .heading3 {
}
#minutes .content {
  float: left;
  width: 300px;
}
#minutes .content p{
  font-size:100%;
}
#rollcall {
	clear: both;
}
#rollcall .title {
	width:40%;
	float: left;
}
#rollcall .ellipsis {
	width:30%;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
#rollcall .name {
	width:30%;
	float: left;
	text-align: right;
}

#codeslist li {
	margin: 0px;
}
#codesheader {
  font-size: 75%;
  font-family: Arial, Helvetica, sans-serif;
  margin: 5px 0px 5px 0px;
}
