/* Screen styles for Joe McNally Blog V. 3 - Coded with love by Adam Simpson at Few Loose Screws */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0 65px 0;
	font-size: 12px; /* enables you to easily size text with ems */
	font-family: 'Droid Sans', Tahoma, Geneva, sans-serif;
	background-color: #fff;
	color: #000;
}


a:link {color: #f69126; text-decoration: none;}
a:visited {color: #f69126; text-decoration: none;}
a:hover {color: #f69126; text-decoration: underline;}
a:active {color: #f69126; text-decoration: none;}

/*Whats in the bag text styling */
#otherpage a:link {color: black; text-decoration: underline;}
#otherpage a:visited {color: #f69126;}
#otherpage a:hover {color: #f69126; text-decoration: underline;}
#otherpage a:active {color: #f69126;}

/*END Whats in the bag styling*/

#container {
	position: relative;
	width: 862px;
	margin: 0 auto;
}

#header {
	position: absolute;
	width: 862px;
	height: 138px;
	top: -117px;
	background: url(finalsprite.png) 0px -453px no-repeat;
}

#page-content {
	width: 848px;
	margin: 138px auto 10px auto;
	border-left: 1px solid #c7c8ca;
	border-right: 1px solid #c7c8ca;
	border-bottom: 1px solid #c7c8ca;
	border-top: 1px solid #c7c8ca;
}

#main-content-area {
	width: 575px;
	float: left;
}

#sidebar {
	position: relative;
	float: left;
	width: 273px;
}

/* Header */

#header h1 a {display: block; width: 112px; height: 64px; text-indent: -9000px;}

#header h1 {display: block; width: 848px; height: 64px; text-indent: -9000px;}

#header ul#nav {
	position: absolute;
	top: 50px;
	margin: 0 0 0 295px;
}

#header ul#nav li {
	list-style-type: none;
	float: right;
	margin: 0 0 0 14px;
}

#header ul#nav li a {font-size: 1.3em; text-transform: uppercase; color: #000;text-decoration: none; padding-top: 40px;}

#header ul#nav li a:hover {
	color: #f69126;
}

*#header ul#nav li.blog a {font-size: 1.3em; text-transform: uppercase; color: #f69126; text-decoration: none;background: url(finalsprite.png) 10px -600px;}
/*#header ul#nav li.odd a {font-size: 1.4em; text-transform: uppercase; color: #868686; text-decoration: none;}*/

/* Big Photo Area */

#photo-area {
	width: 582px;
	height: 304px;
	/*background: url(photo_area.jpg) no-repeat;*/
	margin: 0 0 0 -12px;
	padding: 24px 0 0 0;
}

#photo-area .image-holder {
	border: 5px solid #E3E3E2;
	width: 502px;
	height: 264px;
	margin: 0 0 0 35px;
	padding: 4px;	
}

#photo-area img {

}

/* Blog Posts */

#posts {
	width: 530px;
	margin: 10px 0 20px 21px;
}

#posts h2.pagetitle {
	font-size: 3em;
	padding: 0 0 40px 0;
	font-weight: 300;
	line-height: 130%;
	color: #000;
}

.blog-post {
	margin: 0 0 50px 0;
}

#otherpage p, .blog-post p {
	font-size: 1.3em;
	line-height: 150%;
	margin: 0 0 20px 0;
}

#otherpage blockquote p, .blog-post blockquote p {
	font-size: 1.3em;
	line-height: 150%;
	margin: 0 0 20px 40px;
	padding: 0 50px 0 10px;
	color: #000;
	border-left: 4px solid #c7c8ca;
	font-style: italic;
}

#otherpage ul, #otherpage ol, .blog-post ul, .blog-post ol {
	margin: 0 0 20px 55px;
}

#otherpage ul li, #otherpage ol li, .blog-post ul li, .blog-post ol li {
	font-size: 1.3em;
	margin: 0 0 12px 0;
}

#otherpage h1, .blog-post h1 {
	font-size: 3.2em;
	padding: 0 0 20px 0;
	font-weight: 300;
	line-height: 130%;
	color: #000;
}

#otherpage h2, .blog-post h2 {
	font-size: 2.8em;
	padding: 0 0 20px 0;
	font-weight: 300;
	line-height: 130%;
	color: #000;
}

