/*
Theme Name: JWM
Theme URI: http://www.jonathonmarshall.com
Description: Theme for JonathonMarshall.com
Version: 1.0
Author: Jonathon Marshall
Author URI: http://www.jonathonmarshall.com
*/

body {
  background-color:#333333;
  color:white;
}

a, a:hover, a:active, a:visited {
  color:blue;
}

small {
  font-size:.9em;
}

#header {
  height:200px;
  background-color:#AAA;
}

#navigation {
  margin:0 auto;
  padding:5px 0 7px 0;
  text-align:left;
  background:#242726;
  font-family:sans-serif;
}

#navigation ul {
  margin:0;
  padding:.5em;
}

#navigation li {
  margin:0;
  padding:10px;
  display:inline;
  list-style-type:none;
  font-size:.8em;
}

#navigation a:link, #navigation a:visited {
  margin:0;
  padding:4px;
  text-decoration:none;
  font-weight:bold;
  color:white;
}

#navigation a.hivis:link, #navigation a.hivis:visited {
  color:blue;
}

#navigation a.active:link, #navigation a.active:visited, #navigation a:hover, #navigation a.current {
  border-bottom:4px solid blue;
  color:white;
}

#content {
  background:white;
  color:#242726;
}

#footer {
  margin:1em auto;
  text-align:center;
}

.post {
  margin:0;
  padding:1em;
  color:black; /*#242726;*/
}

.post p {
  padding-right:1em;
}

.post img, .post-navigation img, .gallery img {
  margin:5px;
  padding:5px;
  background-color:#AAA;
  border:1px solid #333;
}

.post-meta {
  margin-bottom:1em;
}

.post-meta p {
  margin:0;
  padding:0;
}

.gallery {
  margin:auto;
}

.gallery-item {
  float:left;
  text-align:center;
}

.gallery-icon {
}

.gallery-caption {
  margin-left:0;
}

.post-navigation {
  margin:0 auto;
  padding:5px 0 7px 0;
  background:#242726;
  font-size:.8em;
  font-weight:bold;
  font-family:sans-serif;
}

.post-navigation a:link, .post-navigation a:visited, .post-navigation a:hover, .post-navigation a:active {
  text-decoration:none;
  color:white;
}

.previous-posts {
  text-align:left;
}

.previous-posts a {
  padding-left:1.5em;
}

.next-posts {
  text-align:right;
}

.next-posts a {
  padding-right:1.5em;
}

.alt {
  color:#242726;
}
