@charset "UTF-8";
/* CSS Document */



/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
.hidden {display: none;}
/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: block; }

/* Regular clearing, just in case! */
.clear { clear: both; }

/*----*/

html {
	background-color: #46403b;
	background: url(../images/striped.jpg) repeat-x;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

body {
	min-width: 960px;
    margin: 0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0;
	background: url(../images/striped.jpg) repeat-x;
}

div.clearingDiv {
	clear: both;
	margin: 0;
	padding:0;
}

a, a:visited, a:hover, a:active {
	outline: none;	
}

/*/// WRAPPER LAYOUT ///*/

#wrap {
	padding: 0;
    width: 960px;
	text-align: left;
	margin: 0 auto;
}

#page-top {
	display: block;
	background: url(../images/home-top.png) no-repeat;
	height: 33px;
	width: 960px;
	padding: 0;
	margin: 0;
}

#mast-left {
	margin: 0;
	padding: 0;
	float: left;
	width: 30px;
	height: 119px;
	background: url(../images/left-shadow.png) repeat-y;
}

#mast-left.home-left {
	height: 873px;

}

#mast-content {
	margin: 0;
	padding: 0;
	float: left;
	width: 900px;
	height: 119px;
	background: url(../images/page-mast-bg.jpg) no-repeat;
}

#mast-content.home-mast {
	height: 432px;
	background: url(../images/home-mast-bg.jpg) no-repeat;
}

#mast-right {
	margin: 0;
	padding: 0;
	float: left;
	width: 30px;
	height: 119px;
	background:url(../images/right-shadow.png) repeat-y;
}

#mast-right.home-right {
	height: 432px;
	background:url(../images/right-shadow.png) repeat-y;
}


/* HOME - TESTIFY */

#home-testify {
	margin: 0;
	padding: 0;
	float: left;
	width: 298px;
	height: 217px;
	background:url(../images/home-testify-bg.jpg) no-repeat;
	font-size: 11px;
	line-height: 1.3;
}

#home-testify .home-testify-image-box {
	float: left;
	width: 100px;
	height: 154px;
	margin: 0px 5px 0 10px;
	text-align: center;
	padding: 6px 0 0 0;
}

#home-testify .home-testify-image-box img {
	border: 1px solid #d4c8bb;
	width: 75px;
	height: 75px
}

#home-testify div.home-testify-data p {
	margin: 0px 8px 10px 117px;
	padding-bottom: 0;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #d4c8bb;
	font-weight: normal;
	*margin: 0px 8px 10px 0px;
	*padding-bottom: 0;
}

/* IE7 FIX 
*html #home-testify div.home-testify-data p {
	*margin: 0px 8px 10px 0px;
	*padding-bottom: 0;
}*/


#home-testify span.testify-person {
	width: 162px;
	margin: 8px 20px 0 0;
	padding: 0;
	color: #d4c8bb;
	font-size: 11px;
	font-weight: bold;
	float: right;
	text-align: right;
	text-transform: uppercase;
}

#home-testify span.testify-title {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 9px;
	font-weight: normal;
	text-transform: none;
	color: #92887c;
}

#home-testify div.home-testify-data {
	display: block;
	height: 154px;	
}

#home-testify a.backward {
	position: relative;
	top: -58px;
	left: 23px;
	*top: -63px;/* IE7 FIX */
	*left: 23px;/* IE7 FIX */
	z-index: 10;
	background:url(../images/home-testify-pager-back.jpg);
	display: block;
	width: 12px;
	height: 11px;
}

#home-testify a.forward {
	position: relative;
	top: -69px;
	left: 83px;
	*top: -74px;/* IE7 FIX */
	*left: 83px;/* IE7 FIX */
	z-index: 10;
	margin: 0 0 0 0px;
	color: #a2222a;
	background:url(../images/home-testify-pager-fwd.jpg);
	display: block;
	width: 12px;
	height: 11px;
}


.testify-count {
	display: block;
	width: 69px;
	text-align: center;
	margin: 9px 0 0 15px;
	*margin: 9px 0 0 0px;/* IE7 FIX */
}

