﻿/* 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;
}

/* 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 Middle
--------------------------
*/

#content {
   float: left;
   width: 400px;
   margin-top: 35px;
}

#content 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 {
   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 {
	line-height: 1.5;
	font-size: 0.9em;
}

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

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

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

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

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

/* 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;
}