/* Base Weblog (base-weblog.css) */

/* basic elements */

/* added from reizner.css */
HTML {
 Min-height:100%;
 Margin-bottom:1px;
 } 
body { 
	color: #353535; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; }
p { 
	text-align: left; 
	margin-top: 0; 
	margin-bottom: 12px; }
ul li { 
	list-style-type: none; 
	display: compact; 
	font-weight: normal; 
	margin-top: 0; 
	margin-bottom: 5px; 
	padding-left: 0; 
	list-style-image: url(images/arrow-nav_body.gif); }
.hide { display:none; }
.bodytext { line-height: 16px; margin: 0 25px 12px 40px; }
.top { font-size: 11px; text-align: right; margin: 0 25px 12px 40px; }
.subhead { color: #1a381c; font-weight:bold; font-size:15px; text-align: left; margin: 16px 25px 0 40px; }
.sub-inline { color: #1a381c; font-size: 13px; font-weight: bold; text-align: left; border-bottom: 1pt dashed #92af94; }
.sidebarhead { color: #9da79c; font-size: 11px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-align: left; margin: 18px 10px 2px 33px; }
.sidebar { color: #b8c4b7; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; margin: 0 10px 6px 33px; border-top-width: 0; border-bottom-width: 9px; }
.sidenav { color: #cddacc; list-style-image:url(images/arrow-nav.gif); font-family:arial, helvetica, sans-serif; font-size:12px; text-align: left; margin: 0 10px 6px 14px; }
.sidenav a:link {
	font-family:arial, helvetica, sans-serif;
	color:#a6fe83;
	text-decoration:none;	}
.sidenav a:visited {
	font-family:arial, helvetica, sans-serif;
	color:#a6fe83;
	text-decoration:none;	}
.sidenav a:hover {
	font-family:arial, helvetica, sans-serif;
	color:#ff852d;
	text-decoration:underline;	}	
.sidenav a:active {
	font-family:arial, helvetica, sans-serif;
	color:#a6fe83;
	text-decoration:none;	}
.page-header { margin: 18px 5px 0 40px; }
.boxcaption { color: #555; font-size: 11px; align: right; width: 167px; float: right; top: 0; right: 0; clear: left; padding-top: 4px; padding-right: 40px; padding-left: 15px; }
.articles { color: #555; font-size: 11px; background-color: white; top: 0; right: 0; width: 167px; float: right; clear: left; margin-left: 15px; padding: 9px 30px 12px 15px; border-left: 1pt dashed #c7c7c7; align: right; }
.border_right {
	border-right-style:solid;
	border-right-color:#191919;
	border-right-width:1px;
	}
.copyright { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#636363; text-align: right; margin-top: 6px; margin-left: 0; }
.search {
	margin: 18px 10px 2px 33px;
	text-align: left;
}
.searchbox {
	background-color: #F2F2F2;
	border: 0;
	border-color: #191919;
}
.footer { color: #636363; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; margin-top: 6px; margin-left: 0; }
.footer a:link { color: #636363; font-size: 10px; font-weight: normal ; text-decoration: none; }
.footer a:visited { color: #636363; font-size: 10px; font-weight: normal ; text-decoration: none; }
.footer a:active { color: #636363; font-size: 10px; font-weight: normal ; text-decoration: none; }
.footer a:hover { color: #636363; font-size: 10px; font-weight: normal ; text-decoration: underline; }

a:link   {
	color:#017d0a;
	text-decoration:underline;
	}
a:visited {
	color:#017d0a;
	text-decoration:underline;
	}
a:hover {
	color:#e36d12;
	text-decoration:underline;
	}
a:active {
	color:#017d0a;
	text-decoration:underline;
	}
.search-highlight {
	background-color: #FFFF00;
	font-weight: bold;
}

/*end add */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

/* body
{
  margin: 0;
   margin-top: 10px;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
}*/

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
/*   width: 720px; */
   width: 777px;
   text-align: left;
}
#container-inner { position: static; width: auto; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}


/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
   margin: 5px 0px 0px 25px;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
/*  margin: 5px 10px; */
   margin: 5px 0px 0px 25px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-content
{
   position: relative;
   margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}

/* NAVIGATION */



#nav{
	width: 777px;
	height: 35px;
	margin: 0;
	padding:0;
	border: 0;
	margin-top:8px;
}

#nav ul{
	float: right;
	padding: 0;
	list-style: none;
	clear:both; 
	margin: 0;
	margin-bottom: 0px; 
	padding:0;
}

*:lang(en) #nav ul{
   margin-right: 19px; !important;
}


#nav li{
	position:relative;
	float: left;
	width: auto;
	display:block;
	height: 35px;
	margin-bottom: 0px; 
}

#nav a{
	height: 35px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav a:hover{
	background-position: 0px -35px;
}

#nav .selected a{
	background-position: 0px -35px;
}

.nav_home a{
	width: 49px;
	height: 35px;
	display: block;
	background: url(images/nav/nav_home.gif);
}

.nav_John a{
	width: 126px;
	height: 35px;
	display: block;
	background: url(images/nav/nav_John.gif);
}

.nav_book a{
	width: 95px;
	height: 28px;
	display: block;
	background: url(images/nav/nav_book.gif);
}

.nav_articles a{
	width: 86px;
	height: 35px;
	display: block;
	background: url(images/nav/nav_articles.gif);
}

.nav_faqs a{
	width: 55px;
	height: 35px;
	display: block;
	background: url(images/nav/nav_faqs.gif);
}


.nav_cart a{
	width: 79px;
	height: 35px;
	display: block;
	background: url(images/nav/nav_cart.gif);
}


.nav_indent{
	margin-right: 32px;
}

::root .nav_indent{
	margin-right: 0px;
}

/* second row of navigation */	
#nav2{
	width: 777px;
	height: 17px;
	margin-top:0px;
	padding:0;
	
	
}

#nav2 ul{
	float: right;
	list-style: none;
	clear:both;
	margin: 0;
	padding:0;
	
}

*:lang(en) #nav2 ul{
   margin-right: 19px; !important;
}


#nav2 li{
	position:relative;
	float: left;
	width: auto;
	display:block;
	height: 17px;
	margin: 0;
	padding:0;
	
}

#nav2 a{
	height: 17px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav2 a:hover{
	background-position: 0px -17px;
}
	
#nav2 .selected a{
	background-position: 0px -17px;
}	

.nav2_sitemap a{
	width: 78px;
	height: 17px;
	display: block;
	background: url(images/nav/nav_sitemap.gif);
}

.nav2_contact a{
	width: 84px;
	height: 17px;
	display: block;
	background: url(images/nav/nav_contact.gif);
}	
	
/* end Navigation */	
