/*
    Style Sheet for West Africa Theological Seminary
	Design by Bradley Roberts of Darby Consulting
	Copyright (c) 2008

	NOTE: Images are relative to the location of this style sheet.		
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #009900;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	color: #001122;
}

h1, h2, h3 {
	color: #F2090C;
}

h1 {
	font-size: 1.5em;
}

h2 {
	margin-bottom: 1em;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: .8em;
}

#mainarea {
	width: 778px;
	text-align: left;
	margin-left: 5px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	position: relative;
	padding-right: 10px;
	vertical-align: top;
}
	

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

p {
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid #F08F02;
	font-style: italic;
}


ul, ol {
	margin-left: 4em;
}

ul {
}

ul li {
}

ol {
}

ol li {
}

.withimage ul li, .withimage ol li{
	margin-left: 10em;
	font-style: italic;
}

pre, code {
}

pre {
}

code {
}

/* Pseudoclasses */
a:link {
	color: #F08F02;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #9400FF;
}


/* Images and Inputs */
img {
}

.image-left {
	float: left;
	margin-right: 1em;
	font-size: .8em;
}

.image-ctr {
	text-align: center;
	font-size: .8em;
}

.image-right {
	float: right;
	margin-left: 1em;
	font-size: .8em;
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}


/* Header */
#header {
	height: 260px;
	padding: 0 10px 0 0;
	background: url(../images/banner_wats.jpg) no-repeat left;
}

/* Logo */
#logo {
	height: 260px;
	padding: 0;
	background: url(../images/banner_wats.jpg) no-repeat;
	z-index: 1;
	text-align: center;

}

#logo h1 {
	float: left;
	font-style: italic;
	font-size: 3em;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 220px;
	padding-top: 50px;
}

#logo h1 a {
	color: #ffff2e;
}

#logo h2 {
	color: #FFD3FF;
	position: absolute; left: 450px; top: 180px;
}

#logo h2 a {
	color: #FFD3FF;
}

#logo h2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#logo a {
	text-decoration: none;
}

#linklist {
	/* background: #C9D955; */

}

#linklist a {
	color: #F2B90C;
	text-decoration: underline;

}


/* Wrapper around all blocks below banner */
#wrapper {
	margin-right: 10px;
}



/* Menu System in CSS */
#menu {
	width: 224px;
	background: #009900;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a, #menu h2 {
	display: block;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 {
	color: #009900;
	background: #009900;
	text-transform: uppercase;
}

#menu a {
	background: #009900;
	text-decoration: none;
}

#menu a:hover {
	background: #009900;
}

#menu li {
	position: relative;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{	display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{	display: block;}


/* Sidebar with Menu*/
#sidebar {
	float: left;
	width: 225px;
}


/* Content */
#content {
	margin-left: 230px;
	padding: 10px;
	background: url(../images/img05.jpg) repeat 20px 0;
}

#article {
	width: 100%;
}

.staff { /* ISSUE: This takes a whole line */
	font-variant: small-caps;
	margin-left: 20px;
}

.vip {
	margin-left: 20px;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-style: italic;
	font-size: 1.0em;
	font-weight: bold;
}

.biography {
	float: left;
}

.contact {
	padding: 0px 5px 5px 0px;
	color: #3600B7;
}

.telephone {
	margin-right: 250px;
	font-family: Courier, Arial, serif;
}

.copy {
	font-size: 1.2em;
	color: #262626;
	margin-left: 2em;
	padding: 0 0 10px 0;
	text-align: justify;

}

.valuesystem {
	display: block;
	width: 790px;
	height: 360px;
	padding: 0 0 0 0;
	vertical-align: top;
	position: absolute; left: 310px; top: 330px;
}

.item {
	font-size: 1.2em;
	color: #161626;
	margin-left: 4em;
	margin-right: 4em;
	padding: 0 0 10px 0;
	text-align: justify;

}

.notation {
	font-size: 0.6em;
	color: #461626;
	margin-left: 2em;
	text-align: left;

}

.question {
	font-size: 1.5em;
	font-weight: bold;
	list-style-image: url(../images/question.gif);

}

.answer {
	list-style-image: url(../images/answer.gif);
	font-size: 1.4em;
	padding: 0 20px 40px 20px;
}

.direction {
	padding: 0 0 0 10px;
	list-style-image: url(../images/arrow.gif);
}

.zero_time {
	position: absolute; left: 400px; top: 480px;
}

.first_time {
	position: absolute; left: 750px; top: 490px;
}

.second_time {
	position: absolute; left: 660px; top: 630px;
}

.third_time {
	position: absolute; left: 440px; top: 700px;
}

.fourth_time {
	position: absolute; left: 660px; top: 800px;
}


.fifth_time {
	position: absolute; left: 750px; top: 700px;
}

.public_time {
	position: absolute; left: 800px; top: 657px;
}

table tr th {
	font-style: italic;
	font-size: 2em;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-weight: bold;
	font-variant:small-caps;
	text-align: center;
}

#anything {
	letter-spacing: 0.05em;
	font-style: italic;
	font-size: 1em;
	font-variant:small-caps;
	text-align: center;
	vertical-align: bottom;
	padding-left: 10em;
}

.membership {
	display: block;
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid #F08F02;
	font-style: italic;
	font-size: 1.2em;
	color: #8E2800;
	margin-left: 4em;
	margin-right: 4em;
	padding: 0 0 10px 0;
	text-align: justify;
}

.mission {
	display: block;
	font-size: 1.2em;
	color: #8E2800;
	padding: 0 30px 0 30px;
	text-align: justify;
}


/* Special */
#welcome {
	display: block;
}

#testimonial {
	padding: 30px;
}

#testimonial h2 {
	color: #F2B90C;
}

#testimonial blockquote {
	margin-left: 0;
}


/* Calendar Styles */
.calendar {
	color: #464646;
	text-align: center;
	border: thick solid #003399;
}

.calendar-prev {
	color: #464646;
	text-decoration: none;

}

.calendar-next {
	color: #464646;
	text-decoration: none;
}

.calendar-month {
	color: #262626;
	font-size: 1.4em;

}

.monthly {
	text-align: center;
}

.calendar td {
	width: 3em;
	border: thin solid #7B7B7B;

}

					
/* Other */
.headline3 {
	font-size: 1.4em;
	color: #464646;
}

.locator {
	display: block;
	list-style-image: url(../images/blue_btn.gif);
	font-size: 1.4em;

}

.noprint {
	display: none
}

.bottom_menu {
	text-align: center;
	font-size: 10px;
}

.highlight {
	background:#D6D6D6;
}

.ordinary {
	background:#FFFFFF;
}


/* Bibliography */
.bibliography {
	font-size: 9px;
	color: #464646;
	margin-left: 2em;
	padding: 0 0 10px 0;
}


/* Bible passages */
.scripture {
	color: #363942;
	text-align: left;
}

.bible { /* For Bible References */
	color: #FFFF42;
	text-align: right;
}

.verse {
		position: relative;
		bottom: 0.5em;
		color: #8FF08F;
		font-size: 0.8em;
}


/* Footer */
#footer {
	padding: 30px 30px;
	/* background: url(../images/img06.gif); */
	color: #DDDDDD;
}

#footer hr {
	display: none;
}

#footer p {
	margin: 0;
	font-size: .9em;
}

#footer a {
	color: #66FFFF}

#footer a:hover {
	color: #F08F02;
}

.footing {
	color: #464646;
}

.legal {
	font-size: 9px;
	text-align: center;
}
