/*
Theme Name: Making Your Leadership Come Alive
Theme URI: http://aliveleader.com
Description: Theme for Making Your Leadership Come Alive book
Version: 1
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/*
Master styles for screen media
Author:	Prototype Syndicate
*/

@import 'reset.css';


/* PAGE STRUCTURE
------------------------------------------------------------- */

body {
	background: #dad7d5 url(images/bg-noise.png) repeat;
	font: normal 12px/18px Georgia, serif;
	color: #5f524a;
	letter-spacing: .5px;
}

.container {
	width: 980px;
	margin: 45px auto 0;
	overflow: visible;
	background-color: #fff;
	border: 1px solid #e5e3df;
	-moz-box-shadow: 0px 0px 10px rgba(196,196,186, 0.6);
	-webkit-box-shadow: 0px 0px 10px rgba(196,196,186, 0.6);
	box-shadow: 0px 0px 10px rgba(196,196,186, 0.6);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/* ELEMENTS
------------------------------------------------------------- */

p {
	margin-bottom: 15px;
}

.entry-content blockquote {
	font-size: 26px;
	line-height: 30px;
    margin:20px;
    padding: 20px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
   color: #5e5c56;
}

.entry-content img {
    margin:0 20px 10px 0;
    padding: 5px;
    background: #F3F2EE;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.entry-content img.alignleft {
    float: left;
    margin:0 20px 10px 0;
}

.entry-content img.alignright {
    float: right;
    margin:0 0 10px 20px;
}

#sfstest-sidebar blockquote {
	font-size: 12px;
	font-family: Georgia, serif;
    margin:0 10px 10px 0;
    padding: 0px;
    color: #8E8C85;
}

#sfstest-sidebar blockquote cite {
	font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-align: right !important;    
    line-height: 12px;
    color: #5D5651;
    padding:0;
    margin: 0;
}

#sfstest-sidebar blockquote cite a {
    font-style: normal;
    font-weight: normal;
    color: #8E8C85;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 10px !important;
}

.sfststreadmore {
    text-transform: uppercase;
    font-size: 9px;
}

.bar {
	border-top: 1px solid #eaeaea;
}

a, a:visited {
	color: #6e6c66;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #cc0000;
}

