@charset "UTF-8";
/***************************************
LAYOUT STYLES
****************************************/

div#wrapper { 
    display: flex;
    flex-flow: row;
}

div#lft_sidebar {
    width: 265px;
    flex: initial;
    order: 1;
    margin-right: 5px;
	background: rgba(30, 16, 18, 0.95);
    border-radius: 10px;
}

div#main_content {
    width: 600px;
    flex: initial;
    order: 2;
    margin-right: 5px;
    padding-bottom: 20px;
	background: rgba(30, 16, 18, 0.95);
	border-radius: 10px;
}

div#rgt_sidebar {
    flex: 1;
    order: 3;
	background: rgba(30, 16, 18, 0.95);
	border-radius: 10px;
}

footer#footer { 
    order: 4;
    margin-top: 5px;
    max-width: 1200px;
	margin: 0 auto; 
    margin-top: 5px;
}
/*---------Navigation -------------*/

nav.topnav { display: none; }

div#wrapper div#lft_sidebar section#nav-container nav.navigation ul.nav li a.current { padding-top: 30px; }

/* ---------------- lft_sidebar specific styles ----------------*/

/* ---------------- birthdays specific styles ----------------*/

section.section_default h1, h2 {
	 position:absolute;
	 left:-2000em;
}

div#lft_sidebar section {
    padding-bottom: 30px;
}

#header_birthdays {
	margin: 0px 0px 15px 0px;
	width: 100%;
	height: 30px;
	background: #F3D61C no-repeat;
	border-radius: 10px;
}

#header_birthdays h3 { text-align: center; }

.birthday {
	margin: 30px 10px 15px 10px;
	color: #FFFFFF;
}

div.birthday figure a img { width: 95%; }

div.birthday h4 a { margin-left: -10px; }

.birthday ul { list-style-type: none; }

.birthday li { font-size: .8em; }

.birthday a {
	text-decoration: none;
	color: #CDEBF2;
}

.movie_list li {
	line-height: 1.5em;
	margin-bottom: 10px;
}

.movie_list a {
	font-size: 1.2em;
	text-decoration: none;
	color: #CDEBF2;
}

.caption_left { font-size: .8em; }

.star_rating_left { margin-top: -.5em; }

section.best_actor_nominee_left { display: none; }

/* --------------------------------------------------------------*/

/* ---------------- main_content specific styles ----------------*/


/*------ contentslider styles -------------------*/
 /* Color, Border, and Button Rules */

.cs_leftBtn, .cs_rightBtn {
  width: 30px; /* Should be as wide as the button graphic being used */
  background: #1e1012; /* This will probably match the contentslider bg color */
}
/*
 ******************************************************************************
 * These styles may be affected by the plugin, so avoid changing them if 
 * it's not absolutely necessary.
 ******************************************************************************
 */
.contentslider {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.cs_wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.cs_slider {
  position: absolute;
  width: 10000px;
  height: 100%;
  margin: 0;
  padding: 0;
}

.cs_article {
  float: left;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 30px 0px 30px 15px;
  padding: 0;
}

.cs_article div {
	float: left;
	width: 100px;
	height: 260px;
	margin-right: 10px; 
}

.cs_article img {
  float: left;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0px 5px 20px 0px;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.cs_leftBtn, .cs_rightBtn {
  position: absolute;
  top: 0;
  height: 0px;
  padding: 0px 0;
  margin: 0;
  z-index: 2;
}

.cs_leftBtn {
  left: 0;
  outline: 0;
}

.cs_rightBtn {
  right: -10px;
  outline: 0;
}

.cs_leftBtn img, .cs_rightBtn img { border: 0; }

div.slider div.item p { 
    margin-left: 30px;
    color: white; 
}

/* ---------------- star_showcase specific styles ----------------*/

div#header_star_showcase {
	width: 100%;
	height: 30px;
	background: #F3D61C no-repeat;
	border-radius: 10px;
}

div#star_showcase div#star_img a img { 
    width: 95%;
	margin: 10px 0px 10px 10px;
}

#star_bio {
	margin: 20px 20px 30px 20px;
	display: block;
}

#star_bio p {
	color: #FFFFFF;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 5px;
}

#star_bio ol {
	color: #FFFFFF;
	margin-left: 20px;
}

#star_bio a {
	text-decoration: none;
	color: #CDEBF2;
}
    
/*------ notable_films styles -------------------*/
#header_notable_films {
	margin: 0px 10px 10px 10px;
	width: 100%;
	height: 22px;
	/*border-radius: 10px;*/
}

#header_notable_films h4 {color: #F3D61C; }

#header_notable_films hr {
    margin-left: 10px;
    width: 90%;
    border-width: 2px;
	border-color: #F3D61C;
}
    
/*------ most_popular_actors styles -------------------*/

div.header_most_popular_actors {
	margin-top: 30px;
	margin-bottom: 10px;
	width: 100%;
	height: 30px;
	background: #F3D61C no-repeat;
	border-radius: 10px;
}


section#most_popular_actors div.top_actors {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

.tab_content figcaption ul {
	font-size: .8em;
	color: #FFF;
	text-align: center;
	list-style-type: none;
}

