/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}

h1, h2, h3 {
	font-weight: normal;
	color: #33FFFF;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #33FFFF;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img {
}

img.left {
	float: left;
	margin: 10px 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	margin-bottom: 10px;
}

.boxed .content {
}

/* Post */

.post {
}

.post .title {
}

.post .date {
	margin-bottom: 2em;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	margin-bottom: 20px;
	padding: 10px 0;
	border-top: 1px dotted #333333;
	border-bottom: 4px dotted #333333;
	font-size: x-small;
}

.post .meta p {
	margin: 0;
}

.post .story {
}

/* Header */

#header {
	height: 170px;
	background: #000000 url(templates/Midnightalley/resources/common/images/img02.gif) repeat-x;
}

#header #spacer_thingy{
	height:70px;
	width:100%;
}

/* Header > Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
	padding: 0 0 0 20px;
}

#logo h2 {
	padding-left: .25em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header > Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 15px 10px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 15px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
}

/* Content */

#content {
	padding: 20px;
}

/* Content > Main */

#main {
	padding: 20px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 180px;
	padding: 20px;
}

#sidebar .title {
	border-bottom: 5px solid #666666;
}

#sidebar a {
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
}

#login input {
	margin-bottom: 10px;
	font: normal small Georgia, "Times New Roman", Times, serif;
}

#inputtext1, #inputtext2 {
	width: 170px;
}

#inputsubmit1 {
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font-size: .8em;
}

#updates p {
	line-height: normal;
	font-size: .8em;
}

#updates a {
}

/* Content > Sidebar2 */

#sidebar2 {
	float: left;
	width: 180px;
	padding: 20px;
}

#sidebar2 .title {
	border-bottom: 5px solid #666666;
}

#sidebar2 a {
}

#sidebar2 ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

/* Footer */

.sys_footer {
	clear: both;
	padding: 20px;
}

.sys_footer p {
	margin: 0;
	text-align: right;
	line-height: normal;
	font-size: x-small;
}

.sys_footer a {
	text-decoration: underline;
	color: #666666;
}

.sys_footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}
.sys_txt {
	margin: 0;
	background: #000000 ;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;margin: 0;
	padding: 0;
}

a{color: #33FFFF;}

.sys_txt h1,.sys_txt  h2,.sys_txt  h3 {
	font-weight: normal;
	color: #33FFFF;
}

.sys_txt h1 {
	font-size: 2.4em;
}

.sys_txt h2 {
	font-size: 1.6em;
}

.sys_txt h3 {
	font-size: 1em;
}

.sys_txt p,.sys_txt  blockquote,.sys_txt  ul,.sys_txt  ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

.sys_txt p {
}

.sys_txt blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

.sys_txt ul {
	margin-left: 3em;
}

.sys_txt ul li {
}

.sys_txt ol {
	margin-left: 3em;
}

.sys_txt ol li {
}

.sys_txt a {
	color: #33FFFF;
}

.sys_txt a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.sys_txt img {
}

.sys_txt img.left {
	float: left;
	margin: 10px 20px 0 0;
}

.sys_txt img.right {
	float: right;
	margin: 0 0 0 20px;
}