/* 
Theme Name: Spring Time Theme
Theme URI: http://www.lauralohr.com/wordpress
Description: Spring Flowers
Version: 1.0
Author: Laura Lohr
Author URI: http://www.lauralohr.com/wordpress

*/

body{
     margin: 0;
     font-family: Arial, Helvetica, Georgia, Sans-serif;
     font-size: 12px;
     text-align: center;
     vertical-align: top;
     color: #000000;
     background: #F08DBC url(images/spring_masthead.png) top left repeat-x;
       

}



a:link, a:visited{
     text-decoration: underline;
     color: #000000;
}

a:hover{
     text-decoration: none;
}

p{
     padding: 10px 0 0 0;
}

#wrapper{
    width: 800px;
    text-align: left;
    margin: 0 auto 0 auto;
 overflow: hidden;   
}

#header {
     background: url("<?php bloginfo('stylesheet_directory'); ?>/images/wc_header.jpg")
     no-repeat bottom center;
}


#header h1 {
	margin: 95px auto 0 auto;
	text-indent: -9000px;
	height: 164px;
	width: 209px;
	background: url(http://lauralohr.com/wordpress/wp-content/themes/Springtime/images/menu_header1.png ) top center no-repeat;
        border-top: #86C618 3px solid;
        border-bottom: #86C618 3px solid;
        border-left: #86C618 3px solid;
        border-right: #86C618 3px solid;
}
	
#header h1 a {
	height: 164px;
	width: 209px;
	display: block;
}




#header #menu {
    width: 100%;
    position: absolute;
    top: 210px;
    left: 40;
    border-bottom: border: solid 1px #5A3D1C;
       
}

menu a:link, .menu a:visited, .menu a:active {color: #ffffff; text-decoration: none;}
menu a:hover {color: #ffffff; background-color: #ffffff;
}


#menu li {
    display: inline;
    list-style-type: none;
    padding: 2px;
    margin-left: 10px;
    margin-right: 10px; 
}

#menu ul {
    margin: 0px;
    padding: 0px;
}

#menu ul li a:link {
    color: #000000;
    text-decoration: none;
}

#menu ul li a:visited {
    color: #ffffff;
    text-decoration: none;
}

#menu ul li a:active {
    color: #000000;
    text-decoration: none;
}

#menu ul li a:hover {
    color: #FFFFC0;
    background-color: #F47774;
    text-decoration: none;
}

#container{
    float: left;
    width: 72%;
    background: #ffffff;
    border-top: #5A3D1C 1px solid;
    border-left: #5A3D1C 1px solid;
    
}

.post{
    padding: 10px 10px 10px 20px;
}

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

.entry{
    line-height: 18px;
}

p.postmetadata{
    border-top: 1px solid #ccc;
    margin: 10px 0 0 0;
}

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

.sidebar{
    float: right;
    width: 27%;
    list-style: none; 
    margin-right: 2px;
    text-align: left;
    border-left: none;
    background-color: #e47ea5;
 }

.sidebar li {
    list-style: none;

}

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


.sidebar ul li{
     padding: 0px 0 10px 0;
}

.sidebar h1,  .sidebar h3 {
    color: #E06C69;
    font-family: "Georgia", Sans-serif;
    font-size: 14px;
    padding: 0px;
    margin: 5px 0px 10px 0px;
    font-weight: normal;
    text-align: center;
}


.sidebar ul li h2{
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 0px;
    color: #d8fffe;
    text-align: right;
}



#footer{
    padding: 10px 0 10px 0;
    background-image: url(images/footer_bg.png);
    background-repeat: repeat;
    text-align: center;
    clear: both;
    position: relative;
    
}



#footer p{
    line-height: 18px;
}

.comments-template{
    border-top: 1px solid #ccc;

}

.comments-template ol{
    list-style: none;
}

.comments-template ol li{
    border-bottom: 1px solid #ccc;
}

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

.commentmetadata{
    font-size: 12px;
}


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



* html body {
  overflow: hidden;
}
* html #footer-wrapper {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 10010px;
  margin-bottom: -10000px;
  background: #fff;         /* Same as body 
                               background */
}



