/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background:  black;
	font-size: 13px;
	color: #EBE6E3;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Helvetica";
}

h1, h2, h3 {
	font-weight: normal;
	color: #157DEC;
}

h1 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

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 {
	text-decoration: none;
	color: #157DEC;
}

a:hover {
	text-decoration: none;
	color: silver;
}

a#coffee{
	text-decoration: none;
	color: #FBB917;
}

a:hover#coffee {
	text-decoration: none;
	color: silver;
}


/* Header */

#header {
	width: 760px;
	height: 150px;
	margin: 5px auto;
	background: black;
}

#header p {
	margin: 0;
	color: #157DEC;
}

#header h1 {
	font: bold 330%/100% "Helvetica";
	position: relative;
	font-size: 40px;
	text-transform: none;
	padding-top: 55px;
        position: relative;

}

#header h1 span {
  background: url(images/gradient-shine.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 55px;
}
#header a {
	color: silver;
}

/* Page */

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

/* Content */

#content {
	float: left;
	width: 460px;
}

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

.title {
	margin: 0;
	border-bottom: 2px solid silver;
}

.byline {
	margin: 0;
	color: silver;
}

.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: right;
	width: 240px;
}

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

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted silver;
	background: url(images/img02.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 2px solid silver;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 2px solid silver;
	background: black;
	text-align: center;
	font-size: smaller;
}
