/*

Theme Name: BFleischmann

Theme URI: http://www.bfleischmann.com

Description: Theme of BFleischmann.com

Author: nhernandez
Author v2: Fabian Lehner fl@makonis.net

Version: 2.0

Tags: grey


*/

@import url(http://fonts.googleapis.com/css?family=Rokkitt:400,700);



img{
	border: none;
}

html, body {
    height:100%;
    margin:0;
    padding:0;
}

html {
	background: url('img/bg.jpg') 100% 100% fixed;
	font-family:Rokkitt, Georgia, serif;
}

body{
	color:#2d2b2a;
}

#wrapper {
    position:relative;
    min-height:100%;
    padding:0 1em;
	box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
}


.more{
	font-family: Rokkitt, Rockwell, Georgia;
	font-size:13px;	
	color: #E86D10;
}



a {
	color: #2d2b2a;
	text-decoration: none;
	font-family: Rokkitt, Rockwell, Georgia, "Times New Roman", Times, serif/*
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
		filter: alpha(opacity=60);*/
	border:none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
    transition: .5s;
}

a:hover{
    opacity:0.6;
}

h1, h2, h3, h4 {
    margin: 0;
}

h1, h2 {
    text-shadow: 0 0 0.2em rgba(45, 43, 42, 0.4);
}

