﻿/*  
Theme Name: Unnamed
Author: Me
*/

body {
	margin: 0px;
	padding: 0;
	background: #000000;
	font-size: 13px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
	color: #ADADAD;
	background: #000000 url(images/background.gif) repeat-y 50% 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
	font-weight: normal;
	color: #ffffff;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 13px;
}

img {
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p {
	line-height: 170%;
} 

ul, ol {
	line-height: 200%;
}

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

a:hover {
	color: #FFFFFF;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 823px;
	height: 122px;
	margin: 0 auto;
	padding: 0px;
	border-width: 40px 10px 10px 10px;
	border-style: solid;
	border-color: #000;
	background: url(images/img01.jpg) no-repeat left top;
}

/* Page */

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

/* Content */

#content {
	float: right;
	width: 576px;
	background-color: none;
}

.entry {
	margin: 0 25px;
}

.title {
	margin: 20px 25px 0 25px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 237px;
	background-color: none;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0;

}

#sidebarmenu a {
	display: block;
	padding: 8px 0px 5px 10px;
	background: url(images/buttonH.gif) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
	font-size: 16px;
}


#sidebarmenu a:hover {
	text-decoration: none;
	background: url(images/buttonA.gif) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
}

.sidebartext {
	margin: 0 18px 0 18px;
	font-size: 11px;
}
.sidetitle {
	margin: 10px 0 0 18px;
}

/* Footer */

#footer {
	clear: both;
	height: 120px;
	margin: 0 auto;
	padding-top: 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
	color: #646464;
	background-color: #000;
}

#footer p {
	padding: 20px 0;
}

#footer p a {
	color: #FFFFFF;
}