/*
Theme Name: Springtime
Description: A light green theme, made to look like springtime
Author: Ragnhild
Author URI: http://www.ragnchild.com/
Version: 1.0
This theme is licenced under GPL:
	
http://www.opensource.org/licenses/gpl-license.php


*/

/*general page structure*/
body    {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
        background-image: url("images/background.jpg");
	}

#page   {
	margin: 10px auto;
        padding: 0px;
	width: 760px;
        border: 2px solid #445;
        background-color: #cfd;
	}

.leftwrap {
        width: 609px;
        float: left;  
        margin: 30px 0px; 
        border-top: 1px solid white;     
        }

.container {
        font: 1.1em Verdana, Arial, Sans-Serif;
        line-height: 1.3em;
        float: right;
        margin: 35px 18px 10px 0px;       
	width: 442px;
	text-align: left;
        /*fixes ie double margin bug*/ display: inline;
        }

#header {
	margin: 0px auto;
        padding: 2px 0px;
	height: 206px;
	width: 760px;
        background-image: url("images/header.jpg");
	}
.headertext {
        color: #144;
        font: bold 1.4em Georgia, Arial, Sans-Serif;
        margin: 15px 0px 0px 15px;
        }

.headertext h2 {
        font: bold 1.5em Georgia, Arial, Sans-Serif;
        margin: 127px 0px 0px -2px;
        }

a       {
        color: #478;
        text-decoration: none;
        } 

h2       {
         color: #046;
         font: bold 1.4em Georgia, Arial, Sans-Serif;
         margin: 0px 0px 8px 0px;
         }

h3       {
         font: bold 1.3em Georgia, Arial, Sans-Serif;
         margin: 0px 0px 5px 0px;
         }

/*sidebar*/
#sidebar, #leftside {
	font: 1.1em Verdana, Arial, Sans-Serif;
        line-height: 1.3em;
	width: 148px;
        margin: 0px;
        float: right;
        background-color: #aec;
        /*fixes ie double margin bug*/ display: inline;
	}

#leftside {
        width: 120px;
        float: left;
        margin: 28px 5px 35px 5px;
        }

#leftside h2, #sidebar h2 {
        background-image: url("images/rectangle.jpg");
        background-repeat: no-repeat;
        padding: 13px 6px 0px 6px;
        margin: 0px -2px;
        }

#leftside ul li, #sidebar ul li {
        margin: 0px 0px 25px 0px;
        padding: 0px 5px;
        }

#sidebar li, #sidebar ul, #sidebar ul ul li, #sidebar ul li li, #sidebar ul li ul li, 
#leftside li, #leftside ul, #leftside ul ul li, #leftside ul li li, #leftside ul li ul li {
        list-style-type: none;
        margin: 13px 2px;
        padding: 0px;
        }

#leftside ul li#rectangle {
        width: 110px;
        }

/*header menu*/

#menu {
       position: relative;
       top: 213px;
       left: 15px;      
       }

#menu li {
        display: inline;
        }

#menu ul li a { 
        font: bold 1.4em Georgia, Arial, Sans-Serif;
        margin: 0px;
        padding: 1px 10px;
        text-decoration: none;
        border: 1px solid #fff;
        border-bottom: none;
        background-color: #ced;
        } 

#menu ul li a:hover {
        background-color: #bed;
        } 
     
/*post*/
.heading a {
        font: bold 1.6em Georgia, Arial, Sans-Serif;
        color: #046;
        text-decoration: none;
        border-bottom: 1px solid #588
        }  

.post   {
	margin: 0px 0px 30px 0px;
        font: 1.15em Verdana, Arial, Sans-Serif;
        line-height: 1.4em;
	}

.content {
        margin: -7px 0px;
        }

p.postinfo, p.postmetadata  {
         font-size: 0.8em;
         text-align: center;
         line-height: 0.8em;
         }

p.postmetadata { 
         line-height: 1.2em;
         text-align: left;
         clear: left;
         }

#navigation,#navigation .alignleft a,#navigation .alignright a{
         margin: 0px 0px 70px 0px;
         font: bold 1.1em Verdana, Arial, Sans-Serif;
         }

/*comments*/
.commentlist {
        font: 0.9em Verdana, Arial, Sans-Serif;
        margin: 10px auto;
        padding: 0px;
        }

.comment, .alt {
        background-color: #aec;
	border: 1px solid black;
        font-size: 1.2em;
	margin: 15px 0px;
	padding: 5px 5px;
	list-style: none;
	}

.alt    {
        background-color: #bfd;
        }

#commentform textarea {
        width: 400px;
        background-color: #bec;
        border: 1px solid black;
        margin: 10px 0px;
	padding: 2px;
	}

#commentform #submit {
        background-color: #bfd;
	margin: 5px 0px;
        padding: 2px;
	float: left;
	}

#commentform #author, #commentform #email, #commentform #url {
        background-color: #bec;
        border: 1px solid black;
        } 

.decoration {
        background-image: url("images/decoration.jpg");
        width: 50px;
        height: 43px;
        border: 1px solid black;
        margin: 10px 0px;
        }

/*footer*/
#footer {
	padding: 5px 0px;
	width: 760px;
        clear: both;
	}

.footmenu {
        height: 20px;
        width: 760px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        }

.footmenu ul {
        margin: 0px;
        padding: 0px;
        }

.footmenu li{
        padding: 1px 0px;
        margin: 0px;
        float: left;
        display: inline;
        height: 100%;
        width: 33.3%;
        }

.footmenu a {
        display: block;
        text-align: center;
        font: bold 1.5em Georgia, Arial, Sans-Serif;
        color: #044;
        background-color: #aec;
        }  

.footmenu a:hover,.footmenu a:active {  
        background-color: #9eb;
        }

/*comments popup page*/
#smallpage {
        margin: 0px auto;
	width: 300px;
        padding: 5px 20px;
        border: 2px solid #233;
        background-color: #cfd;
        }

#smallpage textarea {
        width: 200px;
        background-color: #bec;
        border: 1px solid black;
        margin: 10px 0px;
	padding: 2px;
	}

#smallpage #commentform #submit {
        background-color: #bec;
	margin: 5px 0px;
        padding: 2px;
	}

#smallpage #commentform #author, #commentform #email, #commentform #url {
        background-color: #bec;
        border: 1px solid black;
        } 

/*miscellaneous classes*/
#s, #barsubmit {
         margin: 7px 2px;
         width: 90px;
         height: 17px;
         padding: 2px 1px;
         background-color: #bec;
         border: 1px solid #000;
	 }

#barsubmit {
	 margin: 6px 0px;
	 padding: 2px 0px;
         height: 23px;
         width: 26px;
	 }

ul, li, ul li, li ul li, ul ul li, ul ul ul li {
        list-style-type: none;
        margin: 5px 0px;
        padding: 2px 0px;
        }

ol      {
        margin: 0px 15px;
        padding: 0px 10px;
        }

ol li   {list-style-type: decimal}

.alignleft {float: left}

.alignright {float: right;}

.center {text-align: center;}

code {font: 1.1em 'Courier New', Courier, Fixed, monospace;}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select  {width: 130px;}

blockquote {
	margin: 10px 15px;
        border-left: 3px solid #9db;
        padding: 0px 7px;
	}

hr      {display: none;}

a img   {
	border: none;
        margin: 1px 0px;
	}

img     { border: none;}


.textwidget {
        margin: 10px 3px;
        }

.fix    {
display: inline;
        }

.watermark {   
        margin: 3px auto;
        width: 114px;
        color: #478;
        border-left: 2px solid #589;
        border-right: 2px solid #589;
        text-align: center;
        }
