/* 
	Theme Name: Shindig CMS w/Store Feed 
	Theme URL: http://madbadcat.org
	Description: etsyCMS  is a 2-column Widget-ready theme created for WordPress.
	Author: madbadcat
	Author URI: http://www.madbadcat.org
	Version: 1.14
	Tags: two columns, fixed width, black, white, gray, red, sidebar widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0 - 02/05/2010
*/

body {
	color: #32312F;
	background-color: #f7f4e1;
	margin: 0px auto 0px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
font-size: 13px;
background-image: url(images/bg-pale-repeat.jpg);
background-repeat: repeat;
background-position: center center; 
}
	
#wrap {
	width: 985px;
	margin: 10px auto 10px;
	padding: 10px;
	position: relative;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
	background: #f4f2df;
border: 1px #bfbcad solid;
clear: both; 
}


/************************************************
*	Globals & Hyperlinks									*
************************************************/

a, a:visited {
	color: #8f2831;
	text-decoration: none;
font-family: Trebuchet MS, Arial, Tahoma;
font-size: 1.0em; 
border-bottom: 2px #eee solid;
}
	
a:focus, a:hover, a:active {
	color: #496a71;
	text-decoration: none;
border-bottom: 2px #8f2831 solid;
	}

#wrap a:hover img {
	border-bottom: 0px none #ffffff;
border: 0px none #ffffff;
	}

#wrap a img {
	border-bottom: 0px none #ffffff;
border: 0px none #ffffff;
}

h1, h2, h3, h4 {
text-transform: capitalize; 
color: #8f2831;
font-family: Trebuchet MS, Arial, Tahoma;
}

h1 a, h1 a:hover {
text-transform: capitalize; 
color: #8f2831;
font-family: Trebuchet MS, Arial, Tahoma;
border-bottom: 2px solid #8b8d82;
}

h2 a {
text-transform: capitalize; 
color: #496a71;
font-family: Trebuchet MS, Arial, Tahoma;
border-bottom: 2px solid #8f2831;
}

h2 a:hover {
text-transform: capitalize; 
color: #8f2831;
font-family: Trebuchet MS, Arial, Tahoma;
border-bottom: 2px solid #496a71;
}
	
/************************************************
*	Top     									*
************************************************/

#top {
	width: 980px;
	height: 15px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: transparent;
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	}

#header h1 {
	color: #516142;
	font-size: 36px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 10px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #496a71;
	font-size: 36px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.headerleft {
	width: 440px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
.headerleft a, .headerleft a:visited {
	color: #516142;
	text-decoration: none;
border:none;
	}
	
.headerleft a:hover {
	text-decoration: none;
	}

.headerleft p {
	color: #C0C0C0;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
	}
	
.headerright {
	width: 520px;
	float: right;
	margin: 0px;
	padding: 00px 0px 0px 0px;
	
	}

#header .widget  {
	background: transparent;
	margin: 0px auto 0px;
	padding: 5px;
}
	
.headerright p {
	margin: 0px;
	padding: 0px;
	}
	
.headerright a, .headerright a:visited {
	color: #000000;
	text-decoration: none;
border:none;
	}
	
.headerright a:hover {
	color: #666666;
	text-decoration: underline;
border:none;
	}

.headerright li {
list-style: none;
	margin: 0px auto 0px;
	padding: 0px;
text-align: center; 
}
	
/************************************************
*	Navbar      								*
************************************************/
#navbar {
	background: #8b8d82;
	width: 960px;
	height: 38px;
	font-size: 1.1em;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 1px 0px 0px 0px;
border-bottom: 3px #496a71 solid;
 
}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	display: block;
	font-weight: normal;
    margin: 0px;
	padding: 7px 9px 6px 8px;
	text-decoration: none;
	text-transform: capitalize;
	border: 0px;
background: #8b8d82; 
border-top: 4px #8b8d82 solid;
}

#nav li a:hover, #nav li a:active {
	background: #f8f5ea;
