/*  
Theme Name: Sew Thankful
Theme URI: http://www.gloderworks.com/
Description: The Sew Thankful WordPress Theme.
Version: 2.0
Author: GloDerWorks
Author URI: http://www.gloderworks.com/
*/

/* ======   Basic Layout Stuff   ======= */

body {
	background-color: #ffffff;
	margin: 0;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 100%;
	background-image: url(images/bg_wrapper.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#main {
	position: relative;
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/extender.jpg);
	background-repeat: repeat-y;
}
#header {
	width: 100%;
	height: 201px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	padding: 1px 0;
}
#outer {
	float: left;
	width: 100%;
	background-image: url(images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#inner {
	float: left;
	width: 100%;
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	z-index: 1;
	display: inline;
}
#sidebar {
	background-color: #c2bdd3;
	float: left;
	width: 155px;
	padding: 10px 5px;
}
#content {
	float: left;
	height: auto;
	_height: 600px;
	min-height: 600px;
	padding: 1px 10px 1px 100px;
	width: 708px;
}
#footer {
	height: 39px;
	padding-top: 10px;
	padding-right: 80px;
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

h1.pageTitle {text-indent: -1000em;}

/* ======   Basic Font and colour Stuff   ======= */

body { color: #000000; font-size: 13px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}

a {color: #361fae;}
a:hover {color: #8B55B5;}

#header a {display: block; width: 100%; height: 226px;}
* html #header a {display: block; width: 100%; height: 175px;}
#footer {
	font-size: 10px;
	text-align: right;
}

h1, h2, h3, h4, h5, h6 {
	color: #8B55B5;
	font-weight: bold;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
h1.pageTitle {text-indent: -1000em;}
h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3, h4, h5, h6 {font-size: 14px;}



/* ======  Blog Specific Stuff  ======== */

div.post, .postmetadata { clear: left;}
.postmetadata {
	font-size: 11px;
	border: 1px solid #c0c0c0;
	background-color:#EDEDED;
	padding: 3px;
}
.postmetadata a {color: #000000; font-style: italic;}
.postmetadata a:hover {color: #663366; text-decoration: none;}
div.navigation {margin-top: 10px; overflow: auto; font-size: 11px;}
div.navigation a {text-decoration: none;}
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;}
a img {border: 0;}
.alignright {float: right;}
.alignleft {float: left}

#sidebar {}
#sidebar ul {margin: 0; padding: 0;}
#sidebar li {margin: 0; padding: 0; list-style-type: none;}
#sidebar a {text-decoration: none; padding: 4px 4px 3px 4px; font-size: 11px; display: block;}
* html #sidebar ul {height: 1%;}
* html #sidebar li {height: 1%;}
* html #sidebar a {text-decoration: none; color: #62125c; padding: 4px 4px 3px 4px; font-size: 11px; display: block;}
#sidebar li a:hover {background-color: #8B55B5; color: #ffffff;}
#sidebar li.widget_tag_cloud a {display: inline; padding: 1px;}
#sidebar h2 {font-size: 16px; color: #000000; font-weight: normal; border-bottom: 1px solid #62125c;}


input#s {color: #c0c0c0; margin-bottom: 2px; width: 145px;}
#searchsubmit {margin: 2px 3px 0 3px; border: 1px solid #000000; background-color: #c0c0c0;}
form#commentform input {margin-left: 40px;}
textarea#comment {width: 625px; margin: 5px 40px;}
#sidebar select {width: 145px;}
#searchform {margin-bottom: 15px;}

#content h2 {border-bottom: 1px solid black;}
#content h2 a {text-decoration: none;  color: #5f529f;}
#content h2 a:hover {color: #8B55B5;}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

li.comment {
	border: 1px solid #2c1a06;
	margin-bottom: 10px;
	margin-right: 40px;
	list-style-type: none;
	padding: 5px;
}

.even {
	background-color: #ffffff;
}

.odd {
	background-color: #dfe0db;
}

.bypostauthor {
	background-color: #8B55B5;
	color: #ffffff;
}

.bypostauthor a {
	color: #000000;
}

.bypostauthor a:hover {
	color: #361fae;
}

span.says {
	display: none;
}