#home-video {
	margin: 0;
	padding: 0;
	float: left;
	width: 249px;
	height: 217px;
	background:url(../images/home-video-bg.jpg) no-repeat;
}

#home-video #tommy-video {
	margin: 15px 0 0 12px;
	width:225px; height: 135px;
}

#home-video #tommy-video a{
	width:225px; height: 135px;
	display: block;
	background: url(../images/video_image.png) top no-repeat;
}

#home-video #tommy-video a:hover{
	width:225px; height: 135px;
	display: block;
	background: url(../images/video_image.png) bottom no-repeat;
}

#home-new-book {
	margin: 0;
	padding: 0 0 0 22px;
	float: left;
	width: 331px;
	height: 217px;
	background:url(../images/home-national-seller-bg.jpg) no-repeat;
}

#home-new-book h5, #page-book-promo h5 {
	margin: 50px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	letter-spacing: -.5px;
}

#home-new-book h6, #page-book-promo h6 {
	margin: 0px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	color: #5d554c;
	width: 225px;
	line-height: 14px;
}

#home-new-book #text-links, #page-book-promo #text-links {
	margin: 6px 0 27px 0;
	font-size: 11px;
}

#home-new-book #text-links a, #home-new-book #text-links a:visited, #page-book-promo #text-links a, #page-book-promo #text-links a:visited {
	margin: 0px 2px 0 2px;
	color: #a2222a;
	text-decoration: none;
}

#home-new-book #text-links a:hover, #page-book-promo #text-links a:hover {
	color: #a2222a;
	text-decoration: underline;
}

#home-new-book a.home-new-book-seller, #page-book-promo a.home-new-book-seller {
	margin-right: 8px;	
}

#home-new-book-right {
	margin: 0;
	padding: 0;
	float: left;
	width: 30px;	
	height: 217px;
	background:url(../images/home-new-book-right.png) no-repeat;
}
#home-new-book-right a{
	display: block;
	width: 30px;	
	height: 217px;
	text-decoration: none;
	background: none;
}


#home-blog {
	margin: 0;
	padding: 0;
	float: left;
	width: 298px;
	height: 224px;
	background:url(../images/home-blog-bg.jpg) no-repeat;
}
#home-blog span {
	margin: 6px 10px 0 0;	
	*margin-top: -20px;
		float: right;
}

/* IE7 FIX 
*html #home-blog span{
	*margin-top: -20px;
}*/



#home-blog a.home-blog-more, #home-blog a:visited.home-blog-more  {
	color: #d4c8bb;
	text-decoration: none;
	margin: 0 5px 0 5px;
}

#home-blog a:hover.home-blog-more  {
	color: #d4c8bb;
	text-decoration: underline;
}

#home-multitab {
	margin: 0;
	padding: 0;
	float: left;
	width: 602px;
	height: 224px;
	background:url(../images/home-multitab-bg.jpg);
}

#home-multitab-right {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	width: 30px;
	height: 224px;
	background:url(../images/right-shadow.png) repeat-y;
}

#home-footer {
	margin: 0;
	padding: 12px 0 0 0;
	float: left;
	width: 960px;
	height: 52px;
	background:url(../images/home-footer-bg.png) no-repeat;
	color: #d4c8bb;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}

/*/// CONTENT STYLES ///*/

#mast-content a.home-logo {
	float: left;
	width: 228px;
	height: 59px;
	margin: 4px 0 0 37px;
}

#mast-content.home-mast a.home-logo {
	width: 441px;
	height: 110px;
	margin: 17px 0 0 39px;
}

/* HOME - SOCIAL NETWORKING BOX */

#mast-content #social-content {
	float: right;
	margin: 0 20px 0 0;
	padding: 0 0 0 6px;
	width: 159px;
	height: 108px;
	text-align: center;
	font-weight: normal;
}

#mast-content #social-content h4 {
	margin: 10px 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	color: #d4c8bb;
}

#mast-content #social-content h4 a{
	color: #d4c8bb;
	text-decoration: none;
}


#mast-content #social-content h4 a:hover{
	color: #d4c8bb;
	text-decoration: underline;
}

