﻿/* -------------------------------------------------------------- */
/* 2401.css, revised : 29 June 2010                           */
/* -------------------------------------------------------------- */



/* dummy to avoid parse error during validation */
#dummy {}

/*   _______________________________________________              */
/*   |                      body                    |             */
/*   |  ___________________________________________ |             */
/*   | |                  container               | |             */
/*   | |   ___________________________________    | |             */
/*   | |   |               header             |   | |             */
/*   | |   |__________________________________|   | |             */
/*   | |   ___________________________________    | |             */
/*   | |   |               content            |   | |             */
/*   | |   |                                  |   | |             */
/*   | |   ___________________________________    | |             */
/*   | |   |               footer             |   | |             */
/*   | |   |                                  |   | |             */
/*   | |                                          | |             */
/*   | |__________________________________________| |             */
/*   |                                              |             */
/*                                                                */


/* General Page Set-up */

body {background-color:#022;
font-family: Verdana, Arial, Helvetica,sans-serif;font-size:12px;color:#999999;	
}

img {margin:0px;padding:0px;border:0px}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 48px;
	margin:0;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 36px;
	margin:0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 18px;
	margin:0;
}

h4 {
	font-family: "Verdana" ,Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	margin:0;
}

h5 {
	font-family: "Verdana" ,Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin:0 0 2 0;
}

/* standard anchors *  do not change the sequence below   */
 
a:link 		{color : #ccc;text-decoration : none;line-height: 100%;}
a:visited	{color : #ccc;text-decoration : none;line-height: 100%;}
a:hover		{color : #fff;text-decoration : none;line-height: 100%;}
a:active	{color : #ccc;text-decoration : none;line-height: 100%;}


/*   NEW SECTION  */


#Container {background-color:yellow;height:auto;width:98%;overflow:auto;margin:10px auto 0px auto;border:1px solid #888;min-width:1024px;
}


#Header {
	background-color: #000000;
	height: auto;
	width: 100%;
	margin: 0px auto 0px auto;	padding: 0;
	overflow: hidden;
	border-bottom: 1px solid #000;
}

#Header-Line1  {
	float: left;
	text-align: left;
  	width: 100%;height:25px;
	background-image: url('http://www.studio2401.com/Images/Badge.png');
	background-repeat:no-repeat;
   
}

#Top-Menu {
	float:right;
	text-align:right;
	width:40%;height:25px;
	padding: 4px 4px 0px 0px;
}

#Header-Line2 {
	height: 14px;
	width: 100%;
	margin: 0px;
	clear: left;
	float: left;
	padding: 2px 0 0 0;
	line-height: normal;
	font-size: 12px;
	background-color: #333333;	
}

#Header-Line2-Text {
	height:auto;width:20%;margin:0px;clear:left;float:left;	text-align:left;padding:0 0 0 5px;
	color:#FF9933;	
}

#Portfolio-Menu {
	float: right;
	margin: 0px;
	width: 50%;
	text-align:right;
	padding-right:5px;
}


#Portfolio-Menu a:link     {	color: #0BB;font-size: 12px;text-decoration : none;}
#Portfolio-Menu a:visited  {	color: #0BB;font-size: 12px;text-decoration : none;}
#Portfolio-Menu a:hover    {	color: #0FF;font-size: 12px;text-decoration : none;}
#Portfolio-Menu a:active   {	color: #0BB;font-size: 12px;text-decoration : none;}



/* this should be the thing, but unfortunately we have a lot of .content which we should phase out */

#Content  { 
	margin:auto;overflow:auto;
	height:auto;width:100%;
	padding:5px 0 5px 0;
	text-align:center;
	background-color:#333;
}

/*  .Content --- old class code: get rid of it

 	clear: both;  
	margin: auto; overflow:auto;padding: 4px;
	width: auto;height:auto; 
	text-align: center;
	background-color: #333;
*/


#Thumb-Wrapper {  /* needs in-line width to force number of thumbs inside block */
	background-color:#222;height:auto;overflow:auto;margin:5px auto 5px auto;width:900px
}



#Footer {
	background-color:#222;clear:both;
	height:21px;width:100%;margin:0px;padding:1px 0 0 0;line-height:normal;font-family:Arial, Helvetica, sans-serif;font-size:12px;
}

#Footer-left {
	float:left;width:30%;height:inherit;
	text-align: left;padding: 0 0 0 5px;	
}

#Footer-center {
	float:left;width:34%;height:inherit;
	text-align:center;
}

#Footer-right {
	float:right;width:30%;height:inherit;
	text-align: right;padding: 0 5px 0 0;
}


/* END  NEW SECTION */




	
/* changed to have one bg color only: defined in the container  dhould be phased out */