.blog-post h3 {
	font-family: 'IM Fell English', serif;
	font-size: 2.4em;
	font-weight: 300;
	color: #000;
}
#otherpage h3 {
	font-family: 'IM Fell English', serif;
	font-size: 2.4em;
	font-weight: 300;
	color: #f69126;
}

#otherpage h4, .blog-post h4 {
	font-size: 2em;
	padding: 0 0 20px 0;
	font-weight: 300;
	line-height: 130%;
	color: #000;
}

#otherpage h5, .blog-post h5 {
	font-size: 1.6em;
	padding: 0 0 20px 0;
	font-weight: 300;
	line-height: 130%;
	color: #000;
}

#otherpage h6, .blog-post h6 {
	font-size: 1.3em;
	padding: 0 0 20px 0;
	font-weight: 300;
	line-height: 130%;
	color: #000;
}

.blog-post .post-header {
	position: relative;
	margin: 0 0 20px 0;
}

.blog-post .post-header h2 {
	font-family: 'IM Fell English', serif;
	font-size: 4em;
	padding: 0;
	line-height: 130%;
	border-bottom: 1px solid #ededed;
	padding: 1px 0 2px 0;
}

.blog-post .post-header h2 a:link {color: #000;}
.blog-post .post-header h2 a:visited {color: #000;}
.blog-post .post-header h2 a:hover {color: #868686; text-decoration: none;}
.blog-post .post-header h2 a:active {color: #868686;}

.blog-post .post-header h4 {
	font-family: 'Droid Serif';
	font-size: 1.4em;
	line-height: 100%;
	padding: 4px 0 0 0;
}

.blog-post .post-header h4 a {color: #f69126;}

.blog-post .post-header h3 {
	position: absolute;
	left: -79px;
	top: 84px;
	width: 57px;
	height: 121px;
	background: url(date-icon.png) no-repeat;
	color: #f69126;
	text-align: center;
	float: left;
	margin: 0 0 0 0;
	font-family: 'Droid Serif', serif;
	font-size: 4em;
	line-height: 80%;
	padding-top: 42px;
	padding-left: 2px;
}

.blog-post .post-header h3 strong {
	font-family: 'Droid Serif' !important;
	display: block;
	padding: 0 0 0 0;
	text-transform: uppercase;
	font-size: .5em !important;
	color: #000;
}

#otherpage img.postimage, .blog-post img, .blog-post a img {
	margin: 0;
	padding: 5px;
	border: 1px solid #d6d6d6;
}

/* post footer */

.blog-post .post-footer {
	height: 28px;
	/*width: 500px;*/
	background: url(finalsprite.png) 5px -672px no-repeat;
	background-color: #e4e3e3;
	padding-top: 2px;
	padding-left: 20px;
	margin: 0 0 0 0;
}

.blog-post .post-footer p {
	font-size: 1.3em;
	padding: 4px 0 0 21px;
	height: 25px;
	text-transform: uppercase;
}

.blog-post .post-footer p strong {
	font-size: 1.3em;
	height: 25px;
	float: left;
	display: block;
	background-color: #e4e3e3;
	padding: 1px 5px 0 5px;
	margin: -2px 4px 0 0;
	font-weight: normal !important;
}

.blog-post .post-footer p a:link {}
.blog-post .post-footer p a:visited {}
.blog-post .post-footer p a:hover {text-decoration: none;}
.blog-post .post-footer p a:active {}

.blog-post .post-footer ul.social-icons {
	padding: 3px 3px 0 0;
	float: right;
}

.blog-post .post-footer ul.social-icons li {
	list-style-type: none;
	float: right;
	width: 25px;
	height: 22px;
	margin: 0 0 0 5px;
}

.blog-post .post-footer ul.social-icons li.digg a {
	display: block; 
	width: 25px; 
	height: 22px; 
	background: url(finalsprite.png) 0px -130px no-repeat;	
	text-indent: -9000px;
	}
	
.blog-post .post-footer ul.social-icons li.digg a:hover {
	background: url(finalsprite.png) 0 -1620px no-repeat;	
}
		
.blog-post .post-footer ul.social-icons li.twitter a {display: block; width: 25px; height: 22px; background: url(finalsprite.png) 0px -48px no-repeat; text-indent: -9000px;}

.blog-post .post-footer ul.social-icons li.twitter a:hover {
	background: url(finalsprite.png) -3px -1538px no-repeat;	
}
.blog-post .post-footer ul.social-icons li.facebook a {display: block; width: 25px; height: 22px; background: url(finalsprite.png) 0px -89px no-repeat; text-indent: -9000px;}

.blog-post .post-footer ul.social-icons li.facebook a:hover {
	background: url(finalsprite.png) -2px -1579px no-repeat;	
}
.blog-post .post-footer ul.social-icons li.delicious a {display: block; width: 25px; height: 22px; background: url(finalsprite.png) -1px -7px no-repeat; text-indent: -9000px;}
.blog-post .post-footer ul.social-icons li.delicious a:hover {
	background: url(finalsprite.png) -1px -1497px no-repeat;	
}

.navigation {
	text-align: center;
	font-size: 1.3em;
	margin: 30px 0 30px 0;
}

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

/* More Box */

#more-box {
	width: 245px;
	height: 260px;
	background: url(finalsprite.png) 0px -170px no-repeat;
	padding: 12px 0 0 12px;
	margin: 17px 0 0 0px;
}

#more-box img {
	float: left;
	margin: 0 10px 5px 0;
}

#more-box h3 {
	color: #f69126;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 1.6em;
	padding: 0 0 3px 0;
}

#more-box p {
	color: #7a7a7a;
	font-size: 1.1em;
	line-height: 150%;
	margin: 30px 0 0 0;
	padding-left: 108px;
}

