/*
Theme Name: Fernando Rock Show
Theme URI: http://www.valentinprugnaud.fr/
Author: Valentin PRUGNAUD
Description: Wordpress Theme only for Fernando !
Version: 1.0

Plugins: 
	- ACF

Summary :
	0. Butter styling
	1. Layout
	2. Header
		2a. Menu
	3. Footer
	4. Content
	5. Asides
	6. Contact
	7. News
	8. Guests
	9. Crew
	10. Videos
	11. Merch
	12. Pagination
*/

@font-face {
    font-family: 'Graduate';
    src: url('fonts/graduate.eot');
    src: url('fonts/graduate.eot?#iefix') format('embedded-opentype'),
         url('fonts/graduate.woff') format('woff'),
         url('fonts/graduate.ttf') format('truetype'),
         url('fonts/graduate.svg#graduate') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
	0. Butter styling
*/
.container{display:inline;float:left;}

.g1{width:135px;}
.g1-mid{ width: 230px;}
.g2{width:300px;}
.g2-mid{ width: 430px;}
.g3{width:50%;}
.g4{width:630px;}
.g5{width:795px;}
.g6{width:960px;}

.l {margin-left:30px;}
.r {margin-right:30px;}

.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:30px !important;}

.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:30px !important;}

/*
	1. Layout
*/
html{
	width: 100%;
	height: 100%;
	background: url(images/bg.jpg) repeat-x top #FFFFFF;
}
body{
	width: 100%;
	min-height: 100%;
	font-size:62.5%; /* 1em = 10px | 1.2em = 12px ;) */
	font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {font-family: 'Graduate', sans-serif; font-size:2.0em;}
h2 {font-family: 'Graduate', sans-serif; font-size:1.8em;}
h3 {font-family: 'Graduate', sans-serif; font-size:1.6em;}
h4 {font-size:1.4em;}
h5 {font-size:1.35em;}
h6 {font-size:1.3em;}

p, address {font-size:1.3em;padding-bottom:0.5em;padding-top:0.5em;line-height:1.4em; }
strong {font-weight:bold;}

/*
	2. Header
*/
h1#logo{
	width: 263px;
	height: 321px;
	font-size: 0px;
	float: left;
	background: url(images/logo.png) no-repeat;
}

/*
	2a. Menu
*/
#main ul{
	font-family: Graduate, sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin: 10px auto 25px;
	text-transform: uppercase;
}
#main ul li{
	display: inline;
	line-height: 25px;
	margin: 	auto 10px auto auto;
}
#main ul li a{
	color: #bd0926;
	text-shadow: 1px 1px 1px #CCC;
     filter: dropshadow(color=#CCC, offx=0, offy=0);
	text-decoration: none;
}
#main ul li a:hover, #main ul li.current-menu-item a{
	color: #000;
}

nav#main {
float: left;
}
#social {
float: right;
line-height: 68px;
}
#social img {
width: 32px;
}
/*
	3. Footer
*/
footer{
	width: 100%;
	min-height: 193px;
	background: url(images/muppets.jpg) no-repeat bottom center;
}
footer div#sub-footer{
	width: 960px;
	margin: auto;
	z-index: 999;
	padding-top: 85px;
}
footer #sub-footer ul{
	text-align: center;
}
footer #sub-footer p{
	text-align: center;
}
footer #sub-footer #copyright{
	font-size: 1em;
}
footer #sub-footer #copyright a:link, footer #sub-footer #copyright a:visited, footer #sub-footer #copyright a:active{
	color: #000;
}
footer #sub-footer #copyright a:hover{
	color: #bd0926;
}
footer ul li{
	display: inline;
	margin: auto 5px;
	font-size: 1.2em;
	color: #000;
}
footer ul li a:link, footer ul li a:visited, footer ul li a:active{
	color: #000;
	text-decoration: none;
}
footer ul li a:hover, footer ul li.current-menu-item a{
	color: #bd0926;
	text-decoration: underline;
}

/*
	4. Content
*/
#container{
	width: 100%;
	height: 100%;
	margin: auto;
	/*/background: url('images/muppet-left.png') no-repeat bottom left;*/
}
#page{
	width: 960px;
	margin: auto;
}
#content{
	width: 460px;
	float: left;
	font-size: 1.2em;
	line-height: 25px;
}
.comments-template h3{
	color: #bd0926;
}
#content.fullwidth{
	width: 960px;
}
#content img.left{
	margin-right: 15px;
}
#content h1{ color: #bd0926;}

/*
	5. Asides
*/
span.separator{
	display: block;
	margin: 5px auto;
}
aside.left, aside.right{
	width: 215px;
	float: left;
}
aside.left{
	margin-right: 35px;
}
aside.right{
	margin-left: 35px;
}

aside.left h1{
	font-size: 1.5em;
	line-height: 1.3em;
	color: #bd0926;
	text-transform: uppercase;
	font-family: Graduate, sans-serif;
	margin-bottom: -10px;
}
aside.left p{
	margin: -5px auto;
}
aside.left img{
	margin: 5px auto;
}
aside.left time{
	font-size: 1em;
	font-family: Graduate, sans-serif;
	font-weight: bolder;
}
aside.left div.news{
	margin-bottom: 15px;
}

