a {
	color: #FF7400;
}

a:hover {
	color: #336666;
}

h1, h2, .brand {
	font-family: 'Gloria Hallelujah';
}

body {
	font-family: "Verdana", helvetica, arial, sans-serif;
	font-size : 13px;
}

p{
	font-family: "Verdana", helvetica, arial, sans-serif;
	font-size : 13px;
}

.table tbody tr:hover td, .table tbody tr:hover th {
	background-color: initial;
}

.turquoise_bar {
	border-bottom: 2px solid #009999;
	height: 2px;
	background-image: linear-gradient(bottom, rgb(102, 204, 204) 0%, rgb(0, 153, 153) 73%);
	background-image: -o-linear-gradient(bottom, rgb(102, 204, 204) 0%, rgb(0, 153, 153) 73%);
	background-image: -moz-linear-gradient(bottom, rgb(102, 204, 204) 0%, rgb(0, 153, 153) 73%);
	background-image: -webkit-linear-gradient(bottom, rgb(102, 204, 204) 0%, rgb(0, 153, 153) 73%);
	background-image: -ms-linear-gradient(bottom, rgb(102, 204, 204) 0%, rgb(0, 153, 153) 73%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(102, 204, 204)), color-stop(0.73, rgb(0, 153, 153)));
}

.green_bar {
	background: #336666;
	height: 3px;
}

.green_line1 {
	background: #336666;
	height: 1px;
	margin-bottom: 8px;
}

.green_line2 {
	background: #336666;
	height: 2px;
	margin-bottom: 8px;
}

.round-gray {
	border-radius: 7px;
	background: #f4f4f4;
	padding: 12px;
}

.clear {
	clear: both;
}

#site_wrap {
	border: 1px solid #E5E5E5;
	border-top: 0;
	margin: 0 auto 20px;
	min-height: 100vh;
	padding: 20px 10px 30px;
	max-width: 1200px;
	box-shadow: 0 0 20px 0 #A9A9A9;	
}

.table th, .table td {
	line-height: 18px;
	font-size: 13px;
}

table.borderless td {
	border: 0;
}

tr {
	vertical-align: top
}

.pagination_holder {
	text-align: center;
}

.text-pane {
	background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
	border-radius: 30px;
	box-shadow: 0 5px 15px -2px #222 inset;
	padding: 35px;
	position: relative;
}

.social_share {
	display: inline-block;
	margin: 0 13px;
}

.social_share#fb_share {
	position: relative;
	top: 0px;
}

.social_share#twitter_share {
	position: relative;
	top: 1px;
}

.social_share_small {
	display: inline-block;
	margin-left: 5px;
}

.social_share_small#fb_share {
	position: relative;
	top: 2px;
}

.social_share_small#twitter_share {
	position: relative;
	top: 6px;
}

.sm_icon {
	margin: 0 78px;
}

.more_info_icon {
	margin: 5px;
}

/* SOUNDCLOUD TRACKS */

.sc-track{
	margin: 10px 0 20px;
}

/* POSTS */

.post {
	margin: 15px 0 25px 0;
	padding: 10px 10px 15px;
	border: 1px solid #d5d5d5;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 4px;
}

.post .post_title {
	position: relative;
}

.post .post_title a {
	text-decoration: none;
}

.post .status-labels {
	position: absolute;
	right: 0;
	top: 4px;
}

.post .post_info {
	float: left;
	width: 430px;
	padding-left: 10px;
}

.post .map_wrap {
	float: right;
	padding-right: 10px;
}

.post .view_more {
	padding-left: 10px;
}

.post .social_links {
	margin: 10px;
	border-top: 1px dotted #777;
	padding-top: 10px;
	margin-top: 10px;
}

.post .social_links #f_like {
	float: left;
	margin-top: 1px;
}

.post .social_links #g_like {
	float: left;
	margin-top: 0px;
}

.post .social_links #t_like {
	float: left;
	margin-top: 0px;
}

/* so called "bootstrap_extend" file contents now in here */

img {
	max-width: none;
}

#message_count_badge {
	margin-left: 6px;
}

.success {
	background-color: #46a546;
}

li.arrow {
	list-style-image: url("/img/general/teal_arrow.png");
}

/* NAVBAR */

#navigation {
	background: none repeat scroll 0 0 #336666;
}

#navigation_inner {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

