/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
@font-face {
	font-family: graffito;
	src: url('../CSS/GRAFFITO.TTF');
}
@font-face {
	font-family: somesss;
	src: url('../CSS/SOMESSS_.TTF');
}

html {
	background-color:#000;
}

body {
	margin: 75px 0 0 0;
	padding: 0;
	border:none;
	background-color:#FFF;
	text-align: justify;
	font: 15px Arial, Helvetica, sans-serif;
	color: #666666;
	overflow:auto;
}

#header {
	width: auto;
	left:0; right:0;
	top:0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	height: 50px;
	background-color:#000;
	position:absolute;
	z-index:998;
}

#left {
	position:absolute;
	width:500px;
	height:520px;
	top:50px; bottom:200px;
	left:0; 
	z-index:997;
	background-color:#FFF;
	border-right:solid 5px #000; border-left:solid 5px #000;
	border-bottom:solid 60px #000;
}

#right {
	position:absolute;
	width:690px;
	height:auto;
	left: 520px; right: 0px;
	top: 50px; 
	background-color: #FFF;
	border-left: solid 10px #000; border-right:solid 5px #000;
	border-bottom:solid 60px #000;
	padding-left: 20px;
	padding-right: 20px;
}
#right p {
	padding-left:10px;
	color:#666;
}

#aff {
	position: absolute;
	left: 5px; 
	width: 500px;
	top: 540px;
	text-align:center;
}

#aff p {
	font:Arial, Helvetica, sans-serif;
	padding: 0px;
}

#aff a img {
	margin-right: 4px;
}

form {
	margin: 0;
	padding: 0;
}

input {
	padding: 5px;
	background: #FEFEFE url(../images/img13.gif) repeat-x;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #3CB7FF;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}
h4 {
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding: 0px;
	float: left;
	width: 190px;
	margin-right: 20px;
	margin-top: 10px;
	color: #3CB7FF;
	white-space: normal;
	height: auto;
	text-align: left;
}

p, ol, ul {
	padding-right: 20px;
	padding-bottom: 20px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-bottom: 2em;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #3CB7FF;
}

a:hover {
	text-decoration: none;
}

#logo h1, #logo p {
	float: left;
}

#logo h1 {
	font-size: 2.4em;
	padding: 0px 0 0 0px;
}

#logo p {
	margin: 0;
	padding: 18px 0 0 4px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #222426;
}

#logo p a {
	color: #222426;
}

#menu {
	float: right;
	margin-top: 5px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	height: 42px;
}

#menu a {
	display: block;
	padding: 2px 20px 2px 20px;
	background-color: #3CB7FF;
	margin-top: 10px;
	margin-right: 2px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	z-index:994;
	position:relative;
}

#menu .last {
	margin-right: 0;
	padding-right: 0;
}

#menu a:hover {
	background: #1B2025;
	color: #FFFFFF;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	background: #1B2025;
	color: #FFFFFF;
}


#gallery {
	position:relative;
	background-color:#000;
	width: 800px;
	height: 250px;
	margin: 0 auto;
	margin-top: 20px;
	z-index: 1;
}

/* Page */

#page {
	width: auto;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

.post img {
	max-height: 500px;
	max-width: 500px;
}

/* Content */

#contents {
	padding: 0 0px 0 0px;
}

.post {
	/*margin-bottom: 10px;*/
}

.post .title {
	clear:both;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
}

.post .title h2 {
	padding: 0px 30px 5px 0px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 2.2em;
	color: #3CB7FF;
}

.title h2 a {
	clear:both;
	color: #3CB7FF;
}

.post .title p {
	clear:both;
	margin-right: 5px;
	padding: 10px 0 10px 20px;
	border-top: 4px #D8DFE6 solid;
	line-height: normal;
	color: #3CB7FF;
}

.post .title p a {
	clear:both;
	color: #3CB7FF;
}

.post .entry {
	clear:both;
	padding: 0;
}

.post .links {
	padding: 5px 10;
	border-bottom: 1px #D8DFE6 dotted;
	margin-top: 10px;
	text-align: left;
}

.post .links a {
	font-weight: bold;
}

.post .links a:hover {
}

.post .links .more {
		clear:both;
	padding: 0 0 5px 20px;
	background: url(../images/img04.gif) no-repeat left 50%;
}

.post .links .comments {
	margin-left: 20px;
	background: url(../images/img05.gif) no-repeat left 50%;
	padding: 20px 0 0 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	padding: 0 0px 40px 30px;
}

#sidebar li li {
	margin: 0;
	padding-left: 30px;
	background: url(/images/img02.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	padding: 0px 30px 10px 30px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 1.6em;
	color: #3CB7FF;
}
/* Footer */

#footer {
	position:relative;
	left: 0px;
	width: auto;
	bottom:-80px;
	z-index:10;
}

#footer p {
	margin-left:0px;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	line-height: 15px;
	font-size: .9em;
}

#footer a {
	padding: 0 20px;
	text-decoration: none;
	color: #187BD9;
}

#footer a:hover {
}


#footer .legal a {
	padding: 0;
}
#prayers p {
	width:auto;
	cursor:default;
	margin-left:0px;
	margin-right:0px;
	line-height:normal;
	text-transform:uppercase;
	font-family:graffito;
	color:#FF0;
	padding:0px;
	border:none;
	text-align:left;
}

#parallax {
	position:relative; 
	overflow:hidden; 
	width:800px;
	height:600px;
}




/* leader's gallery */
ul.leaders {
	width: 520px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
}
ul.leaders li {
	float: left;
	margin: 0px; padding: 0; max-height:140px;
	width:120px;
	text-align: center;
	border: 0px solid #ccc;
	cursor:pointer;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}

ul.leaders li img {
	max-height:120px;
}

#thumb {
	width: 120px; /*--Width of image--*/
	height: 120px; /*--Height of image--*/
	padding: 0px;
	border-bottom: 1px solid #000;
}
ul.leaders li span { /*--Used to crop image--*/
	width: 120px;
	height: 120px;
	overflow: show;
	display: block;
}

ul.leaders li p {
	position:relative;
	margin-left:10px;
	top:-13px;  
	color:#fff;
	font:"Courier New" bold italic;
}
ul.leaders li p.name {
	opacity: 0;
	position:relative; 
	top:-60px;
	width:140px;
	height:20px; 
}

ul.leaders li p b {
	font-size:1em;
	color:#00a;
	font:bold;
	text-transform:uppercase;
	text-shadow:#000;
}



/* rounded box crap */
#rounded {
	background-image: url(../images/rounded.png);
	background-repeat:no-repeat;
	position:absolute;
	left:500;
	width: 520px;
	height: 520px;
}

div.rounded-box {
    width: 9em;
    background-color: #FFF;
    margin: 3px;
}
div.top-left-corner, div.bottom-left-corner,
div.top-right-corner, div.bottom-right-corner
{
	position:absolute; width:20px; height:20px;
	background-color:#000; overflow:hidden;
}

div.top-left-inside, div.bottom-left-inside,
div.top-right-inside, div.bottom-right-inside
{
	position:relative; font-size:150px; font-family:arial;
	color:#FFF; line-height: 40px;
}
div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {top:0px; right:0px;}
div.bottom-right-corner {bottom: 0px; right:0px;}
div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}
div.box-contents {
	position: relative;
	padding: 20px; 
	color:#000;
}
