body {
  font-family:Helvetica,Arial,sans-serif;
  background: #c0d2f3; /* #B2CCFF #d0d0d0; #E5ECF9*/
}
.container{
  background-image: url(../images/pretty/gradient-left.png);
  background-repeat: repeat-y;
  background-position: top left;
  background-color: #fff;
}
.container-right {
  background-image: url(../images/pretty/gradient-right.png);
  background-repeat: repeat-y;
  background-position: top right;
}
/* Headings
 * --------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { color: #111; }

h1 {
/* font-size:355%; */
font-size:2em;
line-height:1.1;
font-size-adjust:none;
font-style:inherit;
font-weight:bold;
}
h2, h3 {
  line-height:1.25
}
li {padding-bottom:0.6em;}
ul.close li {padding-bottom:0.2em;}
p {
  color:#686868;
  font-size:13px;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.5;
  margin:0 0 1.2em;  
}
.box {margin-left: -1.5em;margin-right:-1.5em;background:#F6F6F6;}
.box_border {border: 1px solid red;}
.close {margin-bottom:0.25em;padding-bottom:0.25em;}

/* Text Elements
 * --------------------------------------------------------------------- */
a                 { color: #125AA7; }
a:hover           { color: #000; }
blockquote        { color: #666; }

pre {
  background: #eee;
  border:     1px solid #ddd;
}

hr {
  background: #B2CCFF;
  color:      #B2CCFF;
}

/* Tables
 * --------------------------------------------------------------------- */
table {
  border-top:     1px solid #ddd;
  border-left:    1px solid #ddd;
}
th,td {
  border-bottom:  1px solid #ddd;
  border-right:   1px solid #ddd;
}

/* Default Classes
 * --------------------------------------------------------------------- */
p.quiet { color: #666; }
.alt    { color: #666; }

p.title {
  color: #111;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  margin-bottom: 0.75em;
}
div.box p {
  margin-bottom: 1.3em;  
}
div.box p.bottom {
  margin-bottom: 0;  
}

#header p.title { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }

div.slide{
  clear: right;
}
div.slide img{
  float: right;
  margin-bottom: 1px;
}
div#top_nav {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 2em;
}
div#top_nav a {
  text-decoration:none;
}
.bullethead {margin-bottom:0.25em;padding-bottom:0.25em;}

.med {font-size:1.2em;line-height:1.5em;}
.med li {padding-bottom:0.6em;}
.double-prepend-top {margin-top:3em;}

div.article { margin-bottom: 5em;clear:both;}
div.article h1 a { text-decoration: none;}
hr.dotted {
  height: 0; 
  border-bottom: 1px dotted #666; 
  background-color: white;
}


div.comment_section {
  clear:both;
  margin-top: 1em;
}
div.comment_section hr{
height: 0; 
border-bottom: 1px dotted #c0d2f3;   
}
div.comment_section div.comment {
  margin-bottom: 2em;
}
p.comment_section_title {
  font-size: 130%;
  font-weight: bold;
  color: black;
}
div.comment_section div.author {
  font-size: 130%;
  font-weight: bold;
  display: inline;
}
div.comment_section div.link {
  margin-left: .25em;
  display: inline;
}
div.comment_section div.date {
  margin-left: 1em;
  display: inline;
}
div.comment_section div.text {
  clear: left;
}

/* EOF */
