/*   
Theme Name: Jeremy Roman
Theme URI: http://www.jeremyroman.com/
Description: The theme for JeremyRoman.com.
Author: Jeremy Roman
Author URI: http://www.jeremyroman.com/
.
Nothing to see here, move along.
.
*/

html, body {
  background-color:#2e4c68;
  color:#000;
  margin-bottom:0.5em;
}

.header {
  height:128px;
  background:url(banner.png) no-repeat top left;
}

.header a {
  display:block;
  width:100%;
  height:128px;
}

h1 {
  display:none;
}

.root.container {
  background-color:#fff;
  -moz-border-radius:1em;
  -webkit-border-radius:1em;
  border-radius:1em;
  padding-bottom:2em;
}

.header {
  background-color:#000;
}

.nav_item a {
  display:block;
  text-decoration:none;
  color:#444;
  padding:0.3em 0;
  text-align:center;
}

.nav_item a:hover {
  text-decoration:underline;
  color:#222;
}

.navigation {
  padding-right:2em;
  margin-bottom:1em;
  margin-top:0.5em;
}

.sidebar h2 {
  font-size:1.3em;
  margin:0.5em 0 0;
}

.sidebar ul {
  list-style-type:none;
}

.sidebar ul ul {
  margin-left:1em;
}

.sidebar ul ul li:before {
  color:#000;
  content: "\00BB \0020";
}

abbr {
  border:0;
}

#searchform p {
  margin:0;
  padding:0;
}

