/* 
*	web_style.css
*
* Copyright 2001 Bikejournal.com
* PO Box 413 Belvidere IL 61008
* All Rights Reserved. 
* Confidential and Proprietary. 
* No portions of this document may be reproduced, modified or reused 
* without the prior written consent of 
* <a href="http://www.bikejournal.com">bikejournal.com</a>.
* Possession of this document does not imply consent.
*/


html {  
  font-size: 62.5%; /* font-size 1rem=10px on default browser settings */
}

body {
  /*font-family: 'Raleway', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  padding: 0px;
}

/* justify all text as a general rule */
p {
  text-align: justify;
}

/************* for HTML5 compatibilty with old browers (IE 8 and older) **************/
article, aside, figure, figcaption, footer, header, hgroup, main, nav, section, summary {
    display:  block;
}

/************ main content ************/
div.main {
  font-size: 1.6rem;
  margin: 25px;  /* keep some margin around the main content of the page */
}

/************ top header (banner) *****************/
header {
  background-image: url('/images/logo/bikej_banner_color_1002.gif'); 
  padding: 0px 10px;
  height: 65px;
  border-bottom: 2px solid black;
}

/* place company logo to the left within the header */
header img {
  float: left;
}

/***************** horizontal menu ****************/
.menu {padding:0 0 0 32px; margin:0; list-style:none; height:40px; background:#fff url(/images/menu/button1a.gif) repeat-x; position:relative; font-family: arial, verdana, sans-serif; }
.menu li.top {display:block; float:left; position:relative;}
.menu li a.top_link {display:block; float:left; height:40px; line-height:33px; color:#e0e0e0; text-decoration:none; font-size:13px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;}
.menu li a.top_link span {float:left; font-weight:bold; display:block; padding:0 24px 0 12px; height:40px;}
.menu li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:40px; background:url(/images/menu/down.gif) no-repeat right top;}
.menu li a.top_link:hover {color:#000; background: url(/images/menu/button4.gif) no-repeat;}
.menu li a.top_link:hover span {background:url(/images/menu/button4.gif) no-repeat right top;}
.menu li a.top_link:hover span.down {background:url(/images/menu/button4a.gif) no-repeat right top;}

.menu li:hover > a.top_link {color:#000; background: url(/images/menu/button4.gif) no-repeat;}
.menu li:hover > a.top_link span {background:url(/images/menu/button4.gif) no-repeat right top;}
.menu li:hover > a.top_link span.down {background:url(/images/menu/button4a.gif) no-repeat right top;}

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:160;}

.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu :hover ul.sub { left:0px; top:40px; right:0px; background: #e0e0e0; padding:0px 0; border:1px solid #999999; white-space:nowrap; width:160px; height:auto;}
.menu :hover ul.sub li {border-top:1px solid #808080; display:block; height:20px; position:relative; float:left; width:160px; }
.menu :hover ul.sub li.yellow a:hover {background: #ffff00; color:#000}
.menu :hover ul.sub li a {font-weight:bold;display:block; font-size:14px; height:20px; width:160px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:0px solid #e0e0e0; border-width:0 0 0 0px;}
.menu :hover ul.sub li a.fly {background:#fff url(/images/menu/arrow.gif) 80px 0px no-repeat;}
.menu :hover ul.sub li a:hover {background:#999999; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#999999 url(/images/menu/arrow_over.gif) 80px 0px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#999999 url(/images/menu/arrow_over.gif) 80px 0px no-repeat; color:#fff;} 

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid 999999; white-space:nowrap; width:93px; z-index:160; height:auto;}

/************** highlight the current top level menu **************/
.home .home_link,
.journal .journal_link {
  background: url(/images/menu/button4.gif) no-repeat; 
  no-repeat; 
}

.home .home_link span,
.journal .journal_link span {
  color:#000;
  background:url(/images/menu/button4.gif) no-repeat right top;
}

/* this may be unnecessary if it can be incorporated into the nav element itself... */
nav#blank_menu {
  background-image: url('/images/menu/button1a.gif'); 
  padding: 0px; 
  height: 40px;
}

/******************* footer *************/
div#footer {
  font-size: 1rem;
  text-align: center;
}

div#footer_image {
  background-image: url('/images/menu/button1a.gif'); 
  padding: 0px; 
  height: 40px;
  border-top: 2px solid black;
}

/**************** highlighted section of content **************/
.boxed_header {
  background-color: #99ccff;
  border-radius: 5px;
  font-weight: bold;
  font-size: large;
  margin: 2px; 
  padding: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  text-align: center;
}

.boxed_content {
  background-color: #e6f2ff;
  border-radius: 5px;
  margin: 5px; 
  padding: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #b3d9ff;
  width: 400px;
  text-align: justify;
}



