/*   
Theme Name: Enemy Soil
Theme URI: http://www.enemysoil.com
Description: Enemy Soil Records
Author: Mike Purcell
Author URI: http://www.enemysoil.com
Template: thematic
Tags:  Enemy Soil Records, Enemy Soil, Jedi Mind Tricks, JMT, Vinnie Paz, Dutch, Reef The Lost Cauze, C-Lance, Mr. Lif, AOTP, Army Of The Pharaohs

*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');
/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/*- Page Structure */
/* =Global Elements
-------------------------------------------------------------- */
body {
	background:#000000 url('http://www.enemysoil.com/layout/bg.jpg') no-repeat center;
    background-attachment:fixed;
	width:100%;
	font-size:62.5%; /* Resets 1em to 10px */
	color:#000000;
	}
body, input, textarea {
    font: 15px arial;
    line-height:20px;
}
p, ul, ol, dd, pre {
    margin-bottom:5px;
}
pre, code {
	font:15px arial;
	line-height:20px;
}
blockquote {
    color:#000000;
    font-style:none;
}
table {
    border:none;
    border-width:1px 1px 0 1px;
    font-size:15px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:center;
}
caption {
    text-align:center;
}
tr {
    border-bottom:none;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:transparent;
    border:0;
    color:#000;
    height:1px;
    margin-bottom:22px;
}

a:link {
    color:#8f724c;
	text-decoration:none;
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
}
a:visited {
    color:#8f724c;
	text-decoration:none;
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
}

a:hover { 
    color:#dcb37a;
	text-decoration:none;
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
}

a:active { 
    color:#8f724c;
	text-decoration:none;
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
}

p {
margin:15px 2px 0px 5px;
padding-right:2px;
}

/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
}

#banner {
    width: 700px;
	height: 88px;
	margin-top:-100px;
	margin: auto;
	border: 1px #000000 solid;
	z-index: 1000;
}

#branding {
	background:transparent url('http://www.enemysoil.com/layout/header.jpg') no-repeat;
	width:800px;
	height:461px;
    padding:0px 0 0px 0;
}
#blog-title {display:none;}
#blog-title a {display:none;}
#blog-title a:active,
#blog-title a:hover {display:none;}
#blog-description {display:none;}

#buttons {
    background:transparent url('') bottom no-repeat;
	padding-top:247px;
	margin-left:510px;
	clear:both;
	}
	
.buttons {
background:#000000;
}
	
/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    border-bottom:none;
    height:38px;
    font-size:13px;
	margin-top:-148px;
    overflow:visible;
	border-bottom:none;
	clear:both;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
}
.sf-menu {
	line-height:1.0;
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:100%;
}
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:left;
	position:relative;
}
.sf-menu a {
	display:block;
	position:relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:0;
	top:2.5em; /* match top ul list item height */
	z-index:99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    background:transparent url('http://www.enemysoil.com/layout/nav.gif') no-repeat;
    width:800px;
	height:38px;
    font-weight:bold;
	text-transform:uppercase;
	margin-left:70px;
    border-right:none;
	padding-left:none;
	letter-spacing:1px;
}
.sf-menu a {
	border-left:none;
	border-top:none;
	border-bottom:none;
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#666;
}
.sf-menu li {
	background:transparent;
}
.sf-menu li li {
	background:transparent;
}
.sf-menu li li li {
	background:transparent;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:transparent;
	outline:0;
    border-bottom-color:none;
}
.sf-menu ul {
    border-right:none;
    border-bottom:none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:transparent;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}

/* =New Menus
-------------------------------------------------------------- */
li.page-item-3 {
    background:transparent url('') no-repeat;
	text-indent:-9999px;
    width:78px;
	height:35px;
	margin-left:105px;
}
	
li.page-item-4 {
    background:transparent url('') no-repeat;
	text-indent:-9999px;
    width:113px;
	height:37px;
	margin-left:63px;
}
	
li.page-item-5 {
    background:transparent url('') no-repeat;
	text-indent:-9999px;
    width:126px;
	height:35px;
	margin-left:63px;
}
	
li.page-item-6 {
    background:transparent url('') no-repeat;
	text-indent:-9999px;
    width:83px;
	height:35px;
	margin-left:63px;
}

/* =Drop Down Menu
-------------------------------------------------------------- */

