/*
 Title: Dr Who - Decide your Destiny
 Description: CSS for Dr Who - Decide your Destiny site
 */
/* Reset all margins, padding and borders */ * {
    margin: 0;
    padding: 0;
    border: 0;
}

/* Global Properties*/
body {
    color: #fff;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 100%;
    line-height: 100%;
    background: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1.3em;
}

h1 {
    font-size: 1.4em
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 1.0em;
}

h6 {
    font-size: 0.9em;
}

p {
    margin-bottom: 10px;
    line-height: 1.3em;
}

ul, ol, li {
    list-style-type: none;
    line-height: 1.3em;
}

a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

a:hover, a:active, a:focus {
    outline: 0;
    outline-color: #000;
    outline-style: none;
    outline-width: 0;
}

#wrapper {
    margin: 0 auto;
    width: 960px;
}

/*
 Flash Container
 */
#flash_outer {
	margin-bottom: 20px;
	text-align: center;
    height: 555px;
    overflow: hidden;
}

/*
 Accordion
 */
#accordion {
    color: #fff;
	position: relative;
}

#accordion h3 {
    padding-bottom: 20px;
    font-weight: bold;
    display: block;
    outline: 0 none;
	background: url(../images/accordion_h3back.png) 0 bottom no-repeat;
}

#accordion h3.bookstobuy {
    height: 16px;
    display: block;
    text-indent: -9999px;
    
}

#accordion h3 a {
    display: block;
	background: url(../images/bookstobuy.png) 0 0 no-repeat;
	outline: 0 none;
}

.jScrollPaneContainer {
    height: 280px;
    overflow: hidden;
	border-left: 1px solid #2c393e;
	border-right: 1px solid #2c393e;
	background: transparent url(../images/booklist_background.png) 0 0 repeat;
	position: relative;
}

.scroll-pane {
	width: 958px;
	overflow: hidden;
	position: relative;
	height: 280px;
}

.jScrollPaneContainer ul {
	height: 298px;
	display: block;
	position: absolute;
}

.jScrollPaneContainer ul li {
	margin: 20px 0;
	padding: 0 38px;
	width: 162px;
	height: 258px;
    display: block;
    float: left;
	background: url(../images/booklist_break_lrg.png) top right no-repeat;
}

.jScrollPaneContainer ul li.last {
	background: none;
}

.jScrollPaneContainer h4 {
	margin: 5px 0 2px 0;
    font-size: 11px;
	font-weight: bold;
}

.jScrollPaneContainer p {
    font-size: 11px;
}

.jScrollPaneContainer p.buynow {
    font-weight: bold;
}

.accordion_bottom {
	height: 1px;
	background: url(../images/booklist_background.png) 0 0 repeat;
	border: 1px solid #2c393e;
	border-top: none;
	overflow: hidden;
}

/*
 Footer
 */
#footer {
    margin-top: 20px;
    padding: 20px 0 10px 0;
    width: 960px;
    overflow: hidden;
    font-size: 11px;
    color: #fff;
}

#footer h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 1.2em;
    display: block;
    height: 16px;
    text-indent: -9999px;
}

#footer h3.subscribe_header {
    width: 69px;
    background: url(../images/headers/subscribe.png) bottom left no-repeat;
}

#footer h3.nav_header {
    width: 27px;
    background: url(../images/headers/nav.png) bottom left no-repeat;
}

#footer h3.useful_links_header {
    width: 84px;
    background: url(../images/headers/useful_links.png) bottom center no-repeat;
}

#footer h3.share_header {
    width: 40px;
    background: url(../images/headers/share.png) bottom center no-repeat;
}

* html #footer h3.share_header {
    width: 40px;
    background: url(../images/headers/share.gif) bottom center no-repeat;
}

#footer p {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.3em;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer ul li {
    margin: 0 0 7px 0;
    padding: 0;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    text-decoration: underline;
}

#footer img {
    vertical-align: middle;
}

#footer span {
    display: none;
}

/* Footer sections */
#footer .subscribe, #footer .footer_nav, #footer .useful_links, #footer .share {
    padding: 0 30px;
    float: left;
    display: block;
    overflow: hidden;
    min-height: 112px;
}

#footer .subscribe {
    padding-left: 0;
    width: 190px;
    background: url(../images/footer_break_lrg.png) top right no-repeat;
}

#footer .footer_nav {
    width: 100px;
    background: url(../images/footer_break_lrg.png) top right no-repeat;
}

#footer .useful_links {
    width: 140px;
    background: url(../images/footer_break_lrg.png) top right no-repeat;
}

#footer .share {
    padding-right: 0;
    width: 340px;
    height: 100%;
    overflow: hidden;
}

#footer .share li {
    margin: 0;
    padding: 0 16px;
    float: left;
    display: block;
    /*background: url(../backstage_drwho/images/footer_break_sml.jpg) center right no-repeat;*/
}

#footer .share li.first {
    padding-left: 0;
}

#footer .share li.last {
    padding-right: 0;
    background: 0;
}

#footer .share li a {
    width: 42px;
    height: 42px;
    float: left;
    display: block;
}

#elsewhere {
    height: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

#copyright {
    padding-top: 20px;
    clear: both;
    background: url(../images/footer_break_bottom.png) top center no-repeat;
    font-size: 10px;
    height: 100%;
    overflow: hidden;
}
* html #copyright {
    border-top: 1px solid #fff;
    background: none;
}

#copyright .bbc_blocks {
    margin-right: 20px;
    width: 60px;
    height: 44px;
    float: left;
}

#copyright .penguin {
    margin-right: 20px;
    padding-top: 0;
    width: 24px;
    height: 34px;
    float: left;
}

#copyright .copy_text {
    float: left;
    width: 830px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

/*-*/

/**/
a.share_email {
	width: 42px;
	height: 42px;
	background: url(../images/share/share_email.png) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

a.share_facebook {
	width: 42px;
	height: 42px;
	background: url(../images/share/share_facebook.png) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

a.share_digg {
	width: 42px;
	height: 42px;
	background: url(../images/share/share_digg.png) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

a.share_myspace {
	width: 42px;
	height: 42px;
	background: url(../images/share/share_myspace.png) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

a.share_twitter {
	width: 42px;
	height: 42px;
	background: url(../images/share/share_twitter.png) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
