/* @override 
	http://johnearle.joshuamauldin.com/wp-content/themes/k2/style.css
	http://johnearlemusic.com/wp-content/themes/k2/style.css
*/

/*
Theme Name: John Earle
Version: 1.0 (RC8)
Author: Joshua Mauldin
Author URI: http://joshuamauldin.com/

*/

/* @group CSS 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, 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;
}



/* @end */

/* @group Typography */

body {
    font-family: Georgia, "Times New Roman", serif;
	}

.comments input[type=text], .comments textarea, code {
    font-family: Georgia, "Times New Roman", serif;
	}

/* @end */

/* @group Page Structure */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #444;
	background: #ffedd0 url(images/wood-bg.jpg) repeat-x;
	/*background: #eee;*/
	text-align: center;
	}

body.lang-ar,
body.lang-fa,
body.lang-he,
body.lang-hi,
body.lang-km,
body.lang-ko,
body.lang-ja,
body.lang-th,
body.lang-zh {
	font-size: 75%;	}

#page {
	text-align: left;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	border-top: none;
	clear: both;
	}

.columns-one #page {
	width: 560px;
	}

.columns-two #page {
	width: 780px;
	}

.columns-three #page {
	width: 960px;
	}

#header {
	position: relative;
	width: 280px;
	top: 20px;
	}

.content {
	padding: 0 0 10px 0;
	/*background: blue;*/
	}

body.columns-two #primary-wrapper {
	float: left;
	margin-right: -220px;
	width: 100%;
	}

body.columns-two #primary {
	margin-right: 220px;
	}

body.columns-two .secondary {
	float: right;
	}

#primary {
	position: relative;
	float: right;
	width: 620px;
	padding: 20px;
	background: #ffedd0 url(images/post-bg.png) no-repeat;
	/*border: 1px solid #ccc;*/
	border-bottom: none;
	top: -140px;
	}

* html #primary {
	display: inline;
	}

body.sidebars-none #primary-wrapper {
	margin: 0px;
	float: none;
	}

body.sidebars-none #primary {
	float: none;
	width: auto !important;
	margin: 0px !important;
	}

.columns-one .secondary {
	width: 240px;
	border-top: 1px solid #eee;
	}

.secondary {
	width: 275px;
	float: left;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	overflow: hidden;
	}
	
#sidebar-1{
	position: relative;
	top: 5em;
}

#sidebar-2 {
	clear: right;
	}
	
.widget{
	padding-bottom: 4em !important;
}

.comments {
	text-align: left;
	margin: 30px 0 0;
	position: relative;
	}

.entry-content .attachment { 
	text-align: center; 
	}

/* @end */

/* @group Main Menu */

ul.menu {
	background: #000;
	position: relative;
	top: 5px;
	right: 2px;
	}

ul.menu li {
	background: #000;
	float: left;
	list-style: none;
	}

ul.menu li a {
	display: block;
	padding: .33em .44em;
	font-size: 1.85em;
	font-style: italic;
	color: #fff;
	}

ul.menu li a:hover {
	background: #333;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #333;
	background: white;
	text-decoration: none;
	}

/* @group Admin Tab */

.admintab{
	position: absolute;
	top: 0;
	right: 0;
	padding: .5em 1em;
	height: 15px;
	background: #fff;
	font-style: italic;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-transition: ease-out all .1s;
}

.admintab a{
	color: #333;
	-webkit-transition: ease-out all .1s;
}

.admintab a:hover{
	color: #dabe86;
}

.admintab:hover{
	background: #222;
}

/* @end */

/* @end */

/* @group Headings */

h1 {
	font-size: 3em;
	}

.blog-title {
	font-size: 3em;
	font-weight: bold;
	/*padding: 75px 40px 0;*/
	}

.blog-title a {
	background: url(images/john-earle-logo.png) no-repeat;
	display: block;
	text-indent: -5000px;
	height: 158px;
	width: 276px;
	text-decoration: none;
	color: white;
	}

.blog-title a:hover {
	text-decoration: underline;
	-webkit-transform: translate(0,1px);
	}

#header .description { /* Description in header */
	font-size: 1em;
	margin: 0 40px;
	}

h2 {
	font-size: 2.5em;
	}

#rollingarchives.emptypage {
	display: none;
	}

