/*--------------------------------------------------------------------------
# Copyright (C) 2007 eChurchSites.com - All Rights Reserved.
# @license - Copyrighted Commercial Software (Template)
# Author: eChurchSites.com
# Website:  http://www.echurchsites.com
----------------------------------------------------------------------------*/


/* COMMON STYLE
--------------------------------------------------------- */

* {
margin: 0;
padding: 0;
}

body {
margin: 0 auto;
width: 100%;
color: #545454;
background: transparent;
font-family: Arial, "Trebuchet MS", sans-serif;
font-size: 62.5%;
line-height: 150%;
}

body#bl {
background: url(../images/bodybg.jpg) repeat-x #ffffff;
}

body#bs {
background: url(../images/bodysmbg.jpg) repeat-x #ffffff;
}

body.contentpane {
width: auto; /* Printable Page */
margin: 1em 2em;
background: #FFFFFF;
color: #000000;
font-size: 12pt;
font-family: Arial, sans-serif;
line-height: 140%;
}

body.fs1{
font-size: 0.5em;
}

body.fs2{
font-size: 0.6em;
}

body.fs3{
font-size: 0.7em;
}

body.fs4{
font-size: 0.8em;
}

body.fs5{
font-size: 0.9em;
}

body.fs6{
font-size: 1em;
}

/* Normal link */
a {
color: #e3973d;
text-decoration: none;
}

a:hover, a:active, a:focus {
color: #545454;
text-decoration: none;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar, a.readon {
}

/* Heading */
h1 {
font-size: 2.2em;
}

h2 {
font-size: 2em;
}

h3 {
font-size: 1.8em;
}

h4 {
font-size: 1.2em;
text-transform: uppercase;
}

p {
margin: 5px 0 15px;
}

ul {
margin-top: 5px;
margin-bottom: 15px;
list-style: none;
}

ul li {
padding-left: 16px;
background: url(../images/bullet-list.gif) no-repeat 0px 2px;
line-height: 190%;
}

ol {
margin-top: 5px;
margin-bottom: 15px;
}

ol li {
margin-left: 15px;
line-height: 140%;
}

th {
padding: 4px;
font-weight: bold;
text-align: left;
}

fieldset {
border: none;
}

fieldset a {
font-weight: bold;
}

hr {
border-top: 1px solid #545454;
border-right: 0;
border-left: 0;
border-bottom: 0;
height: 1px;
}

a img {
border: none;
}

td, div {
font-size: 100%;
}

/* Code text */
pre, .code {
padding: 10px 15px;
margin: 5px 15px 15px;
border-left: 3px solid #59B2C4;
background: url(../images/pat-bg1.gif) no-repeat top left #f0e8cd;
font: 1em/1.5 "Courier News", monospace;
}

blockquote {
padding: 15px 40px 15px 60px;
background: url(../images/quote.gif) 20px 10px no-repeat;
font: italic 1em/1.5 Georgia, Times, serif;
}

.dropcap {
float: left;
padding: 4px 8px 0 0;
display: block;
color: #59B2C4;
font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
padding-left: 25px;
color: #CC786F;
background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
padding-left: 25px;
color: #59B2C4;
background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
padding-left: 25px;
color: #E0AB66;
background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
border-bottom: 1px dotted #999999;
padding: 0 5px;
background: #FEFAE1;
font-weight: bold;
}

.blocknumber {
clear: both;
padding: 5px 15px 10px;
position: relative;
}

.bignumber {
float: left;
margin-right: 8px;
margin-bottom: 5px;
padding: 0 2px;
display: block;
color: #59B2C4;
font: 30px/normal Arial, sans-serif;
font-weight: bold;
}

/* FORM
--------------------------------------------------------- */
form {
margin: 0;
padding: 0;
}

input, select {
font: 11px/normal Tahoma, Arial, sans-serif;
color: #545454;
}

select, .inputbox {
padding: 2px;
}

textarea {
padding-left: 2px;
}

.button {
	background: url(../images/button-bg.gif) top #EEEEEE;
	font: 11px/normal Arial, Helvetica, Tahoma, sans-serif;
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
	color: #666666;
}

.button:hover, .button:focus {
	background: url(../images/button-on-bg.gif) top #F5F3DE;
	font: 11px/normal Arial, Helvetica, Tahoma, sans-serif;
	border: 1px solid #57873d;
	color: #666666;
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: url(../images/inputbg.jpg) repeat-x bottom #ffffff;
	font-size: 11px;
	padding: 3px 5px;
	color: #666666;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #57873d;
	background: url(../images/inputbg-on.gif) repeat-x bottom #ffffff;
}

.button2 {
	background: url(../images/button-bg.gif) top #EEEEEE;
	font: 11px/normal Arial, Helvetica, Tahoma, sans-serif;
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
	color: #666666;
}

.button2:hover, .button2:focus {
	background: url(../images/button-on-bg.gif) top #F5F3DE;
	font: 11px/normal Arial, Helvetica, Tahoma, sans-serif;
	border: 1px solid #87a1b3;
	color: #4d4d4d;
}

.inputbox2 {
border: 0px solid #C0C0C0;
background: transparent;
font-size: 0.9em;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
margin: 0 2px 5px 3px;
padding: 6px 2px 6px 8px;
border-left: 5px solid #65914d;
font-size: 1.1em;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0px;
background: #fafafa;
color: #666666;
}

div.moduletable {
margin: 0 0 10px 0;
padding: 0;
}

div.module h3 {
}

div.module {
margin: 0px 0px 10px 0px;
padding: 0;
background: transparent;
}

div.module div {
padding: 0;
background: transparent;
height: 100%;
}

div.module div div {
padding: 0px 0px;
background: transparent;
}

div.module div div div {
padding: 8px 0px 5px 0px;
background: transparent;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#wrapper {
width: 768px;
margin: 0 auto;
}

/* HEADER
--------------------------------------------------------- */
#headerwrap {
}

