/* @group reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* @end */

/* @group layout */

/* @group overall */

html {
	background-color: #666;
	background-position: top left;
	background-repeat: repeat-x;
}

body {
	background-position: left top;
	background-repeat: repeat-y;
	background-color: white;
	background-image: url(/stylesheets/design_images/261/background-main.jpg);
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 225px;
	position: relative;
}

#verse {
	position: absolute;
	bottom: 0;
	top: 30px;
	left: 420px;
	right: 40px;
}
#verse .verse {
	padding:18px 40px 0 40px;
	background: url(/stylesheets/design_images/261/verse-bar-top.png) top center no-repeat;
}
#verse .verse .ref {
	display: block;
	margin: 0 -40px;
	padding: 0 40px 18px 40px;
	text-align: right;
	background: url(/stylesheets/design_images/261/verse-bar-bottom.png) bottom center no-repeat;
}
#content {
	width: 695px;
	float: left;
}

/* box model hack for IEWin */
/** html #content {
	width: 680px;
	w\idth: 640px;
}*/

#sidebar {
	width: 126px;
	float: left;
	margin-left: 62px;
	margin-right: 47px;
	display: inline;
	position: relative;
}
#content img {
	-moz-box-shadow: 0 7px 20px #000;
	-webkit-box-shadow: 0 7px 20px #000;
	box-shadow: 0 7px 20px #000;
	border: 1px solid #666;
}
a:hover img {
	border-color: white;
}

#sidebar .zone {
	margin-bottom: 1.5em;
}

#footer {
	clear: both;
	padding: 100px 50px 20px 50px;
	background-image: url(/stylesheets/design_images/261/footer-logo.png);
	background-position:  650px top;
	background-repeat: no-repeat;
}

/* @end */

/* @group calendar */

div.calendar.nav {
	float: right;
}

table.calendar {
	width: 695px;
	margin: 10px 0;
	border-collapse: collapse;
	line-height: 1.1;
}

table.calendar td {
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 14%;
	padding: 0 2px;
	background: #444;
}
table.calendar th {
	color: #999;
	text-align: center;
}

table.calendar td.outside {
	color: #666;
	background: #333;
}

table.calendar tr.label td.outside {
	font-size: 70%;
}

table.calendar tr.label td {
	border-top: 1px solid black;
	font-size: ;
	padding-bottom: 4px;
}

table.calendar td.last {
	border-bottom: 1px solid black;
	height: 10px;
}

table.calendar div.event a {
	display: inline-block;
}

table.calendar div.event a {
	display: block;
	padding: 5px 3px;
	margin: 1px;
	text-decoration: none;
	font-size: 8pt;
	line-height: 1;
	color: #ccc;
}

table.calendar .event a:hover {
	background: black;
	color: white !important;
}

table.calendar .c1 a {
	background-color: #200d03;
}

table.calendar .c2 a {
	background-color: #321919;
}

table.calendar .c3 a {
	background-color: #1a1328;
}

table.calendar .c4 a {
	background-color: #2a1821;
}

table.calendar .c5 a {
	background-color: #320f09;
}

.event .date {
	color: ;
	margin: 4px 0 4px 20px;
	font-size: 160%;
}

/* @end */

/* @group contact form */

div.contactform {
	margin: 20px;
}

.contactform form {
	padding: 10px 0;
}

.contactform div {
	padding: 10px 0 0 0;
}

.contactform input[type="text"] {
	width: 100%;
}

.contactform textarea {
	width: 100%;
	height: 10em;
}

.contactform.submission {
	border: none;
	background: black;
	padding: 10px;
	color: white;
	text-align: center;
}

.contactform label {
	display: block;
	color: #ccc;
	font-size: 90%;
	font-weight: normal;
}
.contactform .message {
	background: none;
}
/* @end */

/* @group blog */

.blog.post h2 a {
	color: ;
}

.blog.post h2 a:hover {
	color: white;
	background-color: ;
}

.blog.post .next {
	float: right;
}

#blog_nav {
	position: relative;
	margin-bottom: 20px;
	width: 640px;
}

#blog_nav div {
	
}

#blog_nav #newer_posts {
	width: 200px;
	z-index: 2;
	position: absolute;
	right: 0;
	text-align: right;
}

