/*
Theme Name: Kelsey Kilgore
Theme URI: http://ewebscapes.com
Version: 1.0
Description: Custom Theme for Kelsey Kilgore by <a href="http://ewebscapes.com"></a>
Author: Leanne Wildermuth
Author URI: http://www.ewebscapes.com
This design is copyright ©EWebscapes and may not be reproduced.
*/


body, h1, h2, ul, li, form {
  padding:0;
  margin:0;
  list-style: none;
}


.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.excerpt {padding-left: 20px;}

.pagenav {font-family: Georgia, serif; font-style: italic;padding: 20px; font-size: 1.7em; margin-bottom: 10px;}
.pagenav a:link {color: #D68B95; font-weight: bold; text-decoration: none;}
.pagenav a:active {color: #D68B95; font-weight: bold; text-decoration: none;}
.pagenav a:visited {color: #D68B95; font-weight: bold; text-decoration: none;}
.pagenav a:hover {color: #92004C; font-weight: bold; text-decoration: none; }

blockquote {
  background: #feecee;
  padding: 5px;
  text-align: left;
  line-height: 150%;
  border-top: 1px solid #F5A3B9;
  border-bottom: 1px solid #F5A3B9;
}

form, img {
 border: 0; 
} 

input, textarea, select { 
 background-color: #EDEAD7;
 border: 1px solid #20514A;
 padding: 2px;
 color: #000;
 font: .9em 'Lucida Sans Unicode', Verdana, sans-serif;
}

.submit {
 background-color: #EDEAD7;
 color: #20514A; 
}

radio {
 border: 0;
} 

code {
  font-size: .8em; 
  color: #22354c;
  font-family: 'Trebuchet MS', monospace;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #372317;
  font-family: 'Lucida Sans Unicode', verdana, sans-serif;
  font-size: .8em;
  list-style-type: none;
}

#wrap {
  width: 858px;
  margin-left: auto;
  margin-right: auto;
}

#topstripe {
  height: 321px;
  background: url(img/topstripe.jpg) top center;
  background-repeat: repeat-x;
}

#header {
  height: 321px;
  width: 858px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(img/header.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

/* Menu Formatting */

#menu {
 text-align: center;
 font-size: 1.3em;
 color: #f1a0b4;
 height: 38px;
 width: 500px;
 float: right;
  overflow: hidden;
  padding-top: 15px;
}

#menu a {
 line-height: 38px;
 padding-left: 12px;
 padding-right: 12px;
 display: block;
 color: #f1a0b4;
 border: none;
 float: left;
 text-transform: lowercase;
 text-decoration: none;
}

#menu a:hover {
 line-height: 38px;
 padding-left: 12px;
 padding-right: 12px;
 display: block;
 color: #372318;
 background-color: #9EC1BA;
 float: left;
 text-transform: lowercase;
 text-decoration: none;
}


#content {
  float: right;
  width: 440px;
  margin-top: 0px;
  padding-right: 40px;
  padding-right: 0px;
  display: inline;
  text-align: left;
}

h1 {
  text-align: left;
  font-family: Georgia, serif;
  color: #D68B95;
  font-size: 1.7em;
  padding-bottom: 10px;
  margin-top: 0px;
}

h2 {
  text-align: left;
  font-family: Georgia, serif;
  color: #D68B95;
  font-size: 1.4em;
  padding-top: 5px;
  margin-top: 0px;
}

#post-bg {
  width: 440px;
  background-image: url(img/postbg.jpg);
  background-repeat: repeat;
  overflow: hidden;
}

#post-top {
  height: 62px;
  width: 440px;
  background-image: url(img/posttop.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
}

#post-bottom {
  height: 28px;
  width: 440px;
  background-image: url(img/postbottom.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  margin-bottom: 20px;
}

.date {
  text-align: right;
  font-size: 1.7em;
  color: #D68B95;
  font-family: Georgia, serif;
  padding-right: 10px;
}

.post {
  padding: 5px 20px 10px 20px;
  text-align: justify;
}

