@import 'store.css';

/*

Project - Ringing Cedars
Copyright © 2010 Ben Perry 

*/

/* --- RESET ----------------------------------------------------------------------------------- */
html,body,div,span,
h1,h2,h3,h4,h5,h6,
a,abbr,address,b,blockquote,cite,code,del,dfn,em,i,img,ins,kbd,p,pre,q,strong,sub,sup,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
	font-size: 1em;
	font-family: inherit;
/*	vertical-align: baseline;*/
	background: transparent;
}
body { line-height: 1; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
a img,:link img,:visited img { border:none }


/* --- Force vertical scroll bar --------------------------------------------------------------- */
html { overflow-y: scroll; }


/* --- Super and Subscript alignment ----------------------------------------------------------- */
sup, sub { vertical-align: 0; position: relative; font-size: 0.9em; }
sup { bottom: 1ex; }
sub { top: 0.8ex; }


/* --- Custom Styling ------------------------------------------------------------------------- */
body {
    background: #F5F6F7 url(/images/bg_noise.gif) repeat;
	font: 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333333;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.8em; }
h6 { font-size: 0.6em; }

h1,h2,h3,h4,h5,h6 {
	color: #111111;
	padding: 1em 0;
}

/*input[type=text],
input[type=password],
textarea {
    color: #333333;
    margin: 2px 4px;
    font-size: 1em;
	outline: none;
	
	margin: 0;
	padding: 2px;

	border-top: 1px solid #7C7C7C;
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #DDDDDD;
	resize: none;
}*/

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	border: 1px solid #99BBDD;

	-moz-box-shadow: 0 0 0 5px #DDEEFF;
	-webkit-box-shadow: 0 0 0 5px #DDEEFF;
	box-shadow: 0 0 0 5px #DDEEFF;
	outline: none !important;
}

hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 8px auto;
	width: 100%;
	clear: both;
	border: none;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	font-size: 1px;
	line-height: 0;
	overflow: visible;
}

blockquote {
	font: 2em Times,Georgia,serif;
	color: #AAAAAA;
	margin: 18px 0;
}

p,address { line-height: 18px; margin-bottom: 18px; }

a,
a:visited	{ text-decoration: underline; color: #555555; text-shadow: #FFFFFF 0 1px 0; }
a:hover		{ text-decoration: underline; color: #2894A0; background-color: #D9EFF1; }
a:active	{ text-decoration: none; }

a.more,
a.more:visited,
a.next,
a.next:visited,
a.previous,
a.previous:visited,
a.top,
a.top:visited,
a.down,
a.down:visited {
	white-space: nowrap;
	font-weight: bold;
	zoom: 1;
	color: #2894A0;
}

a.more,
a.more:visited,
a.next,
a.next:visited {
	padding-right: 10px;
	background: url(/images/next.gif) no-repeat 100% 50%;
}

a.previous,
a.previous:visited {
	padding: 0 0 0 10px;
	background: url(/images/previous.gif) no-repeat 0% 50%;	
}

a.top,
a.top:visited {
	padding-right: 13px;
	background: url(/images/up.gif) no-repeat 100% 50%;	
}

a.down,
a.down:visited {
	padding-right: 13px;
	background: url(/images/down.gif) no-repeat 100% 50%;	
}

a.more:hover,
a.next:hover,
a.previous:hover,
a.top:hover,
a.down:hover { background-color: #D9EFF1; }

ul { margin-bottom: 18px; list-style: none outside; }
ol { margin-bottom: 18px; list-style: decimal; margin-left: 2.2em; }
ul.square,
ul.circle,
ul.dot { margin-left: 2em; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.dot { list-style: disc outside; }
ul ul.circle,
ul ul.square,
ul ul.dot { margin-top: 4px; margin-bottom: 5px; }

span.left {
	float: left;
}
span.right {
	float: right;
}

span.drop_cap_l {
	float: left;
	color: #AADDDD;
	font-size: 4em;
	line-height: 50px;
	padding-top: 2px;
	padding-right: 5px;
	font-family: Times,Georgia;
	margin-bottom: -30px;
}

span.drop_cap_r {
	float: right;
	color: #AADDDD;
	font-size: 4em;
	line-height: 60px;
	padding-top: 2px;
	padding-left: 5px;
	font-family: Times,Georgia;
}

.drop-cap:first-letter {
 float: left;
 color: #9b9b9b;
 font-size: 3.2em;
 line-height: 37px;
 margin-bottom: -10px;
 font-family: Times,Georgia,serif;
 padding-right: 2px;
}


br.clear {
	clear: both;
}


div.pagination {
	font-size: 11px;
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #CCCCCC;
	text-decoration: none; /* no underline */
	color: #2F6CCF;
	display: inline-block;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #2F6CCF;
	color: #2F6CCF;
	display: inline-block;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #2F6CCF;
	font-weight: bold;
	background-color: #2F6CCF;
	color: #FFF;
	display: inline-block;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
	display: inline-block;
}

/* --- Page Wrapper ---------------------------------------------------------------------------- */
#page_wrapper {
	margin: 20px auto;
	width: 964px;
}


/* --- Header Styling -------------------------------------------------------------------------- */
#header {
	margin: 15px 0;
}
#header a,
#header a:visited	{ color: #999999; text-decoration: none; }
#header a:hover		{ color: #666666; text-decoration: underline; background-color: transparent; }
#header a:active	{ color: #999999; }

#nav {
	margin: 0 auto 20px auto;
	padding: 0;
	height: 42px;
	width: 964px;
}
#nav li {
	display: inline;
	text-align: center;
}
#nav li a {
	float: left;
	height: 0;
	padding-top: 42px;
	overflow: hidden;
	background-image: url('/images/navbar_20140920.png');
	background-repeat: no-repeat;
}

