/*------------------------------------------
--------------------------------------------
Responsive Coding
--------------------------------------------
Includes:
All code edits to make it into a responsive
theme that works on mobile devices.
--------------------------------------------
------------------------------------------*/


/*------------------------------------------
     1050px Media
------------------------------------------*/
@media only screen and (max-width: 1050px), only screen and (max-device-width: 1050px) {

.mobilehide {
	display:none;
}

.title {
	display:none;
}

.welcomemessage {
	display:none;
}

.header {
	display:none;
}

.sicons {
	display:none;
}

#wrapper{
        margin:0 auto;
        width: 100%!important;
        margin-top:0px;
}

#container{
        overflow:hidden;
        z-index:1; 
        width:100%!important;
        margin:0 auto;
}
}

/*------------------------------------------
     1024px Media
------------------------------------------*/
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

.mobile {
        display:block;
}

.contenttitle a:link { 
	font-size:20px;
        line-height:20px;
}

.author {
        display:none;
}

.source {
        display:none;
}

#wrapper{
        margin:0 auto;
        width: 100%!important;
        margin-top:0px;
}

#container{
        overflow:hidden;
        z-index:1; 
        width:100%!important;
        margin:0 auto;
}

#footer {
display:none;
}

.navigation a:link {
        background-color:transparent!important;
        border-bottom: 0px solid #3b3b3b!important;
}

.navigation a:hover {
        background-color:transparent!important;
        border-bottom: 0px solid #3b3b3b!important;
}

.navigation a:active {
        background-color:transparent!important;
        border-bottom: 0px solid #3b3b3b!important;
}

.navigation a:visited {
        background-color:transparent!important;
        border-bottom: 0px solid #3b3b3b!important;
}

.navigation {
        font-family: 'Roboto', sans-serif;
        font-weight: 400!important;
        font-size: 13px;
        text-transform:uppercase;
        letter-spacing:1px;
        text-align:center;
        line-height:25px;
        padding-top:0px;
}

.navigation ul{
}

.navigation li{
        display:block;
        padding:8px;
        border-bottom: 0px solid #3b3b3b;
}

.bottominfo {
        line-height:30px;
        display:block;
}
}



/*------------------------------------------
     650px Media
------------------------------------------*/
@media only screen and (max-width: 650px), only screen and (max-device-width: 650px) {
.navigation ul{
}

.navigation li{
        display:block;
        padding:8px;
        border-bottom: 0px solid #3b3b3b!important;
}
}

/*------------------------------------------
      Changing a couple of basic cpg codes
------------------------------------------*/
#cpg_logo_block_logo img {
    max-width: 100%;
    width: 100%!important;
    height: auto!important;
}

.thumbnail {
    max-width: 12vw!important;
    height: auto;
}

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



/*------------------------------------------
      600px width media
------------------------------------------*/

@media all and (min-width: 600px) {
    .thumb_title,.thumb_caption,.thumb_filename,.thumb_num_comments {
    font-size: 80%!important;
   }
   .tableh1 {
    font-size: 1vw!important;
   }
    #tabsMenu .navmenu a {
    display: block!important; 
    }
    #tabsMenu .navmenu span {
    display: block!important; 
    }
    .tableb {
    padding: 3px 10px!important;
    }
    .catrow_noalb table,.catrow table  {
    font-size: 12px!important;
    }
}

@media all and (min-width : 0px) and (max-width : 600px) {
    .thumb_title,.thumb_caption,.thumb_filename,.thumb_num_comments {
        font-size: 70%!important;
    }
    .tableh1 {
    font-size: 70%!important;
    }
    #tabsMenu .navmenu a {
    display: none!important; 
    }
    #tabsMenu .navmenu span {
    display: block!important; 
    }
    .tableb {
    padding: 1px 1px!important;
    }
}


/*------------------------------------------
      350px width media
------------------------------------------*/

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




/*------------------------------------------
      Misc
------------------------------------------*/
.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;
}
.statlink h2 {
    font-size: 15px!important;
}

.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;
}

.navmenu {
    font-size: 1.5vw!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;
}