body {
	color: #000000;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	background: url('/img/AbstractBG.jpg') repeat-x fixed;
	margin: 0px;
	padding: 10px;	
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

a:link {
	color: #4148a0;
}

a:visited {
	color: #4148a0;
}

a:hover {
	color: #9ea0c3;
}

h3 {
	font-size: large;
	font-style: italic;	
	color: #4148a0;
	margin: 0px;
}

#copyright {
	position: absolute;
	bottom: 10px;
	right: 10px;
	visibility: hidden;
}

#wrapper {
	margin: auto;
	padding: 20px;
	padding-top: 12px;
	text-align: left;
	width: 1000px;
	position: relative;
}

#topbar {
	height: 20px;
	width: 700px;
	margin: auto;
	
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;	
}

#innerwrapper {
	width: 640px;
	margin: auto;
	background-color: #FFFFFF;
	
	padding: 20px;
	padding-top: 1px;
	padding-right: 40px;
	
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;	
}

.post {
	background: url('img/Chalice.png') left top no-repeat;
	min-height: 150px;
}

.divider {
	position: relative;	
	width: 100%;
	height: 40px;
	padding-top: 25px;
}

.meta {
	font-size: 10px;
	color: #888888;
}

#menu {
	background: url('img/nav.gif') left top no-repeat;
	
	position: absolute;
	width: 200px;
	height: 250px;
	left: 80%;
	top: 120px;
	
	padding-top: 12px;
	padding-left: 20px;
	
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.widgettitle {
	font-family: tahoma, helvetica, arial, sans-serif;	
	font-size: 16px;
	color: #ffc500;
	margin: 0px;
}

.textwidget, .textwidget a {
	font-family: tahoma, helvetica, arial, sans-serif;	
	font-size: 16px;
	color: #ffc500;
	margin: 0px;	
}

.widget_search div {
	position: relative;
	bottom: 0px;
}

#menu form {
	margin: 0 0 0 0;
}

textarea {
	width: 99%;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
}

#menu ul li {
	letter-spacing: 0.1em;
	margin-top: 10px;
	text-align: left;
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}