html {
    height: 100%;
}
body {
    min-height: 100%;
	padding: 0;
        margin: 0;
        background-color:red;
        	font: 12px/1.4 Helvetica, Arial, sans-serif;
	font-weight: normal;
        background: url('../resource/channel7_bg.jpg') no-repeat center center fixed; 
            -moz-background-size: cover;
     -webkit-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}

.header_pannel {
		position:relative;
		margin:0 auto;
		border-top: 6px solid #7C0053; /*color: #906;*/ 
                height: 120px;	
                max-width:900px;
}
.header {
		width:100%;
		float:left;
		background: url('../resource/c7header_bg.gif') repeat-x;
		background-color: #222;
		color: #FFF;
		border-bottom: 1px solid #7C0053; /*color: #906;*/                 
}

img.facebook
{
	margin-top:  10px;
        margin-right:10px;
}

#container {
		width: 100%;
		float:left;
}

#container a, #container a:link 		{ color: #7C0053; /*color: #906;*/  text-decoration: none; }
#container a:visited 					{ color: #7C0053; /*color: #906;*/  }	
#container a:focus, #container a:hover 	{ color: #7C0053; /*color: #906;*/  text-decoration: underline;}
#container a:active 					{ color: #7C0053; /*color: #906;*/  }

.wrap_container {
		position:relative;
		margin:0 auto;
		width: 900px;
		min-height: 400px;
		background-color: #FFF;
		color: #222;
		border-bottom: 1px solid #7C0053; /*color: #906;*/ 
}

#footer {
		width:100%;
		float:left;
		font: 11px 'Homenaje', Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 400;
                margin:0px;
                padding:0px;
}

.wrap_footer {
		position: relative;
		margin: 0 auto;
		width: 900px;
		background-color: #222;
		color: #FFF;
		padding: 10px;
		opacity: 0.5;
		filter: alpha(opacity=50); /*for ie8 and before */
}

.highlight {
		color: #AAA;
		text-transform: uppercase;
		letter-spacing: 1px;
		
}

.highlight a, .highlight a:link 		{ color: #AAA; text-decoration: none; }
.highlight a:visited 					{ color: #7C0053; /*color: #906;*/  }	
.highlight a:focus, .highlight a:hover 	{ color: #7C0053; /*color: #906;*/  text-decoration: none; border-bottom: 1px dotted #906; cursor: pointer;}
.highlight a:active 					{ color: #7C0053; /*color: #906;*/  }


#flashcontent {
  height: 600px;
  background-color: #181818;
}

/* Page Navigation*/

#page_nav_box {
	width: 100%;
	position: relative;
	font: 11px Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-weight: normal;
	float: left;
	text-align: center;
  height: 30px;
  vertical-align: top;
  background-color: #181818;
}


#page_nav_box a, #page_nav_box a:link, #page_nav_box a:visited {
	color: #F2EFE7;
	text-decoration: none;
	border: 1px solid #F2EFE7;
	padding: 5px;
}

#page_nav_box a:focus, #page_nav_box a:hover {
	color: #F2EFE7;
	text-decoration: none;
	background: #7C0053;
	border: 1px solid #F2EFE7;
}

#page_nav_box a.active {
	color: #FFF;
	text-decoration: none;
	background: #7C0053;
	border: 1px solid #F2EFE7;
}


.PhotoGallery_Production
{
  color: #FFF;
	text-decoration: none;
  font: 12px Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-weight: normal;
}
.PhotoGallery_Photos
{
  color: #0375CD;
	text-decoration: none;
  	font: 12px Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-weight: normal;
}

.img-gallery
{
  width: 180px;
	height: 180px;
  border: none;
	padding: 0;
  margin-top:0;
  margin-bottom:10px;
  margin-right:0;
  margin-left:0px;
  border-radius: 7px;
}


.roundme{
  	width: 180px;
	height: 180px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/gallery/misc/round.png) no-repeat;
}

.roundme-sm{
  	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/gallery/misc/round.png) no-repeat;
}


/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
/*    margin: 10px;
    display: block;
    
    max-height:700px;*/
}


/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
    font-size: 2em;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* 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;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.tall
{
    
    height:100%;    
    background-color:pink;
}
