/*
Author: Creative Soapbox
Author URL: http://www.creativesoapbox.com/
Created: 9/21/09
@copyright (c) 2009 Creative Soapbox
-------------------------------------- */

/* Global Reset Courtesy of Eric Meyer - if you are reading this you better know who he is */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Typography
--------------------------------------- */

h1, h2, h3, h4, h5, h6 { 	font-family:Georgia,"Times New Roman",Times,serif; }
h1 { font-size:2.2em; line-height:1.4em; padding:1em 0 .5em; }
h2 { font-size:1.8em; line-height:1; margin:1.07em 0 .535em; }
h3 { font-size:1.6em; line-height:1; margin:1.14em 0 .57em; }
h4 { font-size:1.4em; line-height:1; margin:1.23em 0 .615em; }
h5 { font-size:1.2em; line-height:1; margin:1.33em 0 .67em; }
h6 { font-size:1em; line-height:1; margin:1.6em 0 .8em; }

p, ul, ul ul, ol, ol ol, dl, dt, dd, table, form { font-size:1.4em; line-height:1.6em; margin-bottom: 1.35em; color:#4a4021; }

p {font-family:Georgia,"Times New Roman",Times,serif;}

a {
	color: #2a666f;
	text-decoration: none;
}
a:hover {
  color:#14434a;
}

ol {
	list-style: lower-latin;
}

/* Classes sitewide
--------------------------------------- */

body {
	background-color: #c5e0e9;
	color:#4a4021;
	font-size:12px;
	padding:0;
	margin: 0;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.min_height {
	height: 400px;
}

.wrap {
	float: none;
	width: 100%;
}

.content_wrap {
	margin:0 auto;
	padding:0;
	position:relative;
	width:1000px;	
}

.content {
	width: 980px;
	padding: 0 10px;
}

.wrap_960 {
	width: 960px;
	padding: 0 10px;
}

.single_col {
	width: 560px;
	margin: 0 200px;
	padding: 60px 0 60px 0;
}

.left {
	float: left;
	margin: 5px 10px 10px 0;
	
}

.right {
	float: right;
	margin: 5px 0 10px 10px;
}

a.arrow {
	text-transform: uppercase;
	padding-left: 17px;
	background: transparent url(/images/interface/blue_arrow.gif) no-repeat 0 5px;
}
	
.border {
	background: transparent url(/images/interface/2line.gif) repeat-x left top;
}

.border_btm {
	background: transparent url(/images/interface/2line.gif) repeat-x left bottom;
}

em {
	font-style: italic;
}

.normal {
	font-style: normal;
	text-transform: uppercase;
}

/* Header
--------------------------------------- */

#header {
	background-color: #c5e0e9;
}

#header .content_wrap {
	background: transparent url(/images/interface/header_rp.jpg) repeat-y center top;
}

#header h2 {
	padding: 0;
	margin:0;
	display: block;
	width:980px;
	height: 159px;
	text-indent: -9999px;
	background: transparent url(/images/interface/header.jpg) no-repeat center top;
}

#header h2 a {
	display: block;
	height: 150px;
}

#main_navigation {
}

#header_content {
	background: transparent url(/images/interface/2line.gif) repeat-x left bottom;
}

#nav_wrap {
	width: 980px;
	background: transparent url(/images/interface/2line.gif) repeat-x left top;
}

#minicart {
	float: right;
	display: inline;
	width: 250px;
}

ul#main_navigation {
	margin: 0;	
	padding: 5px 0;
	float: left;
	display: inline;
	width: 730px;
}

ul#main_navigation li {
	display: inline;
	float: left;
}

ul#main_navigation li a, #minicart a {
	color: #4a4021;
	display: block;
	padding: 0 15px;
	float: left;
	height:2.3em;
	line-height:2.3em;
	text-transform: uppercase;
	font-family:Georgia,"Times New Roman",Times,serif;
}

ul#main_navigation li a {
	font-size:.8em;	
}

#minicart {
	padding: 7px 0 5px;
}

#minicart a {
	font-size:.9em;	
	background: transparent url(/images/interface/mini_cart.gif) no-repeat left center;
	padding: 0 10px 0 30px;
	float:right;
	display: inline;
}

ul#main_navigation li a:hover, ul#main_navigation li a.selected_main_nav {
	color: #2A666F;	
/* 	background: transparent url(/images/interface/nav_hover.gif) repeat-x left 30px; */
}
/* Body
--------------------------------------- */

