@charset "utf-8";

/* CSS Document */

* {
  box-sizing: border-box;
}

body {
	margin:12px auto 10px;
	padding:0;
	background-color:#000;
	background-image:url(img/bg/bg_spotlght2.jpg);
	background-repeat:repeat; 
	background-position:top; 
}

.containerdvd {
	padding: 4px 30px 10px;
	background-color: #FAF5E9
}

.containerdvd .col-left {
	float:left; 
	 margin: 0 60px 0 0;
	 /* width:325px; */
	 width:45%;
}
.containerdvd .col-right {
	float:right; 
	 margin:0;
	  padding:0;
	  /* width:325px; */
	  width:45%;
}

.containerdvd h1 {
	padding: .5em 0 .2em 0;
}

.containerdvd h2 {
	color: #FFFEFE;
	display: inline;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 4px 8px
}

.containerdvd h2 {
	background-color: #AFAA9E
}

.container-dvd-1col {
	background-color: #FAF5E9; 
	padding:0 40px 10px;
}

/* -------------------------------------------------------- */

.dvdtitle {
	background-color: #6D6D6D;
	color:#fff; 
	display: inline;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 4px 8px
}

.author {
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 4px 0 0;
}

.dropquote {
		line-height: 18px;
		font-family: Georgia, "Times New Roman", Times, serif;
}

.rgtpadquote {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		padding-right: 22px;
		line-height: 19px
}

.readmore {
	font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 letter-spacing: .1em;
}
.serif_hdr, .serif_hdr24, .serif_hdr_pad2, .serif_hdrdrk, .serif_hdrnos {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.droided {
		font-family: 'Droid Sans', sans-serif;
		font-size: 13px; 
		font-weight: 400;
		line-height: 19px;
		color: #000
}

/* --------------- COLLAPSE ---------- */

.collapse {
	border-radius: 5px;
	color: #000;
	padding: 4px;
	font-family: 'Droid Sans', sans-serif;
	font-size:11px; 
	}
	
	.collapse a:link {
		background-color: #e2d8c0;
		border-radius: 5px;
		color:#000; 
		padding: 4px;
		text-decoration: none;
  }
	.collapse a:hover {
		 background-color: #f1d994;
		 color: #000;
	}
	.collapse a:hover, .collapse a:link {
		 text-decoration: none;
	}
	.collapse a:visited {
		/* background-color: #e2d8c0; not needed*/
		color: #000;
		text-decoration: none;
  }

  /*-------------- LINKS  -------------- */
  .author-dvdreviewer {
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px; 
	font-weight:500; 
	padding: 1em 0 .5em; 
}

.dvdbluray_page {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.dvdbluray_page a:link {
	background-color: #e2d8c0;
	padding: 5px 9px;
	border-radius: 3px;
}

.dvdbluray_page a:hover {
	background-color: #f1d994;
	color: #000;
	text-decoration: none;
}

.nav-return {
	border: 1px solid #966;
   color: #f5f0f0;  
 	font-family: 'Droid Sans',sans-serif;
	 font-size: 13px;
   font-weight: 400;
	line-height:1.5em;
	padding: .5em 1em .5em .75em;
}
.nav-bottom-left  {
	padding: 1em 0;
	text-align:left; 
}
.nav-bottom-right {
	padding: 1em 0;
	text-align:right; 
}