@charset "utf-8";

/* Custom Element Styles - all browsers */

body {
  background: url(../images/art/stripe_sage.jpg) repeat bottom left #FFFFFF;
}

/*------- Document Structure --------*/

/* overall container (establishes width; centers on page) */
#container {
  width: 900px;
  margin: 0 auto;
  text-align:left;
}

#header {
  background: url(../images/header/header1.jpg) no-repeat bottom left #FFFFFF;
  padding: 30px 0 0 0;
  text-align: center;
  height: 240px;
  margin: 0;
}

#main {
  background-color: #FFFFFF;
  /*border: 2px solid #FF9933;
  border-top: 4px solid #FF9933;*/
  border-top: 4px solid #336633;
  padding: 0px 10px;
  line-height: 125%;
}

#footer {
  background:#FFFFFF;
  font-size: 92%;
  margin: 10px 0;
  padding: 10px;
  text-align:left;
}

/*------- Element Structures and Styles --------*/

/* Main Menu */
#menubar {
  margin: -20px auto 0 auto;
  background-color: #336633;
  border: 1px solid #336633;
  width: 90%;
  padding: 5px;
}

#menubar ul {
  list-style-type: none;
  list-style-image:none;
  list-style-position:outside;
  text-align: center;
  margin: 0;
}

#menubar li {
  display: inline;
  padding: 0 2.5em;
  margin: 0;
}

#menubar a {
  font-weight: bold;
  text-decoration: none;
}

#menubar a:link {
  color: #FFFFFF;
}

#menubar a:active {
  color: #FFFF00;
}

#menubar a:visited {
  color: #FFFFFF;
}

#menubar a:hover {
  color: #FFFF00;
  text-decoration: none;
}

#menubar li.active a {
  color: #FFFF00;
}

/* Main section layout: rightpain = sidebar content; leftpain = main containt; */

/* other page-specific styles */
#main #singlepane {
  margin-top: 15px;
}

#main #singlepane h1 {
  text-align:left;
}


#main #rightpane {
  float:right;
  width: 265px;
  padding-left: 10px;
  border-left: 1px solid #993333;
}

#main #leftpane {
  padding-top: 15px;
  padding-right: 0px;
  margin-right: 285px;
}

/* Main section elements */
#main #rightpane .imageleft {
  padding: 0 10px 5px 0;
  float:left;
}

#main #rightpane .imageright {
  padding: 0 0 5px 5px;
  float:right;
}

#main #leftpane .colright {
  width: 290px;
  float:right;
}

#main #leftpane .colleft {
  margin-right: 295px;
}

/* Page-specific styles*/
#frontpage #intro {
  float:left;
}

#frontpage #inthenews {
  padding-top: 20px;
}

#frontpage #aboutus {
  float: left;
}

#frontpage #aboutus img {
  float: left
}

#frontpage #aboutus h2 {
  height: 30px;
}

/* front page "october activities" */

#frontpage #oct_activities {
  float: left;
  background: url(../images/art/weekendbackground.png) repeat #FFFF99;
  line-height: 125%;
  margin: 0;
  padding: 0;
  width: 590px;
  padding-top: 5px;
  margin: 20px 0;
}

#frontpage #oct_activities img {
  border: 1px solid gray;
}

#frontpage #oct_activities .skyscraper {
  width: 180px;
  float:left;
  padding: 0 8px;
}

#frontpage #oct_activities h2 {
  margin: 10px 0;
  height: 30px;
}

#frontpage #oct_activities h3 {
  border-bottom: 2px solid gray;
  margin-bottom: 5px;
  height: 28px;
  width: 180px;
}

#producetable table {
  border: 1px solid #FFCD66;
}

#producetable {
  margin: 10px 5px;
}

#producetable td {
  border: 1px solid #FFCD66;
  padding: 5px;
}

#aboutuspage {
  float: none;
  line-height: 150%;
  padding: 10px;
  margin: 0 0 20px 0;
}

/* Sidebar elements */
.sidebox {
  margin: 20px 0;
  background-color: #FFFFFF;
  line-height:125%;
}

.sidebox h2 {
  height: 30px;
  border-bottom: 2px solid #336633;
  margin-bottom: 5px;
}

.sidebox li {
  margin-bottom: 5px;
}

/* Footer menu */
#footermenu {
  margin: 10px auto 5px auto;
  width: 90%;
  padding: 5px;
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
}

#footermenu ul {
  list-style-type: none;
  list-style-image:none;
  list-style-position:outside;
  text-align: center;
  margin: 0;
}

#footermenu li {
  display: inline;
  padding: 0 2.5em;
  margin: 0;
}

#footermenu a {
  font-weight: bold;
  text-decoration: none;
}

#footermenu a:link {
  color: #555555;
}

#footermenu a:active {
  color: #333333;
}

#footermenu a:visited {
  color: #555555;
}

#footermenu a:hover {
  color: black;
  text-decoration: none;
}

#footermenu li.active a {
  color: black;
}

/* Footer Elements */

#footer h3 {
  font-size: 105%;
  font-weight: bold;
  color:336633;
  text-align:left;
}

#address {
  font-size: 12px;
  width: 50%;
  float: left;
  border-right: solid 1px gray;
  padding-right: 20px;
}

#storehours {
  font-size: 12px;
  width: 45%;
  float: right;
}

#contact {
  margin: 10px 0;
  clear: both;
}

#copyright {
  clear:both;
  color:#444444;
  display:block;
  font-size:95%;
  font-style:normal;
  margin-top: 5px;
  text-align:center;
}

/* General */

.clearfloat {
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
