/*
Theme Name: PondFam5
Theme URI: http://pondfam5.com
Description: PondFam5

Version: 1.0
Author: Mike Pond
Author URI: http://www.mikepond.com
*/


body{
  margin: 0;
  padding: 0;
  font-family: verdana, arial, sans-serif;
  color: #333;
}

h1, h2, h3, h4, h5, h6{
  font-size: normal;
  padding; 0;
  margin: 0;
  font-family: Georgia, serif;
  font-weight: normal;
  color: #4c4c4c;
}

p{
  font: 12px/1.5 verdana, arial, sans-serif;
}

img { border: 0; }

ul, li{
  padding: 0;
  margin: 0;
  list-style: none;
}

a:link, a:visited{
  color: #4c4c4c;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s, text-decoration 0.3s;
-moz-transition: color 0.3s, background-color 0.3s, text-decoration 0.3s; /* Firefox 4 */
-webkit-transition: color 0.3s, background-color 0.3s, text-decoration 0.3s; /* Safari and Chrome */
-o-transition: color 0.3s, background-color 0.3s, text-decoration 0.3s; /* Opera */
}

a:hover{
  text-decoration: underline;
  background-color: #ddd;
 }

#container{
  background: #fff;
  width: 1140px;
  margin: 15px auto;
}

#header{
  text-align: center;
  background-color: #fff;
}

#header a { background-color: transparent }

#header a img { width: 1140px; }

#sidebar{
  width: 190px;
  float: right;
  padding: 0;
  margin: 1em 0 0 0;
}

#main{
  
  width: 880px;
  padding: 15px;
}

#footer{
  clear: both;
  padding: 15px;
}

#sidebar{
	color: #4c4c4c;
}

#sidebar li, #sidebar li h2{
  line-height: 2;
  font-size: 0.9em;
  font-family: verdana, arial, sans-serif;
}

#sidebar .sidesection ul{
  margin-bottom: 15px;
}

#sidebar .sidesection ul li{
  padding-bottom: 5px;
}

#sidebar .sidesection{
  padding: 0 8px;
}

div.post{
  font-size: 1.4em;
  color: #4c4c4c;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
}

div.post p{
  font-size: 0.6em;
  margin-bottom: 1.5em;
}

div.post h2{
  font-family: MuseoSlab-500;
	font-weight: normal;
	font-style: normal;
  font-size: 1.2em;
  line-height: 1.4;
}

div.post h2 a{
  color: #4c4c4c;
}

div.post h3{
  font-family: verdana, sans-serif;
  font-size: 0.55em;
  color: #767676;
}

div.postcontent a:link, div.postcontent:visited{
  text-decoration: underline
}

div.postcontent{
  padding-top: 10px;
}

ul#archive{
 margin-top: 1em;
}

ul#archive li{
	font-size: 1em;
line-height: 1.5;
font-weight: normal;
}

div.page h2{
margin-bottom: 1em;
}

.next {
  display:block;
  float: right;
}
.previous {
  display: block;
  float: left;
}