@charset "UTF-8";
/*Add extra fonts here*//*Uncomment required font(s)*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700|Open+Sans+Condensed:300,700);

/*Standard CSS reset*/
* { padding: 0; margin: 0; }
body { background: #fff; color: #000; width: 100%; min-height: 100%; text-align: center; font-family: 'Open Sans', Arial, Helvetica, sans-serif !important; font-size: 13px; padding: 0 !important; }
h1, h2, h3, h4, h5, h6, p, ul { padding: 5px 0; }
h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5, h6 { font-size: 12px; font-weight: bold; }
p:last-child, ul:last-child { padding-bottom: 0; }
a { text-decoration: none; }
a img { border: 0; }
ul { margin-left: 25px; list-style: disc outside none; }
form div { padding: 3px; }
form div label { display: inline-block; width: 150px; }
form div input, form div textarea { padding: 5px; min-width: 200px; }
form div input[type=submit] { padding: 5px 25px; }
#wrapper, .wrapper { width: 1152px; margin: 0 auto; text-align: left; } /*standard wrapper div to centre the websites content*/
/*clearfix*/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: block; overflow: visible !important; }
/*clearfix for ie7*/
.ie6 .clearfix, .ie7 .clearfix { display: inline-block; }
.ie6 .clearfix, .ie7 .clearfix, .ie8 .clearfix { zoom: 1; }
/*Tools*/
.hide { display: none; }
.lfloat { float: left; }
.rfloat { float: right; }
.clear { clear: both; } /*only here "just because" should really use clearfix*/
.ie6cd { width: 100%; text-align: center; clear: both; height: 59px; padding:0; position: relative; }

/*Begin Website CSS*/

body {
  background: #eae7db url('../img/bg.jpg') repeat;
  color: #616871;
}

#container {
  background-image: url('../img/bg.png');
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 13px;
}

#nav {
  background: #4e5661;
  height: 46px;
}

#nav a {
  color: #fff;
}

#nav ul {
  list-style: none;
  width: 1152px;
  margin: 0 auto;
  padding: 0;
  height: 46px;
}

#nav ul li {
  float: left;
  width: 144px;
  font-size: 18px;
  height: 46px;
}

#nav ul li a span {
  padding: 11px 0;
  display: block;
}

#nav ul li a:hover span {
  background-image: url('../img/bg_menu.png');
  background-repeat: repeat-x;
  overflow: visible;
  position: relative;
  height: 26px;
  margin-top: -13px;
  padding: 24px 0 !important;
  color: #616871;
}

#header {
  background-image: url('../img/logo.png');
  background-repeat: no-repeat;
  background-position: left center;
  height: 200px;
}

#header h1 {
  display: none;
}

#slogan {
  color: #616871;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Open Sans Condenced', Arial, Helvetica, sans-serif;
  padding: 10px;
}

#banner {
  background: #616871;
  height: 320px;
  overflow: hidden;
}

#content_container {
  margin-top: 20px;
}

#content {
  width: 827px;
  padding: 10px 0;
  float: left;
  border-top: 1px #4e5661 solid;
}

#sidebar {
  width: 300px;
  float: left;
  padding: 0;
  margin-left: 25px;
  color: #e6e4d9;
}

#sidebar a {
  color: #e6e4d9;
  text-decoration: none;
}

#sidebar a:hover {
  color: #ddd;
}

#sidebar h3 {
  font-size: 20px;
  padding: 0;
  margin: 0;
  font-weight: 300;
}

#sidebar form div input, form div textarea { padding: 5px; min-width: 259px; }

#mailing_list, #current_venues, #next_topics {
  background: #616871;
  padding: 10px;
  margin-bottom: 10px;
}

#next_topics {
  background: #70865b;
}

#map_canvas {
  height: 350px;
}

#footer {
  font-size: 11px;
  padding: 10px 0;
  color: #000;
}

#footer a, #footer a:hover {
  color: #000;
}

.venues {
  border: 0px #616871 solid;
  width: 800px;
  padding: 10px 0;
}

.venues tr {
  background: #f3f1e3;
  width:500px;
}

.venues td, .venues th {
  padding: 10px 5px;
}

.venues tr td {
  border-top: 0px #616871 solid;
}

.venues .desc td {
  border-top: 0 !important;
}

.venues .desc td {
  padding-top: 0;
  font-size: 11px;
}

.venues tr.tr_odd {
  background: #dbd7cc;
}

#findinfo {
  padding: 10px;
  font-weight: bold;
  color: #fff;
  background: #ff0000;
  display: none;
}

#findinfo a {
  color: #fff;
  text-decoration: underline;
}
/*End Website CSS*/
