/* @override 
	http://www.committedtocloth.com/application/assets/css/main.css
	https://www.committedtocloth.com/our-books/application/assets/css/main.css
*/

/*
Javascript by Robin Morgan electricsnow.co.ukPlease feel free to borrow, steal, abduct, and/or torture the code 
contained in this file. Though you need not give credit to
electricsnow.co.uk, a comment in your source code would help other 
developers.Stay hungry, Stay foolish.*/
/* @group CSS Reset */
/* v1.0 | 20080212 */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
button,
input,
a {
	outline: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @end */
/* @group Core */
body {
	background: #000;
	color: #000;
	text-align: left;
	font: normal normal .9em/130% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
a {
	text-decoration: none;
	outline: 0px;
	color: #000;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
	margin: 0 0 10px;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
p {
	padding-bottom: 1em;
	line-height: 150%;
}
body.about p {
	text-align: justify;
}
blockquote {
	margin-bottom: 15px;
	border-left: 10px solid #eaeef1;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(234,238,241,0.5);
}
blockquote p {
	padding: 0;
	margin: 0;
}
/* Clear! www.sonspring.com/journal/clearing-floats */
html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	position: static;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* @end */
/* @group Layout */
/* @group Backgrounds */
body.main,
body.newsletter {
	background: #000 url(../images/background.main.sm.jpg) no-repeat fixed center top;
}
body.about {
	background: #000 url(../images/background.about.sm.jpg) no-repeat fixed center top;
}
body.gallery {
	background: #000 url(../images/background.gallery.sm.jpg) no-repeat fixed center top;
}
body.workshops {
	background: #000 url(../images/background.workshops.sm.jpg) no-repeat fixed center top;
}
body.inside_story_home {
	background: #000 url(../images/background.inside_story.sm.jpg) no-repeat fixed center top;
}
body.inside_story {
	background: #000 url(../images/background.inside_story.sm.jpg) no-repeat fixed center top;
}
body.links {
	background: #000 url(../images/background.links.sm.jpg) no-repeat fixed center top;
}
body.our_books {
	background: #000 url(../images/background.our_books.sm.jpg) no-repeat fixed center top;
}
body.contact {
	background: #000 url(../images/background.contact.sm.jpg) no-repeat fixed center top;
}
/* @end */
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px 20px;
	background: url(../images/layout.container.png) repeat-y center;
	margin-top: 0;
}
#header {
	width: 900px;
	background: url(../images/layout.header.png) no-repeat center top;
	height: 40px;
	padding: 8px 20px 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
#logo {
	width: 910px;
	margin: 25px auto 5px;
	padding: 0;
}
#logo a {
	display: block;
	background: url(../images/layout.logo.png) no-repeat center top;
	height: 50px;
}
#logo span {
	display: none;
}
#content {
	padding: 20px 20px 10px;
	min-height: 300px;
}
#footer {
	width: 880px;
	background: url(../images/layout.footer.png) no-repeat center bottom;
	height: 40px;
	margin: 0 auto 50px;
	font-size: 14px;
	padding: 0 30px;
}
#footer_content {
	background: transparent url(../images/layout.footer.content.png) center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
}
#footer p {
	font-size: 10px;
	padding: 8px 0 0;
	text-shadow: #fff 1px 1px 0;
	color: #829097;
	text-align: center;
}
#content .wrapper {
	clear: both;
	display: block;
	float: left;
}
#content .col1,
#content .col2 {
	float: left;
}
#content .col1 {
	width: 200px;
	margin-right: 20px;
}
#content .col2 {
	width: 650px;
}
/* @group Custom Cols */
#content .wrapper.left_lg div.col1 {
	float: left;
	width: 565px;
}
#content .wrapper.left_lg div.col2 {
	float: left;
	width: 270px;
}
#content .wrapper.left_sm div.col1 {
	float: left;
	width: 270px;
}
#content .wrapper.left_sm div.col2 {
	float: left;
	width: 570px;
}
/* @end */
/* @end */
/* @group Navigation */
/* @group Footer */
div.panel-container div.panel div.panel-wrapper ul.call_to_action {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
}
ul.call_to_action a {
	float: left;
	background: #e9edf0;
	border-bottom: 1px solid #b0c2ca;
	border-right: 1px solid #b0c2ca;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-shadow: #fff 1px 1px 0;
	color: #829097;
	padding: 20px 30px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 18px;
	list-style-type: none;
}
ul.call_to_action a:hover {
	background: #f6fafc;
}
ul.call_to_action a:active {
	background: #f6fafc;
	border-top: 1px solid #b0c2ca;
	border-left: 1px solid #b0c2ca;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
/* @end */
/* @group Sub Nav */
/* @group Active */
body.about.home a.nav_sub1,
body.about.claire a.nav_sub2,
body.about.leslie a.nav_sub3,
body.about.testimonials a.nav_sub4 {
	background-color: #fff;
}
body.about.home a.nav_sub1,
body.about.claire a.nav_sub2,
body.about.leslie a.nav_sub3,
body.about.testimonials a.nav_sub4 {
	background-color: #fff;
}
body.gallery.inspiration a.nav_sub1,
body.gallery.outcomes a.nav_sub2,
body.gallery.work a.nav_sub3 {
	background-color: #fff;
}
body.workshops.day-a-month a.nav_sub1,
body.workshops.retreats a.nav_sub2,
body.workshops.booking-info a.nav_sub3 {
	background-color: #fff;
}
body.links.organisations a.nav_sub1,
body.links.suppliers a.nav_sub2,
body.links.stockists a.nav_sub3,
body.links.accommodation a.nav_sub4 {
	background-color: #fff;
}
/* @end */
.nav_sub {
	background-color: #eaeef1;
	padding: 5px;
}
.nav_sub ul li a {
	background-color: #eaeef1;
	padding: 5px 25px;
	text-shadow: #fff 1px 1px 0;
	color: #829097;
	border-bottom: 1px solid #b0c2ca;
	border-right: 1px solid #b0c2ca;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	white-space: nowrap;
	line-height: 2.5em;
}
.nav_sub ul li a:hover,
.nav_sub ul li.active a {
	background: #f6fafc;
}
.nav_sub ul li a:active {
	background: #f6fafc;
	border-top: 1px solid #b0c2ca;
	border-left: 1px solid #b0c2ca;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	cursor: default;
}
.nav_sub h3 {
	color: #5f6a6f;
	font-size: 1.2em;
}
.nav_sub ul, .nav_sub ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav_sub ul {
	text-align: center;
}
.nav_sub ul li {
	display: inline;
	margin-right: 20px;
	color: #fff;
}
/*.nav_sub ul li a span {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}*/
.nav_sub ul li.last {
	margin-right: 0;
}
/* @end */
/* @group Side Menu */
.nav_side {
	background-color: #eaeef1;
	padding: 10px;
}
.nav_side ul.nav li a {
	background-color: #eaeef1;
	display: block;
	margin-bottom: 5px;
	padding: 5px;
	text-shadow: #fff 1px 1px 0;
	color: #829097;
	border-bottom: 1px solid #b0c2ca;
	border-right: 1px solid #b0c2ca;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.nav_side ul.nav li.last a {
	margin-bottom: 0px;
}
.nav_side ul.nav li a:hover,
.nav_side ul.nav li.active {
	background: #f6fafc;
}
.nav_side h3 {
	color: #5f6a6f;
	font-size: 1.2em;
}
/* @end */
/* @group Main */
#navigation {
	margin-top: 8px;
	width: 900px;
}
#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul {
	text-align: center;
}
#navigation ul li {
	display: inline;
	margin-right: 10px;
	color: #fff;
	margin-left: 10px;
}
#navigation ul li a span {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	z-index: 9999;
}
#navigation ul li.last {
	margin-right: 0;
}
/* @end */
/* @end */
/* @group Pages */
/* @group workshops */
/* @group Process */
#workshops_process label {
	float: left;
	text-shadow: #fff 1px 1px 0;
	color: #829097;
	width: 125px;
	top: 10px;
	position: relative;
}
#workshops_process fieldset div.error {
	left: 125px;
	position: relative;
	width: 271px;
}
#workshops_process input, #workshops_process textarea, #workshops_process select {
	width: 280px;
	margin: 0;
	padding: 5px;
	color: #666;
	background: #f6fafc;
	border: 1px solid #b0c2ca;
	margin: 5px 0;
	webkit-border-radius: 5px;
	font-size: 1.2em;
}
#workshops_process input:focus, textarea:focus, select:focus {
	border: 1px solid #b0c2ca;
	background-color: #fff;
	color: #000;
}
#workshops_process input.submit {
	display: block;
	float: left;
	font-size: .8em;
	background: transparent;
	border-bottom: 1px solid #b0c2ca;
	border-right: 1px solid #b0c2ca;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	line-height: 1.4em;
	text-shadow: #fff 1px 1px 0;
	color: #829097;
	width: 100%;
	cursor: pointer;
}
#workshops_process fieldset {
	padding: 15px;
	background-color: #e9edf0;
	border-bottom: 1px solid #b0c2ca;
	border-right: 1px solid #b0c2ca;
}
/* @end */
/* @group Retreats */
span.ws_id {
	margin-left: 10px;
	font-size: 11px;
}
ul#retreats {
	float: left;
}
div.panel-container div.panel div.panel-wrapper ul {
	list-style-type: disc;
	padding-left: 25px;
	display: block;
	margin-bottom: 15px;
}
div.panel-container div.panel div.panel-wrapper ul.panel-gallery {
	padding-left: 0;
}
div.panel-container div.panel div.panel-wrapper ul li {
	margin-bottom: 15px;
}
#retreats li.retreat_item {
	float: left;
	padding: 10px;
	background-color: #eaeef1;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #b0c2ca;
	border-bottom: 1px solid #b0c2ca;
	width: 545px;
	margin-bottom: 10px;
	position: relative;
}
#retreats li.retreat_item .slider {
	padding: 0;
	float: left;
	width: 530px;
	margin-top: 10px;
	border-top-style: solid;
}
#retreats li.retreat_item a.view_more {
	float: right;
	padding: 10px;
	background-color: #eaeef1;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #b0c2ca;
	border-bottom: 1px solid #b0c2ca;
	text-shadow: #fff 1px 1px 0;
	color: #829097;
}
#retreats li a.view_more:hover {
	float: right;
	padding: 10px;
	background-color: #f6fafc;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #b0c2ca;
	border-bottom: 1px solid #b0c2ca;
	text-shadow: #fff 1px 1px 0;
	color: #829097;
}
#retreats li a.view_more:active {
	background: #e9edf0;
	border-top: 1px solid #b0c2ca;
	border-left: 1px solid #b0c2ca;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