border-top: 4px #496a71 solid; 
border-bottom: 4px #bf5f51 solid; 
	color: #3b3b3b;
text-decoration: none;

}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 170px;
	background: #f8f5ea;
	color: #3b3b3b;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 4px solid #bf9833;
	border-left: 1px solid #bf9833;
	border-right: 1px solid #bf9833;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #f8f5ea;
	color: #3b3b3b;
	padding: 7px 10px 7px 10px;
border-bottom: 4px #bf5f51 solid; 
	}

#nav li ul {
background: #bf9833  url(images/navhover.gif) bottom;
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#nav li li {
	}

#nav li ul a { 
	width: 160px;

	}

#nav li ul a:hover, #nav li ul a:active { 

	}

#nav li ul ul {
background: #bf9833  url(images/navhover.gif) bottom;
	margin: -30px 0 0 191px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}

.navsearch {
float: right;
width: 300px;
margin: auto;
padding-top: 8px; 
}
	
/*#nav .current_page_item a {
	background: #000000 url(images/navhov.gif);
	color: #FFFFFF;
	}*/

/************************************************
*	Homepage 					            	* 
************************************************/

#homepage {

display: block; 
}	
	
#homepage p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#homepage a, #homepage a:visited  {
	border-bottom: none; 
	text-decoration: none;
text-transform: capitalize;


}
	
#homepage a:hover {
	
	text-decoration: none;
color: #496a71; 
}
	
#homepage embed, #homepage object {
	width: 280px; 
	height: 235px;
	margin: 0px; 
	padding: 0px;
	}
	
#homepage .widget  {
	background: #f8f5ea;
	margin: 10px 0px 10px 0px;
	padding: 9px;
background-color: #fff; 	
	}
	
#homepage ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#homepage ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage ul li li {
	background: url(images/icon-grey.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
#homepage ul li ul li {
	background: url(images/icon-grey.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
#homepage ul li a, #homepage ul li a:visited {
	color: #8f2831;
	text-decoration: none;
	border-bottom: 1px dotted #F7F7F7;
	}
	
#homepage ul li a:hover{
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #bf9833;
	}
	
.homepageleft, #contentleft {
	float: left;
	width: 530px;
	margin: 10px 0px 0px 5px;
	padding: 0px;
display: inline; 
}

#blog-title h1 {
	font-size: 2.3em;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 10px;
text-decoration: none;
clear: both;
width: 510px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
background-color: #fff;
color: #8f2831;
text-align: center;
line-height: 1.7em; 
}

.homepageleft h1 {
	font-size: 1.5em; 
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
line-height: 1.2em;
}
	
#homepage h2 {
	font-size: 1.2em;
	 
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
line-height: 1.1em; 
}
	
.homepageright {
	float: right;
	width: 410px;
	margin: 0px auto 0px;
	padding: 0px;
display: inline; 
}


.homepageright ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.homepageright ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

.homepageright ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.homepageright ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.homepageright ul li li {
	background: url(images/icon-grey.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
.homepageright ul li ul li {
	background: url(images/icon-grey.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
.homepageright ul li a, .homepageright ul li a:visited {
	color: #8f2831;
	text-decoration: none;
	border-bottom: 1px dotted #F7F7F7;
	}
	
.homepageright ul li a:hover{
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #bf9833;
	}
	
	
#homepagebottom {
	float: left;
	width: 530px;
	margin: 0px auto 0px;
	padding: 0px 0px 5px 0px;

}
	
#homepagebottom p {
	margin: 0px;
	padding: 0px;
	}
		


.section1 {
	margin: 10px 0px 10px 0px;
	padding: 20px;
	background-color: #fff; 
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
	} 

.section {
	margin: 0px 0px 10px 0px;
	padding: 20px;
	background-color: #fff; 
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
	}

.hpbottomleft {
	float: left;
	width: 250px;
	margin: 10px 0px;
	padding: 0px;
display: block; 
}

.hpbottomright {
	float: right;
	width: 250px;
	margin: 10px 0px;
	padding: 0px;
display: block; 
	}

/************************************************
*        Portfolio Homepage Bar Special  CSS	    *
************************************************/
#port {

	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	
float: right; 
}

#thework {
float: right;
	margin: 20px 0px 20px 10px;
	padding: 0px;
clear: both;

}

