/* ***********************************************************************************
 * Cascading Style Sheet for Lily&Bloom
 *  (C) 2012 Dennis Lo Designs unless otherwise licensed.
 * 
 * @author Dennis Lo, Dennis Lo Designs. http://www.dennislo.com
 * @author Derek Nobuyuki Wallace, iGEN Knowledge Solutions, Inc. http://www.igen.ca
 *
 * Usage: include as core.css?v=1 where 1 is the version number for caching.
 * ***********************************************************************************  */
 
/* ***************************
 * ** HTML5 CSS Reset       **
 * ** HTML5BoilerPlate.com  **
 * ** HTML5Doctor.com       **
 * *************************** */
 html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}                  
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display:block;}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
/* YUI Library CSS Fonts developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages */
body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }
/* normalize monospace sizing for Chrome compatibility */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/* ********** Base Font + Colour *********** */
body, select, input, textarea  {
	font: 16px/22px Helvetica,Arial,Verdana,sans-serif;
}

h1,h2,h3,h4,h5,h6 { 
	font-weight: bold; 
}

@font-face {
	font-family: 'lapidary';
	src: url('../fonts/LAPIDAR0.eot'); /* IE9 Compat Modes */
	src: url('../fonts/LAPIDAR0.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/l.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/l.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/l.svg') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
    font-variant: normal;
}

@font-face {
	font-family: 'univers';
	src: url('../fonts/UNIVERS0.eot'); /* IE9 Compat Modes */
	src: url('../fonts/UNIVERS0.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/u.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/u.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/u.svg') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
    font-variant: normal;
}

@font-face {
	font-family: 'birch';
	src: url('../fonts/BIRCHST0.eot'); /* IE9 Compat Modes */
	src: url('../fonts/BIRCHST0.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/b.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/b.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/b.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
	font-style: normal;
    font-variant: normal;
}

@font-face {
	font-family: 'madrone';
	src: url('../fonts/MadroneStd.eot') format('embedded-opentype'),
		url('../fonts/MadroneStd.ttf') format ('truetype'),
		url('../fonts/MadroneStd.otf') format('opentype');
	src: local('☺3'),
        url('../fonts/MadroneStd.otf') format('opentype');
    font-weight: normal;
	font-style: normal;
    font-variant: normal;
}


/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }
/* Accessibility Base Tweaks */
a:hover, a:active { outline: none; }
a, a:active, a:visited { color:#000; text-decoration: none; }
a:hover { text-decoration: underline; }
ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }
/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { 
  padding: 15px; 
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
/* align checkboxes, radios, text inputs with their label */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }
/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px #000; 
 -webkit-box-shadow: 0px 0px 5px #000; 
         box-shadow: 0px 0px 5px #000;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }
/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #000; color:#fff; text-shadow: none; }
::selection { background:#000; color:#fff; text-shadow: none; } 
/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 
/* make buttons play nice in IE */
button {  width: auto; overflow: visible; }
/* bicubic resizing for non-native sized IMG*/
.ie7 img { -ms-interpolation-mode: bicubic; }
/* ***********************************
 * **  Non-semantic helper classes  **
 * *********************************** */
/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 
/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/************************************************************* Site Level   */
html{
	overflow:hidden;
}

body {
	color: #fff;
	font: 14px 'times new roman', times, serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow:hidden; 
	background-color: #1e1e1e;
}

#wrapper {
	width: 1115px;
	margin: 0 auto;
	height: 100%;
}

#background {
	position:absolute; 
	z-index:1; 
	min-width:100%; 
	min-height:100%; 
	overflow: hidden;
}

#scroller {
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	overflow:hidden; 
	z-index:2; 
	min-width: 1115px; 
	min-height: 800px;
}
 
#contentNew {
	padding:0px 300px 20px 0px;
}

#fixed {
	position:absolute; 
	top:25px; 
	left:10px; 
	width:150px; 
	z-index:10; 
	color:#567; 
	border:1px solid #000; 
	padding:10px;
}

#bgContainer {
	overflow: hidden;
}

#BackgroundPane {
	width: 100%;	
	height: 100%;
	min-width: 1100px; 
	min-height: 800px;
	overflow: hidden; 
	overflow-x:hidden; 
	overflow-y:hidden;
}

.backgroundImage {
	height: 100%; /* This is the default for no-js but gets overridden with numerical values in JS */
}