#nav li#nav_home        a { background-position:    0px 0; width:  118px; }
#nav li#nav_books       a { background-position:  -118px 0; width: 147px; }
#nav li#nav_reviews     a { background-position: -265px 0; width: 131px; }
#nav li#nav_more		a { background-position: -396px 0; width: 112px; }
#nav li#nav_questions   a { background-position: -508px 0; width:  114px; }
#nav li#nav_contact     a { background-position: -622px 0; width: 149px; }
#nav li#nav_store       a { background-position: -771px 0; width:  114px; }
#nav li#nav_checkout    a { background-position: -885px 0; width:  79px; }

#nav li#nav_home        a:hover { background-position:    0px   -42px; }
#nav li#nav_books       a:hover { background-position:  -118px   -42px; }
#nav li#nav_reviews     a:hover { background-position: -265px   -42px; }
#nav li#nav_more		a:hover { background-position: -396px   -42px; }        
#nav li#nav_questions   a:hover { background-position: -508px   -42px; }
#nav li#nav_contact     a:hover { background-position: -622px   -42px; }
#nav li#nav_store       a:hover { background-position: -771px   -42px; }
#nav li#nav_checkout    a:hover { background-position: -885px   -42px; }

#nav li#nav_home        a:active { background-position:    0px  -84px; }
#nav li#nav_books       a:active { background-position:  -118px  -84px; }
#nav li#nav_reviews     a:active { background-position: -265px  -84px; }
#nav li#nav_more		a:active { background-position: -396px  -84px; }
#nav li#nav_questions   a:active { background-position: -508px  -84px; }
#nav li#nav_contact     a:active { background-position: -622px  -84px; }
#nav li#nav_store       a:active { background-position: -771px  -84px; }
#nav li#nav_checkout    a:active { background-position: -885px  -84px; }

#nav li.active#nav_home         a { background-position:    0px -126px; }
#nav li.active#nav_books        a { background-position:  -118px -126px; }
#nav li.active#nav_reviews      a { background-position: -265px -126px; }
#nav li.active#nav_more			a { background-position: -396px -126px; }
#nav li.active#nav_questions    a { background-position: -508px -126px; }
#nav li.active#nav_contact      a { background-position: -622px -126px; }
#nav li.active#nav_store        a { background-position: -771px -126px; }
#nav li.active#nav_checkout     a { background-position: -885px -126px; }

#title {
/*	background: url(/images/leaf.png) no-repeat 100% 50%;*/
}

#tagline {
	font: 2em Times,Georgia,serif;
	color: #999999;
	margin: 0;
}
#tagline a:hover {
	text-decoration: none;
}

/* --- Footer Styling -------------------------------------------------------------------------- */
#footer {
	padding: 10px 31px;
    font-size: 0.8em;
    color: #999999;
	text-align: center;
    text-shadow: #FFFFFF 0 1px 0;
}
#footer a,
#footer a:visited	{ 
	color: #999999;
	text-decoration: none;
	text-shadow: #FFFFFF 0 1px 0;
	padding: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#footer a:hover		{ color: #777777; background-color: #DDDDDD; }