/*
	6. Contact
*/
body.page-template-contact-php form{
	width: 100%;
}
body.page-template-contact-php span input{
	float: right;
}
body.page-template-contact-php textarea{
	width: 100%;
}
body.page-template-contact-php input[type=submit]{
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
	width: 25%;
	height: 35px;
	font-family: Graduate, sans-serif;
	font-size: 1.2em;
	color: white;
	border: none;
	cursor: pointer;
}
body.page-template-contact-php input[type=text],body.page-template-contact-php input[type=email]{
	height: 20px;
	line-height: 20px;
	display: inline-block;
}
/*
	7. News
*/
body.page-template-news-php #content{
	width: 960px;
}
body.page-template-news-php #content .post{
	margin-bottom: 10px;
	padding: 10px 0px;
	border-bottom: 1px solid #DDD;
}
body.page-template-news-php #content img.attachment-post-thumbnail{
	float: left;
	margin-right: 10px;
}
body.page-template-news-php #content .post .post-content h2{
	font-family: Graduate, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	color: #bd0926;
}
body.page-template-news-php #content .post .post-content h2 a:link,
body.page-template-news-php #content .post .post-content h2 a:visited,
body.page-template-news-php #content .post .post-content h2 a:active{
	color: #bd0926;
	text-decoration: none;
}

/*
	8. Guests
*/
.page-template-guests-php #content{
	padding-bottom: 50px;
}
div.guest{
	width: 232px;
	height: 185px;
	background-color: #000;
	float: left;
	margin: 10px 10px auto auto;
}
div.guest.no-margin{
	margin-right: 0px;
}
div.guest img{
	width: 232px;
	height: 150px;
}
div.guest h2{
	font-size: 1.4em;
	text-transform: uppercase;
	padding: 0px 5px;
	color: white;
}
div.guest h2 a:link, div.guest h2 a:visited, div.guest h2 a:active{
	color: white;
	text-decoration: none;
}
/*
	9. Crew
*/
body.page-template-crew-php div#content{
	padding-bottom: 50px;
}
div.crew{
	width: 200px;
	height: 250px;
	float: left;
	margin: 25px 53px auto auto;
}
div.crew.no-margin{
	margin-right: 0px;
}
div.crew img{
	width: 200px;
	border: 1px solid #DDD;
	box-shadow: 0px 3px 5px #888;
}
div.crew h2{
	font-family: Graduate, sans-serif;
	font-size: 1.4em;
	color: #bd0926;
	text-align: center;
}
div.crew a:link, div.crew a:visited, div.crew a:active{
	color: #bd0926;
	text-decoration: none;
}
body.single-muppet #content{
	padding-bottom: 50px;
}
body.single-muppet #content h1{
	font-family: Graduate, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}
body.single-muppet #content h1 a:link, 
body.single-muppet #content h1 a:visited, 
body.single-muppet #content h1 a:active{
	color: #bd0926;
	text-decoration: none;
}
body.single-muppet #content img.wp-post-image{
	max-width: 256px;
	max-height: 300px;
	border: 1px solid #DDD;
	box-shadow: 0px 3px 5px #888;
	float: left;
	margin-right: 10px;
}

/*
	10. Videos
*/
body.page-template-videos-php #content{
	padding-bottom: 50px;
}
body.page-template-videos-php #content .video{
	margin: 15px auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #DDD;
}
body.page-template-videos-php #content .video iframe{
	float: left;
	margin-right: 15px;
}
body.page-template-videos-php h2{
	font-family: Graduate, sans-serif;
	font-size: 1.6em;
	color: #bd0926;
	text-transform: uppercase;
}
body.page-template-videos-php .video_site_url:link,
body.page-template-videos-php .video_site_url:visited,
body.page-template-videos-php .video_site_url:active{
	color: #bd0926;
	font-size: 1.2em;
}
body.page-template-videos-php .video_site_url:hover{
	color:black;
}

/*
	11. Merch
*/
.page-template-merchandising-php #content {
	padding-bottom: 50px;
}
.page-template-merchandising-php #content .merch img{
	width: 300px;
	border: 1px solid #DDD;
}
.merch .product{
	width: 300px;
	float: left;
	margin-right: 20px;
}
.merch .product h2,
.merch .product h2,
.merch .product h2{
	font-family: Graduate, sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	text-decoration: none;
	color: #bd0926;
}
.product p{
	text-align: right;
}
.product p span.price{
	font-family: Graduate, sans-serif;
	color: #888;
}
.product p a.order:link,
.product p a.order:visited, 
.product p a.order:active{
	padding: 10px;
	line-height: 35px;
	border: 1px solid #bd0926;
	background-color: #EFEADE;
	color: #444;
	text-decoration: none;
	margin: auto 0px auto 10px;
}
.product p a.order:hover{
	color: #bd0926;
}
/*
	12. Pagination
*/
.page-numbers{
	margin-top: 25px;
	text-align: center;
}
.page-numbers li{
	display: inline;
	font-family: Graduate, sans-serif;
	font-size: 1.2em;
}
.page-numbers li a:link, .page-numbers li a:visited, .page-numbers li a:active{
	color: black;
}
.page-numbers li a:hover, .page-numbers li span.current{
	color: #bd0926;
}