/*
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; }
/* 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;}

/* 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 */
.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;
}