/*  
Theme Name: StitchinSis
Theme URI: 
Description: WordPress theme designed for Stitchin' Sisters
Version: 1.0
Author: 2FishWeb.com
Author URI: http://2fishweb.com
*/

body { 
	margin:0; 
	font-size:0.9em; 
	line-height:20px; 
	background:url(images/background.gif) repeat #ffffff; 
	font-family: Verdana, "Myriad Pro", "Trebuchet MS", Arial;
}

#page {
	background-color: white;
	text-align: left;
	}


img, img a {
	border:0;
}	

a { 
	color:#949B12; 
	text-decoration: none;
	}

a:hover { 
	color: #17A3BF;
	text-decoration:none;
	}

#container {
	width: 1020px;
	display:block;
	margin:auto;
	padding: 0 10px;
	background: #FAFDFE;
}

#header { 
	width:1000px;
	padding: 0 10px;
	height: 200px;
	background-image: url(images/header.gif) no-repeat top center;	
	}

#logo { 
	padding:30px 0 0 40px; 
	height:36px; 
}

#logo a { 
	color:#FFFFFF; 
	text-decoration:none; 
	font-weight:bold; 
	height:36px; 
	font-size:26px; 
	text-transform:uppercase;
	}
	
#menu { 
	background: #C8CF4D; 
	width:1000px; 
	margin:0 auto; 
	height:52px; 
	position: relative;
	z-index:15;
	}

#menu ul { 
	margin:0; 
	padding:0;
	}

#menu ul li { 
	background: url('images/button.gif') no-repeat;
	display:inline; 
	float:left; 
	width:150px; 
	list-style:none; 
	height:52px;
	line-height:32px;
	text-indent:55px;
	}
#menu a { 
	display:block; 
	float:left; 
	width:150px; 
	color:#FFFFFF; 
	font-size:14px; 
	font-weight:bold; 
	text-decoration:none; 
	padding-top:8px;
	}
#menu a:hover { 
	color: #86DDEF;
	}

#main { 
	width:100%;
	background: url(images/body-bg.gif);
	}
	
/* Begin Sidebar */
#sidebar
{
	background-color: #FAFDFE;
	width: 350px;
	height: 400px;
	padding: 20px 0 10px 0;
	margin-top: 30px;
	float:right;
	border: 1px solid #949B12;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar ul li {list-style:none; margin-left: 0px; padding-left:5px; }	
/* End Sidebar */

#content { 
	margin:0 auto; 
	width:1000px; 
	padding:0 10px 30px 10px;
	}
#content h1 { font-family: Georgia, Times, "Times New Roman", serif;
	font-style:italic;
	color: #949B12;
	padding: 30px 0 15px 0; 
	margin:0; 
	font-size:2.25em;
	}
	
#content h2 { font-family: Georgia, Times, "Times New Roman", serif;
	font-style:italic;
	color: #949B12;
	padding: 30px 0 15px 0; 
	margin:0; 
	font-size:2em;
	}
#content h2 a { text-decoration: none;}
#content h2 a:hover { color:#17A3BF;}
#content p { padding:0 0 5px 0;}
.entry p { margin: 5px 0 0 0;}
#content .post { padding-bottom:15px;}
#content ul li {list-style:none; margin-left: 0px; padding-left:20px; }
#content ol li { margin-left: 20px; }

#footer {
	font-size:80%;
	text-align:center;
	background: url(images/footer-hr.gif) repeat-x top left;
	height:120px;
	}

	.navigation { text-transform:uppercase; margin-top: 20px;}
blockquote { font-style:italic; border-left:3px solid #F4F4F4; padding-left: 5px; margin-left: 20px;}
code { line-height:normal; font-size:12px;}

.clear { clear:both; }


/***** Images *****/
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 15px 20px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 20px 15px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

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


/***** Catalog page ****/
.row {
	width:100%;
	min-height:425px;
}

.catalog {
	width:235px;
	float:left;
	margin: 20px 4px 12px 0;
	text-align:center;	
}

img.cat {
	margin-bottom:12px;
	border: 3px solid #C8CF4D;
	}

h3.catalog {
	font-family: Verdana, "Myriad Pro", "Trebuchet MS", Arial;
	font-weight:bold;
	color: #000000;
	}
	
p.small {
	font-size: 85%;
	font-style: italic;
	}
