/*  
Theme Name: Salidor
Theme URI: http://www.susansalidor.com/
Description: Custom template for Susan Salidor.
Version: 1.0
Author: Barry Kafka
Author URI: http://kafkadesign.com/
*/

html, body {
	margin: 0;
	padding: 0;
}
body {
	background:#f0f url(images/hdr-wt-bg-213px.png) 0 0 repeat-x;
	background:#976DB3 url(images/hdr-wt-bg-213px-purple.png) 0 0 repeat-x;
	color: #000;
	line-height: 150%;
	font-size:small;
	font-family:Georgia, "Times New Roman", Times, serif !important;
}
div#wrapper {
	margin:0 auto;
	}
.widgettitle {
	}
strong {
	color:#f0f;
	color:#976DB3;
	}
h2,h3,h4,h5 {
	color:#f0f;
	color:#976DB3;
	font-weight:bold;
	}
h3 {
	padding-top: 7px;
	}

/* GLOBAL ELEMENT COMBINATIONS */
h3.post-date, p.post-date-single, h3#comment-count {
	word-spacing: 0.2em;
}
div.post-header p, p.post-date-single, div.post-footer, h3#comment-count {
	background: #fff;
	color: #888;
}
h3.post-date, div.post-entry blockquote, div.post-entry h1, div.post-entry h2, div.post-entry h3, div.post-entry h4, div.post-entry h5, div.post-entry h6, div#sidebar ul li p {
/*	background: #fff;*/
	color: #f0f;
	color:#976DB3;
	font-weight:bold;
}
div.post-entry h1, div.post-entry h2, div.post-entry h3, div.post-entry h4, div.post-entry h5, div.post-entry h6 {
	font-weight:bold;
	}
p.post-date-single, div.post-footer p, h3#comment-count, h4#comment-header, div.nav-left, div.nav-right {
	text-align: center;
}
/* HEADER STUFF */
div#header {
	margin: 0 auto;
	padding:0;
	z-index:10;
}
h1#title {
	font-size: 2.2em;
	font-weight: normal;
	line-height: normal;
	margin: 0 auto;
}
p#description {
	font-size: 1.3em;
	margin: 0;
	visibility:hidden;
}
h1#title a img {
	border:none;
	}

/* NAV */
/*
.nav ul {
	font-size: 14px;
	line-height: 18px;
	width:100%; height:auto;
	margin: 0 auto; padding:0;
}
.nav li {
	display:inline; display:inline-block;
	list-style: none;
	margin: 0; padding: 0;
}
.nav ul li h2 {
	font-size: 1em;
	margin: 0;
	text-transform: uppercase;
}
.nav ul li p, .nav ul li ul, .nav ul li ul li {
	margin: 0;
	padding: 0;
}
.nav ul li ul li ul li {
	font-size: 0.9em;
	margin: 0;
}
#content .nav li a{
	font: bold 14px/32px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding:6px;
	margin:0;
	color:#000;
	text-decoration:underline;
	white-space:nowrap;
}
#content .nav li.page_item a:hover, .nav li.page_item a:active{
	text-decoration:underline;
}
.nav li.page_item {
	margin:0; padding:0;
	}
*/
/* dropdown nav menu */
.menu-primary-menu-container { width:100%; background:#fff; float:left;margin:0 0 10px 0}
.nav {
	padding:0;margin:0;
	font: bold 14px/14px Verdana, Geneva, sans-serif;
	width:100%;
}
.nav li {position:relative;display:block;float:left;}
.nav li a {display:block; float:left; height:auto; padding: 6px 14px; background: #fff; white-space:nowrap; width:auto; text-decoration:none; color:#976DB3;}

/*sub navigation*/
.nav ul {position:absolute; top: 26px; left:0; padding:0; z-index:10;} /*the top:30px command must be the same height as your parent LI so the dropdown displays below the main navigation*/
.nav ul a, .nav ul li {float:none;}
.nav ul li a {border-bottom:1px solid #ccc; background:#fef;}
.nav a:hover {background:#976DB3; color:#fff;}

/* end dropdown nav */

/* WRAPPER - CONTAINER - CONTENT STUFF */
div#sidecol h3 {
	color: #f0f;
	color:#976DB3;
	font-size: 14px;
	line-height: 1.3;
	border-top: 1px solid #f0f;
	border-top: 1px solid #976DB3
	padding-top: 7px;
	}

div#wrapper {
	width:960px !important;
	}
div#container, div.post-container {
	margin:0 auto;
	width: 100%;
	}
div#container {
	margin: 0 auto;
	float:left;
/*	border:1px dashed #00c;
	width:800px;
*/	}
div#content {
	background:#fff url(images/content-top-purple.png) 0 0 no-repeat; float:left; width:100%; padding:20px; width:920px;
}
div.post-container {
	margin: 0;
	width:620px;
	float:left;
/*	border:1px solid #f60;
*/	}
div.narrowcolumn {
	margin: 0 0 0 19.5em;
	padding: 0 2% 0 1%;
	border:2px solid #00f;
}
div.widecolumn {
	margin: 0;
	padding: 0 4% 0 2%;
}
div.post-content {
	margin: 0;
}
div.post {
/*	clear: both;*/
}
h2.post-title {
	font-size: 1.5em;
	margin: 0 0 12px 0;
	color:#f0f;
	color: #976DB3;
}
h3.post-date {
	font-size: 1.1em;
	margin: 0 0 1em 0;
}
div.post-header {
	float: left;
	margin: 0 0 3em 0;
	text-align: right;
	width: 9em;
	display:none;
}
div.post-header p {
	line-height: 150%;
	margin: 0 0 0.5em 0;
}
p.post-date-single {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
h2.post-title-single {
	font-size: 1.7em;
	margin: 0.3em 0 1em 0;
	color:#f0f;
	color:#976DB3;
}
div.post-entry p {
	line-height: 150%;
	margin: 0 0 14px 0;
	font-size:130%;
}
div.post-entry ul li {
	list-style: square;
}
div.post-entry ul li, div.post-entry ol li {
	line-height: 150%;
}
div.post-entry h1, div.post-entry h2, div.post-entry h3, div.post-entry h4, div.post-entry h5, div.post-entry h6 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1.2em 0 6px 0;
}
div.post-entry table tr td h3{
	margin-top:0;
	}