#footer a:active	{ text-decoration: underline; }


/* --- Content Styling ------------------------------------------------------------------------- */
#content {
/*    min-height: 530px;
    height: auto !important;
    height: 530px;*/
}


.block {
	margin-top: 30px;
    padding: 30px;

/*    min-height: 530px;
    height: auto !important;
    height: 530px;*/

    background-color: #FFFFFF;
	border: solid 1px #CCCCCC;	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.296875);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.296875);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.296875);
	-webkit-background-clip: padding-box;
	
	behavior: url(ie-css3.htc);
}

.block:first-child,
.block.first {
	margin-top: 0;
}

.block-title {
	margin: 20px 0 -10px 30px; 
	padding: 0; 
	font-size: 2em;
	font-weight: normal;
	color: #666;
	text-shadow: white 0 1px 0;
}

.store-page .block,
.questions-page .block
{
	min-height: auto;
}

.block > h1:first-child,
.block > h1.first,
.block > h2:first-child,
.block > h2.first {
	padding-top: 0;
}

.content_nav {
	width: 962px;
	position: relative;
	left: -30px;
	top: -30px;
	margin-bottom: -18px;
	text-align: center;
	color: #CCCCCC;
	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC ', endColorstr='#F3F3F3'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC ), to(#F3F3F3)); /* for webkit browsers */
	background: #FCFCFC -moz-linear-gradient(top,  #FCFCFC ,  #F3F3F3); /* for firefox 3.6+ */
	
	border-bottom: solid 1px #CCCCCC;
	
	behavior: url(ie-css3.htc);
}

.content_nav li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.content_nav li a {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin: 0;
	padding: 10px 15px;
	font-weight: bold;
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC ', endColorstr='#F3F3F3'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC ), to(#F3F3F3)); /* for webkit browsers */
	background: #FCFCFC -moz-linear-gradient(top,  #FCFCFC ,  #F3F3F3); /* for firefox 3.6+ */
}

.content_nav li a.selected{
	color: #2894A0;
}

.column { float: left; /*outline: solid 1px red;*/}
.column > h2:first-child,
.column > h2.first,
.column > h3:first-child,
.column > h3.first {
	padding-top: 0;
}

.grid1col, .grid2col, .grid2cola, .grid2colb, .grid2colc, .grid2cold, .grid2cole, 
.grid2colf, .grid3col, .grid3cola, .grid3colb, .grid4col, .grid5col, .grid6col {
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	overflow: hidden;
}
 
.grid1col .column { float: none; } /* 100% pushes borders and padding into overflow land. De-float instead to avoid this. */

.grid2col .column { width: 49%; }
.grid2col .grid2col .column { width: 47.8%; }
.grid3col .grid2col .column { width: 46%; }
.grid4col .grid2col .column { width: 45%; }
.grid2cola .column.first { width: 66%; }
.grid2cola .column.last { width: 32%; }
.grid2colb .column.first { width: 73%; }
.grid2colb .column.last { width: 25%; }
.grid2colc .column.first { width: 32%; }
.grid2colc .column.last { width: 66%; }
.grid2cold .column.first { width: 30%; }
.grid2cold .column.last { width: 67%; }
.grid2cole .column.first { width: 79%; }
.grid2cole .column.last { width: 19%; }
.grid2colf .column.first { width: 19%; }
.grid2colf .column.last { width: 79%; }
.grid2colg .column.first { width: 66%; }
.grid2colg .column.last { width: 32%; }
.grid2colx .column.first { width: 20%; }
.grid2colx .column.last { width: 78%; }
.grid3col .column { width: 32%; margin-left: 2%; }
.grid2col .grid3col .column { width: 31%; }
.grid3cola .column { width: 58%; margin-left: 2%; }
.grid3cola .column.first,
.grid3cola .column.last { width: 19%; }

.grid3colb .column { width: 36%; margin-left: 2%; }
.grid3colb .column.first { width: 25%; }
.grid3colb .column.last { width: 36%; }

.grid4col .column { width: 23%; margin-left: 3%; }
.grid5col .column { width: 18.4%; margin-left: 2%; }
.grid6col .column { width: 15%; margin-left: 2%; }
 
.column.first, .column.last { margin-left: 0 !important; }
.column.last { float: right !important; }