#snsLinks {
	clear: both;
}

.sns {
	clear: both;
	display: block;
	float: left;
	margin: 10px 30px 10px 0;
}

.fbLike {
	float: left !important;
	margin: 13px 10px 0 0;
	height: 50px;
	width: 290px;
}

#___plusone_0 {
	margin: 13px 0 0 0 !important;
}

.google_plus {
	float: left;
}

.fb-group {
	text-transform: uppercase;
}

#loader {
	position:absolute; 
	top: 300px; 
	left: 50%; 
	z-index: 100; 
	display: none; 
}



/************************************************************* Shared templates  */
#contentBorder {
	background: url(../../img/border-content.png) no-repeat 0 0;
	width: 837px;
	height: 649px;
	margin: 0 0 0 270px;
	overflow: hidden;
}

#contentHeader {
	border-bottom: 1px dotted #fff;
	padding-bottom: 10px;
	margin: 0 20px 20px 20px;
}

#contentHeader h1 {
	text-indent: -8888px;
	display: block;
	height: 22px;
	padding-top: 20px;
}

#contentAttachments {
	float: right;
	width: 400px;
	margin: 0 20px 0 0;
}

#content {
	margin: 20px 0 0 20px;
	clear: both;
}

.contentBoundWrapper {
	height:488px;
	overflow:hidden;
}

#content p {
	line-height: 130%;
	padding: 5px 0;	
}

#content p a {
	color: #fff;
}

#content h4 {
	margin: 60px 0 5px 0;
	letter-spacing: 2px;
	text-align: right;
}

#pager {
	position: absolute;
	top: 340px;
	margin-left: 779px;
	width: 54px;
	height: 102px;
}

#pagerUp {
	display: block;
	height: 51px;
}

#pagerDown {
	display: block;
	height: 51px;
}

#pagerUp:hover, #pagerDown:hover {
	opacity: .8;
}




/************************************************************* Main Navigation  */
#navBar {
	background: url(../../img/nav_bg.png);
	opacity: 1 !important;
	width: 230px;
	min-height: 860px;
	margin: 0 0 0 0;
	float: left;
	color: #fff;
	text-align: center;
	height: 100%;	
}

#navBar a {
	color: #fff;
}

#logo-lily {
	margin: 35px 0 0 25px;
}

#logo-lily a {
	background: url(../../img/logo-lily.png) 0 0 no-repeat;
	display: block;
	width: 185px;
	height: 100px;
	cursor: pointer;
	outline: none;
	text-indent: -8888px;
	margin: 0;
	padding: 0;
}

#logo-bloom {
	margin: 20px 0 0 25px;
}

#logo-bloom a {
	background: url(../../img/logo-bloom.png) 0 0 no-repeat;
	display: block;
	width: 185px;
	height: 100px;
	cursor: pointer;
	outline: none;
	text-indent: -8888px;
	margin: 0;
	padding: 0;
}

#logo-lily a.active,
#logo-bloom a.active {
	background-position: 0 -100px;
}

#logo-lily a:hover,
#logo-bloom a:hover {
	background-position: 0 -100px;
}

#navMain {
	list-style: none;
	margin: 35px 0 0 7px;
	width: 185px;
	text-align: center;
}

#navMain li {
	margin: 0;
	padding: 0;
}

#navMain li a {
	display: block;
	outline: none;
	text-indent: -8888px;
	height: 30px;
	width: 217px;
}

#Menu_home a {
	background: url(../../img/nav-home.png) 0 0 no-repeat;
	background-position: 0 0;
}

#Menu_news a {
	background: url(../../img/nav-news.png) 0 0 no-repeat;
}

#Menu_about a {
	background: url(../../img/nav-about.png) 0 0 no-repeat;
}

#Menu_gallery a {
	background: url(../../img/nav-gallery.png) 0 0 no-repeat;
}

#Menu_press a {
	background: url(../../img/nav-press.png) 0 0 no-repeat;
}

#Menu_location a {
	background: url(../../img/nav-location.png) 0 0 no-repeat;
}

#navMain li a:hover {
	background-position: 0 -31px;
}

#navMain li a.active {
	background-position: 0 -31px;
}

#MainLinkBloom.active span.LinkStyleClone:first-child {
	background: url(http://www.lily-bloom.com/img/logo-bloom-on.png) 0 0 no-repeat;
}

