/*
Theme Name: George Colligan Theme
Theme URI: http://originarts.net
Description: Wordpress theme by Matt Jorgensen
Version: 1.0
Author: Origin Web Design
Author URI: http://originarts.net
Tags: 
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

BODY {
background-color:#222; margin:0;
font: 16px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
color:#fff;
}

img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
			z-index:-999;
		}
		
		@media screen and (max-width: 768px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}



#wrapper {
	position: absolute;
	margin-top:100px;
	margin-left:40px;
	width:100%;
	height:auto;

}

@media screen and (max-width: 767px) {

	#wrapper {margin-left:0;}
	
	

}

.grid-container {
max-width: 960px;
}

p {margin-bottom:18px;}

img {border:0;}

img {
  max-width: 100%;

  /* just in case, to force correct aspet ratio */
  height: auto !important;
}

a, a:active, a:visited {color: #cc9900; text-decoration: none;}
a:hover {color: #cc9900; text-decoration: underline;}

/* ported WP */
ul {
	
	margin: 0 0 18px 25px;
}
ol {
	
	margin: 0 0 18px 25px;
	padding-left:15px;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}

img {border:0;}

#site_title {
	font-family: "alternate-gothic-no-2-d",sans-serif;
	font-style: normal;
	font-weight: 300;
	color:#fff;
	font-size:24px;
	text-transform: uppercase;
}

#site_title a, #site_title a:active, #site_title a:visited {
	color: #fff; text-decoration: none;
}

#site_title a:hover {
	color:#ff0000; text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #fff;
}
h1 {
  font-size: 36px;
  line-height: 40px;
}
h2 {
  font-size: 30px;
  line-height: 40px;
}
h3 {
  font-size: 24px;
  line-height: 40px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 20px;
}
h1 small {
  font-size: 24px;
}
h2 small {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}

h2 {font-family: "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif; 
font-size:28px; color:#fff; font-weight:400; word-spacing: 1px; text-transform: uppercase; line-height:1em;}


hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}




/* end */



#container {margin-left:auto; margin-right:auto; 
background-color:#fff;
color:#222;
text-align:left;
z-index: 1;
}


#logo {padding-left:40px;}

@media screen and (max-width: 440px) {

	#logo {padding:0;}

}


/* nav elements */








#nav_wrapper {
position: fixed;
background-color:#000;
width:100%;
top:0;
left:0;
margin:0;
padding: 10px 0 10px;
}

#nav_wrapper {
z-index:999999 !important;
}

#nav_quote_container {border-top:solid 1px #fff; padding-top:0px; border-bottom:solid 1px #fff; margin:10px 0;}
#nav_quote_text {font-family: Georgia, Times, 'Times New Roman', serif; text-align:left; font-weight:normal; font-size:16px; color:#fff; background-image: url(img/quote.png); background-repeat: no-repeat; background-position:top left; padding:20px 20px 0 30px;}
#nav_quote_text strong {font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-style: normal; font-size: 14px; text-transform: uppercase; text-align:right;}

#top_nav_container {
max-width: 1100px;
position: relative;
margin: 0 0 0 60px;
}

#access {
	
	/* display: block; */
	float: left;
	margin: 0;
	/* width: 960px; */
	font-family: "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif;
	padding-top:2px;

}

#access {
margin-left:auto;
margin-right:auto;
}

#access .menu-header,
div.menu {
	font-size: 18px;
	margin-left: 0;
	/* width: 940px; */
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding:0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:300;
	font-style:normal;
	margin-right:30px;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	-o-transition: .07s ease-in;
	transition: .07s ease-in;
}


@media screen and (max-width: 1024px) {

	#access a {
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:300;
	font-style:normal;
	margin-right:20px;
}


}



#access ul ul {
/*
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
*/
	display: none;
	position: absolute;
	top: 24px;
	padding:10px;
	left: -10px;
	float: left;
	width: 180px;
	font-size:18px;
	background-color:#000;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
	
}
#access ul ul ul {
	left: 100%;
	top: 0;
}


#access ul ul a {
	background-repeat: repeat;
	line-height: 1.2em;
	height: auto;
	color:#fff;
	padding:10px;
	text-transform: uppercase;
	font-weight:300;
	font-size:18px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #EAC799;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	-o-transition: .07s ease-in;
	transition: .07s ease-in;
}
#access ul li:hover > ul {
	display: block;
	
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	/*color: #960;*/
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #F25A43;
}