div.post-entry blockquote {
	border-left: 1em solid #cfd5dd;
	font-size: 0.9em;
	padding-left: 1em;
}
div.post-footer {
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
	font-size: 1em;
	margin: 0 0 3em 0;
	padding: 0.7em 0.2em;
}
div.post-footer p {
	margin: 0 auto;
}
/* COMMENTS STUFF */
h3#comment-count {
	font-size: 0.9em;
	margin: 0;
}
h4#comment-header {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0.1em 0 1em 0;
}
h4#respond {
	font-size: 1.3em;
	font-weight: normal;
	margin: 2em 0 0 0;
}
div.formcontainer p {
	margin: 0.5em 0 1em 0;
}
div#comments ol li {
	background: #f6f7f9;
	color: #111;
	margin: 1em 5%;
	padding: 0.5em 1em;
}
div#comments ol li.alt {
	background: #e7eaed;
	color: #111;
}
div#comments ol li p {
	margin: 0.5em 0;
}
div#comments ol li p.comment-metadata {
	font-size: 0.9em;
}

/* SIDEBAR STUFF */
#sidebar {
	float:right; width:280px; margin-right:0; /*border:1px solid #f0f; */
}
div#sidebar ul {
	list-style-type:none;	
}
div#sidebar ul {
	margin:0; padding:0;	
}
div#sidebar ul li h2 {
	color: #f0f;
	color:#976DB3;
	margin-top:0;
}
/* The Events Calendar styles */
.when {color:#976DB3; font-weight:bold; font-size:14px; line-height:16px; margin-top:9px;}
div.dig-in {margin-top:16px;}
div#sidebar div.dig-in a {color: #976DB3;}

/* Events Calendar grid view page */
.tec-calendar th {background:#976DB3;} /* calendar header */
.tec-calendar td.tec-present .daynum {background:#976DB3 !important;} /* current day header */
h5.tec-event-title {background:#976DB3 !important;} /* tool tip header bg */
.tec-calendar-buttons a {text-shadow:none !important;} /* Susan doesn't care for drop shad on the type. */
.upcoming a.tec-button-on, .grid a.tec-button-on { /* current active view button at top right */
background:#976DB3 !important; color:#fff !important; text-decoration:none;}
.upcoming a.tec-button-off, .grid a.tec-button-off { /* non-active button */
background:#999 !important; color:#fff !important;	
}
.tec-calendar .daynum {
background-color: #fcf !important;	
}

/* Events Cal sidebar */
#sidebar .upcoming li {
	border-bottom:1px solid #ccc;
	padding-bottom:9px;
}
#sidebar .when {
	background:#976db3; color:#fff;
	padding:3px; width:100%;
}

/* FOOTER STUFF */
div#footer {
	background: #fff;
	clear: both;
	color: #333;
	padding: 0;
}
div#footer p {
	font-size: 0.9em;
	margin: 0; padding-left:20px;
}

/* GLOBAL ALIGNMENT AND MISC ELEMENTS */
div.navigation {
	clear: both;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
}
div.nav-left, div.nav-right {
	margin: 0 auto;
	width: 49%;
}
.alignleft, div.nav-left {
	float: left;
}
.alignright, div.nav-right  {
	float: right;
}
abbr, acronym {
	border-bottom: 1px dotted #546188;
	cursor: help;
}
code, pre {
	font: 1em/normal "courier new", courier, monospace;
}
.clearer {
	clear: both;
	height: 0;
}
/* IMAGE ELEMENTS, INCLUDING LINKS */
div#content img.center {
	display: block;
	margin: 0.4em auto;
}
div#content img.alignright {
	margin: 0.4em 0 0.4em 1.1em
}
div#content img.alignleft {
	margin: 0.4em 1.1em 0.4em 0;
}
li a img, a img {
	border: none !important;
}