div.date_stamp {
	float: left;
	min-width: 50px;
	min-height: 60px;
	background-color: #eaeef1;
	display: block;
	padding: 5px;
	text-shadow: #fff 1px 1px 0;
	color: #829097;
	border-bottom: 1px solid #b0c2ca;
	border-right: 1px solid #b0c2ca;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-right: 10px;
}
div.date_stamp .month {
	text-align: center;
	font-size: 19px;
	text-transform: uppercase;
}
div.date_stamp .day {
	text-align: center;
	font-size: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.date_stamp .year {
	text-align: center;
	padding: 1px;
	background-color: #b0c2ca;
	text-shadow: #829097 1px 1px 0;
	color: #fff;
	font-size: 12px;
}
.retreat_title {
	text-shadow: #fff 1px 1px 0;
	color: #829097;
	font-size: 19px;
	line-height: 19px;
	margin: 0 0 3px;
	padding: 0;
}
.retreat_location {
	text-shadow: #fff 1px 1px 0;
	color: #829097;
	font-size: 14px;
	line-height: 19px;
	margin: 0;
	padding: 0 0 15px;
	font-style: italic;
}
.retreat_tutors {
	text-shadow: #fff 1px 1px 0;
	color: #829097;
	font-size: 17px;
}
#retreats li.retreat_item .coda-slider,
#retreats li.retreat_item .coda-slider .panel {
	width: 530px
}
/* @end */
/* @group Slider */
.slider {
	padding: 10px;
	background-color: #eaeef1;
	float: left;
}
/* Most common stuff you'll need to change */
.coda-slider-wrapper {
	padding: 20px 0
}
.coda-slider {
	background: #eaeef1;
	float: left;
}
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider {
	height: 200px;
	overflow: auto !important;
	padding-right: 20px
}
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider,
.coda-slider .panel {
	width: 550px
}
.coda-slider-wrapper.arrows .coda-slider,
.coda-slider-wrapper.arrows .coda-slider .panel {
	width: 550px
}
.coda-slider-wrapper.arrows .coda-slider {
	margin: 0 10px
}
/* Arrow styling */
.coda-nav-left a, .coda-nav-right a {
	background: #000;
	color: #fff;
	padding: 5px;
	width: 100px
}
/* Tab nav */
.coda-nav ul li a.current {
	background: #f6fafc
}
/* Panel padding */
.coda-slider .panel-wrapper {
	padding: 10px 0
}
/* Preloader */
.coda-slider p.loading {
	padding: 20px;
	text-align: center
}
/* Don't change anything below here unless you know what you're doing */
/* Tabbed nav */
.coda-nav ul {
	clear: both;
	display: block;
	margin: 0;
	overflow: hidden;
	padding-bottom: 0;
}
.coda-nav ul li {
	float: left;
	display: inline;
}
.coda-nav ul li a {
	float: left;
	background: #e9edf0;
	border-bottom: 1px solid #b0c2ca;
	border-right: 1px solid #b0c2ca;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-shadow: #fff 1px 1px 0;
	color: #829097;
	padding: 5px 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 13px;
	text-align: left;
}
.coda-nav ul li a:active {
	background: #e9edf0;
	border-top: 1px solid #b0c2ca;
	border-left: 1px solid #b0c2ca;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
/* Miscellaneous */
.coda-slider-wrapper {
	clear: both;
	overflow: auto
}
.coda-slider {
	float: left;
	overflow: hidden;
	position: relative
}
.coda-slider .panel {
	display: block;
	float: left
}
.coda-slider .panel-container {
	position: relative
}
.coda-nav-left, .coda-nav-right {
	float: left
}
.coda-nav-left a, .coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none
}
/* @end */
/* @group Index */
body.workshops.home #content {
	background: #e9edf0;
}
body.workshops.home #container {
	margin-bottom: 0px;
	padding-bottom: 0;
}
#workshop_splash ul {
	margin: 80px auto 0;
	width: 741px;
}
#workshop_splash ul li {
	display: inline;
	float: left;
}
#workshop_splash ul li a {
	background: #e9edf0;
	border-bottom: 1px solid #b0c2ca;
	border-right: 1px solid #b0c2ca;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-shadow: #fff 1px 1px 0;
	color: #829097;
	padding: 10px;
	width: 200px;
	margin-right: 12px;
	height: 110px;
	margin-left: 12px;
	display: inline;
	float: left;
}
#workshop_splash ul li a:hover {
	background: #f6fafc;
}
#workshop_splash ul li a:active {
	background: #e9edf0;
	border-top: 1px solid #b0c2ca;
	border-left: 1px solid #b0c2ca;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
