/**
 * Smiley project CSS 
 */

/* generic emoji styles */
.wp-emoji, .wp-emoji:before {
	display: inline-block !important; /* shouldn't have been necessary, but some themes set this to static */
}

.wp-emoji {
	position: relative !important; /* shouldn't have been necessary, but some themes set this to static */
	vertical-align: bottom;

	/* this will be a line-height tall wrapper for vertically centering the smiley */
	width: 1.375em;
	overflow: hidden;
	white-space: nowrap;	
	text-indent: 9999px;
	min-height: 1.2em; /* for really small lineheights */
}

/* Firefox does weird things with text-indent and selection */
@-moz-document url-prefix() { 
	.wp-emoji {
		text-indent: 0;
		text-align: center;
		color: rgba(255,255,255,0);
		overflow: visible;
	}
}

/* @noflip */
.wp-emoji:before {
	/* vertically center the smiley */
	position: absolute;
	content: "";
	
	/* height/width for IE, Firefox and non-webkit browsers */
	height: 1.25em;
	width: 1.375em;
	margin-top: -0.625em; /* minus half the height of the smiley */

	left: 0;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

/* WebKit specific hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wp-emoji {
		width: 1.35em;
	}
    .wp-emoji:before {
		height: 1.4em;
		width: 1.35em;
		margin-top: -0.7em; /* minus half the height of the smiley */
    }
}

/* IE specific hacks */
@media screen and (min-width:0\0) {
	.wp-emoji {
		height: 1.2em;
		width: 1.38em;
	}
    .wp-emoji:before {
		width: 1.38em;
    }
}

/* individual smileys */
	/* PNGs are for IE8 fallbacks. Let's remove them some day please */
.wp-emoji-smile:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/smile.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/smile.svg), none;
}

.wp-emoji-wink:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/wink.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/wink.svg), none;
}

.wp-emoji-bigsmile:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/bigsmile.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/bigsmile.svg), none;
}

.wp-emoji-heart:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/heart.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/heart.svg), none;
}

.wp-emoji-neutral:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/neutral.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/neutral.svg), none;
}

.wp-emoji-uneasy:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/uneasy.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/uneasy.svg), none;
}

.wp-emoji-lol:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/lol.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/lol.svg), none;
}

.wp-emoji-sad:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/sad.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/sad.svg), none;
}

.wp-emoji-cry:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/cry.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/cry.svg), none;
}

.wp-emoji-evilgrin:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/evilgrin.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/evilgrin.svg), none;
}

.wp-emoji-twisted:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/twisted.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/twisted.svg), none;
}

.wp-emoji-evil:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/evil.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/evil.svg), none;
}

.wp-emoji-surprised:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/surprised.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/surprised.svg), none;
}

.wp-emoji-tongue:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/tongue.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/tongue.svg), none;
}

.wp-emoji-angry:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/angry.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/angry.svg), none;
}

.wp-emoji-burrito:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/burrito.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/burrito.svg), none;
}
.wp-emoji-burrito, .wp-emoji-burrito:before {
	width: 1.6em;
}

.wp-emoji-wordpress:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/wordpress.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/wordpress.svg), none;
}

.wp-emoji-mindblown:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mindblown.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mindblown.svg), none;
}

.wp-emoji-mindblown-alt:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mindblown-alt.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mindblown-alt.svg), none;
}

.wp-emoji-martini:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/martini.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/martini.svg), none;
}

.wp-emoji-whiterussian:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/whiterussian.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/whiterussian.svg), none;
}

.wp-emoji-star:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/star.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/star.svg), none;
}

.wp-emoji-developer:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/developer.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/developer.svg), none;
}
.wp-emoji-developer, .wp-emoji-developer:before {
	width: 1.5em;
}

.wp-emoji-facepalm:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/facepalm.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/facepalm.svg), none;
}
.wp-emoji-facepalm, .wp-emoji-facepalm:before {
	width: 1.4em;
}

.wp-emoji-bear:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/bear.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/bear.svg), none;
}

.wp-emoji-mrgreen:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mrgreen.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mrgreen.svg), none;
}

.wp-emoji-arrow:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/arrow.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/arrow.svg), none;
}

.wp-emoji-confused:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/confused.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/confused.svg), none;
}

.wp-emoji-cool:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/cool.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/cool.svg), none;
}

.wp-emoji-idea:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/idea.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/idea.svg), none;
}

.wp-emoji-blush:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/blush.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/blush.svg), none;
}

.wp-emoji-oops:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/oops.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/oops.svg), none;
}

.wp-emoji-rolleyes:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/rolleyes.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/rolleyes.svg), none;
}

.wp-emoji-exclaim:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/exclaim.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/exclaim.svg), none;
}

.wp-emoji-question:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/question.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/question.svg), none;
}

.wp-emoji-kitten:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/kitten.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/kitten.svg), none;
}

.wp-emoji-momface:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/momface.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/momface.svg), none;
}


/* to enable text-selection of smileys in Firefox, we can't use text-indent or overflow to hide the text, so letterspace it instead */
@-moz-document url-prefix() { 
	.wp-emoji-rolleyes {
		letter-spacing: -.2em;
	}

	.wp-emoji-oops, .wp-emoji-idea, .wp-emoji-confused {
		letter-spacing: -.25em;
	}

	.wp-emoji-burrito, .wp-emoji-arrow, .wp-emoji-bear, .wp-emoji-star {
		letter-spacing: -.3em;
	}

	.wp-emoji-developer, .wp-emoji-mrgreen, .wp-emoji-facepalm {
		letter-spacing: -.35em;
	}

}




/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px;
	background-color: #000;
	border-width: 0;
	opacity: 0.88;
	filter: alpha(opacity=88);
	box-shadow: 0 0 10px black;
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 14px;
	padding-bottom: 5px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	position: absolute;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
#bit, #bit * {
	*zoom: 1;
}

#bit {
	font: normal 13px "Helvetica Neue", sans-serif;
	_display: none;
}

.loggedout-follow-shelf {
	position: fixed;
	right: 40%;
	z-index: 100;
	bottom: -300px;
}

.loggedout-follow-normal {
	position: fixed;
	z-index: 100;
	bottom: -300px;
	right: 10px;
}

.loggedout-follow-typekit {
	margin-right: 4.5em;
	position: fixed;
	z-index: 100;
	bottom: -300px;
	right: 10px;
}