#more-box a.more-link {display: block; height: 35px;margin: 15px 0 0 140px; text-indent: -9000px; background: url(finalsprite.png) 0px -718px no-repeat;}

#more-box a.more-link:hover {background: url(finalsprite.png) 0px -1675px no-repeat;}
/* Subscribe */

#subscribe {
	height: 85px;
	background: url(finalsprite.png) 0 -765px no-repeat;
	border-top: 10px solid #f1efef;
	border-bottom: 10px solid #f1efef;
}

/*#subscribe img {
	float: left;
	margin: 12px 10px 0 10px;
}*/

#subscribe h3 {
	font-family: 'IM Fell English', serif;
	color: #747474;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 2em;
	padding: 12px 0 0 90px;
}

#subscribe p {
	font-family: 'IM Fell English', serif;
	color: #747474;
	font-size: 1.5em;
	padding-left: 90px;
	
}

#subscribe p em {
	font-family: 'IM Fell English', serif;
	font-size: 0.7em;
	font-style: normal;
	letter-spacing: 2px;
}

#subscribe p a {
	font-family: 'IM Fell English', serif;
	text-transform: uppercase; 
	color: #f69126;
	}

#subscribe p a:hover {
	color: #747474;
	text-decoration: none;
	}
/* What's in the Bag */

#inthebag {
	position: absolute;
	top: 360px;
	height: 150px;
	width: 290px;
	background: url(finalsprite.png) 163px -867px no-repeat;
}

#inthebag h3 {
	font-family: 'IM Fell English', serif;
	color: #f69126;
	font-size: 1.9em;
	padding: 10px 0 0 0;
	margin: 35px 0 3px 15px;
	width: 170px;
	font-weight: normal !important;
}

#inthebag p {
	color: #747474;
	font-size: 1.2em;
	margin: 0 0 0 15px;
	padding-right: 100px;
}

#inthebag p a {text-transform: uppercase; color: #f69126;}

#inthebag p a:hover {
	text-decoration: none;
	color: #747474;
}

#inthebag img#joesbag {
	position: absolute;
	top: 335px;
	margin: 0 0 0 180px;
}

/* Sidebar Links */

#sidebar ul.links {
	margin: 100px 0 0 15px;
}
/*change sidebar margin to 	margin: 10px 0 0 15px; with counter */

#sidebar ul.links li {
	width: 220px;
	height: 37px;
	padding: 22px 0 0 53px;
	list-style-type: none;
	font-size: 1.3em;
}

#sidebar ul.links li a {
	font-family: 'Droid Serif', serif;
	font-size: 1.2em;
	color: #747474;
}

#sidebar ul.links li a:hover {
	color: #f69126;
	text-decoration: none;
}