#body {
	background-color: #c5e0e9;
}

#body .content_wrap {	
	background: transparent url(/images/interface/page_bk.jpg) no-repeat center top;
}

.img_placeholder {
	display: block;
	background-color: #000;
	height: 150px;	
	color: #fff;
	text-align: center;
	padding-top: 150px;
	font-size: 2em;
}

.page_content_pad {
	width: 650px;
	float: left;
	display: inline;
	margin: 0 70px 0 0;
	padding: 0;
}

.page_content {
	width: 680px;
	float: left;
	display: inline;
	margin: 0 40px 0 0;
	padding: 0;
}

.two_col_wrap {
	width: 720px;
	float: left;
	display: inline;
	margin: 0;
	padding: 20px 0 20px 0;
}

.col_360 {
	width: 340px;
	float: left;
	display: inline;
	margin: 0 20px 0 0;
}


.sidebar {
	width: 230px;
	float: left;
	display: inline;
	margin: 40px 0 30px 10px;
	padding: 0 0 30px;
}

.sidebar h3 {
	font-size:1.3em;
	background:transparent url(/images/interface/2line.gif) repeat-x scroll left bottom;
	color:#4A4021;
	font-weight:normal;
	line-height:1.3em;
	padding-bottom:10px;
}

.sidebar ul li a {
	display: block;
}

.back {
	padding-left:15px;
	font-weight: bold;
	background:transparent url(/images/interface/blue_arrow_left.gif) no-repeat left center;
}

.sidebar #contents, .sidebar #ryden, .sidebar #dougherty, .sidebar #starn, .sidebar #hockney {
	display: none;
}

.sidebar .book_thumbs_sidebar ul {
	padding-left: 0;
	margin: 0;
}

a#book_module {
	display: block;
	background:transparent url(/images/interface/book_module.jpg) no-repeat left center;
	text-indent: -99999px;
	width: 219px;
	height: 134px;
}


.sidebar a#purchase {
	display: block;
	text-indent: -99999px;
	width: 223px;
	height: 53px;
	margin: 10px 0;
	background:transparent url(/images/interface/purchase_book_btn.gif) no-repeat left center;
}

.page_links {
	margin-top: 20px;
}

.page_links li a {
	padding-left:15px;
	color: #4a4021;
	font-size: 1em;
	margin: 10px 0;
	background:transparent url(/images/interface/blue_arrow.gif) no-repeat left 7px;
}

.page_links li a:hover, .page_links li a.selected {
	color: #2A666F;
}


.sidebar ul li a:hover, .sidebar ul li a.selected {
	
}

/* Home
--------------------------------------- */

#home_top_left {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 470px;
}

.home_four_left {
	display: inline;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	width: 220px;
}

.home_four_right{
	display: inline;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 220px;
}

.home h1 {
	font-size: 2em;
}

#book_intro {
	font-size: 1.2em;
}

#book_intro a {
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 15px;
	margin-left: 10px;
	background: transparent url(/images/interface/blue_arrow.gif) no-repeat 0 2px;
	font-weight: bold;
}

#home_book {
	position: relative;
	float: left;
	display: inline;
	width: 500px;
}

#home_book img {
	margin:60px 0 30px 66px;
}

a#purchase_btn {
	display: block;
	text-indent: -99999px;
	background: transparent url(/images/interface/purchase_book_btn.png) no-repeat 0 0;
	position: absolute;
	top: 380px;
	right: 0;
	width: 223px;
	height: 53px;
}

.home h2 {
	color:#4a4021;
	font-weight:normal;
	font-size: 1.5em;
	line-height: 1.3em;
	padding-bottom: 10px;
	background: transparent url(/images/interface/2line.gif) repeat-x left bottom;
}

ul#artist_list  {
	font-size: 1.1em;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
}

ul#artist_list li a.view_all, ul#recent_news li a.view_all {
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	font-size: 10px;
	display: block;
}



.home .about p {
	font-size: 1.2em;
}

.home .quote {
	margin-top: 20px;
}

ul#recent_news li {
	margin-bottom:0.5em;
	line-height:1.2em;
	font-size: .9em;
}

ul#recent_news li span {
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	display:block;
	font-size:0.6em;
	letter-spacing:0.1em;
	margin:0.5em 0 0;
}

ul#recent_news li a {
	font-size: 1em;
}

.book_thumbs ul {
	padding: 20px 0 0 20px;
	margin-bottom: 0;
}

