/*
Theme Name: Ecco 2014
Theme URI: Your Theme's URI
Description: First attempt at making an Ecco theme.
Version: 1.0
Author: Colin McGlothlin
Author URI: Your website address.
*/
html,
body {
	margin:0;
	padding:0;
	height:100%;
	
	background-image: url('images/background3.png');
	background-color: #4a0715;
	color: #fff;
	
	-webkit-transform: translate3d(0,0,0);
}
blockquote {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13pt;
	font-style: italic;
	text-shadow: 2px 2px 2px #000;
}
blockquote:before {
	content: open-quote;
}
blockquote:after {
	content: close-quote;
}

blockquote p {
	display: inline;
}

a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a:hover{
	text-decoration: underline;
}
a:focus {
	outline: none;
}


a.page-link:link {
	text-decoration: none;
	color: #c9b4b9;
}
a.page-link:visited {
	color: #c9b4b9;
}
a.page-link:hover{
	text-decoration: underline;
}
a.page-link:focus {
	outline: none;
}


.logout{
	border: 2px solid #45262d;
	background-color: #45262d;
	padding: 8px 15px 8px 15px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	margin-top: 10px;
}
.logout:hover{
	background-color: #481c26;
}


#wrapper {
	min-height:100%;
	position:relative;
	background-image: url('images/background3.png');
	background-color: #4a0715;
}
#header {
	padding: 0;
	overflow: hidden;
}

#header img.header-background {
	position: relative;
	left: 50%;
	margin-left: -570px;
/*	margin-left: -50%;*/
}

#header img.logo {
	position: absolute;
	left: 50%;
	max-height: 146px;
	margin-left: -225;
	margin-top: 35px;
	padding: 0;
/*	margin-left: -50%;*/
}

#menu-sidebar {
	width: 171px;
	float: left;
	margin-top: 0;
	padding-left: 0;
	padding-top: 0;
}

#menu li{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14pt;
	border-bottom: 1px solid #84525c;
/*	padding-top: 15px;
	padding-bottom: 15px;*/
	
	list-style-type: none;
	list-style-position: outside;
}
#menu a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}


/*#menu li:hover {
	font-weight: 600;
	background-color: #5b1a28;
}*/
#menu li a:hover {
	/*font-weight: 600;*/
	text-decoration: none;
/*	background-color: #5b1a28;*/
}
.current_page_item a{
	/*font-weight: 600;*/
	/*margin-left: 10px;*/
	background-color: #481c26;/*#45262d;/*#5b1a28;*/
}

.current_page_item.page-item-6 a{
	/*margin-left: 0;*/
	background-color: transparent;
}

#container {
	width: 960px;
	margin: 0 auto;
	color: #fff;
	border-top: 1px solid #84525c;
	padding-bottom: 130px;
}

#content {
	
	width: 740px;
	float: right;
	
	
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 10.5pt;
	
/*	position: relative;*/
}
.members #content{
	width: 100%;
	float: none;
}

#content img {
	box-shadow: 0px 4px 10px #101010;
}


.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.bxslider {
	margin: 0;
	padding: 0;
}

.attachment-post-thumbnail {
	width: 100%;
	max-width: 740px;
	height: auto;
}


#homepage-posts {
	border-top: 1px solid #84525c;
	padding-top: 15px;
}


#listed-posts {
	/*border-top: 1px solid #84525c;*/
	/*padding-top: 15px;*/
	}
#listed-posts * {
	margin: 0;
	}
#listed-posts .post {
	margin-top: 15px;
	background-color: #481c26;
	border: 2px solid #45262d;
/*	box-shadow: 0px 1px 4px #181818;*/
	}
#listed-posts .post:hover {
	box-shadow: 0px 1px 8px #181818;
	}
#listed-posts .post-header {
	padding-left: 10px;
	}
#listed-posts .title {
	margin-right: 15px;
	margin-left: -10px;
	}
#listed-posts .title a {
	display: block;
	width: 100%;
	background-color: #45262d;
	padding: 5px;
	padding-left: 10px;
	padding-top: 0;
	}
#listed-posts .post a:hover {
	text-decoration: none;
	}
#listed-posts h4.location {
	margin-top: 5px;
	}
#listed-posts .date {
	margin-top: 5px;
	}
#listed-posts .entry {
	padding: 10px;
	} 
#listed-posts .navigation {
	margin-top: 20px;
	}
#listed-posts .attachment-post-thumbnail {
	float: right;
	position: relative;
	top: -40px;
	left: -3px;
	box-shadow: none;
	}
	
	
#full-posts {
	/*border-top: 1px solid #84525c;*/
	/*padding-top: 15px;*/
	}
#full-posts * {
/*	margin: 0;*/
	}
#full-posts .post {
	margin-top: 15px;
/*	background-color: #481c26;*/
	border-bottom: 1px solid #84525c;
	padding-bottom: 40px;
	margin-bottom: 30px;
/*	box-shadow: 0px 1px 4px #181818;*/
	}
#full-posts .post-header {
	padding-left: 10px;
	}
#full-posts .title {
	margin-right: 15px;
	margin-left: -10px;
	}
#full-posts .title a {
	display: block;
	width: 100%;
	background-color: #45262d;
	padding: 5px;
	padding-left: 10px;
	padding-top: 0;
	}
#full-posts .post a:hover {
	/*text-decoration: none;*/
	}
