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

Christian Speaker Coach
http://www.christianspeakercoach.com/

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

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

/* Universal Declarations */

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%;
	vertical-align: baseline;
	background: transparent; }
body * { position: relative; }
html { background : url(null) fixed no-repeat; } 			/* this fixes an IE problem. Scrolling some pages causes corruption in the rendering. */
:focus { outline: 0; background: #ccc; }					/* remember to define focus styles! */
table { border-collapse: collapse; border-spacing: 0; } 		/* tables still need cellspacing="0" in the markup */


/* Block Level Elements */

body { 
	margin: 0;
	padding: 0 0 77px 0;
	background: #780f0c url(../images/bg_body.jpg) repeat-x left top; 
	font-size: 100.01%; }

#wrap { 
	margin: 0 auto;
	width: 890px; 
	background: #fff; 
	font: 0.7em/1.5em verdana, arial, sans-serif; 
	border: 7px solid #afb6bc; border-top: 0; }
	
#header { 
	height: 409px; 
	background: url(../images/bg_header.jpg) no-repeat left top; 
	border-top: 0px solid #c0c0c0; border-bottom: 0px solid #000; }
	
#contentwrap { 
	float: left; 
	width: 100%;
	padding: 7px 0 49px 0; 
	background: url(../images/bg_content.jpg) repeat-y 48px top; 
	border-bottom: 1px solid #000; } 
	
#primary { 
	float: left;
	left: 110px;
	width: 450px; }
	
#secondary {  
	float: right;
	right: 21px;
	width: 300px; }
	
#footer {
	clear: both; 
	height: 77px;
	background: #000; 
	border-top: 0px solid #c6c6c6; }
	
	
/* Nav Styles */

#topnav {  
	top: 353px;
	margin: 0 0 0 90px;
	width: 800px; 
	background: url(../images/bg_nav.jpg) no-repeat 0 bottom; 
	text-align: left; }
	
#topnav li { 
	list-style-type: none;
	display: block;
	display: inline; 
	height: 44px; }
#topnav a:link,
#topnav a:visited,
#topnav a:active { 
	padding: 7px 29px; 
	background: transparent;
	font: bold 1.18em/36px verdana, arial, sans-serif;
	color: #fff; 
	text-decoration: none;
	text-transform: uppercase; 
	letter-spacing: -1px; }
#topnav a:hover { color: #fc3; }



