/**
  Theme Name: Assault Inc
  Theme URI: http://www.assaultinc.com
  Version: 1.0
  Author: Tim Toomey
  Author URI: http://www.assaultinc.com
  Tags: Assault, grunge, theme
  Licence: GPL
  
  Description: Built on top of the naked theme, but this one is wa more awesome
*/

/*CSS Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
span {display: inline;}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END CSS Reset*/

html,body {
	height: 100%;
	width: 100%;
	background: #030809 url(images/assaultinc-bg.jpg) top left no-repeat;
}

div {
	position: relative;
}

a{
	text-decoration: none;
}

a:hover, .listNone li a:hover {
	color: #61bed5;
}

h1, h2, h3 {
	font: normal 'arial black' arial, helvetica, verdana;
	color: #fff;
	margin: 0px;
	padding: 0px;	
}

#container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: -30px;
}

#footer {
  height: 30px;
  position: fixed;
  font-size: 80%;
  bottom: 0px;
  display: block;
  width: 100%;
}

#footerIE {
	display: none;
}

.skip, .noCss {
  position: absolute;
  left: -9999px;
}

.clearfooter {
	height: 30px;
	clear: both;
}

/******************************************** top panel***************************************/
/*********************************************************************************************/
.panel {
	display: none;
	background: #030809;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	width: 100%;
	height: auto;
	filter: alpha(opacity=90);
	opacity: .90;
	z-index: 10;
}

.panelC {
	padding: 0px 10px 0px 20px;
}

.panel p{
	margin: 0 0 15px 0;
	color: #cccccc;
}

.panel a, .panel a:visited{
	color: #76b2be;
	text-decoration: none;
	border-bottom: 1px solid #76b2be;
}

.panel a:hover, .panel a:visited:hover{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

a.trigger{
	position: relative;
	z-index: 5;
	top: 0px; 
	left: 621px;
	width: 85px !important;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 14px arial, helvetica, verdana;
	margin: 0px auto;
	color: #ffffff;
	padding: 0px 15px 2px 15px;
	background: #030809;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

a.trigger:hover{
	color: #61bed5;
}

a.active.trigger {
	color: #61bed5;
}

a.active.trigger:hover {
	color: #ffffff;
}

.panelCol1, .panelCol2 {
	font: normal 17px georgia, 'times new roman', times, sans-serif;
	color: #f0f0f0;
	line-height: 1.6em;
}

.panelCol1 {
	width: 48%;
	min-height: 320px;
	margin: 15px 0px 20px 0px;
	float: left;
}

.panelCol1 h4, .panelCol2 h4 {
	font: 24px 'arial black', arial, helvetica, verdana;
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	padding: 0px !important;
	margin: 0px 0px 12px 0px;
	line-height: .8em !important;
}

.panelCol1 h5 {
	font: normal 66px 'arial black', arial, helvetica, verdana;
	letter-spacing: -3px;
	color: #ffffff;
	display: block;
	margin: 0px 0px 23px 0px !important;
	padding: 0px !important;
	line-height: .8em !important;
	text-transform: uppercase;
}

.panelCol2 {
	width: 32%;
	margin: 90px 0px 20px 0px;
	float: left;
}

.panelCol2 ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.panelCol3 {
	width: 20%;
	margin: 90px 0px 0px 0px;
	font: normal 12px arial, helvetica, verdana;
	color: #f0f0f0;
	float: left;
}

.panelCol3 strong {
	display: block;
	text-transform: uppercase;
	color: #61bed5;
	font: bold 16px, arial, helvetica, verdana;
	letter-spacing: -.5px;
}

.panelCol3 p {
	display: block;
	margin: 0px 0px 14px 0px;
	line-height: 1.3em;
}

.panelCol3 a {
	text-decoration: underline;
	color: #f0f0f0;
}

.panelCol3 a:hover {
	color: #61bed5;
}

/*top center panel contact*/
#wpcf7-f1-w1-o1 p{
	width: 300px;
	clear: left;
	margin: 0px 0px 6px 0px;
	padding: 0;
	padding-left: 76px; /*width of left column containing the label elements*/
	height: 1%;
}

#wpcf7-f1-w1-o1 label {
	font: normal 17px georgia, 'times new roman', times, sans-serif;
	color: #f0f0f0;
	float: left;
	margin-left: -76px; /*width of left column*/
	width: 76px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.wpcf7-response-output {
	margin: 10px 0px 0px 0px !important;
	color: #ff0000;
	padding: 0px !Important;
	border: none !important;
}

.wpcf7-mail-sent-ok {border: none !important;}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

#wpcf7-f1-w1-o1 input {
	width: 185px;
	padding: 4px;
	height: 12px;
	font: 11px arial, helvetica, verdana;
	border: 1px solid #a1a2a2;
	background: #fff url(images/input-bg.png) top left repeat-x;
	font: normal 11px arial, helvetica, verdana !important;
	color: #000000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

#wpcf7-f1-w1-o1 textarea {
	height: 93px;
	width: 185px;
	padding: 4px;
	border: 1px solid #a1a2a2;
	background: #fff url(images/msg-bg.png) top left repeat-x;
	font: normal 12px arial, helvetica, verdana !important;
	color: #000000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

#wpcf7-f1-w1-o1 textarea:focus, #wpcf7-f1-w1-o1 input:focus {
	background: #e5fdf5 url(images/input-bg-focus.png) top left repeat-x;
	border: 1px solid #097177;
}

