/*   
Theme Name: EtsyFAST
Description: Etsy Fiber Arts Street Team blog
Author: Jenn de la Fuente 
Author URI: http://www.jrosebud.com/designs
.
Custom designed template for EtsyFAST.
*/


body {
	height: 100%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: #ffffff url(image/background.jpg) repeat;
}

img {
	border: 0;
}

h1 {
	font-size: 200%;
	font-weight: bold;
	padding-bottom: 0.5em;
	color: #652B8F;

}

h2 {
	font-size: 150%;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

h3 {
	font-size: 150%;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

a {
	color: #652B8F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.author {
        font-size: 90%;
        padding-bottom: 5px;
}
 

#centerwrapper {
	width: 850px;
	background: #ffffff;
	padding-top: 15px;
	margin: auto;
	position: relative;
	top: 35px;
}

/* nav here */

#navbar {
	float: left;
	width: 100%;
	text-align: center;
}

#navbar li {
	float: left;
	font-weight: bold;
	font-size: 110%;
	color: #652B8F;
	list-style: none;
}

#navbar a {
	text-decoration: none;
	display: block;
	padding: 0.7em 1.2em 0.7em 1.2em;
}

#navbar a:hover, body#contact #t-contact a {
	background: #652B8F;
	color: #FFFFFF;
}

#navbar a:hover, body#links #t-links a {
	background: #652B8F;
	color: #FFFFFF;
}

#rule {
	border: 1px #652B8F solid;
	clear: both;
}

.footer {
	background-color: #652B8F;
	padding: 0.7em;
	text-align: center;
	color: #DCCDE6;
	font-size: 85%;
}

.pages {
        padding-top: 15px;
}

.footer a {
	color: #DCCDE6;
}

.inset {
	padding: 15px;
}

/* dividing CSS code */

.threequartersleft {
	background: url(image/white.jpg) repeat;
	text-align: left;
	width: 565px;
	padding: 15px;
	vertical-align: top;
}

.threequartersright {
	background: url(image/white.jpg) repeat;
	text-align: left;
	width: 215px;
	float: right;
	padding: 15px;
}

/* sidebar crap */

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}


ul li {
	margin-left: 5px;
}