﻿/* DEFAULT.CSS */

/* 
Christian Mentoring (Australia)
John Mallison Ministries
*/

/* Site authoring: Eastward Graphics - (RJE) */

/*
Template: Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 30px 0;
	padding: 0;
	background: white url(images/bg_grey2.jpg) top center repeat-y;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #606060;
	font-size: 0.9em;
}

h3 {
	text-transform: uppercase;
	color: #666666;
}

h2 {
	text-transform: uppercase;
	color: #666666;
}

h1 {
	text-transform: uppercase;
	color: #666666;
}

h2 {
	font-size: 1.5em;
}

h3 {
	height: 30px;
	font-size: 1.0em;
	background: white url('images/cross.jpg') no-repeat left center;
	margin: 25px 0 15px 0;
	padding-left: 27px;
	padding-top: 7px;
	clear: both;
	color: black;
}

h5 {
	font-size: 1em;
}

ul {
	text-align: justify;
}

p {
	text-align: justify;
}

a {
	color: #A5B80D;
}

a:hover {
	text-decoration: none;
	color: #FF6000;
}

/* Header */

#header {
	width: 760px;
	height: 160px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

#header p {
	padding: -5px 0 -5px 0;
}

/* Logo */

#logo {
	/* float: left; */
	padding: 0 0 0 65px;
	background: url(images/img01.gif) no-repeat left center;
}

#logo h1 {
	/* margin: 0; */
	margin: 18px 0 0 15px;
	text-transform: none;
	font-size: 40px;
	
}

#logo h2 {
	margin: -5px 0 10px 18px;
	/* padding: 0 0 10px 15px; */
	font-size: 18px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
	color: #A5B80D;
	padding: 0 0 40px 0;
}

/* Menu */

#menu {
	padding: 10px 0 5px 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 17px;
	padding: 0 17px 0 19px;
	text-decoration: none;
	background: url(images/img02.gif) no-repeat left center;
	color: #A5B80D;
}

#menu a:hover {
	text-decoration: underline;
	color: red;
}

#menu .first a {
	text-decoration: none;
	background: none;
	color: #A5B80D;
}

#menu .first a:hover {
	text-decoration: underline;
	color: #FF6000;
}

#menu .homeselected a {
	background: none;
	color: red;
}

#menu .homeselected a:hover {
	text-decoration: none;
}

#menu .selected a {
	color: red;
}

#menu .selected a:hover {
	text-decoration: none;
}

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
}

/* Left Column */

#leftcol {
	float: left;
	width: 360px;
	margin-bottom: 10px;
}

#leftcol p {
	line-height: 1.3em;
	padding: 0;
	margin: 0;
}

#leftcol img {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #808080;
}

#featurebook {
clear: left;
	width: 350px;
	float: left;
	margin-bottom: 20px;
}

#featurebook p img {
	border-width: 0px;
}

img noborder {
	border-width: 0;
}

/* Main Column - where there is only one per page */

#maincol {
	float: left;
	width: 720px;
	margin-bottom: 20px;
}

#maincol p {
	line-height: 1.3em;
	padding: 0;
	margin: 0;
}

#maincol img {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #808080;
}

#maincol .rightimage {
	float: right; 
	margin: 0 0 15px 25px;
	border: 1px solid #808080;
}

/* Right Column */

#rightcol {
	float: right;
	width: 360px;
	margin-bottom: 20px;
}

#rightcol ul {
	margin: 0 0 15px 15px;
}

#rightcol ul li {
	padding: 0 0 5px 0;
    /* line-height: 1.3em; */
}

/* Feature */

#feature {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding: 20px 20px 10px 20px;
	background: #F5F5F5;
	border: 1px solid #E0E0E0;
}

#feature img {
	float: right;
	margin-left: 20px;
}

#feature h2 {
	margin: 0;
}


.textcenter {
	text-align: center;
}

.titlecolor {
	color: #A5B80D;
}

.tabbed {
	margin-left: 17px; 
}

.textblack {
	color: #000000;
}
	
.padright {
	margin-left: 230px;
}	
	
.redquote {
	color: #FF0000;
}
	
.squarelist {
	list-style-type: square;
}
.circlelist {
	list-style-type: circle;
}
.booktitle {
	color: #A5B80D;
	font-size: 1.1em;
}

.orderlink {
	font-weight: normal;
	color: red;
}
	
/* Footer */

#footer {
	clear: both;
	width: 700px;
	margin: 18px auto 0 auto;
	padding: 30px 0 30px 65px;
	background: url(images/img01.gif) no-repeat left center;
}

#footer p {
	margin-top: 0;
	padding-left: 15px;
	line-height: normal;
	font-size: 9pt;
	/* color: #CCCCCC; */
	color: #A5B80D;
}

#footer a {
	color: #989898;
}

#footer a:hover {
	color: #666666;
}