.btnSubmit {
	display: block;
	margin: 0px !important;
	font: bold 12.63px arial, helvetica, verdana !important;
	color: #000000;
	text-transform: uppercase !important;
	width: 90px !important;
	height: 22px !Important;
	padding: 1px 0px 3px 0px !important;
	border: 1px solid #a1a2a2 !important;
	background: #fff url(images/btnSubmit-bg.png) top left repeat-x !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}
/*end top center panel contact*/
/*********************************************************************************************/
/*********************************************************************************************/
/*********************************************************************************************/

div {position: relative;}

#topSpacer {
	width: 100%;
	height: 5px;
	background: #030809;
	display: block;
	clear: both;
}

#sideNav {
	width: 230px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

#sideNav ul {
	padding: 0px;
	margin: 0px;
}

#sideNav ul li {
	padding: 0px;
	margin: 0px;
	height: 29px;
	display: block;
}

#sideNav ul li a {
	display: block;
	text-decoration: none;
}

#sideNav ul li a:hover {
	cursor: pointer;
}

#sideNav ul li a span {display: none;}

a#sideNavHome {
	background: transparent url(images/assaultinc_sideNav.png) -262px 0px no-repeat;
	width: 161px;
	height: 29px
}

a#sideNavHome:hover, a#sideNavHome.sideNavActive {
	background: transparent url(images/assaultinc_sideNav.png) 0px 0px no-repeat;
	width: 161px;
	height: 29px
}

a#sideNavAbout {
	background: transparent url(images/assaultinc_sideNav.png) -262px -29px no-repeat;
	width: 184px;
	height: 29px
}

a#sideNavAbout:hover, a#sideNavAbout.sideNavActive {
	background: transparent url(images/assaultinc_sideNav.png) 0px -29px no-repeat;
	width: 184px;
	height: 29px
}

a#sideNavBands {
	background: transparent url(images/assaultinc_sideNav.png) -262px -58px no-repeat;
	width: 184px;
	height: 29px
}

a#sideNavBands:hover, a#sideNavBands.sideNavActive {
	background: transparent url(images/assaultinc_sideNav.png) 0px -58px no-repeat;
	width: 184px;
	height: 29px
}

a#sideNavBlog {
	background: transparent url(images/assaultinc_sideNav.png) -262px -87px no-repeat;
	width: 161px;
	height: 29px
}

a#sideNavBlog:hover, a#sideNavBlog.sideNavActive {
	background: transparent url(images/assaultinc_sideNav.png) 0px -87px no-repeat;
	width: 161px;
	height: 29px
}

a#sideNavApparel {
	background: transparent url(images/assaultinc_sideNav.png) -262px -116px no-repeat;
	width: 231px;
	height: 29px
}

a#sideNavApparel:hover, a#sideNavApparel.sideNavActive {
	background: transparent url(images/assaultinc_sideNav.png) 0px -116px no-repeat;
	width: 231px;
	height: 29px
}

#singer {
	width: 491px;
	height: 604px;
	position: absolute;
	bottom: 0px;
	right: 10%;
}

#logo {
	position: absolute;
	top: 0px
	left: 0px;
	height: 110px;
	width: 224px;
	background: url(images/assaultinc-logo.jpg) top left no-repeat;
	z-index: 1;
}

#assaultinc-logo {
	display: block;
	height: 110px;
	width: 224px;
}

