/*
Theme Name: NEW AOBR
Theme URI:  http://animationonbluray.com
Description: The NEW custom theme for Animation on Blu-ray
Version: 1.0
Author: Tommy Day
Author URI: http://tommyday.com
*/

/*

	COLOR KEY:
		BLUE - #00a8e0
		GREY - #363535
		SB   - #f5f5f5
		Current BG - #3f454c
		Maybe New BG - #47586c

*/

@import url('fonts/fonts.css');

body {
	font-family: DroidSerifRegular,Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	background: #47586c url(images/header.jpg) top repeat-x;
}

#wrapper {
	width: 1018px;
	margin: 0 auto;
	position: relative;
}

/* ------------------ General Styles ----------------- */

a {
	color: #00a8e0;
	text-decoration: none;
}

a:hover {
	color: #363535;
}

strong {
	font-weight: bold;
	color: #00a8e0;
}


p {
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 20px;
	font-family: DroidSansBold, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h3 {
	font-size: 17px;
	padding-bottom: 20px;
	color: #00a8e0;
}

h4 {
	font-size: 15px;
	color: #00a8e0;
	margin-bottom: 15px;
}

em {
	font-family: DroidSerifItalic;
	font-style: italic;
}

/* --------------- Header ---------------- */

#header {
	height: 200px;
}

#header h1 {
	position: absolute;
	top: 93px;
	left: 140px;
	width: 463px;
	height: 47px;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	width: 463px;
	height: 47px;
	text-indent: -9999px;
}

#header p {
	text-indent: -9999px;
}



ul#nav {
	list-style: none;
	float: right;
	font-size: 16px;
	padding-top: 5px;
	margin-right: 8px;
}

ul#nav li a {
	color: #ffffff;
}

ul#nav li a:hover {
	color: #00a8e0;
}

ul#nav li {
	display: inline;
	padding-left: 20px;
}

/* --------------- Intro ---------------- */


#intro {
	width: 1018px;
	margin-top: 20px;
	height: 261px;
	background: url(images/intro.png) no-repeat;
	position: relative;
}

.panel {
	padding: 25px;
	height: 200px;
	position: relative;
	overflow: hidden;
}

.panel img {
	position: absolute;
	top: 25px;
	left: 25px;
}

.inner-panel {
	position: absolute;
	top: 25px;
	right: 25px;
}

.panel h2 {
	font-size: 30px;
	color: #ffffff;
	width: 580px;
	line-height: 30px;
	text-align: right;
	text-shadow: 0px 2px 3px #004a63;
}

.panel p {
	color: #ffffff;
	text-shadow: 0px 2px 3px #004a63;
	width: 580px;
	text-align: right;
}

.panel a {
	width: 150px;
	height: 32px;
	display: block;
	background: url(images/readmore.png) no-repeat;
	text-indent: -9999px;
	float: right;
	margin-top: 10px;
}

.panel a:active {
	position: relative;
	top: 1px;
}

/* ------------ Slider --------- */

#slider {
	position: absolute;
	top: 9px;
	left: 9px;
}

#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	width:1000px;
	height:232px;
	overflow:hidden; 
}	

	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:23px;
		height:60px;
		position:absolute;
		top:97px;
		left: 35px;
		z-index:1000;
		text-indent: -9999px;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:23px;
		height:60px;
		background:url(images/smc-sprite.png) no-repeat 0 0;
		background-position: -10px -297px;
		}	
	#nextBtn a, #slider1next a{ 
		background:url(images/smc-sprite.png) no-repeat 0 0;
		background-position: -10px -377px;	
		right: 32px;
		}
		
		/* numeric controls */	

ol#controls {
	position: absolute;
	bottom: 10px;
	right: 25px;
}

ol#controls li {
	list-style: none;
	display: inline;
	background: #06556f;
}

ol#controls li a { 
	float:left;
	border:1px solid #3bc7f6;
	background:#06556f;
	color: #ffffff;
	padding: 0px 5px 0 5px;
	text-decoration:none;
	margin-left: 5px;
	font-size: 10px;
}