#full-posts a:focus {
	/*outline: none;*/
}
#full-posts h4.location {
	margin-top: 5px;
	}
#full-posts .date {
	margin-top: 5px;
	}
#full-posts .entry {
	padding: 10px;
	padding-top: 0;
	} 
#full-posts .navigation {
	margin-top: 20px;
	}
#full-posts .attachment-post-thumbnail {
	float: right;
	position: relative;
	top: -40px;
	left: -3px;
	box-shadow: none;
	}
#full-posts .date {
	/*font-size: 8pt;*/
	}
#full-posts .edit {
	font-size: 8pt;
	margin-top: 15px;
	}
	
	
#posts-concerts {
	padding-left: 0;
	padding-right: 8px;
	width: 48%;
	float: left;
	}
#posts-news {
	padding-left: 8px;
	padding-right: 0;
	width: 48%;
	float: right;
	}
	
	
#concerts-page #posts-concerts {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	float: none;
}

#news-page #posts-news {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	float: none;
}

#single-post .post {
/*	border-top: 1px solid #84525c;*/
	padding-top: 0px;
	}

#single-post .title {
	display: block;
	position: relative;
	left: 20px;
	font-weight: 600;
	font-size: 12pt;
	font-style: italic;
}

#single-post .location{
	display: block;
	position: relative;
	left: 20px;
	font-weight: 600;
	font-size: 12pt;
	font-style: italic;
}

.back-link {
	margin-bottom: 20px;
}

.post-title a {
	display: block;
	width: 100%;
	background-color: #45262d;
	padding: 5px;
	padding-left: 10px;
	padding-top: 5px;
	}



#footer {
	background-color: #45262d;
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
	
	box-shadow: 0px 4px 10px #000000;
}

.footer-content {
	color: #ffffff;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 9pt;
	padding-left: 20px;
	padding-right: 20px;
}

.facebook_img {
	position: relative;
	left: -15px;
	top: 11px;
}

.members-link {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	
}



/*table {
	border-collapse: collapse;
	border: 2px solid #45262d;
	margin-top: 10px;
	margin-bottom: 10px;
}

th {
	font-size: 14pt;
	font-weight: 300;
	background-color: #45262d;
	text-align: left;
}
td {
	font-weight: 300;
}
th, td {
	padding: 10px 0px 10px 10px;
}
td {
	background-color: #45262d;
}
tr.alt td {
	background-color: #481c26;
}

td.separator {
	display: none;
	height: 10px;
	background-color: #45262d;
}

table a{
	background-color: #423034;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #28161a;
	padding: 5px 5px 5px 5px;
}*/
/*table tr.alt a{
	background-color: #45262d;
}*/





@media (max-width: 979px) {
	#header img.header-background {
		max-width: 116.32%;
		position: relative;
		left: 50%;
		margin-left: -58.16%;
	}

	#header img.logo {
		margin-left: -23%;
		margin-top: 3.5%;
		max-width: 46%;
		width: 46%;
	}
	#container {
		width: 97.96%;
		padding-right: 0px;
	}
	#content {
	/*	width: 75.51%;*/
		width: 77.1%;
		margin-bottom: 50px;
		margin-left: 0px;
		padding-left: 0px;
	}
	#menu-sidebar {
	/*	width: 17.449%;*/
		width: 17.8%;
		margin: 0;
		padding: 0;
	}
}

@media (max-width: 829px) {
	#menu li{
		font-size: 12pt;
		/*padding-top: 15px;
		padding-bottom: 15px;*/
	}
}


@media (max-width: 679px) {
	body {
/*		background-image: none;*/
/*		background-color: #500817;*/
	}
	#header  {
	
	}
	#wrapper {
		margin: 0px;
		overflow: hidden;
	}
	#header img.header-background {
		min-height: 152px;
		min-width: 789px;
		position: absolute;
		left: -395px;
		margin-left: 50%;
	}
	#header img.logo {
		margin-left: -156px;
		margin-top: 24px;
		min-width: 312px;
	}
	#container {
		margin-top: 152;
	}
	
	#menu-sidebar  {
		float: none;
		display: block;
		width: 98%;
	/*	border-bottom: 1px solid #84525c;*/
		padding: 15px;
	}
	#menu li {
		display: inline;
		border-bottom: none;
		padding: 0;
		padding-right: 7px;
	}	
	#menu li:before {
		content: "| ";
	}
	#menu a {
		display: inline;
		padding: 0;
	}
	
	.current_page_item a{
		margin-left: 0;
	}
	
	#content {
		border-top: 1px solid #84525c;
		float: none;
		position: relative;
		left: 0.8%;
		width: 98%;
		margin: 0;
		padding: 0;
		padding-top: 20px;
		padding-left: 0px;
		overflow: hidden;
	}
	#content p {
		margin-right: 5px;
	}	
	.footer-content {
		font-size: 8pt;
	}
}

@media (max-width: 500px) {
	#posts-concerts {
		text-align: center;
		padding: 0;
		width: 100%;
		float: none;
	}

	#posts-news {
		margin-top: 20px;
		padding: 0;
		padding-top: 20px;
		border-top: 1px solid #84525c;
		text-align: center;
		width: 100%;
		float: none;
	}
}

@media (max-width: 429px) {
	#content img {
		box-shadow: 0px 2px 5px #101010;
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
/*	.align-right {
		float: none;
	}*/
}