/*
Theme Name: Savannah Story Spinners
Theme URI: http://www.savannahstoryspinners.com
Description: Savannah Story Spinners Website.
Version:
Author: Sarah Brenner, Bighouse Graphix
Author URI: http://www.bighousegraphix.com

*/

/* Reset global properties
----------------------- */
* {
	margin: 0px;
	padding: 0px;
 }

html, body, p, form, input, label, 
div, span, h1, h2, h3, h4, h5, h6, h7,
br, a, table, tr, td, ul, ol, li, img {
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-decoration: none;
	list-style-type: none;
 }
 
h1, h2, h3 ,h4 ,h5 ,h6 ,h7 {
	display: inline;
 }
 
/* Basic HTML tags
--------------- */
a {
	color: #C1272D;
 }

#footer a {
	color: #636363;
 }

a:hover {
	color: #636363;
 }
 
.nopad a, a .nopad {
	padding: 0;
	margin: 0;
	display: block;
 }
 
#sidebar a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
 }
 
p {
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 1em;
 }
 
#content h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
 }
 
.post-title h2 a {
	color: #231F20;
	font-weight: bold;
	font-size: 23px;
	line-height: 24px;
}
 
#sidebar h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
 }
 
 .email {
	vertical-align: text-bottom;
}

.logo a {
	text-indent:-9999em;
	width: 720px;
	height: 94px;
	background: url(images/SavannahStory_LOGO.gif) no-repeat;
	display:block;
	margin: auto;
  }
 
 .ghostimg {
	margin-top: 15px;
}
 
 .left {
	float: left;
}
 
 .right {
	float: right;
}
 
/* Start Website in Sequence */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #231F20;
	background: #C1B49A;
 }

#container {
	width: 740px;
	margin: auto;
	margin-top: 20px;
	background: #FFFFFF url(images/background.gif) no-repeat top center;
 }

#top {
	width: 720px;
	height: 129px;
	margin: auto;
	padding: 10px 10px 0 10px;
 }

#search {
	float: right;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	margin-top: 10px;
 }

#middle {
	width: 720px;
	margin: auto;
	margin-top: 10px;
	padding: 0 10px 0 10px;
	background: url(images/bkrnd_middle.gif) repeat-y left;
 }

#middle_bottom_sidebar {
	width: 720px;
	background: url(images/bkrnd_bottom_sidebar.gif) no-repeat bottom left;
 }

#content {
	width: 499px;
	margin: auto;
	padding: 0 0 0 7px;
	float: left;
 }

#sidebar_wrapper {
	width: 198px;
	float: right;
 }

#sidebar {
	width: 197px;
	background: url(images/bkrnd_top_sidebar.gif) no-repeat top;
	padding: 10px 0 30px 0;
 }

#bloglinks {
	padding: 10px 20px 0px 20px;
 }

#mailing-list {
	padding: 10px 20px 0px 20px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
 }


   
 /* End Center */
 
/* Start Nav
--------- */
#nav {
	float: left;
	padding-top: 10px;
 }
 
#nav ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

#nav li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
}

li.pad {
	margin-right: 40px;
}

 #sidebar ul {
	margin: 0.5em 0 0.5em 0;
	line-height: 2em;
}

 #sidebar li.space {
	height: 13px;
}

 /* End Nav */
 

/* Start Bottom */



/* End Bottom */

/* Start Footer */

#footer {
	width: 740px;
	margin: auto;
	text-align: center;
	color: #636363;
	margin-top: 10px;
	margin-bottom: 15px;
 }
 
 /* End Footer */
 
 /* Start Forms */

input, textarea {
	border: 1px solid #C1C1C1;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 2px;
	font-size: 12px;
 }

.contact2 {
	border: 1px solid #C1C1C1;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 2px;
	font-size: 12px;
	width: 200px;
 }

form td {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
 }

.contact td {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
 }

.contact td.tdright {
	text-align: right;
 }

.submit {
	width: 93px;
	height: 23px;
	border: none;
	cursor: pointer;
	background: url(images/btn_submit.gif) no-repeat 0 0;
 }

.submit:hover {
	background: url(images/btn_submit_up.gif) no-repeat 0 0;
 }

.btn_go {
	width: 52px;
	background: url(images/btn_go.gif) no-repeat 0 0;
	margin-left: 5px;
	height: 23px;
	border: none;
	cursor: pointer;
 }

.btn_go:hover {
	background: url(images/btn_go.gif) no-repeat -52px 0;
 }

.btn_Submit-Mailing {
	width: 124px;
	background: url(images/btn_Submit-Mailing.gif) no-repeat 0 0;
	height: 51px;
	border: none;
	cursor: pointer;
 }

.btn_Submit-Mailing:hover {
	background: url(images/btn_Submit-Mailing.gif) no-repeat -124px 0;
 }
/* End Forms */

	/* Start Blog */
 
 .postmetadata {
	font-size: 11px;
	color: #333333;
}
 
 .postline, hr {
	border-top: solid #B3B3B3 2px;
	border-right: none;
	border-left: none;
	border-bottom: none;
	padding-bottom: 15px;
}
 
#post-title-date {
	height: 45px;
	margin-bottom: 10px;
	float: none;
	width: 500px;
}
 
 .date {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(images/bkrnd_date.gif) no-repeat;
	width: 74px;
	height: 37px;
	text-align: center;
	padding: 7px 3px 0 3px;
	float: left;
	margin-right: 7px;
}
 
.post-title {
	padding: 0px 0 0 0;
	float: left;
	width: 410px;
	height: 44px;
}
 
.postmetadata a {
	color: #BE1E2D;
	text-decoration: none;
}
 
.entrywrapper{
	padding-bottom: 5px;
}

.entry{
	text-align: left;
	line-height: 1.5em;
	padding-bottom: 0px;
	margin-top: -1px;
}

.entry a{
	color: #BE1E2D;
}

.entry a:hover{
	color: #333333;
}

.entry p a:active,.entry p a:hover {
	color: #000;
	text-decoration: none;
}

.post {
	margin: 0 0 10px 0;
	text-align: justify;
}

.clear{
	clear: both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Clear Fix Code */
.ClearFix:after{
      content:".";
      display:block;
      height:0;
      clear:both;
      visibility:hidden;
}

.clear {
      clear:both;
}

/* WinIE7 only */
*:first-child+html .ClearFix{
      height:1%;
 }

/* WinIE6 and below */
* html .ClearFix{
      height:1%;
}

/* MacIE only */
/*¥*//*/
.ClearFix{
	display:inline-table;
 }
/**/


/* ------------------------------------- Float Feedback Button ------------------------------------- */

#floatdiv {
	position:absolute;
	left:0px;
	top:0px;/* This is a floating javascript menu. */
	font-size: 15px;
	text-align: center;
 }
 
 .feedback {
	font-size: 10px;
 }
