/*
Theme Name: Nemesis Jaxson
Theme URI: http://www.nemesisjaxson.com/
Version: 1.0
Description: Nemesis Jaxson Theme
Author: FRA
Author URI: http://www.futurerockstarsofamerica.com
*/

body {
	margin:0;
	background: url("images/bg.jpg") #d8d8d8;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10pt;
	}

/* Global Styles */

a {
	color:#da8ae1;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	text-decoration:underline;
	color:#da8ae1;
	}

p {
	margin-top: 10px; 
	margin-bottom: 10px;
	line-height:12pt;
	}

blockquote {
	border-left:3px solid #abbf00;
	margin:0 0 0 25px;
	padding:0 0 0 10px;
	font-style:italic;
	}

h1,h2,h3,h4,h5,h6 {
	color:#abbf00;
	}

img {
	border:none;
	}

/* The Container */

.mainbg {
	width:920px;
	margin:0 auto;
	background-image:url(/wp-content/themes/blog/images/bg_main.jpg);
	background-repeat:repeat-y;
	background-position:center;
	}

.container {
	width:800px;
	margin:0 auto;
	border:0;
	background-color:#d8d8d8;
	}

.container p {
	margin-top: 10px; 
	margin-bottom: 10px;
	line-height:12pt;
	z-index:1;
	}
	
.clear {
	clear:both;
	}

/* The Header */

.head {
	border-top:0px solid #fff;
	border-left:0px solid #fff;
	border-right:0px solid #fff;
	border-bottom:0px solid #fff;
	height:0px;
	text-align:center;
	padding:0px 0px;
	}

.head h1 {
	font-size:5px;
	color:#000;
	margin:0;
	padding:0;
	}

.head_bg {
	width:490px;
	vertical-align:top;
	}

.head h1 a {
	color:#fff;
	}

.head h1 a:hover {
	text-decoration:underline;
	color:#dac535;
	}

.head h2 {
	font-size:20px;
	color:#fff;
	margin:0 0 0 0;
	padding:0;
	float:center;
	}

/* The Content */

.left {
	float:left;
	width:490px;
	border:0px
	margin-left:0px;
	padding:0px;
	background-color:#d8d8d8;
	overflow:hidden;
	}

.contentBlock {
	width:450px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	line-height:15px;
    background: url(images/bg_post.gif);
	}

.contentBlock p {
	padding:0;
	line-height:15px; 
	}

.postInfo {
	color:#867236;
	text-transform:uppercase;
	margin-top: 5px;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	line-height:14px;
	font-weight:bold;
	}

.postInfo a {
	color:#867236;
	text-decoration:none;
	}
	
.postInfo a:hover{
	color:#867236;
	text-decoration:none;
	}

.post {
	float:left;
	width:450px;
	border:0px;
	margin-left:0px;
	margin-right:0px;
	overflow:hidden;
	line-height:15pt;
	}

.post p {
	padding:0;
	line-height:15pt;
	margin-top: 10px; 
	margin-bottom: 10px;
	}

.post-top {
    font-size: 1px;
    line-height: 1px;
	width:490px;
    background: url(images/bg_post_top.gif);
    height: 12px;
}

.post-space {
    height: 10px;
    background: url(images/bg_post.gif);
}

.post-bottom {
    font-size: 1px;
    line-height: 1px;
	width:490px;
    background: url(images/bg_post_bot.gif);
    height: 12px;
    margin-bottom: 10px;
}

.pageBlock {
	width:450px;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	line-height:15px;
    background: url(images/bg_post.gif);
	}

.pageInfo {
	width:450px;
	color:#867236;
	text-transform:uppercase;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	font-weight:bold;
	}


.left h1 {
	color:#000000;
	font-size:24px;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:7px;
	margin-left:0px;
	padding:0;
	}

.left h1 a {
	text-decoration:none;
	color:#000000;
	}

.left h1 a:hover {
	text-decoration:none;
	color:#000000;
	}

.postComments {
	width:450px;
	text-align:left;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:10px;
	margin-bottom:0px;
	margin-right:0px;
	}

.postComments a {
	text-decoration:none;
	}

.postComments a:hover {
	text-decoration:underline;
	color:#ed9de1;
	}

.left img {
	border:0px solid #fff;
	}

.left img.floatleft {
	float:left;
	margin:0 0px;
	}

.cmd-avatar {
	clear: none;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	display: inline;
	float: left;
	margin-top: -2px;
	margin-bottom: 0px;
	margin-left: 3px;
	margin-right: 5px;
	}


/* The Sidebar */

.sidebar {

	float:left;
	width:310px;
	border:0px;
	padding:0px;
	background-color:#d8d8d8;
	}

/* The Footer */

.footer {
	text-align:center;
	color:#afafaf;
	border:0px;
	padding:0px;
	}

/* The Navigation */

.navigation {
	height:0px;
	}

.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	}

.navigation a:hover {
	color:#abbf00;
	}

.alignleft {
	float:left;
	}

.alignright {
	float:right;
	}

/* The Attachment */

.contentCenter {
	text-align:center;
	margin-top:10px;
	}

/* The Page Title */

h2.pagetitle {
	padding:0 0 20px 0;
	margin:0;
	font-size:20px;
	text-align:center;
	}

/* The Calendar */

#wp-calendar {
	color:#fff;
	}

#wp-calendar a {
	color:#000;
	}

#wp-calendar a:hover {
	color:#fff;
	text-decoration:none;
	}

/* The Comments */

.commentBlock {
	padding-top:10px;
	}

.commentBlock textarea {
	width:95%;
	border:1px solid #8e8e8e;
	color:#6e6e6e;
	}

.commentBlock input#submit {
	width:96%;
	background:#fff;
	border:1px solid #8e8e8e;
	color:#6e6e6e;
	}

#commentform input {
	background:#fff;
	border:1px solid #8e8e8e;
	color:#6e6e6e;
	}

.commentBlock h2 {
	margin:0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	}

.commentlist {
	margin:0;
	padding:20px 0 10px 25px;
	}

.commentlist small {
	color:#a7a39f;
	}

.commentlist p {
	margin:0 0 10px 0;
	}

#content_start {
	position: absolute;
	left: -10000px;
	}