.videoBox {
	background: url(../../img/button-video2.png) 0 0 no-repeat;
	height: 80px ;
	width: 230px;
	display: block;
	text-indent: -8888px;
	margin: 25px 0 0 0;
}

.videoBox:hover {
	background-position: 0 -80px;
}

.newsletterBox {
	background: #333 !important;
	width: 185px;
	height: 35px;
	margin: 0 auto;
	margin-top: 25px;
	opacity: 1.0 !important;
	padding: 5px 0 0 0;
}

.newsletterBox:hover  {
	 background: #3d3d3d !important;
}

#NewsletterShow {
	width: 185px;
	height: auto;
	display: inline-block;
}

input#NewsletterEmail {
	border: 0;
	width: 165px;
	height: 16px;
	margin: 0 5px 10px 5px;
	font-size: .9em;
	font-family: times;
	background: #ccc;
}

#NewsletterSignupButton {
	border: 0;
	font-family: 'times new roman', times, serif;
	background: none;
	color: #fff;
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: 1px;
}

#NewsletterSignupButton:hover {
	text-decoration: underline;
}

.piggy {
	display: block;
	width: 837px;
	height: 40px;
	text-align: right;
	margin: 0px 0 0 270px;
}

.piggy img {
	opacity: .01;
	height: 40px;
}

.piggy img:hover {
	opacity: 1;
}

.small {
	font-size: .9em;
	letter-spacing: 1px;
	font-family: lapidary, 'times new roman', times, serif;
}



/************************************************************* Home  */
#home {
	padding-top: 25px;
	width: 625px;
	margin: 0 auto;
	text-align: center;
}

#disclaimer {
	width: 600px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: center;
	text-transform: uppercase;
	font-size: .8em;
	letter-spacing: 1px;
	color: #e2e1dd;
}



/************************************************************* Lily Menu */
.subNavWrapper {
	overflow: hidden;
	margin-top: 30px;
}

.contentPage {
	display: block;
	height: 450px;
}

.contentPage.inactive {
	display: none;
}

#contentPage_lily {}

.contentAttachments {
	margin-left: 20px;
	height: 450px;
	overflow: hidden;
}

#contentBorder.lily {
	background: url(../../img/border-lily.png) no-repeat 0 0;
	width: 837px;
	height: 649px;
	margin: 0 0 0 270px;
}

#contentBorder.lily #contentHeader {
	padding-bottom: 10px;
	margin: 0 20px 0px 20px;
	border-bottom: none;
	width: 785px;
	height: 86px;
}

#subNavBottom-lily {
	height: 50px;
	background: url(../../img/lily-menuFooter.png) bottom center no-repeat;
}



/** First level menu nav **/

#menuNav-lily {
	list-style: none;
	margin: 0 0 0 0;
	padding: 36px 0 0 0;
}

#menuNav-lily li {
	display: inline;
	margin: 0 0 0 230px;
	padding: 0;
}

#menuNav-lily li a {
	color: #fff;
	font-family: lapidary, 'times new roman', times, serif;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#menuNav-lily li a:hover {
	text-decoration: underline;
}

#menuNav-lily li.active {
	color: #e1cd77;
	text-decoration: underline;
}



/** Second level menu nav **/

#menuSubNav-lily {
	background: url(../../img/lily-menuHeader.png) 0 25px no-repeat;
	margin: -10px 0 0 30px;
	padding: 0;
	width: 785px;
	height: 32px;
	text-align: center;
}

#menuSubNav-lily li {
	list-style-image: url(../../img/icon-bloomMenu.png);
	list-style-position: outside;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
}

#menuSubNav-lily li a {
	color: #fff;
	font-family: "times new roman", times;
	font-size: .85em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#menuSubNav-lily li a:hover {
	color: #7e95a5;
}

#menuSubNav-lily li a.active {
	color: #7e95a5;
}

#menuSubNav-lily li.inactive {
	display: none;
}

#menuSubNav-lily li.active {
	display: inline;
}

.menu {
	list-style: none;
	margin: 0 0 0 50px;
}