@media screen and (max-width: 767px) {

/*
.responsiveSelectContainer {
width:300px;
}
*/


}


/* === HOME PAGE === */
#logo_wrapper {
	background-image:url(img/black-80.png);
	background-repeat: repeat;
	min-height:140px !important;
	width:100%;
	margin-top:30px;
}

#logo_wrapper_logo {
background-image:url(img/black-80.png);
	background-repeat: repeat;
	min-height:140px !important;
	width:100%;
	padding-top:30px;
	text-align:left;
}

#logo_wrapper_quote {font-family: Georgia, Times, 'Times New Roman', serif; text-align:left; font-weight:normal; font-size:20px; color:#fff; padding:20px; text-align:center;}
#logo_wrapper_quote strong {font-family: "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif; font-weight:300; font-style: normal; font-size: 18px; text-transform: uppercase;}

.home_col {font-family: Arial, Helvetica, sans-serif; color:#fff; font-size:14px; line-height:1.3em; background-image:url(img/black-80.png); background-repeat: repeat; min-height:300px !important;}
.home_col h2 {font-family: "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif; 
font-size:22px; color:#fff; font-weight:300; text-transform: uppercase; margin:10px 0;}

.home_col ul {margin:0; padding:0;}
.home_col ul li {list-style: none; border-bottom:dashed 1px #ccc; margin-bottom:10px; padding:5px 0 10px 0;}


.margin-10-right {
margin-right:5%;
}

#splash_front {
position: relative;
background-image:url(img/black-80.png); background-repeat: repeat;
text-align:center;
overflow: hidden;
padding:20px;
margin-bottom:100px;
z-index: 99999;
}


/* === PAGE CONTENT === */
#page_content {
 position: relative;
/*  z-index: 100; */
 max-width:800px;
 min-height: 700px;
 margin-top:30px;
 margin-bottom:60px;

}


@media screen and (max-width: 760px) {

	#page_content {
	 position: relative;
	/*  z-index: 100; */
	 min-height: 700px;
	 width:90%;
	 margin:20px 5% !important;
	
	}


}


#page_content {
position: relative;
font-family: Arial, Helvetica, sans-serif, serif; color:#fff; font-size:14px; line-height:1.6em; font-weight:400;
background-image:url(img/black-80.png); background-repeat: repeat;
padding:10px 10px 30px 20px;
}

#page_content h2 {font-family: "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif; 
font-size:28px; color:#fff; font-weight:400; word-spacing: 1px; text-transform: uppercase; margin:20px 0 20px 0; line-height:1em;}

#page_content h3 {font-family: Georgia, Times, 'Times New Roman', sans-serif;
font-size:18px; line-height:1.2em; color:#fff; font-weight:bold; text-transform: uppercase; margin:30px 0 10px 0;}

#page_content blockquote {background-image:url(images/quote_content.gif); background-repeat: no-repeat; padding-left:30px; margin-bottom:30px;}


#the_quote {
  font-family: Georgia, Times, 'Times News Roman', serif;
  font-size:18px;
  font-weight:300;
  font-style: italic;
  line-height:1.3em;
  margin:0 0 0 10px;
  color:#FF8000;
}

#the_quote .a_quote { font-size:24px; line-height:1em;}

#quote_person {
  font-family: "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif; 
  font-size:16px;
  font-weight:400;
  text-align: right;
  text-transform: uppercase;
  margin-bottom:20px;
}

.promo_photo {
	text-align:center;
	padding-bottom:20px;
}

.promo_photo img {margin:0 !important;}



/* === HEADINGS === */
#heading {margin-top:0px; margin-bottom:40px; padding-top:0;}

#heading h1 {
	font-family: "alternate-gothic-no-2-d",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:64px;
	color:#EAC799;
	margin:20px 0 20px 0;
	line-height:1em;
	text-transform: uppercase;
}

#recording-heading h1 {font-family: "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif; font-size:42px; color:#fff; font-weight:300; margin:20px 0 10px 0; line-height:1em;}


/* === BLOG CONTENT === */
#entry-title h1 {font-family: "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif; font-size:30px; line-height:1.3em; color:#222; font-weight:300; margin:20px 0 10px 0; padding-top:10px;}

