/*
 * standard.css
 * Copyright 2007 Richard Lawrence
 * You may use this work under the terms of the Creative Commons 
 * Attribution-Share Alike 3.0 license, found at
 * http://creativecommons.org/licenses/by-sa/3.0/us/ 
 */

/* Reset */
* {}


body
{ 
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: white;
  background-color: #151515; 
}

#container
{ 
  width: 100%;
  height: 100%;
  border-style: none;
  padding-left: 10px;
  padding-right: 10px;
}


#container a
{ 
  text-decoration: none;
  font-weight: bold;
  color: white;
}
#container a:hover
{ 
  color: magenta;  
}

/*
 * Header
 */
#header
{ 
  height: 100px; 
}
/* For images in header: */
#header img
{ 
  clear: left;
  margin: 0px 10px 10px 0px;
}
#header h1
{
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 30pt;
  text-align: center;
  color: #FFFFFF;
}
#header h2
{
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
  font-family: Georgia, serif;
  font-size: 20pt;
  text-align: center;
  color: #FBF970;
}
#header p
{
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
  font-family: Times New Roman;
  font-style: italic;
  font-size: 14pt;
  text-align: center;
  color: #FBF970;
}
#topNav
{
  height: 66px;
  width: 75% ;
  padding: 0 ;
  margin: 0 0 10px 250px;
  overflow: hidden; 
  clear: left;
}

