/*
Theme Name: Oh So Very!
Theme URI:  http://kerflop.com/freebies
Description:  A clean, colorful, easy to customize theme developed by <a href="http://www.kerflop.com/">Jessica</a> and <a href="http://www.ohmystinkinheck.com/">Heather</a>.
Version: 1.2
Author:	Jessica and Heather
Author URI: http://www.kerflop.com/ and http://ohmystinkinheck.com

Changelog:
		v1.0 - 03.26.07
			First Release of Oh So Very! 
		v1.1 - 03.27.07
			Figured out error that was causing all of the CSS to display in the Themes section in the admin.
        v1.2 - 07.21.09
			Updated some CSS, fixed some smiley and image problems.  Updated read-me file. Updated footer links.

*/

body { 
	width: 950px;
	margin: 0 auto;
	font: .75em Century Gothic, Trebuchet, Arial, sans-serif;
	text-align: center;
	background: #fff url(http://i10.photobucket.com/albums/a148/mysmokymtnhomeschool/pixelfairy_oldmemories_paper01.jpg);
        background-attachment: fixed;
	color: #3a1a0e;
	line-height: 17px;
	}

#header {
	width: 940px;
	height: 445px;
	padding: 0;
	color: #000000;
	background: #fff url(http://i10.photobucket.com/albums/a148/mysmokymtnhomeschool/MSMHS_hd.png);
	border-left: 0 solid #000;
	border-right: 0 solid #000;
	}

#container {
	width: 940px;
	padding: 0px;
	color: #000000;
	background:#ffffff ;
	float: left;
	text-align: left;
	border-left: 0 solid #000;
	border-right: 0 solid #000;
	}

h1 {
	font: 2em Century Gothic, Trebuchet, Arial, sans-serif;  
	color: #efb000;
	background: #fff;
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: normal;
	}

h2 {
	font: 1.5em Century Gothic, Trebuchet, Arial, sans-serif;  
	color: #3a1a0e;
	margin-top: 0;
	margin-bottom: 2px;
	font-weight: normal;
	padding-top: 15px;
	margin-left: 2px;
}

a:link, a:visited {
	color:#14a3a6;
        text-decoration:none;

}

a:hover {
	color: #14a3a6;
        text-decoration:underline;

    }

.navigation { 
	width: 420px; 
	margin: 0 0 10px 18px; 
	float: left; 
}
	
.previous { 
	padding: 0 5px 0 0; 
	float: left; 
}
	
.next { 
	float: right; 
}

#content {
	width:540px;
        float:left;
        line-height:1.6em;
        padding: 10px 8px 8px 3px;
        margin: 0px auto 0;
        word-wrap: break-word; /* fix for long text breaking sidebar 
        float in IE */
        overflow: hidden;     /* fix for long non-text content breaking 
        IE sidebar float */

} 

.story img {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	padding: 3px;
	background: #fff;
	border: 1px dashed #6c4e33;
        }

#content img.icon {
	border: 0px;
	vertical-align: middle; 
	border: 0px;
}

#content .story img.wp-smiley{
	border: 0px;
}

.storytitle a {
	color: #377696;
	background: #fff;
	text-decoration: none;
        }

.storytitle a:hover {
	color: #377696;
	background: #fff;
	text-decoration: underline;
        }
	
.date {
	font-weight:normal;
        color:#3a1a0e;
        text-transform:uppercase;
        letter-spacing:.1em;
        font-size:13px;
        margin:0;
        padding-left:0px;

}

.meta {
	font-size: 1em;
	padding-left: 3px;
	text-align:right;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a  {
	color: #007ece;
	background: #fff;
	font-weight: normal;
	letter-spacing: 0;
}

.meta a:hover {
	color: #000;
	background: #fff;
	font-weight: normal;
	letter-spacing: 0;
}


/* Left Menu BEGINS */

#left-menu {
	float: left;
	color: #808080;
        padding: 10px 6px 8px 14px;
	background: #fff;
	margin: 20px auto 0;
	width: 180px;
        word-wrap: break-word; /* fix for long text breaking sidebar   float in IE */
overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */

	}

