/* CSS RESET FOR CROSS-BROWSER COMPATIBILITY. DO NOT CHANGE. */
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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */


/*
ALL CODE WRITTEN AND COPYRIGHT NORTHWEST GRAPHIC.

1. Always use strict doctype and standards-compliant HTML/CSS
2. Always use a reset at the start of your css
3. Use -moz-opacity:0.99 on text elements to clean up rendering in Firefox, and text-shadow: #000 0 0 0 in Safari
4. Never resize images in the CSS or HTML
5. Check font rendering in every browser. Don't use Lucida
6. Size text as a % in the body, and as em's throughout
7. All layout divs that are floated should include display:inline and overflow:hidden
8. Containers should have overflow:auto and trigger hasLayout via a width or height
9. Don't use any fancy CSS3 selectors
10. Don't use transparent PNG's unless you have loaded the alpha
*/

.productimage {
padding: 12px;
}

.copyright {
display: none;
visibility:collapse;
line-height: 0;
}

.scripture {
font-size: .9em;
font-style: italic;
clear: both;
}

p {
margin-bottom: 10px;
}

#baselinks
{
	text-align:center;
	padding: 15px;
	padding-top: 35px;
	background: url('../images/footer.jpg') center top no-repeat;
	padding-bottom: 40px;
	color: #a0a0a0;
	font-size: .8em;
}

#baselinks a {
color: #a0a0a0;
}

#content {
width:900px;
padding-bottom: 20px;
min-height: 500px;
}



#caption
{
	left:48px;
	top:318px;
	visibility:visible;
	width:100%;
}

#create {
margin: 30px;
}




#navigator {
	list-style: none;
	width: 980px;
	height:40px;
	position: relative;
	top: 10px;
	font-family: "aller";

}

#admin_bar {
position: absolute;
z-index: 12;
}



#navigator li {
	display: inline;
	background: url('../images/div.jpg') right bottom no-repeat;
}


#navigator li a:hover
{
	color: #dc9567;
	text-decoration: none;
}

#navigator li a {
margin-left: 20px;
margin-right: 20px;
color: #464646;
text-transform: uppercase;
}

#header {
background: url('../images/header.jpg') no-repeat top center;
height: 158px;
overflow: hidden;
}

#network {
height:80px;
}

#outline
{
	background: url('../images/contentbg.jpg') repeat-y center top;
	position:relative;
	width:100%;
	padding-top: 10px;
}

#text
{
	left:336px;
	margin-top:30px;
	top:318px;
	visibility:visible;
}

#title
{
	top:100px;
	visibility:visible;
	width:800px;
}

#featured, #blog,#topworship {
float: left;
width:280px;
display: block;
margin-right:7px;
margin-left:7px;
background: url('../images/line.jpg') right center no-repeat;

}

#blog, #featured {
padding-right: 14px;
}

#topworship {
background: url('../images/topworshipbg.jpg') no-repeat center top;
display: block;
float: left;
margin-right: 0px;
}

.list {
padding: 20px;
padding-top: 45px;
font-size: .9em;
}

.prodinfo {
border-bottom: 1px dotted #cccccc;
padding-bottom: 10px;
}

#featured {
margin-left: 0px;
}

a img {
border: 0px;
}

#homecont {
text-align: left;
}


.featuredimage {
border: 2px solid #e7e7e7;
}

.price {
font-size: 1.3em;
color: #dc9567;
}

a {
color: #dc9567;
	text-decoration:none;
}

a:hover
{
	text-decoration: underline;
	color: #778fbd;
}

body
{
	background:url(../images/bg.jpg) center top no-repeat #f6f6f6;
	color:#868e9b;
	font-family:Arial, verdana, sans-serif;
	font-size:13px;
	font-weight:400;
	margin-top:0;
	line-height: 2em;
}

#twitter {
}

h1
{
	color:#464646;
	font-family:Arial, verdana, sans-serif;
	font-weight:normal;
	line-height:32px;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 1.9em;
}

h2
{
	font-family:Arial, verdana, sans-serif;
	font-weight:400;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 1.2em;
	color: #88a8c5;
}

h3
{
	font-family:Arial, verdana, sans-serif;
	font-weight:normal;
	text-align:left;
	width:auto;
	color: #88a8c5;
	font-size: 1.3em;
}

h4
{
	margin:1.33em 0;
}

h5 {
font-family: courier;
color: #b4b4b4;
font-size: .8em;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}