/*
Theme Name: Sucking Rock And Roll V2
Description: CSS theme for <a href="http://www.suckingrockandroll.com">Sucking Rock And Roll</a>.
Version: 2.0
Author: Bertrand Perron

&copy; www.suckingrockandroll.com
*/


/*
================================
	General
================================
*/

.wrap {
	max-width: 840px;
}

.reduced-padding {
	max-width: 870px;
}

.main-content {
	display: block;
	width: auto;
}


.col {
	display: block;
}

.main {
	width: auto;
}


.side {
	padding-left: 0;
}

.page .side {
	width: auto;
	margin-top: 50px;
}

@media screen and (max-width: 800px) {
	.grid .item {
		width: 50%;
	}
	.collection-main .item {
		width: 50%;
	}
}

.share {
	position: absolute;
	right: 10px;
	bottom: 25px;
}

.share li {
	float: left;
	margin-right: 10px;
}

.share li:nth-child(3) {
	margin-right: 0;
}

.article-nav {
	display: none;
}

/* Menu */


.menu ul {
	position: absolute;
	background: rgb(60,60,60);
	width: 100%;
	top: 40px;
	left: 0;
	z-index: 200;
	display: none;
}

.menu-on .menu ul {
	display: block;
}

.menu ul li {
	display: block;
	margin-left: 0;
}

.menu ul li a {
	border-bottom: 1px solid rgb(110,110,110);
	line-height: 45px;
}

.menu .active, .menu li a.active:hover  {
	background: rgb(100,100,100);
	border-bottom: 1px solid rgb(110,110,110);
}

.menu li a:hover {
	border-bottom: 1px solid rgb(110,110,110);
	text-decoration: none;
}


.menu .button {
	display: block;
}


.menu li.search-button {
	display: none;
}






/*
================================
	Home
================================
*/

.top-concert, .top-album {
	margin-top: 50px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}


.tweet-list article p {
	font-size: 30px;
	line-height: 40px;
}

.si_feed_list li.si_item {
	width: 16.5%;
}

.photos-list footer {
	margin-right: 1px;
}

.shortcuts header {
	display: block;
}

.shortcuts {
	padding-top: 0;
}



/*
================================
	Articles
================================
*/

.article-content .txt {
	margin: 0;
	border: 0;
	padding-bottom: 0;
}


.content-header {
	display: block;
}


.content-header h1 {
	margin-left: 0;
}

.content-header img {
	width: 100%;
}

.content-header.photo {
	display: block;
}

.content-header.photo div {
	display: block;
	width: auto;
}

.content-header.photo .meta {
	padding-top: 15px;
	padding-left: 15px;
}

.content-header.photo p {
	margin-left: 15px;
}

.photo .share {
	top: inherit;
	left: inherit;
	width: auto;
	right: 10px;
	bottom: 25px;
}

.photo .share li {
	margin-bottom: 0;
	float: left;
	margin-right: 10px;
}

.illustr, .illustr img {
	max-width: 100%;
}


.article-content .meta {
	position: relative;
}

.article-content span.collection {
	position: absolute;
	top: -49px;
	left: 20px;
	margin-top: 0;
	font-size: 18px;
}

/*.txt p iframe {
	display: none;
}*/


/*
================================
	Comments
================================
*/

.form textarea {
	width: 100%;
}

.form #submit {
	margin: 0 auto;
}

.depth-2, .depth-3, .depth-4, .depth-5, .depth-6, .depth-7, .depth-8, .depth-9 {
	margin-left: 100px;
}


/*
================================
	Concerts
================================
*/

.nav-concerts {
	width: auto;
	margin-top: 50px;
	padding-left: 0;
}

.concert-content .side {
	padding-left: 0;
	margin-top: 50px;
}

.concert-content .main {
	width: auto;
}

.concert-date {
	float: none;
	display: block;
	margin: 0 auto;
}

.concert-content>header div {
	padding-left: 0;
	text-align: center;
}

.concert-content>header h1 span {
	white-space: nowrap;
}

.concert-content>header p {
	background: none;
	padding-left: 0;
}

.concert-content .share {
	width: 110px;
	position: static;
	margin: 0 auto;
	margin-top: 15px;
}


.historic {
	margin-bottom: 50px;
}


/*
================================
	Pages
================================
*/


.discography article {
	height: 435px;
}

.page .txt {
	padding: 0 50px;
}

.discography-content .infos header {
	display: inherit;
}

.discography-content .infos img {
	float: left;
	width: 200px;
	height: auto;
}

.discography-content .infos div {
	padding-left: 230px;
	background-position: 230px bottom;
}


/*
================================
	Ranking
================================
*/




header.hero {
	height: 650px;
	background-size: auto 100% ; 
}

.home header.hero {
	height: 750px;
}


.title-ranks {
	font-size: 80px;

}


.title-ranks span {
	font-size: 18px;
    margin-top: 5px;
}



.page .list-ranks .txt {
    padding-left: 20px;
    padding-right: 20px;
}


