.show-menu,
.navigation input[type=checkbox] {
	display: none;
}

.navigation input[type=checkbox]:checked ~ #menu {
	display: block;
}

@media (max-width : 959px) {
    /*Make dropdown links appear inline*/
	.navigation ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	.navigation li {
		margin-bottom: 1px;
		border-bottom: #e6e6e6 2px solid ;
	}
	
	/*Make all menu links full width*/
	.navigation ul li, .navigation li a {
		width: 100%;
		text-align:left;
		font-size: 16px;
		padding: 5px 0 5px 5px;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}

.title {
display: block;
		float: none;
		font-size: 2em;
		line-height: 1;
		padding: 20px 3%;
		text-align: center;
color:#333;
}

#container {
		max-width:98%;
	}
	
#wrapper {
		max-width:98%;
	}

#header {
		height: auto;
		background: none;
	}
	
#film {
	width: 100%!important;
}

#film .thumb a:link {
	width: 100%!important;
}

.tape {
	width: 100%!important;
	height: 100%!important;
	margin-left: 0!important;
}

#voting_title {
   line-height:25px;
   font-size:18px;
}
}

.albumName,
.thumbsAdmin {
    float: left;
	padding: 0.5%;
	margin: 0px;
}
.sortorder_cell {
    float: right;
}
#formcell {
    float: left;
}
.thumbnail,
.catrow_noalb img,
.catrow img {
    max-width: 12vw!important;
    height: auto!important;
}

.thumb_title,
.thumb_caption,
.thumb_filename,
.thumb_num_comments {
    max-width: 12vw!important;
}

.strip_image {
    max-width: 10vw!important;
    height: auto;
}

#film {
    width: 100%!important;   
}

#film .thumb a:link  {
    width: 100%!important;
}

.tape  {
    width: 100%!important;
    height: 100%!important;
    margin-left: 0px!important;
}

.remove {
    display: none!important; 
}

.display_media .image {
    max-width: 70vw!important;
    height: auto;
}
#picinfo {
    width: 100%!important;
    overflow: scroll;
}

.sortorder_cell img,.thumb_caption_rating img,#comments img {
    max-width: 2vw!important;
    height: auto!important;
}

#comments #captchaImg img{
    max-width: 25vw!important;
    height: auto!important;
}

.comment_date {
    font-size: 1.4vw!important;
}

.navmenu img,.buttonlist img {
    max-width: 2.5vw!important;
    height: auto;
}
.buttonlist ul li a span {
    height: 2vw!important;
    line-height: 2vw!important;
}
.buttonlist ul li a{
    font-size: 1vw!important;
}

@media all and (min-width : 0px) and (max-width : 500px) {
    .catrow_noalb table,.catrow table  {
    font-size: 80%!important;
    }
    

	.statlink h2 {
    font-size: 3.5vw!important;
    }
	body {
	padding: 0px!important;
	}
	.tableb {
	padding: 0px!important;
    }
	.buttonlist ul li a span {
    height: 3vw!important;
    line-height: 2vw!important;
    }
   .buttonlist ul li a{
    font-size: 3vw!important;
    }
   .navmenu img,.buttonlist img {
    max-width: 3vw!important;
    height: auto;
   }
   .navmenu {
    font-size: 14px;
   }
	.tableh2 {
    padding: 5px;
    line-height:normal;
    }
	.tableh1 {
    font-size: 16px;
	padding:  0px 2px 10px 0px!important;
    }
	.thumbnails {
	padding: 10px!important;
	}
	.thumbsAdmin .admin_menu {
	margin: 2%!important;
    } 
	.thumbsAdmin a {
	font-size: 2.5vw!important;
    } 
}

@media (max-width: 1119px) and (min-width: 960px) {

#container {
		max-width:99%;
	}
	
		#wrapper {
		max-width:99%;
	}
}