/*  
Theme Name: Papercut
Theme URI: http://woothemes.com/
Description: A grungy news theme for Wordpress.
Version: 1.0
Author: WooThemes
Author URI: http://woothemes.com/
Tags: Grunge, News, 2 Columns, Pink, Dirty
*/
/* 00 - GLOBAL ELEMENTS
/* ----------------------------------------------*/
body {
	margin:0; padding:0;
	width:auto; height:100%;
	background:#2f281c url(https://org2.salsalabs.com/o/5958/images/content-back.jpg) repeat-y fixed center top;
	font:0.75em Tahoma, Arial, Helvetica, sans-serif; color:#666359; line-height:18px;
}
img {
	border:0;
}
blockquote {
	margin:0 auto 15px auto; padding:10px 10px 0 10px;
	width:90%;
	background:#fcfcf4 url(images/quote.gif) no-repeat bottom right; 
	border:1px solid #e7e8d8; 
	font:italic 1.2em Georgia, "Times New Roman", Times, serif; line-height:125%;
	color:#333333;
}
/* 01 - TYPOGRAPHY
/* ----------------------------------------------*/
/* Headings */
h1 {
	width:auto;
	/*height:98px;*/
	display:block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
h2 {
	margin:10px 0; padding:0;
	font:bold 1.85em Tahoma, Arial, Helvetica, sans-serif; color:#48463c;
	text-transform:none;
}
	
	#respond, #comments {
		margin-right:10px;
	}
	
	h2.archive {
		font-size:1.2em;
	}
h3 {
	margin:0; padding:0;
	font:1.50em Arial, Helvetica, sans-serif; color:#6e6960;
}
	.h3 {
		margin:0; padding:0;
		font:1.50em Arial, Helvetica, sans-serif;
	}
h4 {
	margin:5px 0; padding:0;
	font:bold 1.17em Arial, Helvetica, sans-serif; color:#48463c;
	text-transform:uppercase;
}
h5 {
	margin:5px 0; padding:0;
	font:.92em Georgia, "Times New Roman", Times, serif; 
}
	.h5 {
		margin:0 0 5px 0;
		font-size:.9em;
		color:#999999;
	}
h6 {
	margin:0; padding:0;
	font:bold 1.1em Arial, Helvetica, sans-serif;
	color:#48463c;
}
.commentform-key p {
	background:none;
	font:bold 1.25em Arial, Helvetica, sans-serif; color:#666359;
	text-align:right;
	line-height:27px;
}
/* Links */
a:link, a:active, a:visited {
	color:#010000;
	text-decoration:none;
}
a:hover {text-decoration: underline; color:#000000;}
h1 a {
	border:0;
	display:block;
	outline:0;
}
a img {
	border:0px;
}

h2 a:link, h2 a:active, h2 a:visited{
	font-size:1em; color:#47443a; text-decoration: underline;
}

h3 a:link, h3 a:active, h3 a:visited {
	color:#6e6960; text-decoration: underline;
}

h4 a:link, h4 a:active, h4 a:visited {
	color:#48463c;
}

h5 a:link, h5 a:active, h5 a:visited {
	color:#000000;
}

	h5.pink-links a:link, h5.pink-links a:active, h5.pink-links a:visited {
		color:#c04756;
	}
	
h6 a:link, h6 a:active, h6 a:visited {
	color:#48463c;
}
#navigation-links a {
	font:.84em Georgia, "Times New Roman", Times, serif; color:#d06a76;
	text-transform:uppercase; 
	line-height:37px; display:block;
	font-weight:bold;
}

.rss a {
	margin:0; padding:0 5px;
	font:1em Georgia, "Times New Roman", Times, serif; color:#ea8b1c;
}

#categories-back a {
	color:#6e6960;
	display:block !important; display:inline-block;
	height:55px;
}

.category a {
	margin:0 0 6px 0; padding:5px 10px;
	background:url(images/category-roll.gif) no-repeat top left;
	font:bold 0.85em Arial, Helvetica, sans-serif; color:#FFF; text-transform:uppercase;
	display:inline-block;
}

.featured a {
	color:#48463c;
}

.inner p a:link, .inner p a:active, .inner p a:visited {
	font:.92em Verdana, Arial, Helvetica, sans-serif; color:#393233;
}

.navigation a {
	font:bold 1.2em Verdana, Arial, Helvetica, sans-serif; color:#c04756;
}
a {
color:#48463c;
}
a:hover {
text-decoration:underline;
}
#navigation-links a:hover {
	color:#ede9c6; text-decoration:none;
}

