/*  
Originally created by Juxtaprose, (c) copyright 2009
http://juxtaprose.com/
*/

body {
	margin: 0;
	padding: 0;
	background: #fff; 
	color: #212121;
	font-family: geneva, arial, verdana, helvetica, sans-serif;
	font-size: 80%;
	text-align: left;	
}

/* centering and framing */
#wrap {
	margin: auto auto;
	padding: 0;	
}

/* Accessiblity Skip Menu */
#skip a, #skip a:hover, #skip a:visited {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
 
#skip a:focus {
	position: static;
	width: auto;
	height: auto;
} 

/* masthead */
#masthead {
	width: 100%;
	height: 150px;
	background: #262626;
}

.container {
	width: 920px;
	margin: auto auto;	
}

#masthead .container {
	padding: 50px 0 0 75px;
}

#masthead h1 span, #masthead h3 span {
	display: none;
}

#masthead h1, #masthead h3 {
	margin: 0 0 23px 0;
	padding: 0;
}

#topquote {
	font-size: 1.3em;
	color: #CFCFCF;
}

/* primary navigation (nav 1) */
#nav1 {
	margin: 0;
	width: 100%;
	height: 41px;
	min-height: 41px;
	list-style: none;
	background-image: url("/images/site/nav-gradient-bg.gif");
}

#nav1 ul {
	padding: 0;
}

#nav1 li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline; /* IE6 */
	width: 114px;
	height: 41px;
	line-height: 41px;
	color: #C6C6C6;
	border-left: 1px solid #A0A0A0;
	text-align: center;
}

#nav1 #contact {
	border-right: 1px solid #A0A0A0;
}

#nav1 a {
	display: block;
	font-size: 1.2em;
	color: #7C7C7C;
	text-decoration: none;
}

#nav1 a:hover {
	position: relative; /* IE6 */
	height: 41px;
	color: #fff;
	background-image: url("/images/site/nav-rollover.gif");
}

.home #home, .about #about, .news #news, .services #services,
.workshops #workshops, .library #library, .store #store, .contact #contact,
#nav1 a:hover .home #home, #nav1 a:hover .about #about, #nav1 a:hover .news #news, #nav1 a:hover .services #services,
#nav1 a:hover .workshops #workshops, #nav1 a:hover .library #library, #nav1 a:hover .store #store, #nav1 a:hover .contact #contact {
	color: #fff;
	background-image: url("/images/site/nav-on.gif") !important;
}

/* main col */
#main { 
	height: 600px;
	min-height: 600px; /*IE 6*/
}

html>body #main {
	height: auto; /*overrides IE6 rule above*/
}

.maincol {
	float: left;
	width: 530px;
	padding-bottom: 30px;	
}

#main h1, .home #main h2 {
	margin: 39px 0 7px 0;
	padding: 0;
	font-size: 1.9em;
	font-weight: normal;
	text-transform: uppercase;
	color: #99382A;
}

#main h2, #main h1.newstitle {
	color: #99382A;	
	font-size: 1.5em;
	font-weight: normal;
	text-transform: none;
}

.news #main h2, #main h1.newstitle {
	line-height: 1.5em;
}

#main h3 {
	font-size: 1.3em;
	font-weight: bold;
}

#main p {
	margin: 0;
	padding: 5px 60px 5px 0px; /*top right bottom left*/
	font-size: 1.1em;
	line-height: 1.8em;
}

#main ul {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

#main li {
	margin-left: 20px;
	padding: 5px 0px 5px 0px; /*top right bottom left*/
	line-height: 1.7em;
}

#main img {
	float: left;
	padding: 10px 10px 10px 0; /*top right bottom left*/
}

.maincol a {
	color: #212121;
	text-decoration: none;
	background: #F4EBE9;
	border-bottom: 1px dotted #212121;
}

.maincol a:hover {
	color: #fff;
	background: #99382A;
	border-bottom: 1px dotted #fff;
}

#newinfo {
	padding: 0 0 30px 0;
}

#newinfo h3 {
	margin: 35px 0 10px 0;
	width: 510px;
	height: 30px;
	line-height: 30px;
	font-size: 1.4em;
	font-weight: normal;
	background: #f2f2f2;
	color: #99382a;
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

div.date {
	margin: 0;
	padding: 0 !important;
	font-size: 0.85em !important;
	color: #999;
	text-transform: uppercase;
}

