@charset "utf-8";
/* CSS Document */

/*David Berlinski website: DevilsDelusion.com and DeniableDarwin.com
Created: 07.25.2009
by: Michael Cleek
*/

/*Give the whole site a few styles*/
body{
	padding:0px;
	margin:0 20px 0 20px;
	background:#000;
	color:#a3a3a3;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
}

#container{
	position:relative;
	top: 0px;
	left:auto;
	right:auto;
	margin-left:auto;
	margin-right:auto;
	width:961px;
}

/*top navigation*/
#nav{
	font-family:helvetica, arial, sans-serif;
	border-bottom:#a61818 2px solid;
	letter-spacing:1px;
	font-size:12px;
}

/*space between the navigation and the text*/
#nav-divider{
	padding:10px;
}
/*the header on the main page*/
#main-header{
	background-image: url(../graphics/mHeader.jpg);
	background-repeat:no-repeat;
	height:196px;
	width:961px;
}
#inside-header{
	position:relative;
	top:-52px;
	background-image: url(../graphics/iHeader.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:79px;
}
/*the quote that goes over the header*/
#main-header .quote{
	width:740px;
	padding-left:5px;
	font-family:"Times New Roman", Times, serif;
}
/*All the text in the main area*/
#text{
	position:relative;
	top:-30px;
	width: 700px;
	letter-spacing:1px;
	line-height:18px;	
}
#text a:link{color:#a61818;} /*maybe try this lighter color? #c12020*/
#text a:visited{color:#a61818; outline:0px;}
#text a:hover{color:#fff; text-decoration:none;}
#text a:active{color:#fff; text-decoration:none; position:relative; top:1px; left:1px;}
#text li{padding-bottom:7px;}

#text-short{
	width: 480px;
	padding-top:20px;
	letter-spacing:1px;
	line-height:18px;	
}
#text-short a:link{color:#a61818;}
#text-short a:visited{color:#a61818; outline:0px;}
#text-short a:hover{color:#fff; text-decoration:none;}
#text-short a:active{color:#fff; text-decoration:none; position:relative; top:1px; left:1px;}

.review-author{
	padding-left:15px; 
	text-align:right;
}

#lColumn{
	width:370px;
}
#rColumn{
	position:absolute;
	left:370px;
	top:175px;
	width:370px;
}

/*Where Berlinski's books are located*/
#book{
	position:relative;
	top:-50px;
	padding-right:90px;
	width:147px;
	float:right;
}
/*purchase links for the books*/
.purchase{
	position:relative;
	top:25px;
	left:-2px;
}
/*The right side navigation*/
#rightBar{
	position:relative;
	top:-196px;
	float:right;
	width:170px;
	border-left:#fff 1px solid;
}

#footer{
	position:relative;
	top:30px;
	white-space:nowrap;
	float:right;
	text-align:right;
	color:#666;
	font-size:11px;
	letter-spacing:1px;
	padding-bottom:20px;
}
#footer a:link{color:#444; text-decoration:none;}
#footer a:visited{color:#444; text-decoration:none; outline:0px;}
#footer a:hover{color:#777; text-decoration:none; background-image:url(../graphics/link-bg.gif);}
#footer a:active{color:#444; text-decoration:none; position:relative; top:1px; left:1px;}

