/* 
Theme Name: The Music of Casey Winn
Theme URI: http://winnrecordings.com/
Description: custom theme for Casey Winn
Author: Mars at A3 Design
Author URI: http://a3online.com
Version: 2006-01-05
*/



/* elemental styles */
body {
  margin: 0;
  padding: 0;
  
  background-color: #f7f0e7;
  color: #3f3f3f;
  
  background-image: url(images/bg_top_gradient.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  background-attachment: scroll;
  
  font-family: "lucida grande", "trebuchet ms", sans-serif;
  font-weight: normal;
  
  font-size: 100%;
}

div, form, h1, h2, h3, h4, h5, p, blockquote, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

p, h1, h2, h3, h4, h5, .like_p {
  padding: 0.8em 11px 0 11px;
}

h1, h2, h3, h4, h5 {
  padding-left: 32px;
  padding-right: 28px;
  color: #241614;
  font-family: georgia, serif;
}

h2 {
  color: #120807;
}

h3 {
  font-size: 1.2em;
  border-bottom: 1px solid #dac09d;
}

h4 {
  font-size: 0.9em;
}

ol, ul {
  margin-left: 36px;
  padding: 0 11px 0 11px;
}

li {
  margin: 0;
  padding: 0.8em 0 0 0;
}

img {
  border: none;
}

strong {
  font-weight: bold;
  font-style: normal;
}

em {
  font-weight: bold;
  color: #666;
  font-style: normal;
}

cite {
  font-size: x-small;
  font-weight: bold;
  font-style: normal;
}

table {
  margin: 0.8em 32px 0 32px;
  background-color: white;
  
  /* WinIE font-size hack */
  font-size: x-small;
  voice-family: "\"}\""; 
  voice-family:inherit;
  font-size: small;
}
html>body table
{
  font-size: small;
}

/* fix table cell image alignment in Strict Mode */
td img { 
  display: block; 
  margin: 0; 
  padding: 0; 
}

th {
  font-weight: bold;
  font-style: normal;
  text-align: left;
  vertical-align: bottom;
  padding: 2px 8px 2px 8px;
}

td {
  text-align: left;
  vertical-align: top;
  padding: 2px 8px 2px 8px;
  border-top: 1px solid #dac09d;
}

table.three_column td {
  width: 130px;
}

th.numeric {
  text-align: right;
}
td.numeric {
  text-align: right;
  font-family: monospace;
}

th.wide, td.wide {
}

dl {
  padding-bottom: 0.7em;
}

dt {
  margin-top: 1em;
  font-weight: bold;
  font-size: small;
}

dd {
  font-size: x-small;
}

dd p {
  font-size: x-small;
}

dd.price {
  font-weight: bold;
  font-size: small;
  text-align: right;
  margin-bottom: 0;
}

.specifier {
  font-size: x-small;
  font-weight: normal;
}

dd dt {
  color: black;
  font-size: x-small;
}

dl dl {
  padding: 0 !important;
  margin: 0 !important;
}

dl li {
  margin-left: 15px;
  padding-bottom: 0;
  list-style: circle;
}




/* class behaviors */

/* the inner SPAN of image-replaced elements get this class */
.invisible {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* to force parent containment of floated children, a last-sibling BR gets this class */
br.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

/* used to float content */
.content_left {
  float: left;
  padding: 0 5px 5px 0;
}
.content_right {
  float: right;
  padding: 0 0 5px 5px;
}

.details, .detail {
  font-size: x-small;
}

.legalese {
  font-size: x-small;
  padding-top: 48px;
}

.meta {
  font-size: x-small;
  color: #666;
}

.fat_text {
  font-size: medium;
  padding-bottom: 1em;
}

.photo_content_left {
  float: left;
  margin: 0 8px 4px 0;
  border: 8px solid white;
}



.column_1of2, .column_2of2 {
  width: 239px;
  float: left;
}

.column_1of3, .column_2of3, .column_3of3 {
  width: 159px;
  float: left;
}

.threequarter_column {
  float: left;
  width: 72%;
  margin-right: 2%;
}

.twothird_column {
  float: left;
  width: 63%;
  margin-right: 2%;
}

.half_column {
  float: left;
  width: 47%;
  margin-right: 2%;
}

.third_column {
  float: left;
  width: 29%;
  margin-right: 2%;
}

.quarter_column {
  float: left;
  width: 22%;
  margin-right: 2%;
}

.decorated {
  border-right: 1px solid #ccc;
}




/* CSS-only clearing of floated elements;
  use .clearfix on any box that has to contain a sizable float
  http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





/* general link styles */
:link:focus, 
:visited:focus { 
  font-weight: bold; 
}
:link { 
  color: #0060b5;
  font-weight: bold; 
  text-decoration: none; 
}
:visited { 
  color: #004480;
  font-weight: bold; 
  text-decoration: none; 
}
:link:hover, 
:visited:hover { 
  color: #f25415;
  background-color: white;
  text-decoration: underline; 
}
:link:active, 
:visited:active { 
  text-decoration: none; 
}




/* block layout */
#site_navi {
  width: 328px; height: 414px;
  
  position: absolute;
  top: 0px; right: 0px;
  z-index: 0;
  
  background-image: url(images/header_comp_on_gradient.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#feature {
  position: absolute;
  top: 0px; left: 0px;
  z-index: 100;
  
  background-image: url(images/feature_bg_bottom.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#feature_l1 {
  width: 423px;
  padding: 7px 0 40px 0;
  
  background-image: url(images/feature_bg_on_gradient.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#content {
  position: absolute;
  top: 380px; left: 140px;
  z-index: 50;
}
.album_page #content {
  top: 380px; left: 423px;
}
.interior_page #content {
  top: 80px; left: 80px; right: 330px;
}

#purchase_panel {
  float: right;
  text-align: center;
  
  /* Tantek's WinIE box model hack */
  padding: 0 51px 5px 0;
  width: 171px;
  voice-family: "\"}\""; 
  voice-family:inherit;
  width: 120px;
}
html>body #purchase_panel
{
  width: 120px;
}

.text_zone {
  padding-bottom: 32px;
}

.catalog_item {
  position: relative;
  float: left;
  width: 284px; height: 142px;
  padding-bottom:15px
}

.preview_matte {
  float: left;
  width: 137px; height: 137px;
  margin-right: 5px;
}

.icon_link {
}


/* Main Navigation */
#the_music_of_casey_winn {
  width: 240px; height: 45px;
  margin: 0; padding: 0;
  
  position: absolute;
  top: 72px; right: 0px;
  overflow: hidden;
  
  background-image: url(images/navi-sprites.jpg);
  background-position: -10px -11px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
#the_music_of_casey_winn a {
  display: block;
  width: 240px; height: 45px;
}
#the_music_of_casey_winn a:hover {
  background-image: url(images/navi-sprites.jpg);
  background-position: -10px -231px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#site_navi dl {
  width: 150px;
  margin: 0; padding: 0;
  
  position: absolute;
  top: 116px; right: 0px;
  overflow: hidden;
  
  list-style: none;
  
  background-image: url(images/navi-sprites.jpg);
  background-position: -100px -56px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