.post-date { font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; font-weight:bold; color:#fff; font-size:10px; margin-top:-10px;}

.border_top {border-top:dashed 1px #ccc; padding-top:10px;}

#blog-title h1 {font-family: "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif; font-size:24px; word-spacing: 1px; text-transform:uppercase; line-height:1.3em; color:#fff; font-weight:300; margin:20px 0 10px 0; border-top:dashed 1px #ccc; padding-top:10px;}

.prev-next {
	width:100%;
	margin:30px 0 20px 0;
	padding:10px 0 10px 0;
	text-align:center;
	background-color:#222;
	border:solid 1px #FF8000;
}


/* === RECORDING PAGES === */
.album-grid {padding-left:0; padding-bottom:20px; margin-bottom:10px;}
.album-grid img {border:solid 1px #fff;}


.album_title {font-family: "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif; 
font-size:18px; color:#fff; font-weight:300; word-spacing: 1px; text-transform: uppercase; margin:20px 0 20px 0; line-height:0.5em !important;}

a:visited.album_title {color:#fff;}
a:hover.album_title {color:#FF8000; text-decoration: none;}

#record_label {
  font-family: "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif; 
  font-size:20px;
  font-weight:300;
  margin:-20px 0 0 0;
  text-transform: uppercase;
  }




#album_box {
  float:right;
  max-width:300px;
  text-align:center;
  margin-left:20px;
}

	@media screen and (max-width: 760px) {
	
		#album_box {
		float: none;
		text-align:left;
		margin:0;
		}
	
	}

.album_cover {
  padding:5px;
  background-color:#fff;
  margin-bottom:10px;
}



/* === SIDEBAR AND SOCIAL === */

#sidebar {
background-image:url(img/black-80.png); background-repeat: repeat;
padding:10px;
color:#fff;
z-index: 10;
	
	}
#sidebar img {border:0;}
#sidebar h2 {font-family: "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif; 
font-size:18px; color:#fff; font-weight:300; word-spacing: 1px; text-transform: uppercase; margin:30px 0 10px 0; padding-top:6px; line-height:1em;}
#sidebar li {list-style: none;}
#sidebar ul {margin:0; padding:0; list-style: none;}
#sidebar ul li {list-style:none; margin:10px 0 10px 0; padding:0; font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#222; font-weight:400;}

#sidebar ul li ul li {list-style:none; margin:10px 0 10px 0; padding:0 0 0 20px; font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#222; font-weight:400;}


#social {
/* margin-top:20px; */
margin-bottom:20px;

padding:10px 0 20px 0;
overflow: hidden;
}

#social{
text-align: left;
font-family: "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif;
color:#fff;
font-size:18px;
font-weight: 300;
word-spacing: 1px;
}

#social h2 {
border-top:solid 1px #ccc;
padding-top:10px;
}

#social ul {margin:0; padding:0;}

#social ul li {
float:left;
margin:0;
margin-right:8px !important;
padding:0;
border:0;
list-style: none;
}

#social img {border:0;}

#address {
font-family: "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif;
font-size:12px;
line-height:1.2em;
padding-top:4px;
}




/* footer */
#the-footer {
/*
position: absolute;
bottom: 0; left: 0;
*/

}
#email-signup {
border-top:solid 1px #fff;
margin-top:30px;

}

#email-signup h2 {font-family: "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif; 
font-size:20px; color:#fff; font-weight:400; word-spacing: 1px; text-transform: uppercase; margin:20px 0 20px 0; line-height:1em;}

#bottom_nav_footer {
position: relative;
bottom:0;
width:100%;
margin-top:20px;
padding-top:10px;
background-image: url(img/black-90.png); background-repeat: repeat;
color:#fff;
min-height: 160px;
z-index:100;
}


#bottom_nav_footer h2 {font-family: "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif; 
font-size:18px; color:#fff; font-weight:300; word-spacing: 1px; text-transform: uppercase; margin:20px 0 20px 0; line-height:1em;}

#bottom_nav_footer ul {
margin:0;
padding:0;
list-style: none;
}

#bottom_nav_footer ul li {
margin:0 0 10px 0;
padding:0;
line-height: 1em;

}



#footer_menu {

margin-left:auto;
margin-right:auto;
text-align:left;
}

#footer_menu ul {
width:800px;
/* margin: auto; */
padding:0 0 0 20px;
list-style: none;
text-align: center;
}

ul.footer_menu {
width:800px;
/* margin:auto; */
padding:0 0 0 20px;
display: inline-block;
position: relative;
text-align: center;
}

