/*  Theme Name: Delos
Theme URI: http://www.delosmus.com/
Description:  Delos Music 
Version: 1.0
Author: Gustavo Lanzas
Author URI: http://www.zero-sf.com
*/

/*  html */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82.5%;
        line-height: 150%;
	background-color: #006633;
	color: #333;
}

html, body {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
}

blockquote {
	padding-left: 10px;
	margin-bottom: 20px;
	line-height: 100%;
	font-style: italic;
}

/* page margins */

#blog {
background-image: url('images/page_shadow.png');
background-repeat: repeat-y;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -30px auto; 
/* the bottom margin is the negative value of the footer's height */
background-position: top center; 
width: 900px;
padding: 0px 15px 0px 15px;
margin: 0px auto 0px auto;
}

#blog div.wrapper {
background-image: url(images/top_shadow.png);
background-repeat: repeat-x;
}

/* header */

.tagline {
	text-align: left;
	font-size: 12px;
	padding-left: 10px;
	margin-top: 10px;
	font-weight: bold;
}

.page_entry {
	padding-top: 15px;
	padding-bottom: 30px;
}


/* banner */

.sitelinks {
background-image: url(images/top_tab.png);
background-repeat: no-repeat;
font-size: .9em;
float: right;
padding: 0px;
margin: 0px 20px 0px 0px;
width: 142px;
height: 23px;
position: relative;
}

.sitelinks ul li a {
color: #fff;
text-decoration: none;
}

.sitelinks ul li a:hover {
color: #006633;
text-decoration: none;
}

.sitelinks ul {
list-style: none;
padding: 0px;
margin: 3px 0px 0px 0px;
text-align: center;
}

.sitelinks li {
display: inline;
padding: 0px;
margin: 0px;
text-align: center;
}

#banner {
	width: 900px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	height: 142px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#banner img {
	border: none;
}

#header-image {
	display: none;
}

#logo{
float: left;
padding: 0px;
margin: 22px 0px 0px 40px;
width: 350px;
position: relative;
}

/* horizontal navigation */

#top_bar {
height: 31px;
display: block;
width: 100%;
padding: 0px;
margin: 0px;
background-image: url(images/nav_bar.gif);
background-repeat: repeat-x;
overflow:hidden;
}

#top_bar #navbar {
list-style: none;
}

ul#navbar li.cat-item {
display: inline;
}


/* announcement block */

#announce {
	padding: 0 15px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 14px;
/* 	background-color: #FFF; */
	color: #777;
	border: 1px solid #eee;
}

#announce a:link, #announce a:visited {
	text-decoration: none;
	color: #006633;
}

#announce a:hover, #announce a:active {
	text-decoration: none;
	color: #af9639;
}

/* main content  */

.post {
clear: left;
}

.breadcrumb {
color: #333;
font-size: .9em;
margin: 15px 0px 15px 0px;
display: block;
text-transform: uppercase;
}

.breadcrumb ul {
list-style: none;
}

.breadcrumb ul li {
display: block;
float: left;
}

small {
font-size: .9em;
color: #666;
padding: 0px;
margin: 0px 0px 10px 0px;
}

.main {
	width: 660px;
	padding: 10px 20px 10px 20px;
	float: right;
	overflow: hidden;
}

.main p img {
	max-width: 100%;
}

a:link, a:visited {
	text-decoration: none;
	color: #006633;
}

a:hover, a:active {
	text-decoration: underline;
	color: #af9639;
}

.main p {
}

.main h2 {
	margin: 0px 0px 5px 0px;
	font-size: 1.2em;
	color: #006633;
	text-transform: capitalize;
}

.main h2 a:link, .main h2 a:visited {
	text-decoration: none;
	color: #006633;
}

.main h2 a:hover, .main h2 a:active {
	text-decoration: none;
	color: #af9639;
}

.main h3 {
	font-size: 1em;
	font-weight: normal;
	color: #006633;
}

.main ul, .main ol {
	color: #666;
}

.main h2.pagetitle {
	font-size: 1em;
	margin: 10px 0px 15px 0px;
	color: #666;
	text-transform: none;
}

