/*
Theme Name: NSBDC Blog
Theme URI: http://blog.nsbdc.org/
Description: Main Stylesheet for Blog
Version: 1.0
Author: Twelve Horses (Gail C.)
*/

/*-----------Block Level Elements--------------*/

body {
  text-align: center;
  background-color: #fff;
  margin: 0;
  padding: 0;
  }

#page {
  width: 800px;
  margin: 0 auto;
  padding: 0px;
  text-align: left;
  }

#header { margin: 20px 0 0 0 }
#header .logo { width: 400px; float: left }
#header .home { float: right; display: block; width: 220px; font-size: 12px; text-decoration: none; color:#002d62; font-weight: bold; margin: 32px 0 0 0; font-family: arial, helvetica, sans-serif }
#header a:hover { text-decoration: underline}
#wrapper {
  width: 800px;
  margin:0 auto;
  float: right;
  background: #fff url(/wp-content/themes/nsbdc/images/dotted.gif) repeat-y scroll top center;
  }

#content {
  width: 580px;
  float: right;
  }

/*
a:link, a:visited, a:hover, a:active {
  font: 12px/15px Arial, Verdana, sans-serif;
  color: #00545a;
  margin: 10px;
  text-decoration: underline;
  }
*/  

#dotted_line:  {
  border: 1px dotted #999;
  }

#sidebar {
  width: 210px;
  float: left;
  margin: 0;
  padding: 0 0 5px 0;
  background-color: #fff;
  }

#footer {
  padding: 0;
  margin: 0;
  font: 10px arial, tahoma, sans-serif;
  width: 100%;
  float: left;
  color: #444;
  }

#footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
  color: #757575;
  text-decoration: none;
  font-weight: bold;
  }

/*-------------The Post, and Alt Pages-------------*/

.post {
  color: #353535;
  font: 12px/16px arial, tahoma, sans-serif;
  margin: 10px;
  }

.alt_page {
  color: #353535;
  font: 12px/15px arial, tahoma, sans-serif;
  margin: 10px;
  }

.post p, .alt_page p {
  color: #353535;
  font: 12px/16px arial, tahoma, sans-serif;
  }

.post a:link, .post a:visited, .post a:active {
  color: #00545a;
  text-decoration: none;
  }
  
.post a:hover {
  color: #757575;
  text-decoration: none;
  }

.post h2, .alt_page h2 {
  color: #00545a;
  margin: 0px;
  padding: 0 0 5px 0;
  font: bold 14px arial, tahoma, sans-serif;
  display: inline;
  }

.post h3 {
  color: #00545a;
  margin: 0px;
  padding: 0 0 5px 0;
  font: bold 12px/15px arial, tahoma, sans-serif;
  display: inline;
  }
  
.post ul, #content ul {
  margin: 0 0 0 20px;
  padding: 0;
  }

.post li, #content li {
  color: #353535;
  margin: 3px;
  padding: 3px;
  font: 12px/15px arial, tahoma, sans-serif;
  border-bottom: 1px dotted #78b3e0;
  }

.post_bottom {
  padding-top: 5px;
  }

.alignleft {
  text-align: left;
  float: left;
  }

.alignright {
  text-align: right;
  float: right;
  }

.center {
  text-align: center;
  }

#navigation_bottom {
  font: 10px Verdana, Arial, sans-serif;
  margin-bottom: 10px;
  padding-bottom: 20px;
  margin: 10px 0 10px 0;
  color: #555555;
  }

#navigation_bottom a:link, #navigation_bottom a:visited, #navigation_bottom a:active {
  color: #555;
  text-decoration: underline;
  }

#navigation_bottom a:hover {
  color: #999;
  }

#navigation {
  font: 10px Verdana, Arial, sans-serif;
  margin: 10px 0 10px 0;
  color: #555555;
  }

#navigation a:link, #navigation a:visited, #navigation a:active {
  color: #555555;
  text-decoration: underline;
  }

#navigation a:hover {
  color: #999;
  }


blockquote {
  margin-right:  20px;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  }

acronym, abbr {
  border-bottom: 1px dotted #333333;
  }