#mast-content #social-content img.social-logo {
	border: 0;
	margin: 0 6px 10px 0;	
}

/* HOME - H4 Titles */

#home-testify h4, #home-testify h4 a, #home-video h4, #home-blog h4, #home-multitab h4, #page-video box h4 {
	color: #a2222a;
	font-weight: normal;
	font-size: 13px;
	padding: 0;
	margin: 17px 0 0 12px;
	text-transform: uppercase;
	text-decoration: none;
}

#page-video-box #tommy-video {
	margin: 17px 0 0 2px;
	width:225px; height: 135px;
}

#page-video-box #tommy-video a{
	width:191px; height: 121px;
	display: block;
	background: url(../images/video_image2.png) top no-repeat;
}

#page-video-box #tommy-video a:hover{
	width:191px; height: 121px;
	display: block;
	background: url(../images/video_image2.png) bottom no-repeat;
}


#home-testify h4 {
	margin-left: 27px;
	margin-bottom: 18px;
}

#home-blog h4 {
	display: inline-block;
	color: #FFFFFF;
	margin: 6px 0 0px 30px;
}

#home-multitab h4 {
	color: #FFFFFF;
	margin: 5px 0 5px 12px;
}

/* HOME - Blog Style */

#home-blog h5 {
	display: block;
	margin: 15px 0 0 30px;
	padding: 0;
	font-weight: bold;
}

#home-blog h5 a, #home-blog h5 a:visited {
	color: #a2222a;
	font-size: 12px;
	text-decoration: none;
}

#home-blog h6 {
	display: block;
	color: #867d73;
	margin: -5px 0 0 30px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

#home-blog p {
	margin: 5px 0 0 30px;
	padding: 0;
	font-size: 12px;
	color: #5d554c;
}

#home-blog a.readmore, #home-blog a:visited.readmore { 
	display: inline;
	color: #a2222a; 
	font-size: 12px;
	text-decoration: none;
	margin-left: 10px;
} 

/* NAV STUFF */



/* =Menu
-------------------------------------------------------------- */

#nav {
	width: 515px;
	height: 42px;
	background: url(../images/nav-bg.png) no-repeat;
	position: relative;
	top: -42px;
	left: -30px;
	z-index: 10;
}

#nav.home-nav {
	top: 20px;
	left: -30px;	
}

#nav ul {
	list-style: none;
}

#nav .menu-header, div.menu {
	font-size: 13px;
	margin-left: 0px;
}

#nav .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0;
}
#nav .menu-header li {
	float:left;
	position: relative;
	display: inline;
	padding: 0px 0 0 15px;
}

div.menu li {
	float:left;
	position: relative;
	display: inline;
	padding: 0px 0 0 10px;
}

#nav a {
	display:block;
	text-decoration:none;
	color:#FFF;
	padding:0 10px;
	line-height:38px;
	padding: 0px 0 0 24px;
	text-transform: uppercase;
}
#nav ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	width: 180px;
	z-index: 99999;
}
#nav ul ul li {
	min-width: 180px;	
}
#nav ul ul ul {
	left:100%;
	top:0;
}
#nav ul ul a {
	background:#000;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
	text-transform:capitalize;
}
#nav li:hover > a {
	background: url(../images/nav-arrow.png) no-repeat;
	background-position: 10px 0;
}
#nav ul ul :hover > a {
	color:#fff;
	background: url(../images/nav-red-bg.png) repeat;
}

#nav ul li:hover > ul {
	display:block;
	background: none;
}
#nav ul li.current_page_item > a,
#nav ul li.current-menu-ancestor > a,
#nav ul li.current-menu-item > a,
#nav ul li.current-menu-parent > a {
	color: #fff;
	background: url(../images/nav-arrow-red.png) no-repeat;
	padding: 0 0 0 15px;
}

#nav ul li.current-menu-item > a
{margin:0 0 0 10px;}

#nav ul ul li.current-menu-item > a
{
	color:#fff;
	background: url(../images/nav-red-bg.png) repeat;
	padding: 10px;
	margin: 0;
}