li.page-item-7 a:link {
    background:transparent url('http://www.enemysoil.com/layout/aotp.gif') left no-repeat;
	text-indent:-9999px;
    width:159px;
	height:24px;
	margin-top:0px;
}

li.page-item-7 a:hover {
    background:transparent url('http://www.enemysoil.com/layout/aotp.gif') left no-repeat;
	text-indent:-9999px;
    width:159px;
	height:24px;
	margin-top:0px;
}

li.page-item-7 a:visited {
    background:transparent url('http://www.enemysoil.com/layout/aotp.gif') left no-repeat;
	text-indent:-9999px;
    width:159px;
	height:24px;
	margin-top:0px;
}

li.page-item-8 a:link {
    background:transparent url('http://www.enemysoil.com/layout/clance.gif') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:21px;
	margin-top:-9px;
}

li.page-item-8 a:hover {
    background:transparent url('http://www.enemysoil.com/layout/clance.gif') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:21px;
	margin-top:-9px;
}

li.page-item-8 a:visited {
    background:transparent url('http://www.enemysoil.com/layout/clance.gif') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:21px;
	margin-top:-9px;
}

li.page-item-9 a:link  {
    background:transparent url('http://www.enemysoil.com/layout/kwestion.gif') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:22px;
	margin-top:-19px;
}

li.page-item-9 a:hover {
    background:transparent url('http://www.enemysoil.com/layout/kwestion.gif') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:22px;
	margin-top:-19px;
}

li.page-item-9 a:visited {
    background:transparent url('http://www.enemysoil.com/layout/kwestion.gif') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:22px;
	margin-top:-19px;
}

li.page-item-10 a:link  {
    background:transparent url('http://www.enemysoil.com/layout/dutch.gif') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:22px;
	margin-top:-19px;
}

li.page-item-10 a:hover {
    background:transparent url('http://www.enemysoil.com/layout/dutch.gif') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:22px;
	margin-top:-19px;
}

li.page-item-10 a:visited {
    background:transparent url('http://www.enemysoil.com/layout/dutch.gif') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:22px;
	margin-top:-19px;
}

li.page-item-11 a:link {
    background:transparent url('http://www.enemysoil.com/layout/jmt.gif') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:23px;
	margin-top:-18px;
}

li.page-item-11 a:hover {
    background:transparent url('http://www.enemysoil.com/layout/jmt.gif') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:23px;
	margin-top:-18px;
}

li.page-item-11 a:visited {
    background:transparent url('http://www.enemysoil.com/layout/jmt.gif') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:23px;
	margin-top:-18px;
}

li.page-item-12 a:link {
    background:transparent url('http://www.enemysoil.com/layout/jusallah.png') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:23px;
	margin-top:-18px;
	margin-bottom:none;
}

li.page-item-12 a:hover {
    background:transparent url('http://www.enemysoil.com/layout/jusallah.png') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:23px;
	margin-top:-18px;
	margin-bottom:none;
}

li.page-item-12 a:visited {
    background:transparent url('http://www.enemysoil.com/layout/jusallah.png') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:23px;
	margin-top:-18px;
	margin-bottom:none;
}

li.page-item-13 a:link  {
    background:transparent url('http://www.enemysoil.com/layout/mrlif.gif') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:20px;
	margin-top:-20px;
}

li.page-item-13 a:hover  {
    background:transparent url('http://www.enemysoil.com/layout/mrlif.gif') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:20px;
	margin-top:-20px;
}

li.page-item-13 a:visited  {
    background:transparent url('http://www.enemysoil.com/layout/mrlif.gif') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:20px;
	margin-top:-20px;
}

li.page-item-14 a:link {
    background:transparent url('http://www.enemysoil.com/layout/outerspace.png') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:23px;
	margin-top:-18px;
	margin-bottom:none;
}

li.page-item-14 a:hover {
    background:transparent url('http://www.enemysoil.com/layout/outerspace.png') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:23px;
	margin-top:-18px;
	margin-bottom:none;
}

li.page-item-14 a:visited {
    background:transparent url('http://www.enemysoil.com/layout/outerspace.png') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:23px;
	margin-top:-18px;
	margin-bottom:none;
}

li.page-item-15 a:link {
    background:transparent url('http://www.enemysoil.com/layout/reef.gif') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:23px;
	margin-top:-20px;
}

li.page-item-15 a:hover {
    background:transparent url('http://www.enemysoil.com/layout/reef.gif') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:23px;
	margin-top:-20px;
}