ol#controls li a:hover {
	background: #3bc7f6;
	border: 1px solid #06556f;
}

ol#controls li.current a{
	
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* --------------- Content ---------------- */


#main {
	background: url(images/body2.png) repeat-y;
	padding: 20px 9px 20px 9px;
}

#main .post a:active, #main .post-single a:active, #main .release-post a:active {
	position: relative;
	top: 1px;
}

/* ---------- Post Area ---------- */


.post {
	width: 640px;
	height: 200px;
	position: relative;
	margin: 20px 0 20px 0;
}

.post:first-child {
	margin: 0 0 20px 0;
}

.post-single {
	width: 640px;
	margin: 0 0 20px 25px;
	position: relative;
	line-height: 20px;
}

.post-divider {
	background: url(images/divider.png) repeat-x bottom;
	height: 5px;
	width: 685px;
}

#top {
	height: 30px;
	margin-top: 20px;
	background: url(images/top.png) no-repeat;
}

.post img.thumb {
	width: 140px;
	height: 140px;
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 5px;
	background: #d9d9d9;
}

.release-post img.thumb {
	width: 95px;
	height: 95px;
	position: absolute;
    top: 15px;
    left: 10px;
}

.post .entry-content {
	position: absolute;
	left: 185px;
	top: 15px;
	padding-right: 10px;
}

h2.entry-title {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 0;
}

.post h2 {
	font-size: 20px;
	margin-bottom: 5px;
    line-height: 20px;
}

.comment-bubble {
	position: absolute;
	left: 160px;
	top: 150px;
	display: block;
	width: 140px;
	text-align: center;
}

.post img {
	margin: 0 auto;
}

.post ul, .post-single ul {
	margin-left: 50px;
	margin-bottom: 20px;
}

.post ul li, .post-single ul li {
		list-style-image: url(images/bd1.jpg);

}

.excerpt {
	font-size: 13px;
}

.post h3 {
	font-size: 16px;
}

.post p {
	margin-bottom: 20px;
}

p.date {
	margin-bottom: 10px;
	font-size: 12px;
}

.entry-content a.readmore {
	width: 106px;
	height: 33px;
	background: url(images/readmore3.png) no-repeat;
	display: block;
	text-indent: -9999px;
	position: absolute;
	right: 0;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

a.aligncenter, p.aligncenter {
	text-align: center;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
}


ul.post-meta-data {
	list-style: none;
}

ul.post-meta-data li {
	display: inline;
	margin-right: 40px;
}

.review-thumb {
	float: left;
	padding: 0 10px 10px 0;
}


.post-thumb {
	width: 140px;
	height: 140px;
	float: left;
	margin: 0 20px 10px 0;
}

.post-thumb img {
	border: 1px solid #00a8e0;
}

.post-single .entry-content img {
	border: 2px solid #00a8e0;
	box-shadow: #666666 3px 3px 3px;
	-moz-box-shadow: #666666 3px 3px 3px;
	-webkit-box-shadow: #666666 0 0 5px;
}

.post-single .entry-content img.png {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/* ------------- Sidebar ------------------- */

#sidebar {
	width: 300px;
	float: right;
	margin-right: 7px;
}

.widget {
	margin-bottom: 20px;
	padding-top: 10px;
}

.divider-sb {
	background: url(images/divider.png) repeat-x;
	height: 5px;
}

#subscribe {
	margin-left: 40px;
	font-family: DroidSansBold;
}

#subscribe li {
	height: 32px;
	padding: 8px 0 0 42px;
	margin-bottom: 10px;
}

li#rss 		{background: url(images/rss.png) no-repeat;}
li#email	{background: url(images/email.png) no-repeat;}
li#twitter	{background: url(images/twitter.png) no-repeat;}

#sidebar h3 {
	font-size: 17px;
	font-family: DroidSerifBold;
	text-align: center;
	color: #6f6f6f;
	text-shadow: 0 2px 0 #ffffff;
	margin-bottom: 0px;
}

.widget ul {
	font-size: 12px;
	padding-left: 20px;
	list-style-image: url(images/cd.png);
}