p.testimonial,
p.testimonial2,
p.testimonial3 {
	padding: 0.2em;
	font: 1.4em Times,Georgia,serif;
	color: #999999;
}
p.testimonial cite,
p.testimonial2 cite,
p.testimonial3 cite {
	display: block;
	text-align: right;
	font: italic 11px "Lucida Grande", "Lucida Sans Unicode", Arial,Verdana,sans-serif;
	color: #888888;
}
p.testimonial2 {
	color: #606060;
}
p.testimonial3 {
	font-size: 1.3em;
	line-height: 1.3em;
}

.button {
	margin-bottom: 18px;
	text-align: left;
}

a.blocky {
	display: inline-block;
	background-image: url(/images/chevron_white_right.png);
	background-repeat: no-repeat;
	background-position: right 4px;
	
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	margin-top: 6px;
	padding: 5px 25px 4px 8px;
	
	font-size: 16px;
	line-height: 20px;

	text-shadow: none !important;
}
a.blocky.below {
	background-image: url(/images/chevron_white_down.png);
}

a.blocky:hover {
	text-decoration: none;
}
a.blocky:active {
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	margin-top: 7px;
}


a.amber,
a.amber:visited {
	border-top-color: #7dbe35;
	border-right-color: #77b632;
	border-bottom-color: #4c7320;
	border-left-color: #77b632;
	
	background-color: #FFD312;
	/*color: #ffffff !important;*/
	
	text-decoration: none !important;
}
a.amber:hover {
	border-top-color: #8e54a3;
	border-right-color: #8e54a3;	
	border-bottom-color: #693e78;
	border-left-color: #8e54a3;
	
	background-color: #87cde4;
	color: #ffffff !important;
}
a.amber:active {
	border-bottom-color: #8e54a3;
}

a.bluey,
a.bluey:visited {
	border-top-color: #7cbed4;
	border-right-color: #7cbed4;	
	border-bottom-color: #517c8b;
	border-left-color: #7cbed4;
	
	background-color: #87cde4;
	color: #e6fcff !important;
	
	text-decoration: none !important;
}
a.bluey:hover {
	border-top-color: #7dbe35;
	border-right-color: #77b632;
	border-bottom-color: #4c7320;
	border-left-color: #77b632;
	
	background-color: #A361BA;
	color: #ebffe1 !important;
}
a.bluey:active {
	border-bottom-color: #7dbe35;
}

a.greeny,
a.greeny:visited {
	border-top-color: #7dbe35;
	border-right-color: #77b632;
	border-bottom-color: #4c7320;
	border-left-color: #77b632;
	
	background-color: #86cb3a;
	color: #ffffff !important;
	
	text-decoration: none !important;
}
a.greeny:hover {
	border-top-color: #8e54a3;
	border-right-color: #8e54a3;	
	border-bottom-color: #693e78;
	border-left-color: #8e54a3;
	
	background-color: #87cde4;
	color: #ffffff !important;
}
a.greeny:active {
	border-bottom-color: #8e54a3;
}

a.pinky,
a.pinky:visited {
	border-top-color: #b80088;
	border-right-color: #b80088;
	border-bottom-color: #b80088;
	border-left-color: #b80088;
	
	background-color: #e31391;
	color: #F8E0F4 !important;
	color: #FFFFFF !important;
	
	text-decoration: none !important;
}
a.pinky:hover {
	border-top-color: #8e54a3;
	border-right-color: #8e54a3;	
	border-bottom-color: #693e78;
	border-left-color: #8e54a3;
	
	background-color: #87cde4;
	color: #f7e0ff !important;
	color: #FFFFFF !important;	
}
a.pinky:active {
	border-bottom-color: #8e54a3;
}



a.purple,
a.purple:visited {
	border-top-color: #8e54a3;
	border-right-color: #8e54a3;
	border-bottom-color: #693e78;
	border-left-color: #8e54a3;
	
	background-color: #a361ba;
	color: #F8E0F4 !important;
	
	text-decoration: none !important;
}
a.purple:hover {
	border-top-color: #8e54a3;
	border-right-color: #8e54a3;	
	border-bottom-color: #693e78;
	border-left-color: #8e54a3;
	
	background-color: #87cde4;
	color: #f7e0ff !important;
}
a.purple:active {
	border-bottom-color: #8e54a3;
}