#categories-back a:hover {
	margin:0; padding:0;
	color:#443842; text-decoration:none;
	background:url(images/category-arrow.gif) no-repeat bottom center;
}

#sidebar li ul li a:hover, #sidebar li.widget ul li a:hover {
	color:#c04756; text-decoration:none;
}

#sidebar li.widget ul li a:hover {
	color:#c04756;
}

.category a:hover {
	background:url(images/category.gif) no-repeat bottom center;
	text-decoration:none;
}
	
/* Styles */	
.uppercase {
	text-transform:uppercase;
}
.light {
	color:#7b7970;
}
.dark {
	color:#48463c;
}
.darker {
	color:#000;
}
.pink {
	color:#c04756;
}
.small {
	font-size:.83em;
}
.medium {
	font-size:.92em;
}
.large {
	font-size:1.70em;
}
.arial {
	font-family:Arial, Helvetica, sans-serif;
}
.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.block {
	display:block;
}
.inline {
	display:inline;
}
.bold {
	font-weight:bold;
}
.weight-normal {
	font-weight:normal;
}
/* 01 - STRUCTURE
/* ----------------------------------------------*/
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
.left {
	float:left;
}
.right {
	float:right;
}
img.left {
	margin-right:10px;
}
img.right {
	margin-left:10px;
}
#footer {
	margin:20px 0 0 0;
}
#footer img {
	vertical-align:middle;
	margin-left:5px;
}
#navigation {
	background:url(https://org2.salsalabs.com/o/5958/images/navigation.gif) repeat-x;
	display:block; line-height:35px;
}
#navigation .pad {
	margin:0 auto;
	padding:0;
	width:947px;
}
	#navigation-links {
		margin:0; padding:0;
		width:100%;
		list-style:none;
	}
	
	#navigation-links li {
		margin:0 20px 0 0; padding:0;
		float:left;
	}
#navigation-links li ul {
	width:150px;
	left:-999em;
	list-style:none;
	position:absolute;
}
#navigation-links li:hover ul {
	left:auto;
	padding:0;
	display:block;
	border-bottom:none;
}
#navigation-links li ul li {
	width:250px;
	padding-left:8px;
	background:url(https://org2.salsalabs.com/o/5958/images/navigation.gif) repeat-x;
}
#navigation-links li ul li ul li a{
	width:250px;
	padding-left:8px;
	background:url(https://org2.salsalabs.com/o/5958/images/navigation.gif) repeat-x;
	display:none;
}
#navigation-links li ul li ul li a:hover {
	width:250px;
	padding-left:8px;
	background:url(https://org2.salsalabs.com/o/5958/images/navigation.gif) repeat-x;
	display:block;
}
	.rss {
		margin:0; padding:0 25px 0 0;
		background:url(https://org2.salsalabs.com/o/5958/images/rss.gif) no-repeat right center;
	}
	
#categories {
	margin:0; padding:0;
	width:auto; height:36px;
	background:url(images/categories.gif) repeat-x;
}
	#categories-back {
	margin:0;
	width:auto;
	height:34px;
	background:url(images/categories-back.gif) no-repeat center left;
	list-style:none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	}
	
		#categories-back li, #categories-back li.blank {
			margin:0 0 0 20px; padding:0 0 0 0;
			float:left;
			background:url(images/category-divider.gif) no-repeat top right;
		}
		
		#categories-back li.blank {
			margin:0 0 0 20px; padding:0 0 0 0;
			float:left;
			background:none;
		}
		
#content-back {
	margin:0; padding:0;
	width:100%;
}
#content {
	margin:2em auto;
	padding:0;
	width:947px;
}

#logoback {
	background:url(https://org2.salsalabs.com/o/5958/images/logo-back.png) repeat-x;
	position:absolute;
	top: 41px;
	left:0px;
}

#logo {
	background:url(https://org2.salsalabs.com/o/5958/images/logo-back.png) repeat-x;
	width: 100%;
	text-align:center;
}

#logocontainer {
	background-color:#99ccff;
	border-bottom:thick #99cc00 solid;
	opacity:.8;
	width:auto;
	height:145px;
}

#left-col {
	margin:0; 
	width:645px;
	float:left;
}

.left-content {
	padding:2em;
	background-color:#EDE9D0;
	border: 2px solid #F89B2E;
	border-radius:1em;
	margin: 0 auto 1em;
}