#aLogo {
	position: fixed;
	bottom: 5px;
	right: 5px;
	height: 79px;
	width: 79px;
	display: block;
	z-index: 100;
}

#homeMsg {
	position: absolute;
	top: 150px;
	left: 25%;
	width: 513px;
	height: 223px;
	z-index: 20;
}

#lastfm {
	position: absolute;
	top: 80%;
	left: 50%;
}

.lastfmC {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #030809;
	color: #fff;
	text-transform: uppercase;
	font: bold 11px arial, helvetica, verdana;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	text-align: center;
	margin: 0px auto;
	width: 225px
}

#recentNews {
/*	position: absolute;
	top: 420px;
	left: 66px;*/
	margin: 0px;
	padding: 0px;
	z-index: 15;
}

#recentNews h4 {
	display: block;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	height: 44px;
	font: normal 38px 'arial black', arial, helvetica, verdana;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: -1.75px;
	font-style: normal !important;
}

#recentNews ul {
	margin: 0px;
	padding: 0px;
}

#recentNews ul li {
	display: block;
	margin-bottom: 5px;
	width: 550px;
}

#recentNews ul li a {
	font: bold 22px arial, helvetica, verdana;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: -.25px;
}

#recentNews ul li a span {
	background-color: #000000;
	color: #ffffff;
	padding: 2px 1px;
}

#recentNews ul li a:hover span {
	color: #61bed5;
}

#shopOnline {
	width: 171px;
	height: 167px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 100;
}

#shopOnlineLink {
	display: block;
	width: 171px;
	height: 167px;
	position: relative;
	z-index: 100;
}

#copyright {
	display; block;
	width: 100%;
	padding: 0px;
	margin: 0px; auto;
	text-align: center;
	position: absolute;
	bottom: 0px;
	z-index: 100;
}

.copyrightC {
	font: normal 11px arial, helvetica, verdana;
	color: #ffffff;
}

/******************************************** pages/posts*************************************/
/*********************************************************************************************/
li.postWrapper, div.postWrapper {
	position: absolute;
	top: 115px;
	left: 275px;
	width: 770px;
}

.postWrapperPage {
	position: absolute;
	top: 112px;	
	width: 60%;
	right: 20px;
	z-index: 15;
}

.postWrapperPage .postContent {
	position: relative;
	top: 0px;
	width: 90%;
	background: transparent url(images/band-bg-1px.png) top left repeat;
	padding: 16px 20px;
	margin-bottom: 80px;
}

.postWrapperPage h1.postTitle {
	margin-left: 0px;
}

.postWrapperPage h4.blurb {
	font: bold 22px arial, verdana, helvetica;
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	line-height: 1.3em;
	margin-bottom: 10px;
}

.postWrapperPage h4.blurb span {
	background: #000000;
}

div.postWrapper p, {
	font: normal 17px georgia, 'times new roman', times, sans-serif;
	color: #ffffff;
	line-height: 1.5em;
}

.postWrapperPage .postContent p {
	margin-bottom: 18px;
	font: normal 16px georgia, 'times new roman', times, sans-serif;
	color: #ffffff;
	line-height: 1.5em;
}

#pageSinger{
	position: fixed;
	bottom: 0px;
	left: 66px;
	z-index: 2;
}

span.bgblack {
	background: #000000;
	font: bold 22px arial, helvetica, verdana;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1.3em !important;
}

h1.postTitle {
	font: 105px 'arial black', arial, helvetica, verdana;
	color: #000000;
	letter-spacing: -11px;
	text-transform: uppercase;
	line-height: 1em;
	display: block;
	margin: -8px 0px -1px -8px;
}

div.postContent h3 {
	font: bold 22px arial, verdana, helvetica;
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	margin: 0px;
	padding: 0px;
}

div.postContent p a {
	color: #AEFF00;
}

div.postContent p a:hover {
	background-color: #AEFF00;
	color: #000000;
}

div.mainStripe {
	position: absolute;
	z-index: 5;
	display: block;
	width: 100%;
	left: 0px;
	top: 320px;
	background: transparent url(images/band-bg.png) top left repeat-x;
	height: 129px;
}

.mainStripeApparel {
	background: transparent url(images/apparel-bg.png) top left repeat-x !important;
	height: 82px !important;
}

/* slideshows */
#slideshow {
	position: absolute;
	z-index: 20;
	background: transparent url(images/band-bg-1px.png) top left repeat;
	left: 0px;
	top: 326px;
	width: 1010px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.slideshowBand {
	position: relative;
	z-index: 25;
	width: 100%;
	height: 424px;
	margin: 0px;
	padding: 0px;
}