#blog_nav #older_posts {
	width: 200px;
	z-index: 2;
	position: absolute;
	left: 0;
}

#blog_nav #blog_archive {
	text-align: center;
}

.blog.post .published {
	margin: 4px 0 0 0;
	font-size: 90%;
	text-align: center;
}

div.blog_archive {
	margin-left: 20px;
}

#content h3.blog_archive {
	font-weight: normal;
}

/* @end */

/* @group image */

#album_nav {
	float: right;
}

#album_nav div {
	display: inline;
}

#album_nav .next {
	margin-left: 10px;
}

/* @end */

/* @group menus */

/* @group content top */

#content_top .menu {
	float: left;
	width: 640px;
	margin: 5px 0 25px 0;
}

#content #content_top .menu li {
	list-style-type: none;
	padding: 0 10px;
	margin: 0 0 0 0;
	float: left;
	background: none;
	border-left: 1px solid #AB8EA0;
}

#content #content_top .menu li:first-child {
	padding-left: 0;
	border-left: none;
}

#content #content_top .menu a {
	text-decoration: none;
}

#content #content_top .menu li.current span span {
	font-weight: bold;
	color: #0054be;
}

#content #content_top .menu li span {
	padding: 0;
	background: none;
	color: inherit;
}

/* @end */

/* @group sidebar */

#sidebar ul.menu {
	margin-left: -12px;
	margin-right: -12px;
	background: url(/stylesheets/design_images/261/menu-bar-bottom.png) bottom center no-repeat;
	padding-bottom: 20px;
	margin-bottom: 40px;
	line-height: 1;
}

#sidebar .menu li a, .menu li span {
	display: inline-block;
	text-shadow: 0 0 5px black;
}

#sidebar .menu li a, .menu li span {
}

#sidebar .menu li a:hover,
#sidebar .menu li a:hover * {
	background: none;
	text-shadow: 0 0 5px #ccc;
	color: white;
}

#sidebar .menu li.current span {
}

#sidebar .menu li.current span span {
}

#sidebar .menu li {
	text-align: center;
	font-size: 14pt;
	margin-bottom: 10px;
}

#sidebar .menu li span span, .menu li a span {
}

#sidebar .menu li.current *{
	color: white;
}
#sidebar li#home {
	display: none;
}
#sidebar .menu li.current ul * {
	text-shadow: none;
	color: #999;
	margin: 0;
}
#sidebar .menu li.current li {
	margin-bottom: 2px;
}
#sidebar .menu li ul {
	border-top: 1px solid #666;
	padding-top: 2px;
}
#sidebar .menu li ul ul {
	border: none;
	margin-left: 10px !important;
}
#sidebar .menu li ul li {
	text-align: left;
	font-size: 12px;
}
#sidebar .menu li.current li.current *{
	color: white;
}
#sidebar .menu li.current a:hover * {
	color: white !important;
}
#sidebar .menu li.current li.current li * {
	color: #999;
}
#sidebar .menu li.current li.current li.current * {
	color: white;
}
/* @end */

/* @end */

/* @end */

/* @group typography */

html {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10.5pt;
	line-height: 1.5;
	color: #b2b2b2;
}
#content {
	line-height: 1.75;
}

#header h1 {
}
#header h1 a,
#header h1 a:hover,
#header h1 a:visited {
	display: block;
	background: url(/stylesheets/design_images/261/header-logo.png) top left no-repeat;
	text-decoration: none;
	position: absolute;
	width: 357px;
	height: 176px;
	left: 50px;
	top: 30px;
	text-indent: -10000px;
}

#header #tagline {
	margin-left: -10000px;
}

#footer {
	font-size: 80%;
	color: #666;
}
#sidebar,
#sidebar * {
	color: #999;
}

/* @group content */

#content h1 {
	color: #b2b2b2;
	font: bold 180%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 15px;
	margin-top: 0;
	margin-right: 0;
	text-align: center;
}
#content h1 small,
#content h2 small {
	font-weight: normal;
	font-size: 11pt;
	color: #999;
	line-height: 10pt;
}

#content h2 {
	color: #b2b2b2;
	font: normal 160%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: .25em;
	margin-top: 1em;
	margin-right: 0;
	text-align: center;
}

#content h1 + h2 {
	margin-top: -10px;
}

