/* --------------------------------------------------------------



		base.css

		Author: Greg Dalrymple
		Date: Sept 07

		This is the main stylesheet for the omega website.




-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Reset

-------------------------------------------------------------- */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* --------------------------------------------------------------

    +Default Styles

-------------------------------------------------------------- */

body {
	text-align: center;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #444444;
	background: url(/images/sitefiles/bg.gif) repeat-x top center #0a4251;
	}

p { margin-bottom: 1.5em; }
p, ul, ol, blockquote, dd, dt, table { font-size: 1.2em; line-height: 1.7em; }

a:link 		{ text-decoration: underline; color: #558390; }
a:visited { text-decoration: underline; color: #558390; }
a:hover 	{ text-decoration: underline; color: #15414d; }
a:active 	{ text-decoration: none; }

strong { font-weight: bold; }
em { font-style: italic;}

dt { margin-bottom: 0.35em; }
dd { margin-bottom: 1.3em; }

ul { margin: 0 0 1.5em 0; padding: 0 0 0 1.5em; }
ol { margin: 0 0 1.5em 0; padding: 0; list-style: roman; }
ol li { margin-left: 1.5em; }

.spacer 					{ clear: both; }
.bold 						{ font-weight: bold; margin: 0; }
.quiet 						{ font-weight: lighter; text-transform: none; letter-spacing: 0;}
.last 						{ margin-right: 0; padding-right: 0; }
.half 						{ width: 48.5%; margin-right: 15px; }
.left 						{ float: left; }
.italic 					{ font-style: italic; letter-spacing: 0.04em; }


.clear-floats { clear: both; font-size: 1px; }

.clean-list { list-style: none; margin: 0 0 1.5em 0; padding: 0; }

.no-marg { margin: 0; }
.no-pad { padding: 0; }
.marg-right { margin-right: 15px; }
.marg-left { margin-left: 15px; }
.marg-bottom { margin-bottom: 12px; }
.marg-top { margin-top: 12px; }
.marg-all { margin: 12px; }

blockquote { background: url(/images/sitefiles/quote.gif) no-repeat; padding: 14px 0 0 14px; }

ul.by {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	}

ul.by .name { font-weight: bold; }
ul.by .from { font-style: italic; }

.center { text-align: center; }

.arrow-list, #content ul { margin: 0 0 1.5em 0; padding: 0; }
.arrow-list li, #content ul li 	{ list-style: none; background: url(/images/sitefiles/arrow.gif) no-repeat 0 0.5em; padding-left: 15px; }

#content .tick-list { list-style: none; margin: 0 0 1.5em 0; padding: 0; border-bottom: 1px dotted #ccc; }
#content .tick-list li { background: url(/images/icons/tick.gif) no-repeat 0 9px; padding: 4px 10px 4px 18px; border-top: 1px dotted #ccc; font-size: 0.9em;}

.accounts-list { width: 300px; }

.contrastBox { background-color: #fff8eb; border: 3px solid #f2e5d7; padding: 12px; margin-bottom: 12px; }

.right-feature-box .sub-heading-wrap { border-top: 1px solid #c7dee4; border-bottom: 1px solid #fff; }
.right-feature-box .sub-heading 			{ border-top: 1px solid #fff; border-bottom: 1px solid #c7dee4; }

.border { border-bottom: 1px dotted #ccc; margin-bottom: 18px; }
.border-top { border-top: 1px dotted #ccc; margin-top: 18px; padding-top: 14px; }

.marketingArea { border: 1px solid #c7dee4; padding: 14px; background-color: #fff; margin-bottom: 14px; cursor: pointer; }
.marketingArea:hover { border: 1px solid #0A4251; }
.marketingArea img { float: right; }
.marketingArea h3 { font-size: 1.6em; font-weight: bold; }
.marketingArea h3 a { text-decoration: none; }
.marketingArea h3 a:hover { text-decoration: underline; }

/* --------------------------------------------------------------

    +Images

-------------------------------------------------------------- */

img 				{ border: none; margin: 0; padding: 0; }
.floatright { float: right; margin: 0 0 10px 10px; clear: right; }
.floatleft 	{ float: left; margin: 0 10px 10px 0; clear: right; }

.floatfix { height: 5px; clear: right; }

img.clean { padding: 0; background-color: none; border: none; }

img.standard { border: 1px solid #ccc; }
img.white { border: 1px solid #fff; }

img.screenshot { border: 5px solid #cbe3e9; padding: 1px; background-color: #edf9fc;  }

/* --------------------------------------------------------------

    +Tables

-------------------------------------------------------------- */

table.standard {
	width: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	border-top: 1px solid #444;
	margin-bottom: 18px;
	}

table.no-head { border-top: 0; }

table.standard th {
	padding: 10px 0 18px 0;
	font-weight: bold;
	}

table.standard td {
	padding: 7px 0;
	border-top: 1px solid #ccc;
	}

table.feature-table thead {
	background: url(/images/sitefiles/table-head.gif) no-repeat top center;
	width: 100%;
	}

table.feature-table th {
	font-weight: bold;
	padding: 10px 0 10px 10px;
	width: 20%;
	}

table.feature-table td { padding: 5px 10px 5px 10px; border-left: 1px solid #e7e7e7; border-bottom: 1px dotted #e7e7e7; }


/* --------------------------------------------------------------

    +Forms

-------------------------------------------------------------- */

.standard-form { margin-bottom: 14px; padding: 14px; }
.standard-form { width: 400px; background-color: #e7e7e7; }
.standard-form dl { margin-bottom: 7px; }
.standard-form dt {
	font-weight: bold;
	margin-right: 14px;
	font-size: 1.1em;
	}

.standard-form dd { margin-bottom: 5px; }
.standard-form dd input, .standard-form textarea { width: 300px; }

.standard-form table { margin-left: 14px; }

.standard-form p { font-size: 1.1em; margin-bottom: 7px; }

/* --------------------------------------------------------------

    +Headings

-------------------------------------------------------------- */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: normal;
	clear: none;
	}

h1 { font-size: 2.4em; margin-bottom: 0.667em; line-height: 0.667em; }
h2 { font-size: 2em; margin-bottom: 0.8em; line-height: 0.8em; }
h3 { font-size: 1.8em; margin-bottom: 0.7em; line-height: 0.889em; color: #146c83; }
h4 { font-size: 1.4em; margin-bottom: 0.8em; line-height: 1.066em; font-weight: bold; }
h5 { font-size: 1.3em; margin-bottom: 1.2307em; line-height: 1.2307em; }
h6 { font-size: 1.1em; margin-bottom: 1.5em; line-height: 1.5em; }

h1 span, h2 span, h3 span { display: none; }

#header h1, #header h2 { margin: 0; padding: 0; }

h2.sub-heading { margin-top: 12px; }
h3.sub-heading { margin: 0; padding: 12px 0 8px 25px; }
.sub-heading-wrap { margin: 0 -12px 1.5em -25px; }

.price { font-size: 2.6em; font-weight: normal; color: #d98814; font-family: Georgia, 'Times New Roman', Serif; }
.price-smaller { font-size: 1.2em; font-family: Georgia; color: #d98814; }

h2.img-create { height: 25px; }
h3.img-create { height: 20px; }

/* --------------------------------------------------------------

    +Layout

-------------------------------------------------------------- */

#wrap-container { width: 982px; margin: 0 auto; }
#container { margin: 0 auto; }

.col { float: left; margin-right: 12px; padding: 0 10px; }

.last { margin-right: 0; }
.first { margin-left: 0;}

.span-1 { width: 55px; }
.span-2 { width: 162px; }
.span-3 { width: 259px; }
.span-4 { width: 356px; }
.span-5 { width: 453px; }
.span-6 { width: 550px; }
.span-7 { width: 647px; }
.span-8 { width: 744px; }
.span-9 { width: 841px; }
.span-10 { width: 938px; }

.span-full { width: 100%; padding: 0; }
.span-half { width: 48%; padding: 0; }
.span-third { width: 31.5%; padding: 0; }

.span-right { width: 246px; margin-left: 13px; padding-top: 14px; }

/* --------------------------------------------------------------

    +Container

-------------------------------------------------------------- */

#container { text-align: left; margin-bottom: 35px; }

/* --------------------------------------------------------------

    +Header

-------------------------------------------------------------- */

#header { margin: 0; position: relative; }

#free-trial { 
    position: absolute;
    width: 350px; 
    height: 36px; 
    background: url(/images/sitefiles/free-trial-bg.jpg) no-repeat top center; 
    right: -10px; 
    top:70px;
    padding: 8px 15px 7px 0;
    text-align: right;
}
#free-trial a { margin: 0; padding: 0; font-size: 1.4em; }
#free-trial a:link,
#free-trial a:visited { color: #fff; padding-right: 15px; background: url(/images/icons/arrow.gif) no-repeat top right; }
#free-trial a:hover { text-decoration: none; }

/* --------------------------------------------------------------

    +Quick Search

-------------------------------------------------------------- */

div#quick-search {
	float: right;
	width: 238px;
	height: 25px;
	margin-top: 30px;
	background: url(/images/sitefiles/search-box-bg.gif) no-repeat top right;
	padding: 4px 0 0 20px;
	}

form#quick-search { float: left; padding-left: 10px; position: relative;}
#quick-search input { position: relative; float: left; }
#quick-search-box { width: 190px; color: #999; border: none; border-color: #fff; }


/* --------------------------------------------------------------

    +Logo

-------------------------------------------------------------- */

#logo { text-align: left; margin-left: -114px; }
#logo img { margin-bottom: 10px; }

/* --------------------------------------------------------------

    +Navigation

-------------------------------------------------------------- */

#nav 			{ float: left; width: 100%; background: url(/images/sitefiles/nav-bg.png) no-repeat top center; position: relative; }
#nav ul 		{ margin: 0; padding: 0; }
#nav ul li 	{
	float: left;
	list-style-type: none;
	padding: 8px 0 0 0;
	margin: 0;
	background: url(/images/sitefiles/li-separator.gif) no-repeat right 10px;
	}

#nav ul li a { display: block; padding: 3px 7px 10px 7px; margin: 0 16px 0 12px; }
#nav ul li a:link, #nav ul li a:visited { color: #fff; font-weight: bold; text-decoration: none; }
#nav ul li a:hover { text-decoration: underline; background-color: #79b1bf; }

#sub-nav { margin: 0px 0 24px -10px; }
#sub-nav ul { margin: 0 0 0 -14px; padding: 0; border-top: 1px solid #fff; border-bottom: 1px solid #c7dee4; }
#content #sub-nav li {
	list-style: none;
	margin: 0;
	border-top: 1px solid #c7dee4;
	border-bottom: 1px solid #fff;
	padding: 8px 0 8px 25px;
	}

#sub-nav ul li a { padding: 8px 80px 8px 0; }

#sub-nav h4 { font-size: 1.3em; color: #0c3f4c; padding-left: 10px; }

/* Drop downs ------------------------------------------------- */

.hiddenChild {  display: none; position: absolute; z-index: 0;}
.shownChild { display: block; }

ul#navlist { position: relative; }
ul#navlist li { position: relative; }

ul#navlist.dhtml li { position:relative; float:left; }
ul#navlist.dhtml li li { font-size: 0.9em; margin: 0; padding: 0; background-image: none; }
ul#navlist.dhtml ul { top: 41px; margin-left: 13px; position:absolute; background-color: #79b1bf; padding: 0; }

ul#navlist.dhtml ul li a { padding: 3px 10px; margin: 0;  }
ul#navlist.dhtml ul li { border-bottom: 1px solid #6298a6; width: 200px; border-top: 1px solid #9cceda;  }
ul#navlist.dhtml ul li a:hover { background-color: #55909f; }

#nav { z-index: 2; }
#navlist { z-index: 3; }
#navlist li { z-index: 4; }
#navlist li ul { z-index: 5; }
#navlist li ul li { z-index: 6; }


/* --------------------------------------------------------------

    +Content

-------------------------------------------------------------- */

#content { min-height: 800px; background-color: #fff; padding: 12px; }
#twoCol #content, #Features #content { background: url(/images/sitefiles/2col-bg.gif) repeat-y 0 0 #edf9fc; }

#portals { margin:0; padding: 0; list-style:none; }
#content #portals li { float:left; width:295px; background-image:none; margin:0 18px 0 0; padding:0; }
#portals a { height:182px; position:relative;overflow:hidden;display:block;margin-bottom:5px }
#portals a img { position:absolute; }
	a#charity img { top:0; left:0; }
	a#charity:hover img { top:-182px; left:0; }
	a#accounts img { top:0; left:-590px; }
	a#accounts:hover img { top:-182px; left:-590px; }
	a#church { margin-right:0; }
	a#church img { top:0; left:-295px; }
	a#church:hover img { top:-182px; left:-295px; }
#portals p { height:70px; padding:0 10px; margin:10px 0; line-height:1.4em; color:#1C829C }
#portals p.download { text-align:center; height:auto; }
#portals p.download a { height:auto; position:static; overflow:visible;display:inline;margin:0; }
#portals p.download a img { position:static; }

/* --------------------------------------------------------------

    +Homepage

-------------------------------------------------------------- */

#mainFeature { background: url(/images/sitefiles/main-feature-bg.gif) repeat-y #bce3ee; padding: 14px 1px 0px 16px; }
#mainFeatureTop, #mainFeatureBottom { height: 12px; background-repeat: no-repeat; background-color: #bce3ee; }
#mainFeatureTop { background-image: url(/images/sitefiles/main-feature-top.gif); }
#mainFeatureBottom { background-image: url(/images/sitefiles/main-feature-bottom.gif); background-position: bottom; margin-bottom: 12px; }

#mainFeature p a:link, #mainFeature p a:visited { color: #165160; font-weight: bold; }
#mainFeature p a:hover { text-decoration: none; }

#details { width: 600px; margin-right: 14px; float: left; }
#pc { float: right; margin-top: -10px; width: 290px; margin-right: -3px; }

#mainFeature h3 { font-size: 1.2em; font-weight: bold; color: #444; }

#mainFeature dl { margin: 0; padding: 0; width: 400px; float: left; }
#mainFeature dl dt { padding: 10px 0 0 20px; margin: 0; border-top: 1px solid #9ecfdc;  }

#mainFeature #buttons { float: left; width: 150px; padding: 42px 0 0 20px; }
#mainFeature #buttons img { padding-bottom: 10px; }

#mainFeature dl dt a { padding: 14px; font-size: 1.8em; }
#mainFeature dl dt a:link, #mainFeature dl dt a:visited { text-decoration: none; color: #165160; }
#mainFeature dl dt a:hover { text-decoration: underline; }
#mainFeature dl dt#admin { background: url(/images/icons/admin.png) no-repeat 0px 10px; }
#mainFeature dl dt#treasurer { background: url(/images/icons/treasurer.png) no-repeat 0px 10px; }
#mainFeature dl dt#clergy { background: url(/images/icons/clergy.png) no-repeat 0px 10px;  }

#mainFeature dl dd { margin: 0 0 7px 34px; font-size: 1.2em; color: #15728a;  }

#dl-button { position: absolute; top: 175px; right: 300px; }

#content .news-list li { background: url(/images/icons/news.png) no-repeat 0 2px; padding-left: 20px; }

/* --------------------------------------------------------------

    +Features

-------------------------------------------------------------- */

.titled-box-icon { margin-right: 9px; }
.titled-box-h { padding-bottom: 4px; }

.screenshot p { font-size: 1.1em; font-weight: bold; text-align: center; }
.screenshot p a:link, .screenshot p a:visited { color: #333; }
.screenshot p a:hover { color: #a92619; }

/* --------------------------------------------------------------

    +Search Results

-------------------------------------------------------------- */

#search h1 { font-size: 1.2em; font-weight: bold; }
#pgSearchBox { padding: 10px; background-color: #e7e7e7; border: 1px solid #ccc;  margin-bottom: 14px; }
#pgSearchBox input { width: 650px; margin-right: 14px;  font-size: 1.6em; }
#search .button { width: 100px; margin-left: 14px; margin-right: 0; padding: 0; font-size: 1.3em;}
.pgSearchResults { padding: 14px; border-top: 1px dotted #ccc; }
#search h5 a { font-weight: bold; color: #0C414E; }

/* --------------------------------------------------------------

    +Articles

-------------------------------------------------------------- */

#article-title { margin-bottom: 0;  }
p#date {
	font-family: Georgia, 'Times New Roman', Serif;
	margin: 4px 0 30px 0;
	padding: 0 0 30px 24px;
	border-bottom: 1px dotted #ccc;
	background: url(/images/icons/date.gif) no-repeat left 3px;
	color: #999;
	}

/* FAQs ------------------------------------------------------- */
dt.question { font-size: 1.4em; font-weight: bold; background: url(/images/icons/document_notebook.png) no-repeat 0px 0px; padding-left: 30px;  }
dd.answer p { font-size: 1em; }
dd.answer { border-bottom: 1px dotted #ccc; padding-left: 30px; }

/* --------------------------------------------------------------

    +Screenshots

-------------------------------------------------------------- */

.thumbnail { float: left; margin-right: 10px; }

/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */

#footer {
	width: 100%;
	clear: both;
	text-align: left;
	background: url(/images/sitefiles/footer-bg.png) no-repeat bottom center;
	color: #fff;
	}
#footer p { margin: 0; padding: 10px 12px;}

/* --------------------------------------------------------------

		+Lightbox Styles

-------------------------------------------------------------- */

#lightbox{ position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#lightbox span { font-size: 100%; }
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }

#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background: transparent url(/images/lightbox/blank.gif) no-repeat; display: block;  }
#prevLink { left: 0; float: left; background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink { right: 0; float: right; background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000;}

/* --------------------------------------------------------------

    +Overwrite Styles

-------------------------------------------------------------- */

spacer 					{ clear: both; }
.bold 						{ font-weight: bold; margin: 0; }
.quiet 						{ font-weight: lighter; text-transform: none; letter-spacing: 0;}
.last 						{ margin-right: 0; padding-right: 0; }
.half 						{ width: 48.5%; margin-right: 15px; }
.left 						{ float: left; }
.italic 					{ font-style: italic; letter-spacing: 0.04em; }

.strike { display:inline; color:#ccc; text-decoration:line-through; }

.no-marg { margin: 0; }
.no-pad { padding: 0; }
.marg-right { margin-right: 15px; }
.marg-left { margin-left: 15px; }
.marg-bottom { margin-bottom: 12px; }
.marg-top { margin-top: 12px; }
.marg-all { margin: 12px; }

#content #sub-nav li,
#content .blockquote ul li { background: none; } /* Remove the arrow from this list item */

.alignright { text-align: right; }