@import url("css/reset.css");
@import url("css/rebuild.css");
@import url("css/wp.css");
@import url("css/gigpress.css");

#infscr-loading {
  padding: 50px 0;
}

#tweet {
  text-decoration: none;
  color: white;
  display: block;
  text-align: center;
  width: 100%;
  background: #F52887;
  position: fixed;
  *position: absolute;
  bottom: 36px;
  padding: 6px 0 3px !important;
  height: 18px;
  min-width: 1080px;
  
  z-index: 99999;
}

.strap-line {
	color: white;
}

.strap-line:hover {
	text-decoration: none !important;
}

#tweet img {
  padding: 0 12px;
}

#footer label {
  color: white;
}

#footer iframe {
  z-index: 99999;
  background: #F52887;
  position: absolute;
  left: 10px;
  bottom:-5px;
}

#tweet a {
  color: black;
}

#tweet li, #tweet ul {
  position: relative;
  z-index: 999999;
  cursor: pointer;
  margin: 0;
  display: inline;
  list-style: none;
}

#tweet:hover {
  background: #F52887;
}

/* */

form {
  display: inline;
  text-align: center;
  position: absolute;
  bottom: 5px;
  width: 100%;
  padding-left: 36px;
  z-index: 999999;
}

input {
  outline: none;
  color: white;
 background: black;
 background: rgba(0,0,0,0.5);
  border: 2px white solid;
  padding: 0px;
  width: 250px;
  opacity: 0.75;
}

label {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  color: #ccc;
}
    
input:focus {
  border: 2px #F660AB solid;
  background: rgba(0,0,0,0.8);
  opacity: 1;
}

input:hover {
  border: 2px #F660AB solid;
  opacity: 1;
}

/* */

body {
	font-family: helvetica, arial, sans-serif;
	background: black;
	color: white;
	padding-bottom: 72px;
}

#header, #nav, #posts, #single-post, #page, #navigation {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	width: 960px;
}

#links {
  padding-right: 12px;
  margin: 0 auto;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 36px;
  z-index: 99999;
}

#links a {
	opacity: 0.75;
	padding: 12px 6px;
}

#navigation {
	font-weight: bold;
	text-align: center;
	text-indent: 0.25em;
	font-size: 18px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

#links img {
	height: 15px;
}

#links a:hover {
	opacity: 1;
	text-decoration: none;
}

#header {
	padding: 48px 0 24px;
	text-align: center;
}

#footer {
  min-width: 1080px;
	background: #F52887;
	position: fixed;
	bottom: 0;
	z-index: 999;
	height: 48px;
	padding: 12px 0 8px;
	width: 100%;
	text-align: left;
}

object, embed {
  position: relative;
  z-index: 9;
}

#nav {
  width: 960px;
  white-space: nowrap;
	padding: 12px 0;
	background: black;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	list-style: none;
	text-align: center;
/*  text-indent: 1.35em;
*/}

#nav li {
	display: inline;
}

#nav li {
	padding: 0 18px;
}

#nav a {
	padding: 12px 0;
	width: 100%;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.35em;
}

#crowdstore {
  background: black;
	display: block;
	width: 960px !important;
	margin: 24px auto !important;
}

iframe {
  background: black;
}


li.current a {
	color:#F52887 !important;
}

#nav li:hover a, #nav a:active {
	color: #F52887;
}

#backstretch {
	width: 100%;
}

#posts {
	background: black;
}

.strap-line {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1.75em;
}

a {
	color: #F52887;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.post, .single-post {
	padding: 24px 0;
	clear: both;
	overflow: hidden;
}

.post-wrap {
  clear: both;
  overflow: hidden;
  display: block;
	border-bottom: 1px solid white;
}

.post-link:hover .post-title {
	color: #F52887;
}

.featured-image + .post-link {
	float: right;
	width: 468px;
}
.post-title {
	color: #F52887;
	line-height: 1.25em;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	padding-bottom: 24px;
}

.post-content img, .post-content object, .post-content embed, .post-content iframe {
  display: block;
  margin: 0 auto;
}

.post-content {
	text-align: justify;
	font-size: 14px;
	line-height: 1.25em;
	font-weight: normal;
}

.post-content img {
	max-width: 100%;
}



.gallery * {
	width: auto !important;
	height: auto !important;
	border: none !important;
}

.gallery img {
  margin: 0 !important;
  display: inline !important;
}

.gallery a {
	display: block;
		margin-right: 32px;
}

.gallery img {
	width: 64px !important;
}

.post-date {
	padding-bottom: 24px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	text-align: center;
}


h1 a {
	display: block;
}

.post-link {
	float: left;
	color: white;
	width: 960px;
	text-decoration: none;
}

.post-link:hover {
	text-decoration: none;
}

.featured-image {
	float: left;
	width: 468px;
	height: 264px;
	overflow: hidden;
}

.featured-image img {
	display: block;
	height: auto !important;
	width: 468px !important;
}