a.greenish,
a.greenish:visited {
	border-top-color: #8e54a3;
	border-right-color: #8e54a3;
	border-bottom-color: #693e78;
	border-left-color: #8e54a3;
	
	background-color: #86cb3a;
	color: #F8E0F4 !important;
	
	text-decoration: none !important;
}
a.greenish:hover {
	border-top-color: #8e54a3;
	border-right-color: #8e54a3;	
	border-bottom-color: #693e78;
	border-left-color: #8e54a3;
	
	background-color: #e99523;
	color: #f7e0ff !important;
}
a.greenish:active {
	border-bottom-color: #8e54a3;
}


a.redish,
a.redish:visited {
	border-top-color: #8e54a3;
	border-right-color: #8e54a3;
	border-bottom-color: #693e78;
	border-left-color: #8e54a3;
	
	background-color: #d0363d;
	color: #F8E0F4 !important;
	
	text-decoration: none !important;
}
a.redish:hover {
	border-top-color: #8e54a3;
	border-right-color: #8e54a3;	
	border-bottom-color: #693e78;
	border-left-color: #8e54a3;
	
	background-color: #87cde4;
	color: #f7e0ff !important;
}
a.redish:active {
	border-bottom-color: #8e54a3;
}

.special { color: red; }

/* --- Modal Styling ------------------------------------------------------------------------- */

#modal {
	position: fixed;
	top: 20%;
	left: 0;
	width: 100%;
	z-index:51;

/*	border: solid 1px #BBB;*/
/*	border-radius: 6px;*/
/*	padding: 10px;*/
}

#modal .block {
	margin: 0 auto 0 auto;
	width: 600px;
	height: 400px;
	overflow-y: scroll;
}

#overlay,
#overlay.light {
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
	background-color: #FFFFFF;
    filter:alpha(opacity=75);
    opacity: 0.75;
    z-index:50;
    display:none;
}

#overlay.dark {
	background-color: #000000;
}

/* --- Form Styling -------------------------------------------------------------------------- */

/*form .row {
	clear: both;
	padding: 4px 5px 2px 0;
	width: 450px;
	margin: 0 0;
}

form .row label {
	display: block;
	line-height: 150%;
	font-weight: bold;
}*/

span.req {
	color: #FF0000;
	float: none;
	font-weight: bold;
	font-size: 12px
}

.clearfix > label {
	margin-right: 20px;
}

.inline-inputs {
	display: inline-block;
}

.input label.tag,
.inline-inputs label.tag {
	width: auto;
	text-align: left;
	padding: 0 0 8px 0;
	font-weight: normal;
	float: none;
	color: #bfbfbf;
	font-size: 11px;
	line-height: 18px;
	display: block;
	margin-top: -3px;
}

form div.clearfix.error .input label.tag,
form div.clearfix.error .inline-inputs label.tag {
	color: #9d261d;
}


/*form .clearfix {
	margin-bottom: 15px;
}*/

/*form .row span {
	float: left;
	margin: 0 4px 0 0;
	padding: 0 0 8px 0;
}

form .row span label {
	display: block;
	font-weight: normal;
	line-height: 100%;
	font-size: 9px;
	padding-top: 3px;
	color: #444444;
}*/

.box,
#extracts {
	border: solid 1px #DDDDDD;
    background-color: #F5F6F7;
    margin-bottom: 18px;
    padding: 10px 16px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 3px #DDDDDD;
	-webkit-box-shadow: 0 1px 3px #DDDDDD;
	box-shadow: 0 1px 3px #DDDDDD;
	-webkit-background-clip: padding-box;
	color: #555555;
}
.box h2,
#extracts h2 {
	font-size: 1.4em;
	padding: 10px 0;
	color: #444444;
	text-shadow: #FFFFFF 0 1px 0;
	font-weight: normal;
}
#extracts {
	padding: 0;
}
#extracts h2 {
	margin-left: 16px;
}
#extracts ul {
	border-top: solid 1px #DDDDDD;
	border-bottom: solid 1px #FFFFFF;
}
#extracts li {
	background: #F5F6F7 url(/images/bg_noise.gif) repeat;
	padding: 12px 12px 14px 16px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #DDDDDD;
}
#extracts li h3 {
	padding: 0;
	font-size: 1.0em;
}
#extracts li h3 a,
#extracts li h3 a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #004477;
}
#extracts li h3 a:hover {
	text-decoration: underline;
	color: #004477;
}
#extracts li h3 a:active {
	text-decoration: none;
	color: #004477;
}
#extracts li p {
	margin: 0;
}