.page-head {
	margin: 20px 0;
	text-align: center;
	}

.page-head h1 {
	font-size: 2.5em;
	}

.page-head h2 {
	color: #999;
	font-size: 2.0em;
	font-weight: normal;
	text-transform: lowercase;
	}

.secondary h4 { 
	font-size: 1.5em;
	font-weight: normal;
	padding: 0;
	display: block;
	margin-bottom: 1em;
	}

.entry-title, h3 { 
	font-size: 2.4em;
	font-weight: normal;
	padding-bottom: .25em;
	}
	
.entry-title a{
	color: #fff !important;
	background: #000;
	padding: .1em .25em;
}

h4 {
	font-size: 2.0em;
	font-weight: normal;
	}

.entry-title {
	font-style: italic;
	}

.page .entry-title{
	display: none;
}

.four04 .entry-title,
body.page .entry-title {
	text-align: center;
	}

.entry-content h3 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 25px;
	}

.entry-content h4,
.entry-meta h4 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 25px;
	}

.k2-asides h3 {
	font-size: 1.6em;
	font-weight: normal;
	}

.entry-head {
	margin-top: 10px;
	position: relative;
	}

body.page .entry-content h3 {
	font-size: 1.7em;
	display: block;
	padding: 15px 0 0;
	}

body.page .entry-content h4 {
	font-size: 1.5em;
	display: block;
	padding: 15px 0 0;
	}

.secondary div {
	margin: 20px 0 0;
	padding: 0;
	position: relative;
	}

.secondary div div {
	margin: 0;
}

#primary .metalink a, #primary .metalink a:visited,
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #999;
	font-weight: normal;
	}

#primary .hentry .entry-head .metalink {
	font-size: 1.8em;
	text-transform: lowercase;
	margin-left: 15px;
	}

#primary .k2-asides .entry-head .metalink {
	font-size: 1.4em;
	}

.single #primary .k2-asides .entry-content {
	font-size: 1.5em;
	color: #999;
	}

.comment-meta {
	margin: 0 15px 0 0;
	float: none;
	}

.comment-login, .comment-welcomeback {
	margin-top: 15px;
	color: #777;
}

#comment-personaldetails {
	margin-top: 10px;
}

.feedicon { 
	border: 0 !important;
	padding: 0 !important;
	}

.feedlink { 
	border: none;
	padding: 2px;
	padding-right: 20px;
	background: url('images/feed.png') right center no-repeat;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	color: #777;
	}

.feedlink span {
	visibility: hidden;
	}

.feedlink:hover span {
	visibility: visible;
	}

.secondary .k2-asides {
	margin: 0;
	padding: 0 0 10px;
	word-spacing: -1px;
	}

.secondary .k2-asides p {
	display: inline;
	}

.secondary .k2-asides .metalink {
	padding-left: 0px;
	}

.secondary span a {
	margin-left: 10px;
	}

.entry-head .entry-edit {
	position: absolute;
	right: 0;
	top: 4px;
	}

.entry-title, .entry-title a, .entry-title a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #444;
	}

.entry-title, .entry-title a, .entry-title a:hover, .entry-title a:visited,
h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	}

.entry-meta {
	font-size: 1.1em;
	line-height: 1.6em;
	/*color: #bbb;*/
	}

.entry-meta a,
.comment-meta a
{
	color: #BB905B;
	}

.entry-date,
.entry-time{
	color: #333;
	font-style: italic;
}
.entry-meta div {
	display: inline;
	}

.entry-head .entry-meta {
	/*background: url('images/time.png') left top no-repeat;*/
	/*padding-left: 20px;*/
	min-height: 16px;
	}

.image-meta abbr,
abbr.entry-date {
	border: none;
	}

.entry-pages {
	font-size: 1.2em;
	}

.entry-pages span {
	font-weight: bold;
	}

.entry-tags {
	padding: 2px 0px;
	/*background: url('images/tag_blue.png') left 2px no-repeat;*/
	}

.entry-head .entry-tags {
	display: block;
	margin-left: -20px;
	}

.entry-tags a {
	text-transform: lowercase;
	}

