
html {
  /*background-image: url(../images/downsize-back.jpg);*/
  background-repeat: no-repeat;
  background-position: top center;
  height: 100%;
}

body {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 90%;
  margin-left: 0px;
  margin-top: 0px;
}


/***************************************************
 * main layout
 **************************************************/

#navigation-ribbon {
  height: 37px;
  width: 100%;
  background-image: url(../images/ribbon-repeat.jpg);
  background-repeat: repeat-x;
}

#navigation-ribbon ul {
  list-style: none;
  margin: 0 5px 0 5px;
  padding: 6px 5px 5px 5px;
  font: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
}

#navigation-ribbon li {
  display: inline;
  list-style: none;
  margin: 0 22px 0 0px;
}

#navigation-ribbon li a {
  text-decoration: none;
  color: #fff;
  padding: 0.6em;
  opacity: 0.85;
  filter: alpha(opacity=85); /* for IE */
  /*text-shadow: #aaa -0.1em 0.1em 0;*/
}

#navigation-ribbon li a:hover {
  color: #fff;
  text-decoration: none;
  /*background: #178cfd;*/
  opacity: 1;
  filter: alpha(opacity=100); /* for IE */
}

.comments-email {
  float: right;
  text-align: left;
  font-size: 75%;
  margin: -57px 55px 0 0;
  padding: 0;
  height: 14px;
}

a.comments-email {
  color: #105fa9;
}
a.comments-email:hover {
  color: #0882f5;
}

#bd {
  min-width: 875px;
}

.sidebar {
  z-index: 100;
  background-color: #EEF3F8;
  border: 0.1em solid #ddd;
  border-top: none;
  border-radius: 0.2em;
}

.left-sidebar {
  float: left;
  width: 250px;
  background-color: #F2F0E2;
}

.right-sidebar {
  float: right;
  width: 25%;
  margin-left: 1em;
  padding: 0.5em 1em 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}

.right-sidebar #subscribe-form {
  border-top: 0.1em solid #ccc;
  padding: 1.2em 0.5em;
  margin: 1.2em 0 1em;
}
.right-sidebar #subscribe-form div {
  padding: 0.2em 0;
}
.right-sidebar #subscribe-form input {
  margin: 0.2em 0;
}
.right-sidebar #subscribe-form input.email {
  width: 100%;
}
.right-sidebar #subscribe-form input[type='submit'] {
  width: 95%;
}

.main-content {
  float: left;
  /*position: absolute;
  padding-bottom: 25px;*/
}

.dynamic-content {
  /*float: left;*/
  /*position: relative;*/
  /*margin-right: 535px;*/
  /*margin-bottom: 20px;*/
  padding: 0.5em 0.8em 0 1.2em;
  /*border-width: 0 0 0.1em 0;
  border-color: #ccc;
  border-style: solid;*/
	/*height: auto;*/
}

/* IE6 ignores this */
/*html>body .dynamic-content {
    position: relative;
    left: 250px;
    margin-right: 535px;
}*/


/*.copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #999999;
}*/


/***************************************************
 * common styles
 **************************************************/

p {
  margin: 1em 0;
}

h1 {
  font-weight: bold;
  font-size: 130%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 110%;
  font-weight: bold;
  /*padding-left: 8px;*/
  margin-bottom: 4px;
}

ol {
  position: relative;
  left: 30px;
  margin-top: 8px;
  margin-bottom: 8px;
}

ol li {
  list-style: decimal;
}


/* Blog */

.blog-post {
  margin: 1.5em 0;
}

.blog-post-summary {
  margin: 0.5em 0 1em 0;
  border-top: 0.1em solid #ddd;
  padding: 1em 0;
}

.blog-post h1 a {
  color: #8877de;
  text-decoration: none;
}

.blog-post-summary h2 a {
  color: #8877de;
  text-decoration: underline;
}

.blog-post .submitted, .blog-post-summary .submitted {
  color: grey;
  font-size: 85%;
  display: block;
  /*margin: 8px;*/
}
.blog-post .submitted a {
  color: blue;
  text-decoration: none;
}

.blog-post .terms, .blog-post-summary .terms {
  clear: both;
  font-size: 85%;
  margin: 0.5em 0;
  /*display: block;
  float: left;*/
}

.blog-post .body {
  margin: 1em 0;
  border-top: 0.1em solid #ddd;
  padding-top: 0em;
}

.blog-post-summary .body {
  margin: 1em 0 0 0;
}

.comment_comments {
    float: left;
    margin-left: 12px;
    font-size: 75%;
}

.blog_usernames_blog A {
    display: none;

}

#category-list {
	left:0;
	margin:0 0 0 -10px;
/*	margin: 0 0 0 -50px; */

	/*   font-size: 110%;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;*/
}  


#category-list LI {
/*    margin-top: 5px;
    margin-bottom: 5px; */
    list-style: none;
}

.outline {
    border: 1px solid black;
    height: 100px;
}

#masthead {
    background-color: white;
/*    background-image: url('/images/masthead-bg.jpg'); */
    background-repeat: no-repeat;
    background-position: left;
    height: 119px;
    text-align: left;
}

#search {
  margin: 1em;
}
#search input[type='text'] {
  width: 10em;
}

#feed {
  margin-top: 15px;
}