#workshop_splash ul li span {
	display: block;
	font-weight: normal;
}
#workshop_splash ul h1 {
	color: #000;
	font-size: 1.7em;
}
/* @end */
/* @group Retreats old */
#retreats_old {
	float: left;
	margin-top: 50px;
}
li.retreat_item_old {
	float: left;
	padding: 10px;
	background-color: #eaeef1;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #b0c2ca;
	border-bottom: 1px solid #b0c2ca;
	width: 545px;
	margin-bottom: 10px;
	text-shadow: #fff 1px 1px 0;
	color: #829097;
	font-size: 12px;
	line-height: 12px;
}
li.retreat_item_old p.date_old {
	float: right;
}
li.retreat_item_old span.month_old {
	text-align: center;
	padding: 3px;
	background-color: #b0c2ca;
	text-shadow: #829097 1px 1px 0;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 5px;
}
li.retreat_item_old span.year_old {
	text-align: center;
	padding: 3px;
	background-color: #b0c2ca;
	text-shadow: #829097 1px 1px 0;
	color: #fff;
}
li.retreat_item_old p.retreat_title_old {
	font-size: 14px;
}
li.retreat_item_old p.strapline_old {
	margin: -10px 0 0;
	padding: 0;
	font-style: italic;
}
/* @end */
/* @end */
/* @group links */
/* @group Acc */
.recommended_by_c2c {
	position: absolute;
	width: 24px;
	height: 24px;
	margin-left: 355px;
	margin-top: -35px;
	text-indent: -10000px;
	background: url(../images/recommended_by_c2c.png) center center;
}
/* @end */
ol.resource_list {
	margin-left: 5px;
	float: left;
}
li.resource_item {
	float: left;
	background-color: #eaeef1;
	padding: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #b0c2ca;
	border-right: 1px solid #b0c2ca;
	width: 380px;
	margin-right: 7.5px;
	margin-left: 7.5px;
	min-height: 230px;
	max-height: 230px;
	position: relative;
}
div.they_stock_c2c {
	position: absolute;
	background-image: url(../images/layout.links.stockist_flag.png);
	width: 195px;
	height: 195px;
	margin-left: 212px;
	text-indent: -10000px;
	margin-top: 61px;
}
div.country_flag {
	position: absolute;
	top: 75px;
	right: 10px;
}
body.links div.country_flag {
	position: absolute;
	top: 10px;
	right: 15px;
}
p.about {
	display: block;
	font-size: .9em;
}
p.about span.highlight_copy {
	padding: 2px 5px;
	background-color: #fff;
	color: #000;
	margin-right: 5px;
	border: 1px solid #b0c2ca;
}
li.resource_item div.links_contact a {
	display: block;
	background-color: #eaeef1;
	text-shadow: #fff 1px 1px 0;
	color: #829097;
	border-bottom: 1px solid #b0c2ca;
	border-right: 1px solid #b0c2ca;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 5px 15px;
	text-align: center;
	margin-bottom: 5px;
}
li.resource_item div.links_contact a:hover {
	background: #f6fafc;
}
li.resource_item div.links_contact a:active {
	background: #f6fafc;
	border-top: 1px solid #b0c2ca;
	border-left: 1px solid #b0c2ca;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	cursor: default;
}
/* @end */
/* @group gallery */
ul li.zoombox {
	float: left;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	border: 5px solid #eaeef1;
	background: #fff url(../images/ajax-load.gif) no-repeat center center;
}
ul li.zoombox img {
	margin: 0;
	padding: 0;
	display: block;
	background: #fff;
}
ul li.zoombox.size_260_205 {
	width: 260px;
	height: 205px;
	margin-bottom: 25px;
}
ul li.zoombox.size_250_205 {
	width: 250px;
	height: 205px;
	margin-bottom: 25px;
}
ul li.zoombox.size_260_280 {
	width: 260px;
	height: 280px;
	margin-bottom: 25px;
}
ul li.zoombox.size_135_95 {
	width: 135px;
	height: 95px;
	margin-right: 20px;
	margin-bottom: 20px;
}
/* @end */
/* @group common */
.content_images li {
	display: inline;
	color: #fff;
	margin-right: 10px;
}
.gallery_spotlight li {
	float: left;
	display: block;
}
#content p a {
	background-color: #eaeef1;
	padding: 1px 2px;
	border-bottom: 1px solid #b0c2ca;
	color: #748287;
	font-variant: normal;
	text-transform: none;
	height: 10px;
}
#content p a:hover {
	background-color: #f6fafc;
}
.bloody_obvious_button {
	position: absolute;
	margin-top: -5px;
	text-indent: -10000px;
	width: 35px;
	height: 35px;
	background: #eaeef1 url(../images/bloody_obvious_button.jpg) no-repeat 0 4px;
	margin-left: -3px;
}
/* @end */
/* @group about */
div.testimonials {
	font-style: italic;
	margin-bottom: 20px;
	margin-left: 0;
}
.profile {
	float: right;
	margin-top: -5px;
	margin-left: 15px;
}
div.testimonials span {
	display: inline;
	float: left;
}
/* @end */
/* @group home */
/* @group Feature */
#preFeature2 {
	height: 335px;
	overflow: hidden;
}
#preFeature2 * {
	padding: 0px;
	margin: 0px;
	border: none;
}
#preFeature2 div {
	width: 49%;
	overflow: hidden;
	float: left;
	position: relative;
	margin: 0px 5px 5px 0px;
}
#preFeature2 div img {
	width: 100%;
	display: block;
}
#preFeature2 div a:link {
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 100%;
}
#preFeature2 div a:visited {
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 100%;
}
#preFeature2 div p {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 10px;
	color: #ffffff;
	background: #000000;
	padding: 5px 10px 6px 10px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#preFeature2 div p a:link {
	position: static;
	text-indent: 0px;
	display: inline;
	color: #ffffff;
	text-decoration: none;
}
#preFeature2 div p a:visited {
	position: static;
	text-indent: 0px;
	display: inline;
	color: #ffffff;
	text-decoration: none;
}
#siteFeature2 {
	width: 880px;
	height: 330px;
}
#siteFeature2 em {
	font-size: 2em;
	font-weight: normal;
	font-style: normal;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
}
#siteFeature2 #SFcontentContainer div div a:link {
	color: #ffffff;
	text-decoration: none;
	background: #000;
}
#siteFeature2 #SFcontentContainer div div a:visited {
	color: #ffffff;
	text-decoration: none;
}
#siteFeature2 #SFcontentContainer div div a:hover {
	text-decoration: underline;
}
#siteFeature2 #SFcontentContainer div div span {
	background: #000000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