#bit a.bsub {
	display: block;
	overflow: hidden;
	padding: 0 10px 0 8px;
	float: right;
	text-decoration: none !important;
	line-height: 28px;
	font: normal 13px/28px "Helvetica Neue", sans-serif;
	color: #CCC;
	text-shadow: #444 0 -1px 0;
	letter-spacing: normal;
	border: 0;

	background-color: #464646;
	background-image: -ms-linear-gradient(bottom, #464646, #3f3f3f 5px);
	background-image: -moz-linear-gradient(bottom, #3f3f3f, #464646 5px);
	background-image: -o-linear-gradient(bottom, #464646, #3f3f3f 5px);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#464646), to(#3f3f3f));
	background-image: -webkit-linear-gradient(bottom, #3f3f3f, #464646 5px);
	background-image: linear-gradient(bottom, #464646, #3f3f3f 5px);

	-webkit-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-o-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-ms-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	box-shadow: 0 -1px 5px rgba(0,0,0,0.20);

	outline-style: none;
	outline-width: 0;
}

#bit a.bsub {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

#bit a.bsub span {
	background: url(/wp-content/blog-plugins/loggedout-follow/../../mu-plugins/admin-bar/wpcom-admin-bar-icons.png) 0 -77px no-repeat;
	padding-left: 20px;
	padding-right: 6px;
}

#bit a:hover span, #bit a.bsub.open span {
	color: #ffffff !important;
	background-position: 0 -117px;
}

#bit a.bsub.open {
	background: #333;
}

#bitsubscribe {
	background: #464646;
	color: #fff;
	padding: 15px;
	width: 200px;
	margin-top: 27px;
	-moz-border-radius: 2px 0 0 0;
	-webkit-border-radius: 2px 0 0 0;
	-o-border-radius: 2px 0 0 0;
	-ms-border-radius: 2px 0 0 0;
	border-radius: 2px 0 0 0;
	*float: right;
	*margin-right: -68px;
}

div#bitsubscribe.open {
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

#bitsubscribe div {
	overflow: hidden;
}

#bit h3, #bit #bitsubscribe h3 {
	margin: 0 0 .5em 0 !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-shadow: 0 1px 0 #333;
	font-size: 20px;
	color: #fff;
	text-align: left;
}

#bit #bitsubscribe p {
	margin: 0 0 1em 0;
	*margin: 0 0 0 0;
	font: 15px/1.3em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-shadow: 0 1px 0 #333;
	color: #fff;
}

#bitsubscribe p a {
	margin: 20px 0 0;
	color: #fff;
	text-decoration: underline;
}

#bit #bitsubscribe p.bit-follow-count {
	font-size: 13px;
}

#bitsubscribe input[type=submit] {
	padding: 2px 20px;
	background: #333; /* Old browsers */
	background: -moz-linear-gradient(top, #333 0%, #111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #333 0%,#111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333 0%,#111 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #333 0%,#111 100%); /* IE10+ */
	background: linear-gradient(top, #333 0%,#111 100%);
	color: #ccc;
	text-shadow: 0 1px 0 #000;
	border: 1px solid #282828;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-shadow: inset 0 1px 0 #444;
	-webkit-box-shadow: inset 0 1px 0 #444;
	box-shadow: inset 0 1px 0 #444;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	*margin: 1em 0 1em 0;
}

#bitsubscribe input[type=submit]:hover {
	background: #222; /* Old browsers */
	background: -moz-linear-gradient(top, #333 0%, #222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #333 0%,#222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333 0%,#222 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #333 0%,#222 100%); /* IE10+ */
	background: linear-gradient(top, #333 0%,#222 100%);
	color: #fff;
	-moz-box-shadow: inset 0 1px 0 #4f4f4f;
	-webkit-box-shadow: inset 0 1px 0 #4f4f4f;
	box-shadow: inset 0 1px 0 #4f4f4f;
	text-decoration: none;
}

#bitsubscribe input[type=submit]:active {
	background: #111; /* Old browsers */
	background: -moz-linear-gradient(top, #111 0%, #222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111), color-stop(100%,#222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #111 0%,#222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #111 0%,#222 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #111 0%,#222 100%); /* IE10+ */
	background: linear-gradient(top, #111 0%,#222 100%);
	color: #aaa;
	-moz-box-shadow: inset 0 -1px 0 #333;
	-webkit-box-shadow: inset 0 -1px 0 #333;
	box-shadow: inset 0 -1px 0 #333;
	text-decoration: none;
}

#bitsubscribe input[type=text],
#bitsubscribe input[type=email] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	height: auto;
	padding: 1px 2px;
	width: 95%;
}

#bitsubscribe input[type=text]:focus,
#bitsubscribe input[type=email]:focus {
	border: 1px solid #000;
}

#bitsubscribe.open {
	display: block;
}

#bsub-subscribe-button {
	text-align: center;
	margin: 0 auto;
}

/*
Confirmation
=============================== */

#bitsubscribe #lof-readerpromo p {
	color: #ccc;
}

#bitsubscribe #lof-followpublicize {
	border-top: 1px solid #3c3c3c;
	margin-bottom: .5em;
}

#bitsubscribe #lof-followpublicize h3 {
	font-size: 13px;
	padding-top: 1em;
	margin-bottom: 1em !important;
}

#bitsubscribe #lof-followpublicize p.lof-followpublicize-twitter,
#bitsubscribe #lof-followpublicize p.lof-followpublicize-facebook {
	background: #555;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 1px #333;
	-webkit-box-shadow: inset 0 1px 1px #333;
	-o-box-shadow: inset 0 1px 1px #333;
	-ms-box-shadow: inset 0 1px 1px #333;
	box-shadow: inset 0 1px 1px #333;
	margin-bottom: .5em;
	overflow: hidden;
}
#bitsubscribe #lof-followpublicize p.lof-followpublicize-twitter {
	padding: 10px 10px 5px;
}

/*
Footer
=============================== */

#bitsubscribe #bsub-credit {
	text-align: center;
	font: normal 11px "Helvetica Neue", sans-serif;
	padding: 7px 0;
	margin:0 0 -15px;
	border-top: 1px solid #3c3c3c;
}

#bitsubscribe #bsub-credit a {
	color: #aaa;
	text-shadow: 0 1px 0 #262626;
	background: none;
	text-decoration: none;
}

#bitsubscribe #bsub-credit a:hover {
	color: #fff;
	background: none;
}

@media (max-width: 800px) {
	#bit, #bit a.bsub {
		display:none;
	}
}

@media (min-device-width: 768px) {
	#bit, #bit a.bsub {
		display: block;
	}
}
/* =Infinity Styles
-------------------------------------------------------------- */

