
/* Homepage and base style---------------------------------------------------- */

body {
    background: #deedeb url(../img/bodybg.jpg) repeat;
    margin:0;
    padding: 0;
    font-family: georgia, serif;
    font-size: 13px;
    line-height: 18px;
    color: #1a2e33;
    }
#desk {
    background: transparent url(../img/desk.png) repeat-x;
    margin: 0;
    padding: 0;
    height: 495px;
    }
#breadcrumb {
	font: 10px arial, sans-serif;
	text-transform: uppercase;
	padding: 5px 0 0 15px;
	color: #333;
	text-shadow: #dad6ce 0 1px 0;
	} 
#breadcrumb a, #breadcrumb a:link {
	color: #333;
	border-bottom: 1px solid #666;
	}
#breadcrumb a:hover {
	color: #111;
	border-bottom: 1px solid #0092b3;
	}
#content {
    padding: .5em 0 0 15px;
    margin:0;
    width: 840px; /*was 800*/
    }
#left {
	width: 436px;
    padding: 0;
    margin: 0;
    }
#right {
	float: right;
    width: 388px; /*was 350*/
    margin: 0;
    padding: 0;
    }
#leftright {
	width: 660px;
	padding: 0;
	margin:0;
	}    
#right p{
	}    
#footer {
	padding:15px;
    clear:both;
    }
#footer p {
	font-size: 11px;
	line-height: 12px;
	color: #7a8c8d;
	margin: 0;
	}    
#footer a, #footer a:link {color: #7a8c8d;}  
#footer a:hover {color: #0092b3;}   
.beemo {
	font-family: helvetica, arial, sans-serif;
    font-weight: bold;
	}   
h1 {
    font-family: "times new roman", times, serif;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: -1px;
    color: #333;
    padding: 0 0 0 15px;
    text-shadow: #fff 0 1px 0;
    margin: 15px 0 0 0;
    }
.tracked {
	letter-spacing: -2px !important; 
	}    
h3 {
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -.01em;
    text-transform: uppercase;
    color: #334c66;
    border-bottom: 2px solid #a1c6d0;
    padding: 0;
    text-shadow: #fff 0 1px 0;
    }			       
p.aboutthebook {
    font-size: 15px;
    line-height: 20px;
    }
p.abouttheauthor {
    font-size: 13px;
    line-height: 18px;
    }		
a, a:link {
    color: #069;
    text-decoration: none;
    }
a:hover {
    color: #0092b3;
    text-decoration: none;
    }	
.newbook {
    background: transparent url(../img/howtobesingle_s.png) no-repeat;
    padding: 0 0 2em 80px;
    margin:0;
    }
.audiobook {
    background: transparent url(../img/cd.png) no-repeat;
    padding: 0 0 .7em 80px;
    margin:0;
    }
.oldbook {
    background: transparent url(../img/hesjustnotthatintoyou_s.png) no-repeat;
    padding: 0 0 0 80px;
    margin:0;
    height: 110px;
    }
p.footer {
    font-size: 11px;
    color: #7a8c8d;
    }
img {border: none;}
p.b {
    margin: 0;
    padding:20px 0 0 200px;
    }	
p.tv {
	margin: 0;
    padding: 0 200px 10px 0;
    background: transparent url(../img/tv.png) top right no-repeat;
    font-size: 15px;
    line-height: 20px;
	}
p.tvtext {
	margin: 0;
    padding: 0 200px 10px 0;
    font-size: 15px;
    line-height: 20px;
	}	
p.tvimg {
	margin: 0;
    padding: 0;
    float:right;
	} 	  	
.tvimg {
	display: block;
	width: 200px;
	}
.bigLink {
	font-size: 22px;
	letter-spacing: -1px;
	text-shadow: #fff 0 1px 0;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	}
.credit {
    font-family: helvetica, arial, sans-serif !important;
    font-weight: bold;
    }
#photos {
	margin: 0;
	padding:0;
	}
.thumbLeft {
	display: block; 
	float: left; 
	width: 210px; 
	height: 137px; 
	padding: 0 0 6px 0; 
	margin: 10px 0 0 0; 
	background: transparent url(../img/t_shadow.gif) no-repeat 0 bottom;
	}
.thumbRight {
	display: block; 
	float: right; 
	width: 210px; 
	height: 137px; 
	padding: 0 0 6px 0; 
	margin: 10px 0 0 0; 
	background: transparent url(../img/t_shadow.gif) no-repeat 0 bottom;
	}
.black {color: #222;}	
			 
/* Quicktime---------------------------------------------------- */

.title {
	padding-left: 120px;
	min-height: 120px;
	background-image: url(http://images.apple.com/downloads/images/essentials_quicktime20070611.png);
	background-position: top left;
	background-repeat: no-repeat;
	vertical-align: middle;
	}

.playButton {
	background-color: #006699;
	cursor: pointer;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-shadow: #000 0 1px 1px;
	font-size: 11px;
	text-transform: uppercase;
	opacity: .9;
	filter: alpha(opacity=90);
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	position: relative;
	top: 50%;
	zoom: 100%;
	padding: .5em 1em;
	color: white;
	}

.playBackground {
	background-color: rgb(0,0,0);
	opacity: 0.0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0px; left: 0px;
	}

/* Video Section---------------------------------------------------- */

#deskVideo {
    background: transparent url(img/desk2.png) repeat-x;
    height: 263px;
    margin: 0;
    padding: 0;
    }
.videoDescription {
	padding: 10px;
	margin:0;
	display: block;
	background: #1c2625;
	color: #fff;
	}    
p.videoIntro {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    color: #2d4145;
    padding-top: 1em;
    }
#mapLatest, #map, #mapFrance, #mapChina, #mapBrazil, #mapDenmark, #mapAustralia, #mapIndia, #mapIceland, #mapItaly{
	height: 126px;
	padding: 0 0 0 230px;
	}
#map {background: transparent url(img/map.gif) no-repeat;}
#mapLatest {background: transparent url(img/mapLatest.gif) no-repeat;}
#mapFrance {background: transparent url(img/mapFrance.gif) no-repeat;}
#mapChina {background: transparent url(img/mapChina.gif) no-repeat;}
#mapBrazil {background: transparent url(img/mapBrazil.gif) no-repeat;}
#mapDenmark {background: transparent url(img/mapDenmark.gif) no-repeat;}
#mapAustralia {background: transparent url(img/mapAustralia.gif) no-repeat;}
#mapIndia {background: transparent url(img/mapIndia.gif) no-repeat;}
#mapIceland {background: transparent url(img/mapIceland.gif) no-repeat;}
#mapItaly {background: transparent url(img/mapItaly.gif) no-repeat;}

ul.cityList {
	font: 12px/15px helvetica, arial, sans-serif;
	color: #a1c6d0;
	margin: 0;
	padding: 0;
	list-style-image: url(../img/pushpin.gif);
	}
ul.cityList a, ul.cityList a:link {
	font-weight: bold;
	}
ul.cityList a:hover {
	}	
li.cityOn {
	background: #fff;
	}
img.videoThumbs {
	background: #ffffff;
	padding: 3px;
	margin:0;
	}
a:hover img.videoThumbs, img.videoThumbsOn {
	background: #0092b3;
	padding: 3px;
	}	
p.videoTitle {
	color: #0092b3;
	font-size: 20px;
	font-weight: normal;
	padding:0;
	}	
.new {
	color: #f33;
	font: 9px bold Georgia !important;
	}	
/* Error Page---------------------------------------------------- */	
ul.error {
	margin-left: 1em;
	padding: 0;
	list-style-image: url(../img/pushpin.gif);
	}	