/* Copyright notice

(c) 2005 Foundation for Evangelism
All rights reserved

This template is part of the Web-Empowered Church (WEC)
(http://webempoweredchurch.org) ministry of the Foundation for Evangelism 
(http://evangelize.org). The WEC is developing TYPO3-based 
(http://typo3.org) free software for churches around the world. Our desire 
is to use the Internet to help offer new life through Jesus Christ. 
Please see http://WebEmpoweredChurch.org/Jesus.

You can redistribute this template and/or modify it under the terms of the
GNU General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later version.

The GNU General Public License can be found at
http://www.gnu.org/copyleft/gpl.html.

This template is distributed in the hope that it will be useful for ministry,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

This copyright notice MUST APPEAR in all copies of the script! */


/*************************************************/
/**************Common Styles****************/
/***********************************************/

body {
	background: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
h1 {	font-size: 1.3em;}
h2 {	font-size: 1.2em;}
h3 {	font-size: 1.1em;}

/*************************************************/
/****************Design Styles*****************/
/***********************************************/

/********** Header Area **********/

#sitename {
	padding-top: 10px;
}
#sitename h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #000;
}
#sitename h1 a:link, #sitename h1 a:visited,
#sitename h1 a:hover, #sitename h1 a:active {
	color: #000;
	text-decoration: none;
}
#logo {
	display:none;
}
#siteslogan h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #000;
	float: none;
	margin-top: 2px;
	margin-bottom: 0px;
}

/************* Search & Contact Info **********/

#topright {
	text-align: left;
	font-size: 10pt;
}
#search {
	display:none;
}

/********** Content *******************/

#outer-wrapper, #header-wrapper {
	width: auto;
	border:0;
	margin: 0 5%;
	padding:0;
	float: none !important;
}
#content-wrapper {
	/*width: 100%;*/
}
#content {
}
#banner-image {
	display:none;
}

/********** Main Menu *******************/

#mainmenu {
	display:none;
}

/*******************Breadcrumb*******************/

.breadcrumb {
	display:none;
}

/************* Main Content *******************/

#main-content {
	color: #333333;
}
#main-content h1 {
	font-size: 1.3em;
	color: #023467;
	margin-bottom: 0px;
	border-bottom: 1px solid #99cc66;
}
#main-content h2 {
	font-size: 1.2em;
	color: #023467;
	margin-bottom: 0px;
	border-bottom: 1px solid #023467;
}
#main-content h3 {
	color: #023467;
	font-size: 1.1em;
	margin-bottom: 0px;
}
#main-content p {
	margin-top: 5px;
}
#main-content a:link, #main-content a:visited {
}
#main-content a:hover, #main-content a:active {
}


/*******************Left*******************/

#left-col {
	/*float:none;*/
}
#pagetitle {
	display:none;;
}
#left {
	margin-top: 10px;
	background-color: #ececec;
	padding: 5px;
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
}
#left a:link, #left a:visited {
	color: #333;
	text-decoration: underline;
}
#left a:hover, #left a:active {
	color: #CC6600;
	text-decoration: underline;
}
#login {
	display: none;
}

/************* Sub Menu *******************/

#altmenu {
	display:none;
}

/************* Footer *******************/

#footer, #copyright {
	padding-top: 5px;
	font-style: italic;
}