* html #nav ul li.current_page_item a,
* html #nav ul li.current-menu-ancestor a,
* html #nav ul li.current-menu-item a,
* html #nav ul li.current-menu-parent a,
* html #nav ul li a:hover {
	color:#fff;
}


/* HOME - MAIN CONTENT */

#home-main-content {
	float: left;
	line-height: 2;
	font-size: 14px;
	color: #d4c8bb;
	text-align: left;
	width: 395px;
	margin: 38px 0 0 45px;
}

#home-main-content h3 {
	color: #FFFFFF;
	font-size: 16px;
}



/* HOME - FOOTER */

#home-footer ul {
	list-style: none;
}

#home-footer li {
	display: inline;
}

#home-footer .footer-spacer {
	margin: 0 8px 0 8px;
	color: #46403b;
}

#home-footer a, #home-footer a:visited  {
	color: #d4c8bb;
	text-decoration: none;
}

#home-footer a:hover  {
	color: #d4c8bb;
	text-decoration: underline;
}

#mast-content a#home-watch-video-link {
	float: right;
	position: relative;
	height: 18px;
	width: 200px;
	top: 227px;
	right: 35px;
	text-transform:uppercase;
	color: #92887c;
	font-size: 13px;
	text-decoration: none;
	border: none;
	*width: 250px;
	*right: 38px;
}
/* IE7 FIX 
*html #mast-content a#home-watch-video-link {
	*width: 250px;
	*right: 38px;
}*/


#mast-content a#home-watch-video-link img.home-watch-video-button {
	position: relative;
	top: 4px;
	margin: 0 0 0 2px;
}

#mast-content a img {
	border: 0;
}

#mast-content a h4 {
	padding-bottom: 3px;
	display: inline;
	height: 20px;
}


/* PAGE CONTENT WRAP */

#page-topcap {
	width: 890px;
	height: 26px;
	background: url(../images/page-topcap-bg.png) no-repeat;
	clear: both;
	padding: 17px 0 0 70px;
	font-size: 11px;
	color: #908882;
}

#page-topcap a, #page-topcap a:visited {
	color: #908882;
	text-decoration: none;
	margin-left: 6px;
	margin-right: 6px;
}

#page-topcap a:hover  {
	color: #908882;
	text-decoration: underline;
	margin-left: 6px;
	margin-right: 6px;
}

#page-topcap span.current {
	color: #a2222a;
	margin-left: 6px;
}


#page-bottomcap {
	width: 960px;
	height: 9px;
	background: url(../images/page-bottomcap-bg.png) no-repeat;
	clear: both;
}

#page-content-wrap {
	width: 960px;
	background: url(../images/page-content-bg.png) repeat-y;
}

#page-content-inner-wrap {
	width: 900px;
	margin: 0 30px 0 30px;
	background: url(../images/page-content-bg.jpg) no-repeat;
}

/*/// HOME PAGE THREE-COL ///*/


/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width: 900px;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		min-height: 400px;
	}
	/* holy grail 3 column settings */
	.holygrail {
	   /*  background:#ff9;    	 Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-239px; 	/* Width of right column */
        position:relative;
        right:100%;
        /* background: #3CF    	Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:471px;         	/* Left column width + right column width */
        /*background:#FFD8B7;    	Left column background colour */
		padding-top: 10px;
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:232px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 259px 0 252px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
		font-size: 12px;
		color: #5d554c;
	}
		.holygrail .col1.wide {
        margin:0 60px 0 272px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
		font-size: 12px;
		color: #5d554c;
	}

	.holygrail .col1 h2 {
		margin: 5px 0 20px 0;
		padding: 0;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:210px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:0px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:221px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:40px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }

.holygrail .col2 p.caption {
	margin: 7px 0 20px 0;	
	color: #908882;
	font-size: 11px;
	text-align: center;
	line-height: 1.2;
}

/*/// RELATED LINKS ///*/

ul#rltd-lnks-list {
	list-style: none;	
	margin: -4px 0 15px 0;
	padding: 0;
}

img.rltd-links-head {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 6px;
}