#sidebar ul.links li.light {background: url(dvdoflight.png) -1px 5px no-repeat;}
#sidebar ul.links li.books {background: url(finalsprite.png) 0px -1112px no-repeat;}
#sidebar ul.links li.facebook {background: url(finalsprite.png) 0px -1185px no-repeat;}
#sidebar ul.links li.youtube {background: url(finalsprite.png) 0px -1257px no-repeat;}
#sidebar ul.links li.kelby {background: url(finalsprite.png) 0px -1331px no-repeat;}
#sidebar ul.links li.twitter {background: url(finalsprite.png) 0px -1408px no-repeat;) no-repeat;}

/* Twitter feed */

#twitter {
	width: 264px;
	padding: 20px 0 0 0;
	margin: 0 0 20px 9px;
}

#twitter ul li {
	background: url(twitter-icon-sidebar-post.png) no-repeat;
	background-position: 10px 2px;
	font-size: 1.2em;
	color: #4f4f4f;
	line-height: 130%;
	list-style-type: none;
	padding: 0 20px 15px 40px;
	text-align: left;
}

#twitter ul#twitter_update_list li span{
word-wrap: break-word;
}

/*FLASH BUS*/
#flashbus{
margin-top:130px;
display: block;
width:229px;
height: 76px;
padding-bottom: 10px;
padding-left: 16px;
}



/*END FLASH BUS*/


/* Countdown Widget */
#complete_info_message h1 {
font-family: 'Droid Serif', serif;
color: #747474;
font-size: 2em;
padding-left:75px;
padding-bottom:10px;
}

#countdown_dashboard {
position:relative;
background: url(countersymbols.png) 45px 10px no-repeat;
width:273px;
height: 52px;
border-top: 10px solid #f1efef;
border-bottom: 10px solid #f1efef;
margin-bottom:10px;
margin-top:130px;
}

.dash {
padding-left: 5px;
padding-top: 5px;
color: #747474;
}

.weeks_dash {
position: absolute;
top:0;

width:50px;
font-size:1.6em;
font-family: 'Droid Serif', serif;
}

.weeks_dash .digit {
padding-left:12px;
}

.days_dash {
position: absolute;
top:0;
left:60px;
width:50px;
font-size:1.6em;
font-family: 'Droid Serif', serif;
}

.days_dash .digit {
padding-left:4px;
}

.hours_dash {
position: absolute;
top:0;
left:107px;
width:50px;
font-size:1.6em;
font-family: 'Droid Serif', serif;
}

.hours_dash .digit {
padding-left:8px;
}

.minutes_dash {
position: absolute;
top:0;
left:165px;
width:50px;
font-size:1.6em;
font-family: 'Droid Serif', serif;
}

.minutes_dash .digit {
padding-left:15px;
}

.digit {
font-size:1.3em;
font-family: 'Droid Serif', serif;
color: #f69126;
text-align: center;
}

.digit .bottom {
float:left;
}

.digit .top {
float:left;
}

#complete_info_message {
display:none;
}

/* Regular Sections */

h3.sidebar-section {
	height: 22px;
	background: url(blog-navigation-arrow-sidebar-gray.png) no-repeat;
	background-position: 250px 6px;
	color: #000;
	padding-top: 3px;
	padding-right: 25px;
	font-family: 'IM Fell English', serif;
	font-weight: 300;
	font-size: 1.8em;
	margin: 0 0 10px 9px;
	cursor: pointer;
	text-align: right;
}

h3.sidebar-section.clicked {
	background: #e4e3e3 url(blog-navigation-orange-arrow.png) no-repeat;
	background-position: 248px 9px;
	font-family: 'IM Fell English', serif;
	color: #f69126;
}

ul.sidebar-list {
	padding: 0 25px 10px 0;
}

ul.sidebar-list li {
	list-style-type: none;
	font-size: 1.2em;
	text-align: right;
	margin: 0 0 5px 0;
}

ul.sidebar-list li a {
	color: #898888;
}

ul.sidebar-list li a:hover {
	color: #f69126;
}
/* Search */

#search {
	margin: 30px 0 10px 0px;
}

#search h3 {
	font-family: 'IM Fell English', serif;
	font-weight: normal !important;
	text-align: center;
	color: #4f4f4f;
	font-size: 1.7em;
	margin: 0;
	padding: 0;
	line-height: 100%;
	margin: 0 0 7px 114px;
}

#search input {
	border: 1px solid #c7c8ca;
	border-radius: .4em;
	width: 200px;
	margin-left: 50px;
	padding: 4px;
	background-color: #e4e3e3;
}

/* Disclaimer */