#section-title h1 {
	font-size: 1.85em; 
	font-weight: normal;
	margin: 0px auto 0px;
	padding: 15px 8px;
text-align: center;
text-decoration: none;
clear: both;
width: 390px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
color: #8f2831;
text-align: center;
line-height: 1.2em;
background-color: #ffffff;

}

#thework h2 {
	font-size: 1.3em;
	 
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
line-height: 1.4em;
text-align: center; 
}

#thework h3 {
text-align: left;
font-size: 1em;
font-family: Trebuchet MS, Arial, Tahoma;
font-weight: normal;
font-style: italic;
line-height: 1.3em; 
}

#thework-l {
	float: left;
	width: 169px; 
	margin: 0px 10px 10px 0px;
	padding: 10px;
background-color: #fff; 
overflow: hidden;
height: 205px; 
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
}

#thework-l img, #thework-l a:img, #thework-l a:hover img  {
border-bottom: none;
border: none;	
display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
}



	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
background: transparent ;
display: block;
}
	
#contentwide {
	float: left;
	width: 940px;
	margin: 0px auto 0px;
	padding: 20px 20px 20px 20px;
	}
	
#contentwide a, #contentwide a:visited {
	color: #a32615;
	text-decoration: none;
	border-bottom: 0px dotted #4C6980;
	}
	
#contentwide a:hover {
	color: #a32615;
	text-decoration: none;
	border-bottom: 0px dotted #FFFFFF;
	}

#contentleft h1, #contentwide h1 {

	font-size: 22px;
	 
	font-weight: normal;


	
}
	
#contentleft h1 a, #contentwide h1 a  {
color: #a32615;
	font-size: 20px;
	 
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	border: none;
text-align: center; 
}

#contentleft h1 a:hover, #contentwide h1 a:hover {
	color: #222222;
	text-decoration: none;
	border: none;
	}
	
#contentleft h2, #contentwide h2 {
	color: #222222;
	font-size: 18px;
	 
	font-weight: inherit;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 18px;
	border-bottom: 0px dotted #CCCCCC;
text-align: center; 
}
	
#contentleft h3, #contentwide h3 {
	color: #222222;
	font-size: 20px;
	 
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	border-bottom: 2px solid #CCCCCC;
	}
	
#contentleft h4, #contentwide h4 {
	color: #222222;
	font-size: 20px;
	 
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	border-bottom: 2px solid #CCCCCC;
	}
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#post-title {
	margin: 0px 0px 0px 0px;
	padding: 15px 15px;
text-decoration: none;
clear: both;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
background-color: #ffffff;
line-height: 1.7em;
}

#post-title p {
margin: 0px auto 0px;
	padding: 0px 15px 10px 15px;	

}

#post-title h1 {
	font-size: 2.1em;	 
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px;
text-decoration: none;
color: #8f2831;
text-align: center;
line-height: 1.2em;
border-bottom: none; 
}

#post-title h2 {
	font-size: 1.7em;	 
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px;
text-decoration: none;
color: #8f2831;
text-align: center;
line-height: 1.2em;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
background-color: #ffffff;
line-height: 2.1em;
}


.crumbs {

	font-size: 9px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 5px 5px;
text-align: center; 
}

#postarea {
	margin: 10px 0px 10px 0px;
	padding: 20px;
	background-color: #fff; 
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
	}



#postarea h1,  h1#postarea {
	color: #333333;
	font-size: 22px;
	 
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	border-bottom: 2px solid #CCCCCC;
}

