@charset "utf-8";
/* CSS Document */

/* 
Project: CSM - Church Student Ministries
Date: 29 September 2010
Author: bendesmond.com
*/

/* Page Setup */
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#universe {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	text-align: left;
	color: #fff;
	background: #000000;
}
#header {
	width: 720px;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: solid 3px #ffffff;
}


/* Main Navigation */
#navigationbar {
	width: 720px;
	height: 35px;
	margin: 20px 0px 0px 0px;
	border-top: solid 3px #ffffff;
}
#mainmenu {
	float: right;
	display: inline;
}
#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: lowercase;
}
#mainmenu li {
	float: left;
}
#mainmenu li a {
	float: left;
	display: block;
	height: 35px;
	padding: 0 10px;
	font-size: 1.2em;
	line-height: 35px;
	color: #ffffff;
	text-decoration: none;
	border-right: solid 3px #ffffff;
}
#mainmenu li a:hover {
	color: #000000;
	background: #ffffff;
}


/* Content */

#content {
	width: 720px;
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
}
#content p {
	line-height: 1.3em;
	margin: 0px;
	color: #ffffff;
}
#content a {
	color: #00b6de;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: 00b6de;
	text-decoration: underline;
}
.bigger {
	font-size: 130%;
}

#info {
	clear: both;
	width: 720px;
	padding-top: 20px;
	border-top: solid 3px #ffffff;
}
.left {
	width: 360px;
	float: left;
}
.right {
	width: 360px;
	float: right;
	text-align: right;
}
.clear {
	clear: both;
}


/* Footer */
#footer {
	width: 720px;
	clear: both;
	border-top: solid 3px #ffffff;
}
#footer p {
	margin: 0px;
	padding: 10px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.8em;
	color: #696969;
}
#footer a:link {
	color: #696969;
	text-decoration: none;
}
#footer a:visited {
	color: #696969;
	text-decoration: none;
}
#footer a:hover {
	color: #696969;
	text-decoration: underline;
}
