/* GLOBAL ELEMENTS */
body {
	background: #4c6a7f;
	color: #000000;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	margin: 20px 0 20px 0;
	text-align: center;
}
a:link {
	background-color: inherit;
	border-bottom: 1px dotted #d0d0d0;
	color: #4c8cba;
	text-decoration: none;
}
a:visited {
	background-color: inherit;
	border-bottom: 1px dotted #d0d0d0;
	color: #4c6a7f;
	text-decoration: none;
}
a:hover {
	background-color: inherit;
	border-bottom: 1px solid #000;
	color: #4c8cba;
	text-decoration: none;
}
p {
	margin: 0px;
	padding: 2px 2px 2px 2px;
}


/* PAGE ELEMENTS */
#page {
	margin: auto;
	text-align: justify;
	width: 750px;
}
#head {
	background: url(images/head.png) no-repeat;
	height: 120px;
	padding: 20px 11px 0px 11px;
	text-align: justify;
}
#body {
	background: url(images/body.png);
	padding: 0px 20px 0px 20px;
}
#badges {
	background: url(images/body.png);
	font-size: 10px;
	padding: 5px 20px 0px 20px;
	text-align: right;
}
#foot {
	background: url(images/foot.png) no-repeat;
	clear: both;
	height: 25px;
	overflow: hidden;
}


/* HEAD ELEMENTS */
#head div.logo {
	background: url(images/headerlogo.png) no-repeat top left;
	height: 70px;
	margin-left: 9px;
	width: 450px;
}
#head div.clock {
	float: right;
	margin-right: 16px;
}
#head div.bar {
	background: url(images/headbar.png);
	background-color: inherit;
	clear: both;
	color: #ffffff;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	width: 100%;
}
#head div.bar div.date {
	float: right;
	font-size: 10px;
	font-weight: bold;
	margin-right: 5px;
	text-transform: uppercase;
}


/* BODY ELEMENTS: CONTENT */
#body div.content {
	float: right;
	width: 504px;
}
#body div.content p {
	clear: left;
}
#body div.content p:first-letter {
	background-color: inherit;
	color: #4c8cba;
	float: left;
	font-size: 60px;
	font-style: italic;
	font-weight: bold;
	padding: 3px 2px 15px 30px;
}
#body div.content span.mobius {
	background: url(images/mobiusbanner.png) left center no-repeat;
	padding-left: 25px;
}
#body div.content div.error404 {
	background: url(images/404.png);
	height: 50px;
	width: 100px;
}
#body div.content div.error404 span {
	display: none;
}
#body div.content hr {
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px solid #b6cede;
	height: 1px;
	line-height: 0px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}


/* BODY ELEMENTS: MEMBERS */
#body div.member-name {
	font-weight: bold;
	text-decoration: underline;
}
#body div.member-email {}
#body div.member-email {
	background: url(images/email.png) no-repeat left center;
	padding-left: 17px;
}
#body div.member-tag {}
#body div.member-description {
	text-indent: 30px;
}
#body div.member-pages {}
#body div.member-pages ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


/* BODY ELEMENTS: SIDEBAR */
#body div.sidebar {
	font-size: 11px;
	width: 200px;
}
#body div.sidebar ul {
	list-style: none;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}
#body div.sidebar li {
	background: url(images/arrow.png) left center no-repeat;
	padding-left: 20px;
}
#body div.sidebar li:hover {
	background: url(images/arrow_hover.png) left center no-repeat;
}


/* BADGES ELEMENTS */
#badges hr {
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px solid #4c8cba;
	height: 1px;
	line-height: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#badges a {
	border: none;
}