* {
	margin: 0;
	padding: 0;
}

body {
	color: #858894;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
}

h1, h2, h3 {
	color: #CDCDE2;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	text-align: left;
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	font-size: 92%;
	color: #5E6068;
}

.list1 li {
	padding: 8px 0;
	background: url(images/img5.gif) repeat-x left top;
}

.list1 .first li {
	background: none;
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #CDCDE2;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}


img.right {
	float: right;
	margin: 5px 0 0 15px;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x left bottom;
}

.boxed .title h2 {
	text-transform: uppercase;
	font-size: 100%;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.boxed .content {
	padding: 20px 20px 10px 20px;
}

/* Post */

.post {
}

.post .title {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x left bottom;
}

.post .title h2 {
	text-transform: uppercase;
	font-size: 100%;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.post .date {
	float: left;
	width: 100px;
	height: 25px;
	padding-top: 15px;
	background: url(images/img5.gif) repeat-y right top;
	text-align: center;
	font-size: 9px;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	float: left;
	width: 300px;
	height: 32px;
	padding: 8px 0 0 20px;
	font-size: 9px;
}

.post .meta p {
}

.post .story {
	clear: both;
	padding: 20px;
	background: url(images/img5.gif) repeat-x;
}
#page #content #welcome .story li {
	font-weight: normal;
	color: #DA2121;
}


.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
	text-align: justify;
}

/* Logo */

#logo {
	width: 760px;
	height: 260px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-image: url(images/heading.jpg);
}

#logo h1 {
	margin: 0;
	padding: 150px 0 0 0px;
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
}

#logo h2 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

#extra {
}

/* Content */

#content {
	float: right;
	width: 460px;
	padding: 0 20px;
	background: url(images/img4.gif) no-repeat;
}
#example .story h3 {
	font-size: 36px;
	text-align: center;
	color: #DA2121;
	margin-bottom: 20px;
}
#basemenu {
	font-size: 12px;
	text-align: center;
}
#basemenu a {
	font-weight: bold;
}
#basemenu p {
	text-align: center;
}



/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 0 20px;
	background: url(images/img3.gif) no-repeat right top;
	color: #5B5F6A;
}
#sidebar .boxed .content strong {
	color: #FFFFFF;
}


/* Content > Sidebar > Login */

#login {
	color: #878B98;
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#inputtext1, #inputtext2 {
	width: 150px;
}

#inputsubmit1 {
	width: 100px;
	background: transparent url(images/img2.gif) no-repeat left top;
	color: #CDCDE2;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
}

/* Content > Sidebar > Menu */

#menu {
	width: 760px;
	height: 95px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding-left: 50px;
	list-style: none;
	text-align: left;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 34px;
	padding: 16px 30px 0 38px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #878B98;
	font-weight: bold;
}

#menu a:hover {
	color: #CDCDE2;
	background-color: #000000;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	font-weight: bold;
}

#menu .first a {
	border: none;
}

#menu .active a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	clear: both;
	width: 720px;
	margin: 0 auto;
	padding: 20px;
	background: url(images/img5.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
	color: #3E3F46;
}
#footer a {
	color: #858894;
}


/* Footer > Links */

#links {
}
.formfields {
	color: #DA2121;
	background-color: #333333;
}

.surname {
    display: none;
    visibility: hidden;
}
