/*
COFA: Christian Outdoor Fellowship of America

Coded and Designed by Tony Scialdone in 2007
http://www.StraightStreetDesign.com/ 
and
http://www.DotCoMOnomics.com/
*/

/* UNIVERSAL DECLARATIONS */

body * {
	position: relative;
	margin: 0;
	padding: 0;
	background: transparent;
	font: normal 12pt/1em verdana, arial, sans-serif;
	color: #000;
	border: 0; 
	outline: none; }
	
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
:focus { outline: 0; }

/* TABLES still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }
	
caption, th, td {
	text-align: left;
	font-weight: normal; }
	
/* CONTAINERS */

body {
	margin: 0;
	padding: 0 0 77px 0;
	background-color: #fff; 
	background-image: none;
	font: normal .9em/1.4em verdana, arial, sans-serif; }

#wrap {
	margin: -7px auto;
	padding: 3px; 
	width: 733px; 
	background: #fff; 
	border: 0; }

#header {
	margin: 14px 0;
	height: auto; 
	background: none; }
	
#header h1 { 
	margin-left: 14px; 
	background: none; 
	font: bold 145%/1.4em verdana, arial, sans-serif;
	text-indent: 0; }
	
#nav { display: none; }

#content {
	float: left;
	background: none;
	width: 100%; }

#primary {
	float: left;
	margin: 0; padding: 0 0 49px 0;
	width: 100%; }

#secondary { display: none; }
	
.blockone {
	clear: both; 
	float: left; 
	width: 433px;
	height: 115px; 
	border-top: 2px solid #363f3c; }
	
.blocktwo {
	float: left; 
	width: 298px;
	height: 115px; 
	border-top: 2px solid #363f3c; 
	border-left: 2px solid #363f3c; }
	
#footer { display: none; }
	

/* HEADLINES */

h2 {
	margin-top: 14px; 
	padding-left: 42px; 
	background: none; 
	font: normal 146%/1.4em verdana, arial, sans-serif; 
	color: #293334;
	letter-spacing: -2px; }
	
h3 {
	margin: 21px 0 -10px 0; 
	padding: 0 14px; 
	font: normal 118%/1.4em verdana, arial, sans-serif; 
	color: #293334;
	letter-spacing: -1px; }
	
h3.bible { 
	margin-bottom: -10px; }

li h3 { font-weight: bold; }	

/* PARAGRAPHS */

p { 
	margin: 14px 7px 0 0; 
	padding: 0 14px; 
	font-size: 90%; 
	line-height: 1.4em; 
	text-align: justify; }

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

blockquote { 
	margin: 21px 28px 21px 21px; }
	
blockquote p { 
	padding-top: 7px;
	color: #00f; 
	background: url(images/quotes.gif) no-repeat; }
	
cite { 
	display: block; 
	margin-top: 7px; 
	padding-right: 28px; 
	text-align: right;
	font-size: 90%; }

/* SECONDARY STYLES */

ul#subnav {
margin: 14px auto;
list-style-type: none; }

ul#subnav li {
display: block;
margin: 0 0 0 0;
padding: 0; }

ul#subnav li a {
display: block;
width: 100%;
height: 35px; 
padding-left: 21px;
	font: bold 100%/35px verdana, arial, sans-serif; 
	letter-spacing: -1px;
color: #c66200;
text-decoration: none; }

ul#subnav li a { width: auto; }


	
ul#subnav li a:hover { color: #293334; }


#primary ul { margin: 14px 0 0 49px; font-size: 90%; }
#primary li { margin-bottom: 4px; }


#primary li ul { margin-bottom: 7px; }
li *, li ul * { font-size: 100%; }

#primary dl { margin: 14px 0 0 49px; font-size: 90%; }
#primary dt { margin: 7px 0 0 0; font-weight: bold; }
#primary dd { margin: 4px 0 0 28px; }


/* GENERAL TYPOGRAPHY */

.left { text-align: left; }
.fly { position: absolute; left: -9999px; }
.justify { text-align: justify; }
.center { display: block; margin-right: auto; margin-left: auto; text-align: center; }
.noborder { border: 0; }
strong { font-weight: bold; letter-spacing: -1px; }
.cofa { font-weight: bold; color: #50554e; }
ul.none, ol.none { list-style-type: none; }

img.rotate { border-bottom: 2px solid #50554e; }

img.bio {
	float: left; 
	margin: 21px 14px 7px 14px; 
	padding: 4px;
	background: #fff; 
	border: 1px solid #333; }	

/* FORMS */
form { display: none; }	

/* INDEX STYLES FOR UNIQUE LAYOUT */

body#index #content { 
	background: url(images/bg_content_index.jpg) repeat-y left top; }
	
body#index #primary {  
	float: left;
	margin: 0; 
	padding: 0; 
	width: 433px; 
	height: 366px; }

body#index #secondary { 
	float: right; 
	margin: 0; 
	padding: 0;
	width: 290px; 
	height: 366px; }
	
body#index #secondary ul { 
	margin: 14px auto 0 auto; }
body#index #secondary li { 
	list-style-type: none;
	margin: 0; 
	text-align: center; }


a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline; }
	
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%; }	
	
#content a[href^="/"]:after {
  content: " (http://www.cofausa.com" attr(href) ") "; }	
	
	
	