.navbar .container{
	max-width:1200px;
}

.navbar {
	margin-bottom: 0;
}

.navbar .brand {
	color: #FF7400;
}

.navbar .brand:hover {
	color: #009999;
}


/* LABELS */

.label{
	cursor: default;
}

.label.wanted {
	background-color: /*#7384D8*/
	#FE6256;
}

.label.available {
	background-color: #5CAA5B;
}

.label.band {
	background-color: #336666;
}

.label.musician {
	background-color: #ff7400;
}

.label.label-info {
	background-color: #336666;
}

/* HERO UNIT */

.hero-unit {
	background: #336666;
	background: -moz-linear-gradient(top, #336666 16%, #2c2c2c 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, #336666), color-stop(90%, #2c2c2c));
	background: -webkit-linear-gradient(top, #336666 16%, #2c2c2c 90%);
	background: -o-linear-gradient(top, #336666 16%, #2c2c2c 90%);
	background: -ms-linear-gradient(top, #336666 16%, #2c2c2c 90%);
	background: linear-gradient(to bottom, #336666 16%, #2c2c2c 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336666', endColorstr='#2c2c2c', GradientType=0);
	color: #fff;
	background: linear-gradient(to bottom, rgba(51, 102, 102, 0.7) 16%, rgba(44, 44, 44, 0.6) 90%) repeat, url("/img/general/pattern.jpg") repeat;
	background-size: cover;
	border-radius: 6px;
	margin-bottom: 30px;
	padding: 25px;
}

.hero-unit h1 {
	color: #FF7400;
	text-shadow: 3px 3px 3px #333333;
}

/* BUTTONS */

.btn span {
	background-image: url('/img/sprite/sprite-icons.png');
	background-repeat: no-repeat;
	display: inline-block;
	outline: medium none;
	overflow: hidden;
	vertical-align: bottom;
}

.btn .plus {
	background-position: -64px -16px;
	height: 14px;
	margin-bottom: 0;
	margin-right: 1px;
	position: relative;
	top: -1px;
	width: 14px;
}

.btn .cross {
	background-position: -272px -96px;
	height: 14px;
	margin-bottom: 0;
	margin-right: 1px;
	position: relative;
	top: -1px;
	width: 14px;
}



/* WELL */

.well-heading {
	background-color: #336666;
	background: linear-gradient(to bottom, #336666 16%, #2c2c2c 90%) repeat scroll 0 0;
	background: -moz-linear-gradient(top, #336666 19%, #2c2c2c 73%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #336666), color-stop(73%, #2c2c2c));
	background: -webkit-linear-gradient(top, #336666 19%, #2c2c2c 73%);
	background: -o-linear-gradient(top, #336666 19%, #2c2c2c 73%);
	background: -ms-linear-gradient(top, #336666 19%, #2c2c2c 73%);
	background: linear-gradient(to bottom, #336666 19%, #2c2c2c 73%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336666', endColorstr='#2c2c2c', GradientType=0);
	color: white;
	border-radius: 5px 5px 0 0;
	padding: 10px;
}

.well-body {
	border-radius: 0 0 4px 4px;
	border-width: 0 1px 1px;
	padding: 11px 19px;
	font-size: 13px;
}

/* FOOTER */

#footer {
	background: rgb(34,34,34);
	background: linear-gradient(0deg, rgba(33,34,34,1) 5%, rgba(45,45,45,0.9) 90%);
	color: #FFFFFF;
	min-height: 30px;
	padding: 30px 0 20px;
	font-size: 12px;
	margin-top: 100px;
}

#footer a {
	color: #CCCCCC;
	display: block;
	float: left;
	padding: 4px 0;
	text-align: center;
	width: 33%;
}

#footer_inner #links :last-child {
	border: none;
}

#footer_inner {
	margin: 0 auto;
	position: relative;
	width: 80%;
}

#footer-copyright{
	text-align: center;
	color: #ccc;
	font-size: 10px;
	padding-top: 14px;
}

/* FAQ */

#faq h4 {
	padding-top: 40px;
	border-top: 1px solid #e1e1e1;
	margin-top: 40px;
	margin-bottom: 15px;
}

/*
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/
*/

/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
	display: none;
}
  
/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}



@media(max-width:960px) {
	#site_wrap {
		max-width: 960px;
	}
	.navbar .container{
		max-width: 960px;
	}
}