li.page-item-15 a:visited {
    background:transparent url('http://www.enemysoil.com/layout/reef.gif') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:23px;
	margin-top:-20px;
}

li.page-item-16 a:link {
    background:transparent url('http://www.enemysoil.com/layout/vinniepaz.gif') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:23px;
	margin-top:-18px;
	margin-bottom:none;
}

li.page-item-16 a:hover {
    background:transparent url('http://www.enemysoil.com/layout/vinniepaz.gif') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:23px;
	margin-top:-18px;
	margin-bottom:none;
}

li.page-item-16 a:visited {
    background:transparent url('http://www.enemysoil.com/layout/vinniepaz.gif') no-repeat;
	text-indent:-9999px;
    width:159px;
	height:23px;
	margin-top:-18px;
	margin-bottom:none;
}

/* =Content
-------------------------------------------------------------- */

#main {
	background:#150b04 url('http://www.enemysoil.com/layout/main.jpg') no-repeat;
	width:800px;
    clear:both;
    padding:110px 0 22px 0;
	margin-top:0px;
}

#container { 
    background:transparent;
	margin-top: 20px;
    width:465px;
    clear:both;
}
.container {
    background:transparent;
    width:465px;
}
#content {
    width:465px;
	padding:none;
}
.page-title {
    background:#150b04 url('') no-repeat;
    font-size:15px;
    line-height:18px;
    padding:0 0 44px 0;
	text-transform:uppercase;
}
.attachment .page-title {
    font-style:none;
}
.page-title a {
    color:#dcb37a;
    text-decoration:uppercase;
}
.page-title a:active,
.page-title a:hover {
    color: #dcb37a;
}
.page-title span {
    font-style:normal;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 5px 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:none;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    background:#150b04 url('') no-repeat;
    font-family:arial;
	color:#dcb37a;
    font-size:20px;
    font-weight:bold;
    line-height:26px;
    padding:5px 5px 2px 5px;
	text-transform:uppercase;
}
.entry-title a {
    color:#dcb37a;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color:#dcb37a;
}
.entry-meta {
    background:#8f724c url('') no-repeat;
    color:#000000;
    font-size:13px;
    font-style:normal;
	font-weight:bold;
    line-height:18px;
	padding-left:5px;
	margin-bottom:5px;
	padding-bottom:7px;
	border:5px solid #150b04;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:12px;
    font-style:normal;
	font-weight:bold;
    letter-spacing:0.05em;
}
.entry-meta a {
    color:#000000;
    text-decoration:underline;
}
.entry-meta a:active,
.entry-meta a:hover {
    color:#000000;
	text-decoration:underline;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:12px;
    font-style:normal;
    letter-spacing:0.05em;
}
.entry-content {
    background:#150b04;
    color:#dcb37a;
    padding:5px 5px 5px 5px;
	margin-top:-15px;
	font-size:13px;
	font-weight:bold;
	text-align:left;
}
.entry-content a:link {
    color:#8f724c;
	text-decoration:underline;
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
}
.entry-content a:visited {
    color:#8f724c;
	text-decoration:underline;
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
}

.entry-content a:hover { 
    color:#dcb37a;
	text-decoration:underline;
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
}

.entry-content a:active { 
    color:#8f724c;
	text-decoration:underline;
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
}
.entry-content h1,
.entry-content h2 {
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:normal;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:15px;
    font-family:arial;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 10px 0;
}
.entry-utility {
    background:#150b04;
    color:#dcb37a;
    font-size:13px;
	font-weight:bold;
    line-height:18px;
    margin:10px 0 44px 0;
	padding:5px 5px 5px 5px;
}
.entry-utility a {
    color:#8f724c;
    font-style:normal;
    text-decoration:underline;
}
.entry-utility a:active,
.entry-utility a:hover {
    color:#dcb37a;
	text-decoration:underline;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
	font-style:normal;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:none;
    color:#8f724c;
    font-weight:normal;
    padding:0.5em 0.75em;
	text-decoration:underline;
}
.page-link a:active,
.page-link a:hover {
    color:#dcb37a;
	text-decoration:underline;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#000000;
    font-size:15px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}