.Container{
	position:relative;
	min-width:750px; /* check if this ok for movies */
	width:98%;
	height:auto;
	margin: 0 auto;
	padding:1px;
 	background-color:#444;
	border:2px solid #666;
}



.Content {
 	clear: both;  
	margin: auto; overflow:auto; 
	width: auto;  /* specify width inline to force number of cols */
	height:auto; 
	padding: 4px;
	text-align: center;
  background-color: #333;
/* 	border-top:1px solid #999; */
}




.Header {
	height: 25px;margin:0px;padding:0px;
	background-color:black;
}

/*
.Header2 {
	height: 18px;

}
*/

/* no Idea if still used (it is a class in the source html*/
#Header-Text { 
	float: left;text-align: left;
	margin:0px;
	width:50%;	height: 18px;
	color: #ccc;
	font-size: 14px;
	clear:left;
	background-color:#666;
}

#Menu-Bar { 
	float: right;text-align: right;
	margin:0px;
	width:50%;	height: 25px;
	padding-right: 4px;
	color: #3cc;
	clear:right;
	background-color:#666;
}

	



.Footer {
	height: 16px;
	border-top: 1px solid #555;
	color: #999999;
	padding-top: 2px;
/*	clear: both;
	text-align: center;
 	width: 100%; */

}

/*  thumbnails used in HMTL generated by lr sdk */

#Thumb {          
	margin: auto; overflow:auto; 
	padding: 5px;
/*	width defined in html style must match three thumbs on a row */
	background-color:transparant; /* hide the block outline */
	text-align: left;
 /* border: 1px solid #999; */
	}


/*  Simple thumbnails for Picture sets  */


.ThumbPic{
	position: relative;
    float: left;  
	height: 170px;  
	width: 160px;  
	margin: 5px;
	padding: 4px;
	border-style: solid;border-width: 1px;border-color: #666 #000 #000 #666;
	background-color: #444;text-align:center;
}

.ThumbPic:hover {
  border-style: solid;border-width: 1px;border-color: #aaa #222 #222 #aaa;
  background-color: #666;
}

.ThumbPicimg {
/*	float:left;  */
	margin-right:5px ;
	Margin-bottom:3px;
}

.ThumbTitle {
	clear:both;
	width:160px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	text-align: center;
}

.ThumbLrTitle {  /* for whatever lr puts in this field */
	font-size: 8px;
	margin-bottom:5px;
	text-align: center;
}

.ThumbLrCaption {
	position: absolute;
	bottom: 4px;
	font-size: 10px;
	left: 4px;
}

.ThumbText {   /* in older versions pre-April 2010 */
	position: absolute;
	bottom: 4px;
	font-size: 10px;
	left: 4px;
}

/*  for large pictures  */

/* nog testen ipv img class=*/
.ImageHolder img {
	padding: 5px;border:1px solid #aaa; 
	}

	
.ImageHolder {
	position: relative;
	clear:both;
	margin-top:2px;
	padding: 10px;
	margin-left: auto;
	margin-right : auto;
	width: auto;	
}

/* why did I make this an ID instead of a class? */

#ImageHolder {
  position: relative;
  clear:both;
  margin-top:2px;
  padding: 10px;
	margin-left: auto;
	margin-right : auto;
	width: auto;	
}


.GifProtect {
	position: absolute;
	top: 50px;
	margin-left: auto;
	margin-right : auto;
	width: 100%;
	height:800px;  /* s/b defined inHTML, but leave like this for old version */
	z-index: 3;
}


/*  index Pages */

.IndexThumb {
	border-left: 1px solid #666;
	border-right: 1px solid #000000;
	border-top: 1px solid #666;
	border-bottom: 1px solid #000000;
	position: relative;
	float: left;
	height: 152px;
	width: 270px;
	margin: 5px;
	padding: 4px;
	background-color: #444;
	}

.IndexThumb:hover {
	border:1px solid #aaa;
	background-color: #666;
}

.IndexThumb img {
	float:right;
	margin-left:5px ;
	Margin-bottom:3px;
	border:1px solid #aaa;
}





/* the stuff from the selection galleries */



.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(./resources/checkbox.png) no-repeat;
	display: block;
	clear: left;
}



/* Font settings for form and buttons */

textarea, input, select {
	border:1px solid #AAA;
}


label {
	display:block;color:#222;font-size:10px;margin-top:5px;
/*	width:100px;*/
	}

#EmailForm {
	padding: 20px;
	width: 900px;
	margin: auto;
	text-align: center;
	background-color:transparent;
	margin-top: 20px;
}


#SendButton {
  margin-top:10px;
	border: 1px solid black;
	font-size: 14px;
/*	float: right; */
	color: #fff;
	height: 25px;
	width: 80px;
	background-color: #666;
}