﻿/* Zaciszu Church CSS 1.0
----------------------
*/

* {
	margin: 0;
	padding: 0;
	line-height: 1;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background: #FFF url(../images/bg_body.gif) repeat-x;
}

hr {
	display: none;
}

#layout {
	width: 720px;
	margin: 0 auto;
}

h5 {
	width: 180px;
}

/* Banner
----------------
*/

#banner {
	height: 160px;
}

#banner h1 {
	background: url(../images/logo-web4.gif) no-repeat;
	background-position: center;
	float: left;
	margin: 0;
	width: 350px;
	height: 75px;
	padding-top: 10px;
	text-indent: -9999px;
}

#banner h1 a {
	display: block;
	width: 350px;
	height: 64px;
}

#banner p#language{
   float: right;
   margin: 10px;
   font-size: 0.8em;
   color: #007D69;
   text-transform: uppercase;
}

#banner p#language a{
   color: #b88f00;
}


/* Navigation
---------------
*/

#navigate {
	position: relative;
	clear: left;
	float: left;
	width: 720px;
	list-style: none;
}

#navigate li {
	float: left;
	font-size: 1.1em;
	text-transform: capitalize;
}

#navigate li a {
	display: block;
	float: left;
	height: 24px;
	padding: 13px 18px 0;
	color: #F3F3F3;
	text-decoration: none;
}

#navigate li a:hover,
#navigate li.current a {
   background: #646b4d url(../images/bg_navigation_li_a_hover.gif) repeat-x;
}

#navigate .current ul ul,
#navigate li ul {
   position: absolute;
   left: -999em;
   z-index: 999;
   background:none;
   list-style: none;
}

#navigate li li {
   float: left;
   padding-right: 2px;
   background: url(../images/bg_navigation_li_li.gif) no-repeat right center;
   font-size: 0.8em;
   text-transform: none;
}

#navigate .current ul,
#navigate li:hover ul,
#navigate li.sfhover ul {
   top: 37px;
   left: 0;
   width: 720px;
   z-index: 2;
}

#navigate .current ul {
   z-index: 1;
}

#navigate li li a {
   float: left;
   height: 26px;
   padding: 9px 18px 0;
   color: #F3F3F3;
}

#navigate li.current li a {
   background: none;
}

#navigate li li a:hover,
#navigate li li.current a {
   color: #F3F3F3;
   text-decoration: underline;
}

/* =Content-Wrap
---------------------------------------------------------------------
*/

#content-wrap{
   clear: both;
   float: left;
   width: 680px;
   padding: 0 1px 0 39px;
   background: url(../images/bg_content-wrap.gif) no-repeat;
}

#content-wrap2{
   clear: both;
   float: left;
   width: 680px;
   padding: 0 1px 0 39px;
   background: #fff;
}

/* Content Middle
--------------------------
*/

#content {
   float: left;
   width: 400px;
   margin-top: 35px;
   min-height: 300px;
   clear: left;
}

#content2 {
   float: left;
   width: 640px;
   margin-top: 35px;
   min-height: 300px;
   clear: left;
}
.content2 {
   float: left;
   width: 640px;
   margin-top: 20px;
   clear: left;
}
.content2 a img, #content2 a img {
   border: none;
}

#event {
	padding-top: 10px;
	clear: left;
}

#event img {
	margin-right: 25px;
	border: none;
}

#event2 {
	padding-top: 10px;
	clear: left;
}

#event2 img {
	margin-left: 25px;
	border: none;
}

#gallery img {
	border: none;
	margin: 6px;
}
img.baptism {
	margin: 25px;
	border: none;
}
#baptism1 {
	width: 200px;
	padding-right: 20px;
	float: left;
	margin-bottom: 20px;
}
#baptism2 {
	width: 200px;
	padding-right: 15px;
	float: left;
	margin-bottom: 20px;
}
#baptism3 {
	width: 200px;
	float: right;
	margin-bottom: 20px;
}
#content h2, #content2 h2 {
   clear: right;
   margin: 0 0 .4em -2px;
   padding: 0 0 7px 2px;
   border-bottom: 1px solid #8B0000;
   color: #741314;
   font-size: 1.4em;
   font-weight: normal;
   text-transform: uppercase;
}

#content h3, #content2 h3 {
   clear: right;
   margin: 0 0 .4em -2px;
   padding: 0 0 7px 2px;
   border-bottom: 1px solid #8B0000;
   color: #741314;
   font-size: 1.2em;
   font-weight: normal;
   text-transform: uppercase;
}

#content p, #content2 p {
	line-height: 2em;
	font-size: 0.9em;
}

#content p a, #content2 p a {
	text-decoration: none;
	font-size: 1em;
	color: #821405;
}

#content p a:link, #content2 p a:link {
	color: #821405;
	text-decoration: none;
}

#content p a:visted, #content2 p a:visited {
	color: #821405;
	text-decoration: none;
}

#content p a:hover, #content2 p a:hover {
	font-size: 1em;
	color: #BBD16D;
	text-decoration: underline;
}

