@charset "utf-8";
/*
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; background:url(/images/white-parchment-paper-texture.jpg) }

body, button, input, select, textarea { font-family: sans-serif; color: #555; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */

a { color: #931b1e; text-decoration:none }
a:visited { color: #822; }
a:hover { color: #931b1e; text-decoration:underline }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Keith Adams, FluidMediaLLC.com
   ========================================================================== */

#natty-entertainment-line{display:block;clear:both;padding:4px 0;background:#931b1e;border-bottom:3px solid #fcbe0f}
#natty-entertainment-logo{display:block;}
#natty-entertainment-social{display:block;text-align:right}
#natty-entertainment-social p{display:block;width:100%;margin:0;padding:0}
#natty-header{display:block}
#header-logo-area{display:block}
#header-logo-area img{max-width:248px;}
#home-intro-text,#home-supp-text{display:block;float:none;clear:both}
#left-column{display:block;padding-top:18px}
#main-content{display:block;padding-top:18px}

#featured-artist{background:#fff url(/images/featured-artist-bkgd.gif) top center repeat-x}
#fa-image{background:#fff}
#fa-title{background:#fcbe0f}
#fa-title-name p{font-size:0.9em;margin:0;padding:0 0 5px 12px}
#fa-title-name h2{font-family: 'Oswald', sans-serif;color:#000;font-size:1.6em;font-weight:normal;margin:0;padding:0 0 0 12px}
#fa-title-social p{margin:0;padding:0 12px 0 0;text-align:right}
#fa-track{background:#fff}
#fa-track-song p{font-size:0.9em;margin:0;padding:0 0 5px 12px;font-family: 'Oswald', sans-serif;color:#444}
#fa-track-song audio{padding:0 12px}
#fa-track-itunes a{display:block;padding:0 12px}

#page-title-name{background:#931b1e}
#page-title-name h1{margin:0 !important;padding:5px 10px;font-family: 'Oswald', sans-serif;color:#fff !important;font-size:1.6em;text-shadow:1px 1px 1px #000;-webkit-text-shadow:1px 1px 1px #000;-khtml-text-shadow:1px 1px 1px #000;-moz-text-shadow:1px 1px 1px #000}
#page-title-details{background:#fcbe0f}
#page-title-summary p,#page-title-social p{font-size:0.9em;margin:0;padding:5px 10px}
#page-title-social{text-align:right}

.disc-row{display:block;background:#ddd url(/images/discography-bkgd.gif) top left repeat-y;margin-bottom:14px}
.disc-cover{background:#bbb}
.disc-detail{background:#ddd}
.disc-detail h2{margin:0 !important;padding:0;font-family: 'Oswald', sans-serif !important;color:#931b1e !important;font-size:1.6em !important;font-weight:normal !important}
.disc-detail h3{margin:0 !important;padding:0;font-family: 'Oswald', sans-serif;font-size:1em;font-weight:normal !important}
.disc-detail p{margin:0 !important;padding:8px 0 2px 0;font-size:0.85em}


#main-content .galleria{width:100%;height:300px;background:#000}
#main-content.home .galleria{height:100%}
#main-content.home .galleria:after{content:"";display:table;clear:both;}
#main-content .galleria-stage{height:300px !important}
#main-content.home .galleria-stage{height:80% !important}
.galleria .clicker{font-size:.7em}

#top-nav{padding:12px 0 22px 0;text-align:center}
#top-nav ul{display:table-row;width:100%;border-collapse:collapse;border:none}
#top-nav ul li{display:table-cell;margin:0;padding:0;vertical-align:middle;background:#931b1e}
#top-nav ul li a{display:block;padding:8px 3px;margin:0;background:#931b1e;color:#fcbe0f;text-decoration:none;font-family: 'Oswald', sans-serif}
#top-nav ul li a:hover{background:#fcbe0f;color:#931b1e;text-decoration:none}

#top-nav li ul { display:block;position:absolute;width:225px;left:-999em;z-index:999;margin:0;padding:0;opacity: 0;filter:alpha(opacity=0);
     -moz-box-shadow:1px 2px 2px rgba(0,0,0,.5);-webkit-box-shadow:1px 2px 2px rgba(0,0,0,.5);box-shadow:1px 2px 2px rgba(0,0,0,.5);
     -webkit-transition: opacity .3s ease-in-out;-moz-transition: opacity .3s ease-in-out;
     -o-transition: opacity .3s ease-in-out }
#top-nav li ul li {display:block}
#top-nav li ul li a, #top-nav li ul li ul li a { font-size:1.2em;text-align:left;width:225px;color:#fb1;padding:5px;background:#822;border-bottom:1px solid #ccc;border-left:2px solid #ccc;border-right:2px solid #ccc; }
#top-nav ul li ul li:first-child a { border-top:2px solid #ccc;border-left:2px solid #ccc; }
#top-nav ul li ul li ul li a, #top-nav ul li ul li:first-child ul li a { border-top:none;border-bottom:1px solid #8ac; }
#top-nav ul li ul li ul li:first-child a { border-top:1px solid #ccc;border-left:2px solid #822; }
#top-nav li:hover ul { left: auto;opacity:1;filter:alpha(opacity=100) }
#top-nav li:hover ul, #top-nav li.sfhover ul { left: auto;opacity:1;filter:alpha(opacity=100) }

#top-nav li ul ul { margin: -25px 0 0 262px;opacity: 0;filter:alpha(opacity=0);
     -moz-box-shadow:1px 2px 2px rgba(0,0,0,.5);-webkit-box-shadow:1px 2px 2px rgba(0,0,0,.5);box-shadow:1px 2px 2px rgba(0,0,0,.5);
     -webkit-transition: opacity .3s ease-in-out;-moz-transition: opacity .3s ease-in-out;
     -o-transition: opacity .3s ease-in-out }
#top-nav, #top-nav ul { line-height: 1; }
#top-nav li:hover ul ul, #top-nav li.sfhover ul ul { left: -999em;opacity:1;filter:alpha(opacity=100) }
#top-nav li:hover ul, #top-nav li li:hover ul, #top-nav li.sfhover ul, #top-nav li li.sfhover ul { left: auto;opacity:1;filter:alpha(opacity=100) }

/*.news-event-summary{display:block;padding:0;margin:0 0 20px auto;border:3px solid #931b1e;width:178px}
.news-event-summary h2{display:block;padding:14px;margin:0;border-bottom:3px solid #931b1e;width:150px;background:#333;font-family: 'Oswald', sans-serif;color:#fff;font-size:1.3em;font-weight:normal}*/
.news-event-summary{display:block;padding:0;margin-top:20px;border:3px solid #931b1e}
.news-event-summary:first-child{;margin-top:0}
.news-event-summary h2{display:block;padding:14px 0;margin:0;border-bottom:3px solid #931b1e;width:100%;background:#333;font-family: 'Oswald', sans-serif;color:#fff;font-size:1.3em;font-weight:normal}
.news-event-summary ul,#main-content ul{display:block;padding:14px;margin:0}
.news-event-summary ul.trim,#main-content ul.trim{padding:7px}
.news-event-summary li,#main-content li{display:block;padding:2px 0 4px 22px;margin:0;list-style:none;background:url(/images/natty-records-bullet-icon.png) top left no-repeat;}
.news-event-summary p{display:block;padding:0 0 5px 0;margin:0}
.news-event-summary p.learn-more,.news-event-summary p.view-more{display:block;color:#931b1e;margin:0;padding:0 14px 14px 0}
.news-event-summary p.view-more{text-align:right}
.news-event-summary li p.learn-more{padding:0}
.news-event-summary p.learn-more a,.news-event-summary p.view-more ar{color:#931b1e;text-decoration:none;font-size:0.8em}
.news-event-summary p.view-more a{font-size:0.9em}
.news-event-summary p.learn-more a:hover,.news-event-summary p.view-more a:hover{text-decoration:underline}



#main-content{display:block;color:#666;font-family: 'Oswald', sans-serif}
#main-content #breadcrumb{font-size:0.8em;font-family: Arial, Helvetica, sans-serif;margin-top:0}
#main-content #breadcrumb a{color:#345;text-decoration:none}
#main-content h1{display:block;clear:both;color:#333;font-family: 'Oswald', sans-serif;font-size:2.5em;margin-bottom:7px}
#main-content h2{display:block;color:#777;font-family: Arial, Helvetica, sans-serif;margin-top:0}
#main-content p,#main-content ul,#main-content li{font-family: Arial, Helvetica, sans-serif}
#main-content #breadcrumb a:hover{color:#567;text-decoration:underline}
#main-content #main-image{display:block;width:100%;height:180px;overflow:hidden}
#main-content .rightimage{display:block;width:120px;float:right;padding:0 0 10px 15px;margin:0}
#main-content .rightimage p{display:block;text-align:right;font-size:0.75em;color:#8e8e8e}
#main-content #posted p{display:block;padding:20px 0 0 0;width:100%;text-align:right;font-size:0.8em;color:#89a}
#spotlight,#call-to-action{margin-top:28px}
#main-content p.read-more{width:100%;text-align:right;font-size:0.8em;margin:0;padding:0 0 12px 0}
#main-content #paginate{display:block;width:100%;padding-top:18px;text-align:center}
#main-content #paginate a{display:inline-block;padding-left:5px;padding-right:5px}
#main-content a.artist-button{display:block;background:#fcbe0f;color:#666;width:100%;height:125px;margin:18px 0 0 0;padding:0;clear:both}
#main-content a.artist-button:hover{background:#fe9}
#main-content a.artist-button .artist-image{display:block;width:125px;height:140px;float:left;margin:0;padding:0}
#main-content a.artist-button .artist-info{display:block;float:left;margin:0;padding:18px;width: -moz-calc(100% - 164px);width: -webkit-calc(100% - 164px);width: calc(100% - 164px);overflow:hidden}
#main-content a.artist-button .artist-info p{width:100%;display:block}
#main-content a.artist-button .artist-info p.bio{margin:9px 0 0 0}
#main-content a.artist-button .artist-info p.genres,#main-content a.artist-button .artist-info p.genres-mini{margin:0;font-size:0.8em;color:#986}
#main-content a.artist-button .artist-info h2{color:#333;font-family: 'Oswald', sans-serif;margin:0;display:block}
#main-content .review-text{margin-bottom:3px}
#main-content .review-credits{text-align:right;margin:0 0 16px 0;font-style:italic;font-size:0.85em}
#spotlight{background:#ace;color:#666}
#main-content .store-item{display:block;text-align:left;width: -moz-calc(100% - 28px);width: -webkit-calc(100% - 28px);width: calc(100% - 28px);
  border:2px solid #9a0000;background:#f6f6f6;padding:10px 12px;margin:24px 0 0 0}
#main-content .store-item h3{margin:0;padding:0;color:#931b1e}
#main-content .store-item img{display:block;margin:0 0 7px 16px;padding:0;float:right}
#main-content .store-item .buttons{display:block;text-align:right;clear:both}
#main-content .store-item .buttons a{display:inline-block;padding:4px 8px;margin:6px 0 0 12px;color:#fff;font-weight:bold;border:2px solid #000;
  text-shadow:1px 1px 1px #333;-webkit-text-shadow:1px 1px 1px #333;-khtml-text-shadow:1px 1px 1px #333;-moz-text-shadow:1px 1px 1px #333;
  border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px}
#main-content .store-item .buttons .buy-btn{background:#900}
#main-content .store-item .buttons .add-cart-btn{background:#666}
#main-content .store-item .buttons .view-cart-btn{background:#999}
#main-content .store-item .buttons a:hover{text-decoration:none;background:#fcbe0f;color:#333;
  text-shadow:1px 1px 1px #fff;-webkit-text-shadow:1px 1px 1px #fff;-khtml-text-shadow:1px 1px 1px #fff;-moz-text-shadow:1px 1px 1px #fff;}
#main-content .store-item img{margin-top:0}
.spotlight-pane{padding:12px}
.spotlight-pane img{width:100%;padding-bottom:18px}
#spotlight h2{padding-top:0;margin-top:0;margin-bottom:5px;font-family: 'Oswald', sans-serif;color:#333;font-size:1.6em;font-weight:normal}
#spotlight p{font-family: 'Oswald', sans-serif;margin-top:0}
#side-menu{display:block;background:#333;padding:0;margin:0 0 24px 0}
#side-menu h3{display:block;padding-left:18px}
#side-menu ul li a{color:#999;text-decoration:none;}
#side-menu ul li a:hover{color:#fff;text-decoration:none;}
#call-to-action,#cta2{text-align:center}
#call-to-action a,#cta2 a{display:inline-block;margin:10px 5px 0 5px}
#call-to-action-holder{background:#0fb5e9;color:#000;text-align:center;padding:5px;margin:0 0 8px 0}
#call-to-action-holder:hover{background:#fff}
#call-to-action-holder a#quote{display:block;background:#0fb5e9;color:#000;font-family: 'Oswald', sans-serif;color:#000;font-size:2em;margin:0;padding:0 5px 8px 5px;border:4px #000 solid;text-decoration:none}
#call-to-action-holder a#quote:hover{color:#024;text-decoration:none}
#call-to-action-holder .click{font-size:0.6em;font-family:Arial, Helvetica, sans-serif;line-height:0.6em}
#main-content #home-supp-text ul{display:block;padding:0 14px}


a.get-tickets{display:block;width:141px;height:21px;margin:4px 0 0 0;padding:0;overflow:hidden;background:url(/images/click-here-for-tickets.png) top left no-repeat;}
a.get-tickets:hover{background-position:right;text-decoration:none}

#natty-records-contact form{display:block;margin:18px 0 0 0;padding:0;float:none}
#natty-records-contact form dl,#natty-records-contact form dt{clear:both;padding-top:4px}
#natty-records-contact form label{display:block;width:100%;font-size:0.9em;line-height:1.25em;color:#333;text-align:left;padding-right:10px}
#natty-records-contact form input{width:98px;clear:both;float:none;color:#456}
#natty-records-contact form dl input,#natty-records-contact form dl select,#natty-records-contact form dl textarea{width:100%;border:1px solid #005fb0;margin:0;float:left;color:#456}
#natty-records-contact p{display:block;width:100%;text-align:right}
#natty-records-contact form .formradio{display:inline-block;width:14px;padding:0;text-align:left}
#natty-records-contact form .formradiotext{display:inline-block;padding:0 0 0 12px;font-size:.9em}

#footer{display:block;margin-top:18px;padding:10px 0;background:#931b1e;border-top:3px solid #fcbe0f}
#footer{font-size:0.8em;color:#ccc}
#footer-right{text-align:right}
#footer p{margin:0}
#footer p a{color:#ccc;text-decoration:none}
#footer p a:hover{color:#fff;text-decoration:none}


audio {width: 80%}
.disc-detail audio {width: 100%}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}