.infinite-scroll.neverending #page {
	position: relative;
	padding-bottom: 10px;
}
.infinite-scroll .infinite-wrap {
	border-top: 0;
	padding-top: 0;
}
.infinite-loader {
	display: block;
	margin: 20px auto;
	width: 50px
}
#infinite-handle {
	margin: 20px 0;
}
#infinite-handle span {
	border: none;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	padding: 8px 26px 8px 20px;
	text-transform: uppercase;
}
#infinite-handle span:before {
	color: #fff;
}
#infinite-footer .container {
    background: rgba(63, 63, 63, 0.8);
    border-color: rgba(0, 0, 0, 0.1);
}
#infinite-footer .blog-info a {
    color: #92754e;
}
#infinite-footer .blog-info a:hover,
#infinite-footer .blog-credits a:hover {
    color: #888;
}

/* Style Elements to match the additional color schemes */
body.light #infinite-footer .container {
    background: rgba(228, 228, 228, 0.8);
}
body.light #infinite-handle span {
    background: #d3d3c4;
}
body.light #infinite-handle span,
body.light #infinite-handle span:before {
	color: #888;
}

body.minimal #infinite-footer .container {
    background: rgba(239, 239, 239, 0.8);
}
body.minimal #infinite-handle span {
    background: #cacaca;
}
body.minimal #infinite-handle span,
body.minimal #infinite-handle span:before {
	color: #fff;
}

/* Elements to hide */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon {
	display: none;
}
.infinite-scroll.neverending.infinity-end #colophon {
	display: block;
}
.infinite-scroll.neverending.infinity-end .site-info {
	margin-bottom: 0;
	padding-bottom: 30px;
}
.infinity-end.neverending #page {
	position: relative;
	padding-bottom: 0;
}/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */


/* Replace Omnisearch PNG search icon with a dashicon */
#wpadminbar div.ab-item form#adminbarsearch input.adminbar-search-input {
	background-image: none;
	position: relative;
	z-index: 30;
}


/* Show globe icon next to blog */
#wpadminbar #wp-admin-bar-blog > .ab-item:before {
	position: relative;
	top: 2px;
	content: '\f319';
}

/* If a blavatar is present, move it left to cover the globe */
#wpadminbar #wp-admin-bar-blog > .ab-item {
	position: relative;
}
#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
	position: absolute;
	z-index: 1;
	left: 12px;
	top: 10px;
}

/* @noflip */
#wpadminbar.rtl #wp-admin-bar-blog > .ab-item img.avatar {
	right: 12px;
}

/* Make sure the margin around the WordPress logo is a bit relaxed, and the WordPress icon aligns to the sidebar icons */
#wpadminbar ul#wp-admin-bar-root-default>li#wp-admin-bar-newdash {
	margin: 0 8px 0 -1px;
}

/* @noflip */
#wpadminbar.rtl ul#wp-admin-bar-root-default>li#wp-admin-bar-newdash {
	margin: 0 -1px 0 -8px;
}


/* Fix omnisearch lineheight */
#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary input.adminbar-search-input.search-input-focus {
	border: none;
	text-shadow: none;
	box-shadow: none;
	line-height: 1;
	background: #ccc;
	background: rgba(255,255,255,.7);
}

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Override white color on blog title */
body.admin-color-mp6-light #wpadminbar ul li#wp-admin-bar-blog > .ab-item {
	color: #333;
}

/* Updated message fixes */
body.admin-color-mp6-light #wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary span.noticon {
	color: #eee;
}

div.updated p,
div.error p {
	position: relative;
}

div.updated .noticon-close,
div.error .noticon-close {
	font-size: 28px;

	height: 28px;
	width: 28px;

	position: absolute;
	right: 0;
	top: -1px;
}

/* Fix taller MP6 v2 toolbar. Merge this into mu-plugins/wpcom-admin-bar.css after MP6 v2 launch */
@media screen and ( max-width: 782px ) {

	.mp6 #wpadminbar li#wp-admin-bar-follow > a,
	.mp6 #wpadminbar li#wp-admin-bar-blog > a,
	.mp6 #wpadminbar li#wp-admin-bar-topicpress > a,
	.mp6 #wpadminbar li#wp-admin-bar-wpr-reblog > a,
	/* These next lines are necessary for when users opt out to the responsive styles */
	.mp6 #wpadminbar li#wp-admin-bar-dbg > div,			
	.mp6 #wpadminbar li#wp-admin-bar-my-account > a
	{
		line-height: 46px !important;
	}
	
	/* Notes only shown when users opt out to the responsive styles */
	body.mp6 #wpadminbar #wp-admin-bar-notes #wpnt-notes-unread-count {
		margin: 13px 3px 0 3px !important;
	}

	.mp6 #wpadminbar li#wp-admin-bar-blog > a.ab-item:before {
		top: 13px;
	}
	
	#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
		top: 17px;
	}

}

/* Fix toolbar hover color temporarily. Post launch, remove from /wp-content/mu-plugins/admin-bar/wpcom-admin-bar.css */
.admin-color-mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name {
	color: inherit !important;
}

/* add style for reader link in /wp-admin/ leftbar */

/* Reader icon in left-bar */
.icon16.icon-reader:before,
#adminmenu .menu-icon-reader div.wp-menu-image:before,
ul#adminmenu .toplevel_page_reader div.wp-menu-image:before{
     content: '\f116';
}

/* Don't show the Edit icon in the admin bar */
#wpadminbar #wp-admin-bar-edit > .ab-item:before {
	display: none;
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: dashicons !important;
}

.noticon {
	font-family: "Noticons" !important;
}/*
Theme Name: Gigawatt
Theme URI: http://obox-design.com/
Author: Obox Themes
Author URI: http://obox-design.com
Description: Gigawatt is a clean and bold video display theme that shows off your content in a way that compliments it. Designed especially for film-makers, editors, creatives and professionals working in the motion picture-related industries, Gigawatt can be trusted to display your big screen talents in the best way possible on the small screen.
Version: 1.0-wpcom
License: GNU General Public License
License URI: license.txt
Tags: black, dark, gray, light, white, one-column, two-columns, four-columns, fixed-layout, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, full-width-template, infinite-scroll, post-slider, rtl-language-support, sticky-post, theme-options, translation-ready, grungy, minimal, video, clean, dark, geometric, retro, simple, textured

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/

*/

/* =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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: rgba(255, 255, 255, 1);
	line-height: 1.6em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
		display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: 0;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Structure
----------------------------------------------- */

body {
	padding: 0 1.615em;
}
#page {
	margin: 1.615em auto;
	width: 940px;
}
#recent-content {
	overflow: hidden;
}
.recent-post {
	float: left;
	margin: 0;
	max-width: 22.134831460674%;
}
.recent-post + .recent-post {
	margin-left: 3.720224719101%;
}
#main {
	width: 100%;
}
.recent-post:nth-child(4n+5){
	clear: left;
	margin-left: 0px;
}

