/*
Theme Name: Chesapeake-Bay.org (Blue)
Theme URI: http://www.chesapeake-bay.org
Description: A WordPress theme.
Version: 1.3
Author: Jennie Harris
Author URI: http://www.daybreakwebdesigns.com

        This CSS was written by Jennie Harris (http://www.crimson-light.net)
        for commercial use by Daybreak Web Designs
        (http://www.daybreakwebdesigns.com) You're viewing Chesapeake-Bay.org,
        a project of Daybreak Web Designs. Please, don't steal this code.
        If you need CSS help: jenn@innocenthands.org
        Thanks. (c) 2008
*/

/* Body */
body {
  background: #FFFFFF url('images/bg.jpg') repeat-x top;
  font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
  margin: 0;
}
a, a:link, a:visited {
  color: #212121;
  text-decoration: underline;
}
a:active, a:hover {
  color: #343434;
  text-decoration: none;
}


/* Header DIV, H1, & Links */
#header {
  background: #FFFFFF url('images/header.jpg') repeat-x top left;
  height: 200px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
#header a {
  text-decoration: none;
}
#header h1 {
  font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
  font-size: 42px;
  font-weight: bold;
  margin: 2px 3px;
}
#header h1 a, #header h1 a:visited, #header .description {
  color: #FFFFFF;
}

/* Menu DIV, List, & Links */

#menu {
  width: 100%;
}
#menu ul {
  background: url('images/bg.jpg') repeat-x top;
  font-size: 17px;
  list-style-type: none;
  margin: 0;
  padding: 6px 0;
  text-align: center;
  width: 100%;
}
#menulist li {
  display: inline;
  margin: 0;
}
#menulist a, #menulist a:visited {
  background: url('images/bg.jpg');
  color: #FFFFFF;
  padding: 3px 20px;
  text-decoration: none;
}
#menulist a:hover, #menulist a:active {
  background: #FFFFFF;
  color: #0F6BA7;
}

/* Holder DIV */
#holder {
  margin: 5px 2px;
  min-width: 760px;
  max-width: 950px;
}

/* Sidebar DIV */
#sidebar {
  color: #202020;
  float: left;
  font-size: 11px;
  text-align: left;
  width: 200px;
}
#sidebar ul {
  list-style-type: square;
  margin: 0 0 0 21px;
  padding: 1px 0 0;
}
#sidebar h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 2px 0;
}
h2.widgettitle {
  font-size: 16px;
  font-weight: bold;
  margin: 2px 0 2px 6px;
}

/* Content DIV */
#content {
  color: #212121;
  float: left;
  font-size: 12px;
  padding: 2px 6px;
  position: relative;
  max-width: 520px;
  min-width: 300px;
}
#content h2 {
  font-size: 20px;
  line-height: 22px;
  margin: 10px 0 0;
  padding: 0;
  text-align: left;
}
#content ul {
  list-style-type: none;
  margin: 0 0 0 23px;
  padding: 1px 0 0;
  text-align: left;
}
#content ul li:before {
  content: "\00BB \0020";
}
#content p {
  text-align: left;
}

/* adbar DIV and sideside UL */
#adbar {
  color: #202020;
  float: left;
  font-size: 11px;
  padding: 5px 3px;
  text-align: left;
  width: 200px;
}
#sideside ul {
  list-style-type: square;
  margin: 0 0 0 10px;
  padding: 1px 0 0;
}
#sideside h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 2px 0;
}
h2.widgettitle {
  font-size: 16px;
  font-weight: bold;
  margin: 2px 0 2px 6px;
}

/* Footer */
#footer {
  background: url('images/bg.jpg');
  color: #ffffff;
  font-size: 12px;
  margin: 10px 0 0;
  padding: 2px;
  text-align: center;
  width: 100%;
}
#footer a, #footer a:link, #footer a:visited {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
#footer a:hover, #footer a:active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}



/*  Wordpress Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#wp-calendar {
    background-color: #ffffff;
    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;
    font-weight: bold;
	text-decoration: underline;
	}

#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; }

/* Search Box */
#search {
  padding: 0 5px;
  text-align: center;
}
input.searchbox {
  border: 1px solid #0F6BA7;
  height: 18px;
  margin: 0 5px 4px 0;
  padding: 2px;
  width: 90%;
}
input.submitbutton {
  background-color: #0F6BA7;
  color: #ffffff;
  border: 1px solid #232323;
  margin: 0 5px 0 0;
  padding: 1px;
}

/* Comments */
#comment {
  border: 1px solid #232323;
  height: 150px;
  padding: 2px;
  text-align: left;
  width: 450px;
}
input.comm {
  border: 1px solid #0F6BA7;
  height: 18px;
  margin: 0 5px 4px 0;
  padding: 2px;
  width: 45%;
}
input.commbutton {
  background-color: #0F6BA7;
  color: #ffffff;
  border: 1px solid #232323;
  margin: 0 5px 0 0;
  padding: 1px;


/* Widgets */
div.widget_widget_pages, div.widget_widget_links, div.widget_widget_text, div.widget_widget_tag_cloud, div.widget_widget_rss {
  padding: 7px 0;
}

/* Store */
    table.store {
      background: none;
      border: 0;
      color: #141414;
      font-size: 11px;
      margin: 0;
      padding: 10px 3px 3px;
      text-align: center;
      width: 500px;
    }
    #product-table img {
      border: 0;
      height: 150px;
      text-align: center;
      width: 150px;
    }
    #product-table p {
      text-align: center;
      padding: 0 1px 3px;
    }
