@import url(/stylesheets/bodycopy.css);
@import url(/stylesheets/post.css);

body {
  font: 76% normal "lucida grande", "verdana", "arial", "sans-serif";
  line-height: 1.2em;
}

page {
  margin: 0 auto;
  width: 100%;
  min-width: 640px;
}

#header {
  background-color: #9DD2FF;
  height: 150px;
}
#header h1 span,
#header h1 a {
  display: block;
  height: 150px;
  background-image: url(/images/fss-header.gif);
  background-position: bottom left;
  margin-left: 46px;
  background-repeat: no-repeat;
  text-indent: -9999em;
}

#body {
}

#content-wrapper {
  width: 100%;
  float: left;
}
#content {
  margin-right: 370px;
  min-width: 200px;
  margin-left: 50px;
  padding-right: 20px;
}
#content h1 {
  font-family: "georgia", "times", "serif";
  color: #4F1D0F;
  line-height: 1em;
  font-size: 2em;
  margin-bottom: .5em;
}
#content h1.first {
  background-color: #FBF9EF;
  font-size: 2.6em;
  padding: .6em 0;
  margin-left: -50px;
  padding-left: 50px;
  margin-bottom: .6em;
  margin-right: -390px;
}
#content h1 a:hover {
  text-decoration: underline;
}

#content h1 .edit a {
  font-size: .4em;
  line-height: 0;
}


/* sidebar */

#sidebar {
  color: #7E6E6A;
  float: right;
  margin-left: -370px;
  width: 370px;
}
#sidebar.editing {
}
#sidebar h2 {
  font-family: "georgia", "times", "serif";
  font-size: 2.6em;
  line-height: 1em;
  padding: .6em 0;
  text-indent: -99999em;
}
#sidebar #sidebar-inside {
  background-color: #fff;
  border-top: 5px solid #EBF6FF;
  padding-top: 1.5em;
  font-size: .9em;
}
#sidebar #sb-col1 {
  float: left;
  width: 175px;
}
#sidebar #sb-col2 {
  float: right;
  width: 155px;
  margin-right: 20px;
}
#sidebar a {
  color: #226EAE;
  text-decoration: underline;
}
#sidebar a:hover {
  color: #0081ED;
  text-decoration: none;
}
#sidebar li {
  margin-bottom: .5em;
}
#sidebar.frontend li a {
  display: block;
}
#sidebar a:hover {
  background-color: #EBF6FF;
}
#sidebar div.sidebar-block {
  margin-bottom: 2em;
}

/* tags */

#sidebar #tags {
}
#sidebar #tags h3 {
  display: none;
}
#sidebar #tags li {
}


/* deprecated */

#sidebar #deprecated {
}
#sidebar #deprecated h4 {
  color: #D3E2F0;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: .5em;
}

/* syndicate */

#sidebar #syndicate {
}
#sidebar #syndicate h3 {
  display: none;
}
#sidebar #syndicate li {
  float: left;
  margin-right: .5em;
}


/* recently */

#sidebar #recently {
}
#sidebar #recently h4 {
  display: none;
}
#sidebar #recently li {
}
#sidebar #recently ol {
  margin-bottom: 2em;
}


/* search */

#live-search input {
  width: 175px;
}
#live-search img {
  padding-left: .25em;
}
#live-search-results {
  margin-top: 5px;
  padding: 10px;
  background-color: #ECF6FF;
  color: #280D06;
}
#live-search-results h5 {
  color: #4F1D0F;
  font-size: 1.5em;
  margin-bottom: .5em;
  font-family: "georgia", "times", "serif";
}


/* footer */

#footer {
  clear: both;
  padding-top: 3em;
  margin-left: 50px;
  margin-bottom: 2em;
  font-size: .9em;
  color: #685550;
}
#footer li {
  margin-bottom: .5em;
}
#footer a {
  text-decoration: underline;
}
#footer a:hover {
  color: #226EAE;
}