.menu li  {
	float: left;
	margin: 0 50px 0 0;
	width: 210px;
	height: 140px;
	text-align: center;
	font-size: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.menu li .detail {
	font-size: .85em;
	text-transform: lowercase;
	display: block;
	font-family: Garamond, 'Times New Roman', Times, Serif;
}

.menu li .price {
	padding-top: 4px;
	font-size: .9em;
	display: block;
	font-family: Garamond, 'Times New Roman', Times, Serif;
}

.menu_description {
	font-size: 1.3em;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 0 15px 0;
	background: url(../../img/menu-title-divider.png) bottom repeat-x;
	display: block;
	margin: 0 0 20px 60px;
	width: 716px;
	letter-spacing: 3px;
}

.menu_description a {
	color: #fff;
}

.menu_description hr {
	display: none;
}




/************************************************************* Bloom Menu */
#contentBorder.bloom {
	background: url(../../img/border-bloom.png) no-repeat 0 0;
	width: 837px;
	height: 649px;
	margin: 0 0 0 270px;
}

#contentBorder.bloom #contentHeader {
	background: url(../../img/header-bloom.png) no-repeat 0 15px;
	padding-bottom: 10px;
	margin: 0 20px 5px 25px;
	border-bottom: none;
	width: 785px;
	height: 86px;
}

#contentHeader {
	border-bottom: 1px dotted #fff;
	padding-bottom: 10px;
	margin: 0 20px 20px 20px;
}

#menuNav-bloom {
	list-style: none;
	margin: 0 0 0 -61px;
	padding: 0;
}

#menuNav-bloom li {
	float: left;
	margin: 0 0 0 68px;
	padding: 54px 0 0 0;
}

#menuNav-bloom li a {
	color: #fff;
	font-family: birch, "times new roman", times, serif;
	font-size: 1.9em;
	text-transform: uppercase;
	font-weight: normal;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 2px;
}

#menuSubNav-bloom {
	border-bottom: 1px solid #fff;	
	margin: 0 0 0 25px;
	padding: 0;
	width: 785px;
	height: 25px;
	overflow: hidden;
}

#menuNav-bloom li.active a {
	color: #e1cd77;
}

#menuSubNav-bloom li {
	list-style-image: url(../../img/icon-bloomMenu.png);
	list-style-position: inside;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
}

#menuSubNav-bloom li a {
	color: #fff;
	font-family: "times new roman", times;
	font-size: .85em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#menuNav-bloom li a:hover,
#menuSubNav-bloom li a:hover {
	color: #e1cd77;
	text-decoration: none;
} 

#menuSubNav-bloom li a.active {
	color: #e1cd77;
}

#menuSubNav-bloom li.inactive {
	display: none;
}

#menuSubNav-bloom li.active {}

#subNavBottom-bloom {
	border-top: 1px solid #fff;
	height: 50px;
	width: 785px;
	margin-left: 25px;
}


/************************************************************* Seasonal News */
#contentHeader h1.news {
	background: url(../../img/title-news.png) 0 20px no-repeat;
	width: 160px;
}

div.content_news {
	text-align: center;
	margin: 0 !important;
}

#newsGrid {
	list-style: none;
	margin: 20px 0 0 0;
}

#newsGrid li {
	float: left;
	margin: 0 20px 20px 20px;
	width: 220px;
	text-align: center;
}

#newsGrid li a img {
	height: 440px;
}

#newsControl, #pressControl {
	margin: 20px 20px 0 0;
	text-align: right;
	font-style: italic;
}

#newsControl a, #pressControl a {
	color: #fff;
	padding: 0 3px;
}

#newsGrid span.postCaption {
 	display: none;
}

#newsGrid li .twitter {
	float: left;
	height: 24px;
	width: 55px;
	margin: 3px 0 0 55px;
}

#newsGrid li .facebook {
	height: 24px;
	width: 55px;
	margin: 3px 0 0 5px;
	float: left;
}

a.ArchiveLink {
	color: #fff;
	text-align: right;
	float: right;
	display: block;
	width: 150px;
	margin-top: -14px;
	font-size: 1.2em;
	font-family: birch, "times new roman", times, serif;
	letter-spacing: 2px;
}

.postArchiveGridList li a.ArchiveLink {
	text-align: left;
	font-size: 1.2em;
	font-family: birch, "times new roman", times, serif;
	float: left;
	height: 17px;
	color: #e1cd77;
	padding: 0;
}

.postArchiveGridList li:first-child {}

.postArchiveGridList {
	list-style: none;
	margin: 25px 0 0 20px;
	height: 580px;
}