.meta, .postmetadata {
	font-size: .9em;
	margin: 15px 0 30px 0;
	padding-top: 5px;
	color: #666;
	border-top: 1px solid #ccc;
}

.meta a:link, .meta a:visited {
	text-decoration: none;
	color: #006633;
}

.meta a:hover, .meta a:active {
	text-decoration: none;
	color: #af9639;
}

.postnav {
	width: 100%;
	float: left;
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #006633;
}

.postnav li.left {
	display: block;
	float: left;
}

.postnav li.right {
	display: block;
	float: right;
}

.left a {
	text-decoration: none;
	color: #006633;
}

.right a {
	text-decoration: none;
	color: #006633;
}

.left a:hover, .right a:hover {
	text-decoration: none;
	color: #af9639;
}

.left a:active, .right a:active {
	text-decoration: none;
	color: #006633;
}

#mo_archive, #cat_archive {
	width: 325px;
	margin-bottom: 30px;
	float: left;
}

#mo_archive ul, #cat_archive ul {
	list-style: none;
}

.entry p {
font-weight: normal;
text-align: left;
margin: 5px 20px 10px 20px;
padding: 0px;
line-height: 1.6em;
font-size: 1em;
}

/* comments & trackbacks */

.comment_area, .trackback_area {
	padding: 0 15px;
	margin-bottom: 30px;
/* 	background: #FFF; */
	color: #777;
}

.comment_area a, .comment_area a:visited, .comment_area a:active {
	text-decoration: none;
	color: #006633;
}

.comment_area a:hover {
	text-decoration: none;
	color: #af9639;
}

.comment_area ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment_area li {
	margin-bottom: 25px;
}

.comment_area form li {
	margin-bottom: 0;
}

.comment_area p {
	padding: 0;
	margin-bottom: 0;
}

.commenter {
	font-weight: bold;
	padding-left: 0;
	margin-left: 0;
	color: #006633;
}

.commenter p a, .commenter p a:visited, .commenter p a:active {
	text-decoration: none;
	color: #006633;
}

.commenter p a:hover {
	text-decoration: none;
	color: #af9639;
}

.comment_info {
	font-size: .8em;
	font-weight: normal;
	margin-left: 25px;
	color: #006633;
}

.comment_number {
	font-family: helvetica, sans-serif;
	font-size: 1em;
	margin-left: 0;
	margin-right: 5px;
	color: #006633;
}

.comment_number a, .comment_number a:visited, .comment_number a:active {
	text-decoration: none;
	color: #006633;
}

.comment_number a:hover {
	text-decoration: none;
	color: #af9639;
}

.submit {
	font-weight: bold;
	padding-left: 0;
}

.comment_area textarea {
	width: 100%;
	height: 100px;
/*	background: #FFEEC2; */
}

.trackback_area ol {
	list-style: none;
	padding-left: 15px;
}

.trackback_area li {
	line-height: 1.4em;
}

#comments h2 {
	font-size: 1em;
	color: #006633;
/* 	background-color: #FFF; */
}

/* sidebar */

#side {
	width: 180px;
	float: left;
	padding: 20px 0px 0px 15px;
}

#side h2 {
	font-size: 1em;
	margin-left: 0px;
	color: #006633;
	font-weight: bold;
}


#side ul {
	color: #006633;
	list-style: none;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

#side ul.sidelist {
	/* padding-bottom: 15px; */
}

#side ul a {
	font-size: 1em;
	text-decoration: none;
	color: #666;
}

#side ul a:hover {
	color: #af9639;
}

/* footer */

#footer {
	width: 900px;
	padding: 0px;
	/* height: 250px; */
	margin: 0px;
	bottom: 0px;
	clear: both;
	color: #fff;
	background-color: #836a0e;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	font-size: .9em;
}

#footer #footer_text {
margin: 0px auto 15px;
padding: 20px 10px;
display: block;
width: 50%;
color: #fff;
text-align: center;
font-size: 1em;


}

#footer_text h4 {
font-size: 2.3em;
font-family: "Times New Roman", serif;
border-bottom: 1px solid #fff;
margin: 0px 0px 5px 0px;
}

#footer a:link, #footer p a:visited {
	text-decoration: none;
	color: #fff;
}