/* FORMS FOR COMMENTS AND SEARCH / INCLUDES STYLES FOR THE WP-CONTACTFORM PLUGIN */
form {
	margin: 0.3em 0 0 0;
	padding: 0;
}
input#s {
	margin: 0 0 0.4em 0;
	padding: 0.2em;
	width: 70%;
}
textarea {
	height: 13em;
	overflow: auto;
	width: 66%;
}
input#searchsubmit, input#submit {
	border: 1px outset #999;
}
input#s, input#author, input#email, input#url {
	width: 66%;
}
input#s, input#author, input#email, input#url, textarea {
	border: 1px inset #999;
	padding: 0.2em;
}
div.formcontainer {
	font-size: 1em;
	margin: 0 0 3em 0;
	width: 100%;
}
div.formright, div.formleft {
	display: inline;
	float: left;
	margin: 0 0 0.5em 0;
}
div.formleft {
	clear: both;
	text-align: right;
	width: 15%;
	margin: 0 2% 0 0;
}
div.formright {
	width: 80%;
}
/* LINK STYLES */
div#header a, div#header a:active, div#header a:link, div#header a:visited {
	background: transparent;
	color: #fff;
	text-decoration: none;
}
div#header a:hover {
	background: transparent;
	color: #e5e5e5;
}
div#content a, div#content a:active, div#content a:link, div#content a:visited {
	color: #976DB3;
	background: transparent;
}
div#content a:hover {
	color: #000;
	background: transparent;
}
div.post-header a, h2.post-title a {
	text-decoration: none;
}
div.post-footer a {
	background: #fff;
	color: #888;
}
div#sidebar a, div#sidebar a:active, div#sidebar a:link, div#sidebar a:visited {
	background: #fff;
	color: #000;
	text-decoration: underline;
}
div#sidebar a:hover {
	background: #fff;
	color: #2f4e6f;
	text-decoration: underline;
}
div#footer a, div#footer a:active, div#footer a:link, div#footer a:visited {
	background: #fff;
	color: #888;
}
div#footer a:hover {
	background: #fff;
	color: #222;
	text-decoration: none;
}
.tnails img {
	margin:.75em 0;
	border:none;
}
.tnails {
	font-size: .7em;
	line-height:1;
	margin:1em 0;
	clear:both;
	display:block;
}
.itembucket {
	float:left;
	margin:0 .75em .75em 0;
	width:101px;
	margin-bottom:1em;
}
.itembucket a{
	border:none;
	text-decoration:none;
}
table td {
	vertical-align:top;
}
table td h3 {
	margin-top:0; padding-top:0;
	}
div.sidebarbox {
	clear: left; 
	border: 1px solid #000; 
	padding: 6px; float: right; 
	width: 220px; background-color: #cff; 
	margin-left: 12px;
	}
div.sidebarbox h4 {
	margin-top:0;
	}
ol.songlist{
	font-size:.8em;
	}
/* Shopping Cart styles */
.shoppingcart th {text-align:left; background:#EAE1F0; padding:0 3px;}
.shoppingcart td {border:1px solid #CCC; border-collapse:collapse; padding:1px 0 1px 3px;}
.qty-td {text-align:center;}
.wpsc_buy_button {}
#wpsc_shopping_cart-3 {margin-bottom:12px; font-family:Verdana, Geneva, sans-serif;}
.wpsc_empty_the_cart {width:110px; display:inline-block; margin:3px 0 0 12px;}
.emptycart {font-size:9px; display:inline-block; width:110px;}
#sliding_cart span.gocheckout {margin-left:-5px; display:inline-block;}
#sliding_cart span.gocheckout a {
	display:block;
	background: transparent url(images/checkout-now-btn.png) 2px 0 no-repeat;
	width:131px height:34px;
	text-indent:-999em;
	text-decoration:none;
	}
#sliding_cart span.gocheckout a:hover {
	background-position:2px -40px;
}
/* dynamically generated */
div.default_product_display div.textcol{
			margin-left: 210px !important;
			min-height: 200px;
			_height: 200px;
}
div.default_product_display  div.textcol div.imagecol{
			position:absolute;
			top:0px;
			left: 0px;
			margin-left: -210px !important;
}

