

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-size: 13px;
	color: #DFDFDF;
}

body, th, td, input, textarea, select, option {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
	font: Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
	color: #FFFFFF;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #3AA0B9;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a.wit:link { color: #999999; text-decoration: none; font-size: 10px;}
a.wit:visited { color: #999999; text-decoration: none }
a.wit:hover { color: #3AA0B9; text-decoration: none }
a.wit:active { color: #999999; text-decoration: none }

img.right {
	float: right;
	margin: 0 0 0 20px;
}
img.left {
	float: left;
	margin: 0 20px 0 0px;
}

/* Header */

#header {
	width: 950px;
	height: 160px;
	margin: 0 auto;
	background: url(images/header4.jpg) no-repeat right top;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}

#header h1, #header p {
	margin: 0;
	color: #EB42A3;
}

#header h1 {
	padding-top: 100px;
}

#header a {
	color: #EB42A3;
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 700px;
	padding-right: 10px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	margin-left: 10px;
	margin-top: 50px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	background: url(images/img02.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 0px 0 0 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	padding: 5px 0;
	background: url(images/img07.gif) repeat-x;
	text-align: center;
	font-size: 10px;
	width: 950px;
}
#footer a {
	text-align: center;
	font-size: 9px;
}
html {
     overflow: -moz-scrollbars-vertical;
}
