<!-- 

/*										"Index V2.0 Compatible"

################################################
###                                          ###
###  Page   : default_layout.css             ###
###                                          ###
###  Module :                                ###
###                                          ###
################################################


***********************
***  VERSION 1.0.0  ***
***********************


(C) 2008 - Modularware
www.modularware.com
email: support@modularware.com


module_schemes.css 
----------------
Default layout for template T-1000


Page Location
---------------------------------


Dependant files required:
---------------------------------
None

*/

/*######################
###  GLOBAL SCHEMES  ###
######################*/
/*
body {
	/*text-align:center;*/
/*	padding:0;
	border:0;
	margin:0;
}


/***********
** FRAMES **
***********/

.page_wrapper {
	/*display: flex;
	flex-flow: row wrap;*/
	/*max-width:800px;	*/
}


header, nav, footer {
	flex: 1 100%;
}


main {
    margin: 0 auto;
    padding: 1em;
max-width:800px;
}
aside {
flex-grow: 1;
flex-basis: 33%;
}
...
@media only screen and (min-width: 320px) {
aside {
display: none;
}
section.showslisting {
}
.showdescription {
display: none;
}
}
…
@media only screen and (min-width: 992px) {
aside {
display: block;
}
section.showslisting {
}
.showdescription {
white-space: normal;
width: 125px;
}
}



section.showslisting {
display: flex;
flex-wrap: wrap;
flex-direction: row;
margin-bottom: 25px;
}
section.tvshow {
width: 125px;
height: auto;
}


















#divPage {
	position:relative;
	margin:0 auto;
	top:0px;
	width:800px;
	/*padding:10px;
	/* background-color:#CC99FF; /*purple*/
}

.divMainFrame {
	position:relative;
	margin: 0 auto;
	width : 650px ;
	/* background-color:#003366; /* Dark Blue */
}


#divHeader {
	position:relative;
	top:10px;
	left:0;
	width:100%;
	/*height:100%;*/
	padding:0;
	margin:0;
	border:0;
	text-align:center;
	/*background-color:#CCFF00;*/
}

#divContent {
	position:relative;
	/*top:70px;*/
	top:20px;
	left:0px;
	width:100%;
	/*height:100%;*/
	padding:0;
	/* background-color:#CCFF00; /* Light Green */
}


.divFloatLeft {
	float:left;
	position:relative;
	/*margin-right:20px;*/
	/*margin-top:10px;*/
	margin:10px 10px 10px 0px;
}


.section {
	display:block;
	width:100%;
}



.divMenuFloat {
	float:left;
	width:48%;
	border:1px solid #999999;
	/*position:relative;*/
	/*margin-right:20px;*/
	/*margin-top:10px;*/
	margin:10px 6px 50px 7px;
	padding: 10px;
	font-size:small;
}


.divFloatRight {
	float:right;
	position:relative;
	margin-left:10px;
	margin-top:10px;
	margin:10px 0px 10px 10px;
	
}

.Center {
	text-align:center;
}




/**************
*** Gallery ***
**************/


div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
	height:305px;
	
	
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
	vertical-align: middle;
	display: inline-block;
}

div.desc {

    padding: 10px;
	vertical-align: middle;
    text-align: center;
	font-family: cursive, fantasy, serif;
	font-size:medium;
}


.album_photo {
	width: 180px;
	height: 240px;
	background-color:#CCCCAA;
	
}

.align_block {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}









/****************
*** SlideShow ***
****************/


* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;margin:0}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color:#666666;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.slide_text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  /*width: 100%;*/
  text-align: center;
  background-color:#666666;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  background-color:#666666;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


#divGalleryModalPhoto {
	display:none;
	margin: auto;
	position:fixed;
	left:0;
	right:0;
	height:100%;
	width:100%;
	background-color:#CCCCAA;
	z-index:1;
	/*visibility:hidden;*/
	
	/*position: relative;*/
	/*max-width: 100%;*/
	/*max-height: 100%;*/
}



#divGalleryModalPhoto img{
margin:0;
position:absolute;
top:50%;
left:50%;
transform: translate(-50%, -50%);
max-height:100%;
max-width:100%;

}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}





/****************
***  GALLERY  ***
****************/

.divGalleryItem {
    margin: 5px;
    /*border: 1px solid #ccc;*/
    float: left;
    width: 205px;
	height:270px;
	overflow:hidden;
	background-color:#EEEECC;
	border-style: double;
	border-color: #ccc;
	
}

.divGalleryItem:hover {
    /*border: 1px solid #777;*/
	border-style: double;
	border-color: #777;
	
}

.divGalleryItem img {
    /*width: 100%;*/
   /* height: auto;*/
   	max-width: 100%;
   	max-height: 100%;
	vertical-align: middle;
	display: inline-block;
	cursor:pointer;
}

.divGalleryCaption {
    padding: 5px;
	vertical-align: middle;
    text-align: center;
	font-family: cursive, fantasy, serif;
	font-size:medium;
	overflow:hidden;
	
}


.divGalleryImage {
	width: 205px;
	height: 205px;
	/*background-color:#CCCCAA;*/
	background-color:#EEEECC;
	text-align:center;
	border-bottom: 1px solid #ccc;
	
	
}

.spanAlignBlock {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}




/*
.h3Link {
	color: #0066FF;
	text-decoration: underline;
}

.h3Link a{
	color:#000000 ;
	text-decoration: none;
}

.h3Link a:visited {
	color: #0066FF;
	text-decoration: none;
}

.h3Link a:hover {
	color:#000000 ;
	text-decoration: underline;
}
*/




-->