/* Custom CSS for celestttial.com by Monzilla Media @ http://monzilla.biz/ */

/* COLORS: http://www.cssdrive.com/imagepalette/index.php */

/* STRUCTURE */
* { padding: 0; margin: 0; outline: 0 none; }
body {
	background: #000 url(images/bg.jpg) fixed repeat-x center top;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 62.5%;
	color: #cfc8c5;
	}
#wrap {
	text-align: left;
	overflow: hidden;
	margin: 0 auto;
	width: 800px;
	}
#top {
	margin: 3.7em 0 7.7em 0;
	}
#nav {
	overflow: hidden;
	float: left;
	clear: none;
	width: 8%;
	}
#content-menu {
	overflow: hidden;
	float: right;
	clear: none;
	width: 90%;
	}
#content {
	overflow: hidden;
	float: left;
	clear: none;
	width: 70%;
	}
	.post, .info {
		margin-bottom: 1.7em;
		overflow: hidden;
		clear: both;
		width: 100%;
		}
	.left {
		float: left;
		clear: none;
		width: 60%;
		}
	.right {
		float: right;
		clear: none;
		width: 37%;
		}
#menu {
	overflow: hidden;
	float: right;
	clear: none;
	width: 27%;
	}
#foot {
	margin: 3.7em 0;
	clear: both;
	}

/* ELEMENTS */
h1 { font-size: 2.8em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 {
	font-weight: lighter;
	text-align: center;
	margin-top: 1.7em;
	font-size: 1.2em;
	}
ul ul, ol ol, ol ul, ul ol, ul p, ol p {
	font-size: 1.0em;
	}
p, ul, ol, dl {
	line-height: 1.7em;
	font-size: 1.4em;
	margin: 1.7em 0;
	}
p      { margin: 0.7em 0; }
dt     { font-weight: bold; }
ul li  { list-style-type: disc; }
ol li  { list-style-type: decimal; }
dd, li { margin: 0.3em 0 0.3em 3.3em; }

hr {
	text-align: center;
	margin-top: 1.5em;
	background: #555;
	display: block;
	border: 0 none;
	height: 1px;
	clear: both;
	color: #555;
	width: 99%;
	}

/* SPECIFICS */
#top h1 {
	margin-left: 80px;
	}
.nav {
	list-style-type: none;
	margin-top: 0;
	}
.nav li {
	margin-left: 0.3em;
	}
.data li {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0.7em 0 0.7em 1.3em;
	}
.date {
	margin-top: 0.3em;
	}
.player {
	border: 1px solid #ccc;
	}

/* LINKS */
a:link, a:visited {
	border-bottom: 1px solid #947e6c;
	text-decoration: none;
	color: #cd7130;
	}
a:hover, a:active {
	border-bottom: 1px solid #cfc8c5 ;
	text-decoration: none;
	color: #e98835;
	}
#top h1 a:link, #top h1 a:visited {
	border-bottom: 0 none;
	text-decoration: none;
	color: #cfc8c5;
	}
#top h1 a:hover, #top h1 a:active {
	border-bottom: 0 none;
	text-decoration: none;
	color: #f8f4f2;
	}

/* ALL YOUR CODE ARE BELONG TO POETRY */