/* @override
	http://two.gigpress.com/wp-content/themes/gigpress-2.0/style.css
	http://gigpress.com/wp-content/themes/gigpress-2.0/style.css
*/

/*
Theme Name: GigPress 2.0
Theme URI: http://wordpress.org/
Description: I promise, I will never die.
Version: 2.0
Author: Derek Hogue
Author URI: http://amphibian.info
*/

/* @group Reset */

/* Word to Eric Meyer */

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, hr, 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

/* @end */

/* @group Global */

body {
	background: #000	url(images/header.jpg) no-repeat center top;
	text-align: center;
	font: normal 12px/18px "Lucida Grande", Verdana, sans;
	color: #222;
}

.inner {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

h2 {
	font: normal 32px/36px Arial, Helvetica, sans;
	margin: 1em 0 0.2em;
	color: #780c5b;
}

h2 a, h3 a {
	text-decoration: none;
}

h2.title {
	margin: 0 0 1em;
}

h3 {
	font: normal 24px/28px "Helvetica Neue", Arial, sans;
	color: #999;
	margin: 1em 0 0.2em;
}

h4 {
	margin: 1em 0 0;
	color: #999;
}

p, ul, ol, pre {
	margin: 0 0 1em;
}

ul li {
	margin-left: 2em;
	list-style: disc outside;
}

ol li {
	margin-left: 2em;
	list-style: decimal outside;
}

small {
	font-size: 11px;
	color: #999;
}

a {
	color: #910F6F;
	-webkit-transition: color 0.2s linear;
}

a:hover {
	text-decoration: none;
	color: #780c5b;
	-webkit-transition: color 0.2s linear;
}

pre {
	font: normal 12px/18px Monaco, "Lucida Console", "Courier New", mono;
}

code {
	font: normal 12px/18px Monaco, "Lucida Console", "Courier New", mono;
	color: #000;
	padding: 1px 4px;
	background: #f6fbff;
	border: 1px solid #DDD;
}

del {
	text-decoration: line-through;
	color: #999;
}

#content {
	width: 660px;
	min-height: 300px;
	padding: 20px;
	text-align: left;
	float: right;
	background-color: #FFF;
	box-shadow: 0 0 3px #050409;
	-webkit-box-shadow: 0 0 3px #050409;
	-moz-box-shadow: 0 0 3px #050409;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.notice {
	background: #F6F6F6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	text-align: center;
	margin: 2em 0;
	border: 1px solid #DDD;
}

/* @end */

/* @group Home */

.intro {
	font-size: 14px;
	line-height: 21px;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #DDD;
	margin-bottom: 1.5em;
}

ul.cols li {
	list-style: none outside;
	width: 205px;
	float: left;
	margin: 0 20px 10px 0;
}

ul.cols li.end {
	margin-right: 0;
}

#featuresList {
	float: left;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #DDD;
}

#featuresList li {
	font-size: 11px;
	line-height: 16px;
}

#featuresList h3 {
	font-size: 18px;
	line-height: 20px;
	color: #910F6F;
	margin: 0 0 2px;
}

h3.new {
	padding-left: 34px;
	background: transparent url(images/new.png) no-repeat left center;
}

p.next-actions {
	font-size: 14px;
	text-align: center;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #DDD;
}

#screenshots {
	margin-top: 1em;
	text-align: center;
	color: #999;
}

#screenshots img {
	border: 1px solid #DDD;
	opacity: 0.7;
	-webkit-transition: opacity 0.2s linear;
}

#screenshots img:hover {
	opacity: 1;
	-webkit-transition: opacity 0.2s linear;
}


/* @end */



/* @group Header */

#top {
	height: 200px;
	position: relative;
}

#top h1 {
	width: 255px;
	height: 65px;
	position: absolute;
	left: 20px;
	top: 90px;
	text-indent: -9999px;
}

#top h1 a {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(images/gigpress_header.png) no-repeat left top;
}

#tagline {
	position: absolute;
	width: 480px;
	padding: 10px;
	left: 310px;
	top: 107px;
	background: transparent url(images/translucent_black.png) repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#tagline p {
	margin: 0;
	height: 13px;
	background: transparent url(images/tagline.png) no-repeat center center;
	text-indent: -9999px;
}