#header {
clear: both;
text-align: left;
line-height: normal;
height: 80px;
position: relative;
}

/* Sub Header */
#sh {
	clear: both;
	height: 160px;
	overflow: hidden;
	background: url(../images/headerlarge.jpg) no-repeat;
	margin-top: 0px;
}

#sh-small {
	clear: both;
	height: 101px;
	overflow: hidden;
	background: url(../images/headersmall.jpg) no-repeat;
	margin-top: 1px;
}

#sh h3 {
color: #fffbb6;
font-size: 1.6em;
font-weight: normal;
background: transparent;
margin: 0px 0px 8px 0px;
padding: 0;
border:0;
letter-spacing: -1px;
}

#header-left{
float: left;
margin: 11px 14px 8px 3px!important;
margin: 11px 7px 8px 3px;
width: 305px;
height: 144px;
background: transparent;
color: #fafafa;
overflow: hidden;
}

#header-left a {
color: #f3f7ac;
}

#header-left a:hover {
color: #f2f2f2;
}

/* Top Menu in Header */
#topnavwrap {
padding-left: 5px;
position: absolute;
top: 12px;
right: 5px;
height: 26px;
}

#topnavwrap ul {
margin: 0;
padding: 0;
float: left;
height: 26px;
}

#topnavwrap li {
margin: 0;
padding: 0;
display: inline;
background: none;
}

#topnavwrap li a {
padding: 0 0 0 20px;
text-decoration: none;
line-height: 24px;
}

#topnavwrap li a:hover,
#topnavwrap li a:active,
#topnavwrap li a:focus {
background: none;
}

/* User Tools */
#usertoolswrap {
float: right;
width: 100px;
display: block;
background: url(../images/sitetool-bg1.gif) no-repeat 0px -2px;
position: relative;
z-index: 999;
height: 34px;
}

span.sitetool {
margin: 0;
padding: 9px 0 11px 28px;
display: block;
color: #777777;
font-weight: bold;
text-align: center;
text-decoration: none;
border-left: 0px solid #FFFFFF;
cursor: pointer;
}

