
/* ---------------------------------------------------------------------------------------------------------

GodWords: Theology and Other Good Stuff
http://www.godwords.org/

2007 Redesign combines GodWords, The Bible Rocks, and CCM Links
Design, Code, and Content: Tony Scialdone
tony@straightstreetdesign.com

Database Structure, Interactivity, and Management: DotComOnomics
Thomas Bright and Tony Scialdone
http://www.dotcomonomics.com/

--------------------------------------------------------------------------------------------------------- */

/* UNIVERSAL DECLARATIONS */

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	position: relative;
	margin: 0; padding: 0;
	background: transparent;
	border: 0; outline: 0;
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
	vertical-align: baseline; }
:focus { outline: 0; }


/* Block Level Elements */

body {
	margin: 0;
	padding: 0 0 77px 0;
	background: #000 url(../images/bg_body.jpg);
	background-attachment: fixed;
	font-size: 100.01%; }

#wrap {
	margin: 28px auto;
	width: 900px;
	background: #fff;
	color: #006;
	font: 0.8em/1.5em verdana, arial, sans-serif;
	border: 14px solid #425166; }

#header {
	height: 250px;
	background: #ccc url(../images/bg_header.jpg) no-repeat center top;
	border-top: 1px solid #000; border-bottom: 2px solid #000; }

#contentwrap {
	float: left;
	padding: 0 0 77px 0;
	background: url(../images/bg_content.gif) repeat-y right top; }

#primary { 
	float: left;
	width: 610px; }

#secondary { 
	float: right;
	width: 288px; }
	
* html #secondary { float: right; width: 270px; }

body#blog #secondary { padding-top: 28px; }

#footer {
	clear: both;
	height: 100px;
	background: #ccc;
	border-top: 3px solid #425166; }


/* NAVIGATION */

#nav {
	margin: 0;
	padding: 0;
	width: 900px; 
	height: 35px;
	background: url(../images/bg_nav.jpg) repeat-x left top; 
	text-align: right;
	border-bottom: 1px solid #000; }

#nav li {
	display: block; display: inline; 
	margin: 0 0 0 49px;
	padding: 0;
	background: none;
	list-style-type: none;
	text-align: right; }

#nav a:link,
#nav a:visited,
#nav a:hover,
#nav a:active {
	font-weight: bold;
	font-size: 118%;
	line-height: 34px;
	color: #fff;
	text-decoration: none;
	letter-spacing: -1px; }

#nav a:hover { color: #999; }

#nav li.eric { margin-right: 84px; margin-left: 350px; }

a:link,
a:visited,
a:hover,
a:active {
	font-weight: bold;
	color: #00f;
	text-decoration: underline; }
