/*
Theme Name: Caleb Wherry
Theme URI: http://www.calebwherry.com
Description: Integrated Wordpress Theme for calebwherry.com
Version: 1.0
Author: Caleb Wherry
Author URl: http://www.calebwherry.com
*/

#wrapper {
  background-color:#ffffff;
  border-style: solid;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width:800px;
  height:100%;
  height:auto !important;
  min-height:100%;
  overflow:hidden;
}

#header {
  background-color:#ffffff;
  border:0;
  color:#fafafa;
  font-size:2em;
  height:120px;
  width:800px;
  padding: 0;
}

#menu {
  background-color:#202020;
  height:2.5em;
  width:800px;
}

.menutext {
  font-size:1em;
  list-style-type:none;
  margin:0;
  padding:0;
}

.menutext a {
  color:#fafafa;
  margin:0em;
  text-decoration:none;
}

.menutext a:hover {
  color:#FF0;
  text-decoration:none;
}

.menutext li {
  border-right:0;
  display:inline;
  float:left;
  margin:0;
  padding:0.6em 10px;
}

body {
  background-color:#ffffff;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:0.75em;
  height: 100%;
  min-height: 100%; 
}

#body {
  padding:1.5em;
}

img.latex {
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a {
  color:#990000;
  text-decoration:none;
}

a:hover {
  color:#FF000F;
}  

h1 {
  font-size:1.6em;
  margin: 0.5em 0em 1em 0;
}

h2 {
  font-size:1.2em;
  margin: 0.8em 0em 0.3em 0em;
}

h3 {
  font-size:1.1em;
  margin:0.8em 0em 0.3em 0em;
}

h4 {
  font-size:1em;
  margin:0.7em 0em 0.3em 0em;
}

h5 {
  font-size:0.9em;
  margin:0.6em 0em 0.2em 0em;
}

p {
  margin:1em 0.5em 1em 1.5em;
  text-align: justify;
}

#blog {
  float: left;
  width: 550px;
}

.post {
  padding: 0px 20px 5px 0px;
}

.one {
  padding-left: 25px;
  padding-right: 25px;
  text-align: justify;
}

.two {
  padding-left: 35px;
  padding-right: 35px;
  text-align: justify;
}

.post h1 {
  font-size:1.6em;
  margin:0.5em 0.5em 1em 0;
  text-align:center;
}

.post h2 {
  font-family: Georgia, Sans-serif;
  font-size: 18px;
  text-align:center;
}

.post h3 {
  font-size:1.1em;
  margin:0.8em 0.5em 0.3em 0.8em;
  text-align:center;
}

.post h4 {
  font-size:1em;
  margin:0.7em 0.5em 0.3em 1em;
  text-align:center;
}

.post h5 {
  font-size:0.9em;
  margin:0.6em 0.5em 0.2em 1.5em;
  text-align:center;
}

.post p.postmetadata {
  text-align: center;
  align: center;
  border-top: 1px solid #ccc;
}

.post ul {
  margin: 0 30px 0 20px;
}

.entry {
  line-height: 18px;
  text-align: justify;
}

.navigation {
  padding: 10px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

table#wp-calendar {
  width: 100%;
}

.sidebar {
  float: left;
  width: 210px;
  background: #eeeeee;
  margin: 0px 0px 20px 0px;
}

.sidebar ul {
  list-style-type: none;
  padding: 0 5px 0 10px;
}

.sidebar ul li#add_to_any_subscribe_widget-3 {
  padding: 0 0 10px 0;
}

.sidebar ul li h2 {
  font-family: Georgia, Sans-serif;
  font-size: 14px;
}

.sidebar ul ul {
  padding-left: 1.5em;
}

.sidebar ul ul li {
  list-style: none;
  background-image: url(images/arrow.gif); 
  background-repeat: no-repeat;
  background-position: 0 .47em;
  padding-left: 15px;
}

.comments-template {
  margin: 10px 0 0;
  border-top: 1px solid #ccc;
  padding: 10px 0 0;
}

.comments-template ol {
  margin: 0;
  padding: 0 0 15px;
  list-style: none;
}

.comments-template ol li {
  margin: 10px 0 0;
  line-height: 18px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
}

.odd {
  margin: 10px 0 0;
  line-height: 18px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
  background-color: silver;
}

.comments-template h2, .comments-template h3 {
  font-family: Georgia, Sans-serif;
  font-size: 16px;
}

.commentmetadata {
  font-size: 12px;
}

.comments-template p.nocomments {
  padding: 0;
}

.comments-template textarea {
  font-family: Arial, Helvetica, Georgia, Sans-serif;
  font-size: 12px;
}

#footer {
  border:0;
  border-top:0;
  padding:0.5em;
  text-align:center;
}