/* --- Custom Page Styling --------------------------------------------------------------------- */

.notice-page {
	text-align: center;
}



/* --- Home Page Styling --------------------------------------------------------------------- */

.home-page #hero,
.home-page #hero img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.home-page #quotes {
	margin: 10px 0;
	border-top: solid 1px #EEEEEE;
	border-bottom: solid 1px #EEEEEE;
}

.home-page #quotes blockquote {
	text-indent: -48px;
	padding-left: 48px;
}

.home-page #quotes + .grid3col {
	border-top: none;
	padding-top: 0;
}



/* --- Books Page Styling --------------------------------------------------------------------- */

.books-page blockquote {
	margin: 20px auto;
	font: 1.6em/1.4em Times,Georgia,serif;
	font-style: italic;
	font-weight: 80%;
	text-align: center;
	color: #999999;
	text-indent: none;
}

/* --- More Page Styling --------------------------------------------------------------------- */

.more-page blockquote {
	text-indent: -18px;
	padding-left: 18px;
}

.more-page blockquote cite {
	font-size: 0.75em;
	margin-left: 40px;
}

/* --- Reviews Page Styling --------------------------------------------------------------------- */

.reviews-page h1 {
	color: #333333;
/*	border-bottom: dotted 1px #AADDDD;*/
}

/* --- Questions Page Styling --------------------------------------------------------------------- */
.questions-page .block {
	min-height: auto;
}

.questions-page dt {
	font-weight: bold;
	margin: 10px 0 5px 0;
}

.questions-page dd {
	margin-bottom: 15px;
}



/* --- Contact Page Styling --------------------------------------------------------------------- */

#content.contact-page .block {
	min-height: 80px;
    height: auto !important;
    height: 80px;
}

.contact-page .content_nav {
	top: auto;
	bottom: -30px;
	margin-bottom: 0;
	margin-top: -30px;
	text-align: center;

	border-bottom: none;
	border-top: solid 1px #DDDDDD;
	
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.contact-page .content_nav a img {
	margin-right: 5px;
	vertical-align: -10px;
}

.contact-page #faq		h2 { padding: 11px 0 1em 39px; background: url(/images/contact/faq.png) no-repeat 0 0; }
.contact-page #phone	h2 { padding: 11px 0 1em 39px; background: url(/images/contact/phone.png) no-repeat 0 0; }
.contact-page #mail		h2 { padding: 9px 0 1em 37px; background: url(/images/contact/email.png) no-repeat 0 0; }
.contact-page #fax		h2 { padding: 9px 0 1em 36px; background: url(/images/contact/fax.png) no-repeat 0 0; }
.contact-page #email	h2 { padding: 9px 0 1em 36px; background: url(/images/contact/form.png) no-repeat 0 0; }

.contact-page address {
	margin-left: 30px;
	font-weight: bold;	
}

.contact-page #faq address,
.contact-page #phone address,
.contact-page #fax address {
	font-size: 1.8em;
	font-style: normal;
}

.contact-page #email form input[type=text],
.contact-page #email form textarea {
	font-size: 1em;
}