#footer a:hover, #footer p a:active {
	text-decoration: none;
	color: #006633;
}

#footer #copyright_text {
padding: 10px;
float: left;
margin: 0px 0px 0px 15px;
}

#footer #footer_link_box {
padding: 10px;
float: right;
margin: 0px 15px 0px 0px;
}

#footer #footer_link_box ul {
list-style: none;
padding: 0px;
margin: 0px;
}

#footer #footer_link_box li {
display: inline;
}


/* search form */

#search {
	margin-bottom: 15px;
}

#search .s {
/* 	background: #FFEEC2; */
}


/* Begin Calendar */

/* Not used in the theme but here anyway...  */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 175px;
	padding: 5px;
	border: 1px solid;
	color: #777;
	text-align: center;
	margin-bottom: 20px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	font-size: 12px;
	font-weight: bold;
	color: #777;
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
/* Doesn't work in IE */
	background-color: #fff;
}

/* End Calendar */

.title {
	margin-top: 10px;
}

.title a {
	padding-left: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #006633;
	font-size: 16pt;
}

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

/* clear */

.clear {
clear: both;
}


/* shopping cart */

.PeCatsBrands {
	width:auto;
	display:block;
	
}

.peCatsBrands ul {
	display:block;
	margin-right:100px;
}

.PeCatsBrands li {
/*
	float:left;
	height:15px;
	display:block;
*/


	
}

.MainCategory {
	font-size: 2em;
}

.PeCatsBrands a {
	display:block;
	padding: 4px;
}

li.MainCategory strong.category a:hover, li.MainCategory strong.category a.productlink:hover {
		/*
	font-size: 1.5em !important;
		line-height: 1.5em;
		position:relative;
		top:-5px;
	*/

}

.cattitles, strong.cattitles {
	clear: both;
	padding-top:20px;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Garamond, "Times New Roman", Times, serif ;
	font-size: 22px;
	color: #006633;
}





/* Added by Paul on 4.19.08 - Adapted for WordPress */

a.mainlevel-img-menu:link, a.mainlevel-img-menu:visited, #top_bar a:link, #top_bar a:visited, #top_bar a:active {
	background-image : url(/images/menu_link.gif);
	background-repeat : repeat-x;
	display : block;
	line-height : 31px;
	width : 126px;
	color : #ffffff;
	font-family : "lucida grande", verdana, arial, sans-serif;
	font-size : 11px;
	text-decoration : none;
	margin : 0 2px 0 0;
	text-align : center;
}
a.mainlevel-img-menu:hover,  #top_bar a:hover,  {
	background-image : url(/images/menu_hover.gif);
	background-repeat : repeat-x;
	display : block;
	line-height : 31px;
	width : 126px;
	color : #006633;
	font-family : "lucida grande", verdana, arial, sans-serif;
	font-size : 11px;
	text-decoration : none;
	margin : 0 2px 0 0;
	text-align : center;
	
	/* pd */
}
a.mainlevel-img-menu#active_menu-img-menu, #top_bar li.current-cat a:link, #top_bar li.current-cat a:visited, #top_bar li.current-cat a:active {
	background-image : url(/images/menu_hover.gif);
	background-repeat : repeat-x;
	display : block;
	line-height : 31px;
	width : 126px;
	color : #ffffff;
	font-family : "lucida grande", verdana, arial, sans-serif;
	font-size : 11px;
	text-decoration : none;
	margin : 0 2px 0 0;
	text-align : center;
	overflow:hidden;
}

ul#mainlevel-img-menu li,  #top_bar li {
	background-image:url(/images/menu_divider.gif);
	background-position:right 0%;
	background-repeat:no-repeat;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#top_bar li.current-cat a:hover, #top_bar li a:hover {
	color: #006633;
}


#archive-banner {
	display:block;
	width:auto;
	padding:0;
	margin:0;
	position:relative;
	height: 251px;
}

#archive-banner .ab-left {
	width: 225px;
	height: 251px;
	background: url(images/archive_banner_left.jpg) no-repeat 0 0;
	display:block;
	float:left;
	overflow: hidden;
	padding: 0;
	margin:0;
	position:absolute;
	top:0px;
	left:0px;
}