#site_navi dt {
  margin: 0;
  padding: 0;
}
#site_navi dt a {
  display: block;
  margin: 0; padding: 0;
  width: 150px; height: 20px;
  overflow: hidden;
}
#site_navi a:hover {
  background-image: url(images/navi-sprites.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
}
#site_navi #navi_bio a:hover {
  background-position: -100px -276px;
}
#site_navi #navi_buy a:hover {
  background-position: -100px -296px;
}
#site_navi #navi_contact a:hover {
  background-position: -100px -316px;
}



/* Class Styles */
.feature_matte {
  width: 349px; height: 349px;
  margin-left: 28px;
  
  background-image: url(images/feature_img_matte.gif);
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.feature_matte img {
  margin: 7px;
}

#newest_work {
  margin: 11px 11px 0 32px;
  padding: 0;
  width: 116px; height: 18px;
  overflow: hidden;
  
  background-image: url(images/newest_work.gif);
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#the_complete_discography {
  margin: 11px 11px 0 288px;
  padding: 0;
  width: 163px; height: 18px;
  overflow: hidden;
  
  background-image: url(images/the_complete_discography.gif);
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#purchase_panel h3 {
  text-align: center;
  padding: 0.8em 0 0 0;
}

#feature p {
  padding: 0.8em 32px 0 32px;
  
  font-size: 0.7em;
}

#feature #purchase_panel p {
  text-align: center;
  margin: 0;
  padding: 0;
}

.text_zone p,
.text_zone li {
  font-size: 0.7em;
}

.text_zone p {
  line-height: 145%;
}

.text_zone .ja p, 
.text_zone .ja li {
  font-size: 0.9em;
}

.text_zone .ja p {
  line-height: 115%;
}

.text_zone p,
.text_zone ul,
.text_zone ol,
.text_zone dl {
  padding-left: 32px;
  padding-right: 32px;
}


.preview_matte {
  background-image: url(images/preview_img_matte.gif);
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.preview_matte img {
  margin: 6px;
}

.btn_container {
  padding: 0.8em 0 0 28px;
  overflow: auto; /* coerce containment of floated children */
}

.catalog_item .btn_container {
  position: absolute;
  width: 142px;
  bottom: 3px; left: 138px;
  padding: 0;
}

.catalog_item p {
  font-size: 0.7em;
}

.btn_explore_this_music {
  width: 131px; height: 35px;
  float: left;
  overflow: hidden;
}
.btn_explore_this_music a {
  display: block;
  width: 131px; height: 35px;
  
  background-image: url(images/btn-sprites.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.btn_explore_this_music a:hover {
  background-position: 0px -36px;
}

.btn_purchase_download {
  width: 131px; height: 35px;
  float: left;
  overflow: hidden;
}
.btn_purchase_download a {
  display: block;
  width: 131px; height: 35px;
  
  background-image: url(images/btn-sprites.gif);
  background-position: -132px 0px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.btn_purchase_download a:hover {
  background-position: -132px -36px;
}

.btn_explore {
  width: 71px; height: 35px;
  float: left;
  overflow: hidden;
}
.btn_explore a {
  display: block;
  width: 71px; height: 35px;
  
  background-image: url(images/btn-sprites.gif);
  background-position: 0px -168px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.btn_explore a:hover {
  background-position: 0px -204px;
}

.btn_purchase {
  width: 71px; height: 35px;
  float: left;
  overflow: hidden;
}
.btn_purchase a {
  display: block;
  width: 71px; height: 35px;
  
  background-image: url(images/btn-sprites.gif);
  background-position: -71px -168px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.btn_purchase a:hover {
  background-position: -71px -204px;
}