.postArchiveGridList li {
	margin: 5px 0;
	display: inline-block;
	width: 268px;
}

.postArchiveGridList li  a {
	color: #fff;
	font-family: lapidary, 'times new roman', times, serif;
	font-size: 1.1em;
}

.postThumbnail img {
	margin: 10px 0;
	height: 97% !important;
}




/************************************************************* Press & Awards */
#contentHeader h1.press {
	background: url(../../img/title-press.png) 0 20px no-repeat;
	width: 163px;
}

#pressGrid {
	list-style: none;
 	margin: 0;
 	float: none;
}

#pressGrid li {
	float: left;
	margin: 0px 15px 20px 15px;
	width: 127px;
	height: 230px;
}

#pressGrid li a img {
	border: 0;
	outline: none;
	width: 127px;
	height: 176px;
}

.postCaption {
	color: #fff;
	text-align: center;
	display: block;
	width: 127px;
	overflow: hidden;
	padding: 2px 0;
	margin-bottom: 3px;
	font-size: .9em;
}

#pressGrid li .twitter {
	float: left;
	height: 24px;
	width: 55px;
	margin: 0 0 0 0;
}

#pressGrid li .facebook {
	height: 24px;
	width: 55px;
	margin: 0px 0 0 5px;
	float: left;
}

.postImage {
	height: 100% !important;
	width: auto !important;
	max-width: 650px !important;
}

.blogSinglePost div#content img {
	margin-bottom: 20px;
}

.blogSinglePost .content_press {
	padding-top: 15px;
}

.content_press {
	text-align: center;
	margin: 0 auto !important;
	position: static !important;
	width: 650px !important;
	height: 100%;
}

span.paginationMessage {
	width: 100%; 
	text-align: center; 
	display: block;
	position: relative;
	z-index: 8888;
	color: #ccc;
	font-size: .9em;
}



/************************************************************* About */
#menuNav-about {
	list-style: none;
	margin: 0;
	padding: 20px 0 0 0;
}

#menuNav-about li {
	margin: 0;
	padding: 0;
	display: inline;
}

#menuNav-about li a {
	display: inline-block;
	text-indent: -8888px;
	height: 22px;
}

#menuNav-about li a.concept {
	display: inline-block;
	background: url(../../img/title-concept.png) 0 -44px no-repeat;
	width: 99px;
}

#menuNav-about li a.design {
	display: inline-block;
	background: url(../../img/title-design.png) 0 -44px no-repeat;
	width: 88px;
}

#menuNav-about li a.team {
	display: inline-block;
	background: url(../../img/title-team.png) 0 -44px no-repeat;
	width: 88px;
}

#menuNav-about li a:hover {
	background-position: 0 -22px;
}

#menuNav-about li a.active {
	background-position: 0 0;
}

.aboutBorderTop {
	background: url(../../img/lily-menuHeader.png) 0 0 no-repeat;
	width: 785px;
	height: 10px;
}

.aboutBorderBottom {
	background: url(../../img/lily-menuFooter.png) 0 0px no-repeat;
	width: 785px;
	height: 66px;
}

#page_concept,
#page_design,
#page_team {
	text-align: center;
	width: 716px;
	margin-left: 30px;
	font-size: 1.1em;
}

.page {
	text-align: center;
	width: 716px;
	margin-left: 30px;
	font-size: 1.1em;
}

.contentBoundWrapper h2 {
	font-family: madrone, 'times new roman', times, serif;
	font-size: 1.3em;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 20px 0 10px 0;
}

#pager.aboutHands {
	top: 310px;
	margin-left: 757px;
}




/************************************************************* Gallery  */
#contentHeader h1.gallery {
	background: url(../../img/title-gallery.png) 0 20px no-repeat;
	width: 98px;
}

#GalleryAlbums {
	list-style: none;
}

#GalleryAlbums li {
	margin: 10px 0;
}

#GalleryAlbums li a {
	color: #fff;
	font-family: birch, "times new roman", times, serif;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
}

div#contentBorder.gallery {}

div#contentBorder.galleryFullScreen {}

div#GalleryDescription {
	opacity: .7;
	width: 190px;
  	z-index: 95;
    position: absolute;
    left: 80px;
    top: 0;
    display:block;
    padding: 0 20px 20px 20px;
    background-color: black;
}

