/* Header styles*/
#header {
	background: #FFF url(../images/StainGlassBG.gif);
	margin: 0;
	padding: 0;
	height: 125px;
	border: 5px groove #2960D0;
}
#header #logo {
	padding: 10px;
}
#header #logo a {
	position: absolute;
	top: 100px;
	right: 20px;
}
#header a {
	float: right;
}
#welcome {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 75%;
}

/* Navigation styles */
#nav {
	width: 110px;
	list-style: none;
	margin: 0 0 5px 5px;
	padding: 0;
	float: left;
	background: #FFF url(../images/StainGlassBG.gif);
	border: 5px groove #2960D0;
}
#nav a {
	text-decoration: none;
	display: block;
	padding: 0 5px;
}
#nav li {
	display: block;
}
#nav li:hover {
	color: #FFF;
	background: #FFE901;
}
#nav a:hover {
	text-decoration: none;
}

/* Footer styles */
#footer {
	clear: both;
	Background: #FFF url(../images/StainGlassBG.gif);
	height: 90px;
	margin: 5px 0 0 0;
	padding: 10px;
	border: 5px groove #2960D0;
}
#footer #footLogo {
	margin: 0;
	padding: 0;
	float: right;
}

#contactInfo {
	text-align: center;
}

/* Universal styles */
html {
	background: url(../images/glass3.jpg);
}
#wrapper{
	width: 100%;
	
}
#content {
	margin: 10px 10px 1px 130px;
	padding: 10px;
	Background: #FFcc33 url(../images/StainGlassBG.gif);
	border: 5px groove #2960D0;
}
h1 {
	color: #2960D0;
}
h2 {
	color: #2960D0;
}
h3 {
	color: #643FBB;
}
h4 {
	color: #2960D0;
}
form {
	color: #643FBB;
	font-weight: bold;
}
#title {
	font-weight: bold;
	color: #7F1300;
}
.pics {
	float: right;
	padding: 5px;
}
#special_announcement {
	color: #643FBB;
	font-weight: bold;
}

/* index page styles */
#churchPic {
	float: right;
	padding: 5px;
}
#times {
	padding: 20px 0;
	font-weight: bold;
}
#tableListing{
	clear: both;
	font-weight: bold;
}
#schedule {
	clear: both;
}
#schedule th {
	text-align: left;
}
#eventListing {
	width: 100%;
	color: #FFF;
	border: 1px solid #643FBB;
}
#eventListing td {
	padding: 3px;
	background: #2960D0;
	color: #FFF;
	border: 1px solid #643FBB;
}
#eventListing th {
	background: #7F1300;
	color: #FFF;
	border: 1px solid #643FBB;
}

/* pastor page styles */
#pastorPic{
	float: right;
	padding: 5px;
}

/* player styles */
#content #player {
	margin: auto;
	padding: 0;	
	float: left;
	border: 5px groove #2960D0;
}

#content #performerSelect {
	margin: auto;
	padding: 0 20px;
	float: right;
	width: 40%;
}
#list {
	width: 100%;
	color: #FFF;
	border: 1px solid #643FBB;
}
#list th{
	background: #7F1300;
	color: #FFF;
	border: 1px solid #643FBB;
}
#list td {
	background: #2960D0;
	color: #FFF;
	border: 1px solid #643FBB;
}
#content #adminSection{
	clear: both;
}

/* events page */
#eventTable {
	width: 95%;
	color: #FFF;
	border: 1px solid #643FBB;
}
#eventTable th {
	background: #7F1300;
	color: #FFF;
	border: 1px solid #643FBB;
}
#eventTable td {
	background: #2960D0;
	color: #FFF;
	border: 1px solid #643FBB;
}
/*#eventImages {
	width: 230px;
	float: right;
}*/

/* administration page */
#adminTable {
	width: 95%;
	color: #FFF;
	border: 1px solid #643FBB;
}
#adminTable th {
	background: #7F1300;
	color: #FFF;
	border: 1px solid #643FBB;
}
#adminTable td {
	background: #2960D0;
	color: #FFF;
	border: 1px solid #643FBB;
}

/* deacon page */
#deacons {
	text-align: center;
	margin: auto;
}
#deaconTable {
	text-align: center;
	width: 70%;
	border: none;
}
#deaconTable td, #deaconTable th {
	padding: 3px 5px;
	border: none;

}
#deaconTable th {
	color: #7F1300;
}
#aboutDeacons {
	width: 75%;
}
#deac {
	width: 25%;
	float: left;
	padding: 5px 10px;
	margin: 10px 0 5px 0;
	background: #FFcc33 url(../images/StainGlassBG.gif);
	border: 5px groove #2960D0;
}

/* Prayer styles */
#prayerTable {
	width: 85%;
	color: #FFF;
	border: 1px solid #643FBB;
}
#prayerTable th {
	background: #7F1300;
	color: #FFF;
	border: 1px solid #643FBB;
}
#prayerTable td {
	background: #2960D0;
	color: #FFF;
	border: 1px solid #643FBB;
}
#prayerTable td.name {
	width: 20%;
}
#prayerTable td.need {
	width: 80%;
}
#prayerTable2 {
	width: 85%;
	color: #FFF;
	border: 1px solid #643FBB;
}
#prayerTable2 th {
	background: #7F1300;
	color: #FFF;
	border: 1px solid #643FBB;
}
#prayerTable2 td {
	background: #2960D0;
	color: #FFF;
	border: 1px solid #643FBB;
}
#prayerTable2 td.name {
	width: 20%;
}
#prayerTable2 td.need {
	width: 50%;
}
#prayerTable2 td.dis {
	width: 20%;
}
#prayerTable2 td.delete {
	width: 10%;
}
#prayRequest {
	color: #643FBB;
	font-weight: bold;
}

/* awana styles */
#awanaList {
	list-style: none;
	padding: 0 10px;
}
#clHead {
	margin: 0;
	padding: 0;
}

/* classes styles */
h3.link {
	color: blue;
	text-decoration: underline;
}
h3.link:hover {
	color: #7F1300;
}
span.title {
	font-weight: bold;
	color: #643FBB;
}

/* staff styles */
#content2 {
	width: 80%;
	margin: 10px 10px 1px 130px;
	padding: 10px;
	Background: #FFcc33 url(../images/StainGlassBG.gif);
	border: 5px groove #2960D0;
}
#staff {
	list-style: none;
	padding: 0 20px;
	font-weight: bold;
	float: left;
}
#staff2 {
	list-style: none;
	padding: 0 10px;
	font-weight: bold;
	float: right;
}
#employ {
	margin: 5px;
}
#thanks {
	clear: both;
	margin-left: 50px;
}

/* children styles */
li {
	color: #7F1300;
}

/* Images page */
#imageTable {
	width: 95%;
	color: #FFF;
	border: 1px solid #643FBB;
}
#imageTable th {
	background: #7F1300;
	color: #FFF;
	border: 1px solid #643FBB;
}
#imageTable td {
	background: #2960D0;
	color: #FFF;
	border: 1px solid #643FBB;
}



