/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins.css";


/* Site
-------------------------------------------------------------- */
  
  /* Put your site styles here */
  
body {
  text-align: center;
  margin: 0;
  background: #416F88 url(bg.jpg) top center repeat-y;
  font-size: 75%;
}

div.aligncenter {
  text-align: center;
}
.wp-caption-text {
  font-style: oblique;
}

h3, .article h3 a {
  color: #FFF;
}

.article h3 a {
  border-bottom: 0;
}
.article h3 a:hover {
  border-bottom: 1px dotted #FFF;
  background-color: transparent;
  color: #FFF;
}

a, .article h4 a {
  color: #444;
  border-bottom: 1px dotted #444;
}
a:hover {
  text-decoration: none;
  background-color: #8DACB8;
}

#container {
  width: 900px;
  margin: 0 auto;
  text-align: center;
  background: transparent url(bg-top.jpg) top center no-repeat;
}
#header {
  padding-top: 75px;
  height: 75px;
  border-bottom: 1px solid #FFF;
  cursor: pointer;
}

#header #headerImg {
  width: 234px;
  height: 52px;
  background-color: transparent;
  background-image: url(header.png);
  background-repeat: no-repeat;
}

#header, #footer {
  width: 800px;
  margin: 0 auto;
}

#content, #nav {
  margin-top: 4em;
}

#content {
  width: 550px;
  float: left;
  margin-left: 50px;
}

#nav {
  width: 200px;
  float: right;
  margin-right: 50px;
}

#header h1, #header h2 {
  display: none;
}

#header, #content, #footer, #nav {
  text-align: left;
}

#nav h2 {
  font-size: 1em;
  margin-bottom: 0;
  font-weight: normal;
}

#nav ul {
  margin: 0;
}

#nav ul li {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #8DACB8;
  list-style: none;
  color: #FFF;
}

#nav ul li.last {
  border-bottom: 0;
}

#nav ul li ul li {
  font-weight: normal;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

#search input {
  width: 150px;
  background-color: #BBD0DC;
  border: 1px solid #8DACB8;
}

#footer {
  margin-top: 3em;
  margin-bottom: 7em;
}

.clearer, .clear_br {
  clear: both;
  height: 1px;
}

.article {
  margin-bottom: 2em;
}

.article a {
  color: #416F87;
  border-bottom: 1px dotted #416F87;
}
.article a:hover {
  text-decoration: none;
  color: #000;
  border-bottom: 1px dotted #000;
}

.article img {
  border: 1px solid #8DACB8;
}

.article h3 {
  margin-bottom: .25em;
}
.article h4 {
  font-size: 1em;
  color: #416F87;
}

.comments {
  background-color: #BBD0DC;
  padding: 1em .5em .5em .5em;
}

.comments h3 {
  font-size: 1.15em;
  color: #000;
}

.comment {
  background-color: #D0E2ED;
  padding: .5em;
  margin: .25em 0;
}
.comment.even {
  background-color: #A8C1CF;
}
.comment h3 {
  margin-bottom: .25em;
  color: #416F87;
}
.comment h4 {
  font-size: .9em;
  color: #444;
}

.respond {
  margin-top: 1em;
}
.respond h3 {
  margin-bottom: .25em;
}
.respond h4 {
  font-size: .9em;
  margin-bottom: .25em;
}

.respond textarea {
  width: 98%;
  height: 5em;
}

#footer ul {
  margin: 0;
}

#footer li {
  display: inline;
  margin-right: .5em;
}

.img_left {
  float: left;
  margin: 1em 1em 1em 0;
}

.img_right {
  float: right;
  margin: 1em 0 1em 1em;
}