.book_thumbs ul li {
	display: inline;
	float: left;
}

.book_thumbs ul li a.show {
	display: block;
	text-indent: -99999px;
	height: 122px;
}

.book_thumbs ul li#contents a {
	width: 108px;
	background: transparent url(/images/interface/contents_thumb.jpg) no-repeat 0 0;
}

.book_thumbs ul li#ryden a.show {
	width: 212px;
	background: transparent url(/images/interface/ryden_thumb.jpg) no-repeat 0 0;
}

.book_thumbs ul li#dougherty a {
	width: 210px;
	background: transparent url(/images/interface/dougherty_thumb.jpg) no-repeat 0 0;
}

.book_thumbs ul li#starn a {
	width: 208px;
	background: transparent url(/images/interface/starn_thumb.jpg) no-repeat 0 0;
}

.book_thumbs ul li#hockney a {
	width: 212px;
	background: transparent url(/images/interface/hockney_thumb.jpg) no-repeat 0 0;
}




/* Book
--------------------------------------- */

a#story_btn {
	display: block;
	background: transparent url(/images/interface/story_btn.gif) no-repeat 0 0;
	height: 52px;
	padding: 0;
	width: 304px;
	text-indent: -99999px;
}

a#story_btn:hover {
	background-position: 0 -52px;
}


.artists {
	padding-bottom: .5em;
}

.artists a {
	font-size: 1.2em;
	color: #4A4021;
}

.artists span {
	display: block;
	color: #666666;
}

.artist_col_left {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
	width: 210px;
}

.artist_col_right {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	width: 220px;
}

.artist_list_header {
	background: transparent url(/images/interface/2line.gif) repeat-x left bottom;
	font-size: 2em;
	padding-bottom: .6em;
}

/* Beneificiaries */

.beneficiaries_quote {
	padding: 20px 20px 0 15px;
	height: 170px;
}

.beneficiaries_quote .first{
	font-style: italic;
	margin-bottom: 5px;
}

.beneficiaries_quote .last {
	padding: 0 25px 0 0;
}

.beneficiaries_quote p {
	font-size: 1.2em;
}

.beneficiaries_quote p.cite {
	text-transform: uppercase;
	font-size: .9em;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
}

#story_by span {
	font-style: italic;
}

#story_text p {
	margin-bottom:.8em;
}

#badge textarea {
	padding: 10px;
	overflow: hidden;
}

.instructions {
	margin-bottom: .3em;
}

#other_share h4 {
	font-weight: bold;
	margin:1.23em 0 0.3em;
}



/* Store
--------------------------------------- */
#store {
	width: 760px;
	margin: 0 100px;
	padding: 20px 0 60px 0;
}

img#store_book {
	padding: 20px 40px 0 0;
	float: left;
	display: inline;
}

#book_meta {
	margin-left: 330px;
}

#book_meta h1 {
	font-size: 1.6em;
	padding:1em 0 0.2em;
}

#book_meta #composed {
	margin-bottom: 1em;
	font-style: italic;
}

#book_meta p, #book_meta ul {
	margin: 0;
	font-size: 1.2em;
}

#book_meta strong {
	font-weight: bold;
}

a#wholesale {
	line-height: 1.2em;
}

form.foxycart {
	padding: 20px 0 0 0;
}

form.foxycart label{
	padding-bottom: 10px;
	font-size: .9em;
}

.foxycart #buy_btn {
	background:transparent url(/images/interface/add_cart_btn.png) no-repeat 0 0;
	height:62px;
	text-indent: -99999px;
	width:184px;
	border: none;
	cursor: pointer;
	display: block;
}


/* Blog
--------------------------------------- */

#blog_wrapper {
	margin: 20px 0;
}


.blog_entry {
	padding: 10px 0 10px;
	background: transparent url(/images/interface/1line.gif) repeat-x left bottom;
	margin: 0 0 20px;
}

.blog_date {
	padding: 0;
	text-transform: uppercase;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	letter-spacing: .1em;
}

h2.blog_title {
	line-height:1.2em;
	margin-top: 10px;
	font-size: 2em;
}

h1.blog_title {
	margin-top: 10px;
	padding:0 0 0.5em;
}

.top_meta {
	overflow: hidden;
}

.top_meta p {
	float: left;
	display: inline;
	font-size: 1.2em;
	margin-right: 5px;
}

.blog_excerpt {
	font-size: .9em;
}

.full_post {
	font-style: italic;
}