#postarea p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
#postarea img a {
	padding: 0px 0px 10px 0px;
	margin: 0px;
float: left;

	}
	
#postarea a, #postarea a:visited, .postcomments a, .postcomments a:visited {
	
	}
	
#postarea a:hover, .postcomments a:hover {
	
	}
	
#postarea ol {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 15px;
display: block;
list-style-position: inside; 
}
	
#postarea ol li {
	margin: 0px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
display: list-item;
list-style-position: inside;
	}
	
#postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
#postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#postarea ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
#postarea ul ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
blockquote {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border: 1px solid #E6E6E6;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.postauthor {
	margin: 0px 0px 10px 0px;
	padding: 0px;
font-size: .9em;
font-style: italic;
text-align: center; 
}
	
.postmeta {
	background: #F7F7F7;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 50px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
code {
	color: #222222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}
	
.archive {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 20px 25px 20px 0px;
	}

.adsense-post {
	float: left;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
text-align: center;
clear: both; 
}

#shoplink {

	margin: 30px auto 30px;
	padding: 10px;
	background-color: #8f2831; 
-moz-border-radius: 20px; 
-webkit-border-radius: 20px; 
border: 1px #bf9833 solid;
text-align: center;
font-family: Trebuchet MS, Arial, Tahoma;
text-decoration: none;
width: 75%; 
}

 #shoplink a {

font-size: 2em;
color: #F5F5F5;
text-decoration: none;
line-height: 1.3em;
text-align: center;
border: 0em; 
}

 #shoplink a:hover {
font-size: 2em;
color: #F5F5F5;
text-decoration: none;
line-height: 1.3em;
text-align: center;
border-bottom: 4px #bf9833 solid; 
}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 20px 20px 0px;
	display: inline;
float: left; 
}


img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 5px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 5px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #F5F5F5;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

#postarea a img {
background-image: url(images/enlarge.gif);
background-repeat: no-repeat;
background-position: bottom right;
padding-bottom: 20px; 
}
	
/************************************************
*	Sidebar 	        			     	    * 
************************************************/
	
#sidebar h2 {
	color: #333333;
	font-size: 16px;
	 
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
text-align: center;
line-height: 1.3em; 
}
	
#sidebar a, #sidebar a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #bf9833;
	}
	
#sidebar a:hover{
	color: #516142;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
	}

#sidebar p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#sidebar .widget  {
	
	margin: 10px 5px 15px 0px;
	padding: 12px;
background-color: #fff; 
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: url(images/icon.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
#sidebar ul li ul li {
	background: url(images/icon.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
#sidebar .video embed, #sidebar .video object {
	width: 250px; 
	height: 205px;
	margin: 0px; 
	padding: 0px;
	}
	
.textwidget {
	margin: 0px;
	padding: 0px;
	}
	
.postform {
	background: #F5F5F5;
	width: 235px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#cat {
	background-color: #f8f5ea; 
	color: #222222;
	margin: 5px 0px 0px 0px;
	}

#quicksearch li {
background-color: #f8f5ea; 
}

#quicksearch li a:hover {
background-color: #f8f5ea; 
color: #bf5f51;
}



/************************************************
*	Promos					            	* 
************************************************/

#promos {
	width: 940px;
	margin: 0px auto 0px;
	padding: 10px 20px 0px 10px;
background: transparent;

}

#promos .widget  {
	background: #F7F7F7;
	margin: 0px 0px 10px 0px;
	padding: 15px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
border: 1px #dedede solid; 
	}

.promoleft {
	float: left;
	width: 305px;
	margin: 0px;
	padding: 0px;
	}

.promocenter {
	float: left;
	width: 305px;
	margin: 0px 0px 0px 13px;
	padding: 0px 0px 0px 0px;
	}

.promoright {
	float: right;
	width: 305px;
	margin: 0px;
	padding: 0px;
	}

#promos ol {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
#promos ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
#promos ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
#promos ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#promos ul li {
	background: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	}
	