#message {
	width: 100%;
	background: transparent url(images/translucent_black.png);
	font-size: 11px;
	line-height: 15px;
}

#message p {
	width: 940px;
	padding: 5px 0;
	margin: 0 auto;
	color: #9F81A3;
	text-align: right;
}

#message a {
	color: #CBB5CD;
	text-decoration: none;
}

#message a:hover {
	color: #FFF;
}

#message a.aktt_tweet_time {
	font-size: 10px;
}

a.aktt_tweet_time:before {
	content: " (";
}
a.aktt_tweet_time:after {
	content: ")";
}

/* @end */

/* @group Download */


#downloadBox {
	width: 180px;
	padding: 10px;
	float: right;
	display: inline;
	margin-left: 20px;
	text-align: center;
	color: #999;
	font-size: 11px;
	background: #F6F6F6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #DDD;
}

#downloadBox p {
	margin: 0;
}

#downloadBox img {
	margin-bottom: 5px;
}

img.dlBtn {
	-webkit-transition: opacity 0.2s linear;
	opacity: 0.8;
}

img.dlBtn:hover {
	-webkit-transition: opacity 0.2s linear;
	opacity: 1;
}


/* @end */

/* @group Docs */

ul#toc {
	width: 180px;
	padding: 10px;
	/*float: right;
	display: inline;
	margin: 0 0 20px 20px;*/
	/* We have to do this because the sIFR'd h3
	jumps below the float. Followed by .hangRight. */
	position: absolute;
	right: 20px;
	/* Assface */
	background: #F6F6F6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #DDD;
}

.hangRight {
	margin-right: 220px;
}

#toc ul {
	margin: 0;
}

#toc li {
	list-style: none outside;
	margin-left: 0;
}

#toc li li {
	margin-left: 1em;
}

p.toc {
	text-align: right;
	padding-top: 5px;
	border-top: 1px dotted #DDD;
	font-size: 11px;
}


/* @end */



/* @group FAQ */

dl {
	margin: 1em 0;
}

dt {
	font-weight: bold;
	margin-bottom: 1em;
}

dd {
	margin: 0 0 2em 2em;

}

/* @end */

/* @group Donate */

#donations {
	margin-top: 2em;
}

#donations li {
	margin: 0 2em 2em;
	list-style: none;
	padding-left: 48px;
}

#donations h4 {
	font-size: 14px;
	margin: 0;
}

li.coffee {
	background: transparent url(images/coffee.png) no-repeat 5px 2px;
}

li.beer {
	background: transparent url(images/pint.png) no-repeat 5px 2px;
}

li.pizza{
	background: transparent url(images/pizza.png) no-repeat 5px 2px;
}

/* @end */




/* @group Posts */

.post {
	margin-bottom: 2em;
}

.listing {
	margin-bottom: 3em;
}

.post-title {
	margin: 0 0 0.1em;
}

.entry {
}

p.posted {
	color: #999;
	font-size: 12px;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #CCC;
}

p.postsNav {
	text-align: center;
	margin: 0 auto 2em;
	color: #999;
}

p.prev {
	float: left;
	width: 320px;
	text-align: left;
}

p.next {
	float: right;
	width: 320px;
	text-align: right;
}

.postsNav a {
	color: #999;
	text-decoration: none;
}

.postsNav a:hover {
	color: #780c5b;
}

/* @end */



/* @group Comments */

span.comments {
	padding-left: 13px;
	background: transparent url(images/comment_mini.gif) no-repeat left center;
}

h3#comments, h3#respond {
	padding-left: 20px;
	padding-bottom: 0.1em;
	border-bottom: 1px dotted #DDD;
}

h3#comments {
	background: url(images/comment.gif) no-repeat 0 3px;
}

h3#respond {
	background: url(images/add_comment.gif) no-repeat 0 3px;
}

.commentlist li.alt {
	background: #FAFAFA;
}

.commentlist li.admin, .commentlist li.altadmin {
	background: #f6fbff;
}

ol.commentlist {
	margin-bottom: 2em;
}