.entry-edit a,
.comment-reply a {
	position: absolute;
	right: 0;
	top: -20px;
	border: none;
	padding: 4px 8px 4px 28px;
	background-position: 8px center;
	background-repeat: no-repeat;
	height: 16px;
	color: #333;
	background-color: inherit;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

.entry-edit a:hover,
.comment-reply a:hover {
	background-color: #9be;
	color: #fff;
	}

.entry-edit a {
	background-image: url('images/pencil.png');
	}

.comment-edit a {
	padding: 4px 8px 4px 28px;
	margin-left: 10px;
	background: url('images/comment_edit.png') 8px center no-repeat;
	}

.comment-reply {
	
	}

.commentslink {
	padding: 2px 0;
	}

.quoter_comment {
	padding: 2px 0 2px 20px;
	background: url('images/comment.png') left center no-repeat;
	margin-left: 5px;
	}

/* @end */

/* @group Primary Contents */

.post{
	border-bottom: 1px dotted #666;
	padding: 2em 0;
}

.hentry {
	margin: 5px 0 15px;
	position: relative;
	}

.entry-content {
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
	color: #444;
	}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content div,
.entry-content blockquote {
	margin: 13px 0;
	font-size: 15px;
	color: #333;
	}

#dynamic-content .k2-asides .entry-content p,
#dynamic-content .k2-asides .entry-content ul,
#dynamic-content .k2-asides .entry-content ol,
#dynamic-content .k2-asides .entry-content div,
#dynamic-content .k2-asides .entry-content blockquote {
	margin: 5px 0;
	}

#dynamic-content .k2-asides {
	margin: 15px 0;
	}

#dynamic-content .k2-asides .entry-head,
#dynamic-content .k2-asides .entry-foot {
	display: none;
	}

#dynamic-content .k2-asides .entry-content {
	display: block;
	border-left: 2px solid #ddd;
	padding-left: 20px;
	}

.asides-permalink {
	font-weight: bold;
	}

/* @end */

/* @group Comments */

.commentsrsslink {
	background: url('images/feed.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	margin-right: 10px;
	height: 16px;
	}

.trackbacklink {
	background: url('images/arrow_refresh.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	}

.commentsrsslink a, .trackbacklink a {
	color: #999;
	padding: 2px;
	}

.nopassword {
	text-align: center;
	}

#commentlist {
	margin: 10px 0;
	position: relative;
	}

#commentlist .children {
	margin-left: 20px;
	}

#commentlist .children li {
	}

#commentlist li {
	margin: 10px 0 0;
	list-style: none;
	}

#commentlist .comment {
	padding: 10px;
	}

#commentlist li.comment {
	padding: 0;
	}

#commentlist li .comment-content {
	font-size: 1.2em;
	line-height: 1.8em;
	}

.comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content div,
.comment-content blockquote {
	margin: 13px 0;
	}

#commentlist li .comment-meta {
	padding: 2px 0 2px 20px;
	background: url('images/time.png') left center no-repeat;
	display: block;
	}

#commentlist li img {
	padding: 0;
	border: none;
	}

#commentlist .avatar,
#commentlist .gravatar {
	float: right;
	}

#commentlist .comment-author {
	font-size: 1.5em;
	font-weight: bold;
	}

.comment-author cite {
	font-style: normal;
}

#commentlist li .counter {
	display: none;
	font-size: 1.5em;
	color: #999;
	float: left;
	width: 35px;
	}

.byuser {
	background: #f6f7f8;
	}

.bypostauthor {
	background: #eee;
	}

.bypostauthor blockquote {
	color: #333;
	background: url('images/quote.png') no-repeat 10px 0;              
	}

#commentlist #respond {
	background-color: #ddd;
	margin: 1em 0;
	padding: 1em;
	position: relative;
	}

#commentlist .cancel-comment-reply {
	position: absolute;
	top: 1em;
	right: 1em;
	background: url(images/cross.png) no-repeat left center;
	padding: 2px 0 2px 20px;
	}

#commentlist #respond a {
	/*color: #ccc;*/
	}

#pinglist {
	font-size: 1.2em;
	padding: 0;
	margin: 10px 0 10px;
	background: #f6f7f8;
	}

#pinglist li {
	margin-left: 40px;
	padding: 7px 0;
	list-style: none;
	}

#pinglist li small {
	font-size: 0.8em;
	display: block;
	}

#pinglist li .counter {
	display: none;
	}

#pinglist li span.favatar img {
	margin-left: -25px;
	border: none;
	padding: 0;
	float: left;
	}