#content h3 {
	color: #b2b2b2;
	font: bold 135%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: .25em;
	margin-top: 1em;
	margin-right: 0;
}

#content h4 {
	font-weight: bold;
	line-height: 1;
	color: #b2b2b2;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: .25em;
	margin-top: 1em;
	margin-right: 0;
}

#content h5 {
	line-height: 1;
	color: #b2b2b2;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: .25em;
	margin-top: 1em;
	margin-right: 0;
}

#content h6 {
	line-height: 1;
	color: #b2b2b2;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: .25em;
	margin-top: 1em;
	margin-right: 0;
}

#content p {
	margin-bottom: 1em;
	margin-top: 0;
}

#content p img {
	display: block;
	margin: 20px auto;
}

div.image img {
	display: block;
	margin: 20px auto;
}

#content li {
	list-style-type: disc;
	margin-left: 17px;
	padding-left: 0;
}

/* @end */

/* @group sidebar */

.sidebar {
	font-size: 9pt;
}

.sidebar p {
	margin: 0 0 .5em 0;
}

.sidebar .zone h2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: .25em;
	color: #999;
}

.sidebar ul.blog_posts li,
.sidebar ul.calendar_events li {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: .25em;
	color: ;
}

/* @end */

/* @group links */

a {
	color: #ccc;
	outline: none;
}

a:hover {
	color: white;
	background-color: #666;
	text-decoration: none;
}

a:visited {
	color: #aaa;
}

a:visited:hover {
	color: white;
}

/* @end */

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}

/* @end */

/* @group store */
.product .prev,
.product .next {
	position: absolute;
	top: 50px;
}
.product .prev a,
.product .prev a:hover,
.product .next a,
.product .next a:hover {
	text-decoration: none;
	font-size: 10pt;
	color: #999;
	background: none;
} 
.product .prev {
	text-align: right;
	right: 280px;
}
.product .next {
	text-align: left;
	left: 710px;
}

.full .product_preview {
	float: none;
	display: block;
	margin: 0 auto 20px auto !important;
}
.full h1 .item_number {
	display: inline;
	color: #999;
	font-weight: normal;
	font-size: 12px;
}

.full form table th,
.full form table td {
	border: 1px solid black;
	background: none;
}

.full form table th {
	background: none;
	color: #777;
}

.full form table input {
	background: #888;
	border: 1px solid black;
	padding: 5px;
	color: white;
}

.full form table input[type="submit"] {
	cursor: pointer;
}

.full form table input[type="submit"]:hover {
	background: white;
	color: black;
}

#content .editor td {
	border: none;
}
#content .editor td.label,
#content form th {
	border: none;
	background: none;
}

#shopping_cart_form th {
	text-align: right;
}

#shopping_cart_form th.product {
	text-align: left;
}

.error ul {
	margin-left: 40px;
}

#shopping_cart {
	position: absolute;
	top: 5px;
	right: 10px;
}

#shopping_cart a,
#shopping_cart a:hover
 {
	font-size: 10pt;
	background: none;
	text-decoration: none;
	color: #666;
}

ul#category_preview {
	margin-left: 0;
}

.product_list .product .subcats {
	display: none;
}
/* @end */

/* @group advanced album */

#advanced_image_list .list {
	width: 130px;
	height: 130px;
	margin-right: 5px;
}

#advanced_image_list .list a {
	width: 104px;
	height: 104px;
	margin-top: 13px;
	margin-left: 13px;
}
#advanced_image_list .list a:hover {
	background: none;
}
#advanced_image_list .current img {
	border: 2px solid white;
}

/* @end */

/* @group comments */

#blog_comments form table td {
	border: none;
}

#blog_comments td.key {
	background: #666;
	font-size: 10pt;
	border: 1px solid black;
}

#blog_comments .blog_comments_comment {
	background: none;
	font-size: 10pt;
	border-bottom: 1px solid #666;
}

#blog_comments .blog_comments_author strong {
	color: inherit;
	font-weight: normal;
}

/* @end */

/* @group headings */

.product.full h1 {
	text-align: center;
}

#category_preview h2 {
	text-align: left;
	font-style: italic;
}

h1.store {
	font-style: italic !important;
}
h1.store .item_number {
	font-style: normal;
}
#blog_comments {
	padding: 0;
}

/* @end */