p.note {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	
    text-align: left;

    padding: 5px 8px 4px 26px;
    border: solid 1px #65ADE3;
    clear: both;
    text-shadow: #F3F3F3 0 1px 0;
    margin: 0;
    
    background-color: #F1F8FF;
    background-image: url(/images/icons/information.png), -webkit-gradient(linear, left top, left bottom, from(#F1F8FF), to(#E2F1FF));
    background-image: url(/images/icons/information.png), -moz-linear-gradient(top,  #F1F8FF ,  #E2F1FF);
    background-position: 5px 5px, top right;
    background-repeat: no-repeat, repeat-x;

   	*background: #F1F8FF url(/images/icons/information.png) no-repeat 5px 5px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

	-moz-box-shadow: 0 1px 3px #CCCCCC;
	-webkit-box-shadow: 0 1px 3px #CCCCCC;
	box-shadow: 0 1px 3px #CCCCCC;
}

p.note2 {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	
    text-align: left;

    padding: 5px 8px 4px 26px;
    border: solid 1px #9D261D;
    clear: both;
    text-shadow: #F3F3F3 0 1px 0;
    margin: 0;
    
    background-color: #FAE5E3;
    background-image: url(/images/icons/information.png), -webkit-gradient(linear, left top, left bottom, from(#FAE5E3), to(#FAE5E3));
    background-image: url(/images/icons/information.png), -moz-linear-gradient(top,  #FAE5E3 ,  #FAE5E3);
    background-position: 5px 5px, top right;
    background-repeat: no-repeat, repeat-x;

   	*background: #FAE5E3 url(/images/icons/information.png) no-repeat 5px 5px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

	-moz-box-shadow: 0 1px 3px #CCCCCC;
	-webkit-box-shadow: 0 1px 3px #CCCCCC;
	box-shadow: 0 1px 3px #CCCCCC;
}
/* --- Store Page Styling --------------------------------------------------------------------- */

.store-page .block {
	padding-top: 10px;
}

.store-page .content_nav {
	top: auto;
	bottom: -30px;
	margin-bottom: 0;
	margin-top: -30px;
	text-align: center;

	border-bottom: none;
	border-top: solid 1px #DDDDDD;
	
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.store-page .content_nav li {
	color: #888888;
}

.store-page .content_nav li a img {
/*	display: inline-block;*/
	margin-right: 5px;
	vertical-align: -11px;
}

.store-page .content_links {
	text-align: center;
	padding: 15px 0;
/*	border-top: solid 1px #DDDDDD;*/
/*	border-bottom: solid 1px #DDDDDD;*/
	margin: 0;
	color: #888888;
}

.store-page .content_links li{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.store-page .content_links li a {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	
	margin: 0;
	padding: 0 15px;
	font-weight: bold;
	text-decoration: none;
}

.store-page .content_links li a:hover {
	background-color: transparent;
}

.store-page .block-title {
	position: relative;
}

.store-page .block-title #new {
	display: block;
	text-indent: -1000px;
	background: url('/images/new.png') no-repeat;
	width: 100px;
	height: 95px;
	position: absolute;
	left: -90px;
	top: -15px;
}

.store-page .products {
/*	border-top: solid 1px #DDDDDD;*/
/*	border-bottom: solid 1px #FFFFFF;*/
}

.store-page .products + p {
	margin-bottom: 0;
}

.store-page p input.submit {
	margin-top: 20px;
}

.store-page .product,
.sequel-page .product {
/*	border-top: solid 1px #FFFFFF;*/
	border-bottom: solid 1px #DDDDDD;

	padding: 16px 0;
	clear: both;
	overflow:hidden;
}

.store-page .product .graphic,
.sequel-page .product .graphic {
	float: left;
	margin-right: 20px;
}

.store-page #talks .product .graphic,
.sequel-page #talks .product .graphic {
	width: 130px;
}

.store-page .product .graphic img,
.sequel-page .product .graphic img {
	float: none;
	margin: 0;
}

.store-page .product .description {
	width: 480px;
	float: left;
}

.sequel-page .product .description {
	width: 560px;
	float: left;
}

.store-page .product .description h2,
.sequel-page .product .description h2 {
	padding-top: 0;
}

.store-page .product .buybox {
	float: right;
	width: 125px;
	padding-top: 20px;
	padding-left: 10px;
	border-left: solid 1px #EEEEEE;
	text-align: center;
}

.store-page .product .buybox .price {
	font-weight: bold;
}

.store-page .product .buybox .buy-button {
	display: block;
	margin: 10px 0;
}

.store-page .product .buybox .cart-qty {
	font-weight: bold;
}

.store-info-page .content_nav {
	margin-bottom: 0;
}

.store-info-page #store_info_content ul > li {
	list-style: disc inside;
}

/* --- Checkout Page Styling --------------------------------------------------------------------- */

.checkout input.span1, .checkout select.span1 {width: 40px; margin-right: 5px;}
.checkout input.span2, .checkout select.span2 {width: 93px; margin-right: 5px;}
.checkout input.span3, .checkout select.span3 {width: 146px; margin-right: 5px;}
.checkout input.span4, .checkout select.span4 {width: 199px; margin-right: 5px;}
.checkout input.span5, .checkout select.span5 {width: 252px; margin-right: 5px;}


.checkout.process-page h1 {
	display:block;
	font-size:19.5px;
	font-weight: normal;
	line-height:1;
	color:#404040;
	padding:0 0 5px 0;
	*line-height:1.5;
}

.checkout.process-page tfoot td[colspan="2"] {
	border-left: solid 1px #ddd;
}

.checkout.process-page #order-summary .quantity {
	text-align: center;
}

.checkout.process-page #order-summary .price,
.checkout.process-page #order-summary .subtotal {
	text-align: right;
}

.process-page #order-summary,
.process-page #addresses,
.process-page #card-details {
	display: block;
	clear: both;
	overflow: auto;
	padding: 20px 0;
	font-size: 12px;
}

.process-page #order-summary { padding-top: 0; }

.process-page #addresses {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.checkout.process-page #addresses address {
	font-style: normal;
}

.checkout.process-page #order-summary a,
.checkout.process-page #addresses a {
	color: #2894A0;
}