a.button {
	padding: 6px 10px 6px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	background-color: #f1f0ec;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

a.button:hover {
	background-color: #53d7b6;
}


h2, h3, h4, h5 {
	font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.6em;
    color: #5d5651;
    margin:20px 0 15px;
}

h2 {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: #f1f0ec;
	font-weight: normal;
	margin: 0 0 15px 0;
}

.entry-content h2 {
	color: #5F524A;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 15px 0 5px;
    text-transform: uppercase;
}

h3 {
	border-bottom: 3px solid #EAEAEA;
    color: #5F524A;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 15px 0 5px;
    text-transform: uppercase;
}

h4 {
	font-size: 14px;
	color: #cc3333;
	letter-spacing: .5px;
}


/* HEADER
------------------------------------------------------------- */

.header {
	width: 100%;
	padding: 25px 0 0 0;
	background: #fff url(images/bg-pattern-white.png) bottom repeat-x;
}

/* Logo */

.header h1 {
	float: left;
	margin: 0 0 25px 35px;
}

.header h1 a {
	display: block;
	width: 489px;
	height: 101px;
	text-indent: -9999px;
	background: url(images/logo.jpg) no-repeat;
}

/* Social icons */

.header ul.social {
	float: right;
	overflow: hidden;
	margin: 5px 15px 0 0;
}

.header ul.social li {
	float: left;
	margin: 0 8px 0 0;
}

.header ul.social li a {
	display: inline;
	width: 20px;
	height: 18px;
}

.header ul.social li a.fb {
	background: url(images/icon-social.png) no-repeat;
	background-position: 0 0;
	display: block;
	width: 20px;
	height: 18px;
	text-indent: -9999px;
}

.header ul.social li a.lin {
	background: url(images/icon-social.png) no-repeat;
	background-position: 0 -21px;
	display: block;
	width: 20px;
	height: 18px;
	text-indent: -9999px;
}

.header ul.social li a.twit {
	background: url(images/icon-social.png) no-repeat;
	background-position: 0 -42px;
	display: block;
	width: 20px;
	height: 18px;
	text-indent: -9999px;
}

/* MAILCHIMP FORM
------------------------------------------------------------- */

.header form {
	float: right;
	overflow: hidden;
	margin: 0 25px 0 0;
	width: 260px;
}

.header input[type=text] {
	float: left;
	width: 152px;
	padding: 9px 11px;
	font: normal 9px Arial, sans-serif;
	color: #777;
	text-transform: uppercase;
	background: #fcfcfc;
	border-bottom: none;
	border-left: 1px solid #e8e7e8;
	border-right: 1px solid #e8e7e8;
	border-top: 1px solid #bfbdbf;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#fafafa));
	background: -moz-linear-gradient(0% 0% 90deg, #fff, #fafafa);
	-moz-box-shadow: inset 0px 0px 1px #eae9ea;
	-webkit-box-shadow: inset 0px 0px 1px #eae9ea;
	box-shadow: inset 0px 0px 1px #eae9ea;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.header input[type=submit] {
	float: left;
	height: 30px !important;
	width: 70px !important;
	margin: 0 0 0 9px;
	padding: 8px 35px 9px;
	background: url(images/sign_up_button.png) no-repeat;
	cursor: pointer;
	border:none;
	text-indent: -9999px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
 	border-radius: 0;
 	-moz-box-shadow: 0;
 	-webkit-box-shadow: 0;
  	box-shadow: 0;
  	border: none;
}

.header input[type=submit]:hover {
	background: url(images/sign_up_button_hover.png) no-repeat;
}

.mc_signup_submit {
    float: right;
    text-align: center;
}

.header .mc_var_label {
	visibility: hidden;
	height: 0;
	width: 0;
	margin:0;
	padding:0;
}	

#mc_message {;
	clear: both;
    color: #999999;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 9px;
    line-height: 12px;
    margin: 0;
    padding: 10px 0;
    width: 200px;
}

.mc_success_msg, .mc_error_msg {
    color: #999 !important;
}	



/* INTRO & PRICE
------------------------------------------------------------- */

.intro {
	position: relative;
	padding: 20px 0 0 40px;
	height: 300px;
	background-color: #8e171a;
}

.intro img.book {
	float: right;
	margin: 0 45px 0 0;
	position: relative;
	top: -55px;
}

.intro h2 {
	float: left;
	width: 520px;
	font-size: 20px;
	font-family: Georgia, serif;
	letter-spacing: 1px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: .5px;
	margin: 0 0 25px 0;
	color: #382a21;
}

h1 {
	font-family: Georgia, serif;
	width: 430px;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 25px 0;
	color: #BE2226;
}

h1.entry-title {
	text-transform: uppercase;
}

.intro p {
	float: left;
	width: 500px;
	margin: 5px 0 15px 0;
	color: #FFF;
	font-family: arial, san-serif;
}

.price {
	padding: 15px 0 0 170px;
	margin: 0 0 -30px 0;
	background: url(images/bg-pattern-noise.png) repeat-x;
}

#pattern-bottom {
	padding: 15px 0 0 170px;
	margin: 0 0 -30px 0;
	background: url(images/bg-pattern-noise.png) repeat-x;
}

#sold_where li {
	display: inline-block;
	overflow: hidden;
	margin: 0 2px 0 0;
	padding: 0 4px;
	width: 96px !important;
	height: 30px !important;
	line-height: 53px;
	-moz-box-shadow: 0px 0px 1px #b8b8b8;
	-webkit-box-shadow: 0px 0px 1px #b8b8b8;
	box-shadow: 0px 0px 1px #b8b8b8;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.price a.button {
	display: inline-block;
	overflow: hidden;
	margin: 0 2px 0 0;
	padding: 0 0 0 65px;
	width: 39px !important;
	height: 30px !important;
	line-height: 53px;
	-moz-box-shadow: 0px 0px 1px #b8b8b8;
	-webkit-box-shadow: 0px 0px 1px #b8b8b8;
	box-shadow: 0px 0px 1px #b8b8b8;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.price a.button:hover {
	text-decoration: none;
}

.price a.button span {
	float: right;
	margin: 0 15px 0 0;
	font-size: 24px;
	line-height: 50px;
}

.price a.button.barnesnobles {
	background: url(images/bn_logo.png) 6px 0 no-repeat;
}

.price a.button.amazon {
	background: #FFF url(images/amazon_logo.png) 6px 0 no-repeat;
}

.price a.button.oo {
	background: #FFF url(images/8oo_logo.png) 6px 0 no-repeat;
}

#sold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .5px;
	line-height: 1.5em;
}

#sold_where {
	margin-left: -50px;
	margin-top: 5px;
}

/* SIDEBAR
------------------------------------------------------------- */

#sidebar{
	font-family: Helvetica, Arial, sans-serif;
	margin:40px 0 0 0;
	padding: 0;
	display: inline;
	width: 230px;
	float: right;
}


#sidebar h3 {
	color: #5F524A;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	font-weight: bold;
	border-bottom: 1px solid #EAEAEA;
	padding:15px 0 5px 0;
}

#sidebar ul li {
	padding:0 0 7px 0;
}

#sidebar ul li a {
	color: #5F524A;
	letter-spacing: .75px;
}

#sidebar ul li a:hover {
	color: #660000;
}

