/* 
Theme Name: Seedpod Craft
Theme URI: http://blog.seedpodbooksandart.com
Description: Third generation of Seedpod Craft, using Blueprint 1.0 for layout & two cols
Version: 3.0
Author: Barry Croker
Author URI: http://www.crokers.us
*/

.showme {
	background-color : lightgrey;
}

body {
	background-color : #EBECE4;
}

.container {
	background-color : white;
	margin-top : 20px;
	margin-bottom : 20px;
	border : 1px solid grey;
}

#header {
    background-image : url(images/header.jpg);
	background-repeat : no-repeat;
	height : 200px;
	border-bottom: 3px solid #405F54;
}

#header-sweetpod {
    background-image : url(images/header-sweetpod.jpg);
	background-repeat : no-repeat;
	height : 200px;
	border-bottom: 3px solid #405F54;
}

#header-yoga {
    background-image : url(images/header-yoga.jpg);
	background-repeat : no-repeat;
	height : 210px;
	border-bottom: 3px solid #405F54;
}

#header-float {
    position : relative;
	left : 20px;
	top : 20px;
	width : 300px;
	padding : 10px;
/*	background-color : #BDB76B; Dark Kahki*/
/*      background-color : #405F54; Dark Green */
	background-color : #8E8A63; /* Really Dark Kahki */
}

#nav {
	text-align: center;
	font-size : 2em;
}

#side-left {
	text-align: left;
	height : 800px;
}

#side-right {
	text-align: left;
}

.side-item {
	margin-top : 10px;
	padding-bottom : 10px;
}

.side-blog {
	margin-bottom : 10px;
	padding-top : 10px;
	text-align : left;
	border-bottom : 1px dashed;
}

.side-book {
	padding-bottom : 20px;
	padding-top: 20px;
	text-align : left;	
}

.zg_div {
	text-align : middle;
}

.widget_amzscwidget {
	padding-bottom : 20px;
	padding-top : 20px;
}

.amzshcs {
	padding-bottom : 20px;
	padding-top : 20px;
}

.heading {
	font-size : 2em;
}

#main {

}

#footer {
	text-align: center;
	height : 50px;
}

/* Post stuff */
.post {

}


.storytitle {
	font-size : 2em;
}

.storytitle-sweetpod {
	font-size : 2em;
	text-align : center;
}

.storycontent {
    text-align : justify;
    font-size : 1.1em;
}

.storycontent img {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.feedback {
    text-align : left;
}
.storydate {
    text-align : left;
    margin-bottom : 10px;
}
.filedunder {
    display : inline;
    font-style: italic;
}
.commentlink {
	display: inline;
}
.post-edit-lin{
	display: inline;
}

.commentlist {
    text-align : left;
}

.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 {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}

.aligncenter {
	text-align: center;
}

