@charset "utf-8";
/* CSS Document */

html { overflow-x: hidden; }

*{
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

.noMargin{
	margin:0;
	padding:0;
}

.replacementText{
	color:#c8b398;
	font-size:12px;
	text-align:center;
}

body{
	background:#131414 url(images/background.jpg) no-repeat;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#container{
	width:840px;
	height:100%;
	margin:0 auto;
}

#content {
	float:left;
	width:840px;
	padding-bottom:100px;
}

#meniu{
	width:100%;
	height:40px;
	padding:10px;
}

#middleSection{
	clear:both;
	width:820px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	padding:10px;
}

#middleSection #pageTitle{
	float:right;
	width:100%;
	margin:10px 0 30px 0;
	font-size:15px;
	font-weight:100;
	text-align:right;
	color:#c19a73;
}

#middleSection #pageTitle span{
	font-size:12px;
	color:#4c443b;
}

#header{
	margin-top:20px;
	height:60px;
}
 
#footer {
	width:100%;
	position:fixed;
	bottom:0;
	height:70px; /* same as content margin-bottom */
	background-color:#FFFFFF;
}

/*--------------------footer styles--------------------*/

#footer #logos{
	width:150px;
	height:50px;
	margin:0 auto;
	margin-top:5px;
}
	
#footer #linkedinLogo{
	float:left;
	margin-left:22px;
	margin-right:5px;
}

#footer #imdbLogo{
	float:left;

}

#footer .details{
	margin-bottom:4px;
	margin-top:2px;
}

#footer .disclaimer{
	text-align:center;
	color:#989595;
	font-family:Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
}

/*--------------------header styles--------------------*/

#header #headerTitle{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	font-weight:100;
	text-transform:uppercase;
	margin-left:15px;
	color:#3d3933;
}

#header #headerName{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:45px;
	font-weight:100;
	color:#1b4b5d;
	text-transform:uppercase;
	line-height:30px;
	margin-left:10px;
}

/*--------------------menu styles--------------------*/

#meniu .rightLink{
	float:right;
	color:#c19a73;
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	margin:10px;
}

#meniu .leftLink{
	float:left;
	color:#c19a73;
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	margin:10px;
}

#meniu .no_margin_left{
	margin-left:0;
}

#meniu .more_margin_right{
	margin-right:20px;
}

#meniu .linkOn{
	color:#FFF;
}

/*------------------actual home content styles------------*/

#middleSection .homeBlock{
	float:left;
	width:240px;
	margin-right:10px;
	margin-left:20px;
	margin-bottom:20px;
}

#middleSection .allMargins{
	margin-left:20px;
	margin-right:20px;
}

#middleSection .homeBlock .titlu{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#c19a73;
	text-transform:uppercase;
	font-size:13px;
	margin-bottom:15px;
}

#middleSection .homeBlock .descriere{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#FFF;
	width:236px;
	text-align:justify;
}

#middleSection .homeBlock .readMore{
	float:right;
	font-size:11px;
	color:#c19a73;
}

/*------------------actual credits content styles------------*/

#middleSection #filmCredits{
	float:left;
	width:300px;
	height:400px;
	list-style-type:none;
	color:#fde2bf;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#middleSection #filmCredits .filmHeading{
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:10px;
}

#middleSection #filmCredits .filmTitle{
	font-size:12px;
	color:#fde2bf;
}

#middleSection #filmCredits .filmRole{
	font-size:11px;
	color:#928779;
	margin-bottom:3px;
}

#middleSection .creditsThumbs{
	float:left;
	margin-right:12px;
	margin-left:12px;
	
}


/*------------------actual concept content styles------------*/
#middleSection .anchorConceptThumb{
	float:left;
	width:190px;
	height:118px;
	margin-right:19px;
	margin-bottom:15px;
}

#middleSection .conceptThumb{
	width:190px;
	height:118px;
	border:1px solid #9e7f60;
}

#middleSection .noMarginRight{
	float:left;
	width:190px;
	height:118px;
	margin-bottom:15px;
	margin-right:0;
}

/*------------------actual showcase content styles------------*/

#middleSection .showcaseTitle{
	width:100%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	font-weight:100;
	color:#d5bfa2;
	text-align:right;
}

#middleSection .showcaseUnder{
	width:100%;
	font-size:13px;
	color:#928779;
	margin-bottom:30px;
	text-align:right;
	font-weight:100;
}

#middleSection .showcaseBlock{
	clear:both;
	width:100%;
	position:relative;
	margin:0 auto;
	margin-bottom:10px;
	height:420px;
	overflow:hidden;
}

#middleSection #backLinks{
	width:300px;
	margin-top:15px;
	margin-left:260px;
}

#middleSection #backLinks a.text{
	float:right;
	width:222px;
	margin:0px 20px 0 20px;
	text-align:center;
	color:#a88766;
	font-size:13px;
}

#middleSection #backLinks a.image{
	float:right;
	padding:2px;
}

#middleSection #detailsUnder{
	clear:both;
	float:right;
	width:300px;
	margin-bottom:20px;
	padding-bottom:10px;
	text-align:justify;
	font-size:11px;
	color:#bba88f;
	display:none;
}

#middleSection #detailsUnder p{
	margin-top:10px;
	float:right;
}

#middleSection .showcaseBlock #detailsRight{
	position:absolute;
	bottom:3px;
	right:0;
	text-align:justify;
	font-size:11px;
	color:#bba88f;
	display:none;
}

#middleSection .showcaseBlock #detailsRight p{
	margin-top:10px;
	float:right;
}

#middleSection .slide-right {
	position:absolute;
	bottom:0;
	right:0;
}

#middleSection .btn-slide-right{
	display: block;
	float:right;
	font-size:13px;
	padding: 5px 20px 5px 0;
	color:#a88766;
}

#middleSection .slide-right img{
	position:absolute;
	right:0;
	top:10px;
}

#middleSection .slide {
	position:relative;
}

#middleSection .btn-slide {
	display: block;
	float:right;
	font-size:13px;
	padding: 5px 20px 5px 0;
	color:#a88766;
}
#middleSection .slide img{
	position:absolute;
	right:0;
	top:10px;
}


/*------------------actual bio content styles------------*/

#middleSection .bioText{
	font-size:11px;
	color:#d5bfa2;
	width:600px;
	text-align:justify;
	margin-bottom:15px;
}

#middleSection .bioImg{
	float:right;
}

#middleSection .featureImg{
	margin-top:15px;
	margin-right:35px;
}


/*------------------actual article content styles------------*/

#middleSection .articleText{
	font-size:11px;
	color:#d5bfa2;
	width:700px;
	text-align:justify;
	margin-bottom:15px;
}

#middleSection .articleImg{
	margin-bottom:15px;
	margin-top:15px;
}

/*------------------actual contact content styles------------*/

#middleSection .contactText{
	font-size:12px;
	color:#d5bfa2;
	width:245px;
	text-align:justify;
	margin-bottom:15px;
}

#middleSection .contactHead{
	font-size:13px;
	color:#c19a73;
	text-align:justify;
	font-weight:100;
}

#middleSection .contactDetails{
	font-size:11px;
	font-weight:100;
	color:#d5bfa2;
	text-align:justify;
	margin-bottom:15px;
}