﻿body
{
	background-position: center;
	background-color: #3E3E3E;
	text-align: center;
	font-size: 12px;
	background-image: url('images/background.png');
	background-repeat: repeat-y;
}
#center
{
	width: 850px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#header
{
	background-image: url('images/Untitled-1.jpg');
	height: 175px;
	font-size: 16px;
	color: #000000;
	text-align: left;
	text-indent: 10px;
	clear:both;
}
#login
{
	color: #FFCC00;
	font-size: 10px;
	float: right;
	clear: both;
}
#navigation
{
	height: 40px;
	background-image: url('images/nav_back.png');
	background-repeat: repeat-x;
}

#navigation ul
{
	height: 40px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li
{
	display: inline;
}

#navigation a
{
	float: left;
	height: 32px;
	padding: 8px 15px 0 15px;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
#navigation a:hover
{
	float: left;
	height: 32px;
	padding: 8px 20px 0 19px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

/* the following below is used in dropdown menu */
#navigation .item 
{
	display:none;
}
#navigation .item a
{
	float: left;
	height: 16px;
	padding: 4px 20px 4px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}

#navigation .item a:hover
{
	float: left;
	height: 16px;
	padding: 4px 20px 4px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation .top
{
	display: block;
	float: left;
	height: 32px;
	padding: 8px 20px 0px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
#navigation .top .container
{
	position: absolute;
	background-color: #000000;
}
#navigation .top:hover .item
{
	display: block;
}
/* END */
.content
{
	text-align: left;
	overflow: visible;
}

.content .row
{
	margin: 5px;
	padding: 3px;
	overflow: visible;
	clear: both;
	vertical-align: top;
	background-color: #151517;
	

}
.content .row .section
{
	margin: 5px;
	display: inline-block;
	overflow: visible;
	vertical-align: top;
	color: #CCCCCC;
	clear: both;
	width: 820px;
}
.content .row .section a
{
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}
.content .row .section .header
{
	padding: 5px 10px 5px 10px;
	background-color: #1f2022;
	color: #FFCC00;
	text-transform: uppercase;
	background-repeat: repeat-x;
}
.content .row .section .body
{
	padding: 10px;
	background-color: #27282c;
	color: #CCCCCC;
	overflow:visible;
}

.footer
{
	color: #FFFFFF;
	clear:both;
}

ul#albums 
{
	list-style-type: none;
	width:750px;
}
ul#albums li
{
	border: thin solid #FF9900;
	padding: 5px;
	margin: 10px;
	float: left;
}
ul#albums li a
{
	text-decoration: none;
	color: #FFFFFF;
}

table#Comments
{
	width:750px;
}

table#Comments .commentrow
{
	border: thin solid #FFFF00;
}
table#Comments .date
{
	width: 100px;
}

.prayer_left
{
	margin: 5px;
	padding: 5px;
}

.prayer_right
{
	padding: 5px;
		margin: 5px;
}

