/* =MAIN STRUCTURE----------------------------------------------- */

#header-home {
	width:950px;
	height:130px;
	background-color:#D8252B;
	margin:0;
	padding:0;
}

#header-sub {
	width:950px;
	height:165px;
	background-color:#d8252b;
}

body {
	background-color:#fff;
	background-repeat:repeat-x;
}

body#home {
	background-image:url(../images/background-home.gif);
}

body#thebook, body#theauthor, body#speaking, body#thecommunity, body#events{
	background-image:url(../images/background-other.gif);
}

#mainbody {
	width:950px;
	float:left;
}

div.banner {
	float:left;
	width:870px;
	height:275px;
	padding:80px 40px 0 40px;
	margin:0 0 40px 0;
	background-color:#a3a6a6;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

div.bannercopy {
	float:left;
	width:540px;
	padding:0;
	margin:0;
}

div.bannercopy p {
	color:#474e4e;
	font-size:1.2em;
	margin-bottom:15px;
}

.subpagebuffer {
	width:100%;
	height:40px;
}

div.home-author-box-photo {
	float:left;
	width:180px;
	padding:0;
	margin:0 30px 0 0;
}

.home-author-box-photo img {
	padding:0;
	margin:0;
}

div.home-author-box-info {
	float:left;
	width:180px;
	padding:0;
	margin:0;
}

div.maincolumn {
	float:left;
	width:430px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:10px;
}

div.sidebar {
	float:left;
	width:145px;
	padding-left:30px;
	margin-right:0;
	padding-right:15px;
}

div.rightsidebar {
	float:left;
	width:210px;
	padding-left:0;
	margin-right:0;
	padding-right:0;
}

div.buythebook {
	width:180px;
	padding:10px 15px 15px 15px;
	margin:0;
	background-image:url(../images/buythebook.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

div.buythebook p, div.buythebook ul {
	margin:12px 0 22px 0;
	line-height:1.4em;
	font-size:.9em;
}

div.buythebook li {
	background-image:none;
	padding:0 0 8px 0;
	line-height:1.2em;
}

div.buythebook-footer {
	width:210px;
	height:10px;
	margin:0 0 20px 0;
	background-image:url(../images/bubble-bottom.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

div.twitter {
	width:180px;
	padding:15px 15px 5px 15px;
	margin:0;
	background-image:url(../images/bubble-top.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

div.twitter p, div.twitter ul, div.twitter-footer p {
	margin-bottom:0;
	line-height:1.4em;
	font-size:.9em;
}

div.twitter-footer {
	width:210px;
	height:90px;
	margin:0 0 20px 0;
	padding:65px 0 0 0;
	background-image:url(../images/bubble-bottom-twitter.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

div.homecolumnscontainer {
	float:left;
	width:870px;
	padding-left:40px;
	margin-right:0;
	padding-right:0;
}

div.homeleft {
	float:left;
	width:390px;
	padding-right:39px;
	border-right:1px solid #ccc;
}

div.homeright {
	float:left;
	width:390px;
	padding-left:40px;
	margin-right:0;
	padding-right:0;
}

#footer {
	width:910px;
	height:60px;
	clear:left;
	text-align:left;
	line-height:60px;
	padding:10px 0 10px 40px;
}

.newsletter {
	margin-bottom:30px;
}

#logo {
	width:210px;
	height:130px;
	float:left;
	margin:0 30px 0 0;
	padding:0;
	background-color:#D8252B;
}

/* =MAIN NAVIGATION----------------------------------------------- */

#mainnavigation {
	width:385px;
	height:15px;
	font-size:0.8em;
	line-height:.75;
	float:right;
	margin:60px 0 0;
}

ul#navmenu li {
	display:block;
	float:left;
	padding:0;
	background-image:none;
	background-repeat:no-repeat;
	background-position:0 0;
}

ul#navmenu li a {
	display:block;
	outline:none;
	width:35px;
	height:15px;
	background:transparent url(../images/nav-sprite.gif) no-repeat 0 0;
	text-indent:-9009px;
	margin:0 25px 0 0;
}

ul#navmenu li a:hover, body#home ul li a {
	background-position:0 -15px;
}

ul#navmenu li#navthebook a {
	width:34px;
	background-position:-35px 0;
}

ul#navmenu li#navthebook a:hover, body#thebook ul li#navthebook a {
	background-position:-35px -15px;
}

ul#navmenu li#navtheauthor a {
	width:50px;
	background-position:-69px 0;
}

ul#navmenu li#navtheauthor a:hover, body#theauthor ul li#navtheauthor a {
	background-position:-69px -15px;
}

ul#navmenu li#navevents a {
	width:46px;
	background-position:-119px 0;
}

ul#navmenu li#navevents a:hover, body#events ul li#navevents a {
	background-position:-119px -15px;
}

ul#navmenu li#navthecommunity a {
	width:75px;
	background-position:-165px 0;
}

ul#navmenu li#navthecommunity a:hover, body#thecommunity ul li#navthecommunity a {
	background-position:-165px -15px;
}