#usertoolswrap:hover, #usertoolswrap.toolswraphover {
background: url(../images/sitetool-bg1.gif) no-repeat 0px -2px;
color: #e3973d;
}

#usertoolswrap:hover #usertools,
#usertoolswrap.toolswraphover #usertools {
display: block;
top: 30px;
right: 0;
}

#usertools {
padding: 5px 0 2px 0;
float: left;
border-top: 1px solid #DDDDDD;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px solid #DDDDDD;
display: none;
background: #FFFFFF;
font-size: 11px;
position: absolute;
top: 100%;
line-height: normal;
}

#usertools span {
float: left;
padding: 0 8px;
margin: 0;
display: block;
}

#usertools img {
padding: 0 2px;
margin: 0;
}

#usertools a {
background: none;
}

/* Search */

#search {
position: absolute;
top: 40px;
right: 0;
}

#search div.search {
padding-left: 18px;
background: url(../images/icon-search.gif) no-repeat center left;
}

#search .inputbox {
width: 200px;
padding-left: 5px;
border: 1px solid #C0C0C0;
background: #FFFFFF;
}

#usertools .inputbox:hover,
#usertools .inputbox:focus {
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#mainnavwrap {
margin: 0 auto;
height: 32px;
}

#mainnav {
}

#mainnav a {
}

#subnav {
padding: 6px 0;
margin: 3px 0 0;
clear: both;
line-height: normal;
}

/* FOOTER
--------------------------------------------------------- */
#footerwrap {
background: url(../images/bottom.jpg) repeat-x top #ececec;
}

#footer {
margin: 0 auto;
width: 768px;
height: 75px;
padding: 0;
color: #fafafa;
}

#footer a {
color: #f3f7ac;
text-decoration: none;
}

#footer a:hover,
#footer a:active,
#footer a:focus {
color: #fafafa;
}

#bottomline {
margin-top: 1px;
float: left;
}

#cert {
float: right;
margin-top: 4px;
font-size: 11px;
}

#cert a, #cert a:hover, #cert a:active, #cert a:focus {
padding-left: 5px;
background: none;
}

#topnav {
float: right;
text-align: right;
width: 368px;
height: 26px;
margin: 0;
padding: 3px 0px; 
color: #efefef;
background: transparent;
overflow: hidden;
}

#topnav a.mainlevel {
background: transparent;
padding: 2px 10px;
color: #efefef;
font-weight: bold;
font-size: 0.9em;
font-family: Arial, "Lucida Sans Unicode", sans-serif;
text-transform: uppercase;
border: 0;
}

#topnav a.mainlevel:hover {
color: #f3f7ac;
background: transparent;
}

#botnav {
display: block;
clear: both;
width: 768px;
height: 26px;
margin: 0;
padding: 5px 0px; 
color: #efefef;
background: transparent;
overflow: hidden;
}

#botnav a.mainlevel {
background: transparent;
padding: 2px 10px;
color: #efefef;
font-weight: bold;
font-size: 0.9em;
font-family: Arial, "Lucida Sans Unicode", sans-serif;
text-transform: uppercase;
border: 0;
}

#botnav a.mainlevel:hover {
color: #f3f7ac;
background: transparent;
}

/* MISCELLANOUS
----------------------------------------------------------- */
#banner {
padding: 10px 0px;
text-align: center;
overflow: hidden;
width: 98%;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
margin: 10px 0;
display: block;
background: none!important;
text-decoration: none!important;
}

#mod_login_password, #mod_login_username {
width: 90px;
margin: 0px 5px 0px 5px;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {
border: none;
background: none;
margin: 0px 3px 0px 0px;
}

/* Clearfix */
.clearfix:after {
clear: both;
display: block;
content: ".";
height: 0;
visibility: hidden;
}

* html > body .clearfix {
width: 100%;
display: block;
}

* html .clearfix {
height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
margin-bottom: 1px;
height: 100%!important;
height: auto;
}