#pinglist li img {
	padding: 0;
	border: none;
	}
	
#leavecomment, .comments #loading, #comments-closed-msg {
	text-align: center;
	margin: 30px 0 20px !important;
	color: #ddd;
	font-size: 2em;
	}

.comments #loading {
	margin-top: 20px !important;
	}

#comments-closed-msg {
	margin-bottom: 40px !important;
	}

.comments #commenterror {
	display: none;
	line-height: 2.0;
	padding: 5px;
	color: #FF0000;
	background-color: #FFFF99;
}

.comments #commentload {
	display: none;
	padding-top: 3px;
	float: right;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	background: url('images/spinner.gif') center center no-repeat;
}

.comments form {
	clear: both;
	padding: 1px 0 10px;
	}

.comments input[type=text], .comments textarea {
	font-size: 12px;
	padding: 3px;
	color: #777;
	}

input[type=text]:focus, textarea:focus {
	background: #fff;
	color: #333;
	border-color: #666;
	}

.comments form input[type=text] {
	width: 45%;
	margin: 5px 5px 1px 0;
	}

.comments textarea {
	width: 95%;
	margin: 10px 0;
	border: 1px solid #888;
	}

.comments form #submit {
	float: right;
	}

/* @end */

/* @group Footer */

#footer {
	display: block !important;
	clear: both !important;
	margin: 70px auto 20px auto;
	padding: 10px 0 40px;
	text-align: left;
	color: #333;
	width: 960px;
	border-top: 1px dotted #666;
	}

#footer p {
	line-height: 1.6em;
	font-size: 1.25em;
	}

/*#footer a {
	color: #888;
	font-weight: bold;
	}*/

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #000;
	}

#footer p{
	float: left;
}
#footer .feed{
	display: block;
}

#footer .credits{
	float: right;
}

#footer .credits a{
	background: url(images/credits.png) no-repeat;
	text-indent: -5000px;
	display: block;
	width: 112px;
	height: 17px;
	opacity: 1;
	-webkit-transition: 0.1s ease-out all;
}

#footer .credits a:hover{
	opacity: 0.5;
}

/* @end */

/* @group Links */

#skip a, #skip a:hover, #skip a:visited
{
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
 
#skip a:focus
{
	position: static;
	width: auto;
	height: auto;
	} 

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
	}

h2 a:hover, h2 span a:hover {
	color: #BA905A !important;
	text-decoration: underline;
	}

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

.entry-content a:visited {
	color: #b41;
	}

/* @end */

/* @group Various Tags & Classes */

/*.hidden {
	overflow: hidden;
	position: absolute;
	text-indent: -1000px;
	text-align: left;
	}*/

.hidden {
	position: absolute !important;
	left: 0px;
	top: -500px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}

.clear {
	clear: both;
	}

a img {
	border: none;
	}

img.noborder {
	border: none !important;
	}

.aligncenter,
.center {
	text-align: center;
	}

.entry-content .aligncenter,
img.center,
img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
.entry-content .alignright,
img[align="right"] {
	float: right;
	margin: 0 0 4px 8px;
	display: block;
	}

.entry-content .alignleft,
img[align="left"] {
	float: left;
	margin: 0 8px 4px 0;
	display: block;
	}
	
a[rel~="attachment"] img,
.gallery a img,
.wp-caption {
	background-color: #F3F3F3;
	border: 1px solid #ddd;
	padding: 3px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

a[rel~="attachment"] img:hover,
.gallery a img:hover,
.wp-caption:hover {
	padding: 2px;
	border: 2px solid #27d;
	}

.wp-caption a img,
.wp-caption a img:hover {
	padding: 4px 0px 0px;
	border: 0 none;
	}

.wp-caption .wp-caption-text {
	margin: 4px 0 2px;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

small, strike {
	color: #777;
	}
	
code {
	font-size: 1.1em;
	}

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #333;
	background: url('images/quote.png') no-repeat 10px 0;
	border: none;
	}

hr {
	display: none;
	}

body.smartposition #nav-above {
	position: fixed;
	top: 0px;
	background: #fff;
	border-bottom: 1px solid #eee;
	width: 500px;
	margin: 0;
	padding: 10px 0;
	z-index: 10;
	}