.left-content-blank {
	margin: auto;
}
		
#right-col {
	margin:0; padding:0;
	width:281px; height:auto;
	float:right;
}
#ie6only #right-col { 		
	position:absolute;
	left:750px;
	top:230px;
}
/* 03 - LEFT COLUMN
/* ----------------------------------------------*/
.category {
	margin:15px 0 10px 0;
	display:block;
}
.featured-preview {
	float:right;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0 0 10px 15px;
	border: 1px solid #dddddd;
}
.thumb-preview {
	float:left;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0 15px 10px 0;
	border: 1px solid #dddddd;
}
.featured {
	margin:0px; padding:13px 0;
	width:auto; height:auto;
	background:url(images/featured-ad.gif) no-repeat top center;
}
	.featured img {
		margin:0 auto; display:block;
		text-align:center;
	}
	
	.wp-caption img {
		margin-bottom: 5px;
		padding:4px;
		border: 1px solid #ddd;
		background-color:#FFFFFF;
	}
	
	.wp-caption-text {
	color:#FFFFFF;
	text-align:center;
	background-color:#6096cd;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	background-image: url(images/wp-caption.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight: bold;
	text-transform: uppercase;
	}
	
/*.divider {
	margin:0; padding:0;
	width:auto; height:1px;
	background:url(images/divider.gif) no-repeat top center;
}*/
.inner-columns {
	margin:0 0 0 13px; padding:0;
	width:632px; height:auto;
	/*background:url(images/inner-columns.gif) repeat-y;*/
}
/*
.post {
	margin:0; padding:15px 20px 10px 20px;
	background:url(images/divider.gif) no-repeat bottom center;
}
.post-top {
	margin:0; padding:15px 20px 10px 20px;
	background:url(images/divider.gif) no-repeat top center;
}*/
.post-fancy {
	margin:1em auto;
	/*background:url(images/post-paper.gif) no-repeat top center;*/
}
	.left-left {
		width:411px; height:auto;
		float:left;
		background-color:transparent;
	}
	
	.left-right {
		width:140px; height:auto;
		float:left;
		margin-left:15px;
	}
	
.commentlist { 
	margin:30px 0 0 0; padding:1px 0 0 0;
	float:left; 
	background:url(images/comment-bottom.gif) top left no-repeat;  
}
.commentform { 
	margin:30px 0 0 0; padding:1px 0 0 0;
	float:left; 
	background:none;  
}
	.left-content ol.commentlist li, .left-content ol.commentform li {
		margin:0; padding:0;
		list-style-type:none;
		list-style-position: outside;
	}
	
	.inner { 
		margin:0; padding:0; 
		float:left; 
		overflow:hidden; 
	}
	
	.comment-author { 
		margin:10px 10px -1000px 0;
		width:130px; height:auto;
		float:left; text-align:right;
		background:#fdfcf5;
		display:inline; 
	}
	
		.commentform-key { 
			width:180px; height:auto;
			float:left; text-align:right;
			background:#fdfcf5;
			display:inline; 
		}
		.comment-author p {
			padding:0 5px 3px 0;
			background:url(images/divider.gif) no-repeat bottom center;
			text-align:right;
		}
	.comment-text, .comment-text-alt, .comment-form { 
		margin:0; padding:20px 20px 10px 20px;
		width:405px;
		background:#fcfcf4; 
		border:1px solid #e7e8d8; 
		border-width:0 1px 1px 1px;
		text-align:left;
		min-height:170px;
		height:auto !important;
		height:170px;
		float:right;
	}
	
	.comment-box { 
		margin:0; padding:4px 20px;
		width:360px;
		text-align:left; overflow:visible;
		float:right;
	}
	
	.inner .comment-text-alt {
		background:#f9f9f1;
	}
		
		li.inner .comment-text p, li.inner .comment-text-alt p, .comment-box p {
			background:none;
			font-size:1.1em; text-align:left;
		}
		