/* TESTIMONIALS
------------------------------------------------------------- */

.testimonials {
	position: relative;
	padding: 45px 0 20px 0;
	background: url(images/special_offer_background.png) no-repeat;
	height: 210px;
	margin-top: -55px;
}

.testimonials:before {
	content: '';
	display: block;
	width: 100%;
	height: 8px;
	position: absolute;
	top: -8px; left: 0;
/*	background: url(images/bg-pattern-white.png) repeat-x; */
}

.testimonials a.buttons {
	display: block;
	width: 27px;
	height: 27px;
	text-indent: -9999px;
	position: absolute;
	z-index: 1000;
	background: url(images/icon-arrows-small.png) no-repeat;
}

.testimonials a.buttons.prev {
	background-position: 0 0;
	top: 30px; left: 20px;
}

.testimonials a.buttons.prev:hover {
	background-position: 0 -58px;
}

.testimonials a.buttons.next {
	background-position: 0 -29px;
	top: 30px; right: 20px;
}

.testimonials a.buttons.next:hover {
	background-position: 0 -87px;
}

.testimonials .carousel {
	height: 230px;
	width: 860px;
	padding: 0 60px 0 40px;
	overflow: hidden;
	position: relative;
}

.testimonials .carousel .viewport {
	float: left;
	width: 980px;
	height: 230px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.testimonials .carousel .viewport div.overview {
	position: absolute;
	top: 0; left: 0;
}

.testimonials .quote {
	width: 245px;
	float: left;
	text-align: center;
	margin: 0 80px 0 0;
	color: #fff;
}

.testimonials .quote #sfstest-sidebar blockquote {
    color: #ccc;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.55);
    font-family: Georgia,serif;
    font-size: 12px;
    margin: 0 10px 10px 0;
    padding: 0;
}

.testimonials .quote #sfstest-sidebar blockquote cite {
    color: #fff;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 12px;
    margin: 0;
    padding: 0;
    text-align: right !important;
}

.testimonials .quote #sfstest-sidebar blockquote cite a {
    color: #ccc;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: .75px;
    line-height: 10px !important;
}

.testimonials .quote .sfststreadmore {
    visibility: hidden;
}

.testimonials .quote blockquote {
	font: 12px/14px georgia,"Times New Roman",sans-serif;
	letter-spacing: 1px;
	color: #ccc;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.55);
	line-height: 18px;
	margin:0 0 30px 0;
}

.testimonials .quote cite {
	display: block;
	font-family: Helvetica,Arial,sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.55);
	margin: -8px 0 0;
}


/* FEATURES
------------------------------------------------------------- */

.features {
	padding: 20px 0 20px 75px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	clear: both;
}

.features div, .features li {
	float: left;
	list-style-type: none;
	width: 223px;
	margin: 0 78px 25px 0;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.75);
	color: #8e8c85;
	letter-spacing: .5px;
}

.features li a {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #cc3333;
	letter-spacing: .5px;
	font-style: normal;
    font-weight: bold;
    line-height: 1.6em;
    width: 223px;
    clear: both;
}

.features div h4 {
	padding: 0 0 0 22px;
	margin: 0 0 8px 0;
	background: url(images/icon-features.png) 0 0 no-repeat;
}

.features img {
	position: relative;
	top:3px;
	left: 0;
}

.features h4.epub {
	background-position: 0 1px;
}

.features h4.graph {
	background-position: 0 -21px;
}

.features h4.paper {
	background-position: 0 -43px ;
}

.features h4.word {
	background-position: 0 -106px ;
}

.features h4.ebook {
	background-position: 0 -66px ;
}

.features h4.hq {
	background-position: 0 -87px ;
}


/* SAMPLES
------------------------------------------------------------- */

.samples {
	position: relative;
	padding: 25px 0 30px 0;
	background: url(images/bg-noise.png) repeat;
}

.samples:before {
	content: '';
	display: block;
	width: 100%;
	height: 8px;
	position: absolute;
	top: -8px; left: 0;
	background: url(images/bg-pattern-white.png) repeat-x;
}

.samples .carousel {
	height: 190px;
	overflow: hidden;
	position: relative;
}

.samples .carousel .viewport {
	float: left;
	width: 830px;
	height: 190px;
	margin: 0 75px;
	overflow: hidden;
	position: relative;
}

.samples .carousel .viewport ul.overview {
	position: absolute;
	top: 0; left: 0;
	padding: 3px;
}

.samples ul li {
	float: left;
	position: relative;
	margin: 0 43px 0 0;
	height: 188px;
	width: 174px;
}