#disclaimer {
	text-align: right; 
	font-size: 1.4em; 
	margin: 30px 0 0 0;
	padding-right: 13px
}

#disclaimer a:hover {
	color: #747474;
	text-decoration: none;
}

/* Ad */

#ad {
	width: 150px;
	height: 450px;
	margin: 10px 0px 5px 110px;
}

#ad img {
	padding-bottom: 10px;
}


#ad h3 {
	font-family: 'IM Fell English', serif;
	font-weight: normal !important;
	text-align: right;
	font-size: 1.7em; 
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 7px;
}
/* ----------- Footer ----------- */

#footer {
	margin: 0 0 50px 0;
}

#footer p {
	font-size: 1em;
	color: #c7c8ca;
	text-align: center;
}

#footer p a {color: #c7c8ca;}

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

h3#commenttitle {
	font-size: 2em;
	padding: 0 0 20px 0;
	margin: -20px 0 0 0;
	font-weight: 300;
	line-height: 130%;
	color: #000;
}

ol.commentlist {
	margin: 0;
	padding: 0;
}

ol.commentlist li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#comments {
	margin: -40px 0 20px 0;
}

.comment {
	padding: 20px 0 0 0;
	border-bottom: 1px dotted #d5d5d5;
}

.comment h3 {
	font-size: 1.3em;
	font-weight: 300;
	font-style: italic;
	color: #9f9f9f;
	padding: 4px 0 0 0;
}

.comment h3 strong {
	font-size: 1.3em;
	font-weight: 300;
	font-style: normal;
	color: #000;
}

.comment h3 strong a {color: #000;}

.comment h4 {
	font-weight: 300;
	color: #707070;
}

.comment .inner-comment {
	padding: 20px 25px 0 25px;
	font-size: 1.2em;
	color: #565454;
}

.comment .inner-comment p {
	margin: 0 0 15px 0;
}

.comment img {
	float: left;
	border: 3px solid #dcdcdc;
	margin: 0 10px 0 0;
}

.comment img.wp-smiley {
	float: none;
	border: none;
	margin: 0;
}

/* Comment Form */

h3#respondtitle {
	font-size: 2em;
	padding: 0 0 20px 0;
	font-weight: 300;
	line-height: 130%;
	color: #000;
}

#commentform {
	
}

#commentform input {
	border: 1px solid #c7c8ca;
	background-color: #dfdfdf;
	padding: 3px;
}

#commentform textarea {
	width: 520px;
	border: 1px solid #c7c8ca;
	background-color: #dfdfdf;
	padding: 3px;
}

#commentform p {
	margin: 0 0 10px 0;
}

/* ---------- Other Pages ----------- */
	
#otherpage {
	width: 530px;
	margin: 10px 0 20px 21px;
}

#otherpage h2.search {
	font-size: 2.8em;
	padding: 0 0 0 0;
	font-weight: 300;
	line-height: 130%;
	color: #000;
}

#otherpage .searchresult {
	margin: 0 0 20px 0;
}

#otherpage .searchresult h3 {
	font-size: 2em;
}

#otherpage .searchresult h4 {
	font-size: 1.2em;
}

/* ---- Other Search Form --- */

#otherpage #searchform {
	margin: 20px 0 20px 0;
}

#otherpage #searchform label {
	font-size: 1.3em;
	font-weight: 700;
	margin: 0 0 5px 0;
}

#otherpage #searchform input {
	font-size: 1.3em;
	border: 1px solid #c7c8ca;
	margin: 0;
	padding: 4px;
}

/* ---- Language of Light DVD Page --- */
#page-content{
width:890px;
}

body#lofl #header ul#nav{
margin-left: 295px;
}

a.button, a.button1, a.button2{
padding-left:10px;
padding-right:10px;
padding-top:3px;
padding-bottom:3px;
color:#f69126;
text-transform: uppercase;
font-size:24px;
font-family: 'Droid Sans', Tahoma, Geneva, sans-serif;
border:1px solid rgb(199, 200, 202);
font-weight: bold;
}

#dvdpage #topbar a.button{
float:right;
margin-right:20px;
margin-top:25px;
}

#dvdpage #topbar img{
float:left;
margin-left:20px;
margin-top:30px;
}

#dvdpage #topbar{
border-bottom: none;
margin: 0px auto;
width: 810px;
height:80px;
}

#dvdpage #intro{
position: relative;
width:810px;
margin:15px auto;
}

