/*  
Theme Name: Stitches
Theme URI: 
Description: 
Version: 1.0
Author: Matthew Schaefer
Author URI: http://markupcode.com
*/

body {
	background:url(images/pageBg.jpg)  no-repeat fixed center top;
}

img {
	border: 0px;
}

h1, h2, h3, h4 {
	color: #00659b;
	margin-top:0;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration:none;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 20px;
}
 
h3 {
	font-size: 14px;
}

h4 {
	font-size:14px;
}

a:link {
	color: #00659b;
}

a:visited {
	color:#00659b;
}
a:hover {
	color:#009b87;
}

a img {
	border: none;
}

ol.commentlist li {
	border-bottom:1px dashed #999999;
	margin:0 0 10px;
}

#wrapper {
	width: 960px;
	background: #fff;
	margin:auto;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	padding:10px;
}

#header {
	overflow: auto;
	border-top : 1px dashed #999;
	border-left : 1px dashed #999;
	padding:5px;
}

#headerTitle {
	width: 680px;
	float:left;
}

#headerTitle h1 {
	margin: 0;
}

#headerTitle p {
	margin: 0 0 5px 0;
}

#searchBox {
	float: right;
}

#searchsubmit {
	color: #00659b;
	background: #eee;
	border: 1px dashed #999;
}

#submit {
	color: #00659b;
	background: #fff;
	border: 1px dashed #999;

}

#searchBox form {
	float: left;
}
/*#pageMenu {
	clear:both;
}

#pageMenu ul {
	list-style-type:none;
	display:inline;
	padding:0;
	margin:0;
}

#pageMenu ul li{
	display:inline;
	padding: 0px 8px 0px 8px;
	border-left: 1px solid #999;
}

#pageMenu ul li.first {
	border:none;
	padding: 0px 8px 0px 0px;
}

#pageMenu ul li a{
	display:inline;
	text-decoration:none;
	font-weight:bold;
}

#pageMenu ul li a:hover {
	display:inline;
	background:#8fecd3;
	text-decoration:none;
	cursor: pointer;
}
*/
#pageMenu, #pageMenu ul { /* all lists */
	clear:both;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	display:block;
}

#pageMenu a {
	display: block;
	width:7em;
}

#pageMenu li { /* all list items */
	float: left;
	width:7em; /* width needed or else Opera goes nuts */
	font-weight:bold;
}

#pageMenu li a{
	text-decoration:none;
}

#pageMenu li a:hover{
	text-decoration:none;
	background:#8fecd3;
}

#pageMenu li ul { /* second-level lists */
	position: absolute;
	background: #eee;
	width:7em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#pageMenu li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 7em;
}

#pageMenu li ul li, li ul ul li {
	border-left:none;
	border: 1px dashed #999;
}


#pageMenu li:hover ul ul, #pageMenu li:hover ul ul ul, #pageMenu li.sfhover ul ul, #pageMenu li.sfhover ul ul ul {
	left: -999em;
}

#pageMenu li:hover ul, #pageMenu li li:hover ul, #pageMenu li li li:hover ul, #pageMenu li.sfhover ul, #pageMenu li li.sfhover ul, #pageMenu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



#container {
}

#content {
	width: 680px;
	float:left;
	border-top: 1px dashed #999;
	border-right: 1px dashed #999;
	border-bottom: 1px dashed #999;
	font-size:12px;
	padding:10px;
	margin-bottom:10px;
}

#sidebar1 a {
	border-bottom:1px solid #eee;
	text-decoration:none;
	}	
#sidebar1 a:hover {
	background-color: #8fecd3;
}	

#sidebar1 ul, #sidebar1 ul ol {
	margin: 0;
	padding: 0;	
}

#sidebar1 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;	
	border: 1px dashed #999;
	background: #eee;
	padding: 10px 15px 10px 15px;	
	}

#sidebar1 ul p, #sidebar1 ul select {
	margin: 0;
	}

#sidebar1 ul ul, #sidebar1 ul ol {
	margin:0px;
}

#sidebar1 ul ul ul, #sidebar1 ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar1 ul ol li {
	list-style: decimal outside;
}

#sidebar1 ul ul li, #sidebar1 ul ol li {
	margin: 0;
	padding:0;
	list-style:none;	
	border:none;
}

#sidebar1 a {
	border: none;
	background: none;	
	display: block;
	padding-left: 1px;
}

* html #sidebar1 a {
	height: 1px;
}

#sidebar1
{	
	width: 220px;
	float: right;
	margin: 0;	
	font-size: 12px;
}

#calendar_wrap {
	margin:auto;
	width:80%;
}

.widget_tag_cloud  a {
	display: inline !important;
}

#respond textarea {
	width: 640px;
	height: 150px;
}

#footer {
	clear: both;
	overflow:auto;
	border-top: 1px dashed #999;
	border-right: 1px dashed #999;
	border-bottom: 1px dashed #999;
	font-size:12px;
	padding:10px;
	height:70px;
	text-align:center;
}

#footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#footer ul ul, ul ul ul{
	display:none;
}

#footer ul li {
	display:inline;
	padding-right:10px;
}

#footer ul li a{
	text-decoration:none;
}

#footerleft {
	float: left;
}

#footerright {
	float: right;
}

.postMetadata {
	color:#777;
	font-size:11px;
}

.block {
	position: relative;
	background-color: #eee;
	border: 1px dashed #999;
	padding-left: 5px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.wp-caption {
	text-align:center;
}

.wp-caption img {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	margin:0;
	padding:0;
}

.wp-caption p.wp-caption-text {
	font-size:10px;
	margin:0;
	padding:5px;
}

.post pre, .post blockquote, .post code, .post img, .attachment img, .wp-caption, #respond, .avatar {
	background:#eee none repeat scroll 0 0;
	border: 1px dashed #999;
	padding: 10px;
	margin: 5px;
}

.post table {
	margin:10px 0 5px 0; 
	border-left:1px dashed #999;
	border-top:1px dashed #999;
	background:#eee;
}

.post th {
	padding:5px;
	border-right:1px dashed #999;
	background:#fff;
	border-bottom:1px dashed #999;
	font-style:italic;
	color:#00659B;
}

.post td {
	padding:5px;
	border-right:1px dashed #999;
	border-bottom:1px dashed #999;
}

.even td {
	background:#fff;
	border-right:1px dashed #999;
	border-bottom:1px dashed #999;
}

.hide {
	display:none !important;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.aligncenter {
	margin:auto;
	display:block;
}

.wp-caption {
	text-align: center;
	font-style:italic;
	margin-top: 5px;
	margin-bottom: 55px;
	padding: 4px 0 0 0;
}