/** Stylesheet for The Real Deal by James Caan
Author:Random House Group Digital
Date:27/08/09
Copyright: Random House Group Ltd.
**/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
    font-size:9pt;
	color:#fff;
	background-color:#000000;
}
/** links **/
a:link {
	color: #ffffff;
	text-decoration:none;

}
a:visited, a:active {
	color: #ffffff;
text-decoration:none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;

}
/** wrappers & containers **/
.wrapper {
width: 100%;
min-width:970px;
background-color:#000;
background-image:url(../images/jamescaan_bg.gif);
background-position:top;
background-repeat:repeat-x;	
}
.container {
width: 970px;
min-width:970px;
max-width:970px;
text-align:left;
}
/** toprow **/
.toprow {
width: 970px;
min-width:970px;
max-width:970px;
height:405px;
}

.toprow #left{
float:left;
width:300px;
max-width:300px;
height:405px;
max-height:405px;
background-image:url(../images/jamescaan_authorpic.png);
background-position:bottom;
background-repeat:no-repeat;
}
.toprow #right{
float:right;
width:660px;
max-width:660px;
height:405px;
max-height:405px;
background-image:url(../images/jamescaan_title.gif);
background-position:top right;
background-repeat:no-repeat;
}

.toprow #rightcol1{
float:left;
width:350px;
max-width:350px;
height:405px;
max-height:405px;
padding-top:110px;
text-align:center;
}
.toprow #rightcol2{
float:right;
width:300px;
max-width:300px;
height:405px;
max-height:405px;
background-image:url(../images/jamescaan_authorsub.gif);
background-position:bottom right;
background-repeat:no-repeat;
}
/** bottomrow **/
.bottomrow{
width: 970px;
min-width:970px;
max-width:970px;
}
.bottomrow #left{
float:left;
width:680px;
max-width:680px;
}
.bottomrow #right{
float:right;
width:277px;
max-width:277px;
height:298px;
background-image:url(../images/jamescaan_colseparator.gif);
background-position:top left;
background-repeat:no-repeat;
}
.bottomrow #righttext{
padding:20px;
color:#fff;
font-size:11px;
}

.bottomrow #leftcol1{
float:left;
width:610px;
max-width:610px;
padding:5px 10px 10px 10px;
color:#fff;
font-size:11px;
}
.bottomrow #leftcol2{
float:right;
width:41px;
max-width:41px;
margin-top:5px;

}

/** news **/
.newscol1{
float:left;
width:250px;
max-width:250px;
padding:10px 10px 10px 10px;
color:#fff;
font-size:11px;
}
.newscol2{
float:right;
width:250px;
max-width:250px;
padding:10px 10px 10px 10px;
color:#fff;
font-size:11px;
}

/** footer **/
.footer {
width: 970px;
min-width:970px;
max-width:970px;
color:#fff;
font-size:10px;
text-align:center;
}
/** nav **/
.nav {
width: 970px;
min-width:970px;
max-width:970px;
height:28px;
max-height:28px;
background-image:url(../images/jamescaan_navbg.gif);
background-repeat:repeat-x;
}
.podcast{
margin:0px;
}
.breadcrumb{

color:#9d9fa1;
font-size:10px;
}
.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
color:#9d9fa1;
text-decoration:underline;
font-size:10px;
}
.breadcrumb a:hover {
color:#9d9fa1;
text-decoration:underline;
font-size:10px;
}
/** video **/
.video {

}

/** forms **/
.formerror {
width:400px;
font-size:10pt;
color:#ed1c24;
font-weight:bold;
display:none;
position:relative;
}
.form {
width:400px;
/**background-image:url(images/rememberme_art.jpg); **/
background-position:right top;
background-repeat:no-repeat;
}
/**search box**/
#formwrap{float:right; width:320px}
#formwrap select, #formwrap input, #formwrap label, #formwrap p{font-size:0.7em;}
#formwrap label, #formwrap a{color:#000;}
#formwrap input.gobutton{float:left;}
fieldset{border:none; white-space:nowrap;}
#browseform{margin-top:29px;width:160px; white-space:nowrap}
#browseform select{width:11.5em;margin-right:5px;float:left;}
#searchform{margin-top:16px;width:160px;}
#searchform label{display:block;margin-bottom:2px;}
#searchform input#searchbooks{float:left;margin-right:5px;}
#searchform p{clear:both;}
.floatleft{float:left; width:215px}
.floatright{float:right;width:215px}
.clearboth{clear:both;}
.clearboth:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.offscreen{position:absolute;top:0;left:-20000px; color:#000}
/** clear **/
.clear{
clear:both;
}
.clear5px{
clear:both;
height:5px;
}
/** fonts **/
.dategrey{
color:#9d9fa1;
}
.textgrey{
color:#9d9fa1;
}
.pink {
color:#ec008c;
}
/** images **/
.hb{
padding-left:20px;
}

/** Podcast Promo **/

.podcast_promo {
text-align:left;
padding-top:30px;
}
.podcast_promo a:link, .podcast_promo a:visited, .podcast_promo a:active {
color:#ec008c;
text-decoration:none;
}
.podcast_promo a:hover {
color:#ec008c;
text-decoration:underline;
}

/** buttons **/

.btn {
margin-left:20px;
}