body {
  text-align: center;
  font: 11px Verdana, "Trebuchet MS", sans-serif;
  line-height: 18px;
  color: #333;
}

em {
	font-style: italic;
}

li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 32px;
}

#logo {
  width=300px;
}

#nest {
  text-align: left;
  width: 890px;
  margin: 0 auto 50px auto;
  padding: 20px 0;
}

img#equation {float: right;}
div#current_version {
  float:right;
  border: 1px solid #aaa;
  background-color: #f0efe9;
  margin-top: 20px;
  padding: 5px;
  font-weight: bold;
}

.tutorial ul {
  margin-left: 20px;
  margin-bottom: 10px;
}

.tutorial li {
  list-style-type: square;
}

ul#nav {
  background: #1a1a1a url(../images/nav_background.png) repeat-x  top left;
  height: 33px;
}

ul#nav li {
  list-style-type: none;
  margin: 0;
  float: left;
  display: inline;
  
}

ul#nav li.last {float: right; width: 285px;}

a, a:link, a:hover, a:visited {color: #900;}

div#rightcol {
  width: 285px;
  float: right;
  margin-top: 2px;
}

strong {
  font-weight: bold;
}

p code {
  font-family: Monaco, Courier;
}

div#step1 {
  background-image: url(../images/step1.png);
  width: 265px;
  height: 138px;
  margin-bottom: 1px;
  padding: 35px 0 0 20px;
}

div#step1 p {color: #fff;}
div#step1 p a,
div#step1 p a:link,
div#step1 p a:hover,
div#step1 p a:visited {color: #fff; font-weight: bold;}


div#step2 {
  background-image: url(../images/step2.png);
  width: 220px;
  height: 63px;
  padding: 30px 50px 0 15px;
}

div#step2 p {color: #fff;}
div#step2 p a,
div#step2 p a:link,
div#step2 p a:hover,
div#step2 p a:visited {color: #fff; font-weight: bold;}

div#leftcol {
  width: 595px;
  padding-right: 10px;;
}

p.callout {
  padding: 5px 0;
  font-size: 16px;
  line-height: 24px;
  font-family: Georgia, Times, serif;
}

p.callout strong {
  font-family: Verdana, "Trebuchet MS", sans-serif;
  font-weight: bold;
}

hr.harvardrule {
  /* Faking a Harvard Rule */
  margin: 2px 0 7px 0;
  color: #fff;
  background-color: #fff;
  height: 2px;
  border: 0;
  border-top: 4px solid #aaa;
  border-bottom: 1px solid #aaa;
  }

hr.doublerule {  /* Faking a Harvard Rule */
  margin: 7px 0;
  color: #f0efe9;
  background-color: #f0efe9;
  height: 2px;
  border: 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  }

  
div#newsbox,
div#eventbox {
  width: 265px;
  background-color: #f0efe9;
  padding: 10px;
}

div#newsbox {float: left; margin-right: 10px;}
div#eventbox {margin-top: 7px; font-size: 10px;}

div#newsbox h3 {
  border-bottom: 1px solid #aaa;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
div#eventbox h3 {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

div#eventbox p {
  border-top: 1px solid #aaa;
  padding-top: 5px;
  margin-top: 5px;
}

div#newsbox h4 {
  font-size: 18px;
  color: #900;
  font-family: Georgia, Times, serif;
  line-height: 24px;
}

div#newsbox span.date,
div#eventbox span.date {color: #999; font-style: italic;}

h1.title {
  font-size: 30px;
  font-family: Georgia, Times, serif;
  line-height: 30px;
  margin-top: 10px;
  color: #333;
  padding-bottom: 5px; 
  border-bottom: 1px solid #aaa; 
  margin-bottom: 10px;
}

div#blog_backlink {
  margin-top: 10px;
}

h2 {
  font-size: 24px;
  font-family: Georgia, Times, serif;
  line-height: 30px;
  color: #333;
}

h3 {
  font-size: 14px;
  font-family: Georgia, Times, serif;
  line-height: 20px;
  color: #333;
}

p {margin-bottom: 10px;}

pre.commands {
  padding: 5px;
  overflow: auto;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Courier, Monaco, monospace;
  background-color: #f0efe9;
  color: #000;
  margin-bottom: 10px;
}

div.article .title {
  font-size: 18px;
  font-family: Georgia, Times, serif;
  line-height: 30px;
  color: #333;
}

div.article .title a {
  font-size: 18px;
  font-family: Georgia, Times, serif;
  line-height: 30px;
  color: #333;
  text-decoration: none;
}

div.article .title a:hover {
  text-decoration: underline;
}

div.article .date {
  padding-top: 7px;
  float: right;
  color: #999;
}

.author {
  color: #999;
  font-style: italic;
  margin-bottom: 5px;
}

.new_page {
  color: #900;
  padding-right: 10px;
}

.updated_page {
  color: #900;
  padding-right: 10px;
}

div.article .header {
  border-bottom: 1px dotted #aaa;
  margin-bottom: 4px;
}

div#footer {
  margin-top: 10px;
  color: #666;
}

div#footer p {
  font-size: 10px;
  margin: 0px;
}

div#project h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

div#project .affiliation {
  font-style: italic;
  color: #666;
}

div#project p {
  margin-bottom: 5px;
}

div#project .summary {
  
}

ul.tutorial_list li {
  margin-bottom: 10px;
}

ul.tutorial_list li span.date {
  padding-right: 15px;
  color: #999;
}

ul.tutorial_list li span.name {
  padding-right: 15px;
}


ul.recipe_list li {
  margin-bottom: 10px;
}

ul.recipe_list li span.date {
  padding-right: 15px;
  color: #999;
}

ul.recipe_list li span.name {
  padding-right: 15px;
}

ul.screencast_list li {
  margin-bottom: 10px;
}

ul.screencast_list li span.date {
  padding-right: 15px;
  color: #999;
}

ul.screencast_list li span.name {
  padding-right: 15px;
}

ul.faq li {
	margin-bottom: 0.5em;
	margin-left: 1em;
	list-style: disc;
	list-style-position: inside;
}
.hc_status_unknown { color: red; }
.hc_status_partial { color: blue; }
.hc_status_complete { color: green; }
.hc_status_skip { color: black; }

img.alignleft, img.alignright {
  padding: 5px;
}
img.alignleft { float: left; padding-left: 0; }
img.alignright { float: right; padding-right: 0; }

th {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
}
td {
  border: 1px solid #eee;
  padding: 2px;
}

dt { font-style: italic; }
dd { padding-left: 15px; }
dl { padding-bottom: 10px; }