.text {
	margin:0; padding:5px;
	background:#FFF url(images/input.gif) repeat-x;
	border:1px solid #e5e3d8;
}
/*input.submit {
	width:85px;
	height:26px;
	background:url(images/submit.gif) no-repeat;
	font:.95em Georgia, "Times New Roman", Times, serif; color:#48463C;
	text-align:center;
	font-weight:bold;
	border:0;
	background-color:red;
}*/
.navigation {
	margin:20px;
}
.alignleft {
	float:left;
	margin-right:10px;
}
.alignright {
	float:right;
	margin-left:10px;
}
/* Misc */	
#navigation {
	font:1.0em Georgia, "Times New Roman", Times, serif; color:#d06a76;
}
#left-col p {
	margin:1em auto;
}
.left-header {
	padding-top:1em;
}
.left-header .banner {
	font:2em Tahoma, Arial, Helvetica, sans-serif; color:#48463c;
	margin: 0 auto .3em;
	text-align:center;
}
.left-header .banner h2 {
	font-family: Georgia, serif;
	font-size: 1em;
	margin:0;
	text-transform:none;
}
.left-header .banner div {
	font-family: Georgia, serif;
	font-size:13pt;
	color:#666;
}
.left-header .form input {
	margin-right: .5em;
}
.sidebar-entry .form .field {
	line-height:3em;
}
.buttons {
	text-align:center;
	padding:.5em;
}
.buttons #button-donate {
	background: url(images/donate-button.png);
	width: 240px; height: 40px;
	display:inline-block;
}
.buttons #button-action {
	background: url(images/action-button.png);
	width: 240px; height: 40px;
	display:inline-block;
}

.left-content ul, #left-content ol {
	margin:0;padding:0;
}
.left-content li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 5px 0 5px 0;
}
.left-content ol li {
	list-style-type: decimal;
}
.left-content li ul li {
	list-style-type: circle;
	list-style-position: inside;
	margin: 5px 0 5px 30px;
}
.left-content li ol li {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 5px 0 5px 30px;
}
.archives {
	margin:10px auto 0 auto; padding:0 0 16px 0;
	background:url(images/archives.gif) no-repeat bottom center;
	text-align:center; display:block;
}
.featured {
	font:.92em Verdana, Arial, Helvetica, sans-serif; line-height:150%;
}
.inner p {
	font-size:1em;
}
	
/* 04 - RIGHT COLUMN
/* ----------------------------------------------*/
.form input[type=text] {
background-color:#c2f038;
border:#f89b2e 2px solid;
height:20px;
width:200px;
font-family: Tahoma, sans-serif;
font-size:14px;
color:#333333;
}
.ads {
	margin:0 auto;
	text-align:center;
}
	.ads img {
		margin:5px;
	}
	
#sidebar {
	margin:0; padding:0;
	list-style:none;
}

#sidebar .sidebar-entry {
	background-color:#EDE9D0;
	border: 2px solid #F89B2E;
	border-radius: 1em;
	padding:1em;
}

#sidebar h2 {
	margin:0;
	font:1.67em Georgia, "Times New Roman", Times, serif;
	color:#636050;
	text-transform:none;
}
#sidebar li ul li a {
	margin:0; padding:0px;
	height:auto;
	display:inline; color:#48463c;
}

#sidebar li ul li a a:link {
	margin:0; padding:0;
	width:auto; height:auto;
	display:inline;
}

#sidebar li.widget ul li a {
	font-weight:bold;
}

#sidebar li {
	margin:0 0 1em; 
}

#sidebar li ul {
	margin:0;
	list-style:none;
	padding-top: 0;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom:0;
}

#sidebar .text {
	width:130px;
}

#sidebar #searchform div, #sidebar .textwidget {
margin:0;
	   list-style:none;
padding:5px 20px;
width:241px; 
height:100%;
}

#sidebar li ul #recentcomments li.recentcomments {
padding:20px;
}

#sidebar #searchform {
	padding-top: 13px;
margin:0px;
}

#sidebar li ul li {
margin:0 auto; padding:10px;
height:auto;
	   background-image:none;
}

#sidebar li.ads {
margin:0 auto; padding:0;
width:auto; height:auto;
background:none;
}

#sidebar li.widget .tag_cloud a {
	font-family: "Courier New", Courier, monospace;
float:left;
	  font-weight: normal;
	  margin-bottom: 5px;
	  margin-right:5px;
}
#sidebar li.widget  select {
width:280px;
border:none;
padding: 10px  20px 10px 20px;
		 font-size:1.1em;
}

#sidebar li #calendar_wrap {
	font-family: Georgia, "Times New Roman", Times, serif;
padding: 0px 20px 0px 20px;
}

#sidebar #wp-calendar caption {
	font-size:1.1em;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom:5px;
color:#333333;
	  background-image: url(images/divider.gif);
	  background-repeat: repeat-x;
	  background-position: left bottom;
}

#sidebar #wp-calendar {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
width:240px;
}

#sidebar #wp-calendar thead th {
color:#333333;
}


