/*
	Lumen Progressive Campus Ministry Newsletter
	http://news.lumenmin.org/
	Dark Style
*/

body {
	background-image: url(images/leftbar.png);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #000000;
	color: #ffffff;
	margin: 0px auto;
}
a:link {
	color: #ff0000;
	text-decoration: none;
}
a:visited {
	color: #ffff00;
	text-decoration: none;
}
a:hover {
	color: #ffff00;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
img {
	border: none;
}
p {
	text-indent: 20px;
	text-align: justify;
}

/* Complex stuff */

.wrap {
	margin-left: 52px;
	margin-right: 52px;
	margin-top: 76px;
	border: 2px solid #999999;
	background-color: #660000;
	color: #ffffff;
	padding: 3px;
}
.wrap div {
	border: 1px solid #cccccc;
	background-color: #000000;
	margin: 5px;
	text-align: center;
}
.footer {
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	font-size: 12px;
	margin-left: 52px;
	margin-right: 52px;
	margin-top: 20px;
	text-align: center;
}
.header {
	font-size: 18px;
	font-weight: bold;
}
.nav {
	font-size: 20px;
	font-weight: bolder;
	font-variant: small-caps;
	color:#ffffff;
	background-color: #000000;
}
.quote {
	font-style: italic;
	text-indent: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
.quote:first-letter {
	font-size: 24px;
}
.left {
	float: left;
	background-color: #000000;
}
.right {
	float: right;
	background-color: #000000;
}
.center {
	background-color: #000000;
}

/* Navigation Structure */
.float-left{
float: left;
}
.float-right{
float: right;
}
.clear{
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none;
}
.nav-container{
position:relative;
zoom:1;
margin: 0 auto;
font-size: 12px;
}
.nav-container a, .nav-container li{
float:left;
display:block;
white-space:nowrap;
}
.nav-container div a, .nav-container ul a, .nav-container ul li{
float:none;
}
.nav-container ul{
left:-10000px;
position:absolute;
}
.nav-container, .nav-container ul{
list-style:none;
padding:0px;
margin:0px;
background-color: #333333;
}
.nav-container li a{
float:none
}
.nav-container li{
position:relative;
}
li:hover>ul{
left:auto;
}
#nav-container ul {
top:100%;
}
#nav-container ul li:hover>ul{
top:0px;
left:100%;
}
.navigation {
	width: 109px;
	position: absolute;
		top: 32px;
		right: 0px;
}
.navigation span a:hover {
	text-decoration: none;
	color: #ffffff;
}
.nav-links a {
	color: #ffff00;
	text-decoration: none;
}
.nav-links a:hover {
	color: #ffff00;
	text-decoration: underline;
}
.search {
	position: absolute;
		top: 2px;
		right: 3px;
}
.zoomsearch div {
	border: 0px;
	background: #660000;
	text-align: left;
}