/* MAIN ELEMENTS
================================================*/

body {
	background: url(img/body.bg.png);
}
a {
	color: #8d0d0f;
}
.clear {
	clear: both;
}
img.alignright {
	float: right;
	margin: 1.5em 0 0 1.5em;
}
/* LAYOUT
================================================*/
h1 a {
	display: block;
	text-indent: -9999px;
	outline: 0;
	background: url(img/logo.png) no-repeat scroll 30px 0px;
	height: 46px;
	margin: 10px 0;
}
#languages {
	float: right;
	margin: 10px 0;
}
#languages #facebook {
	background: transparent url(img/icn.facebook.png) no-repeat scroll 0 0;
	padding: 2px 0 2px 25px;
	text-decoration: none;
}
.header {
	background: url(img/bg.nav.gif) no-repeat;
}
.header ul {
	display: block;
	font-family: Georgia, Times, serif;
}
.header ul li {
	float: left;
	list-style: none;
	font-size: 16px;
	padding: 15px 15px;
	margin-top: 2px;
}
.header ul li a {
	text-decoration: none;
}
.header ul li.active, .header ul li.current_page_item {
	padding: 8px 15px;
	border-top: 7px solid black;
}
.header ul li.active a, .header ul li.current_page_item a {
	color: black;
}
#search fieldset {
	padding: 20px 20px 0 0;
	text-align: right;
	border: 0;
	margin-bottom: 12px;
}
#search button {
	border: 0;
	background: transparent;
	color: #8d0d0f;
	text-transform: uppercase;
}
#search input {
	color: #9F9F9F;
}
#search input.active {
	color: black;
}

.inside {
	background: url(img/bg.content.gif) repeat-y;
	width: 964px;
}
.body {
	border-top: 1px solid #e9e9e9;
	margin: 0 7px;
	padding: 30px;
}
.body .post {
	margin: 0 0 2.5em 0;
}
/* NEWSLETTER 
===============================================*/

#newsletter fieldset {
	padding-left: 0;
	border: 0;	
}
#newsletter fieldset input {
	width: 240px;
}
#newsletter fieldset button {
	border: 0;
	background: transparent;
	color: #8d0d0f;
	text-transform: uppercase;
}
/* PAGE SPECIFIC
===============================================*/

/* INVITE TODD */
.invite-todd {
	margin-bottom: 5px;
}
.invite-todd a {
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	display: block;
	width: 575px;
}

/* OSW PROMO */
#osw-promo {
	background: black url(img/bg.blurb.png) repeat-x;
	color: white;
	position: relative;
}
#osw-promo #inside-promo {
	width: 545px;
	text-align: center;
}
#osw-promo #cover {
	position: absolute;
	right: 0px;
}
#osw-promo h2 {
	text-indent: -9999px;
	background: url(img/logo.large.png) no-repeat center;
	padding: 27px 0 42px 0;
	margin: 0;
	text-align: left;
}
#osw-promo h3 {
	color: white;
	text-transform: uppercase;
	margin-left: 20px;
	margin-bottom: 25px;
	font-weight: bold;
}
#osw-promo p {
	margin-left: 20px;
	font-size: 16px;
	margin-bottom: 0px;
}
#osw-promo #links {
	margin-left: 20px;
	padding: 20px 0;
	margin-bottom: 0;
}
#osw-promo #links .order-now {
	color: white;
	background: #8D0D0F;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	margin-right: 20px;
	font-size: 24px;
}
#osw-promo #links .read-more {
	font-size: 16px;
	text-decoration: none;
}
#osw-promo #links .read-more:hover {
	color: white;
}

/* HOMEPAGE PODS */

#author {
	float: left;
	background: #EFEFEF url(img/pod.bio.png) no-repeat;
	width: 282px;
	height: 180px;
	margin-right: 23px;
}
#author h3 {
	margin-top: 72px;
	margin-left: 12px;
	margin-bottom: 0;
}
#author h3 a {
	text-decoration: none;
	font-size: 25px;
	font-weight: bold;
}
#author h4 {
	color: #7D7D7D;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 12px;
}
#author ul {
	list-style: none;
	margin: 0 12px;
	padding: 0;
}
#author ul a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding-left: 24px;
}
#author .twitter a {
	background: url(img/icn.twitter.png) no-repeat;
}
#author .facebook a {
	background: url(img/icn.facebook.png) no-repeat;
}
#other-books {
	display: block;
	background: #EFEFEF url(img/pod.books.png) no-repeat 70px 68px;
	float: left;
	height: 180px;
	width: 372px;
	text-decoration: none;
}
#other-books strong {
	display: block;
	margin: 20px 10px 0 10px;
	font-size: 20px;
}
#other-books small {
	display: block;
	margin: -23px 10px 0 75px;
	font-size: 16px;
	color: black;
	font-weight: normal;
}
#speaking-events {
	display: block;
	background: #EFEFEF url(img/pod.speaking.png) no-repeat left bottom;
	float: right;
	height: 180px;
	width: 190px;
	text-decoration: none;
}
#speaking-events strong {
	display: block;
	margin: 20px 30px;
	font-size: 20px;
}
#speaking-events small {
	display: block;
	margin: 0 30px;
	margin-top: -30px;
	font-size: 14px;
	color: black;
	font-weight: normal;
}