a:hover { color: #006; text-decoration: none; }
a:focus { background: none; }

a.button {
	clear: both;
	display: block; display: inline;
	top: 14px;
	margin-right: 14px;
	padding: 2px 14px;
	width: auto;
	background: #425166;
	font-weight: normal;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #c2c2c2; }

a.button:hover { color: #fff; }

/* 
#secondary a:link,
#secondary a:visited,
#secondary a:hover,
#secondary a:active {
	padding: 0;
	font-weight: bold;
	font-size: 118%;
	color: #006;
	text-decoration: none;
	letter-spacing: -1px; }

#secondary a:hover { color: #4a78d0; } */


/* HEADLINES */

h1 {
	clear: both;
	margin: 28px 0 0 14px;
	font-size: 180%;
	font-weight: normal;
	color: #006;
	letter-spacing: -2px; }

h2 {
	clear: both;
	margin: 28px 0 0 14px;
	font-size: 180%;
	font-weight: normal;
	color: #006;
	letter-spacing: -2px; }
	
h1+p, h2+p { margin-top: 7px; }

#secondary h2 { margin-bottom: 7px; }

.post h2 { margin-bottom: 28px; }

h3 {
	clear: both;
	margin: 21px 0 0 0;
	font: normal 145%/1.3em verdana, arial, sans-serif;
	color: #425166;
	letter-spacing: -2px;
	text-indent: 0; }

#comment_form h3 {
	margin-bottom: -10px;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #4a78d0; }


/* PARAGRAPHS */

p, .post, .postbody {
	clear: both;
	margin: 14px;
	text-align: justify; }

.item {
	margin: 14px; }

.item h2 { margin: 21px 0 14px 0; }

#secondary p { margin: 28px 14px 0 0; }
#secondary ul { margin: 0 0 0 28px; }

#footer p {
	text-align: center;
	font-size: 90%;
	line-height: 77px; }



/* CLASSES */

.center {
	display: block;
	margin: 14px auto;
	text-align: center; }

.fright {
	display: block; display: inline;
	float: right;
	margin: 14px 0 14px 14px; }

.fleft {
	float: left;
	margin: 14px 14px 14px 0; }

strong { font-weight: bold; }
em { font-style: italic; }


/* LISTS and STUFF */

ul { margin: 21px; }
li { margin: 0 28px; }

#secondary ul li { list-style-type: none; margin-left: 0; }

#content li.none { background: none; }

#content ul li {
	margin-bottom: 7px;
	padding-left: 14px;
	background: url(../images/li.gif) no-repeat 0px 6px; }
	
body#postarchive #primary ul { list-style-type: none; }
body#postarchive #primary ul li { margin-bottom: 5px; }
body#postarchive #primary ul li a { text-decoration: none; }
body#postarchive #primary ul li a:hover { text-decoration: underline; }


dl { margin: 14px 0; }

dt {
	margin: 14px 0 0 0;
	font-weight: bold;
	font-size: 105%;
	color: #006;
	text-transform: uppercase; }

dd { margin: 3px 0 0 14px; }

dl.eric { 
	margin: 0; 
	padding: 0; 
	text-align: center; }
	
dl.eric dd { margin-right: 14px; }
	
dl.eric img { 
	display: block;
	_right: 14px;
	margin: 14px auto;
	padding: 4px;
	background: #fff;
	border: 1px solid #000; }

dl.address { margin: 28px 0 0 42px; }
dl.address a { font-size: 80%; text-transform: uppercase; }

dd.phone { font-weight: bold; }

acronym {
	cursor: help;
	font-weight: bold;
	color: #4a78d0;
	border-bottom: 1px dashed #425166;  }

* html #secondary img {
	display: block;
	margin: 14px 0 0 21px;
	padding: 3px;
	height: 1%;
	background: #fff;
	border: 1px solid #666; }

img[src ^='images/andy'] {
	display: block;
	margin: 21px 0 0 12px;
	padding: 3px;
	background: #fff;
	border: 1px solid #666; }

img.pic {
	display: block;
	margin: 21px 0 0 12px;
	padding: 3px;
	background: #fff;
	border: 1px solid #666; }
	
img.fright {
	float: right;
	margin: 0 14px 21px 21px;
	padding: 3px;
	background: #fff;
	border: 1px solid #666; }
	
.postbody img {
	display: block;
	margin: 0 auto 0 auto;
	padding: 4px;
	background: #fff;
	border: 1px solid #666; }

img.noborder {
	padding: 0;
	border: 0; }
	
#primary img.normal {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	border: 0; }
	
img.picblock {
	display: block; right: 3px;
	margin: 21px auto;
	padding: 3px;
	background: #ccc;
	text-align: center; 
	border: 1px solid #666; }
	
.postbody img {
	display: block; 
	margin: 21px auto;
	padding: 3px;
	background: #ccc;
	text-align: center; 
	border: 1px solid #666; }
	
img.broodingbig {
	display: block; 
	margin: 21px auto 42px auto;
	text-align: center; }

/* FORMS */

form { margin: 28px 21px 0 28px; }

#secondary form { margin-left: 14px; }

label {
	clear: both;
	display: block;
	margin-top: 14px;
	font-weight: bold;
	color: #425166;
	text-transform: uppercase;
	letter-spacing: -1px; }

label span { color: red; }

input {
	display: block;
	padding: 4px;
	width: 200px;
	background: #fff;
	font: bold 100%/1.3em verdana, arial, sans-serif;
	color: #425166;
	border: 1px solid #c2c2c2; }

input[type $='hidden'] { display: none; }

input[id $='cappy'] { margin-top: 7px; width: 230px; }
img[src $='includes/capimage.php'] { top: 9px; left: 4px; }

textarea {
	clear: both;
	display: block;
	overflow: auto;
	margin: 0 0 7px 0;
	padding: 4px 4px 0 4px;
	width: 480px;
	height: 210px;
	background: #fff;
	font: normal 100%/1.3em verdana, arial, sans-serif;
	color: #425166;
	border: 1px solid #c2c2c2; }

textarea[name $='comment'] { margin: 28px 0 0 0; }


select {
	margin: 7px 0 7px 0;
	background: #fff;
	border: 1px solid #c2c2c2; }

input[type $='submit'] {
	clear: both;
	display: block;
	margin: 14px 0 0 0;
	padding: 2px 7px;
	width: auto;
	background: #425166;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase; }

#secondary input[type $='submit'] { margin-top: 7px; }


/* TABLES */

table {
	margin: 21px auto;
	width: 538px; }

td {
	height: 1.7em;
	font-weight: bold; }


/* WRITE STUFF */

textarea[name $='body'] {
	margin: -5px 0 0 0;
	padding: 7px 4px 4px 4px;
	width: 490px;
	border: 1px solid #4a7bd2; border-top: 0; }
	

    
/* Post Styles */

div.post { margin: 0 0 77px 0; }

p.time {
	clear: both;
	margin: 21px 0 7px 0;
	font-size: 85%;
	background: url(../images/clock.gif) no-repeat 0% 50%;
	color: #999;
	text-indent: 14px;
	border-top: 1px solid #e9e9e9; }
	
p.postcategory, p.posttags {
	margin: 0;
	font-size: 85%;
	text-transform: uppercase; }
	
p.posttags { text-align: left; }
	
p.comments { margin: 14px 0 0 0; }
p.comments a { 
	color: #f00; 
	border-bottom: 1px dotted #f00; }
	
.post { 
	margin-bottom: 77px; }
	
.postbody { 
	margin: 14px 14px 28px 14px; 
	padding-bottom: 42px;
	border-bottom: 1px solid #ccc; }

p.postcategory, p.tags {
	margin: 7px 0 0 14px;
	font-size: 85%; 
	text-transform: uppercase; }
	
p.tags { text-align: left; }
    
p.moderatecomments a, p.moderatepost a { 
	margin: 0 0 0 14px;
	font-size: 85%; 
	color: #f00; }
	
p.comments a { 
	color: #f00; 
	text-decoration: none; }
	
p.comments a:hover { 
	color: #4a78d0; 
	text-decoration: underline; }

    
a[href^='admin/moderate.php'] {
	margin: 0;
	color: #f00;
	text-decoration: none; }

.comment_post {
	padding: 0 14px 7px 14px;
	background: #e9effa;
	border-top: 1px solid #4a78d0; }

.comment_post h3 a { font-weight: normal; }

.comment_post p.time { margin: 14px 0 21px 0; }

p.time {
	margin: 14px 0 14px 14px;
	background: url(/images/clock.gif) no-repeat left top;
	font-size: 80%;
	line-height: 10px;
	text-indent: 14px;
	letter-spacing: -1px; }

#comment_form, .comment_post { margin: 49px 28px 21px 28px; }