#left-menu a {
	color: #01b6b1;
	text-decoration:none;
	font-weight: normal;
	background: #fff;
    }

#left-menu a:hover {
	color: #01b6b1;
	background: #fff;
	text-decoration:underline;
	font-weight: normal;
    }
#left-menu ul {
	padding:0px;
	margin:0px;
}

#left-menu li {
	padding:0 0 2px 0;
	margin-left:8px;
	background: #fff;
	color: #808080;
	list-style-type:none;
}

/* Left Menu ENDS */

/* Right Menu BEGINS */

#rightbar {
	width:167px;
        float:right;
        padding:10px 12px 8px 8px;
        line-height:1.6em;
        margin: 20px auto 0;
        word-wrap: break-word; /* fix for long text breaking sidebar    
        float in IE */
        overflow: hidden; /* fix for long non-text content breaking IE 
        sidebar float */
	}

#rightbar a {
	color: #01b6b1;
	background: #fff;
	text-decoration:none;
	font-weight: normal;
	}

#rightbar a:hover {
	color: #01b6b1;
	background: #fff;
	text-decoration:underline;
	font-weight: normal;
    }

#rightbar ul {
	padding:0px;
	margin:0px;
}



#rightbar li {
	padding-left:10px;
	margin:0px;
	list-style-type:none;
}


/* Right Menu ENDS */

#footer {
        margin-bottom: 0px;
	padding: 10px;
	text-align: left;
	background: #fff url();
	background-repeat:no-repeat;
	background-position: right bottom;
        color: #808080;
	clear: both;

}

#footer2 {
        margin-bottom: 0px;
	padding: 10px;
	text-align: left;
	background: #fff url();
	background-repeat:no-repeat;
	background-position: right bottom;
        color: #808080;
	clear: both;

}

blockquote {
        font-style:italic;
        background: #d2edbb;
        border: 2px solid #6c4e33;
        padding:8px 32px;
        line-height:1.6;
        margin-top:0;
        margin-right:0;
        margin-bottom:.6em;
        margin-left:0;

}


/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	color: #808080;
	background: #fff;
	text-align: left;
	padding-right: 4px;
	margin-top: 5px;
	margin-bottom: 25px;
	clear: both;
}

.feedback a {
	color: #808080; 
	background:#fff;       
	font-weight: normal;
}

.feedback a:hover {
	color: #000;
	background:#fff;
}


/* Comments Begin */

#commentform {
	width: 400px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform
textarea {
	background: #fff;
	border: 1px solid #ccc;
	padding: .2em;
	color: #404040;
}

#commentform textarea {
	width: 90%;
}

#commentform input, #searchform input {
	border: 1px solid #ccc;
	background: #fff;
	color: #404040;
}

.commentlist {
	background-color: #FFF;
	color: #404040;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.commentlist li  {
	background-color: #F4F2F2;
	color: #404040;
	border: 1px dashed #ccc;
	font-size: 11px;
	list-style: none;
	margin: 2px 0px 10px 0px;
	padding: 2px 10px 0px 10px;
}

.authorcomment {
	color: #404040;
	border: 1px dashed #ccc;
	margin: 10px 0px 10px 0px;
	padding: 2px 10px 3px 10px;
	text-align: left;
	background-color: #fff;}

/* Comments - End */
/*Contact Form - Begin */

.contactform textarea {
	border: 1px solid #ccc;
	background: #fff;
	color: #404040;
	width: 450px;
}

.contactform input {
	border: 1px solid #ccc;
	background: #fff;
	color: #404040;
	margin-top: 5px;
}
/* Comment Form - End */


/* Chunky Footer */

#chunkyfooter {
clear: both;
margin: 0 10px;
}

#chunkyfooter {
clear: both;
margin: 0 10px;
background: #d2edbb;
overflow: hidden;
padding-top: 10px;
}

#chunkyfooter div {
width: 300x;
float: left;
padding: 0 10px;
}

#chunkyfooter h2 {
margin-top: 0;
}

#chunkyfooter ul {
padding-left: 14px;
}