#footer_menu ul li {
font-family:'Oswald', Arial, Helvetica, sans-serif;
word-spacing: 1px;
font-size:14px;
padding:2px 10px 2px 10px;
/* display:block; */
float:left;
list-style: none;
margin-bottom:10px;
/* border-left:solid 1px #222; */
}

#footer_menu ul li {position:relative;}

#footer_menu ul li:first-child {
border-left:none;
}


#site-credits {text-align:left; color:#fff; margin-top:20px; margin-bottom:20px;
font-family: "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif; font-weight:300; font-size:18px;
line-height:1.4em; word-spacing: 1px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
    color:#222;
}


/*bootstrap css */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}


.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default, .btn-default:visited {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary, .btn-primary:visited {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning, .btn-warning:visited {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger, .btn-danger:visited {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success, .btn-success:visited {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info, .btn-info:visited {
  color: #ffffff;
  /*
background-color: #5bc0de;
  border-color: #46b8da;
*/
  background-color: #DEBE8F;
  border-color: #DEBE8F;
  
 
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #BAA079;
  border-color: #BAA079;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* Wordpress Add ons */
#page_content .sharedaddy {border-top:solid 1px #fff; margin-top:30px;}
#page_content h3.sd-title {margin:0;}


.gigpress-date, .gigpress-artist, .gigpress-city, .gigpress-venue, .description {font-size:12px !important;}
.gigpress-artist {font-weight:bold;}
.gigpress-info-item {color:#777; font-size:10px;}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	/* border-top:solid 1px #ccc; */

	margin:60px 0 20px 0;
}


#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-family: "alternate-gothic-no-2-d", Arial, sans-serif;
	font-style:normal;
	font-size:32px;
	font-weight:300;
	/* color:#0085B2; */
	margin-bottom:24px;
}
h3#comments-title {
	padding: 10px 0;
}

h3#comments-title em {font-size:32px; text-transform: uppercase;}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #ccc;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 60px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: 700;
	font-size:16px;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 14px;
	margin: 0 0 18px 0;
	text-transform: uppercase;
	font-weight: 700;
}
.comment-meta a:link,
.comment-meta a:visited {
	/* color: #0085B2; */
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	/* color: #4DD2FF; */
}
.commentlist .even {
}
.commentlist .bypostauthor {
}

#comments .reply {
	margin-bottom: 0 !important;
}

.reply a {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	background: #e4e4e4;
	color: #888;
	padding: 5px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}

.reply a:hover {
	color: #fff;
	background: #555;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}



.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #fff;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

#comment-meta {
	
}

.comment-form-comment {text-transform: uppercase;}

#respond input[type="text"], #respond textarea {
    color: #777;
    border: none;
    border: solid 1px #eee;
    border-bottom: solid 1px #ddd;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    width: 100%;
    padding: 10px;
	border-radius: 2px;
	-webkit-appearance:none;
}

#respond .comment-form-comment {
	width: 100%;
	display: inline-block;
}

#respond input:focus, #respond textarea:focus {
    outline: none;
}

#respond textarea {
    line-height: 1.4;
    width: 100%;
}

#commentform #submit {
	background: #cc9900;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px 20px;
	margin-top: 10px;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: .05s ease-in;
	-moz-transition: .05s ease-in;
	-o-transition: .05s ease-in;
	transition: .05s ease-in;
	-webkit-appearance: none;
}

#commentform #submit:hover {
	background: #ccc;
	color:#222;
	cursor: pointer;
	-webkit-transition: .05s ease-in;
	-moz-transition: .05s ease-in;
	-o-transition: .05s ease-in;
	transition: .05s ease-in;
}


.vcard {
	width: 100%;
    float: left;
    margin-right:20px;
}

.vcard img {
    float: left;
	height: 50px;
	width: 50px;
	border-radius: 100px;
}

#comments h1, #respond h3 {
	font-family: "clavo",sans-serif;
	font-style: italic;
	font-weight: 100;
	font-size:36px;
	color:#EAC799;
	margin:20px 0 20px 0;
	line-height:1em;
	text-transform: none;
}

/* PLUGIN CSS */
.gigpress-header {background-color:#222;}
.gigpress-date {line-height: 1em;}
.gigpress-row {line-height:1em !important; margin-top:10px !important;}
.gigpress-info-label {color:#fff !important;}
.gigpress-info-item {color:#ccc !important;}
.gigpress-info .description {line-height:1em !important;}
.gigpress-info p {margin:0 !important;}
.gigpress-rss, .gigpress-ical {padding-left:14px;}



