@charset "UTF-8";
/* CSS Document */
/*style sheet alleen voor de home page van het twiske theater voor volwassenen*/ 
body {
	background-color: #222222;
}

a {
	text-decoration: none;
}

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

.body {
	margin: 0 auto;
	width: 90%;
	clear:both;
}

img {
	border-img: none;
	overflow: hidden;
}

header, nav, article, footer {
	display: block;
}
/*tekst voor inhoud*/
p {
    font-family: "Merriweather Sans", sans-serif;
	color: #fffefb;
	font-size: 0.8 em;
	/*text-transform: lowercase;*/
}

/*artiestennaam in showtime*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fffefb;
	margin-top: 30px;
	font-size; 8px;
}

/*twiske theater roze*/
h2 {
	color: #FF31A1;
	text-transform: uppercase;
	font-family: 'Merriweather Sans', sans-serif;
	/*text-align: center;*/
	letter-spacing: 0.3em;
	font-size: 120%;
	font-weight: bolder;
        /*padding-top: 2%;*/
	padding-bottom: 4%;	
}

/*kopteksten wit*/
h3 {
	color: #fffefb;
	text-transform: uppercase;
	font-family: 'Merriweather Sans', sans-serif;
	letter-spacing: 0.3em;
	font-size: 100%;
        padding-bottom: 4%;	
}

/*adres en telefoonnummer wit*/
h4 {    
    color: #fffefb;
	font-family: 'Merriweather Sans', sans-serif;
	/*text-align: center;*/
    letter-spacing: 0.2em;
	font-size: 80%;
	padding-top: 4%;
	/*padding-bottom: 2%;*/
}

/*datum en email goud*/
h5 {
	color: #EBD394;
	font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
	font-size: 80%;
	padding-top: 2%;
}

header {
	height: auto;
	margin-top: 2%;
	margin-bottom: 2%;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #fffefb;
	border-right-color: #fffefb;
	border-left-color: #fffefb;
}

header #logo {
	width: 100%;
	height: auto;
	text-align: center;
}

header #gallery {
	display: none;
	
}
#gallery img {
	display: none;
}

nav {
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fffefb;
	border-bottom-color: #fffefb;
	border-left-color: #fffefb;
	margin-bottom: 3%;
	background: -prefix-linear-gradient(left, #111111, #fffefb, #111111) no-repeat;
	background: linear-gradient(to right, #111111, #fffefb, #111111) no-repeat;
	background: -webkit-linear-gradient(left, #111111, #fffefb, #111111) no-repeat;
	background: -moz-linear-gradient(left, #111111, #fffefb, #111111) no-repeat;
}
	
#content {
	width: 104%;
	float: left;
	margin-bottom: 2%;
}

#content img {
    width: 47%;
	margin-top: 2%;
	margin-left: 0%;
    margin-right: 2%;
}
/*start rechterkolom*/
#top-sidebar {
	display: none;
	float: left;
}

#second-sidebar {
	width: 100%;
	float: left;
	display: block;
	/*margin-left: 26.2%;*/
        text-align: center;
        /*padding: 3.5% 1.75% 3.5% 1.75%;*/ 
}
#middle-sidebar {
	display: none;
	float: left;
}

#bottom-sidebar {
	display: none;
	float: left;
}

/*lijn met home image*/
#home {
	width: 100%;
	float: left;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #fffefb;
	margin-bottom: 2%;
}

#home img {
    float: right; 
}

footer {
	display: none;
}




/* Tabletlay-out: 481 px tot 769 px. Neemt stijlen over van: mobiele lay-out. */

@media only screen and (min-width: 481px) {

#content img {
	width: 31.5%;
    margin-top: 0%;
    margin-bottom: 0.8%;
	margin-left: 0%;
    margin-right: 0.8%;
}		
}


/* Bureaubladlay-out: 770 px tot maximaal 1232 px.  Neemt stijlen over van: mobiele lay-out en tabletlay-out. */

@media only screen and (min-width: 1025px) {

.body {
        min-width: 1000px;
        max-width: 1000px;
}
header {
	width: 99%;
	display: block;
	float: left;
}
header #logo {
	width: 32%;
	float: left;
	display: block;
	text-align: center;
	margin-top: 3%;
}
header #gallery {
	width: 68%;
	float: right;
	display: block;
}

#gallery img {
	width: 100%;
    display: block;
	margin: 0px;
	padding: 0px;
}

nav {
    width: 99%;
    float: left;
    height: auto;
}

#content {
	width: 69%;
    min-height: 500px;
	float: left;
}
/*start rechterkolom*/
#top-sidebar {
	width: 21.5%;
	float: left;
	display: block;
	margin-left: 5%;
    border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #fffefb;
	text-align: center;
    padding: 2.5% 1.75% 2.5% 1.75%; 	
}

#second-sidebar {
	width: 21.5%;
	float: left;
	display: block;
	margin-left: 5%;
    border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #fffefb;
    text-align: center;
    padding: 3.5% 1.75% 3.5% 1.75%; 	
}

#middle-sidebar {
	width: 20%;
	float: left;
	display: block;
	margin-left: 5%;
	margin-bottom: 1%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #fffefb;
	text-align: center;
    padding: 2.5%;	
}

#bottom-sidebar {
	width: 21.5%;
	float: left;
	display: block;
	margin-left: 5%;
	margin-bottom: 0.5%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #fffefb;
	padding: 2.5% 1.75% 2.5% 1.75%;
}

footer {
	width: 99%;
	float: left;
	display: block;
    border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fffefb;
	border-bottom-color: #fffefb;
	border-left-color: #fffefb;
	margin-bottom: 2%;
}

}