ul#side-menu {
	list-style: none;
}

ul#side-menu li {
	margin-bottom: 15px;
}

ul#side-menu a {
	font-family: DroidSansBold;
	font-size: 22px;
}

ul.studio {
	margin-left: 15px;
	font-size: 13px;
}


/* ---------- Coming Soon -------*/

ul.coming-soon {

}

ul.coming-soon li {
	list-style: none;
	clear: left;
}

ul.coming-soon h4 {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

ul.coming-soon li ul {
	margin-left: 0;
}

ul.coming-soon li ul li a {
	display: block;
	height: 40px;
	padding-top: 12px;
}

ul.coming-soon img {
	width: 75px;
	height: 75px;
	float: left;
	margin-left: -3px;
}


/* ---------- Reviews ---------- */


ul#review-buttons {
	list-style: none;
	height: 50px;
	margin-top: 20px;
}

ul#review-buttons li {
	display: inline;
}

li#details a, li#amazon a {
	width: 152px;
	height: 34px;
}

li#details {
	position: absolute;
	left: 158px;
	margin-right: 20px;
}

li#amazon {
	position: absolute;
	left: 330px;
}

li#details a {
	background: url(images/detailbutton.png) no-repeat;
	display: block;
	text-indent: -9999px;
}

li#details a:hover, li#amazon a:hover {
	background-position: 0 -34px;
}

li#amazon a {
	background: url(images/amazon2.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
}


h2.single-entry-title, h2.single-entry-title a {
	font-size: 20px;
	color: #00a8e0;
	margin-bottom: 10px;
}


/* ---------- Releases ---------- */

#temp {
	width: 625px;
	height: 55px;
	background-color: #fafcc3;
	padding: 15px 0 0 15px;
	margin-bottom: 25px;
	border: 1px solid red;
}

.release_amazon_link a {
	width: 78px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	background: url(images/buynow.gif) no-repeat;
	float: right;
	clear: left;
	margin: -50px 0 0 100px;
}

.release_cover img {
	width: 95px;
	height: 95px;
	position: absolute;
    top: 15px;
    left: 10px;
}

.release-post {
	height: 100px;
	width: 560px;
	padding: 20px 0 10px 120px;
	position: relative;
}

.release-post h2 {
	font-size: 20px;
	letter-spacing: 0.8px;
	margin-bottom: 10px;
	line-height: 20px;
}

ul.mini li {
	display: inline;
	margin-right: 20px;
}

a.mini-amazon {
	background: url(images/amazon.png) no-repeat left;
	height: 16px;
	padding-left: 23px;
}

a.magnify {
	background: url(images/mag.png) no-repeat left;
	height: 16px;
	padding-left: 23px;
}

.release-meta {
	margin-bottom: 5px;
}

.release-meta a {
	color: #ffffff;
}

.release-meta a:hover {
	color: #00a8e0;
}


.release-meta ul li {
	display: inline;
	padding-right: 10px;
}


.clear {
	clear: both;
}


#asa-releases {
	width: 250px;
	position: absolute;
	top: 0;
	left: 0;
}

#asa-releases img.cover {
	width: 240px;
	background: url(images/cover.jpg) no-repeat;
}

#asa-releases-meta {
	position: absolute;
	top: 60px;
	left: 260px;
}



#releases-single h2 {
	font-size: 22px;
	color: #00a8e0;
	line-height: 25px;
}

#releases-meta {
	position: absolute;
	left: 260px;
}

#releases-meta ul li {
	display: inline;
}

#releases-meta a#buynow {
	width: 152px;
	height: 34px;
	display: block;
	background: url(images/amazon2.jpg) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 120px;
}

#releases-meta a#buynow:hover {
	background-position: 0 -34px;
}

#releases-meta a#buynow:active {
	background-position: 0 -34px;
	margin-top: 2px;
}

#meta-list {
	position: absolute;
	top: 175px;
	left: 260px;
	font-size: 13px;
}

#meta-list ul {
	margin-left: 20px;
	list-style-image: url(images/bd1.jpg);
}

#meta-list ul li {
	margin-bottom: 6px;
	padding-left: 5px;
}