ul#rltd-lnks-list li {
	margin: 0;
	padding: 0;
	height: 34px;
	background: #eae3db;
	width: 210px;
	text-align: right;
	border-bottom: 1px #FFF solid;
	color: #b5121b;
	font-size: 14px;
}

ul#rltd-lnks-list li a, ul#rltd-lnks-list li a:visited {
	margin: 0;
	padding: 8px 19px 0 0;
	display: block;
	height: 26px;
	background: #eae3db;
	width: 191px;
	text-align: right;
	border-bottom: 1px #FFF solid;
	color: #b5121b;
	text-decoration: none;
}

ul#rltd-lnks-list li a:hover {
	margin: 0;
	padding: 8px 19px 0 0;
	display: block;
	height: 26px;
	background: #706760;
	width: 191px;
	text-align: right;
	border-bottom: 1px #FFF solid;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/rltd-lnks-arrow.png);
	background-repeat: no-repeat;
	background-position: 200px 12px;
}

ul#rltd-lnks-list li a.active, ul#rltd-lnks-list li a:hover.active {
	margin: 0;
	padding: 8px 19px 0 0;
	display: block;
	height: 26px;
	background: #706760;
	width: 191px;
	text-align: right;
	border-bottom: 1px #FFF solid;
	cursor: default;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/rltd-lnks-arrow.png);
	background-repeat: no-repeat;
	background-position: 200px 12px;
}

ul#rltd-lnks-list li.rltd-lnks-last {
	margin: 0;
	padding: 0;
	display: block;
	height: 34px;
	width: 210px;
	background-color: none;
	background: url(../images/rltd-lnks-bottom.gif) no-repeat;
	text-decoration: none;	
}

ul#rltd-lnks-list li.rltd-lnks-last a, ul#rltd-lnks-list li.rltd-lnks-last a:visited {
	margin: 0;
	padding: 8px 19px 0 0;
	display: block;
	height: 26px;
	background: url(../images/rltd-lnks-bottom.gif) no-repeat;
	background-color: none;
	width: 191px;
	text-align: right;
	color: #b5121b;
	text-decoration: none;
}

ul#rltd-lnks-list li.rltd-lnks-last a, ul#rltd-lnks-list li.rltd-lnks-last a:visited {
	margin: 0;
	padding: 8px 19px 0 0;
	display: block;
	height: 26px;
	width: 191px;
	text-align: right;
	color: #b5121b;
	text-decoration: none;
	background: url(../images/rltd-lnks-bottom.gif);
}

ul#rltd-lnks-list li.rltd-lnks-last a:hover {
	margin: 0;
	padding: 8px 19px 0 0;
	display: block;
	height: 26px;
	width: 191px;
	text-align: right;
	color: #FFF;
	text-decoration: none;
	background: url(../images/rltd-lnks-bottom-active.gif);
}

ul#rltd-lnks-list li.rltd-lnks-last a.active, ul#rltd-lnks-list li.rltd-lnks-last a:hover.active {
	margin: 0;
	padding: 8px 19px 0 0;
	display: block;
	height: 26px;
	width: 191px;
	text-align: right;
	cursor: default;
	color: #FFF;
	text-decoration: none;
	background: url(../images/rltd-lnks-bottom-active.gif);
}

/*/// SECONDARY PAGE COL 1 (Main Column) ///*/

.col1 h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #a2222a;
	text-transform: uppercase;
}

.col1 h3 {
	margin: 20px 0 5px 0;
	padding: 0;
	font-size: 14px;
	color: #3f3a36;
	text-transform: uppercase;
}

.col1 hr {
	width: 100%;
	color: #d4c8bb;
	background-color:#d4c8bb;
	border: thin solid #d4c8bb;
	margin-top: 12px;
	margin-bottom: 10px;
}

.col1 h4{
	color: #2D0D0E;
	font-weight: normal;
	font-size: 13px;
	padding: 0;
	margin: 17px 0 3px 0;
	text-transform: uppercase;
	text-decoration: none;
}
.col1 h4.endorse-author {
	font-size: 12px;
	color: #90877d;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 2px;
}

.col1 p,
div.panes p {
	margin-bottom: 12px;
}

