/* @override http://www.nancymonson.com/testing/css/typography.css */

body, html {
	height:100%;
}
body {
	font-size:87.5%;/*IE6 16px -> 14px*/
	font-family:"Helvetica Neue", Arial, sans-serif;
	text-align:center;
	background:#414137 url("../images/bg.png") 0 0 repeat;
	color:#414137;
}
html>body {
	font-size:14px;
}
/*--------------------------------------------------------------------- 14/20 */
p, li, .vcard div, .return {
	line-height:1.429em;
}
p, ul {
	margin-bottom:.7143em;
}
.return {
	text-align:right
}
#primary li {
	margin:0 0 .7143em 2em;
}
#primary ul li {
	list-style:outside circle;
}
#primary ol li {
	list-style:decimal outside;
}
#secondary li {
	text-align:center;
}
blockquote, .aside {
	padding:.7143em 1em 0 1em;
	margin-left:1em;
	margin-bottom:1.429em;
	border:1px solid rgb(203,223,67);
	border-width:1px 1px 1px 10px;
}
/*--------------------------------------------------------------------- 42/80 */
h1, h2, h3, h4, #nav, th, .quilts-body .caption {
	font-family:Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", sans-serif;
}
h1 {
	font-size:4em;/*56*/
	line-height:1em;/*56*/
	padding-top:40px;
}
#header {
	height:320px;
	padding-left:270px;
	background:url("../images/masthead.jpg") 0 100% no-repeat;
	border-top: 40px solid rgb(203,223,67);
	position: relative;
}
#header h1 a {
	text-decoration:none;
	display:block;
	color:rgb(100,170,205);
	text-shadow: 1px 1px 3px #ccc;
}
#header h1 a:hover {
	color:rgb(203,223,67);
}
#header span {
	display:block;
	font-size:28px;
	line-height:40px;
	font-style:italic;
}
#header .contact-me a{
	position: absolute;
	font-size: 1.3em;
	right: 306px;
	top: 250px;
	background-color: rgb(203,223,67);
	padding: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-transform: uppercase;
	box-shadow: 1px 1px 3px #ccc;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	-moz-box-shadow:1px 1px 3px #ccc;
	color:white;
}
#header .contact-me a{
	text-decoration: none;
}
#header .contact-me a:hover{	
	background-color: rgb(100,170,205);
}
/*--------------------------------------------------------------------- 28/50 */
h2 {
	font-size:2em;/*28*/
	line-height:1.5em;/*42*/
	margin-bottom:.2857em;/*8*/
}
/*--------------------------------------------------------------------- 21/40  */
h3, .quilts-body .caption {
	font-size:1.5em; /*21*/
	line-height:1.905em; /*40*/
	font-style:italic;
}
/*---------------------------------------------------------------------  18/20 */
h4, th {
	font-size:1.285em;/*18*/
	line-height:1.111em;/*20*/
	margin:1.111em 0 .556em 0;
	font-style:italic;
}
/*--------------------------------------------------------------------- 12/20 */
.excerpt .summary, .excerpt li, td, .comment-help, #footer {
	font-size:.8572em;
	line-height:1.667em;
}
cite, .cite, em, .caption {
	font-style:italic;
}
.cite{
	text-align: right;
}
blockquote + .cite{
	margin-top:-1em;
}
.caption td, th, .quilts-body .caption, .centered td {
	text-align: center;
}
strong {
	font-weight:bold
}
table {
	width: 90%;
	margin-top:.7143em;
	border:1px solid rgb(203,223,67);
	border-width:1px 1px 1px 10px;
}
th{
	padding:3px 0;
}
td {
	padding:2px 4px;
	background-color:rgb(242,247,208);
	border-bottom:2px solid #fff;
	border-width:0 0 2px 0;
}
#primary td li{
	list-style:none;
	margin:0 0 1.667em 0;
}

/*--------------------------------------------------------------------- LINKS */
a {
	color:#414137;
	text-decoration:underline;
}
.return a {
	color:rgb(190,215,20);
}
a:hover, a:focus {
	color:rgb(100,170,205);
}
a:visited {
	color:#6c6d69;
}
/*--------------------------------------------------------------------- LAYOUT */
#wrapper {
	width:960px;
	height:100%;/*IE6 expands for content anyway */
	margin:0 auto;
	text-align:left;
	background-color:white;
	padding-bottom:120px;
}
html>body #wrapper {/*good browsers */
	height:auto;
	min-height:100%;
}
#primary{
	margin:0 90px;
}
.default-body #primary, .craft-to-heal-body #primary {
	float:right;
	width:600px;
	margin-left:0;
	margin-right:90px;
}
#secondary {
	float:left;
	width:200px;
}
img {
	border:1px solid rgba(100, 170, 205, .2);
	padding:4px;
}
.quilt-images{
	text-align:center;
}
#primary .img-group{
	text-align:center
}
#primary .img-group img {
	margin:.7143em 5px;
}
#primary .img-right {
	float:right;
	margin:.4em .7143em 0 .7143em;
}
#secondary .books li{
	width: 180px;
	margin:0 0 10px 20px;
}
#secondary .books a{
	display: block;
	padding-bottom: 4px;
	text-decoration: none;
	color: rgb(100,170,205);
}
#secondary .books a:hover{
	background-color: rgb(100,170,205);
	color: white;
}
/*--------------------------------------------------------------------- NAV  */
#nav {
	float:left;
	border:1px solid rgb(100,170,205);
	border-width:1px 0;
	margin-bottom:30px;
	padding-bottom:0;
}
#nav li {
	font-size:14px;
	float:left;
	margin:0 6px;
	padding:4px 0 0 0;
	text-transform:uppercase;
	letter-spacing:1px;
}
#nav a {
	text-decoration:none;
	padding-bottom:3px;
	margin-bottom:0;
}
#nav a:hover, #nav .current a {
	color:rgb(100,170,205);
	background:url("../images/nav-underline.gif") 0 100% repeat-x;
}
#nav #home a{
	display:block;
	height:1em;
	background:url("../images/home.gif") 0 0 no-repeat;
	text-indent:-9999px;
	width:20px;
	border-bottom:0;
}
#nav #home a:hover, #nav #home.current a{
	background-position:0 -100px;
	border-bottom:0;
}

/*--------------------------------------------------------------------- FOOTER */
#footer{
	width:960px;
	background-color:rgb(203,223,67);
	margin:0 auto;
	padding:20px 0;
}
hr, .hidden {
	display:none;
}
.clear {
	clear:both;
}
/* clear fix courtesy of Handcrafted CSS p 106-7 */
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .clearfix {
	height:1%;
}
*:first-child+html .clearfix {
	min-height:1px;
}
/* @group ---------------------------------- LIGHTBOX */
#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,#jquery-lightbox a img, #jquery-lightbox img {
	border: 0;
	padding: 0;
}
#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;
	border: 0
}
#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 {
	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
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left
}
#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
}

/* @end */