.navigation {
	text-align: center;
	margin: 10px 0;
	padding: 0;
	width: 100%;
	}
	
#nav-above{
	display: none;
}

.comments .navigation {
	margin: 20px 0;
	}

.navigation .nav-previous,
.navigation .left {
	float: left;
	width: 50%;
	text-align: left;
	}

.navigation .nav-next,
.navigation .right {
	float: right;
	width: 50%;
	text-align: right;
	}

.navigation a {
	color: #BA905A;
	font-style: italic;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	}

.alert {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	}

img.wp-smiley {
	border: none !important;
	padding: 0 0 0 5px !important;
	}

/* @end */

/* @group Sidebar */

/* @group Audio Player */

.wpa_container{
	width: 270px;
	background: #dabe86;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: 2px solid #eadbbb !important;
}

.wpaudio{
	padding: .75em 1em .5em 1em !Important;
	display: block;
	margin: 0 !important;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.wpa_bar_click{
	width: 100% !important;
	height: 20px;
	display: block !important;
}

.wpa_container {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.wpa_container a {
	text-decoration: none;
}

.wpa_container a:hover {
	text-decoration: none !important;
}

.wpa_container, .wpa_container div, .wpa_container span, .wpa_container a {
	margin: 0;
	border: 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
}

.wpa_container img.wpa_play {
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
	border: 0;
	padding: 0;
	vertical-align: baseline;
}

.wpa_container span.wpa_text {
	font-size: 14px;
	position: relative;
	top: -3px;
	text-shadow: -1px -1px 0px #999;
	color: #fff;
}

.wpa_container div.wpa_bar, .wpa_container div.wpa_bar div {
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	position: relative;
	left: 10px;
	top: 3px;
}

.wpa_container div.wpa_bar {
	display: none;
	position: relative;
	margin: 0 0 10px 21px;
	background: #dba65b;
	height: 8px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.wpa_container div.wpa_bar div {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 8px;
}

.wpa_bar{
	float: left;
}

.wpa_container div.wpa_bar div.wpa_bar_load {
	width: 0;
	z-index: 10;
	background: #a59065;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.wpa_container div.wpa_bar div.wpa_bar_position {
	width: 0;
	z-index: 11;
	background: #ffde9c;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.wpa_container div.wpa_bar div.wpa_bar_click {
	width: 100%;
	z-index: 12;
	background: transparent;
	cursor: pointer;
}

.wpa_container div.wpa_sub {
	display: none;
	position: relative;
	margin: 0 0 0 22px;
	color: #fff;
}

.wpa_container div.wpa_sub, .wpa_container div.wpa_sub span.wpa_time, .wpa_container div.wpa_sub span.wpa_dl {
	font-size: 11px;
}

.wpa_time{
	float: right;
	position: relative;
	right: 10px;
	text-shadow: -1px -1px 0px #999;
}

.wpa_container div.wpa_sub a.wpa_dl {
	position: absolute;
	top: 0;
	right: 0;
}

.wpa_container div.wpa_sub span.wpa_dl_info {
	display: none;
	position: absolute;
	top: -130%;
	left: 105%;
	border: 1px solid #ddf;
	padding: 5px;
	background: #f2f2ff;
}
/* @end */

/* @group Search */

.widget_search{
	margin-bottom: 0 !important;
	padding-bottom: 2em !important;
}

#searchform label{
	display: none;
}

.widget_search h4 {
	display: none;
	}

#search-form-wrap.livesearch {
	position: relative;
	height: 2.0em;
	}

input[type=text], textarea {
	color: #444;
	padding: .85em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ccc;
	}
	
#searchsubmit{
	position: absolute;
	opacity: 1;
	-webkit-transition: all 0.1s ease-out;
}

#searchsubmit:hover{
	opacity: 0.5;
}

#s {
	font-size: 1.1em;
	width: 190px;
	margin-right: 10px;
	}

.livesearch #s {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	}

.columns-three .livesearch #s {
	width: 145px;
	}

#searchreset {
	position: absolute;
	right: 0px;
	height: 19px;
	width: 16px;
	background: url('images/reset-fff.png') center center no-repeat;
	}

#searchload {
	position: absolute;
	right: 0;
	top: 0;
	height: 18px;
	width: 18px;
	background: url('images/spinner.gif') center center no-repeat;
	}