#primary {
	float: left;
	margin: 0 -33.229166666666% 0 0;
	width: 100%;
}
#content {
	max-width: 550px;
}
#secondary {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	overflow: hidden;
	width: 310px;
}
#supplementary {
	clear: both;
	overflow: hidden;
}
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.089887640449%;
}
#supplementary.two #second.widget-area {
	margin-right: 0;
}
#colophon {
	clear: both;
}
footer#colophon{
	clear: none;
}

/* Full-width */
.error404 #page #content,
.image-attachment #content {
	margin: 0 3.645833333333%;
	max-width: 890px;
	width: 890px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-top: .5em;
	margin-right: 1.615em;
}
.alignright {
	display: inline;
	float: right;
	margin-top: .5em;
	margin-left: 1.615em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0.8075em auto;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: rgba(125,125,125, 1);
	font-family: 'Cabin', Arial, serif;
	font-size: 14px;
	line-height: 1.6;
}
#page {
	background: transparent;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: 'Cabin', Arial, serif;
}
h1 {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.17;
	margin-bottom: 0;
	padding-top: 0;
}
h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.101;
	margin-bottom: 1.101em;
}
h3 {
	font-size: 17px;
	font-size: 1.7rem;
	color: rgba(138, 138, 138, 1);
	font-style: italic;
	line-height: 1.3125;
}
h4,
h5,
h6 {
	color: rgba(138, 138, 138, 1);
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	line-height: 2.18;
	text-transform: uppercase;
}
h5 {
	font-size: 10px;
	line-height: 2.4;
}
h6 {
	font-size: 9px;
	line-height: 2.666;
}
hr {
	background-color: #ddd;
	border: 0;
	height: 1px;
	margin-bottom: 1.615em;
}

/* Text elements */
p {
	margin-bottom: 1.615em;
}
ul, ol {
	margin: 0 0 1.615em 3.23em;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.615em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.615em 1.615em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	color: #777;
	margin: 0 1.615em;
}
blockquote em, blockquote i, blockquote cite {
}
address {
	margin-bottom: 1.615em;
}
pre {
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.615;
	margin-bottom: 1.93846153846154em;
	padding: 0.96923076923077em 1.93846153846154em;
	overflow: auto;
}
code, kbd, tt, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #000;
	color: #fff;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.615em;
	width: 100%;
}
th {
	font-size: 12px;
	line-height: 2.1;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
		line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
		*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #e4e4e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#e4e4e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#e4e4e4 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 0%,#e4e4e4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ccc;
	border-top-color: #ddd;
	border-bottom-color: #bbb;
	border-radius: 36px;
	color: #6a6a6a;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	padding: 10px 21px;
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #dadada 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#dadada 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#dadada 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#dadada 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#dadada 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
	border-top-color: #bbb;
	border-bottom-color: #ddd;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
textarea {
	color: #777;
	border: 1px solid #ddd;
}
input[type=text]:focus,
textarea:focus {
	color: #111;
}
textarea {
	max-width: 530px;
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}
input[type=text] {
	padding: 10px;
}
#searchsubmit {
	background: url(/wp-content/themes/premium/gigawatt/images/search-bg.png) no-repeat;
	border: 0px;
	border-radius: 0px;
	color: rgba(255, 255, 255, 1);
	font-family: 'Cabin',arial,serif;
	font-size: 16px;
	height: 60px;
	padding: 0;
	text-transform: uppercase;
	width: 100px;
}


/* Links */
a {
	color: #92754E;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Header
----------------------------------------------- */

#masthead {
	padding: 30px 0;
	position: relative;
}
#site-title {
	margin-bottom: 20px;
	font-family: 'Cabin', Arial, serif;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.212;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 2;
}
#site-title a {
	text-decoration: none;
}
#site-title a:hover {
	color: #000;
}
#description{
	position: relative;
	z-index: 2;
}

#header-image{
	position: absolute;
	top: 0px;
	left: 0px;
}
#header-image img{
	border: none;
}


/* =Menu
----------------------------------------------- */

#access {
	clear: both;
	display: block;
	margin: 20px auto 0px;
	width: 100%;
}
#access ul {
	clear: left;
	list-style: none;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	padding-left: 0;
	text-align: center;
}
#access li {
	background: url(/wp-content/themes/premium/gigawatt/images/nav-bullet.png) right no-repeat;
	display: inline;
	line-height: 42px;
	position: relative;
	padding: 0px 28px 0px 0px;
	margin: 0px 0px 0px 20px;
}
#access li:last-child {
	background: transparent;
	border: none;
}
#access a {
	color: rgba(125,125,125, 1);
	line-height: 21px;
	margin: 0px 0px;
	padding: 5px 0px;
	text-decoration: none;
	text-transform: uppercase;
}
#access a:hover {
	border-bottom: 4px solid #92754E;
	color: rgba(125,125,125, 1);
}
#access ul ul {
	clear: none;
	background: #000;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: none;
	margin: 31px 0 0;
	padding: 0px 0;
	position: absolute;
		top: 0px; /* 31 + border-height*/
		right: auto;
		left: 0px;
	z-index: 99999;
	width: 200px;
}
#access ul ul ul {
	float: left;
	margin: 0;
	position: absolute;
	left: 100px;
	right: auto;
	top: -13px;
}
#access ul ul a {
	border-bottom: 4px solid rgba(98,98,98, 1);
	color: #979694;
	font-size: 13px;
	margin: 0;
	padding: 5px 10px;
	width: 180px;
	height: auto;
	display: block;
}
#access ul ul a:hover {
	border-bottom: 4px solid rgba(98,98,98, 1);
	color: #92754E;
}
#access ul ul li {
	float: none;
	background: transparent;
	position: relative;
	padding: 0px;
	margin: 0px;
	left: auto;
	text-align: left;
}
#access li.current_page_item a,
#access li.current-menu-item a {
	color: #777;
}
#access li.current_page_item ul a,
#access li.current-menu-item ul a,
#access ul ul li.current_page_item a,
#access ul ul li.current-menu-item a {
	color: #979694;
}
#page #access li:hover > a {
	color: rgba(125,125,125, 1);
}
#access ul ul :hover > a {
	color: #92754E;
}
#access ul ul a:hover {
	color: #92754E;
}
#access ul li:hover > ul {
	display: block;
}