#meta-list span {
	color: #47586c;
	font-family: DroidSerifBold;
}

#releases-content {
	padding-top: 325px;
	margin-bottom: 40px;
}

#releases-content .post-divider {
	margin: 10px 0 20px -25px;
}

div.press-release {
	padding: 20px 20px 0 20px;
	font-family: DroidSerifItalic;
	font-size: 12px;
}

/* ------------ Search Box -------------- */

#search-form {
	position: absolute;
	top: 175px;
	right: 9px;
}

fieldset.search {
	border: none;
	width: 426px;
	margin: 0 auto;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #000;
	width: 290px;
	padding-left: 35px;
	height: 33px;
	background: url(images/search.png) no-repeat;
}
.search input.box:focus {
	background: url(images/search.png) no-repeat left -35px;
	outline: none;
	border: none;
}
.search button.btn {
	width: 100px;
	height: 35px;
	padding: 0 10px 0 10px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(images/search.png) no-repeat top right;
}
.search button.btn:hover {
	background: url(images/search.png) no-repeat bottom right;
}

/* ---------------- Footer ------------------- */


#footer a {
	color: #ffffff;
}

#footer p {
	text-align: center;
	padding-top: 25px;
	font-size: 11px;
	color: #fff;	
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #333333;
}


/* ------------- Comments ------------- */

#comments {
	width: 640px;
	margin-top: 30px;
}

h3.comments {
	margin-bottom: 10px;
}

#comments a:hover {
	text-decoration: underline;
}

ul.commentlist {
	list-style: none;
	margin-left: 0;
}

ul.commentlist li {
	padding: 20px;
	list-style-image: none;
}

.comment-divider {
	height: 5px;
	width: 685px;
	background: url(images/divider.png) repeat-x;
	margin-left: -25px;

}

ul.commentlist li .the-author img {
	border: 1px solid #00a8e0;
	float: left;
	margin-right: 10px;
}

ul.commentlist li.bypostauthor .the-author img {
	
}

.the-author {
	height: 50px;
	float: left;
	width: 500px;
	margin-bottom: 10px;
}

p.author {
	margin: 0;
	font-size: 16px;
	padding-top: 5px;
}

p.comment-date {
	font-size: 10px;
	margin: 0;
	font-family: DroidSerifItalic;
}

.the_comment {
	font-size: 13px;
	clear: left;
}

.reply {
	font-size: 16px;
	font-family: DroidSerifBold; 
}

#respond  {
	
}

#respond h4 {
	margin-bottom: 20px;
}


p.default {
	font-size: 17px;
	color: #00a8e0;
	margin: 20px 0 20px 0;
}


form label {
	display: block;
	margin-bottom: 2px;
}

p.subscribe-to-comments label {
	display: inline;
}

textarea#comment, input#author, input#email, input#url {
	border: 2px solid #86c4df;
}

input#author, input#email, input#url {
	display: block;
	width: 250px;
	height: 20px;
	margin: 0 0 10px 0;
}

form input#submit {
	display: block;
}


#social {
	margin-top: 40px;
}

#social ul {
	list-style: none;
	margin-left: 0;
}

#social ul li {
	display: inline;
	padding-right: 16px;
}

#social ul li img {
	width: 25px;
	height: 25px;
}

/* -------------------- Amazon Simple Admin Templates ----------------- */

.asa-test {

}

.asa-test img {
	float: left;
}

p.price {
	font-weight: bold;
	color: #952310;
	font-size: 18px;
}

p.available {
	max-height: 20px;
	overflow: hidden;
}

#footer {
	background: url(images/footer2.png) no-repeat;
	height: 20px;
}


/* ---------------- Slideshow ---------------- */

#slideshow {
	position: absolute;
	top: 60px;
	left: 8px;
    width: 121px;
    height:112px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

p.disclaimer {
	font-family: DroidSerifItalic;
	font-size: 12px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
}

div.center, img.center, .center a img {
	margin: 0 auto;
	text-align: center;
}

div.center, .center, img.center, p .center, p.center, p img.center {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}