ol.commentlist li {
	list-style: none;
	padding: 1em 1em 0.1em;
	border-bottom: 1px solid #EEE;
	margin: 0;
}

.comment {
	margin-left: 220px;
}

.commenter {
	width: 200px;
	float: left;
	text-align: left;
	font-size: 11px;
}

img.avatar {
	float: left;
	border: 1px solid #999;
}

.commenter p {
	margin-left: 58px;
	color: #999;
}

#commentform label {
	color: #999;
	display: block;
	margin-top: 5px;
}

#comentform input, #commentform textarea {
	font-family: "Lucida Grande", Verdana, sans;
}

div#authorField input, div#emailField input, div#websiteField input {
	width: 200px;
	padding: 3px;
	color: #666;
}

div#authorField, div#emailField {
	width: 210px;
	float: left;
	margin-right: 15px;
	display: inline;
}


div#websiteField {
	width: 210px;
	float: left;
}

#comment {
	width: 650px;
	height: 100px;
	padding: 3px;
	color: #666;
	margin-bottom: 1em;
}

input#submit {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	padding: 8px 10px;
	color: #FFF;
	background-color: #910F6F;
	-webkit-transition: background-color 0.2s linear;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
}

input#submit:hover {
	background-color: #780c5b;
	-webkit-transition: background-color 0.2s linear;
}

p.nocomments {
	text-align: center;
	font-style: italic;
	color: #999;
}

/* @end */

/* @group Sidebar */

#sidebar {
	width: 240px;
	margin-top: 50px;
	text-align: right;
	float: left;
}

#nav {
	margin-left: 60px;
}

#nav li {
	list-style: none outside;
	margin-left: 0;
}

#nav a {
	display: block;
	width: 140px;
	height: 0px;
	padding: 35px 20px 0 10px;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#features a {
	background-position: 0 0;
}
#features a:hover {
	background-position: -170px 0;
}
#features.active a, #features.active a:hover {
	background-position: -350px 0;
}

#examples a {
	background-position: 0 -35px;
}
#examples a:hover {
	background-position: -170px -35px;
}
#examples.active a, #examples.active a:hover {
	background-position: -350px -35px;
}

#download a {
	background-position: 0 -70px;
}
#download a:hover {
	background-position: -170px -70px;
}
#download.active a, #download.active a:hover {
	background-position: -350px -70px;
}

#docs a {
	background-position: 0 -105px;
}
#docs a:hover {
	background-position: -170px -105px;
}
#docs.active a, #docs.active a:hover {
	background-position: -350px -105px;
}

#faq a {
	background-position: 0 -140px;
}
#faq a:hover {
	background-position: -170px -140px;
}
#faq.active a, #faq.active a:hover {
	background-position: -350px -140px;
}

#donate a {
	background-position: 0 -175px;
}
#donate a:hover {
	background-position: -170px -175px;
}
#donate.active a, #donate.active a:hover {
	background-position: -350px -175px;
}

#blog a {
	background-position: 0 -210px;
}
#blog a:hover {
	background-position: -170px -210px;
}
#blog.active a, #blog.active a:hover {
	background-position: -350px -210px;
}

#nav li.active {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.7);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
}

/* @end */

/* @group Footer */

#footer {
	height: 750px;
	background: transparent url(images/footer.jpg) no-repeat center bottom;
	text-align: left;
}

#footer .inner {
	width: 700px;
	padding-left: 240px;
}

#footer li {
	list-style: none outside;
	margin-left: 0;
}

#footerContent {
	padding: 20px;
	border-top: 1px solid #000;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	box-shadow: 0 1px 2px #050409;
	-webkit-box-shadow: 0 1px 2px #000;
	-moz-box-shadow: 0 1px 2px #000;
	background: transparent url(images/translucent_white.png);
	margin-bottom: 20px;
	color: #A2A2A4;
}

#footerContent h3 {
	font: normal 18px/20px Arial, Helvetica, sans;
	margin: 0 0 1em;
}

#footerContent a {
	color: #FFF;
	text-decoration: none;
}

#footerContent a:hover {
	color: #CDD0D3;
}

