/*
Theme Name: Invisible Creature
Version: 1.0
Author: Instrument Marketing
Author URI: http://www.weareinstrument.com/

*/

/* globals */
body {
  background: #000;
  color: #cbcbcb;
}
a {color: #d4c029; text-decoration: none;}
a:hover {color: #fff;}
h3 { color: #fff; }

/*- self-clearing floats ----------*/

.mod:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* header & nav */
/*
#header-wrap { 
  margin: 0 auto;
  position: relative;
  width: 960px;
}
#header {
  background: #d4c029;
  color: #000;
  height: 84px;
}
#header h1 {
  background: url(/wp-content/themes/newblog/images/logo.png) no-repeat;
  float: left;
  height: 84px;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 139px;
}
#header #nav {
  float: right;
  width: 380px;
}
#header h2 {
  font-size: 12px;
  line-height: 12px;
  margin: 20px 0 0;
  text-align: right;
}
#header #nav ul { 
  list-style: none;
  margin: 0;
  position: absolute;
  right: 0;
  top: 49px;
  width: 380px;
}
#header #nav ul li {
  float: left;
  display: block;
  height: 35px;
  overflow: hidden !important;
  text-indent: -9999px !important;
}
#header #nav ul li a { background: url(/wp-content/themes/newblog/images/nav-bg.png) no-repeat; display: block; height: 28px; }
#header #nav ul li.home {margin-right: 19px; width: 42px;}
#header #nav ul li.work {margin-right: 18px; width: 45px;}
#header #nav ul li.about {margin-right: 20px; width: 50px;}
#header #nav ul li.shop {margin-right: 20px; width: 39px;}
#header #nav ul li.blog {margin-right: 20px; width: 38px;}
#header #nav ul li.contact {margin-right: 0; width: 69px;}
#header #nav ul li.home a { background-position: 0 0; width: 42px;}
#header #nav ul li.work a { background-position: -61px 0; width: 45px;}
#header #nav ul li.about a { background-position: -124px 0; width: 50px;}
#header #nav ul li.shop a { background-position: -194px 0; width: 39px;}
#header #nav ul li.blog a { background-position: -253px 0; width: 38px;}
#header #nav ul li.contact a { background-position: -311px 0; width: 69px;}
#header #nav ul li.home a:hover { background-position: 0 -35px;}
#header #nav ul li.work a:hover { background-position: -61px -35px;}
#header #nav ul li.about a:hover { background-position: -124px -35px;}
#header #nav ul li.shop a:hover { background-position: -194px -35px;}
#header #nav ul li.blog a:hover { background-position: -253px -35px;}
#header #nav ul li.contact a:hover { background-position: -311px -35px;}
#header #nav ul li.home a.active { background-position: 0 -35px;}
#header #nav ul li.work a.active { background-position: -61px -35px;}
#header #nav ul li.about a.active { background-position: -124px -35px;}
#header #nav ul li.shop a.active { background-position: -194px -35px;}
#header #nav ul li.blog a.active { background-position: -253px -35px;}
#header #nav ul li.contact a.active { background-position: -311px -35px;}
*/


#header {
	width: 100%;
	height: 83px;
	background-color: #d4c029;
}

#header #navigation {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#header #cart-badge{
	position: absolute;
	top: 15px;
	left: 390px;
	display:none;
	width: 114px;
	height: 53px;
	background-color: #000;
}

#header #cart-badge h5{
	color: #fff;
	margin-top: 10px;
	text-align: center;
	letter-spacing: .75px;
}

#header #cart-badge a{
	background: url(/wp-content/themes/newblog/images/ic-global-sprite.png) no-repeat -282px -64px;
	display:block;
	width: 76px;
	height: 14px;
	margin-left: 19px;
	margin-top: 4px;
	text-indent: -999em;
	overflow:hidden;
	text-decoration:none;
}

#header #cart-badge a:hover{
	background-position: -360px -64px;
}

#header #navigation h1 {
	float: left;
	background: url(/wp-content/themes/newblog/images/ic-global-sprite.png) no-repeat;
	width: 140px;
	height: 83px;
	text-indent: -999em;
}

#header #navigation h2{
	position:absolute;
	top: 23px;
	right: 0;
	background: url(/wp-content/themes/newblog/images/ic-global-sprite.png) no-repeat -141px 0;
	width: 179px; 
	height: 15px;
	text-indent: -999em;
	overflow:hidden;
	margin-bottom: 16px;
}

#header #navigation ul{
	position:absolute;
	list-style:none;
	top: 50px;
	right: 0;
	margin: 0;
}

#header #navigation ul li {
	background: url(/wp-content/themes/newblog/images/ic-global-sprite.png) no-repeat;
	float: left;
	margin-left: 20px;
	padding-bottom: 1px;
	height: 13px;
	text-indent: -999em;
	overflow:hidden;
}

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

#header #navigation ul li.home{
	background-position: -141px -33px;
	width: 42px;
}
#header #navigation ul li.home:hover{ background-position: -141px -15px;}
.js #header #navigation ul li.home:hover{ background-position: -141px -30px;}
.no-js #home #header #navigation ul li.home{ background-position: -141px -15px; border-bottom: 2px solid #fff; padding-bottom: 2px;}

#header #navigation ul li.work{
	background-position: -202px -33px;
	width: 45px;
}
#header #navigation ul li.work:hover{ background-position: -202px -15px;}
.js #header #navigation ul li.work:hover{ background-position: -202px -30px;}
.no-js #work #header #navigation ul li.work{ background-position: -202px -15px; border-bottom: 2px solid #fff; padding-bottom: 2px;}