.tab_content figcaption li { text-align: center; }/* this affects the child element */

.tab_content figcaption li a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	font-style: italic;
}

.tab_content figure figcaption ul li img {
    display: inline-block;/* parent set to text-align: center.  setting display to inline-block then centers the image in the parent element */
	height: 15px;
}
/* --------------------------------------------------------------*/
    
/* ---------------- rgt_sidebar specific styles ----------------*/

section#best_actor_nominee_right { 
    display: flex; 
    flex-flow: column wrap;
    width: 100%;
    justify-content: center;
}

/* ---------------- best_actor_2001 specific styles ----------------*/

div#header_best_actor_2001 {
	margin: 0px 0px 13px 0px;
	width: 100%;
	height: 30px;
	background: #F3D61C no-repeat;
	border-radius: 10px;
}

div#header_best_actor_2001 h4 { text-align: center; }

div.best_actor_nominees { margin: 0px auto 20px auto; }

div.best_actor_nominees a img.best_actor_img {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 20px;
}

div.best_actor_detail {
    width: 100%;
    padding: 0px 10px 30px 10px;
    /*padding-bottom: 30px;*/
    text-align: center;
}

.best_actor_detail ul {
	width: 100%;
	text-align: center;
}

.best_actor_detail li {
	color: #FFF;
	list-style-type: none;
}

.best_actor_detail li:first-child { font-weight: bold; }

.best_actor_detail a {
	text-decoration: none;
	color: #CDEBF2;
}

/* --------------------------------------- */

/*------ MEDIA QUERIES ------*/

@media screen and (max-width: 1180px) {
    
    /* right sidebar */
    div#header_best_actor_2001 {height: 60px; }
    
    div.best_actor_img {
        margin: auto;
        width: 90%;
    }
}

@media screen and (max-width: 1100px) {
	
	/* Header */
	header#main_header {
		background: url(../_images/index/home_background_header_ps_1117.png) no-repeat left top;
	}
    
}

@media screen and (max-width: 1080px) {
    
    /* right sidebar */
    div#rgt_sidebar { 
        width: 200px;
        flex: initial;
    }
}

@media screen and (max-width: 950px) {
	
	/* header */
	header#main_header {
		background: url(../_images/index/home_background_header_ps_1020_no_tagline.png) no-repeat;
	}
    
    /* Navigation */
    section#nav-container { display: none; }
    
    nav.topnav {
        display: block;
        margin-top: -80px;
        background-color: #1E1012;
        overflow: hidden;
    }

    nav.topnav a {
        float: left;
        display: block;
        color: #F49321;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

    nav.topnav a:hover {
        background-color: #F2B81C;
        color: black;
    }
    
    /* Nav: dropdown container */
    nav.topnav div.dropdown {
      float: left;
      overflow: hidden;
    }

    /* Dropdown button */
    nav.topnav div.dropdown button.dropbtn {
      font-size: 16px; 
      border: none;
      outline: none;
      color: #F49321;
      padding: 14px 16px;
      background-color: inherit;
      font-family: inherit; /* Important for vertical align on mobile phones */
      margin: 0; /* Important for vertical align on mobile phones */
    }

    /* Add a background color to navbar links on hover */
    nav.topnav a:hover, div.dropdown:hover button.dropbtn:hover {
        background-color: #F49321;
        color: black;
    }

    /* Dropdown content (hidden by default) */
    nav.topnav div.dropdown div.dropdown-content {
      display: none;
      position: absolute;
      background-color: #20212A;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }

    /* Links inside the dropdown */
    nav.topnav div.dropdown div.dropdown-content a {
      float: none;
      color: white;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      text-align: left;
    }

    /* Add a background color to dropdown links on hover */
    nav.topnav div.dropdown .dropdown-content a:hover {
      background-color: #F49321; opacity: 0.8;
      color: black;
    }

    nav.topnav a.active {
        background-color: #F49321;
        color: white;
    }

    /* Show the dropdown menu on hover */
    nav.topnav div.dropdown:hover .dropdown-content { display: block; }
    
    div#wrapper { margin-top: 0px; }
    
}

@media screen and (max-width: 924px) {
	
	/* right sidebar */
    div#header_best_actor_2001 {height: 80px; }
}

@media screen and (max-width: 760px) {
    
    /* right sidebar */
    div#rgt_sidebar { min-width: 145px; }
    div#header_best_actor_2001 {height: 50px; }
    div#header_best_actor_2001 h4 { font-size: .85em; }
    
    /* left sidebar */
    div#lft_sidebar { min-width: 140px; }

}

@media screen and (max-width: 650px) {
    
    /* left sidebar */
    #header_birthdays h3 { font-size: 1em; }

    /* main_content */
    div.header_most_popular_actors h3 { font-size: 1em; }

}

@media screen and (max-width: 560px) {
    
    /* main_content */
    div.header_most_popular_actors h3 { font-size: .85em; }

}

@media screen and (max-width: 525px) {
    
    /* main_content */
    div.header_most_popular_actors h3 { font-size: .75em; }

}