#content p a:active, #content2 p a:active {
	color: #BBD16D;
	text-decoration: none;
}

#content h4 a, #content2 h4 a {
	text-decoration: none;
	color: #821405;
}

#content h4 a:link, #content2 h4 a:link {
	color: #821405;
	text-decoration: none;
}

#content h4 a:visted, #content2 h4 a:visited {
	color: #821405;
	text-decoration: none;
}

#content h4 a:hover, #content2 h4 a:hover {
	font-size: 1em;
	color: #BBD16D;
	text-decoration: underline;
}

#content h4 a:active, #content2 h4 a:active {
	color: #821405;
	text-decoration: none;
}

.return {
	float: right;
	margin-right: 30px;
}


/* News section
-----------------------
*/
#news {
	position: relative;
    float: right;
    width: 252px;
    margin-top: 35px;
    padding-bottom: 75px;
}

#news h3 {
	width: 220px;
    clear: right;
    margin: 0 0 5px 10px;
    padding: 0 0 7px 3px;
    border-bottom: 1px solid #8B0000;
    color: #741314;
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
}

#news h4 {
	width: 210px;
    clear: right;
    margin: 0 0 5px 12px;
    padding: 5px 0 3px 5px;
    color: #741314;
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
}

#news p {
	width: 200px;
	padding-left: 15px;
	margin: 2px 5px 5px 10px;
	line-height: 1.2;
	padding: 0 0 8px 5px;
	border-bottom: 1px solid #8B0000;
	font-size: 0.8em;
}

#news ul li {
	line-height: 1.3;
}

#news a {
	text-decoration: none;
	color:#000
}

/* Footer
--------------
*/

#footer {
   clear: both;
   float: left;
   width: 640px;
   margin: 50px 0;
   padding: 20px 40px 0;
   background: url(../images/bg_footer.gif) no-repeat center top;
}

#footer p {
   float: left;
   font-size: 0.8em;
   color: #52615F;
}

#footer h4 {
   float: left;
   font-size: 0.7em;
   color: #000000;
}

#footer p.powered {
   float: right;
}

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

#footer a:hover {
   text-decoration: none;
}

/* Misc */

#content2 p.red {
	color: #C00;
	font-size:20px;
	line-height: 1.4em;
}
#content2 p.blue {
	color: #30F;
	font-size:30px;
	line-height: 1.4em;
}
#content2 p.green {
	color: #3C0;
	font-size:30px;
	line-height: 1.4em;
}
#content2 p.pink {
	color: #F39;
	font-size:30px;
	line-height: 1.4em;
}
#content2 p.grey {
	color: #999;
	font-size:20px;
	line-height: 1.4em;
}
#content2 p.greybig {
	color: #999;
	font-size:30px;
	line-height: 1.4em;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

form, form input {
	padding: 3px;
}

.sermons {
	padding: 5px;
	margin-left: 200px;
	background-color: #EEE;
	width: 400px;
	margin-bottom: 20px;
}

.sermons h4 {
	border-bottom: 1px thin #8B0000;
	color: #741314;
	margin:5px 0;
}

.sermons h4 a {
	float: right !important;
	margin-right: 25px !important;
}

.sermons p {
	padding-left:5px;
}

.sermons a:link, .sermons a:hover, .sermons a:visited {
	text-decoration: none;
	color: #741314;
}

<!-- Accordian Menu Styles -->
		.arrowlistmenu{
		width: 180px; /*width of accordion menu*/
		}
		
		.menu-right {
			float:right;
			margin-right: 65px;
		}
		
		.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
		font: bold 14px Arial;
		color: white;
		background: black url(../images/titlebar.png) repeat-x center left;
		margin-bottom: 10px; /*bottom spacing between header and rest of content*/
		text-transform: uppercase;
		padding: 4px 0 4px 10px; /*header text is indented 10px*/
		cursor: hand;
		cursor: pointer;
		}
		
		.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
		background-image: url(../images/titlebar-active.png);
		}
		
		.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
		list-style-type: none;
		max-width: 250px;
		margin: 0;
		padding: 0;
		margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
		}
		
		.arrowlistmenu ul li{
		padding-bottom: 2px; /*bottom spacing between menu items*/
		}
		
		.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
		background: #695202 !important;
		max-width: 250px;
		}
		
		.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
		background: #695202 !important;
		}
		
		.arrowlistmenu ul li a{
		color: #A70303;
		background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
		display: block;
		padding: 2px 0;
		padding-left: 19px; /*link text is indented 19px*/
		text-decoration: none;
		font-weight: bold;
		border-bottom: 1px solid #dadada;
		font-size: 90%;
		}
		
		.arrowlistmenu ul li a:visited{
		color: #A70303;
		}
		
		.arrowlistmenu ul li a:hover{ /*hover state CSS*/
		background-color: #F3F3F3;
		}
		
		.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
		background: lightblue;
		}
		.arrowlistmenu ul li a.subexpandable {
		color: #fff !important;
		}
