/* Sacred Ink */
/* Copyright (c) 2007 Sacred Ink */
/* Design by Brough Communications [http://www.brough.com] */
/* For Screen */

/************** Root Elements **************/
html { margin:0; padding:0; }
body { margin:0; padding:20px; font-size:small; color:#fff; background:#000 url("../img/leather_texture.jpg"); 
	font-family:Verdana,Arial,Helvetica,sans-serif; text-align:center; line-height:1.5; }
body.home { background:#000; }
body { /* adjustment for IE5 */
	font-size:x-small; 
  	voice-family:"\"}\""; 
  	voice-family:inherit; 
  	font-size:small; }
html>body { /* be nice to Opera */ 
	font-size:small; }

/************** Page Layout **************/
#wrapper { width:600px; margin:0 auto; border:1px solid #666; padding:0; color:#000; background:#fff; 
	font-size:95%; text-align:left; }
#header { margin:0; padding:0; }
#content { margin:0; padding:20px; }
#nav { margin:25px 0 0 0; padding:0; list-style:none; font-size:90%; line-height:1.5; }
#nav li { display:inline; margin:0; border-right:1px solid #666; padding:0 4px; }
#nav li:first-child { border-left:1px solid #666; }
#footer { margin:20px 0 0 0; padding:0; text-align:center; color:#ccc; }

/************** Headlines **************/
h1, h2, h3, h4, h5, h6 { font-weight:bold; margin:0 0 10px 0; padding:0; }
h1 { font-size:150%; }
h2 { font-size:140%; }
h3 { font-size:130%; }
h4 { font-size:120%; }
h5 { font-size:110%; }
h6 { font-size:100%; }

/************** Links **************/
a, a:link { border-bottom:1px solid #8c0d0d; color:#000; text-decoration:none; }
a:visited { border-bottom:1px solid #8c0d0d; color:#000; text-decoration:none; }
a:hover, a:focus { border-bottom:1px solid #000; color:#8c0d0d; text-decoration:none; }
a:active { border-bottom:1px solid #8c0d0d; color:#8c0d0d; background:#ccc; text-decoration:none; }
#footer a { color:#ccc; }
img { border:0 none; }
.pdflink { border:0 none; padding:0 10px 0 0; }

/************** Other Elements **************/
td { vertical-align:top; }
code { font-size:110%; }
strong { color:#333; }
small { font-size:90%; }
sup { font-weight:normal; }
blockquote p { font-style:italic; }
blockquote.scripture p { font-weight:bold; }
blockquote p cite { display:block; margin:0; padding:5px 0; font-weight:normal; font-style:normal; }

/************** Forms **************/
forms { margin:0; padding:10px; border:1px solid #666; }
input { font-family:Verdana,Arial,Helvetica,sans-serif; color:#000; font-weight:normal; border:#000 1px solid; height:14px; width:200px; }
input.file, input.button { height:auto; }
textarea { font-family:Verdana,Arial,Helvetica,sans-serif; color:#000; font-weight:normal; border:#000 1px solid; height:50px; width:200px; }
	
/************** Classes **************/
.align-right { text-align:right; }
.align-center { text-align:center; }
