/* Forms! */
legend {color: #FFFFFF}
form ul.fields li {list-style-type: none}
form input.text, form input.password, form textarea {width: 175px;	color: #FFFFFF; background-color: #333333; border: 1px solid #cccccc;}
form input.disabled {width: 50px; color: #EEEEEE; background-color: #444444; border: 1px solid #CCCCCC}
form textarea {width: 400px; height: 100px}
.select {width: 50px}
.field {padding-left: 150px}
.field label {display: inline; float: left; width: 140px; margin-left: -150px;}

html {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table {
	margin-left: auto;
	margin-right: auto;
}

.sermontitle {
	font-weight: bold;
}
.subtitle {
	font-style: italic;
	font-size: 0.75em;
}

a:link {
	color: #FFFFFF;
	text-decoration:underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration:underline;
}
a:hover {
	color:#CCCCCC;
	text-decoration:none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #9e869e;
	background-image: url(../images/bg_tile.png);
	margin-top: 0px;
	margin-bottom: 0px;
}

a.lightup:link {
	color:#FFFFFF;
	text-decoration:none;
}
a.lightup:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.lightup:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.login {
	color: #FFFFFF;
	font-size: 12px;
}
.login a {
	color: #CCCCCC;
	text-decoration: none;
}
.login a:hover {
	text-decoration: underline;
}

.text  {
	width: 120px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #333333; 
	border: #cccccc; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
.submit  {
	font-family: Arial;
	font-size: 11px;
}

.tableLightup1 {
	background-color:#55555f;
	vertical-align: top;
}
.tableLightup1:hover {
	background-color:#77777f;
	vertical-align: top;
}

.tableLightup2 {
	background-color:#44444f;
	vertical-align: top;
}
.tableLightup2:hover {
	background-color:#66666f;
	vertical-align: top;
}

.tableFooter {
	background-color:#666666;
	font-size: 10px;
}
.tableFooter:hover {
	background-color:#888888;
	font-size: 10px;
}

.header {
	width: 800px;
	background-color:#000000;
}

.title {
	background-color: #563c56;
	border: solid;
	border-color: #000000;
	border-width: 1px;
	font-family: "Agency FB";
	font-size: 24px;
	text-align: center;
}

.content {
	background-color: #55555f;
	font-size:16px;
	height: 560px;
	width: 800px;
	border: solid;
	border-color: #000000;
	border-width: 0px 1px 1px 1px;
	vertical-align: top;
	padding: 5px;
	text-align: center;
}

.sidebar {
	background-color: #666666;
	font-size:12px;
	border: solid;
	border-color: #000000;
	border-width: 0px 1px 1px 0px;
	width: 200px;
	vertical-align: top;
}

.footer {
	background-color: #563c56;
	border: solid;
	border-color: #000000;
	border-width: 0px 1px 0px 1px;
	text-align: center;
}

.copyright {
	background-color: #000000;
	text-align: center;
}

.small {
	font-size:12px;
}
.large {
	font-size:18px;
}

.gospel {
	border: solid;
	border-color: #000000;
	border-width: 0px 0px 1px 0px;
}

.loginform {
	border: solid;
	border-color: #000000;
	border-width: 0px 0px 1px 0px;
}

#dropmenudiv {
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover {
	background-color: #55555f;
}

/* Blog Styles */
.charactersLeft {
	font-size: 12px;
	color: #CCCCCC;
	text-align: right;
}
.charactersLeft tag {
	font-weight: bold;
	color: #9E869E;
}

.blog {
	text-align: left;
}
.blog h1 {
	color: #9E869E;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}
.blog span {
	color: #CCCCCC;
	font-size: 12px;
	font-weight: normal;
}
.blog h1 span {
	float: right;
}
.blog h2 {
	font-size: 14px;
}

.comment {
	text-align: left;
}
.comment h1 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}
.comment span a {
	color: #FFFFFF;
}

.full {
	width: 100%;
}

.dot_border {
	background-image: url(../images/dot.png);
	background-repeat:repeat-x;
	width: 100%;
	height: 3px;
	margin-bottom: 10px;
}