h2, #newinfo h4 {
	width: 510px;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.7em;	
}

.maincol h2 a, #newinfo h4 a {
	background: #fff;
	border-bottom: 0;
}

#newinfo h4 a:hover {
	background: #fff;
	color: #000;
	border-bottom: 1px dotted #000;
}

.news .maincol h2 a {
	color: #99382A;	
}

.maincol h2 a:hover {
	color: #fff;
	background: #99382a;	
	border-bottom: 1px dotted #fff;
}

.news .maincol h2 a:hover {
	color: #99382A;	
	background: #fff;
	border-bottom: 1px dotted #99382A;
}

#newinfo p {
	width: 510px;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.7em;
}

.maincol .divider {
	margin: 10px 0;
	width: 460px;
	border-bottom: 1px solid #999;
}

.news .maincol .prevnext {
	font-size: 1.0em !important;
}

.news .maincol .prevnext span {
	color: #99382a;
	font-size: 0.85em;
	text-transform: uppercase;
}

.prodimg {
	float: left;
	display: inline; /* ie6-only */
	margin: 5px 10px 10px 0;
}

/*store */

.maincol div.item {
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}

.maincol div.priceline {
	clear: both;
	overflow: hidden;
	width: 95%;	
	margin-top: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ddd;
	
/*	padding-top: 10px;
	border-top: 1px solid #ddd;*/
}

.maincol div.price {
	float: left;
	display: inline; /* ie6-only */
	width: 300px;
	height: 15px;
	padding: 0 5px 5px 0;
	margin: 0;
	text-align: left;
}

.workshops .maincol div.price {
	height: auto;
}

.maincol div.price p {
	display: inline;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

a.addlink {
	display: block;
	float: left;	
	width: 85px;
	height: 10px;
	padding: 5px;
	margin: 0 30px 0 0;
	background: #a04538;
	color: #fff !important;	
	border: 1px dotted #6f6f6f;
	line-height: 1em;
	font-size: .8em;	
	text-transform: uppercase;
	text-decoration: none !important;	
	text-align: center;
}

a.addlink:hover {
	background: #6f6f6f;
}

a.viewlink {
	float: left;
	display: inline; /* ie6-only */
	height: 12px;
	padding: 8px 0 0 0;
	background: #fff;
	font-size: 0.80em;	
}

a.viewlink:hover {
	color: #99382A;
	border-color: #99382A;
}

#sidebar a.storelink {
	display: block;
	width: 145px;
	height: 10px;
	padding: 5px;
	margin: 10px 0 0 0;
	background: #a04538;
	color: #fff !important;	
	border: 1px dotted #6f6f6f;
	line-height: 1em;
	font-size: .8em;	
	text-transform: uppercase;
	text-decoration: none !important;	
	text-align: center;
}


/* sidebar */
#sidebar {
	float: right;
	width: 351px;
	margin: 40px 0;
}

#sidebar .info {
	margin: 9px 2px 0 0;
	font-size: 0.85em;
	color: #999;
	text-transform: uppercase;
	text-align: right;
}

.picbox {
	margin: 20px 0 0 0;
	padding: 18px 12px;
	background: #F2F2F2;
	border: 1px solid #999;
	height: 125px;
	min-height: 125px;
}

html>body .picbox {
	height: auto; /*overrides IE6 rule above*/
}

.picbox img {
	float: right;
	padding: 0 0 0 10px;
}

.picbox h4, .sidebox h4, .sidebox2 h4  {
	margin: 0;
	padding: 0 0 10px 0;
	color: #99382A;
	font-size: 1.2em;
}

#sidebar .picbox p, #sidebar .sidebox p, #sidebar .sidebox ul,
#sidebar .sidebox2 p, #sidebar .sidebox2 ul {
	font-size: 1em;
	padding: 5px 0;
	line-height: 1.5em;
}

.sidebox {
	margin: 20px 0;
	padding: 20px 12px;
	background: #f2f2f2;
	border: 1px solid #999;
}

.sidebox2 {
	margin: 20px 0;
	padding: 20px 12px;
	background: #fff;
	border: 1px solid #999;
}

#sidebar a {
	color: #212121;
	text-decoration: underline;
}

#sidebar a:hover {
	color: #fff;
	background: #6f6f6f;
}