h2 {
  color: #00545a;
  margin: 0px;
  padding: 5px 0 5px 0;
  font: bold 12px/15px arial, tahoma, sans-serif;
  }

small {
  font: bold 10px arial, tahoma, sans-serif;
  }

/*--------------Sidebar------------*/

#sidebar ul {
  color: #333;
  font: 11px/15px arial, tahoma, sans-serif;
  padding: 2px 0 0 0;
  margin: 2px 10px 0 5px;
  }
  
#sidebar h2 {
  color: #fff;
  padding: 5px;
  margin:  0;
  font: 12px arial, tahoma, sans-serif;
  text-transform: uppercase;
  background-color: #74a18e;
  }

#sidebar li {
  list-style: none;
  padding: 2px 0 2px 0;
  clear: both;
  }

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
  color: #333;
  text-decoration: none;
  }

#sidebar a:hover {
  text-decoration: underline;
  }
  
#sidebar p {
  padding: 6px 0 6px 5px;
  margin: 0;
}

#signup {
  background-color: #fff;
  height: 34px;
  padding-bottom: 10px;
  text-align: center;
  }
  
#rss {
  background: url(images/feed.png) no-repeat 5px 4px;
  margin: 4px 0 0 0;
  padding: 6px 0 6px 26px;
}

/*--------------Comments--------------*/

.comments {
  color: #353535;
  font: 12px/15px arial, tahoma, sans-serif;
  margin: 10px;
  }
  
.comments h3 {
  color: #00545a;
  margin: 0px;
  padding: 5px 0 5px 0;
  font: bold 12px/15px arial, tahoma, sans-serif;
  text-transform: uppercase;
  }

ol.commentlist {
  font: 10px arial, tahoma, sans-serif;
  margin: 5px;
  padding: 0 0 0 20px;
  }

.comment_box {
  background-color: #ffffff;
  border: 1px solid #757575;
  color: #333;
  font-weight: bold;
  padding: 2px;
  font: 12px/16px arial, tahoma, sans-serif;
}

.comment_box_alert {
  background-color: #ffffff;
  border: 1px solid #d97300;
  color: #211b18;
  font-weight: bold;
  padding: 2px;
  font: 10px arial, tahoma, sans-serif;
}

.comment_submit {
  background-color: #ffffff;
  border: 1px solid #757575;
  padding-left: 4px;
  padding-right: 4px;
  color: #211b18;
  width: 128px;
  font: 10px arial, tahoma, sans-serif;
  }
  
.comments a:link, .comments a:visited, .comments a:active {
  color: #00545a;
  text-decoration: none;
  }
  
.comments a:hover {
  color: #757575;
  text-decoration: none;
  }

.required {
  color: #d97300;
  }

#error {
  color: #d97300;
  }

/*--------------Search Form-------------*/

#searchform {
  height: 13px;
  margin: 2px 2px 5px 2px;
  }
  
* html #searchform {
  height: 13px;
  margin: 1px;
  }

/*
#searchform input {
  font: 11px arial, tahoma, sans-serif;
  vertical-align: middle;
  }
*/
  
.search_submit {
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  color: #bc5527;
  padding: 1px;
  float: left;
  font: bold 11px Arial, Verdana, sans-serif;
  margin-left: 5px;
  }

.search_box {
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  width: 130px;
  padding: 2px;
  float: left;
  font: 11px Arial, Verdana, sans-serif;
  color: #333;
  }

* html .search_box {
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  padding-left: 4px;
  padding-right: 4px;
  color: #333333;
  width: 105px;
  padding: 3px 2px 2px 2px;
  }

h2.not_found {
  border: 1px solid #eeeeee;
  padding: 5px;
  margin: 5px 0 5px 0;
  color: #ffffff;
  background-color: #ff3333;
  font: bold 12px arial, tahoma, sans-serif;
  text-transform: uppercase;
  }
  
#search_area {
  padding: 6px 0 6px 0px;
  margin: 0;
  }

/*---- MISC-----*/
.border {
  background: url(/wp-content/themes/nsbdc/images/border.gif) no-repeat 0 0;
  width: 550px;
  height: 1px;
  padding-bottom: 5px;
  margin-top: 3px;
}

.entry {
  padding-bottom: 3px;
}