/* =Footer Menu
----------------------------------------------- */
#footer-access {
	float: left;
	display: block;
	margin: 1.0em auto;
	min-height: 20px;
}
#footer-access ul {
	clear: left;
	list-style: none;
	font-size: 13px;
	margin: 0;
	padding-left: 0;
}
#footer-access li {
	display: block;
	float: left;
	position: relative;
	margin: 0px 20px 0px 0px;
}
#footer-access li:last-child {
	background: transparent;
	padding: 0px;
	margin: 0px;
}
#footer-access a {
	color: #B1B1B1;
	display: block;
	line-height: 21px;
	text-decoration: none;
	text-transform: uppercase;
}
#footer-access a:hover {
	color: rgba(255, 255, 255, 1);
}

/* =Content
----------------------------------------------- */

/* Featured posts */
#featured-content {
	margin-top: -1.615em;
	margin-bottom: 1.615em;
	min-height: 540px;
	position: relative;
	overflow: hidden;
}
.featured-post {
	position: absolute;
}
.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-post {
	opacity: 0;
	visibility: hidden;
}
#featured-post-1 {
	opacity: 1;
	visibility: visible;
}

/* Featured post controls */
#feature-slider {
	overflow: visible;
	position: absolute;
	text-align: center;
	top: 0px; left: -30px;
}
#feature-slider ul {
	float: left;
	list-style-type: none;
	margin: 0 auto;
	position: absolute;
		left: 50%;
}
#feature-slider li {
	float: none;
	margin: 0 0 10px;
	position: relative;
		right: 50%;
}
#feature-slider a {
	background: url(/wp-content/themes/premium/gigawatt/images/sprite.png) -0px -0px no-repeat;;
	display: block;
	text-indent: -9000px;
	width: 22px;
	height: 22px;
}
#feature-slider a:focus {
	outline: none;
}
#feature-slider a.active {
	background-position: -43px -0px;
}

.featured-post .entry {
	position: relative;
}

.featured-post .entry iframe {
	 height: 535px;
}

.featured-post .entry h3 {
	width: 400px;
	position: absolute;
	bottom: 40px;
	left: 40px;
	padding: 15px;
	background: rgba(255, 255, 255, 0.7);
	font-weight: 900;
	font-size: 25px;
	text-transform: uppercase;
	font-style: normal;
	word-wrap: break-word;
}

/* Preset Layout Items */
ul.preset {
	margin: 20px 0px;
	padding: 0px;
	clear: both;
	height: 60px;
}
li.search-form {
	float: left;
	width: 460px;
	list-style-type: none;
}
li.search-form input[type=text], #searchform input[type=text]{
	background: url(/wp-content/themes/premium/gigawatt/images/form-bg.png) no-repeat;
	border: 0px;
	color: rgba(0, 0, 0, 1);
	font-family: 'Cabin',arial,serif;
	font-size: 16px;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 15px 6px 15px 20px;
	width: 294px;
}

		#searchform input[type=text]{
			width: 180px;
		}

li.search-form input[type=submit]{
	background: url(/wp-content/themes/premium/gigawatt/images/search-bg.png) no-repeat;
	border: 0px;
	border-radius: 0px;
	color: rgba(255, 255, 255, 1);
	font-family: 'Cabin',arial,serif;
	font-size: 16px;
	float: left;
	height: 60px;
	padding: 0;
	text-transform: uppercase;
	width: 140px;
}
li.connect {
	width: 411px;
	height: 50px;
	padding: 10px 25px 0px;
	float: right;
	background: url(/wp-content/themes/premium/gigawatt/images/social-bg.png) no-repeat;
	list-style-type: none;
}
li.connect h4 {
	color: rgba(255, 255, 255, 1);
	float: left;
	margin: 4px 30px 0px 0px;
	font-family: 'Cabin',arial,serif;
	font-size: 16px;
}
ul.social-links li {
	float: left;
	margin: 0px 20px 10px 0px;
	padding: 0px;
	list-style-type: none;
	text-indent: -9990px;
}
ul.social-links li a{
	display: block;
	background: url(/wp-content/themes/premium/gigawatt/images/social-icons.png) no-repeat;
	width: 38px;
	height: 38px;
	text-indent: -9999px;
	overflow: hidden;
}

ul.social-links li a.gw-facebook {
	opacity: 0.5;
	background: url(/wp-content/themes/premium/gigawatt/images/icons/icon-facebook.png) no-repeat;
	text-indent: -9999px;
}
ul.social-links li a.gw-twitter {
	opacity: 0.5;
	background: url(/wp-content/themes/premium/gigawatt/images/icons/icon-twitter.png) no-repeat;
	text-indent: -9999px;
}
ul.social-links li a.gw-flickr {
	opacity: 0.5;
	background: url(/wp-content/themes/premium/gigawatt/images/icons/icon-flickr.png) no-repeat;
	text-indent: -9999px;
}
ul.social-links li a.gw-youtube {
	opacity: 0.5;
	background: url(/wp-content/themes/premium/gigawatt/images/icons/icon-youtube.png) no-repeat;
	text-indent: -9999px;
}
ul.social-links li a.gw-vimeo {
	opacity: 0.5;
	background: url(/wp-content/themes/premium/gigawatt/images/icons/icon-vimeo.png) no-repeat;
	text-indent: -9999px;
}


ul.social-links li a.gw-reverbnation {
	opacity: 0.5;
	background: url(/wp-content/themes/premium/gigawatt/images/icons/icon-reverb.png) no-repeat;
	text-indent: -9999px;
}
ul.social-links li a.gw-googleplus {
	opacity: 0.5;
	background: url(/wp-content/themes/premium/gigawatt/images/icons/icon-googleplus.png) no-repeat;
	text-indent: -9999px;
}
ul.social-links li a.gw-lastfm {
	opacity: 0.5;
	background: url(/wp-content/themes/premium/gigawatt/images/icons/icon-lastfm.png) no-repeat;
	text-indent: -9999px;
}
ul.social-links li a.gw-linkedin {
	opacity: 0.5;
	background: url(/wp-content/themes/premium/gigawatt/images/icons/icon-linkedin.png) no-repeat;
	text-indent: -9999px;
}
ul.social-links li a.gw-pinterest {
	opacity: 0.5;
	background: url(/wp-content/themes/premium/gigawatt/images/icons/icon-pinterest.png) no-repeat;
	text-indent: -9999px;
}
ul.social-links li a.gw-soundcloud {
	opacity: 0.5;
	background: url(/wp-content/themes/premium/gigawatt/images/icons/icon-soundcloud.png) no-repeat;
	text-indent: -9999px;
}
ul.social-links li a.gw-instagram {
	opacity: 0.5;
	background: url(/wp-content/themes/premium/gigawatt/images/icons/icon-instagram.png) no-repeat;
	text-indent: -9999px;
}