.sociable {
    text-align:left;
	padding-left:5px;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#000000;
    font-size:14px;
    line-height:18px;
	font-weight:bold;
    margin:0px 0 0px 0;
    overflow:hidden;
}
.navigation a {
    color:#3b2d20;
    font-style:normal;
    text-decoration:underline;
}
.navigation a:active,
.navigation a:hover {
    color: #000000;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}

#nav-below {
	width: 100%;
	padding:0 0 0px 0;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}
.nav-previous {display:none;}


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:0 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
	font-weight:bold;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    background:#150b04;
	color:#dcb37a;
	margin-top:-35px;
    padding:5px 5px 5px 5px;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
	color:#dcb37a;
	font-weight:bold;
    border:1px solid #150b04;
    border-bottom:1px solid #150b04;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#150b04;
    border-bottom:1px solid #150b04;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#150b04;
	color:#dcb37a;
}
#comments-list li.bypostauthor {
    background:#150b04;
}
#comments-list ul li {
    border:1px solid #150b04;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#8f724c;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#8f724c;
    font-style:normal;
    text-decoration:underline;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color:#dcb37a;
	text-decoration:underline;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#8f724c;
    font-style:normal;
	text-decoration:underline;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color:#dcb37a;
	text-decoration:underline;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #8f724c;
    color:#ba9462;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:underline;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color:#dcb37a;
	text-decoration:underline;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:transparent;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #150b04;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #150b04;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#dcb37a;
	text-decoration:underline;
}
#respond .required {
    color:#dcb37a;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    background:#150b04;
	color:#dcb37a;
    margin:0 0 18px 0;
    width:98%;	
}
.form-section textarea {
    width:99%;
	background:#150b04;
	color:#dcb37a;
}
#form-allowed-tags p { display:none;
    color:#dcb37a;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:normal;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
	color:#dcb37a;
}
.subscribe-to-comments {
    color:#dcb37a;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#dcb37a;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#dcb37a;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}

.comment-author vcard {
    color:#dcb37a;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:15px;
    line-height:18px;
    margin-bottom:6px;
	font-style:none;
	color:#dcb37a;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:15px;
    line-height:18px;
	font-style:normal;
}
.aside .current_page_item a {
    color:#8f724c;
}
.aside .current_page_item .page_item a {
    color:#8f724c;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color:#dcb37a;
}
.aside {
    color:#dcb37a;
}
.aside a {
    color:#8f724c;
}
.aside a:active,
.aside a:hover {
    color:#dcb37a;
}
.aside h3 {
    font-size:15px;
    font-style:normal;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:15px;
    font-family:arial;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:none;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:none;
}
.aside tbody {
    border:none;
}
.aside th, .aside td {
    border-right:none;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display:none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    width:300px;
    border:none;
    padding:0px 0 0 0;
    margin-bottom:10px;
    margin-top:21px;
    text-align:center;
}
/*
    Content Asides
*/
#content .aside {
    border:none
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:arial;
    font-weight:normal;
    font-size:15px;
    font-style:normal;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}
.widgettitle {
    background:transparent url('http://www.enemysoil.com/layout/sideback.gif') no-repeat;
	color:#dcb37a;
	font:arial;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	padding:2px 10px 2px 2px;
	margin-bottom:5px;
}

#widget_twitter_vjck {	font-weight:bold;
}

#twitter_profile {
    color:#000000;
	font-weight:bold;
	border-bottom:none;
}

#twitter_profile a:link {
    color:#6b1a11;
	text-decoration:none;
	font-weight:bold;
}

#twitter_profile a:visited {
    color:#6b1a11;
	text-decoration:none;
	font-weight:bold;
}

#twitter_profile a:active,
#twitter_profile a:hover {
    color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.twitter_img_box {color:#000;}
.twitter_name_box {color:000;}
#twitter_time_source {color:#000;}
#twitter_time_source a:link {
    color:#6b1a11;
	text-decoration:none;
	font-weight:bold;
}

#twitter_time_source a:visited {
    color:#6b1a11;
	text-decoration:none;
	font-weight:bold;
}

#twitter_time_source a:active,
#twitter_time_source a:hover {
    color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#twitter_time_source {
    color:#000000;
	font-weight:bold;
}
.widgetcontainer widget_gigpress {
    width:260px;
}

.gigpress-tickets-link {
    font-size:77%;
	color:#8f724c;
}

.gigpress-tickets-link a:hover{
    font-size:77%;
	color:#dcb37a;
}

.gigpress-sidebar-city {
    font-family:arial;
	font-size:77%;
}