.blog_view_entry {
	margin: 30px 0 20px;

}

h1#nav_heading {
	font-size: 1.4em;
	font-style: italic;
	margin-bottom: 1em;
	background: transparent url(/images/interface/2line.gif) repeat-x left bottom;
}

.meta {
	font-size: .8em;
}

ul#share_bookmarks {
}

ul#share_bookmarks li {
	display:inline;
	float:left;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	font-size:0.8em;
	padding:0 10px 0 0;
	text-transform:uppercase;
}

ul#share_bookmarks li a {
	display:block;
}

p.paginate {
	padding-top: 10px;
}

.paginate a {
	font-size: .8em;
}

/* Blog comments */

form {
	margin-bottom: 20px;
}
form input[type="text"], form textarea {
	color:#666666;
	line-height:1em;
	padding:5px;
	width:445px;
}

form fieldset {
	font-size:0.8em;
	margin-bottom:1em;
}

form label {
	display:block;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
}

form label span {
	color:red;
	margin:-5px 0 0 5px;
}

form input#comment_submit {
	width: auto;
}

.comment {
	border-bottom: 1px dashed #cccccc;
	padding: 25px 0 10px;
}

.comment p {
	font-size: 1.2em;
}

p.comment_meta {
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	font-size:0.8em;
	text-transform:uppercase;
	margin-bottom:0.5em;
	color: #999999;
}

.comment_avatar img {
	float: left;
	display: inline;
	padding:5px 10px 10px 0;
}

/* Blog Sidebar
--------------------------------------- */

form#blog_simple_search input {
	width: 140px;
}

#blog_back {
	display: block;
	padding: 0 0 10px 20px;
}

#rss_link {
	padding: 0 0 10px 25px;
	background: transparent url(/images/interface/rssicon_17.gif) no-repeat 0 top;
	margin: 10px 0 0 0;
	display: block;
	line-height: 1.4em;
}

#searchform {
	padding: 0 0 0 20px;
}

/* Contact
--------------------------------------- */

#contact_form_page {
	margin-left: 80px;
}

.contact_intro {
	margin-right: 120px;
}

#captcha img {
	display: block;
	margin-bottom: 10px;
}

.privacy ul {
	margin-left: 20px;
	list-style: disc;
}

.privacy ol {
	font-size: 18px;
	margin-left: 20px;
}
.privacy ol li {
	font-size: 18px;
}

.privacy li p {
	font-size: 18px;
}

.policy h3 {
	margin:1.14em 0 .1em;
}

.policy p {
	font-size: 1.3em;
}

#address ul {
	font-size: 1.1em;
}

#address ul strong {
	font-weight: bold;
}

/* Footer
--------------------------------------- */

#footer_wrap {
	height: 100%;
}

#footer_top {
	background-color: #C5E0E9;
}

#footer_top .content {
	background: transparent url(/images/interface/footer_top_rp.gif) repeat-x left top;
	padding-top: 10px;
}


#footer_cap {
	background: transparent url(/images/interface/footer_top.jpg) repeat-x left top;
	height: 19px;
}


.footer {
	padding: 20px 0 40px 0;
}

.footer h5 {
	font-size: 1.3em;
}

.footer p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: .8em;
	color: #4a4021;
}

.footer a {
	color: #2a666f;
}

.topline {
/* 	background: transparent url(/images/interface/1line.gif) repeat-x left bottom; */
	margin-bottom: .5em;
}

.topline ul {
	margin-bottom:.5em;
}

#ft_bene h5 a {
	padding-right: 17px;
	background: transparent url(/images/interface/blue_arrow.gif) no-repeat center right;
}

#footer_top a:hover {
	color: #4a4021;
}

#ft_bene p {
	padding-right: 20px;
}

#ft_book_meta p {
	margin-bottom:.4em;
}

#ft_touch {
	position: relative;
}

.plus_more {
	cursor:pointer;
}

.plus_more span {
	color: #2a666f;
	cursor:pointer;
}

#share_form {
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: transparent url(/images/interface/1line.gif) repeat-x left bottom;
}

#tellafriend_form label {
	font-size: .8em;
}

#tellafriend_form, #tellafriend_form p {
	margin: 0;
}

#link_message {
	display: none;
}

#share_form input {
	width: 180px;
	margin-bottom:10px;
}

#ft_share_bookmarks h5, #stay_touch h5 {
	margin-top: 5px;
}