div#contentBorder.galleryFullScreen {
    z-index: 30;
    width: 100% ;
    height: 100% ;
    position: absolute; 
    left:0; 
    top:0;
    margin:0;
    background: none;
    background-color: #000;
}

div#GalleryImages {
    height:100%;
    width: 100%;
    background-color: #000;
}

div#GalleryImages img {
    width: 100% !important;
}

span#GalleryClose{
    display: block;
}

span#GalleryClose a {
 	background: url(../../img/button-close.png) 0 0 no-repeat;
	text-indent: -8888px;
	width: 190px;
	height: 43px;
	display: block;
}

span#GalleryItemTitle {
    font-size: 1.5em;
    display:block;
}

span#GalleryItemDescription {
    font-size: 1.0em;
    display:block;
    height: 50px;
    padding-top: 15px;
}

span#GalleryControls {}

span#GalleryLeft {
    display:inline-block;
    width: 30px;
    height: 14px;
    cursor: pointer;
 	background: url(../../img/button-leftArrow.png) 0 0 no-repeat;
 	text-indent: -8888px;
 	margin-right: 18px;
}

span#GalleryMiddle {
    display: inline-block;
    width:85px;
    height: 14px;
    text-align: center;
   	background: url(../../img/gallery-border.png) 0 0 no-repeat;
 	margin-right: 18px;
}

span#GalleryRight {
    display:inline-block;
    width: 30px;
    height: 14px;
    cursor: pointer;
    background: url(../../img/button-rightArrow.png) 0 0 no-repeat;
	text-indent: -8888px;
}

#GalleryLeft:hover,
#GalleryRight:hover,
#GalleryClose a:hover {
	opacity: .7;
}



/************************************************************* Hours & Location  */
#contentHeader .hours {
	background: url(../../img/title-hours.png) 0 20px no-repeat;
	width: 181px;
}

.contactContent {
	border-bottom: 1px dotted #fff;
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	width: 320px;
	font-family: lapidary, 'times new roman', times, serif;
}

.contactDetail {
	margin: 10px 0 0 0;
	padding-bottom: 20px;
}

.contactContent p,
.contactDetail p {
	font-family: lapidary, 'times new roman', times, serif;
	font-size: 1.1em;
	padding-bottom: 3px;
	line-height: 130%;
}

.contactContent h2 {
	font-family: univers, 'times new roman', times, serif;
	text-transform: uppercase;
	font-size: 1.5em;
	letter-spacing: 1px;
	padding: 5px 0 0 0;
	font-weight: normal;
}

.contactContent h3,
.contactDetail h3 {
	font-family: univers, 'times new roman', times, serif;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 1px;
	padding: 5px 0 0 0;
	font-weight: normal;
}

.contactContent h4 {
	text-align: left !important;
	font-size: 1.1em;
	margin: 5px 0 0 0 !important;
	text-transform: uppercase;
}

.contactDetail p a:hover {
	opacity: .7;
}



/************************************************************* The Blind Pig  */
#BackgroundPane img#background-pig {
	height: 100% !important;
}

#contentBorder.contentBorder-pig {
	width: 837px;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
}

.contentBorder-pig h2 {
	padding: 15px 0 10px 0;
	font-family: madrone, 'times new roman', times, serif;
	font-size: 1.3em;
	letter-spacing: 1px;
	font-weight: normal;
}

.contentBorder-pig .content {
	text-align: center;
	width: 785px;
	margin: 50px 0 0 30px;
	line-height: 130%;
}

.contentBorder-pig .additionalContent {
	font-family: univers, 'times new roman', times, serif;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 1px;
	padding: 5px 0 0 0;
	font-weight: normal;
}

#page_concept p {
	padding: 10px 0;
}



/************************************************************* Media Query Overrides */
@media all and (orientation:portrait) {
}

@media all and (orientation:landscape) {
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
	#BackgroundPane {
		width: 1115px !important;
		overflow: auto;
	}

	#BackgroundPane img.backgroundImage {
		width: 1115px !important; 
	}
}
  
/* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */


/* print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ */
@media print {
	* { background: transparent !important; color: #444 !important; text-shadow: none !important; }
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a:after { content: " (" attr(href) ")"; } 
	abbr:after { content: " (" attr(title) ")"; }
	.ir a:after { content: ""; }  /* Don't show links for images */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
}