#siteFeature2 #SFbtnContainer a:link {
	background: #ffffff;
	color: #000000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#siteFeature2 #SFbtnContainer a:visited {
	background: #ffffff;
	color: #000000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#siteFeature2 #SFbtnContainer a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#siteFeature2 #SFbtnContainer.open a.trigger {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#siteFeature2 #SFbtnContainer a.current {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#siteFeature2 {
	overflow: hidden;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #ffffff;
}
#siteFeature2 * {
	padding: 0px;
	margin: 0px;
	border: none;
}
#siteFeature2 #SFcontentContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#siteFeature2 #SFcontentContainer div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#siteFeature2 #SFcontentContainer div div {
	position: absolute;
	top: auto;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}
#siteFeature2 #SFcontentContainer div div span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
/*IE6*/ _height: 100px;
}
#siteFeature2 #SFcontentContainer div div p {
	position: relative;
	width: 70%;
	padding: 10px 0 15px 15px;
}
#siteFeature2 #SFcontentContainer.nomenu div div p {
	width: 100%;
}
#siteFeature2 #SFcontentContainer.left div div p {
	left: 5%;
}
#siteFeature2 #SFcontentContainer div div a {
	border: none;
}
#siteFeature2 #SFcontentContainer div div a:link {
	color: #ffffff;
	text-decoration: none;
}
#siteFeature2 #SFcontentContainer div div a:visited {
	color: #ffffff;
	text-decoration: none;
}
#siteFeature2 #SFbtnContainer {
	position: absolute;
	bottom: 8px;
	z-index: 1337;
	
