/*
	
	Author Name	  : Sean Aquino
	Author email  : sean [at] design-uchi [dot] com
	Style Name	  : Breathe One Love
	Created		  :	06-2008
	Comments	  : Base styles from blueprint
					
*/

body {margin:0px; font-family:"Optima", Helvetica, Arial, sans-serif; background:url(../images/body-bg.gif) no-repeat center 0px;}
/* set font size here in case body change messes up grids*/
.container {background: #3EABBB url(../images/content-bg.png) no-repeat 0px 0px;}
#content { font-size:1.25em; padding-top:1em; min-height:507px; margin-bottom:-70px;}
/*yes ugly, I know*/
#content-scroll {height:340px; overflow: auto;}
.no-float {float:none;}

a, a:link {color:#EE5A24;}
a:visited {color:#8A266D;}

.prepend-half { padding-left:20px;}
.append-half {padding-right:20px;}

/* Navigation styles                     
**********************************************/


/* navigation */
#nav {margin-bottom:10px;}
#nav ul, #nav li {display: inline;}
#nav a:link, #nav a:visited {float: left;text-decoration: none; padding-bottom: 2px;}
#nav a:link#current, #nav a:visited#current, #nav a:hover {padding-bottom: 2px;}

/*image replacement for navigation*/
#theartist {background: url(../images/artist.gif) no-repeat -3px 0px; width:110px; height:37px;}
#theartist a { display: block; width:110px; height:37px;}
#theartist a:hover { background-color: transparent; text-decoration: none; }
#theartist span { display: block; width: 0; height: 0; overflow: hidden; }


#theart {background: url(../images/art.gif) no-repeat 13px 0px; width:106px; height:37px;}
#theart a { display: block; width:106px; height:37px;}
#theart a:hover { background-color: transparent; text-decoration: none; }
#theart span { display: block; width: 0; height: 0; overflow: hidden; }


#contact {background: url(../images/contact.gif) no-repeat center 0px; width:107px; height:37px;}
#contact a { display: block; width:107px; height:37px;}
#contact a:hover { background-color: transparent; text-decoration: none; }
#contact span { display: block; width: 0; height: 0; overflow: hidden; }

/*upcoming show*/
#upcoming {background: url(../images/upcoming.gif) no-repeat center 0px; width:110px; height:37px;}
#upcoming a { display: block; width:110px; height:37px;}
#upcoming a:hover { background-color: transparent; text-decoration: none; }
#upcoming span { display: block; width: 0; height: 0; overflow: hidden; background-color: transparent; }

/*for you store button thanks david shea http://www.mezzoblue.com/tests/centered-css/ */
#foryou-btn {position: absolute; top: 0px; left: 0px; width: 100%;}
#foryou-btn span {display: block; margin: 40px 0px 0px 600px;}
#foryou-btn p {width: 80px; margin-left: auto; margin-right: auto;}


#footer { background:url(../images/footer-bg.gif) repeat-x 0px 0px; padding-top:100px;}

/* -------------------------------------------------------------- 
  
   fancy-type.css
   * Lots of pretty advanced classes for manipulating text.
   
   See the Readme file in this folder for additional instructions.

-------------------------------------------------------------- */

/* Indentation instead of line shifts for sibling paragraphs. */
   p + p { text-indent:2em; margin-top:-1.5em; }
   form p + p  { text-indent: 0; } /* Don't want this in forms. */
   

/* For great looking type, use this code instead of asdf: 
   <span class="alt">asdf</span>  
   Best used on prepositions and ampersands. */
  
.alt { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
}


/* For great looking quote marks in titles, replace "asdf" with:
   <span class="dquo">&#8220;</span>asdf&#8221;
   (That is, when the title starts with a quote mark). 
   (You may have to change this value depending on your font size). */  
   
.dquo { margin-left: -.5em; } 


/* Reduced size type with incremental leading
   (http://www.markboulton.co.uk/journal/comments/incremental_leading/)

   This could be used for side notes. For smaller type, you don't necessarily want to 
   follow the 1.5x vertical rhythm -- the line-height is too much. 
   
   Using this class, it reduces your font size and line-height so that for 
   every four lines of normal sized type, there is five lines of the sidenote. eg:

   New type size in em's:
     10px (wanted side note size) / 12px (existing base size) = 0.8333 (new type size in ems)

   New line-height value:
     12px x 1.5 = 18px (old line-height)
     18px x 4 = 72px 
     72px / 5 = 14.4px (new line height)
     14.4px / 10px = 1.44 (new line height in em's) */

p.incr, .incr p {
	font-size: 10px;
	line-height: 1.44em;  
	margin-bottom: 1.5em;
}


/* Surround uppercase words and abbreviations with this class.
   Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/] */
   
.caps { 
  font-variant: small-caps; 
  letter-spacing: 1px; 
  text-transform: lowercase; 
  font-size:1.2em;
  line-height:1%;
  font-weight:bold;
  padding:0 2px;
}

/*Styles from screen so that contribute will pick it up*/
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.product-table {text-align:center;}
.product-table tr td {text-align:center; vertical-align:top; padding:4px 5px 4px 5px;}