#sidebar #wp-calendar tfoot td {
padding:10px 0 10px 0;
		text-align:left;
}

#sidebar #wp-calendar tfoot td#next {
	text-align:right;
}

#sidebar #wp-calendar td {
width:auto;			
}

#sidebar #wp-calendar td a {
padding:2px;
		background-color:#d06975;
color:#FFFFFF;	
}

#sidebar #wp-calendar tfoot td a {
	background-color:#FDFCF5;
color:#333333;	
}

#sidebar .flickr_photos li {
padding: 0 0 9px 0;
		 background-image: url(images/divider.gif);
		 background-repeat: repeat-x;
		 background-position: left bottom;
margin: 0px;
}

#sidebar .flickr_photos li a {
padding: 0px;
margin: 0px;
}

.flickr_badge_image {
padding:0px;margin:0px;
}

#sidebar .flickr_badge_image img {
float:left;
margin:8px 0 0 8px;
}

/* 05 - FOOTER
/* ----------------------------------------------*/
.footer-inner {
	margin:0 1px;
	padding:10px 0;
	text-align:center;
	background-color:#2F281C;
}
.footer-inner ul {
	padding:0; margin:1.3em auto 0;
	list-style-type:none;
	font-size:1.5em;
}

.footer-inner .page_item {
	display:inline;
}
.footer-inner .page_item:before {content:'| '}
.footer-inner .page_item:first-child:before {content:''}
.footer-inner a {
	color:#eee;
}
.footer-inner a:hover {
	color:#ccc;
	text-decoration:none;
}
.shareThis { margin-left:20px; }
.shareThis span a {
	border-bottom:1px dashed #000;
}
.shareThis span {
	padding-left:20px;
	margin-left:10px;
}
span.faceBook {
	background:url(images/facebook.gif) no-repeat left;
}
span.twitter {
	background:url(images/twitter.gif) no-repeat left;
}
span.yelp {
	background:url(images/yelp.gif) no-repeat left;
}
span.email {
	background:url(images/email.gif) no-repeat left;
}
.feedburnerFeedBlock a { 
font-weight: 700;
text-decoration:none;
}
.feedburnerFeedBlock a:hover { 
text-decoration:underline;
}
.feedburnerFeedBlock ul { 
list-style: none outside;
font-size: 12px;
margin: 0px 0px 5px 0px;
padding: 0;
background-color: transparent;
}
.feedburnerFeedBlock li {
list-style-type: none;
	list-style-position: outside;
background-color: transparent;
margin-bottom: 10px;
}
#creditfooter {
display: none;
}
/* Salsa */
div
{
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
#item
{
float: left;
vertical-align: top;
width: 30%;
padding-left: 10px;
}
#news {
font-style:italic;
height:3em;
margin:0;
padding:0px;
border:none;
}
/* 06 - SALSA EVENTS
/* ----------------------------------------------*/
#events {
background-color:transparent;
width:570px;
margin:0 10px 0 10px;
}
#events h1 {
padding:0 0 5px 0;
margin:25px 0 15px 0;
height:auto;
border-bottom: thin solid #f89b2e;
color:#f89b2e;
font-size:3em;
}
#events h2 {
text-transform:none;
}
#events a{
color:#2f281c;
font-weight:bold;
text-decoration:none;
}
#events a:hover{
border-bottom:thin dotted #2f281c;
}
#events ul {
margin:0;
padding:0;
}
#events li{
width:100%;
border-bottom:medium dotted #ffcc33;
background-color:transparent;
list-style-type:none;
margin: 0 0 10px 0;
}
#events li:hover{
background-color:#eeeeee;
}
 