#header #navigation ul li.about{
	background-position: -266px -33px;
	width: 50px;
}
#header #navigation ul li.about:hover{ background-position: -266px -15px;}
.js #header #navigation ul li.about:hover{ background-position: -266px -30px;}
.no-js #about #header #navigation ul li.about{ background-position: -266px -15px; border-bottom: 2px solid #fff; padding-bottom: 2px;}


#header #navigation ul li.shop{
	background-position: -335px -33px;
	width: 39px;
}
#header #navigation ul li.shop:hover{ background-position: -335px -15px;}
.js #header #navigation ul li.shop:hover{ background-position: -335px -30px;}
.no-js #shop #header #navigation ul li.shop{ background-position: -335px -15px; border-bottom: 2px solid #fff; padding-bottom: 2px;}

#header #navigation ul li.blog{
	background-position: -394px -33px;
	width: 39px;
}
#header #navigation ul li.blog:hover{ background-position: -394px -15px;}
.js #header #navigation ul li.blog:hover{ background-position: -394px -30px;}
.no-js #blog #header #navigation ul li.blog{ background-position: -394px -15px; border-bottom: 2px solid #fff; padding-bottom: 2px;}

#header #navigation ul li.faq{
    background-position: -536px -33px;
    width: 29px;
}

#header #navigation ul li.faq:hover{ background-position: -536px -15px;}
.js #header #navigation ul li.faq:hover{ background-position: -536px -30px;}
.no-js #faq #header #navigation ul li.faq{ background-position: -536px -15px; border-bottom: 2px solid #fff; padding-bottom: 2px;}

#header #navigation ul li.contact{
	background-position: -452px -33px;
	width: 70px;
}
#header #navigation ul li.contact:hover{ background-position: -452px -15px;}
.js #header #navigation ul li.contact:hover{ background-position: -452px -30px;}
.no-js #contact #header #navigation ul li.contact{ background-position: -452px -15px; border-bottom: 2px solid #fff; padding-bottom: 2px;}


/* content */
#content-wrap {
  margin: 55px auto 35px;
  overflow: hidden;
  width: 960px;
}
#main {
  float: left;
  margin-right: 75px;
  width: 500px;
}
#main h2, #main h2 a { 
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 5px;
}
#main .post { float: left; margin-bottom: 45px;}
#main p { line-height: 22px; }
#main p.post-info { color: #5d5d5d; }
#main p.postmeta { 
  background: #161616;
  color: #858585;
  padding: 10px;
}
/* sidebar */
#interface {
	width: 100%;
	margin: 28px 0 30px 575px;
}

#interface ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding:0;
}

#interface h1{
	font-size: 20px;
	color: #d4c029;
	margin-bottom: 20px;
}
#interface div.interface{
	border-bottom: 1px solid #666666;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
}

#interface div.interface ul {
	width: 385px;
}

#interface div.interface ul li {
	display: inline-block;
	margin: 0 20px 20px 0;
}

#interface div.interface ul li h3{
	font-size: 11px;
	font-weight: bold;
	color: #d4c029;
	margin: 7px 0 0 0;
}

#interface div.interface ul li p{
	font-size: 11px;
	margin: 0;
}

#interface #shop { 
	padding-bottom: 0; 
}
#interface #work {
	padding-bottom: 0; 
}

.sidebar {
  float: left;
  margin-right: 75px;
  width: 155px
}
.sidebar.last {margin-right: 0;}
.sidebar h3 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.sidebar ul { color: #858585; font-weight: normal; list-style: none; margin-left: 0; margin-right: 0; }
.sidebar ul a { color: #858585;}
.sidebar ul a:hover { color: #d4c029;}
.sidebar ul li { line-height: 2em; }

.lastfm-item {
  line-height: 12px;
  margin-bottom: 1em;
}
.lastfm-item span {display: block;}
.lastfm-item span.track {color: #fff; font-style: italic;}

/* footer */
#footer {
  background: #212121;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
#footer-content {
  color: #65726d;
  height: 55px;
  line-height: 55px;
  margin: 0 auto;
  width: 960px;
}
#footer-content p {
	float: right;
	margin-bottom: 0;
}
#footer-content p.backtotop {
	float: left;
	height: 55px;
	overflow: hidden;
	width: 111px;
}
#footer-content p.backtotop a {
	background: url(/wp-content/themes/newblog/images/back-to-top.gif) no-repeat left center;
	display: block;
	height: 55px;
	overflow: hidden;
	text-indent: -999em;
	width: 111px;
}

/* comments */
.comments {
	margin-top: 50px;
}
.comments h3 { line-height: 25px; }
.comments ol {
	border-bottom: 1px solid #333;
	float: left;
	list-style-position: inside;
	margin: 0;
	padding-bottom: 20px;
}
.comments ol li {
	background: #161616;
	color: #fff;
	float: left;
	padding: 20px;
	margin-bottom: 20px;
	width: 460px;
}
.comments ol li small {
	border-bottom: 1px dotted #333;
	display: block;
	margin-bottom: 10px;
	line-height: 25px;
	padding-bottom: 5px;
	width: 460px;
}
.comments ol li p {
	color: #CBCBCB;
	font-size: 11px;
	line-height: 19px;
}
.comments .reply {
	float: left;
	margin-top: 30px;
}
.comments .reply form div {
	background: #161616;
	padding: 20px;
	margin-bottom: 10px;
	width: 460px;
}
.comments .reply form div label{
	display: block;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 5px;
}
.comments .reply form div input,
.comments .reply form div textarea {
	background: #333;
	border: 0;
	color: #fff;
	margin-bottom: 0;
	padding: 3px;
}
.comments .reply form p {
	margin: 2em 0;
}
