/*
Theme Name: Sarah Dinn
Theme URI: http://emersonlackey.com/
Description: Made with love for Sarah Dinn (my wife).
Author: Emerson Lackey
Version: 1.0
*/

body {
  background: #08707a url('images/pattern-overlay.png') repeat;
  font-size: 1em;
  padding: 0;
  margin: 0;
}

p {
  font-family: 'Lato', sans-serif;
  color: #686861;
  font-size: 80%;
  line-height: 200%;
  padding: 0 0 15px 0;
  margin: 0;
}

ul, ol {
  padding: 0 0 0 30px;
  margin: 0;
}

ul li {
  font-family: 'Lato', sans-serif;
  color: #686861;
  line-height: 200%;
  font-size: 80%;
  padding: 0;
  margin: 0;
}

a, a:active, a:visited {
  color: #dd8239;
  text-decoration: none;
}

a:hover {
  color: #ff7200;
}

h2 {
  font-family: 'Lato', sans-serif;
}

h3 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 100%;
  padding: 0 0 5px 0;
  margin: 0;
}

#wrapper {
  width: 1006px;
  margin: 0 auto;
  padding: 0 0 60px 0;
}

h1 a {
  background: url('images/sarah-dinn.png') 0px 0px no-repeat;
  display: block;
  width: 332px;
  height: 57px;
  position: relative;
  left: 25px;
  margin: 0;
  text-decoration: none;
  text-indent: -999em;
}

header {
  width: 1006px;
  height: 69px;
  background: url('images/body-top.png') 0px 0px no-repeat;
}

header h2 {
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  color: #2c2c20;
  font-weight: 400;
  line-height: 70px;
  text-indent: 30px;
}

.content {
  width: 1006px;
  min-height: 400px;
  background: url('images/body-content.png') 0px 0px repeat-y;
}

.bottom {
  width: 1006px;
  height: 29px;
  background: url('images/body-bottom.png') 0px 0px no-repeat;
}

.hr {
  width: 1000px;
  height: 2px;
  background: url('images/hr.png') 0px 0px no-repeat;
  clear: both;
  padding: 0;
  margin: 0;
  position: relative;
  left: 3px;
}

ul.checkbox {
  list-style: none;
  padding: 0 0 0 10px;
  margin: 0;
}

ul.checkbox li {
  background: url('images/li-checkmark.png') 0px 8px no-repeat;
  padding: 0 0 0 20px;
}

.clear {
  clear: both;
}

.full {
  width: 92%;
  padding: 20px 4% 20px 4%;
}

.col_1_of_3 {
  width: 30%;
  float: left;
  margin-right: 5%;
}

.col_2_of_3 {
  width: 30%;
  float: left;
  margin-right: 5%;
}

.col_3_of_3 {
  width: 30%;
  float: left;
}

.profile-picture {
  float: left;
  display: block;
}

.introduction {
  float: left;
  width: 70%;
  padding: 36px 0 0 3%;
}

.socialmedia {
  padding: 0;
  margin: 0;
  list-style: none;
}

.socialmedia li, .socialmedia li a {
  display: block;
  width: 41px;
  height: 41px;
  text-indent: -999em;
  float: left;
  margin-right: 10px;
}

.socialmedia .facebook {
  background: url('images/social-media-icons.png') 0px 0px no-repeat;
}
.socialmedia .facebook:hover {
  background-position: 0px -41px;
}

.socialmedia .flickr {
  background: url('images/social-media-icons.png') -49px 0px no-repeat;
}
.socialmedia .flickr:hover {
  background-position: -49px -41px;
}

.socialmedia .twitter {
  background: url('images/social-media-icons.png') -98px 0px no-repeat;
}
.socialmedia .twitter:hover {
  background-position: -98px -41px;
}

.socialmedia .googleplus {
  background: url('images/social-media-icons.png') -146px 0px no-repeat;
}
.socialmedia .googleplus:hover {
  background-position: -146px -41px;
}

.socialmedia .youtube {
  background: url('images/social-media-icons.png') -194px 0px no-repeat;
}
.socialmedia .youtube:hover {
  background-position: -194px -41px;
}

.publish-date {
  display: block;
  width: 103px;
  height: 103px;
  float: left;
  background: url('images/date-stamp.png') 0px 0px no-repeat;
  padding-top: 25px;
}

.publish-date span {
  font-family: 'Lobster', cursive;
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 120%;
}

.date-col {
  float: left;
  width: 22%;
}

.post-col {
  float: left;
  width: 78%;
}

.meta-data {
  
}

article {
  padding-bottom: 40px;
}

article h3 {
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px dotted #666;
}

.sidebar-wrapper {
  margin-left: 20%;
  width: 80%;
  padding: 5% 0%;
  background: #f9f5f2;
  border: 1px solid #ebe6e3;
  -moz-box-shadow:    0px 1px 3px 1px #ecebe3;
  -webkit-box-shadow: 0px 1px 3px 1px #ecebe3;
  box-shadow:         0px 1px 3px 1px #ecebe3;
}



.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar li {
  padding: 10px 20px;
  font-size: 13px;
}

.sidebar li li {
  margin: 0;
  padding: 0;
}

.sidebar li h2 {
  font-size: 15px;
  color: #2f2f2b;
  margin: 0;
  padding: 0;
}

.two_thirds {
  width: 66%;
  float: left;
}

.one_third {
  width: 34%;
  float: left;
}

#wrapper .copyright, #wrapper .copyright a {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  color: #fff;
}
