body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Lucida Grande, Lucida Sans, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.6667em;
	background: #152b48;
	background-image:url('http://sinoth.net/img/polygon_background.png');
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment: fixed;
	}

//img#bgimg {
//position:fixed;
//top: 0px;
//margin:auto;
//width:1280px;
//height:1200px;
//z-index:-2;
//}

a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #03C;
	}
p a {
	border-bottom: 1px solid #CCC;
	}
p a:hover {
	border-bottom: 1px solid #999;
	}

h1, h2, h3 {
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 3em;
	line-height: 1.2222em;
	margin: 0 0 .6111em 0;
	}
h2 {
	font-size: 1.6667em;
	line-height: 1em;
	margin: 2em 0 1em 0;
	}
h3 {
	font-size: 1.5em;
	line-height: 1.2222em;
	margin: 2.4444em 0 1.2222em;
	}
p {
	margin: 1.6667em auto;
	}
blockquote {
	margin: 0 1.6667em;
	}
hr {
	border: none;
	border-top: 1px solid #000;
	clear: both;
	margin: 0;
	padding: 0;
	}

/* Admin Controls */

#controls {
	background: #000;
	color: #FFF;
	line-height: 3.3333em;
	}
#controls ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 920px;
	}
#controls li {
	display: inline;
	}
#controls a {
	color: #FFF;
	margin-right: 1em;
	}
#controls a:hover {
	text-decoration: underline;
	}

/* Header */

#header {
	}
#header .header_box {
	width: 621px;
	margin: 0 auto;
	padding: 3.3333em 0 2px 0;
	border-bottom: 2px solid #000;
	overflow: hidden;
	}
#header .header_box2 {
	width: 621px;
	margin: 0 auto;
	padding: 5px;
	overflow: hidden;
	/*border-right: 1px solid #000;*/
	}	
#header h1 {
	margin: 0;
	font-size: 4em;
	line-height: 1em;
	/*text-shadow: #700 3px -3px 1px;*/
	}
#header h1 a {
	color: #600;
	}
#header h1 a:hover {
	color: #900;
	}
#header h2 {
	margin: 0;
	line-height: 1em;
	font-size: 2em;
	color: #888;
	float: left;
	font-weight: normal;
	}
#header h3 {
	/*margin-top: -1em;*/
	margin: 0;
	line-height: 1em;
	float: right;	
	font-size: 2em;
	color: #888;
	font-weight: normal;
	}
#header h4 {
	margin: 0;
	text-align: right;
	/*line-height: 1em;*/
	font-size: 1em;
	color: #777;
	font-weight: normal;
	}	
#header h4 a {
	color: #777;
	font-weight: normal;
	}	
#header h4 a:hover {
	color: #777;
	font-weight: bold;
	}	
#header form {
	float: right;
	width: 200px;
	margin-top: 1.6667em;
	}
#header input {
	width: 190px;
	}

/* Testing */
#testing {
	position: fixed;
	width: 670px;
	left: 50%;
	height: 100%;
	margin-left: -335px;
	z-index:-1;
	background: #fff;
	filter:alpha(opacity=65); -moz-opacity:0.65; opacity:0.65; -khtml-opacity:.65;
	}


/* Wrapper */

#wrapper {
	width: 621px;
	margin: auto;
	}

/* Sidebar */

#sidebar {
	width: 621px;
	float: right;
	}
#sidebar fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
#sidebar h1 {
	font-family: Lucida Grande, Lucida Sans, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.5em 0 0 0;
	border-top: 1px solid #000;
	color: #666;
	}
#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

/* Content */

#content {
	width: 621px;
	float: left;
	margin-top: 1.5em;
	}

.date {
	float: left;
	width: 100px;
	clear: both;
	margin: 0;
	}

.post {
	width: 521px;
	float: right;
	border-top: 1px solid #CCC;
	}
.post.first {
	border: none;
	}
.post .time {
	float: left;
	width: 1px;
	}
.post .body {
	float: right;
	width: 520px;
	margin: 1.6667em 0;
	}
.post .title {
	margin: 0;
	}
.post .info {
	float: left;
	}
.post .controls {
	float: right;
	}

.post.quote blockquote {
	font-family: Georgia, serif;
	margin: 0;
	font-size: 1.5em;
	line-height: 1.2222em;
	}
.post.quote .source {
	text-align: right;
	display: block;
	margin: 1.6667em 0;
	}

/* Comments */

#comments {
	width: 500px;
	float: right;
	border-top: 1px solid #CCC;
	padding-top: 1.6667em;
	}
ol.comments {
	list-style: none;
	margin: 0;
	padding: 0;
	}
ol.comments li {
	border-bottom: 1px solid #CCC;
	margin-top: 1.6667em;
	}
ol.comments blockquote {
	margin: 0;
	background: #FFF;
	}
ol.comments cite {
	font-style: normal;
	}
ol.comments .edit_link, ol.comments .delete_link {
	float: right;
	margin-left: 1em;
	}

/* Inline Editing */

.inline_edit {
	background: #CCC;
	position: relative;
	}
.inline_edit fieldset {
	border: none;
	}
.inline_edit a {
	}
.inline_edit input[type="text"],
.inline_edit textarea {
	}
.inline_edit .more_options_link:link {
	}
.inline_edit .more_options {
	}
.inline_edit .more_options p {
	}
.inline_edit .more_options p input[type="text"] {
	}
.inline_edit .more_options p .sub {
	}
.inline_edit .buttons {
	}
.inline_edit h2 {
	}

/* Next/prev */

.nextprev {
	border-bottom: 1px solid #000;
	margin-bottom: 1.6667em;
	}

/* Paginate */

.paginate {
	text-align: center;
	border-top: 1px solid #000;
	}
.paginate a.next_page {
	float: right;
	}
.paginate a.prev_page {
	float: left;
	}

/* Footer */

#footer {
	border-top: 1px solid #000;
	margin: 3em 0 4.5em 0;
	color: #CCC;	
	}
#footer a {
	color: #CCC;	
	}
#footer p {
	margin: 0;
	}
#footer a.atom {
	float: right;
	color: #FFF;
	background: #000;
	padding: 0 10px;
	}
#footer a.atom:hover {
	background: #03C;
	}

/* General */

.clear {
    clear: both;
	}
.right {
    float: right;
	}
.left {
    float: left;
	}
	