h1{font-size:18px; color:#a61818; font-weight:1000;}
h2{font-size:14px; color:#a61818; font-weight:bold; margin:0px; display:inline;}
h3{font-size:16px; color:#fff; font-weight:100; padding:0px; margin:0px; display:inline;}
h4{font-size:28px; color:#fff; font-family:'Times New Roman', Times, serif; font-weight:100; padding:0px; margin:0px; letter-spacing:8px;}





/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order
 Top Navigation (horizontal-nav)

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.horizontal-nav
{
	background-color:#808080;
	cursor:default;
	font-size:100%;
	height:27px;
	list-style-type:none;
	margin:0;
	padding:0;
	width:961px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.horizontal-nav li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	border-right:#a3a3a3 solid 2px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.horizontal-nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.horizontal-nav ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.horizontal-nav ul li
{
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.horizontal-nav ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.horizontal-nav ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.horizontal-nav ul
{
	border:0px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.horizontal-nav a
{
	display: block;
	cursor: pointer;
	background-color:#808080;
	padding: 0.5em 0.75em;
	color: #fff;
	text-decoration: none;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.horizontal-nav a:hover
{
	background-image:url(../graphics/top-nav-bg2.gif);
	background-repeat:repeat-x;
	color: #a61818;
	outline:0px;
}
/* If you want to be able to show link that is currently active
Make one of the horizontal-nav <a id="link_on">
#link_on{
	background-image:url(../graphics/top-nav-bg2.gif);
	background-repeat:repeat-x;
	color: #a61818;
	outline:0px;
}
*/
ul.horizontal-nav a:focus
{
	color:#fff;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.horizontal-nav a.MenuBarItemHover, ul.horizontal-nav a.MenuBarItemSubmenuHover, ul.horizontal-nav a.MenuBarSubmenuVisible
{
	background-color: #a3a3a3;
	color: #000;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.horizontal-nav iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.horizontal-nav li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}


/********************************
Right Bar Navigtaion
(vertical-nav)
*********************************/
ul.vertical-nav
{
	cursor:default;
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.veritcal-nav li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.vertical-nav ul
{
	border:0px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.vertical-nav a
{
	display: block;
	cursor: pointer;
	padding: 0.4em 1em;
	color: #a3a3a3;
	text-decoration: none;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.vertical-nav a:hover
{
	color: #a61818;
	background-image:url(../graphics/rightBar-hover.gif);
	background-position: left;
	background-repeat:no-repeat;
}
ul.vertical-nav a:focus{
	position:relative;
	top:1px;
	left:1px;
	outline:0px;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.vertical-nav a.MenuBarItemHover, ul.vertical-nav a.MenuBarItemSubmenuHover, ul.vertical-nav a.MenuBarSubmenuVisible
{
	background-color: #101010;
	color: #a61818;
}



/********************************
ShareThis link CSS
*********************************/

#sharethis_0{
	display: block;
	cursor: pointer;
	padding: 5px 0 0 10px;
	margin:0px;
	background-color:#808080;
	color: #a61818;
	text-decoration: none;
	height:22px;
	border:0px;
	z-index:1030;
}
#sharethis_0 a:link{text-decoration:none;}
#sharethis_0:hover{background-image:url(../graphics/top-nav-bg2.gif); text-decoration:none;}
#sharethis_0 a:visited{text-decoration:none;}

.stbuttontext {
	color:#fff;
	text-decoration:none;
	padding-left:10px;
	position:relative;
	top:-6px;
	border:0px;
	z-index:1030;
}
.stbuttontext:hover{color:#a61818;}

#stframe{
	z-index:1030;
}


/***SUBSCRIBE FORM HOVER TEXT***/
form, form a:link, label, .label{color:#a3a3a3 !important;}
.wrapable .Explicit{
padding-left:5px;
}

.appArea table td table td a.Smaller{
position:relative;
top:0em;
left:0.5em;
}

fieldset table tbody tr td p{
margin-top:8px!important;
}
td{font-size:12px; vertical-align:middle;}
legend{width:500px;}

.tooltip {
	color: #000; outline: none;
	text-decoration: none;
	position: relative;
}
a.tooltip:link{text-decoration:none; color:#aaa !important;}
a.tooltip:visited{text-decoration:none; color:#aaa !important;}
a.tooltip:hover{text-decoration:none; color:#aaa !important;}
a.tooltip:active{text-decoration:none;}
.tooltip span {margin-left: -999em;	position: absolute;}

.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
	position: absolute; left: 1em; top: 1.5em; z-index: 99;
	margin-left: 0; width: 300px;
}
.tooltip:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}

.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}

.classic { padding:10px; line-height:20px; text-align:left; background: #000; border: 1px solid #a61818;}
* html a:hover { background: transparent; }