#dvdpage #intro img.lofl{
position: absolute;
top:40px;
left: 550px;
}

#dvdpage #mainimg img.mainimg{
margin-top:20px;
margin-left:35px;
}

#dvdpage #discone{
position: relative;
margin:0 auto;
width:810px;
}

#dvdpage #discone h1.lofl{
font-size:36px;
text-transform: uppercase;
padding-bottom:20px;
}

#dvdpage #discone a.button{
left: 575px;
position: absolute;
top: 180px;
}

#dvdpage #discone h2.title{
margin-top:20px;
margin-bottom:10px;
font-size:24px;
text-transform: uppercase;
}

#dvdpage #discone p.description{
color:#f69126;
font-size:18px;
margin-bottom:25px;
}

#dvdpage #discone ul{
margin-left:40px;
font-size:12px;
line-height: 18px;
list-style-image: url(../images/bullet.jpg);
margin-bottom:20px;
}

#dvdpage #discone li{
padding-left:10px;
padding-bottom:10px;
}

#dvdpage #disctwo{
position: relative;
margin:0 auto;
width:810px;
}

#dvdpage #disctwo h1.lofl{
font-size:36px;
text-transform: uppercase;
padding-bottom:20px;
margin-top:20px;
}

#dvdpage #disctwo a.button1{
left: 575px;
position: absolute;
top: 180px;
}

#dvdpage #disctwo h2.title{
margin-top:20px;
margin-bottom:10px;
font-size:24px;
text-transform: uppercase;
}

#dvdpage #disctwo p.description{
color: #f69126;
font-size:18px;
margin-bottom:25px;
}

#dvdpage #disctwo ul{
margin-left:40px;
font-size:12px;
line-height: 18px;
list-style-image: url(../images/bullet.jpg);
margin-bottom:20px;
}

#dvdpage #disctwo li{
padding-left:10px;
padding-bottom:10px;
}

#dvdpage #disctwo a.button2{
float: left;
margin-left: 4px;
margin-top: 15px;
}

#social{
width:100%;
height:50px;
}

body#lofl #social ul.social-icons{
list-style-image: none;
}

body#lofl #social ul.social-icons li {
	list-style-type: none;
	float: right;
	width: 25px;
	height: 22px;
	margin: 0 0 0 5px;
}

body#lofl #social ul.social-icons li.digg a {
	display: block; 
	width: 25px; 
	height: 22px; 
	background: url(finalsprite.png) 0px -130px no-repeat;	
	text-indent: -9000px;
	}
	
body#lofl #social ul.social-icons li.digg a:hover {
	background: url(finalsprite.png) 0 -1620px no-repeat;	
}
		
body#lofl #social ul.social-icons li.twitter a {display: block; width: 25px; height: 22px; background: url(finalsprite.png) 0px -48px no-repeat; text-indent: -9000px;}

body#lofl #social ul.social-icons li.twitter a:hover {
	background: url(finalsprite.png) -3px -1538px no-repeat;	
}
body#lofl #social ul.social-icons li.facebook a {display: block; width: 25px; height: 22px; background: url(finalsprite.png) 0px -89px no-repeat; text-indent: -9000px;}

body#lofl #social ul.social-icons li.facebook a:hover {
	background: url(finalsprite.png) -2px -1579px no-repeat;	
}
body#lofl #social ul.social-icons li.delicious a {display: block; width: 25px; height: 22px; background: url(finalsprite.png) -1px -7px no-repeat; text-indent: -9000px;}
body#lofl #social ul.social-icons li.delicious a:hover {
	background: url(finalsprite.png) -1px -1497px no-repeat;	
}

/*TOGGLE THE DISPLAY TO TURN ON CUSTOMER REVIEWS*/
#dvdpage #customer_reviews{
width:810px;
margin:20px auto;
height: 450px;
display: none;
}

#dvdpage #customer_reviews h1.reviews{
font-size:36px;
text-transform: uppercase;
padding-bottom:10px;
}

#dvdpage #customer_reviews h3.review {
font-size:20px;
color:#f69126;
}

#dvdpage #customer_reviews p.reviewtext{
font-size:18px;
margin-bottom:10px;
}

#dvdpage iframe{
border:5px solid rgb(199, 200, 202);
padding:5px;
}

#dvdpage #galleryone > img, #gallerytwo > img{
padding-left:3px;
}