ul.social-links li a.gw-facebook:hover {
	opacity: 1;
}
ul.social-links li a.gw-twitter:hover {
	opacity: 1;
}
ul.social-links li a.gw-flickr:hover {
	opacity: 1;
}
ul.social-links li a.gw-youtube:hover {
	opacity: 1;
}
ul.social-links li a.gw-vimeo:hover {
	opacity: 1;
}



ul.social-links li a.gw-reverbnation:hover {
	opacity: 1;
}
ul.social-links li a.gw-googleplus:hover {
	opacity: 1;
}
ul.social-links li a.gw-lastfm:hover {
	opacity: 1;
}
ul.social-links li a.gw-linkedin:hover {
	opacity: 1;
}
ul.social-links li a.gw-pinterest:hover {
	opacity: 1;
}
ul.social-links li a.gw-soundcloud:hover {
	opacity: 1;
}
ul.social-links li a.gw-instagram:hover {
	opacity: 1;
}




/* Tagline */
#description {
	clear: both;
	margin-bottom: 2.4225em;
}
#site-description {
	font-family: 'Cabin', Arial, serif;
	font-size: 25px;
	line-height: 1.17;
	margin-bottom: 0;
	padding-top: 0;
	text-align: center;
}
#featured-content + #description,
#feature-slider + #description {
	border-top: 3px double #eee;
	padding-top: 3.23em;
}

/* Latest posts */
#recent-content {
	margin-bottom: 3.23em;
	clear: both;
}
.recent-post {
	margin-top: 20px;
	min-height: 215px;
}
.recent-title {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	word-wrap: break-word;
}
.recent-title a {
	color: rgba(197, 197, 197, 1);
	text-decoration: none;
}
.recent-title a:focus,
.recent-title a:active,
.recent-title a:hover {
	color: #92754E;
}
.recent-summary {
	overflow: hidden;
}
.recent-summary iframe, .recent-summary object {
	height: 100%;
}

/* Main content */
.page-title {
	color: rgba(138, 138, 138, 1);
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 2.4em;
	padding-bottom: 2.4em;
	text-transform: uppercase;
}
#main {
	float: left;
	padding-top: 1.615em;
	position: relative;
}
.hentry {
	margin: 0 0 3.23em;
	position: relative;
}
.entry-header {
	position: relative;
}
.entry-title {
	margin-bottom: 11px;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.3em;
	text-transform: uppercase;
	word-wrap:break-word;
}
.entry-title a {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}
.entry-title a:focus,
.entry-title a:active,
.entry-title a:hover {
	color: #92754E;
}
.entry-meta {
	clear: both;
}
.entry-meta a {
}
.entry-header .entry-meta {
	margin-bottom: 1.6em;
	color: rgba(138, 138, 138, 1);
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 2.4em;
	text-transform: uppercase;
}
.entry-header .entry-meta a {
}

.sticky .entry-title{
	background: url(/wp-content/themes/premium/gigawatt/images/sticky-flag.png) 0px 11px no-repeat;
	padding-left: 30px;
}

abbr.published {
	border: none;
	cursor: textarea;
}
.indexed.single-author .byline {
	display: none;
}
.no-reply {
	visibility: hidden;
}
.entry-thumb {
	float: left;
	display: block;
	margin: 0 1.615em 1.615em 0;
}
.entry-content,
.entry-summary {

}
.entry-content h1,
.comment-content h1 {
	border-bottom: 1px solid #eee;
	margin-bottom: .97em;
	padding-bottom: .97em;
}
.entry-content table{
	font-size: inherit;
}
.entry-content th{
	border-bottom: 1px solid rgba(98,98,98, 1);
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
.entry-content td{
	padding: 5px;
	font-size: 14px;
	padding: 5px;
}
.entry-content ul ul{
	list-style-type: circle;
}
.entry-content ol ol{
	list-style-type: lower-latin;
}
.entry-content form{
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(80, 80, 80, 1);
	overflow: hidden;
	padding: 10px;
}
.entry-content form label{font-weight: bold;}
.entry-content form input[type=text],
.entry-content form input[type=password]{margin-left: 10px; padding: 4px 10px;}
.entry-content form input[type=submit]{padding: 5px 10px; margin-left: 10px;}

.more-link {
	font-style: italic;
}
.page-links {
	clear: both;
	margin: 0 0 1.615em;
}
footer.entry-meta {
	clear: both;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 2.4em;
	padding: 1.2em 0 0;
	text-transform: uppercase;

}
footer.entry-meta .cat-links + .tag-links:before {
	content: '| ';
}
footer.entry-meta .tag-links + .meta-edit-link:before {
	content: '| ';
}
footer.entry-meta .tag-links + .perma-link:before {
	content: '| ';
}
footer.entry-meta .meta-edit-link + .perma-link:before {
	content: '| ';
}
footer.entry-meta a {
}
/* Post Meta */
.post-meta {
	border-bottom: 4px solid rgba(98,98,98, 1);
	color: #878787;
	margin: 0px 0px 40px 0px;
	font-size: 14px;
}
.post-meta li {
	padding: 15px 0px;
	position: relative;
}
.post-meta li:first-child {
	padding-top: 0px;
}
.post-meta .post-author {
	padding: 0px 0px 15px;
	border-bottom: 4px solid rgba(98,98,98, 1);
}
.post-meta .post-author span {
	font-size: 20px;
	color: rgba(197, 197, 197, 1);
	font-weight: bold;
	text-transform: uppercase;
}
.post-meta .avatar-56 {
	border: 2px solid rgba(98,98,98, 1);
}
.post-meta .post-author .author-desc {
	margin-top: 10px;
}
.post-meta .post-date {
	border-bottom: 4px solid rgba(98,98,98, 1);
	color: #92754E;
}
.post-meta .post-related {
	padding: 0px 0px 28px 0px;
	border-bottom: 4px solid rgba(98,98,98, 1);
}
.post-meta .post-related ul {
	list-style-type: none;
	margin-left: 0px;
}
.post-meta li span {
	color: rgba(197, 197, 197, 1);
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	width: 100px;
	letter-spacing: 0.6px;
}
.post-meta li.related-posts	{
	margin: 0px;
	padding: 0px;
}
.post-meta .short-url {
	padding: 28px 0px 0px 0px;
	clear: both;
}
.short-url strong{
	text-transform: uppercase;
}
.short-url input{
	width: 100px;
	padding: 0px;
	border: none;
	font-size: 11px;
}
/* Single Video Posts */
.single-format-video .hentry {
	position: static;
	margin-top: 565px;
	width: 550px;
}

.single-format-video .entry-content embed, .single-format-video .entry-content iframe, .single-format-video .entry-content object {
	position: absolute;
	top: 0px;
	left: 0px;
}

.single-format-video #secondary {
	margin-top: 565px;
}