.alternate {
background-color:red;
}
#events-large, #events-community, #events-home {
margin-bottom:20px;
}  
#events-large h1, #events-community h1, #events-home h1 {
font-size:225%;
}
#events-community p, #events-home p{
margin-top:0;
}
#events-large p {
font-size:120%;
}
#sectionlinks {
margin-top:5px;
border-top: dotted thin #f89b2e;
}
#sectionlinks li{
font-size:12px;
color:#666666;
border:none;
margin-left:20px;
list-style-type:none;
background-color:#f0edd8;
border:thin solid #ffcc33;
margin:5px;
padding:5px;
width:70%;
}
#sectionlinks li:hover{
background-color:transparent;
}
#sectionlinks li a {
color:#333333;
}
#sectionlinks li a:hover{
text-decoration:none;
}
#anchorlinks{
border-bottom:medium dotted #ffcc33;
}
#anchorlinks li{
border:none;
list-style-type:disc;
margin-left:20px;
background-color:transparent;
}
#anchorlinks li:hover {
background-color:transparent;
}
#rsvp, #rsvp a {
background-color:red;
color:white;
line-height:150%;
margin:5px;
text-decoration:none;
}
#rsvp a:hover {
color:#FFCC00;
text-decoration:none;
}
#backtotop a{
float:right;
color:#999999;
font-size: 10px;
margin-top:5px;
}
#backtotop a:hover {
color:#666666;
border:none;
}
.description {
margin:20px 0 0 0;
}
#search {
border:thin solid #ffcc33;
margin:10px;
padding:10px;
background-color:white;
width: 70%;
}
#search p {
	margin:5px 0; padding:5px;
	font:bold 1.17em Arial, Helvetica, sans-serif; color:#48463c;
	text-transform:uppercase;
}
#search input {
background-color:#ede9d0;
border:thin solid #ffcc33;
height:20px;
color:#666;
font:Georgia, "Times New Roman", Times, serif;
}
#search input.submit {
background-color:transparent;
}
/* 07 - SIDEBAR
/* ----------------------------------------------*/
.sidequote {
	margin:35px auto 35px auto; padding:10px 10px 0 10px;
	width:90%;
	background:#fcfcf4 url(images/quote.gif) no-repeat bottom right; 
	border:none; 
	font:italic 1.15em Georgia, "Times New Roman", Times, serif; line-height:125%;
	color:#333333;
	height: 200px;
}
#sidebar #submenu {
background-image:none;
background:transparent no-repeat;
border:none;
}
/*#sidebar #submenu li {
background-image:none;
padding:10px;
border:none;
}
#sidebar #submenu li:hover {
background-color:white;
}
#sidebar #submenu ul {
background-image:none;
border-bottom: none;
position:relative;
right:0px;
top:-11px;
}
#sidebar #submenu ul li {
background-image:none;
border-top: 1px solid #f89b2e;
width:100%;
position:relative;
left:-10px;
border-left:none;
font-family:Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
}*/
#submenu ul li{
background-image:none;
border-top: 1px solid #f89b2e;
width:80%;
margin-left:24px;
}
#submenu .current_page_item {
list-style-image:url(images/list.gif);
list-style-position:inside;
}
#submenu .current_page_item a {
font-weight:bold;
color:#c04756;
}
#submenu .current_page_item a:hover {
color:#c04756;
}
#sidebar .childlinks {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
#sidebar .childlinks h2 {
	text-transform:uppercase;
}
#sidebar .childlinks h2 a {
	text-decoration:none;
}

/* 08 - SALSA STOREFRONT
/* ----------------------------------------------*/
#store {
background-color:transparent;
width:570px;
margin-left:40px;
}
.store-description h3 {
border-bottom: thin #666 dotted;
}
.store-description td .purchase {
float:right;
}
#store td {
background-color:transparent;
}
#store td:hover {
background-color:#eeeeee;
}
#store img {
margin:0 10px 0 0;
}
.storelinks {
padding:0px 10px 0px 10px;
margin:0 10px 0 20px;
background-color:#eeeeee;
font-size:12px;
}
#store .asterisk {
font-size:90%;
}
.store-item {
margin-bottom:10px;
}
.store-item:hover {
background-color:#eeeeee;
}
.product h2 {
color:#f89b2e;
font-size:18px;
margin: 10px auto 0px auto;
text-transform:none;
border-top: thin dotted;
}
/*.product .description {
font-weight:bold;
}*/
/*.wpcf7 input{
background-color:#c2f038;
border:#f89b2e 2px solid;
height:20px;
margin:5px;
width:400px;
font-family: Tahoma, sans-serif;
font-size:14px;
color:#333333;
}*/
.hostbutton {
font-size:18px;;
background-color:#9ccb2b;
border:thin solid green;
padding:10px;
width: 200px;
margin-bottom:20px;
}
.hostbutton a {
text-decoration:none;
line-height:100%;
color:white;
}
.hostbutton:hover {
background-color: #ff9933;
}
.store-error {
font-style: italic;
color: red;
font-weight: bold;
}
#fbshare {
float: right;
margin: 5px 0 10px 10px;
}
#searchTable,#searchTable tr {
display:block	
}
#searchTable td {
	display:inline;
}
.salsa .event {
	background:#fff !important
}