/*IE6*/ _width: 22px;
}
#siteFeature2 #SFbtnContainer.right {
	right: 5px;
}
#siteFeature2 #SFbtnContainer.left {
	left: 7px;
}
#siteFeature2 #SFbtnContainer div {
	overflow: hidden;
}
#siteFeature2 #SFbtnContainer a:link {
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 2px 2px 0px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#siteFeature2 #SFbtnContainer a:visited {
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 2px 2px 0px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#siteFeature2 #SFbtnContainer a:hover {
	opacity: 1;
}
#siteFeature2 #SFbtnContainer a:active, #siteFeature2 #SFbtnContainer a:focus {
	outline: none;
}
#siteFeature2 #SFbtnContainer a.play {
	font-size: 10px;
	font-weight: bold;
}
#siteFeature2 #SFbtnContainer a.pause {
	font-size: 11px;
	font-weight: normal;
}
/* @end */
body.main #content {
	padding: 10px 10px 0;
	margin-bottom: 0;
}
body.main #container {
	padding-bottom: 10px;
}
ul#calltoaction {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	background: transparent;
	padding: 10px 20px;
	width: 870px;
}
ul#calltoaction li {
	display: inline;
}
ul#calltoaction li.col1 a,
ul#calltoaction li.col2 a,
ul#calltoaction li.col3 a, 
ul#calltoaction li.col3 span {
	display: inline;
	float: left;
	width: 243px;
	font-size: .8em;
	padding: 15px;
	border-bottom: 1px solid #b0c2ca;
	border-right: 1px solid #b0c2ca;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	line-height: 1.4em;
	text-shadow: #fff 1px 1px 0;
	color: #829097;
	margin-right: 16px;
	min-height: 15em;
}
#calltoaction li.col3.last.corners {
	margin-right: 0;
}
ul#calltoaction li.col3 span {
	padding: 7px 15px 23px;
}
#calltoaction .col1 a:hover,
#calltoaction .col2 a:hover,
#calltoaction .col3 a:hover {
	background: #f6fafc;
}
#calltoaction .col1 a:active,
#calltoaction .col2 a:active,
#calltoaction .col3 a:active {
	background: #f6fafc;
	border-top: 1px solid #b0c2ca;
	border-left: 1px solid #b0c2ca;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