.single-format-video.no-video .hentry {
	margin-top: 0px;
}
.single-format-video.no-video #secondary {
	margin-top: 0px;
}


.single-format-video iframe:first-child {
	position: absolute;
	top: 00px;
}

/* Archive Video Posts */
.indexed .format-video {
	position: relative;
}
.home .format-video {
	padding-top: 380px;
	position: relative;
}
#primary .format-video {
	padding-top: 0px;
}
.indexed .format-video .entry-content {
	position: static;
}
.indexed .format-video iframe:first-child {

}

/* 404 */
.error404 #searchform {
	margin: 0 0 30px;
	padding: 20px;
}
.error404 .post {
	float: left;
	padding: 0 0 1.615em;
}
.error404 .post .widget {
	float: left;
	margin-right: 3.7%;
	width: 30.786516853933%;
}
.error404 .post .widget_archive {
	margin-right: 0;
}
.error404 .post .widget_tag_cloud {
	margin-right: 0;
	padding: 20px 0 0;
	width: 100%;
}

/* Image attachments */
.image-attachment .entry-header {
	text-align: center;
}
.image-attachment .entry-title {
		margin-right: 0;
}
.image-attachment .entry-header .entry-meta {
	border: none;
}
.image-attachment #content nav {
		margin: 0 0 1.615em;
}
.image-attachment .next-image {
	padding-left: 1em;
}
.image-attachment .attachment img {
	display: block;
	margin: 0 auto 1.615em;
}

/* =Media
----------------------------------------------- */

#featured-content img,
#recent-content img,
.entry-content img,
.entry-thumb img,
.comment-content img,
.widget img {
	background: none;
	max-width: 99.35%; /* Fluid images for posts, comments, and widgets */
	padding: 1px;
}
.rsswidget img{border: none;}
.entry-content img,
.comment-content img {
	max-width: 99.25%;
}
#masthead img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
#masthead img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	background: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
p img,
.wp-caption {
}
.wp-caption {
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
}
.wp-caption img {
	display: block;
	margin: -1.2% auto 0;
	max-width: 98%;
	height: auto;
}
.wp-caption-text, .gallery-caption {
	color: rgba(138, 138, 138, 1);
	font-style: italic;
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.615em;
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 100%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	margin: 0 0 3.23em;
	overflow: hidden;
}
#content nav a {
	font-size: 17px;
	font-size: 1.7rem;
	font-style: italic;
	line-height: 1.3125;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}


/* =Comments
----------------------------------------------- */
#comments {
	width: 550px;
}
#comments-title {
	color: rgba(138, 138, 138, 1);
	font-family: Verdana, sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2.4em;
	margin: 0;
	padding-bottom: 1em;
	text-transform: uppercase;
}
.commentlist {
	list-style: none;
	margin: 0 0 20px;
}
li.comment {
	padding: 20px 0 20px 5.5em;
	position: relative;
	border-bottom: 4px solid rgba(98,98,98, 1);
}
li.comment li.comment{
	border-bottom: none;
	border-top: 4px solid rgba(98,98,98, 1);
}
li.comment li.comment:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
li.pingback {
	border: 1px solid #eee;
	border-width: 1px 0;
	margin: 0 0 3.23em;
	padding: 1.615em 1.615em 0;
}
li.pingback + li.pingback {
	border-top: 0;
	margin-top: -3.23em;
}
#comments .avatar {
	position: absolute;
		top: 20px;
		left: 0;
	border: 2px solid rgba(138, 138, 138, 1);
}
#comments .bypostauthor .avatar{
	border-color: #fff;
}
.comment-author cite{font-size: 18px; margin-bottom: 10px;}
.comment-meta {
	color: rgba(138, 138, 138, 1);
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 2.4em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	text-transform: uppercase;
}
.comment-meta a {
	color: rgba(138, 138, 138, 1);
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
	color: #92754E;
}
.reply {
	position: absolute;
	top: 20px;
	right: 0px;
}

/* Threaded comments */
#comments .children {
	list-style: none;
	margin: 1.615em 0 0;
}

/* Comment form */
#respond {
	padding: 0 0 1.615em;
}
#reply-title {
	font-family: 'Cabin',"Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
	font-style: normal;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.17;
	margin: 30px 0 20px;
	padding: 0;
	text-transform: uppercase;
}
#respond p {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
}

.comment-notes,
.logged-in-as {
	font-size: 10px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
#respond input[type="text"] {
	float: left;
	margin-right: .5em;
}
.comment-form-comment label {
	display: none;
}
#respond textarea {
	margin-bottom: -1.2em;
}
.form-allowed-tags {
	font-size: 11px;
	color: #777;
}
.form-allowed-tags code {
	font-size: 10px;
}


/* =Widgets
----------------------------------------------- */

.widget {
	overflow: hidden; /* For clearing floats */
}
#secondary {
}
#secondary .widget {
	margin: 0 0 40px;
	padding: 0 0 10px;
	border-bottom: 4px solid rgba(98,98,98, 1);
}
#secondary .widget:last-child {
	border: 0px;
}
.widget-title {
	font-family: 'Cabin', Arial, serif;
	font-size: 21px;
}
#secondary .widget-title {
	color: rgba(197, 197, 197, 1);
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 25px 0;
	padding: 0;
}
#secondary .widget-title + ul,
#secondary .widget-title + div > ul {
	margin-top: -.65em;
}
#secondary .widget ul,
#secondary .widget div ul {
	list-style: none;
	margin-left: 0;
}
#secondary .widget ul li{
	margin: 5px 0px 0px;
	padding: 5px 0px 0px;
}
#secondary .widget ul ul{
	list-style: none;
	margin: 5px 0px 0px 30px;
}
.widget #searchform, .widget .textwidget, .widget .tagcloud{
	margin-bottom: 30px;
}

#flickr_badge_uber_wrapper, #flickr_badge_wrapper {
	background: none !important;
	width: 100%;
	margin: 0px !important;
	overflow: hidden;
	padding: 0px;
}
#flickr_badge_uber_wrapper a{
	border: none;
	display: block;
	float: left;
	margin: 0 3% 10px 0;
	width: 30%;
	padding: 0;
}
#flickr_badge_uber_wrapper a:nth-child(3n+3){
	margin-right: 0;
}
#flickr_badge_uber_wrapper a:nth-child(3n+4){
	clear: left;
}
#flickr_badge_uber_wrapper img{
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(80, 80, 80, 1);
	display: block;
	margin: 0px;
	padding: 5px;
	max-width: 90%;
}
#flickr_badge_uber_wrapper br{
	display: none !important;
}
#secondary iframe, #secondary object{ position: relative; }
/*----------------- WP CALENDAR  -----------------*/