a:link,
a:visited,
a:active {
	text-decoration: underline;
	font-size: 100%;
	color: #00f; }
a:hover { 
	text-decoration: none;
	color: #f00; }
	
#categories ul { margin-bottom: 28px; }

#categories ul li { 
	color: #780f0c; 
	list-style-type: none; }
	
#categories a:link,
#categories a:visited,
#categories a:active { 
	font-size: 118%;
	text-decoration: none;
	color: #780f0c; }
#categories a:hover { color: #b98383; }

#rotate_image { margin-top: 100px; }
	
	
a#admin:link,
a#admin:visited,
a#admin:hover,
a#admin:active { 
	background: transparent;
	text-decoration: none;
	color: #fff; }
	
/* Headlines */

h1 { 
	clear: both;
	margin: 0 0 0 14px; 
	font: normal 210%/1.5em arial, sans-serif; 
	color: #780f0c; }

h2 { 
	margin: 14px 0 0 14px; 
	font: normal 180%/1.5em arial, sans-serif; 
	color: #780f0c; }
	
h2 a:link, h2 a:visited, h2 a:active { 
	margin: 0px 0 0 0px; 
	font: normal 100%/1.5em arial, sans-serif; 
	color: #780f0c; 
	text-decoration: none;
	border-bottom: 1px dotted #780f0c; }

h2 a:hover {
	color: #b98383; border-bottom: 1px dotted #b98383; }
	
h3 { 
	margin: 28px 0 0 14px;
	font: bold 145%/1.5em arial, sans-serif;  
	color: #780f0c; }
	
h4 { 
	margin: 14px 0 0 14px;
	font: bold 136%/1.5em arial, sans-serif;  
	color: #780f0c;
	letter-spacing: -1px;	}
	
h5 { 
	margin: 14px 0 0 14px;
	font: bold 136%/1.5em arial, sans-serif;  
	color: #780f0c;
	letter-spacing: -1px; }
	
h1+h2 { margin-top: 7px; letter-spacing: -1px; }

h1+p { margin-top: 7px; }
h2+p { margin-top: 0; }

	
/* Paragraphs */	
	
p { 
	margin: 14px 14px 0 14px;
	line-height: 1.5em; 
	text-align: justify; }
	
div.tips {
	margin: 0 0 21px 0;
	padding: 14px;
	background: #eee; 
	font-weight: bold;
	border: 4px double #780f0c; }
	
div.tips p { 
	margin: 0; 
	padding: 0; 
	text-align: left; 
	color: #780f0c; }
	
#footer p { 
	margin: 21px 0 0 0;
	color: #fff; 
	text-align: center; }


	
/* Definition Lists */	
	
dl { 
	list-style-position: outside; 
	margin: 28px 0 0 0; }

dt { 
	margin: 14px 14px 7px 0;
	font-weight: bold; 
	font-size: 118%; 
	color: #780f0c; 
	text-align: justify; }

dd { 
	margin: 0 28px 0 21px; 
	text-align: justify; }

dd.more { margin-top: 14px; }


/* Ordered Lists */	

ol { 
	list-style-position: outside; 
	margin: 1.5em 28px 0 42px; }

ol li { text-align: justify; }

/* Unordered Lists */	

ul { 
	list-style-position: outside; 
	margin: 1.5em 28px 0 42px; }
	
ul li { text-align: justify; }


/* Images */

img#collage {
	display: block;
	margin: 0 auto 14px auto; 
	padding: 4px;
	background: #000;
	border: 1px solid #000; }
	
#secondary img {
	display: block; 
	margin: 14px auto;
	padding: 4px;
	background: #fff;
	border: 1px solid #000; }
	
#primary img.none, #secondary img.none {
	border: 0; }
	

/* Blockquotes */	

blockquote { 
	margin: 42px 21px 0 21px; 
	border-top: 1px solid #666; border-bottom: 1px solid #666; }
	
blockquote p { 
	margin: 0;
	padding: 1.5em; 
	background: url(../images/quotes.gif) no-repeat 5px 10px;
	font-weight: bold; 
	color: #780f0c; }
	
blockquote cite {
	display: block;
	margin: 14px 28px;
	text-align: right; 
	font-style: normal; }

/* Forms */

form {
	margin: 21px; }

label {
	clear: both;
	display: block;
	margin: 0;
	font-weight: bold;
	color: #4071a9;
	text-transform: uppercase; }
	
label span { 
	font-weight: bold;
	color: #f00; } /* this is the required notification */

input {
	display: block;
	margin: 0 0 14px 0;
	padding: 4px;
	width: 200px;
	background: #fff;
	font: bold 100%/1.3em tahoma, verdana, arial, sans-serif;
	color: #00448d;
	border: 1px solid #c2c2c2; }	
	
input[type $='hidden'] { display: none; }

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

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

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


	
	
/* Tables */	

table {    
	table-layout: fixed;    
	width: 100%;    
	overflow: hidden; }
	
table#coachingRates td { 
	text-indent: 14px;
	border-bottom: 1px solid #666; }
	
td {
	padding: 4px; }
	
td.title {
	padding-top: 14px;
	text-indent: 0;
	width: 180px;
	background: #fcfcfc;
	font-weight: bold; }
	
td.desc {
	width: 250px; }


/* Classes and Stuff */

.bold { font-weight: bold; }
em { font-style: italic; }
.right { text-align: right; }
.left { text-align: left; }


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; }
	
	
	
body#index li.home a,
body#Resources li.resources a,
body#About_Roy li.about a,
body#Contact_Roy li.contact a,
body#blog li.blog a { color: #fc3; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 