#promos ul ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
#homepagebottom p {
	margin: 0px;
	padding: 0px;
	}
	
#promos h1 {
	color: #222222;
	font-size: 20px;
	 
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
text-transform: capitalize; 
	}
	
#promos h1 a, #promos h1 a:visited {
	color: #516142;
	font-size: 14px;
	 
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	border: none;
text-transform: capitalize; 
}

#promos h1 a:hover{
	color: #516142;
	text-decoration: none;
	border-bottom: 2px solid #bf9833;
font-weight: bold; 
}

#promos h2 {
	color: #496a71;
	font-size: 16px; 
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	line-height: 22px;
text-transform: capitalize;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
text-align: center;
}
	
#promos h2 a, #promos h2 a:visited {
	color: #516142;
	font-size: 16px;
	 
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	border: none;
text-transform: capitalize; 
}

#promos h2 a:hover{
	color: #516142;
	text-decoration: none;
	border-bottom: 1px dotted #bf9833;
font-weight: bold; 
}

/************************************************
*	linkbar								*
************************************************/

#linkbar {
	background: transparent;
	width: 960px;
height: 145px;
	color: #496a71;
	font-size: 11px;
	text-transform: uppercase;
	text-transform: uppercase;
	margin: 0px 0px 0px 10px;
	padding: 0px 5px 0px 5px;
float: left;
display: block; 
}

#linkbar a, #linkbar a:visited {
	color: #8f2831;
	text-decoration: none;
font-family: Trebuchet MS, Arial, Tahoma;
font-size: 1.2em;
border-bottom: 0px #8f2831 solid; 
}
	
#linkbar a:focus, #linkbar a:hover, #linkbar a:active {
	color: #3b3b3b;
	text-decoration: none;
border-bottom: 0px #8f2831 solid;
	}

#linkbar a img,  #linkbar a:hover img {

	border-bottom: 0px none #ffffff;
border: 0px none #ffffff;
text-decoration: none;

}

.phpad {
padding-right: 10px; 
float: left;
}



	
/************************************************
*	Footer  									*
************************************************/

#footer {
	background: transparent;
	
	width: 960px;
	color: #496a71;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px auto 0px;
	padding: 0px 10px 0px 10px;
	}
	
#footer p {
	color: #496a71;
	margin: 0px;	
	padding: 10px 0px 20px 0px;
	}
	
#footer a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#footer a {
	
	}

#footer a:hover {
	
	}
	
.footerleft {
	width: 650px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	}
	
.footerright {
	width: 230px;
	float: right;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	text-align: right;
	}
	

	
/************************************************
*	Search Form									*
************************************************/

#subscribe {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #F5F5F5 !important;
	width: 185px;
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#subbutton {
	background: #516142 url(images/homelink.png);
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #333333;
	}

#searchform {
	margin: 0px 0px 0px 0px;
	}
	
#searchformheader {
	margin: 0px;
	padding: 0px;
	}
	
#searchbox {
	background: #F7F7F7 !important;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	width: 210px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px 3px 0px 0px;
	border: 1px solid #999999;
	}
	
#searchbutton {
	background: #6f665f;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px;
	border: 1px solid #222222;
	}
	
#s {
	background: #f8f5ea;
	width: 175px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px 3px 0px 0px;
	padding: 3px 0px 3px 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#searchsubmit {
	background: #DDDDDD;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #AAAAAA;
	display: inline;
	}
	
#submit {
	background: #516142;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333333;
	}
	
#author, #email, #url {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#comment {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: transparent;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 0px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 10px 0px;
	padding: 10px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li, .commentlist ol li {
	margin: 15px 0px 10px 0px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #666666;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333333;
	}
	
.reply a:hover {
	background: #8b8d82;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #4C6980;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: transparent;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F7F7F7;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

 p.readmore { 
text-align: right;
visibility: hidden; 
} 
p.readmore a { 
visibility: hidden; 
color: #ff0000; font-size: 11px;
 }  