#calltoaction h2 {
	color: #5f6a6f;
	margin-bottom: 5px;
	font-size: 1.8em;
}
#calltoaction a,
#calltoaction span {
	color: #5f6a6f;
}
#calltoaction li.col3.last.corners a {
	margin: 0;
}
#calltoaction li.col3.last.corners span {
	display: none;
	margin-right: 0;
}
/* @group Subscribe Form */
#confirmation {
	display: none;
	text-align: center;
	margin-top: 40px;
}
#subForm label {
	display: block;
	line-height: 26px;
	-webkit-border-radius: 5px;
	text-shadow: #fff 1px 1px 0;
	color: #829097;
	height: 21px;
}
#subForm label.inline {
	float: left;
}
#subForm input {
	margin: 0;
	padding: 3px;
	color: #666;
	background: #f6fafc;
	border: 1px solid #b0c2ca;
	webkit-border-radius: 5px;
	font-size: 1.2em;
	width: 228px;
	text-transform: uppercase;
}
#subForm select {
	margin: 8px 0 5px;
	padding: 5px;
	color: #666;
	background: #f6fafc;
	border: 1px solid #b0c2ca;
	webkit-border-radius: 5px;
	font-size: 1.2em;
	float: left;
	width: 235px;
}
#subForm input:focus, #subForm select:focus {
	border: 1px solid #b0c2ca;
	background-color: #fff;
	color: #000;
}
#subForm input.submit {
	display: block;
	float: left;
	font-size: .8em;
	background: #eaeef1;
	border-bottom: 1px solid #b0c2ca;
	border-right: 1px solid #b0c2ca;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	line-height: 1.4em;
	text-shadow: #fff 1px 1px 0;
	color: #829097;
	cursor: pointer;
	width: 70px;
	padding: 7px;
	margin-top: 10px;
}
#subForm input.submit:hover {
	background: #f6fafc;
}
/* @end */
/* @end */
/* @group Contact */
#map {
	width: 496px;
	height: 257px;
	display: block;
	background-color: #e9edf0;
	border: 1px solid #b0c2ca;
}
ul.call_c2c {
	margin-bottom: 20px;
	display: block;
	clear: both;
	float: left;
	width: 100%;
}
ul.call_c2c li {
	float: left;
	background: #e9edf0;
	border-bottom: 1px solid #b0c2ca;
	border-right: 1px solid #b0c2ca;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-shadow: #fff 1px 1px 0;
	color: #829097;
	padding: 10px;
	width: 44%;
	margin-right: 8px;
}
ul.call_c2c li span {
	display: block;
	text-transform: capitalize;
	font-weight: normal;
}
ul.call_c2c li a {
	color: #829097;
}
body.contact #content div.wrapper div.col1 {
	width: 505px;
}
body.contact #content div.wrapper div.col2 {
	width: 320px;
}
/* C2C Form style */
.c2cform.newsletter label {
	display: block;
}
.c2cform.newsletter fieldset div {
	margin-bottom: 7px;
}
.c2cform label {
	display: inline-block;
	text-shadow: #fff 1px 1px 0;
	color: #829097;
}
.c2cform label.verify {
	float: left;
	display: inline;
	padding-top: 13px;
	padding-right: 15px;
}
.c2cform input, .c2cform textarea, .c2cform select {
	width: 280px;
	margin: 0;
	padding: 5px;
	color: #666;
	background: #f6fafc;
	border: 1px solid #b0c2ca;
	margin: 5px 0;
	webkit-border-radius: 5px;
	font-size: 1.2em;
}
.c2cform textarea {
	min-height: 135px;
	*height: 135px;
}
.c2cform input:focus, textarea:focus, select:focus {
	border: 1px solid #b0c2ca;
	background-color: #fff;
	color: #000;
}
.c2cform input.submit {
	display: block;
	float: left;
	font-size: .8em;
	background: transparent;
	border-bottom: 1px solid #b0c2ca;
	border-right: 1px solid #b0c2ca;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	line-height: 1.4em;
	text-shadow: #fff 1px 1px 0;
	color: #829097;
	width: 100%;
	cursor: pointer;
}
.c2cform fieldset {
	padding: 15px;
	background-color: #e9edf0;
	border-bottom: 1px solid #b0c2ca;
	border-right: 1px solid #b0c2ca;
}
.error {
	display: block;
	line-height: 22px;
	background: #FBE3E4;
	padding: 3px 10px;
	color: #8a1f11;
	border: 1px solid #FBC2C4;
	-webkit-border-radius: 5px;
}
.success {
	display: block;
	line-height: 22px;
	background: #c8ffc8;
	padding: 3px 10px;
	color: #009500;
	border: 1px solid #00ad00;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}
/* @end */
/* @group inside_story */
body.inside_story_home .nav_side ul {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	font-size: 90%;
}
body.inside_story_home #content div.wrapper.left_lg div.col1 div.nav_side {
	width: 255px;
	height: auto;
	background-color: transparent;
	margin-top: -5px;
	margin-left: -13px;
	padding-top: 0;
}
body.inside_story_home #content div.wrapper.left_lg div.col1 div.nav_side ul li {
	margin-bottom: 10px;
	font-size: 90%;
}
body.inside_story_home a.zoombox {
	padding: 0px;
}
body.inside_story_home #content {
	background: url(../images/layout.nav_side_290.png) repeat-y 0 top;
}
body.inside_story_home #container {
	padding-bottom: 0;
}
body.inside_story_home #content div.wrapper div.col1 {
	width: 270px;
}
body.inside_story_home #content div.wrapper div.col2 {
	width: 570px;
	margin-top: 5px;
}
body.inside_story_home .side_gallery {
	margin-top: 50px;
}
body.inside_story_home #content div.wrapper.left_lg div.col2 ul {
	list-style-type: disc;
	margin-left: 16px;
	margin-bottom: 20px;
}
body.inside_story_home #content div.wrapper.left_lg div.col2 ul.footer_gallery {
	margin: 0;
	padding: 0;
}
body.inside_story_home #content div.wrapper.left_lg div.col2 ul.footer_gallery li {
	margin-bottom: 15px;
}
#content div.wrapper.left_lg div.col1 div.nav_side ul.side_gallery li.zoombox.size_250_205 {
	border-style: solid;
	border-width: 1px;
}
body.inside_story_home #content div.wrapper.left_lg div.col2 ul li {
	list-style-type: disc;
	margin-bottom: 5px;
}
/* @end */
/* @group shop */
/* @group Stuff */
#content div.wrapper.shop_homepage div.col1 {
	width: 550px;
	padding-right: 20px;
}
#content div.wrapper.shop_homepage div.col2 {
	width: 250px;
}
ul.testimonials li {
	display: inline;
	float: left;
	font-size: .9em;
	padding: 10px;
	background: #eaeef1;
	border-bottom: 1px solid #b0c2ca;
	border-right: 1px solid #b0c2ca;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	line-height: 1.4em;
	text-shadow: #fff 1px 1px 0;
	color: #829097;
	font-style: italic;
	margin-bottom: 10px;
}
#featured_book div.featured_book_info {
	position: absolute;
	padding: 10px;
	background-color: #000;
	color: #fff;
	top: 315px;
	left: 0;
}
div#featured_book {
	position: relative;
}
#featured_book div.featured_book_info a {
	color: #fff;
}
/* @end */
/* @group User Account Box */
div#user_status {
	position: absolute;
	background-color: #000;
	margin-left: 590px;
	width: 290px;
	padding: 30px 10px 10px;
	color: #fff;
	z-index: 9;
	opacity: 1;
	font-size: 85%;
	margin-top: -110px;
}
div#user_status ul li {
	display: block;
	border: 0px;
	margin: 0;
	padding: 0;
}
#user_status ul li.cart a {
	display: block;
	margin-top: 10px;
	color: #fff;
	padding: 5px 10px;
	background-color: #474747;
}
div#user_status .right {
	float: right;
	color: #6aaff3;
}
div#user_status a {
	color: #6aaff3;
}
.pagination_footer {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	text-align: center;
}
/* @end */​
/* @end */
/* @end */