h2, h3, h4 {
    font-family: Rokkitt, Rockwell, Georgia;
    margin-bottom: 0.5em;
    color: #fff;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

ul {
    padding:0;
    margin:0;
}

/* CENTERATIONS ;-) */

.menu, .content, .footer>* {
    max-width: 880px;
    margin: 0 auto;
}



/* FOOTER */



.footer{
    width:100%;
    height:100px;
    position:absolute;
    left:0;
    bottom:0;
	border-top: solid 1px rgba(45, 43, 42, 0.1);
	background: rgba(45, 43, 42, 0.05);
}

.footer .wrapper {
    position:relative;
    height:100%;
    overflow:hidden;
    padding:0 2em;
}

.footer li{

	margin-right: 5px;
	float: right;
	list-style: none;

}

.footer div .social{

}


/* MENU */

.menu{
    font-weight:bold;
    padding:3em 0 1.8em 0;
}

.menu .logo{
	font-size: 30px;
	color: #ffffff;
}

.menu ul{
    max-width:675px;
    margin:0.5em 0;
    padding:0;
    text-align:right;
}

.menu li{
    display:inline-block;
	font-size: 19px;
	color: #2d2b2a;
	margin-left: 20px;
	list-style: none;
}



.menu li .active{

	color: #e86d10;
}



.menu .dottedline{

	background: url('img/dot.gif') repeat-x;
	width: 3000px;
	height: 1px;
	position: relative;
	left: -2800px;
	top: 18px;
	opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
}

/* BOX */

.content {
    overflow: hidden;
	min-height: 425px;
	padding-bottom: 160px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2d2b2a;
}



.notready{

	font-family: Rokkitt, Rockwell, Georgia; 
	font-size: 15px; 
	color: #2d2b2a;	

}


.content a:link{

	color: #e86d10;
	text-decoration: underline;
	border:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}

.content a:hover{

	color: #e86d10;
	text-decoration: underline;
	/*opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);*/

}

.content a:href{

	color: #e86d10;
	text-decoration: none;

}

.content a:visited{

	color: #e86d10;
	text-decoration: none;

}

.box img, .box .video-container {
    display:block;
    width:100%;
    height:auto;
    margin-bottom:1em;
    margin-right:3.2733224%;
}

.content .desc{
	margin-top: 5px;
	line-height: 17px;

}

.content .little{
	font-size: 12px;
}

.content .credits{
	font-size: 11px;
	line-height: 13px;
}

/* Content BOX */


.box{
	padding: 1em 4%;
	margin-bottom: 1em;
	overflow:hidden;
	border:dotted 1px rgba(159, 159, 159, 0.6);
}

.box:last-child {
    margin-bottom: 0;
}

.box h2{
	font-size: 13px;
	font-weight: bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #e86d10;
	text-shadow:none;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

/* BOX */



.contactboxheader{

	background: url('img/contactbox-top.png') no-repeat;
	width: 401px;
	height: 5px;

}

.contactboxfooter{

	background: url('img/contactbox-bottom.png') no-repeat;	
	width: 401px;
	height: 5px;

}

.contactbox{
	padding: 20px 26px 20px 26px;	
	background: url('img/contactbox-bg.png') repeat-y;
	width: 349px;
	height: 251px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #2d2b2a;
	overflow: hidden;
}

.eventbox{
	padding: 20px 26px 20px 26px;	
	background: url('img/contactbox-bg.png') repeat-y;
	width: 349px;
	height: auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #2d2b2a;
	overflow: hidden;
}
.releaseboxheader{

	background: url('img/releasebox-top.png') no-repeat;
	width: 675px;
	height: 5px;

}

.releaseboxfooter{
	background: url('img/releasebox-bottom.png') no-repeat;	
	width: 675px;
	height: 5px;
}

.releasebox{
	padding: 20px 26px 20px 26px;	
	background: url('img/releasebox-bg.png') repeat-y;
	width: 623px;
	height: auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #2d2b2a;
	overflow: hidden;
}


.content .container{
	padding:4px;
	margin-bottom:1em;
	background:rgba(255, 255, 255, 0.3);
}



/* EVENTS */

.content .events a {
    display:block;
}

.content .eventsstart article {
    border-top:dotted 1px rgba(45, 43, 42, 0.6);
}

.content .events h2, .content .events .archive { /* archive grouping */
    clear:left;
}

.content .events .date{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
}

.content .events .date span{

	color: #fff;
	font-size: 11px;
	font-weight: bold;	
}

.content .events .venue{

	font-size: 12px;
	font-style:italic;
}

.content .events .venue:before{
    content:'';
    background:url('img/location.png') no-repeat;
    padding-right:10px;
	margin-right: 5px;
}

.content .events a {
	color: #2d2b2a;
	text-decoration: none;
}

/* Events archive */
.content .events .archive p {
    padding: 1em;
    background: rgba(45, 43, 42, .05);
}

/* EVENTS Seite */


.content .events.detail article {
	width: 160px;
	height: 120px;
	overflow: hidden;
	float: left;
	margin-left: 15px;
	margin-bottom: 20px;
	line-height: 16px;
	padding: 12px;
	background: rgba(45, 43, 42, 0.05);
}



/* RELEASES */


.content .releases{
	float: left;
	margin-left: 2%;
	margin-bottom: 20px;
}

.content .releases a {
	color: #2d2b2a;
	text-decoration: none;/*
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);*/
	border:none;
}

.releases .categories {
    height: 1.2em;
    font-size: 1.2em;
    font-family: Rokkitt, Georgia, serif;
}

.releases .categories li {
    display:inline;
}

.releases .categories li + li:before {
    content: ' | ';
}


.releasebox .cover{
	float: left;
	margin-right: 20px;
}

.releasebox .txt{
	float: left;
	width: 300px;
}
.releasebox h1{

	font-size: 13px;
	font-weight: bold;
	text-shadow:none;
	color: #e86d10;

}
.releasebox .little{
	font-size: 12px;
}

.releasebox .credits{
	font-size: 11px;
	line-height: 13px;
}

.subnavi {
	text-align: right;
	margin-bottom: 30px;
}

.subnavi li {
    display: inline;
    list-style: none;
}

.subnavi li + li:before {
    content: ' | ';
}


/* PROJECTS */


.projects {
}

.projects .category {
    overflow:hidden;
    margin-bottom:1em;
}

.projects article {
    padding:1.5%;
    margin-bottom:1em;
	background: rgba(45, 43, 42, 0.05);
}



/* BIG SCREEN STYLES */
@media only screen and (min-height: 700px) {
    .menu {
        padding:6.5em 0 4em 0;
    }
}

@media only screen and (min-width: 400px) {
    .box img, .box .video-container {
        float:left;
        width:61.2111293%;
        margin-top:-16px;
    }
       
    .box h2 {
        margin-left:64.48442%;
    }
    
}

@media only screen and (min-width: 500px) {
    .menu .logo {
    	margin-left: 22.7272727%;
    }
    
    .footer .contact, .footer ul {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .footer .contact {
        float:left;
    }

    .footer ul {
        margin:0;
        float:right;
    }
    
    .projects article {
        float:left;
        width:28%;
        margin-right:2%;
    }
}

@media only screen and (min-width: 700px) {
    
    /* HOME */
    .content .container {
        width: 75.5681818%;
	    float: left;
	    overflow: hidden;
	    padding: .4545455%;
    }
    
    .content .eventsstart {    
	    width: 19.3181818%;
	    float: left;
	    margin-left: 3.4090909%;
    }
}