#archive-banner .ab-left .text {
	padding-left: 30px;
	padding-top: 85px;
	width:180px;
}

#archive-banner .ab-left .text img {
	float:left;
	margin-right:5px;
}

#archive-banner .ab-left .text .category {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Garamond, "Times New Roman", Times, serif ;
	font-size: 22px;
	color:#fff;
	display:block;
	vertical-align: top;
	line-height:27px;
	width:164px;
	height:100px;
	overflow:hidden;
}

#archive-banner .ab-left .text .big {
	font-size: 32px;
	
}

#archive-banner .ab-right {
	display:block;
	position: absolute;
	left: 225px;
	width:675px;
	height:251px;
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
	
}

#archive-banner .ab-right img {
	border: none;
	margin: 0;
	padding:0;
}





/* Added by pdclark */


.nobread {
	padding-top:20px;
}

.hidebread {
	display:none;
}



 /* needed for front page to function */
 #review_content,#new_releases {
 	display:none;
 }
 
 #review_td {
 	background-image:url(images/frontpage_top_left.jpg); 
 	width:450px;
 	height:250px;
 	overflow:hidden;
 	vertical-align: top;
 	position: relative;
 	display:block;
 }
 
#review_td .link_list img {
	display:none;
}


 /*

 #review_carousel {
 	width:450px;
 	height:150px;
 	overflow:hidden;
 	text-align: center;
 	margin-top:20px;
 	position:relative;
 	display:block;
 	
 }
 
 #carousel_container {
 	text-align: center;
 	width:450px;
 	position:relative;
 	display:block;
 }
 
 
#carousel_container a {
	display:block;
	position: absolute;
	width: 70px;
	
}

#carousel_container a img {
	display:block;
	width:90%;
}

*/


#carousel_container
{
	margin-top:-10px;
	width: 350px;
	height: 180px;
	z-index:99;
	position: relative;
	margin-left:50px;

}
#carousel_container a
{
	position: absolute;
	width: 110px;
	
}

#carousel_container div {
	top: 22px !important;
}

#carousel_container a img {
	width:100%;
}


/* Front page styling */

	
#frontpage .category {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Garamond, "Times New Roman", Times, serif ;
	font-size: 26px;
	color:#fff;
	display:block;
	vertical-align: top;
	line-height:27px;
	float:left;
	overflow:hidden;


}

/* Review_td : Top left cell on front page */

#review_td .title {
	display:block;
	width:auto;
	position:absolute;
	top:127px;
	left:20px;
	z-index:999;
}
	
#review_td .title img {
	float:left;
	margin-top:1px;
	margin-right:5px;
}

#review_td ul {
	margin-left: 40px;
	margin-top: 0px;
	color: #fff;
}

#review_td ul a:link, #review_td ul a:visited {
	color: #fff;

	display:block;
} 

#review_td ul li:hover, #review_td ul a:active, #review_td ul a:hover {
	color: #af9639;
}

#review_td ul li {
	list-style-type: disc;
	margin-bottom:4px;
	width: 250px;
	font-size: .8em;
	line-height:1.2em;
}

#review_td .arrow {
	right: 20px;
	bottom:28px;
	position: absolute;
}


/* catalog_td : bottom left td on frontpage */

#catalog_td {
	background: transparent url('images/frontpage_bottom_left_bg.gif') repeat-x 0 0;
	display:block;
	position: relative;
	width: 450px;
	height:250px;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Garamond, "Times New Roman", Times, serif ;
	
}

#catalog_td .inside_bg {
	background: transparent url('images/frontpage_bottom_left_bg_overlay.gif') no-repeat 287px 0px;
	display:block;
	position: relative;
	width: 410px;
	height:250px;
	padding-left:40px;
}

#catalog_td .title {
	color: #b59c33;
	
	padding-top:15px;
	margin-top:0px;
}

#catalog_td .title .small {
	display:block;
	margin-left:14px;
	font-size:16px;
	line-height: 18px;
}

#catalog_td .title img {
	float:left;
	margin-right:5px;
}

#catalog_td .title .large {
	font-size:28px;
	line-height:23px;
}

