/* 
Theme Name: Seedpod Craft 1.0
Theme URI: http://blog.seedpodbooksandart.com
Description: Another Restart.
Version: 1.0
Author: Barry Croker
Author URI: http://www.crokers.us
*/
/* Two-column layout with borders:
wrapper
	header
	  sidebar body
	footer
*/
  
body {
	margin: 0px auto;
	font: 0.75em Verdana, Arial, sans-serif;
	background-color: grey;
}

/*div {
     border : 1px solid black 
}*/



#wrapper {
	width : 900px;
	position : relative;
	padding : 10px 10px 10px 10px;
	margin : 10px auto;
    text-align: left;
    border : 1px solid black;
    background-color: white;
}

#header {
    background-image : url(http://www.seedpodcraft.com/blog/wp-content/themes/SeedpodCraft/images/header.jpg);
	height : 200px;
	background-repeat : no-repeat;
	position : relative;
	border : 0px solid black;
}

#nav {
	height : 1em;
	padding : 10px 10px 10px 10px;
	margin-top: 0em;
	margin-bottom: .5em;
        background-color: #b7d3d4;
	text-align: center;
	font: 1.1em Century Gothic, Avant Garde, Ariel, Sans-serif;
	letter-spacing: 0.8em;
	word-spacing: 0.5em;
}

#content {
    float: right;
    width : 600px;
    padding : 5px 40px 0px 45px;
    border-left-style : dotted;
    border-left-width : 1px;
    border-left-color : grey;
}

#sidebar {
    float: left;
    width : 175px;
    text-align : center;
    margin-left : 25px;
}

#sidebar h1 {
	font: 1.5em Century Gothic, Avant Garde, Ariel, Sans-serif;
	margin-left: 0.8em;
        letter-spacing: 0.8em;
}

#sidebar img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
}

.widget_sideblog {
  border-bottom: 2px solid #b7d3d4;
  padding-right: 10px;
  padding-bottom: 20px;
}

.widget_sideblog ul{
 text-align: left;
 margin-left:-30px;
}

.makething {
	padding-bottom: 10px;
        padding-top: 10px;
}

#footer {
    clear: both;
    height : 1em;
	padding : 10px 10px 10px 10px;
	margin-top: -.5em;
	margin-bottom: .5em;
	text-align : left;
        background-color: #b7d3d4;
	text-align: center;
	font: 0.5em Century Gothic, Avant Garde, Ariel, Sans-serif;
	letter-spacing: 0.8em;
	word-spacing: 0.5em;
}

#posthistory {
    text-align: center;
}

/* Post stuff */
.post {
    padding-top : 10px;
    border-bottom : 3px solid #b7d3d4;;
    margin-bottom : -20px; 
    line-height: 1.5;
}

.storytitle {
    text-align : left;
    padding-top : 10px;
    color : dimgrey;
    font: 1.5em Century Gothic, Avant Garde, Ariel, Sans-serif;
	letter-spacing: 0.1em;
}

.storycontent {
    text-align : justify;
    padding-left : 10px;
    padding-right : 10px;
}

.storycontent img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin-left: auto;
margin-right: auto;
  padding: 4px;
}

.feedback {
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 20px;
    text-align : left;
}
.storydate {
    text-align : left;
    display: inline;
}
.filedunder {
	display : inline;
}
.commentlink {
	display: inline;
}
.post-edit-lin{
	display: inline;
}

.commentlist {
    text-align : left;
}

.navigation {
    padding-top : 10px;
    padding-bottom : 10px;

}
.narrowcolumn {
    text-align : justify;
}

/* Global stuff */  
a:link, a:visited {
    text-decoration : none;
    color : dimgrey;
}

a:hover {
    text-decoration : underline;
    color : dimgrey;
}

#nav a {
	color: black;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
h2,h3 {
    color : dimgrey;
}