.post a:link {color: #92004C; font-weight: bold; text-decoration: none;}
.post a:active {color: #92004C; font-weight: bold; text-decoration: none;}
.post a:visited {color: #663743; font-weight: bold; text-decoration: none;}
.post a:hover {color: #92004C; font-weight: bold; text-decoration: none; background-color:#EDEAD7; }

.post-meta {
  padding-top: 0px;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: .9em;
}

.post-meta a:link {color: #92004C; font-weight: bold; text-decoration: none;}
.post-meta a:active {color: #92004C; font-weight: bold; text-decoration: none;}
.post-meta a:visited {color: #663743; font-weight: bold; text-decoration: none;}
.post-meta a:hover {color: #92004C; font-weight: bold; text-decoration: none; background-color:#EDEAD7; }

.post ul {
  margin-left: 50px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.post ul li {
 list-style: disc;
 padding-left: 2px;
 margin: 0 30px 5px 5px;
}

.post ol {
  margin-left: 50px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.post ol li {
 list-style-type: decimal;
 padding-left: 2px;
 margin: 0 0 0 5px;
}



.postdiv{
  background: url(img/postdiv.jpg);
  width: 156px;
  height: 72px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}


#side-bg {
  background-image: url(img/sidebg.jpg);
  background-repeat: repeat;
}

#side-top {
  height: 29px;
  background-image: url(img/sidetop.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
}

#side-bottom {
  height: 29px;
  background-position: bottom center;
  background-image: url(img/sidebottom.jpg);
  background-repeat: no-repeat;
  background-color: transparent;

}

#side {
  float: left;
  width: 285px;
  padding-left: 50px;
  list-style-type: none;
  display: block;
  margin-bottom: 30px;
}


#side .menu {
  list-style-type: none; 
  display: block;
  overflow: hidden;
  padding: 0 30px 10px 30px;
}


#side .menu h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: 'Lucida Sans Unicode', sans-serif;
  color: #372215;
  padding: 15px 0 15px 5px;
}

#side .menu ul, #side .menu ul ul {margin:0; padding:0 10px 30px 12px; list-style: none;}

#side a:link {color: #37172B; font-weight: bold; text-decoration: none;}
#side a:active {color: #37172B; font-weight: bold; text-decoration: none;}
#side a:visited {color: #37172B; font-weight: bold; text-decoration: none;}
#side a:hover {color: #372215; font-weight: bold; text-decoration: none; background-color: #FBCBD0;}

#side .menu ul li {
background-image: url(img/bullet.jpg);
 background-repeat: no-repeat;
 background-position: 0 .3em;
 padding-left: 12px;
 line-height: 18px;
 margin-left: 5px;
}

/* SimplePie design */

.simplepie h3{
  color: #3F7670;
  font-size: 1em;
  margin: 0;
  text-align: left;
  padding: 0;
}
  
.simplepie ol {
  margin: 0;
  padding: 0;
}

.simplepie {
  margin: 0;
  padding: 0 20px 10px 25px;
}

.simplepie h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: 'Lucida Sans Unicode', sans-serif;
  color: #372215;
  padding: 15px 0 15px 5px;
}

.simplepie ol li {
  padding-bottom: 2px;
  text-align: left;
  background-image: url(img/feed.gif);
  background-repeat: no-repeat;
  background-position: 0 .3em;
  padding-left: 15px;
  margin: 0;
}

 

#footer {
  clear: both;
  height: 100px;
  border-top: 2px solid #9DC0B9;
  background-color: #6C9D97;
}

#footer a:link {color: #37172B; font-weight: bold; text-decoration: none;}
#footer a:active {color: #37172B; font-weight: bold; text-decoration: none;}
#footer a:visited {color: #37172B; font-weight: bold; text-decoration: none;}
#footer a:hover {color: #372215; font-weight: bold; text-decoration: none; background-color: #FBCBD0;}

.footer-text {
  text-align: center;
  padding-top: 25px;
}


/* Comment form design */

#commentform {
  width: 420px;
  padding-left: 20px;
  margin-top: 20px;
  overflow: hidden;
  padding-bottom: 15px;
}

#commentform a:link {color: #92004C; font-weight: bold; text-decoration: none;}
#commentform a:active {color: #92004C; font-weight: bold; text-decoration: none;}
#commentform a:visited {color: #663743; font-weight: bold; text-decoration: none;}
#commentform a:hover {color: #92004C; font-weight: bold; text-decoration: none; background-color:#EDEAD7; }

#commentform textarea {
 width: 350px;
 background-color: #F1EFE2;
 border: 1px solid #20514A;
 padding: 2px;
 color: #000;
 font: .9em 'Lucida Sans Unicode', Verdana, sans-serif;
}

#commentform select, input{
 background-color: #F1EFE2;
 border: 1px solid #20514A;
 padding: 2px;
 color: #000;
 font: .9em 'Lucida Sans Unicode', Verdana, sans-serif;
}

.comment-list {
 margin: 20px 0 20px 0;
}

.comment-container {
  width: 400px;
 margin-top: 5px;
 padding-top: 5px;
 margin-bottom: 5px;
 padding-bottom: 5px;
  border-bottom: 1px solid #CF6B86;
}

.comment-num {
 float: left;
 font-family: Georgia, 'Trebuchet MS', Arial, sans-serif;
 font-size: 1.6em;
 margin-top: -4px;
 padding-right: 5px;
 color: #50736C;
}

.comment-meta {
 font-size: 1em;
 color: #50736C;
 float: left;
 width: 120px;
 overflow: hidden;
 padding-right: 10px;
}

.comment-date {
 font-size: .8em;
 text-align: left;
}

.comment-text {
 float: left;
 width: 230px;
 overflow: hidden;
 padding-left: 10px;
}