.col1 blockquote{
	font-size: 120%;
	color: black;
	background: #E5DCD2;
	border-top: 1px solid #d4c8bb;
	border-bottom: 1px solid #d4c8bb;
	padding: 10px 15px 5px 20px;
	margin-bottom: 12px;
	line-height: 20px;
}


.col1 p.endorse-text-short {

}

.col1 ul,
div.panes  ul {
	margin: 0 0 12px 5px;
	padding: 0 0 0 10px;
	list-style: disc;
}
.col1 li,
div.panes li{
	margin-bottom: 2px;
}

.col1 ol,
div.panes ol{
	margin: 0 0 12px 10px;
	padding: 0 0 0 10px;
	list-style:decimal;
}

.col1 a,
div.panes a{
	color: #d8101d;
	text-decoration: none;
}

.col1 a:hover,
div.panes a:hover {
	color: #000;
	text-decoration: none;
}

.col1 a.endorse-watch-video , .col1 a:visited.endorse-watch-video {
	display: block;
	font-size: 9px;
	color: #a2222a;
	font-weight: normal;
	text-decoration: none;
	clear: both;
	margin-bottom: 20px;
}

.col1 a:hover.endorse-watch-video {
	display: block;
	font-size: 9px;
	color: #a2222a;
	font-weight: normal;
	text-decoration: underline;
	clear: both;
	margin-bottom: 20px;
}


/*/// SECONDARY PAGE COL 3 (RIght Column) ///*/

/* book promo */

#page-book-promo {
	display: block;
	float:left;
	width: 207px;
	height: 264px;
	background: url(../images/page-national-seller-bg.jpg) no-repeat;
	padding: 0 0 0 14px;
}

#page-book-promo h5 {
	margin: 35px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

#page-book-promo h6 {
	margin: 3px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	color: #5d554c;
	width: 200px;
	line-height: 16px;
}

#page-book-promo #text-links {
	margin: 9px 0 70px 0;
	font-size: 11px;
}

#page-book-promo #text-links a, #page-book-promo #text-links a:visited {
	margin: 0px 2px 0 2px;
	color: #a2222a;
	text-decoration: none;
}

#page-book-promo #text-links a:hover {
	color: #a2222a;
	text-decoration: underline;
}

#page-book-promo a.home-new-book-seller {
	margin-right: 2px;	
}

/* video container */

#page-video-box {
	display: block;
	float:left;
	width: 207px;
	height: 178px;
	background: url(../images/page-video-box.jpg) no-repeat;
	margin: 15px 0 15px 0;
	padding: 0 0 0 14px;
}

#page-video-box h4 {
	color: #a2222a;
	font-weight: normal;
	font-size: 13px;
	padding: 0;
	margin: 8px 0 0 0px;
	text-transform: uppercase;
}


/*/// HOME SCHEDULE TABS ///*/

.tabs { 
	list-style:none; 
	margin: 0 0 20px 1px !important; 
	padding:0;
	height: 25px;
	border: none;
}

/* single tab */
.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
	border: none;
}

/* link inside the tab. uses a background image */
.tabs a { 
	background: url(../images/home-multitab-arrow-bg.jpg) 10px 0 no-repeat;
	background-color: #46403b;
	font-size:11px;
	font-family: Tahoma, Geneva, sans-serif;
	display:block;
	height: 24px;  
	line-height:26px;
	text-align:left;	
	text-decoration:none;
	color:#baad9f;
	padding:0px;
	margin:0px;	
	padding: 0 0px 0 32px;
	position:relative;
	top:2px;
	border-right: #625a52 1px solid;
	border-bottom: #585149 1px solid;
}