.checkout.process-page a.btn {
	text-decoration: none;
	width: 100px;
	margin: 2px 10px 0 0;
	height: 15px;
}
.checkout.process-page a.btn:hover { background-color: transparent; }
/*.checkout a.btn.primary:hover { background-color: #0064cd; }*/

.process-page #card-details { padding-bottom: 0; }

.process-page #card-details form,
.process-page #card-details .actions {
	margin-bottom: 0;
}


.checkout .clearfix input,
.checkout .clearfix select { 
	margin: 2px 4px 6px auto;
}

.checkout .clearfix input + .help-block {
	margin-top: -3px;
}

.cart-page #cart tbody td { line-height: 24px; }
.cart-page #cart tbody td:nth-child(3),
.cart-page #cart tbody td:nth-child(4) { text-align: right; }
.cart-page #cart tbody td.remove img { margin-top: 4px; }
.cart-page #cart tbody td.quantity { text-align: center; padding-bottom: 0; }
.cart-page #cart tbody td.quantity .qtyvalue { vertical-align: top; }
.cart-page #cart tbody td.quantity .qtyplusminus { display: inline-block; }
.cart-page #cart tbody td.quantity .qtyplusminus img { margin-top: 2px; }
.cart-page #total-label, .cart-page #total { text-align: right; }


/* --- Shipping Options Page Styling --------------------------------------------------------------------- */

.shipping-options-page table td {
	text-align: center;
	padding: 0;
}

.shipping-options-page table td label {
	float: none;
	display: block;
	text-align: center;
	padding: 20px 0;
	margin: 0;
	width: 100%; 
}

.shipping-options-page table td label:hover {
	background-color: #f6f6f6;
}

.shipping-options-page table td input {
	margin-right: 5px;
}

.shipping-options-page table td .price {
	display: block;
}

.shipping-options-page table td .duration {
	display: block;
}



/* TIPSY JS Popups*/
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('../images/tipsy/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }

/*Workshops CSS added by Bruce May 2015*/

div#body {
/*	padding-top: 0;*/
}

cite.caption {
/*	font-style: normal;*/
	font-size: 11px;
	line-height: 24px;
}

div#content h2 + p {
/*	margin-top: 0;*/
}

div#content p.quote {
	width: auto;
}

div#sidebar h2,
div#sidebar h3,
div#sidebar h4 {
	padding-left: 0;
	color: #003366;
}

div#sidebar div.calendar {
/*	font-size: smaller;*/
	padding: 10px;
	margin-bottom: 12px;
	background-color: #FFFFFF;
	-webkit-border-radius: 8px;
	border: solid 1px #DDDDDD;
}

div#sidebar div.calendar ul {
/*	margin: 0;*/
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(/images/icons/date.png);
}

div#sidebar div.calendar ul li {
	margin-bottom: 5px;
}

div#sidebar div.calendar ul li a,
div#sidebar div.calendar ul li a:visited {
	line-height: 16px;
	vertical-align: top;
}

.bubble_wrap {
	width: 275px;
	margin: 1em auto 1em auto;
	margin-right: auto;
	margin-left: auto;
}
.bubble {
	font-size: 10pt;
	border: solid 2px #97823A;
	-webkit-border-radius: 8px;
	width: 275px;
	background: #FDF9C4 url(/images/bubble_gradient.png) repeat-y;
}
.bubble h3 {
	margin: 0 !important;
	padding: 10px 18px 5px 18px !important;
	color: #173868;
	font-size: 1.2em;
}
.bubble p {
	margin: 10px 18px;
	color: #444;
	font: 1.1em/1.2em Times, serif;
	font-style: italic;
}
.hook {
	background: transparent url(/images/bubble_hook.png) no-repeat;
	position: relative;
	bottom: 2px; left: 18px;
	padding-top: 12px;
	text-indent: 22px;
	color: #222;
	font-weight: bold;
	display: inline-block;
}