#bottom-pods {
	width: 575px;
}
#bottom-pods #other-books {
	width: 245px;
	background: #EFEFEF url(img/pod.books.small.png) no-repeat scroll 10px 41px;
	padding-left: 12px;
	height: 115px;
	padding-top: 12px;
	border-bottom: 1px solid #a9a9a9;
}
#bottom-pods #other-books strong {
	display: inline;
	margin: 0;
	font-size: 17px;
}
#bottom-pods #other-books small {
	display: inline;
	margin: 0;
}
#bottom-pods #speaking-events {
	height: 40px;
	float: left;
	width: 257px;
	background-repeat: repeat-x;
	background-position: center;
	padding-top: 10px;
	border: 1px solid #A6A6A6;
	border-width: 1px 0;
}
#bottom-pods #speaking-events strong {
	display: inline;
	margin: 20px 12px;
}
/* BLOG PAGE */
.narrowcolumn .entry {
	padding-top: 1.5em;
}
.post h2 {
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 0;
}
.post h2 a {
	font-weight: bold;
	text-decoration: none;
}
#sidebar {
	float: right;
	display: none;
}

/* ARTICLES */
.article-excerpt h2 {
	font-size: 16px;
	border-bottom: 0;
}
.article-excerpt h5 {
	font-weight: normal;
}
.article-excerpt td {
	vertical-align: top;
}
.article-excerpt td.title {
	width: 150px;
}
/* SPEAKER REQUEST */
.book-todd {
	background: #EFEFEF;
	text-align: center;
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.book-todd a {
	text-decoration: none;
}
#speaker-request {
	margin: 15px 0;
}
#speaker-request textarea {
	height: 60px;
}

h4.event-title {
	font-size: 18px;
	background: #e9e9e9;
	padding: 5px 10px;
	position: relative;
}
h4.event-title strong {
	color: #F21419;
}
h4.event-title strong em {
	color: black;
	font-style: normal;
}
h4.event-title .speaker-request-link {
	position: absolute;
	right: 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 2px;
}


/*Author Page */
#author-photos li {
	list-style: none;
	float: left;
	display: block;
	border: 4px solid #EFEFEF;
	overflow: hidden;
	width: 50px;
	height: 50px;
	margin-left: 15px;
}

/* ORDER PAGE */
#TB_window .about {
	font-size: 1.2em;
	line-height: 1.3em;
}
.item {
	position: relative;
	padding-left: 175px;
	height: 270px;
}
.item .cover {
	position: absolute;
	left: 15px;
}
.item .options {
	margin-left: -175px;
	padding-left: 175px;
	background: #EFEFEF;
}
.item h3 {
	float: left;
	font-size: 32px;
	margin-bottom:10px;
	font-weight: bold;
}
.item h4 {
	float: left;
	font-size: 16px;
	padding-top: 10px;
	margin-left: 15px;
	margin-bottom: 0;
}
.item ul.prices {
	border-bottom:1px solid #C6C6C6;
	float:left;
	margin:0 0 15px 0;
	padding:0;
	width: 715px;
}
.item .prices li {
	float: left;
	font-size: 16px;
	list-style: none;
	padding: 5px 15px 5px 0;
}
.item .prices li.better {
	background: #C6C6C6;
	padding: 5px 15px;
}
.item .prices li.best {
	background: #A4A4A4;
	padding: 5px 15px;
}

.item .prices li strong {
	font-size: 22px;
}
.item form {
	clear: both;
}
.item fieldset {
	border: 0;
	padding: 0;
}
#osw h3 {
	text-transform: uppercase; 
	color: #F21419;
}
#osw h3 em {
	color: black;
	font-style: normal;
}
#true-riches h3 {
	color: #9A4949;
}
/* FOOTER 
=======================================================================*/

#footer {
	padding:15px 30px;
	border-top: 1px solid #E9E9E9;
	border-bottom: 4px solid #D7D7D7;
	margin: -45px 7px 0 7px;
}
#footer .credit {
	float: left;
}
#footer .nav {
	float: right;
}

/* THICKBOX CUSTOMIZATIONS
=======================================================================*/
#TB_title {
	background-color:#8D0D0F;
	color:white;
	font-family:Georgia;
	font-weight:bold;
}
#TB_title a,#TB_title a:visited, #TB_title a:hover {
	color: white;
}