
body {
	margin-top: 55px;
	background: #180818 url(stars.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #d5fdff;
}

img	{
	text-align: right;
}



p.italic {font-style: italic;}

h1, h2, h3 {
	margin: 0;
	font-family: georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #d5fdff;
}



h1 { font-size: 44px; }

h2 { font-size: 20px; }

h3 { font-size: 18px;
	padding-bottom: 0.5em;}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}

address 	{
	padding-bottom: 1em;
	padding-left: 20px;
}
	
ul, ol { }

blockquote { }

a { color: #FFFFFF; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: 913px;
	height: 81px;
	margin: 0 auto;
	border: 0px solid white;
}



/* Page */

#page {
	width: 913px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	background: #180818;
	border: 0px solid red;
}

/** LOGO */

#logo {
	float: left;
	height: 0px;
	width: 280px;
	margin: 0 auto;
	background: #180818;
	border: 0px solid white;
}

#logo img {	
	margin-left: 50px;
	margin-top: 50px;
	background-color: #ffffff;
	padding: 5px;
	border: solid;
	border-width: 5px;
	border-color: #424c60;
}

/* Content */

#content {
	float: right;
	width: 600px;
	margin-top: 50px;
	background: #180818;
	border: 0px dashed green;
}

/* Post */

.post {
	margin-bottom: 25px;
}

.post img	{
	text-align: right;
	background-color: white;
	padding: 0px;
	border: solid;
	border-width: 5px;
	border-color: #330033;
	float: right;
	margin: 10px 5px 20px 20px;

	}

.post .title {
	height: 30px;
	margin:0 0px 0 3px;
	padding: 8px 0px 2px 20px;
	background: #424c60;
	color: #d5fdff;
}



.post .meta {
	margin: -30px  0 3px 25px;
	padding: 2px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #B6ACA2;
}

.post .meta a { color: #B6ACA2; }

.post .entry {
	padding: 25px 20px 0px 20px;
}






/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
	border: 0px solid blue;
	margin-top: 50px;
}

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

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 20px 0px;

}

#sidebar li ul {
	line-height: 150%;
	margin-top: 1.5em;
}

#sidebar li li {
	margin: 0;
	padding: 0 20px;
}

#sidebar p {
	margin: 0;
	padding: 20px;
}

#sidebar h2 {
	height: 30px;
	margin-bottom: 0px;
	padding: 8px 0px 2px 20px;
	background: #424c60;
	font-size: 20px;
	color: #d5fdff;
}


#sidebar p {
	line-height: 200%;
}

#sidebar a:link {text-decoration: none;}
#sidebar a:visited {text-decoration: none;}
#sidebar a:active {text-decoration: none;}
#sidebar a:hover {text-decoration: underline;}



/* Footer */

#footer {
	width: 913px;
	margin: 0 auto;
	padding: 0;
	background: url(images2/bottomcurve.gif) no-repeat left top;
	height: 80px;
	border: 0px dashed red;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	color: #d5fdff;
}

#footer a {
	color: #C752C7;
}