#wp-calendar {
	empty-cells: show;
	margin: 10px 0px;
	width: 100%;
}
#wp-calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#wp-calendar a:hover {
	text-decoration: underline;
}
#wp-calendar caption {
	font: bold 13px Arial, Sans-Serif;
	text-align: center;
	text-decoration: none;
}
#wp-calendar td {
	color: #9f9f9f;
	padding: 3px 5px;
	text-align: center;
}
#wp-calendar td#today {
	color: #111;
}
#wp-calendar th {
	font-style: normal;
	padding: 3px 5px;
	text-align: center;
	text-transform: capitalize;
}
#wp-calendar #prev a,
#wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

/* Search Widget */
#supplementary .widget_search #searchform {
	margin: 0 0 1.615em 0;
}


/* =Footer
----------------------------------------------- */

#supplementary {
	border-top: solid 4px rgba(98,98,98, 1);
	border-bottom: solid 4px rgba(98,98,98, 1);
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
#supplementary .widget-title {
	text-transform: uppercase;
	color: rgba(197, 197, 197, 1);
	margin: 0 0 .5em;
	padding: 0 0 .5em;
}
#supplementary .widget > ul {
	margin-left: 1em;
}
#supplementary .widget > ul ul {
	margin-left: 2em;
}
#colophon {
	color: #ccc;
}
#colophon a {
	color: rgba(255, 255, 255, 1);
}
#site-info {
	float: right;
	text-align: right;
	font-size: 11px;
	margin: 1.3em  0;
}
#site-info a {
	color: #92754E;
}
#site-info a:hover {
	color: rgba(255, 255, 255, 1);
}
img#wpstats {
	clear: both;
	background: rgba(255, 255, 255, 1);
	border-radius: 50%;
	display: block;
	margin: 0 auto 1.615em;
	padding: 3px;
}

/* =WP.com
----------------------------------------------- */

#main div.sharedaddy h3.sd-title {
	color: rgba(138, 138, 138, 1);
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
#main #flickr_badge_wrapper {
		border: none;
}
body,
button,
input,
select,
textarea {
	color: #7D7D7D;
}
h3 {
	color: #8a8a8a;
}
h4,
h5,
h6 {
	color: #8a8a8a;
}
hr {
	background-color: #ddd;
}
a {
	color: #895931;
}
a:focus,
a:active,
a:hover {
	color: #000;
}
#access li {
	background: url(/wp-content/themes/premium/gigawatt/colors/minimal/images/nav-bullet.png) right no-repeat;
}
#access a {
	color: #A6A6A6;
}
#access a:hover {
	border-bottom: 4px solid #b79a82;
	color: #A6A6A6;
}
#access ul ul {
	background: #fff;
}
#access ul ul a {
	border-bottom: 4px solid #ccc;
	color: #999;
}
#access li.current_page_item a,
#access li.current-menu-item a {
	color: #A6A6A6;
}
#access li.current_page_item ul a,
#access li.current-menu-item ul a,
#access ul ul li.current_page_item a,
#access ul ul li.current-menu-item a {
	color: #ccc;
}
#page #access li:hover > a {
	color: #A6A6A6
}
#access ul li:hover > ul {
	display: block;
}
#footer-access a {
	color: #777;
}
#footer-access a:hover {
	color: #000;
}
#feature-slider a {
	background: url(/wp-content/themes/premium/gigawatt/colors/minimal/images/sprite.png) -0px -0px no-repeat;;
}
li.search-form input[type=text]{
	background: url(/wp-content/themes/premium/gigawatt/colors/minimal/images/form-bg.png) no-repeat;
	color: #000;
}
li.search-form input[type=submit]{
	background: url(/wp-content/themes/premium/gigawatt/colors/minimal/images/search-bg.png) no-repeat;
	color: #fff;
	font-weight: bold;
}
li.connect {
	background: url(/wp-content/themes/premium/gigawatt/colors/minimal/images/social-bg.png) no-repeat;
}
li.connect h4 {
	color: #000;
}

.recent-title a {
	color: #4A4A4A;
}
.recent-title a:focus,
.recent-title a:active,
.recent-title a:hover {
	color: #895931;
}

/* Main content */
.page-title {
	color: #7D7D7D;
}
.entry-title a {
	color: #4A4A4A;
}
.entry-title a:focus,
.entry-title a:active,
.entry-title a:hover {
	color: #895931;
}
.entry-header .entry-meta {
	color: #7D7D7D;
}
.entry-content h1,
.comment-content h1 {
	border-bottom: 1px solid #CACACA;
}
.post-meta {
	border-bottom: 4px solid #CACACA;
	color: #7d7d7d;
}
.post-meta li {
	position: relative;
}
.post-meta .post-author {
	border-bottom: 4px solid #CACACA;
}
.post-meta .post-author span {
	color: #000;
}
.post-meta .avatar-56 {
	border: 2px solid #CACACA;
}
.post-meta .post-date {
	border-bottom: 4px solid #CACACA;
	color: #895931;
}
.post-meta .post-related {
	border-bottom: 4px solid #CACACA;
}
.post-meta li span {
	color: #000;
}
.error404 .post .widget_tag_cloud {
	border-top: 1px solid #CACACA;
}
#featured-content img,
#recent-content img,
.entry-thumb img,
.comment-content img,
.widget img {
	background: #fff;
	border: 1px solid #CACACA;
}
.wp-caption-text {
	color: #8a8a8a;
}
li.comment {
	border-bottom: 4px solid #CACACA;
}
li.comment li.comment{
	border-bottom: none;
	border-top: 4px solid #CACACA;
}
li.pingback {
	border: 1px solid #eee;
}
#comments .avatar {
	border: 2px solid #CACACA;
}
#comments .bypostauthor .avatar{
	border-color: #333;
}
.comment-meta {
	color: #8a8a8a;
}
.comment-meta a {
	color: #8a8a8a;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
	color: #895931;
}
.form-allowed-tags {
	color: #777;
}
#secondary .widget {
	border-bottom: 4px solid #CACACA;
}
#secondary .widget-title {
	color: #4A4A4A;
}
#supplementary {
	border-top: solid 4px #CACACA;
	border-bottom: solid 4px #CACACA;
}
#supplementary .widget-title {
	color: #4A4A4A;
}
#colophon {
	color: #777;
}
#colophon a {
	color: #000;
}
#site-info a {
	color: #777;
}
#site-info a:hover {
	color: #000;
}