.livesearchform input[type=submit] {
	margin: 0;
	}

#searchcontrols {
	text-align: center;
	padding: 1px;
	background: #ddd;
	}

#searchcontrols small {
	margin: 0;
	padding: 0;
	}

label.overlabel-apply {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 1;
	color: #999;
	cursor: text;
	}

/* @end */

.secondary #text-3 h4{
	background: url(images/tunes-header.png) no-repeat;
	text-indent: -5000px;
	display: block;
	height: 63px;
	width: 177px;
}

.secondary #upcoming-gigs h4{
	background: url(images/shows-header.png) no-repeat;
	text-indent: -5000px;
	display: block;
	width: 146px;
	height: 114px;
}

#upcoming-gigs{
	margin-top: 0;
}

.secondary #text-4 h4{
	background: url(images/connect-header.png) no-repeat;
	text-indent: -5000px;
	display: block;
	width: 192px;
	height: 110px;
}

/* @group Connect */

#text-4 li{
	float: left;
	padding: .25em .5em;
	list-style: none;
}

#text-4 li a{
	text-indent: -5000px;
	display: block;
	height: 30px;
	background-position: center center;
	opacity: 1;
	-webkit-transition: ease-out all .1s;
}

#text-4 li a:hover{
	opacity: .5;
}

#connect-youtube{
	background: url(images/connect-youtube.png) no-repeat;
	width: 75px;
}

#connect-facebook{
	background: url(images/connect-facebook.png) no-repeat;
	width: 96px;
}

#connect-twitter{
	background: url(images/connect-twitter.png) no-repeat;
	width: 24px;
}

#connect-myspace{
	background: url(images/connect-myspace.png) no-repeat;
	width: 19px;
}

#connect-lastfm{
	background: url(images/connect-lastfm.png) no-repeat;
	width: 63px;
	margin-left: 5.5em;
}

#connect-flickr{
	background: url(images/connect-flickr.png) no-repeat;
	width: 66px;
}

/* @end */

#upcoming-gigs li{
	font-size: 11px;
	color: #666;
	clear: both;
	list-style: none;
}

#upcoming-gigs li a{
	font-size: 13px;
	width: 220px;
	float: right;
}

.gig-date{
	float: left;
	font-variant: small-caps;
}

/* @end */

/* @group Include Page */

.include-page{
	display: none;
}

.sticky .entry-content p{
	margin-top: 0;
}

/* @end */

/* @group Shows Page */

.page-slug-shows .subscribe{
	font-size: 12px;
}

.s-category-gigs .page-item-13 a{
	color: #000;
	background: #fff;
}

.s-category-gigs .comments, .s-category-gigs .entry-meta{
	display: none;
}

.gig-post *{
	margin: 0 !important;
}

.gig-post td.bold{
	padding-right: 10px;
	text-align: right;
}

.gig-post p{
	padding-top: 10px;
	font-size: 14px;
	font-style: italic;
}

/* @end */



/* @group Contact Form */

.wpcf7{
	margin-top: 1em;
}

.wpcf7 input[type=text], .wpcf7 textarea{
	width: 300px;
}

.wpcf7-form ol li{
	list-style: none;
	text-align: left;
	margin-bottom: 1em;
}

.wpcf7-not-valid-tip{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-style: italic;
	padding: .5em .65em;
	margin-left: 1em;
	text-align: center;
	color: #fff;
	background: #7a0000 !important;
	border: none !important;
}

.wpcf7-validation-errors{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-style: italic;
	padding: .5em .65em;
	margin-left: 8em;
	text-align: center;
	color: #fff !important;
	background: #7a0000;
	border: none !important;
}

.wpcf7-mail-sent-ok{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-style: italic;
	padding: .5em .65em;
	margin-left: 15em;
	text-align: center;
	color: #fff !important;
	background: #60a15c;
	border: none !important;
	/*position: absolute;*/
}

.wpcf7 .req{
	font-style: italic;
	margin-left: 1em;
	font-size: 10px;
	font-weight: bold;
}

.wpcf7 .send-this{
	opacity: 1;
	-webkit-transition: all 0.1s ease-out;
}

.wpcf7 .send-this:hover{
	opacity: 0.5;
}

/* @end */

.blog .category-gigs{
	display: none;
}