#ft_share_bookmarks {
	display: inline;
	float: left;
	width: 80px;
	margin: 0 10px 0 0;
}

#stay_touch {
	display: inline;
	float: left;
	width: 130px;
	margin: 0;
}

#ft_touch ul li a {
	font-size: 0.8em;
	display: block;
	line-height: 1.2em;
}

#ft_banner h5 {
	margin: 0;
	display: inline;
	background-color: #2a666f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 7px 7px 10px 10px;
}

#ft_banner h5 a {
	background:transparent url(/images/interface/cream_arrow.gif) no-repeat scroll right center;
	margin-right: 5px;
	padding-right: 17px;
	font-size: 12px;
	color: #eeecd4;
	font-family:Georgia,"Times New Roman",Times,serif;
	border: 0;
	cursor: pointer;	
	text-align: center;
}

#ft_banner h5 a:hover {
	color:#CECBA8;
}

form#ft_updates label {
	display: none;
}

form#ft_updates input {
	width:180px;
	margin-bottom: 10px;
}

#share_form button, form#ft_updates button, #contact_submit {
	background-color: #2a666f;
	padding: 7px;
	font-size: 12px;
	color: #eeecd4;
	font-family:Georgia,"Times New Roman",Times,serif;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

#share_form button:hover, form#ft_updates button:hover, #contact_submit:hover {
	color: #cecba8;
}

#footer_btm {
	background: transparent url(/images/interface/footer_btm.jpg) repeat left top;
}

#footer_btm a:hover {
	color: #cecba8;
	}

#footer_btm p, #footer_btm a {
	color: #eeecd4;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
}

#footer_btm p {
	font-size: 1.1em;
	margin-bottom: 0;
}
#footer_btm a {
	font-size: 1em;
}

p#footer_left_links {
	padding-left: 41px
}

#footer_left_links a {
	font-size: 11px;
}

#footer_btm_left a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}

#footer_fsc {
	background: transparent url(/images/interface/fsc_logo.png) no-repeat left 0;
	padding:20px 0 10px 40px;
}

#footer_btm_left {
	display: inline;
	float: left;
	width: 490px;
	text-align: left;

}

#footer_btm_right {
	display: inline;
	float: right;
	width: 490px;
	text-align: right;
}

#footer_btm_right .sans-serif {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}

img#fsc {
	margin-top: 1.33em;
}

.hideme {
	display: none;
}

/* Thickbox
--------------------------------------- */

.fc_tb_overlayMacFFBGHack {
  background: url(http://www.speakforthetreesbook.com/images/interface/macFFBgHack.png) repeat;
}
.fc_tb_overlayBG {
  background-color:#2a666f;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

#fc_tb_window {
	background-color: #c5e0e9;
	border:1px solid #2a666f;
}

#fc_tb_iframeContent {
	background-color: transparent;
}

#fc_tb_iframeContent body, #fc_tb_HideSelect {
	background-color: transparent;
}


div.fc_tb_title {
	background-color:#c5e0e9;
	height:27px;
}

a#fc_tb_closeWindowButtonTop {
	background:transparent url(http://www.speakforthetreesbook.com/images/interface/cart-close-x.gif) no-repeat 0 0;
}

#fc_tb_titleBot {
	background-color: #c5e0e9;
}

#fc_tb_closeWindowButtonBot {
	background:transparent url(http://www.speakforthetreesbook.com/images/interface/revisit_site.gif) no-repeat scroll left top;
	width: 99px;
}

a#fc_tb_closeWindowButtonBot:hover{
	background-position: 0 -27px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#lightbox-image-details span {
	font-weight: bold;
	font-size: 14px;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/* Grid
--------------------------------------- */

.one_unit, .two_unit, .three_unit, .four_unit, .five_unit, .six_unit, .seven_unit, .eight_unit, .nine_unit, .ten_unit, .eleven_unit, .twelve_unit, .thirteen_unit, .fourteen_unit, .fifteen_unit, .sixteen_unit {
	display: inline;
	float: left;
	margin: 0 10px;
	padding: 0;
}

.one_unit { width: 40px; }
.two_unit { width: 100px; }	
.three_unit { width: 160px; }
.four_unit { width: 220px; }
.five_unit { width: 280px; }
.six_unit { width: 340px; }
.seven_unit { width: 400px; }
.eight_unit { width: 460px; }
.nine_unit { width: 520px; }
.ten_unit { width: 580px; }
.eleven_unit { width: 640px; }
.twelve_unit { width: 700px; }