#topNav ul
{
  height: 66px;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  list-style-type: none;
}
#topNav li
{
  height: 66px;
  width: 16%;
  padding: 0 0 0 0;
  margin: 0 1px 0 1px;
  float: left;
  background-image: url("/images/CD2.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto ;
  text-align: center; /* Horizontally centers the text */
  line-height: 70px;  /* Vertically centers the text */
}
#topNav a
{ 
  text-decoration: none;
  font-weight: bold;
  color: #0000ff;
  margin-top: 50% ;
}
#topNav a:hover
{ 
  font-size: 12pt;
  color: magenta;  
}
/*
 * Left navigation container
 */
#navLeft
{
  width: 250px;
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  clear: left;
}
.navLeftGroup
{
  width: 200px;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 5px 5px 5px;
}
.navLeftGroup ul
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
.navLeftGroup li
{
  margin: 0 0 2px 4px;
  padding: 0 0 2px 0;
}

.navLeftGroup a
{ 
  text-decoration: none;
  color: White;
}
.navLeftGroup a:hover
{ 
  color: cyan;  
}
.navLeftGroup h2
{
  font-size: 17px;
  font-family: Georgia, Verdana, sans-serif;
  margin: 0 0 4px 0;
  padding: 0 0 0 0;
}

.navLeftGroup img
{
  border-style: none;
}
  
.navLeftGroup form
{
  margin: 0;
  padding: 0;
}
/*
 * Content container
 */
#content
{
  width: 72%;
  min-height: 500px;
  float: left;
  background-color: #000000;
  margin: 0 0 0 0;
  padding: 0 10px 10px 10px;
  border-style: none;
  color: #ffffff;
}
#content h1 
{ 
  font-family: Georgia, Verdana, Helvetica, sans-serif; 
}

#content h3
{
  font-size: 15px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#content a
{ 
  text-decoration: none;
  color: #6666ff;
}
#content a:hover
{ 
  color:  magenta;
}

#content img
{
  border-style: none;
  padding: 0 10px 10px 0;
}


/* "Clippings" that appear in the content div, for presenting testimonials and
   feature summaries */
#content div.clipping
{
  width: 200px;
  float: right;
  background-color: #FFCC66;
  font-size: 10px;
  text-align: justify;
  border-color: #000000;
  border-style: dotted;
  border-width: 2px;
  margin: 10px 0 10px 4px;
  padding: 2px 4px 2px 4px;
}
#content .clipping p
{
  margin: 8px 0 0 0;
  padding: 0 0 0 0;
}
#content .clipping ul
{
  display: block;
  list-style-type: disc;
  margin: 0 0 0 13px;
  padding: 0 0 0 0;
}
#content .clipping li
{
  margin: 5px 0 0 0;
  padding: 0 0 0 0;
}

/* For "news items" in newsmain.htm or on other pages */
#content p.newsitem
{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom-style: dotted;
  border-bottom-color: #989898;
  border-bottom-width: 1px;
}

/* For images in articles: */
#content img.smallleft
{ 
  width:150px; 
  display: block; 
  float: left; 
  clear: left;
  margin: 0px 10px 10px 0px;
}
#content img.smallright
{ 
  width:150px; 
  display: block; 
  float: right; 
  clear: right;
  margin: 10px 0px 10px 10px;
}
/* For labels and field headers on forms (e.g. in user.asp): */
#content div.input
{ 
  width: 100%;
}
#content label.input
{ 
  display: block;
  width: 90%;
  text-align: left;
  margin: 8px 0 4px 0;
  background-color: #0000ff;
}
/* For lists of links used for navigation (e.g. on myaccount.asp and faq.asp) */
#content ul.navlist
{ 
  margin: 0;
  padding: 0;
  list-style-type: none; 
}
#content .navlist li
{ 
  margin-bottom: 4px;
}
/* Defaults for lists (typically used to itemize features in content body) */

/* For title information on the books.asp page */
#content .titleBrief
{ 
  width: 100%;
  margin: 10px 0 15px 0;
  overflow: auto;
}
#content .titleBrief Form
{ 
  width: 350px;
  margin: 0;
  padding: 0 0 15px 0;
  float: left;
}
#content .titleBrief Form .title
{ 
  font-size: 1.2em;
  font-weight: bold;
}
#content .titleBrief Form .price
{ 
  font-weight: bold;
}
#content img.titleBrief 
{ 
  display: block;
  float: left;
  clear: left;
  margin: 0 10px 0 0;
  padding: 0;
  width: 100px; 
  border: none;
}
/* For displaying an individual title page */
#content .titleviewLeft
{ 
  width: 220px;
  margin: 10px;
  padding: 5px;
  float: left;
  overflow: hidden;
  border-style: groove;
  border-color: gray;
}

#content .titleviewLeft ul.detailnav
{
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
}


#content .titleviewLeft ul.detailnav li
{
  width: 70px;
  text-align: center;
  margin: 0 1px 0 1px;
  float: left;
}

#content .titleviewLeft img
{ 
  display: block;
  margin: auto;
  clear: both;
  width: 200px; 
  border: none;
}

#content .titleviewBody
{ 
  margin-top: 20px; 
  overflow: auto;
}

#content .titleviewBody img
{ 
  max-width: 500px; /* at least one title references a huge image...
                       this prevents overflow */
  margin: 0 10px 10px 0;
}

#content .titleviewBody h4
{
  clear: left; 
}

/* For data tables -- WHICH SHOULD BE MINIMAL, such as on compare.asp */
#content .tblHeader th
{ 
  background-color: #0000ff;
  color: #ffffff; 
}
/*
 * Footer
 */

#footer
{
  width: 100%;
  clear: both;
  padding: 10px 0 0 10px ;
  text-align: center;
}

#footer p
{
  clear:both;
  line-height: 40px;
}

#footer ul
{
  margin-left: 100px;
  margin-right: auto;
  list-style-type: none;
}

#footer li
{
  width: 150px;
  float: left;	/* Allows the list to go horizontal. */
  text-align: center;
}


/**** debugging information. */
#debug 
{
  color: #000000;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
/*
 * #errors -- Error and Warning notices
 */
#errors
{ 
  width: 548px;
  float: left;
  background-color: #ffffff;
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px solid #000000;
}
div.warning, div.notice
{ 
  width: 96%;
  padding: 2%;
  background-color: #C8C8C8;
}
div.warning i:before
{ 
  content: "Error message was: " 
}
div.warningTitle, div.noticeTitle
{ 
  width: 100%;
  padding: 0 0 1% 0;
  font-size: 1.5em;
  color: #C80000; 
}
div.finePrint
{ 
  width: 100%;
  padding: 1% 0 1% 0;
  font-size: 0.8em;
}
