/*
Theme Name: Metro
Theme URI: http://metro-kc.org/
Description: This is it
Version: 1.0
Author: Designed by Tom Morse Brown & Themed by Jonathan Boler
Author URI: http://tommorsebrown.com/
Tags: fixed width, two columns, widgets
*/


html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Verdana, sans-serif;
  color: #b0753e;
  font-size: 13px;
  line-height: 140%;
}

img {
  border: 0;
}

a {
  color: #f0fb9b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#background {
  width: 100%;
  height: 1980px;
  position: fixed;
  top: 0;
  left: 0;
  background: url('images/bgfade.png') repeat;
}

#spacer {
  position: relative;
  width: 900px;
  height: 45px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}
 
#center {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 0;
  background: #000;
}

#center #header {
  width: 900px;
  height: 181px;
  background: url('images/header.png') no-repeat;
}

#center .menu {
  width: 883px;
  height: 48px;
  padding: 0 0 0 17px;
}

#center .menu ul {
  margin: 0;
  padding: 0;
}

#center .menu ul li {
  list-style-image: none;
  list-style-type: none;
  float: left;
}

#center .menu a {
  display: block;
  margin: 13px 11px 0 0;
  padding: 2px 5px;
  color: #f0fb9b;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}

#center .menu ul li.current_page_item a {
  background: #996734;
}

#center .menu a:hover {
  background: #996734;
}

#center #main {
  position: relative;
  left: 24px;
  top: 4px;
  width: 540px;
  min-height: 500px;
}

#center #main #links img {
  float: left;
}

#center #main #links {
  width: 540px;
  height: 55px;
}

#center #main h2 {
  margin: 8px 0 8px 0;
  color: #f0fb9b;
  font-size: 20px;
  font-weight: normal;
}

#center #main div.post {
  margin-bottom: 25px;
}

#center #sidebar {
  position: absolute;
  top: 229px;
  right: 24px;
  width: 282px;
  color: #b0753e;
  font-size: 12px;
}

#center #sidebar ul {
  margin: 10px 0 0 0;
  padding: 0;
}

#center #sidebar li {
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 15px;
  background: #161616;
  padding: 10px;
}

#center #sidebar h2 {
  margin: 0 0 8px 0;
  color: #f0fb9b;
  font-size: 20px;
  font-weight: normal;
}

#center #sidebar #searchform label.screen-reader-text {
  display: none;
}

#center #sidebar #searchform #s {
  margin: 0;
  padding: 3px 3px;
  width: 180px;
  background: #161616;
  border: 1px solid #514F26;
  color: #f0fb9b;
}

#center #sidebar #searchform #searchsubmit {
  width: 65px;
  padding: 3px 0;
  margin: 0;
  background: #996734;
  color: #f0fb9b;
  border: 0;
  text-transform: uppercase;
}

#center #footer {
  width: 900px;
  height: 80px;
  color: #f0fb9b;
  background: url('images/divider.png') top no-repeat;
}

#center #footer table {
  float: left;
  margin: 6px 0 0 21px;
}

#center #footer table td {
  padding: 0 30px 0 0;
}

#center #footer #links {
  float: right;
  padding: 15px 21px 0 0;
}

#center #footer #links img {
  float: right;
}

#__sound_flash__ {
  line-height: 0;
  height: 0;
  display: none;
}

/*	Images */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