#footerRecent {
	width: 320px;
	float: left;
}

#footerRecent li {
	margin-bottom: 8px;
	line-height: 15px;
}

#footerDownload {
	width: 320px;
	float: right;
}

#footerDownload .stat {
	color: #FFF;
}

li.download {
	margin-top: 1em;
}

#footerLinks {
	text-align: center;
}

#footerLinks img {
	margin: 0 20px;
	opacity: 0.6;
	text-decoration: none;
	-webkit-transition: opacity 0.2s linear;
}

#footerLinks img:hover {
	opacity: 0.9;
}

#footer p {
	margin: 20px;
	color: #A7B0B5;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}

#footer p a {
	color: #CED7DE;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
}

/* @end */



/* @group sIFR */

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }

  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }

  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }

  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt;
    padding: 0pt;
    overflow: auto;
    letter-spacing: 0px;
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }

  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

@media screen {
  .sIFR-active h2 {
    font-family: Verdana;
    font-size: 30px;
    visibility: hidden;
  }
   .sIFR-active h3 {
    visibility: hidden;
  }
    .sIFR-active h3.gigpress-artist-heading {
    visibility: visible;
  }
}

/* @end */




/* @group Miscellaneous */

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

hr {
	clear: both;
	visibility: hidden;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	text-align: center;
}

img.alignleft {
	margin: 0 10px 5px 0;
	display: inline;
}

img.alignright {
	margin: 0 0 5px 10px;
	display: inline;
}

img.centered {
	display: block;
	margin: 0 auto;
}

img.border {
	border: 1px solid #CCC;
}

.video {
	margin: 2em auto;
	width: 640px;
	border: 1px solid #CCC;
}


/* @end */

/* Modern Tribe bumpdown styles */

body {
	background-position-y: 256px;
}

#tribe-alert {
	background-color: #171717;
	height: 256px;
	padding-top: 43px;
}

#tribe-alert h3, #tribe-alert a {
	font-family: freight-sans-pro, Helvetica Neue, Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
}

#tribe-alert .container {
	margin: auto;
	width: 940px;
}

#tribe-alert .logo img.logo-icon,
#footer .logo img.logo-icon {
	margin-right: 8px;
}

#tribe-alert .logo img.logo-icon,
#tribe-alert .logo img.logo-text,
#footer .logo img.logo-icon,
#footer .logo img.logo-text  {
	height: 25px;
}

#tribe-alert .announcement {
	float: left;
	margin-left: 25px;
	text-align: left;
	width: 615px;
}

#tribe-alert .announcement h3 {
	color: white;
	font-size: 38px;
	font-weight: 600;
	line-height:  42px;
	margin: 29px 0 25px 0;
	visibility: visible; /* compatibility fix for Chrome & sIFR */
	max-width: 480px;
	width: 100%;
}

#tribe-alert .announcement .tribe-alert-button {
	background-color: #16a0d6;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: .025em;
	line-height: 22px;
	padding: 14px 25px 14px 25px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .15s ease-in-out;
	width: auto;
}

#tribe-alert .announcement .tribe-alert-button:hover {
	background-color: #1284b1;
}

#tribe-alert .promo {
	background: #000;
	display: inline-block;
	height: 187px;
	margin-top: 26px;
	padding: 0 40px 0 40px;
	text-align: left;
	width: 220px;
}

#tribe-alert .promo img {
	display: block;
	margin: -23px auto 10px auto;
	width: 110px;
}

#tribe-alert .promo a {
	color: white;
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
	text-decoration: none;
}

#tribe-alert .promo span {
	color: #16a0d6;
	padding-left: 3px;
}

.hide-button {
	color: #5f7777;
	display: block;
	margin: 0 30px 0 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 10px;
	vertical-align: middle;
}

.hide-button span {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 25px;
	padding-right: 3px;
	text-align: right;
	text-transform: uppercase;
	position: relative;
	top: 1px;
}

.hide-button:hover {
	color: #5f7777;
}

.hide-button img {
	vertical-align: middle;
	height: 25px;
	width: 25px;
}

#footer .logo {
	padding-left: 10px;
	margin: auto;
	width: 245px;
}