#sidebar input.mailtxt, #sidebar input.mailtxt2 {
	width: 198px;
	height: 22px;
	padding: 4px 0 0 0;
	margin: 0;	
	color: #d3887d;	
	border: 1px dotted #6f6f6f;
	font-size: 1.1em;
	text-align: center;		
}

#sidebar input.mailtxt2 {
	color: #99382A;	
}

#sidebar input.mailsubmit {
	display: block;
	width: 200px;
	height: 35px;
	padding: 0px 0 0 0;
	margin: 0;
	background: #d3887d;
	color: #fff;	
	border: 1px dotted #6f6f6f;
	line-height: 1.3em;
	font-size: 1.3em;	
	text-transform: uppercase;
	text-decoration: none;	
	text-align: center;	
	-moz-box-sizing: content-box;
}

#sidebar input.mailsubmit:hover {
	background: #6f6f6f;
}

#sidebar a.maillink {
	display: block;
	width: 200px;
	padding: 5px 0 5px 0;
	margin: 0;
	background: #d3887d;
	color: #fff;	
	border: 1px dotted #6f6f6f;
	line-height: 1.3em;
	font-size: 1.3em;	
	text-transform: uppercase;
	text-decoration: none;	
	text-align: center;
}

#sidebar a.maillink:hover {
	background: #6f6f6f;
}

#sidebar div.priceline {
	clear: both;
	overflow: hidden;
	width: 100%;	
	margin-top: 15px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ddd;
}

#sidebar div.priceline.last {
	border: 0;
}

#sidebar div.price {
	float: left;
	display: inline; /* ie6-only */
	width: 50%;
	height: 15px;
	padding: 0 15px 5px 0;
	margin: 0;
	text-align: left;
}

.workshops #sidebar div.price {
	height: auto;
}

/* convenience classes */
.smalltxt {
	font-size: .8em !important;
	color: #6a6a6a;
}

.separator {
	clear: both;
	height: 20px;
	width: 95%;
	margin-bottom: 20px;
	border-bottom: 1px dotted #99382A;
}

.clr {
	clear: both !important;
}

.maincol .nobottom, #sidebar .nobottom  {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

/* footer */
#footer {
	width: 100%;
	height: 160px;
	min-height: 160px;
	color: #fff;
	background: #262626;
	clear: both;
}

html>body #footer {
	height: auto; /*overrides IE6 rule above*/
}

blockquote {
	margin: 0;
	padding: 40px 0 0 0;
	font-family: georgia, "times new roman", serif;
	font-size: 1.5em;
	text-align: left;
	line-height: 1.6em;
}

.byline {
	margin: 12px 44px 0 0;
	font-size: 0.55em;
	text-transform: uppercase;
	text-align: right;
}

.cola p { 
	float: left;
	margin: 0;
	padding: 30px 0 0 0;
	font-size: 0.85em;
	text-transform: uppercase;
}

.colb p {
	float: right;
	margin: 0;
	padding: 30px 0 0 0;
	font-size: 0.85em;
	text-transform: uppercase;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.home #footerhome, .about #footerabout, .news #footernews, .services #footerservices, 
.workshops #footerworkshops, .library #footerlibrary, .store #footerstore,  .contact #footercontact  {
	text-decoration: underline;
}

/* Footer: Juxtaprose link */
#juxta {
	margin-left: auto;
	margin-right: auto;	
	padding: 15px 0;
	width: 920px;
	text-align: right;
	font-size: 0.80em;
	clear: both;
}

#juxta a {
	color: #666;
	text-decoration: none;
}

#juxta a:hover {
	text-decoration: underline;
}

#juxta span {
	font-style: italic;
}

/* jquery.tools overlay */
div.overlay {
	display: none;
	background-image: url("/images/site/white.png");
	width: 800px;
	height: 420px;		
	padding: 55px;
}

div.overlay div.close {
	position: absolute;
	right: 12px;
	top: 15px;
	height: 28px;
	width: 28px;
	background-image: url("/images/site/apple-close.png");	
	cursor: pointer;	
}

div.overlay div.owrap {
	text-align: center;
}

div.overlay div.owrap p, div.overlay div.owrap p a {
	color: #212121;
}	

div.overlay div.owrap p a {
	color: #212121;
	text-decoration: none;
	background: #F4EBE9;
	border-bottom: 1px dotted #212121;
}

div.overlay div.owrap p a:hover {
	color: #fff;
	background: #99382A;
	border-bottom: 1px dotted #fff;
}