.location gigpress-sidebar-venue {
    font-family:arial;
	font-size:77%;
}

.gigpress-sidebar-venue {
    font-family:arial;
	font-size:77%;
	font-weight:bold;
    text-decortaion: underline;
}

.gigpress-sidebar-prep {
    font-family:arial;
	font-size:75%;
}

.gigpress-sidebar-date {
    background:#8f724c;
	font-family:arial;
	color:#dcb37a;
	font-size:77%;
	font-weight:bold;
	display: block;
	text-align:center;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

.gigpress-sidebar-artist {
    color:#000000;
}

.ngg-gallery-thumbnail {
    margin-left:5px;
	padding:none;
    text-align:center;
}

.ngg-widget {
    background:transparent;
}

 .gigpress-sidebar-more {
    background:#150b04;
	width:215px;
	font-weight:bold;
	font-size:11px;
	margin-left:20px;
	text-align:center;
	padding:5px 5px 5px 5px;
 }
 
input {
    color:#dcb37a;
    background:#150b04;
    border:1px outset #dcb37a
}

submit {
    background:#150b04;
    color:#dcb37a;
	font-weight:bold;
    border: 2px outset #000000;
	text-align:center;
}

fieldset {
    color:#dcb37a;
    background:#150b04;
    width: 280px;
    border: 1px solid #000000;
}

form {
    color:#000000;
	font-weight:bold;
}
   
/* =Footer
-------------------------------------------------------------- */

#footer {
	background:transparent url('') no-repeat center;
	color:#dcb37a;
    border-top:none;
    margin-top:0px;
	height:30px;
	font-weight:bold;
	text-align:center;
}
#siteinfo {
    width:800px;
    color:#dcb37a;
	height:11px;
    font-size:11px;
	font-weight:bold;
    line-height:18px;
    padding:22px 0 24px 0;
	margin-top:10px;
}
#siteinfo a {
    color:#8f724c;
	text-decoration:underline;
}
#siteinfo a:active {
    color:#8f724c;
	text-decoration:underline;
}
#siteinfo a:hover {
    color:#dcb37a;
	text-decoration:underline;
}
#siteinfo a:visited {
    color:#8f724c;
	text-decoration:underline;
}
#links {
	background:transparent url('') no-repeat;
	color:#8f724c;
    width:800px;
	height:20px;
	font:times arial;
	font-size:11px;
	font-weight:bold;
	text-transform:normal;
	text-decoration:none;
	text-align:center;
	margin-top:-35px;
}
#links a {
    color:#8f724c;
	text-decoration:underline;
}
#links a:hover {
    color:#dcb37a;
	text-decoration:underline;
}

/* =PageNavi
-------------------------------------------------------------- */
/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    background:#150b04;
    width:455px;
    margin:0px 5px 0 -.5em;
    padding:5px 15px 5px 15px;
    text-align:left;  
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    background:#150b04;
    border:1px solid #150b04 !important;
    color:#8f724c!important;
    font-style:normal;
    margin:0 .375em !important;
    margin-left:5px;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    background:#150b04;
    border:1px solid #150b04 !important;
    color:#8f724c !important;
}
.wp-pagenavi a:hover {
    background:#150b04;
    border:1px solid #150b04 !important;
    color:#dcb37a !important;
}
.wp-pagenavi a:active {
    background:#150b04;
    border:1px solid #150b04 !important;
    color:#8f724c !important;
}
.wp-pagenavi span.pages { display:none;
    background:#150b04;
    border:none !important;
    color:#8f724c !important;
    margin:0 !important;
    margin-left:5px;
    padding:0 15px !important;
}
.wp-pagenavi span.current {
    background:#150b04;
    border:none !important;
    color:#8f724c !important;
    font-weight:normal !important;
    margin:0 !important;
    margin-left:5px;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background:#150b04;
    border:1px solid #150b04;
    color:#8f724c;
    margin:2px;
    margin-left:5px;
    padding:2px 4px;
}

.first {display:none;}

.last {display:none;}

#s {
    background:#150b04;
	color:#ba9462;
	width:254px;
}

.entry-content img {
    margin-bottom:0px;
	padding-bottom:0px;
}

.widgettitle {display:none;}

body.page h1.entry-title {
	display: none;
}

#search-terms {    
    color:#dcb37a;
}

h1.page-title {    
    color:#dcb37a;
}
	
span .searchterm1 {background-color:transparent;}