.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
.tabs a:hover {
	background: url(../images/home-multitab-arrow-bg.jpg) 10px 0 no-repeat;
	background-color: #46403b;
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {s		
	cursor:default !important; 
	color:#a2222a !important;
	background-color: #FFF;
	border-bottom: #FFF 2px solid;
	background-image: none;

}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
.tabs .w1 			{ width:106px;/*91px;*/ }
.tabs .w1:hover 	{  }
.tabs .w1.current { }

/* width 2 */
.tabs .w2 			{ width:80px; }
.tabs .w2:hover 	{ }
.tabs .w2.current {  }


/* width 3 */
.tabs .w3 			{ width:112px;/*97px;*/ }
.tabs .w3:hover 	{ }
.tabs .w3.current { }

/* width 4 */
.tabs .w4 			{ width:117px;/*111px;*/ }
.tabs .w4:hover 	{ }
.tabs .w4.current { }

/* width 5 */
.tabs .w5 			{ border-right: none; width: 126px;/*104px;*/}
.tabs .w5:hover 	{  border-right: none; }
.tabs .w5.current { border-right: #625a52 1px solid; width: 125px;/*104px;*/ }


/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
	border: 0;
}

.home-multitab-pane-content {
	padding: 0 14px 10px 14px;
}

.home-multitab-pane-content .more-btn{
	float: right;
	width: 50px;
	height: 25px;
	margin: 0 10px;
	z-index: 100;
	top: 125px;
	position: relative;
}


/* ====== Testimonial Content ======= */
.entry-content .testimonial-content {
	padding: 0;
}

.testimonial-content .wp-post-image {
	float: right;
	width: 100px;
	height: 100px;
	border: 1px solid #d4c8bb;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	margin: 10px 5px 5px 10px;
}

.testimonial-content blockquote{
	padding: 10px 15px 5px 0px;
	width: 237px;
}

.testimonial-content p {
	padding: 0 0 0 20px;
	color: #000;
}


.testimonial-content blockquote, .testimonial-content blockquote p {
	background: none;
	border: none;
	font-size: 13px;
	font-family: Georgia;
	color: #625a52;
	font-weight: normal;
	letter-spacing: .02em;
	margin-bottom: 8px;
	min-height: 80px;
}

.testimonial-content blockquote p:first-letter {font-size: 300%; float:left; margin:5px 4px 0 0;}


/* ====== Upcoming Event Content ======= */
#date-location {
	font-size: 12px;
	color:#a2222a;
	
}

.uc-events h3.entry-title{
	margin: 5px 0;
	padding: 0;
	font-size: 14px;
	color: #3f3a36;
	text-transform: uppercase;
}
.uc-events .entry-content {margin: 5px 0 20px 0; padding: 0;}


/* ====== Tommy Blog Content ======= */
.tommy-blog .entry-content {margin: 15px 0; padding: 0;}
.tommy-blog .entry-utitlity {margin: 15px 0; padding: 0;}
.tommy-blog .hentry{margin-bottom: 20px;}
.tommy-blog h3.entry-title {
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 16px;
	color: #3f3a36;
	text-transform: uppercase;
}

.tommy-blog h3.entry-title a{
	color: #3f3a36;
	text-decoration: none;
}
.tommy-blog h3.entry-title a:hover{
	color: #a2222a;
	text-decoration: underline;
}

.col1 h3#reply-title {
	margin: 20px 0;
	padding: 0;
	font-size: 18px;
	color: #a2222a;
	text-transform: uppercase;
	text-transform: uppercase;
}

/* --- More tag styles --- */
.col1 p.readmore { text-align: right; } .col1 p.readmore a { font-size: 11px; } 

  /* ################################### */
 /* admin menu bar for when logged in   */
/* ################################### */
div#admin {
	position: fixed; 
	top: 0; 
	left: 0;
	z-index: 999;
	min-width: 200px;
	margin: 5px 0 0 5px; 
}

#admin ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#admin li {
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}


#admin a {
	display: block; 
	border: 3px solid #D4CFBB;
	background: #fff; 
	color: #ABA490;
	text-decoration: none;
	font-size: 10px;
	margin: 0;
	padding: 7px;
}

#admin li#dash a{
	border: 3px solid #D4CFBB;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-right-width: 1px;
}

#admin li#edit a{
	border: 3px solid #D4CFBB;
	border-left: none;
	border-right: none;
}

#admin li#logout a {
	border: 3px solid #D4CFBB;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-left-width: 1px;
}

#admin a:hover {
	background: #ABA490;
	color: #fff;
}