.slideshowBandImage {
	position: relative;
	left: 66px;
	top: 20px;
	width: 423px;
	height: 286px;
	border: 4px solid #ffffff;
	z-index: 30;
}

.slideshowBandDesc {
	position: absolute;
	left: 536px;
	top: 133px;
	display: block;
	color: #ffffff;
	width: 410px;
}

.apparelName {
	font: bold 40px arial, helvetica, verdana;
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	margin: 0px; auto;
	text-align: center;
	margin-top: -12px;
}

.slideshowApparelDesc {
	position: absolute;
	left: 536px;
	top: 93px;
	display: block;
	color: #ffffff;
	width: 410px;
}

.slideshowBandDesc p, .slideshowApparelDesc p {
	line-height: 1.5em !important;
	font: lighter 17px georgia, 'times new roman', times, sans-serif;
}

.slideshowBandDesc p a, .slideshowApparelDesc p a {
	color: #AEFF00;
}

.slideshowBandDesc p a:hover, .slideshowApparelDesc p a:hover {
	background-color: #AEFF00;
	color: #000000;
}

.slideshowBandAct {
	display: block;
	width: 260px;
	text-align: right;
	clear: both;
	margin: 15px 0px 0px 0px;
}

.slideshowBandLogo {
	position: absolute;
	left: 536px;
	top: 23px;
	display: block;
	width: 430px;	
}

.slideshowBandLogo img {
	text-align: center;
	margin: 0px auto;
	display: block;
}

.lineUp {
	position: absolute;
	right: 10%;
	top: 15px;
	font: bold 14px arial, helvetica, verdana;
	color: #000000;
	text-align: right;
}

.lineUp p span {
	font: bold 14px arial, helvetica, verdana;
}

.lineUp ul li {
	display: block;
	text-align: right;
}

.lineUp ul li a {
	color: #000000;
	text-transform: uppercase;
	margin: 0px 0px 6px 0px !important;
	padding: 0px !important;
	display: block;
}

.lineUp ul li a span {
	background-color: #aeff00;
}

.lineUp ul li a:hover span {
	color: #61bed5;
	background-color: #000000;
}

#prev1 {
	position: absolute;
	z-index: 50;
	left: 5px;
	top: 465px; 
}

#next1 {
	position: absolute;
	z-index: 50;
	left: 970px;
	top: 465px; 
}
/* end slideshows */
/*********************************************************************************************/
/*********************************************************************************************/
/*********************************************************************************************/


/********************************** Theme Required & Reusables *******************************/
/*********************************************************************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

img.alignleft, img.alignright {
	border: 3px solid #ffffff;
}

img.alignleft {
	margin: 3px 20px 20px 0px;
}

img.alignright {
	margin: 3px 0px 20px 10px;
}

.pad8 {	padding: 8px !important; }
.mar170T {margin-top: 145px !important;}
.mar126T {margin-top: 101px !important;}
.mar8T {margin-top: 8px;}
.hide {display: none;}
.clear {clear: both;}
.blue {color: #61bed5 !important;}
.mar75R {margin-right: 75px !Important;}
.mar35T {margin-top: 35px !important;}

.blackUpper {
	background-color: #000000;
	text-transform: uppercase;
	color: #ffffff;
}

ul.actionListL, ul.actionList, .slideshowBandAct ul {
	border-top: 1px dotted #f0f0f0;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.actionList li, ul.actionListL li, .slideshowBandAct ul li {
	border-bottom: 1px dotted #f0f0f0;
	margin: 0px;
	text-align: left;
}

ul.actionList li {
	padding: 6px 0px;
}

ul.actionListL li a, .slideshowBandAct ul li a {
	display: block;
	padding: 10px 5px;
	margin: 0px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 1px;
	font: normal 16px arial, helvetica, verdana;
}

ul.actionListL li a:hover, .slideshowBandAct ul li a:hover {
	background-color: #aeff00;
	color: #000000;
}

.listNone, .listNone li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.listNone li a, .lastfmC a {
	color: #ffffff;
	text-decoration: none;
	font: bold 11px arial, helvetica, verdana;
	text-transform: uppercase;
}

.lastfmC a { color: #cccccc;}
/*********************************************************************************************/
/*********************************************************************************************/
/*********************************************************************************************/