#catalog_td ul {
	margin-top:14px;
	margin-left: 16px;
	border-bottom: 1px solid #e9e2c9;
	width:240px;
}

#catalog_td ul li {
	list-style: none;
	background: transparent url(images/arrow-gold.gif) no-repeat 0px 11px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	border-top: 1px solid #e9e2c9;
}

#catalog_td ul li a{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

#catalog_td ul li a .large {
	font-weight: bold;
	font-size: 18px;
	display:block;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Garamond, "Times New Roman", Times, serif ;
}

#autocompleteHelper {
	overflow:hidden;
}


#catalog_td div.wpsc_product_search {
	display:block;
	background: none;
	padding: 0;
	margin: 0;
	margin-top: 8px;
	margin-left:15px;
}

#catalog_td .wpsc_product_search div {
	display:none;
}

#catalog_td .wpsc_product_search #wpsc_show {
	display:block;
}

#catalog_td #wpsc_search_autocomplete {
	float:none;
}

/* featured td: top right of front page */

#frontpage td.featured {
	background: url(images/featured.jpg) no-repeat 0 0;
	width: 400px;
	height: 250px;
}


#frontpage td.featured .ahref_wrap {
	display:block;
	height:53px;
	width:auto;
	padding-left: 30px;
	padding-top:197px;
}


td#fp_blog {
	height:250px;
	width: 225px;
	vertical-align: top;
	background-color: #007b6c;
}

#frontpage td#fp_blog .ahref_wrap {
	display:block;
	height:50px;
	width: auto;
	padding-left: 30px;
	padding-top:200px;
	background: url(images/blog.gif) transparent no-repeat 0 0;
}

td#fp_podcast {
	height:250px;
	width: 225px;
	vertical-align: top;
	background-color: #01372a;
}

#frontpage td#fp_podcast .ahref_wrap {
	display:block;
	height:50px;
	width: auto;
	padding-left: 30px;
	padding-top:200px;
	background: url(images/podcast.gif) transparent no-repeat 0 0;
}

.arrow .left, .arrowgreen .left {
	width: 10px;
	height:25px;
	display:block;
	background: transparent url('images/arrow-left.png') no-repeat 0 0;
	float:left;
	overflow: hidden;
}

.arrowgreen .left {
	background: transparent url('images/arrowgreen-left.png') no-repeat 0 0;
}

.arrow a:link, .arrow a:visited, .arrow a:active, .arrowgreen a:link, .arrowgreen a:visited, .arrowgreen a:active, .arrow .ahref_fake, .arrowgreen .ahref_fake {
	height:20px;
	display:block;
	background: transparent url('images/arrow-bg.png') repeat-x 0 0;
	color: #fff;
	padding-left:0px;
	padding-right:7px;
	float:left;
	font-weight: bold;
	font-size:13px;
	padding-top:5px;
}

.arrowgreen a:link, .arrowgreen a:visited, .arrowgreen a:active, .arrowgreen .ahref_fake {
	background: transparent url('images/arrowgreen-bg.png') repeat-x 0 0;
}

.arrow .right, .arrowgreen .right {
	width: 25px;
	height:25px;
	display:block;
	background: transparent url('images/arrow-right.png') no-repeat 0 0;
	float:left;
}

.arrowgreen .right {
	background: transparent url('images/arrowgreen-right.png') no-repeat 0 0;
}

.arrow:hover a, .arrow a:hover, .arrowgreen:hover a, .arrowgreen a:hover, .arrow .ahref_fake:hover,.arrowgreen .ahref_fake:hover, .ahref_wrap:hover, .ahref_wrap:hover .ahref_fake {
	color: #000;
}


#PeSwitcherFirst {
	font-size:1.4em;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Garamond, "Times New Roman", Times, serif ;
	margin-top:-26px;
	margin-bottom:10px;
}

#PeSwitcherFirst a.active {
	color: #AF9639;
}	


.switchparent table {
	width:90%;
}

.switchparent table td {
	vertical-align: top;
}




#podPress_footer {display:none;}






/* debug */
/*
pre {
	background-color: #000;
	color:#fff;
	font-size:14px;
	font-family: Monaco, "Courier New", monospace;
	margin-bottom:100px;
	border-bottom: 4px solid red;
}
*/