@charset "utf-8";
/* CSS Document */
/* Global Setting */
body {
	border:0;
	margin:0;
	padding:0;
	color: #BEBEBE;
	background-color: #464645;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	/* To get rid of the default settings for these elements */
img,h1, p {
	border:0;
	margin:0;
	padding:0;
	}
/* Div Starts here */
#container {
	width:800px;
	margin:0 auto 1em;
	
}
	
#mast {
	margin:.75em 0px .5em 0px;
	}

#tabs {
	margin:.5em 0 1em 0;
	text-align:right;
}

#tabs img{
	padding: 2px;
	margin: 0 0 0 2.9em;
		
}

#portrait {
 margin: 2em auto 1em;
  border: 5px solid #eeeeee;
}
/* This way it can act as row, containing both left and right floating divs */
.wrapper {
	clear: both;
}

.left {
	margin:2em 0 1em 0;
	float:left;
}

.right { 
	margin:2em 0 1em 0 ;
	width:560px;
	float:right;
	}
	
.contact {
	margin-left: 6em;
	margin-top: 2em;
}


h1 {
	margin:0 0 .5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	color: #CF9;
	font-weight: bold;
	word-spacing:normal;
	letter-spacing: 3px;
}

h2 {
	margin:0 0 .25em .5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #9FFF40;
	font-weight: bold;
	word-spacing:normal;
	letter-spacing: 3px;
}

.right p {
	margin:.35em 0 .25em .5em;	/* Increased the left margin to distinguish it from h divs. */
}

p.link {
	
		
}
p.time {
	font-size: 80%;
	color: #000;
}

p.strong {
	color: #6CF;
	font-size:90%;
}

#footer{
	margin-top:.5em;
	clear: both;
	border-top: 1px solid #464645;/* border is necessary to create for #footer p to calculate its top margin from */
	}
/* This rule will override other setting for p element inside this div */
#footer p {
	color: #757575;
	font-size: 55%;
	border-top: 1px solid #494949;
	padding:.5em 0 0;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	margin:2em 0 1em;
	text-align:center;
}
/* a:link with footer div does not work with Safari, so to solve the problem this method is used */
#footer a{
	color: #757575;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FC3;
	text-decoration: none;
}
#footer a{
	color: #757575;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	}


a:visited {
	color: #FC3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.right-contact {
	margin-left: 20px;	
}
/*---------light box rules-----*/

#thumb{
	margin:3em 0;
}

li,ul,ol{
	list-style-type: none;
}
li{
	float:left;	
}
li img{
	margin:3px;
	padding: 0px;
	border:1px solid #999;
	float:left;
	}
	
#in-production-description{
	clear:both;
	padding:1em 0;
}
#film-tabs span.f-tab {
	/*border-top:1px solid #999;*/
	padding:2px 10px;
	margin-right:1px;
	font-size:80%;
	color:#FFF;
	background-color : #333;
}

#film-tabs {
	width:800px;
	height:22px;
	margin:-12px auto 0;
	padding-left:158px;
	/*background-color : #666;*/
	color:#fff;
}

#film-tabs span.f-tab a, #film-tabs span.f-tab a:link  {
	color:#777;	
}
#film-tabs span.f-tab  a:hover {
	color:#ddd;	
	text-decoration:none;
}