.samples ul li a {
	display: block;
	padding: 7px 26px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.samples ul li a.zoom {
	display: block;
	width: 28px;
	height: 25px;
	text-indent: -9999px;
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background: transparent url(images/icon-zoom.png);
	position: absolute;
	bottom: -0; left: 73px;
}

.samples a.buttons {
	display: block;
	width: 43px;
	height: 43px;
	text-indent: -9999px;
	position: absolute;
	background: url(images/icon-arrows.png) no-repeat;
}

.samples a.buttons.prev {
	background-position: 0 0;
	top: 65px; left: 17px;
}

.samples a.buttons.prev:hover {
	background-position: 0 -101px;
}

.samples a.buttons.next {
	background-position: 0 -50px;
	top: 65px; right: 17px;
}

.samples a.buttons.next:hover {
	background-position: 0 -151px;
}


/* FINAL
------------------------------------------------------------- */

.final {
	padding: 50px 50px 30px;
	background: url(images/bg-pattern-noise.png) 0 0 repeat-x;
}

.final a.button {
	display: block;
	float: right;
}


/* FOOTER
------------------------------------------------------------- */

.footer {
	width: 930px;
	margin: 15px auto;
	color: #afa8a3;
}

.footer p {
	width: 50%;
	float: left;
}

.footer p a {
	color: #86847d;
}

.footer p.last {
	float: right;
	text-align: right;
}

/* MISC.
------------------------------------------------------------- */

.hide {
	display: none;
}


/* self-clear floats */

.group:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

ul#navlist {
	margin-left: -156px;
	white-space: nowrap;
}

ul#navlist_page {
	margin: 0;
	white-space: nowrap;
}

#navcontainer_page {
	clear:both;
	margin:0 0 20px 0;
}

#navlist li, #navlist_page li {
	display: inline;
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#navlist a, #navlist_page a { 
	padding: 3px 33px; 
	font: normal 13px/18px arial, sans-serif;
	color: #5f524a;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}

#navlist a:link, #navlist a:visited, #navlist_page a:link, #navlist_page a:visited {
	text-decoration: none;
}

#navlist a:hover, #navlist_page a:hover {
	text-decoration: none;
	color: #660000;
}

#navlist_page li.current_page_item a {
	color: #cfcbc9;
}


#special_offer_box {
	height: 159px;
	width: 271px;
	background: url(images/special_offer_box.png) no-repeat left top;
}

#special_offer_box:hover {
	background: url(images/special_offer_box.png) no-repeat bottom left;
}

#special_offer_text {
	font-family: Helvetica,Arial,sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.7em;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 49px;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    color: #fff;
}

#special_offer_text a {
	font-family: Helvetica,Arial,sans-serif;
    font-size: 10px;
    color: #ff0000;
}

#special_offer_text a:hover {
    color: #cc0000;
}

#border {
	height: 20px;
	width: 949px;
	background: url(images/border.png) no-repeat;
	margin-left: -170px;
}

#border_page {
	height: 20px;
	width: 949px;
	background: url(images/border.png) no-repeat;
}

#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}

#container {
	margin: 40px 0 0;
	width: 640px;
	float: left;
}

#content {
	margin: 0 0 40px 20px;
	padding: 0;
	width: 640px;
	float: left;
	display: inline;
	overflow: hidden;
}

.post {
	padding: 15px 0;
	border-bottom: 1px solid #EAEAEA;
}

#post-2 {
	padding-left: 15px;
}

#testimonials {
	padding-top: 25px;
}

/* COMMENTS
------------------------------------------------------------- */

.comment {
	padding: 10px 20px;
	margin:1px 0;
	background: #F3F2EE;
}

.comment .vcard {
	color: #5D5651;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 12px;
    margin: 0 0 10px 0;
    padding: 0;
}

.comment img {
	float: left;
	padding: 5px;
	margin:0 10px 10px 0;
	background: #fff;
	border: 1px solid #ccc;
}

#commentform input, #commentform textarea {
	padding: 5px;
	margin:0 10px;
	width: 400px;
	background: #F3F2EE;
	border: 1px solid #dad8cf;
	float: right;
}


#commentform label {
	padding: 5px;
	margin:0;
	width: 100px;
}

.form-allowed-tags {
	padding: 10px;
	margin:10px 0;
	border-top: 1px solid #F3F2EE;
	border-bottom: 1px solid #F3F2EE;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10px;
	color: #777;
}

/* BUTTONS
------------------------------------------------------------- */

.button, #submit {
  background: #dddbd9;
  border: 1px solid #c7c3be;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-box-shadow: inset 0 1px 0 0 #f1f0ec;
  -webkit-box-shadow: inset 0 1px 0 0 #f1f0ec;
  box-shadow: inset 0 1px 0 0 #f1f0ec;
  color: #887d72;
  font-family: "lucida grande", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  padding: 5px 0 6px 0;
  text-align: center;
  width: 150px !important;
  cursor: pointer;
}

.button:hover, #submit:hover {
  color: #645951;
}