#home #navhome a, #thebook #navthebook a, #theauthor #navtheauthor a, #speaking #navspeaking a, #thecommunity #navthecommunity a {
	color:#000;
}

/* =CONTENT----------------------------------------------- */

h1 {
	display:block;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position:40px 30px;
	text-indent:-9999px;
	width:210px;
	height:130px;
}

h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}

.sidebar h2 {
	padding-left:10px;
}

.byline {
	font-size:1em;
	color:#999;
	font-style:italic;
	margin:0 0 20px 0;
}

.photo-credit {
	font-size:.8em;
	color:#999;
	font-style:italic;
	margin:0 0 5px 0;
}

.banner p {
	font-size:1.2em;
}

blockquote {
	margin:10px 0 5px 0;
	background:url(../images/quote-open.gif) no-repeat;
	font-size:1.1em;
	font-style:italic;
	line-height:1.4em;
	text-indent:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

blockquote span {
	font-size:.9em;
	color:#999;
	line-height:2em;
	margin:0 0 20px 0;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}

.blockquote {
	margin:10px 0 5px 0;
	background:url(../images/quote-open.gif) no-repeat;
	font-size:1.1em;
	font-style:italic;
	line-height:1.4em;
	text-indent:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.event-date {
	margin-top:-12px;
	margin-bottom:10px;
}

.event-table p {
	margin:0;
}

.required {
	color:#D8252B;
}

.tweet .tweet_list li {
	overflow:auto;
	list-style-type:none;
	background-image:none;
	padding:0 0 0 0;
	margin:0;
}

/* =IMAGES----------------------------------------------- */

.photo {
	margin:0 15px 15px 0;
	padding:3px;
	border:solid 1px #eee;
}

.photo-left {
	text-align:right;
	margin:0 15px 15px 0;
	padding:3px;
	float:left;
	border:solid 1px #ccc;
}

.photo-right {
	text-align:left;
	margin:0 0 15px 15px;
	padding:3px;
	float:right;
	border:solid 1px #ccc;
}

.downloadicon {
	vertical-align:middle;
	margin-top:-5px;
}

.buyicon {
	vertical-align:middle;
	margin:-5px 0 0 10px;
}

/* =LISTS----------------------------------------------- */

ul {
	list-style:none;
	margin:0 0 16px 0;
	padding:0;
}

li {
	padding:3px 0 10px 11px;
	background:url(../images/bullet.gif) no-repeat 0 6px;
	line-height:1.3em;
}

.anchorlinks ul {
	list-style:none;
	margin:0;
	padding:0;
}

.anchorlinks li {
	padding:0 15px 0 13px;
	line-height:1.3em;
	background-image:url(../images/bullet-down-arrow.gif);
	display:inline;
	background-repeat:no-repeat;
	background-position:0px 5px;
}

.bannercopy li {
	display:inline;
	background:url(../images/bullet-right-arrow.gif) no-repeat 0 9px;
	margin:0 10px 0 0;
	font-size:1.3em;
}

.homeleft li, .homeright li, .arrowlinks li, .reviewlinks li {
	background:url(../images/bullet-right-arrow.gif) no-repeat 0 8px;
}

.reviewlinks li {
	margin-top:-10px;
}

#sidebar li {
	background-image:none;
	font-size:1.2em;
	font-family:Arial Narrow, Tahoma, sans-serif;
}

#sidebar li a {
	text-decoration:none;
}

#sidebar li a:hover {
	text-decoration:underline;
}

#subbook a, #subauthor a, #subspeaking a, #subcommunity a, #subevents a {
	font-size:1.3em;
	color:#000;
}

#theauthor .author #subauthor,
#theauthor .events #subevents,
#theauthor .speaking #subspeaking,
#theauthor .media #submedia,
#theauthor .interviews #subinterviews,
#theauthor .sample #subsample,

#thebook .book #subbook,
#thebook .download #subdownload,
#thebook .reviews #subreviews,
#thebook .order #suborder,

#speaking .speaking #subspeaking,
#speaking .events #subevents,
#speaking .requests #subrequests,

#events .events #subevents,
#events .testimonials #subtestimonials,
#events .request #subrequest,

#thecommunity .community #subcommunity {
	background:url(../images/bullet-right-arrow.gif) no-repeat 0 10px;
}

ul.photothumbs li {
	display:block;
	float:left;
	padding:0;
}

ul.photothumbs li a {
	display:block;
	outline:none;
	margin:0 10px 0 0;
}

/* =TABLES----------------------------------------------- */

.event-schedule {
	width:410px;
	line-height:1.2em;
}

.event-schedule th {
	text-align:left;
	font-weight:bold;
	margin:0;
	padding:0 0 10px 0;
}

.event-schedule td {
	margin:0;
	padding:0 10px 20px 0;
	width:33%;
	vertical-align:top;
}

.past-event {
	color: #a9acae;
}

.past-event a {
	color: #e38386;
}
