body {
	//background:#1e2426;
	background:#000055;
	font-family: 'Short Stack', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}

textarea {
	width: 220px;
	background: #FFFFFF url(images/img04.gif) repeat-x;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font-family: 'Short Stack', sans-serif;
	color: #6E6E6E;
}

h1, h2, h3 {
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

#header {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	background: url(images/header.png) no-repeat top left;
}

/* Logo */

#logo {
	position: absolute;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	font-weight: normal;
	text-transform: lowercase;
	font-size:60px;
}

#logo h2 {
	float: left;
	padding-top: 95px;
	text-transform: uppercase;
	font-family: 'Short Stack', sans-serif;
	font-weight: bold;
	font-size: 10px;
}

#logo h2, #logo h2 a {
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 100px;
	margin: 0 auto;
	float: left;
}

#menu ul {
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#menu a {
	float: left;
	
	padding: 5px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Short Stack', sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

/* Banner */

#banner {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;

}

/* Content */

#content {
	float: left;
	width: 800px;
}


.post .title {
	margin: 0;
	padding: 0px 0px 0 0px;
	/*background: url(images/img04.gif) no-repeat left 100%;*/
	border-bottom: 1px solid #FFFFFF;
}

.footer {
	border-top: 1px solid #FFFFFF;
}

.post .title a:hover {
	text-decoration: none;
}

.post .entry {
	padding: 0 20px;
}



