/* ---------- Russell Dyer's Style Sheet ---------- */
body {
    font-family: Geneva, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

/* ----- heading text styles ------ */
h1 {
   font-size: 20px;
}
h2 { 
   font-family: Garamond, Georgia, Arial, sans-serif;
   font-size: 18px; 
   margin: 0;
   margin-top: 10px; 
}
h3 { 
   margin: 10px 0;
   padding: 0;
   font-size: 16px; 
}
h4 { 
   margin: 0;
   margin-top: 10px;
   padding: 0;
   font-size: 14px; 
}
h5 { 
   font-size: 12px; 
   margin: 0; 
}
h6 {
   font-size: 10px;
}

/* ----- general text styles ----- */
p { 
   margin: 0 0 10px 0; 
   font-size: 14px;
   text-align: justify;
}
a { 
   text-decoration: none; 
}
a img { 
   border-width: 0;
   border-style: none; 
}
ul { 
   margin-top: 0; 
   list-style-type: none; 
}
li { 
   list-style-type: none;
}
b.quote { 
   font: italic 10px Helvetica; 
}
b.quote small { 
   font: normal 8px Helvetica; 
}
blockquote { 
   font-size: 14px; 
   margin: 20px; 
}
hr { 
   margin: 0;
   margin-bottom: 10px; 
}
hr.list { 
   margin: 0;
}
hr.minor { 
  width: 100%; 
  border-style: solid;
  border-width: 1px;
}

/* ----- main div styles ----- */
div#page {
  width: 1024px;
  margin: 0 auto 0 auto;
  padding: 20px;
}
div#page_contents {
  display: block;
  margin-bottom: 12px;
}
div#one_panel { 
  float: left;
  width: 100%;
  vertical-align: top;
}
div#full_page{
   display: block;
   float: left;
   width: 100%;
   margin: 0;
   padding: 0;
}

/* ----- navigator tab styles ----- */
div#nav { 
  display: block;
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
ul#nav {
  float: left;
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}
ul#nav li {
  width: 14%;
  float: left;
  display: inline;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  font: 11px Gill Sans;
  font-weight: bold;
  text-transform: lowercase;
  border-left-style:  dotted;
  border-left-width:  1px;
}
ul#nav li#first_tab {
  border-left: none;
}
ul#nav li#last_tab {
  border-right: none;
}

/* ----- masthead ----- */
div#masthead {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}
div#masthead_identity, div#masthead_identity_index {
  display: block;
  clear: both;
  height: 90px;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-bottom-style: solid;
  border-bottom-width: 1px;
} 
div#masthead_identity_index {
  height: 150px;
} 
div#masthead_identity img#me,
div#masthead_identity_index img#me {
  display: block;
  height: 70px;
  margin: 5px;
  margin-left: 0;
  padding: 3px;
  border-style: solid;
  border-width: 1px;
}
div#masthead_identity_index img#me {
  height: 125px;
}
div#masthead_identity img#signature, 
div#masthead_identity_index img#signature {
  display: block;
  height: 70px;
  margin: 5px;
  padding: 3px;
  border-style: none;
}
div#masthead_identity_index img#signature {
  height: 100px;
}
div#info_bar {
  display: block;
  clear: both;
  float: none;
  width: auto;
  margin-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
div#info_bar span {
  display: block;
  clear: both;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px; 
  text-align: center;
  text-transform: lowercase;
  white-space: nowrap;
}

/* ----- left margin styles ----- */
div#left_margin {
  position: relative;
  float: left;
  width: 110px;
  padding: 0;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
div#left_margin h4 {
  padding-top: 5px;
}
div#left_margin ul {
  margin: 0;
  padding: 5px 0;
}
div#left_margin li {
  padding: 0 15px;
  text-indent: 0;
}
div#left_margin p { 
  padding-left: 5px; 
}
div#left_margin div.link_box {
  margin-bottom: 10px;
  border-style: none;
  border-width: 1px;
}
div#left_margin div.link_box div.box_top  {
  padding: 2px;
  letter-spacing: 2px;
  font-size: 14px; 
  text-align: center;
  text-transform: lowercase;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
div#left_margin div.link_box ul li { 
  padding: 0 5px;
  text-indent: -5px; 
}
div#left_margin div.link_box ul li:before {
  content: "\002D \0020";
}
div#other_sites {
  display: block;
  clear: both;
  margin: 0;
  margin-bottom: 8px;
}
div#other_sites h4 {
  display: block;
  clear: both;
  margin: 0;
  margin-bottom: 3px;
  padding: 2px;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #696969;
  color: #696969;
}
div#other_sites ul {
  margin: 0;
  padding: 0;
}
div#other_sites li {
  display: block;
  clear: both;
  margin: 3px 0;
  padding: 2px;
  font-family: arial;
  font-size: 11px;
  text-align: center;
  letter-spacing: 1px;
  border-style: solid;
  border-width: 1px;
  border-color: #333333;
  background-color: #c6d0d9;
}
div#other_sites li a {
  display: block;
  clear: both;
  margin: 1px;
  padding: 1px 2px;
  white-space: nowrap;
  border-style: solid;
  border-width: 1px;
  border-color: #333333;
  background-color: #ffffff;
}
div#other_sites li a:hover {
  border-style: dotted;
  color: firebrick;
}
div#featured_albums {
  display: block;
  float: left;
  clear: both;
  margin: 10px 0;
  padding: 0;
  font-size: 10px;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
div#featured_albums h3 {
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
div#featured_albums img {
  margin: 5px;
  border-width: 2px;
}
div#featured_stories {
  display: block;
  float: left;
  clear: both;
  margin: 20px 0;
  padding: 0;
  font-size: 10px;
  border-style: solid;
  border-width: 1px;
  border-left-style: none;
  border-right-style: none;
}
div#featured_stories h4 {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  font-size: 11px;
}
div#featured_stories img {
  margin-bottom: 20px;
}
div#featured_stories img.snap {
  border-width: 2px;
}
div#snaps { 
  display: block;
  float: left;
  clear: both;
  margin: 20px 0;
  padding: 10px 0 0 10px;
}
img.snap { 
  float: left; 
  margin: 0; 
  padding: 0;
  border-style: solid;
  border-width: 1px;
}

/* ----- center panel styles ------ */
div#center_panel { 
  float: left;
  vertical-align: top;
  width: 60%;
  margin: 0 8px;
  padding: 0;
  padding-left: 4px;
}
div#center_panel ul {
  margin: 0;
  margin-left: 10px;
  padding-left: 10px;
  list-style-type: square;
}
div#center_panel li {
  text-indent: 0;
  list-style-type: square;
}
div#center_panel_full { 
  position_: relative;
  display_: block;
  float: left;
  width: 100%;
  vertical-align: top;
}
div#center_panel h3 {
  margin-bottom: 2px;
}
div.contents_left {
  display: block;
  float: left;
  width: 48%;
  clear: left;
  margin: 0;
  padding: 0; 
}
div.contents_right {
  display: block;
  float: right;
  width: 48%;
  clear: right;
  margin: 0;
  padding: 0; 
}
div.banner {
  display: block;
  clear: both;
  padding-top: 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px; 
  text-transform: lowercase;
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
div.content_item {
  display: block;
  float: left;
  width: 100%;
  clear: both;
  margin: 8px 0;
  padding: 0;
  padding-bottom: 5px;
}
div.content_item p {
  text-align: justify;
}
div.comment {
  display: block;
  margin: 0 12px;
  padding: 0 5px;
}
div#page_heading { 
  width: 100%;
  margin: 0;
  padding: 0 4px 6px 0;
}
div#page_heading h2  {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 2px;
}
div.more_to_post {
  display: block;
  clear: both;
  margin: 10px 0;
  font-style: italic;
}
div.full_post p {
  margin: 10px 0;
}
div.full_post div.post_list {
  width: 50%;
  margin: 10px 40px;
}
div#center_panel div.full_post div.post_list ul li.special_item {
  padding-left: 20px;
  line-height: 25px;
  font-style: italic;
  list-style-type: none;
}
div.item_stats {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 18px;
  font-size: 10px;
  text-align: left;
  text-transform: lowercase;
}

/* ------ right margin styles ------ */
div#right_margin {
  display: block;
  float: right;
  z-index: 5;
  width: 260px;
  vertical-align: top;
  padding: 0;
  font-size: 12px;
}
div#right_margin h2 { 
  font-size: 16px;
}
div#right_margin h3 { 
  margin-bottom: 0;
  padding: 0;
}
div#right_margin ul {
  margin: 0;
  padding: 10px;
  list-style-type: none;
}
div#right_margin li {
  padding: 0;
  padding-bottom: 6px;
  line-height: 10px;
  text-indent: 0;
  margin: 0;
  margin-bottom: 5px;
  list-style-type: none;
}
div.box {
  float: left;
  width: 250px;
  clear: both;
  margin: 0;
  margin-bottom: 20px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
}
div.box div.box_top h2 {
  margin-top: 0;
  font-size: 16px;
}
div.box h2 {
  margin-top: 0;
}
div.box h3 {
  font-size: 13px;
}
div.box p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
div.box div.book_jacket {
  float: left;
  clear: both;
  width: 100%;
  margin: 10px 0;
  padding: 0;
}
div.box div.book_jacket p {
  font-size: 10px;
  text-align: justify;
}

/* ----- page footer styles ----- */
div#page_footer {
  width: 100%;
  min-width: 950px;
  margin: 1px auto 50px auto;
}
div#page div#page_footer {
  text-align: center;
  background: url(/images/nav_bar/fray.gif) bottom repeat-x;
  border-top: 3px double #CCC;
}
div#page_footer div#copyright {
  width: 100%;
  padding: 10px;
}
div#page_footer img#my_email {
  display: inline;
  width: 244px;
  height: 2epx;
  padding: 10px;
  border-style: none;
}

/* ----- other div styles ----- */
div#separate {
  display: block;
  float: left;
  clear: both;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 11px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
div#separate h4 {
  font-size: 12px;
  margin: 0;
  margin-top: 10px;
  padding: 0;
}
div.band {
  position: relative;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  clear: both;
}
div.band h3 {
  margin: 2px;
  padding: 0;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: lowercase;
}
div#details {
  clear: both;
  margin: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
}
div#video_box {
  display: block;
  margin: 20px 50px;
  padding: 0;
}

/* ------ image styles ----- */
img.book_cover { 
  display: block;
  float: right;
  clear: right;
  width: 100px;
  margin: 10px;
  margin-right: 0;
  padding: 0;
  border-style: solid;
  border-width: 1px;
}
img#logo {
  position: relative;
  display: block;
  float: right;
  top: -25px;
  right: 0;
  white-space: nowrap;
}
img.design_standard_icon {
  margin: 10px 10px 5px 0;
  float: left;
  clear: left;
  width: 44px;
  height: 16px;
}
img.notice {
  max-width: 175px;
  margin: 0;
  padding: 0;
  border-style: solid;
  border-width: 1px;
}
img#macro { 
  display: block;
  float: left;
  clear: both;
  margin: 0;
  margin-bottom: 10px; 
  padding: 6px;
  z-index: 100;
  width: 250px;
  border-style: none;
}
img.manual { 
  display: block;
  float: right;
  clear: right;
  margin: 5px; 
  padding: 0; 
}
img#mini_pic {
  float: right;
  width: 150px;
  height: 100px;
}

/* ----- particular styles ------ */
a.comment_notation { 
  margin: -10px 0 10px 0;
  padding: 0;
  padding-right: 20px;
  text-align: left;
  background: #fff url('/images/nav_bar/comment.png') no-repeat right; 
}
a.encourage { 
  padding-right: 20px;
  background: #fff url('/images/nav_bar/right_arrow.png') no-repeat right; 
}
div.notice { 
  float: left;
  margin:  0;
  margin-top: 5px;
  padding: 10px;
  line-height: 16px;
  font-size: 14px;
}
div.photo_frame_box,
div.photo_frame_box_left {
  display: block;
  float: right;
  margin: 10px;
  margin-right: 0;
  padding: 0;
}
div.photo_frame_box_left {
  float: left;
  margin: 10px;
  margin-left: 0;
}
div#photo_frame,
div#photo_frame_left,
div.photo_frame,
div.photo_frame_left {
  display: block;
  float: right;
  margin: 0;
  padding: 8px;
  border-style: solid;
  border-width: 1px;
}
div#photo_frame_left,
div.photo_frame_left {
  float: left;
}
div#photo_frame_left img,
div.photo_frame_left img {
  border-style: solid;
  border-width: 2px;
}
span.photo_frame_caption {
  display:  block;
  clear:  both;
  margin: 2px 0;
  font-size: 12px;
  text-align: center;
}
h2.comment_heading { 
  margin: 0;
  margin-bottom: 5px;
  padding: 0; 
}
h3.comment_heading {
  display: block;
  margin: 10px 0 5px 0;
  padding: 0 0 1px 5px; 
  line-height: 16px;
  font-size: 14px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
h3.comment_heading_shorter {
  display: block;
  margin: 0;
  margin-bottom: 5px;
  padding: 0 0 5px 5px; 
  font-size: 16px;
  line-height: 9px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
div#one_panel p {
  margin-bottom: 20px; 
}
div.minor_notice {
  float: left;
  clear: both;
  width: 100%;
  margin: 20px;
  margin-top: 0;
  padding: 0 10px;
}
.date_notation { 
  float: left;
  clear: both;
  margin-right: 10px;
  padding-right: 15px;
  background: #fff url('/images/nav_bar/clock.png') no-repeat right; 
}
.img_notation { 
  display: block; 
  font-size: 12px;
  text-align: center;
}
#reduced { 
  font-size: 12px; 
  font-style: italic; 
  text-transform: lowercase; }
li.highlight { 
  text-indent: 10px;
}
.footnote, .footnote a { 
  font-size: 12px; 
}
span#web_address { 
  display: none; 
}
#form_box {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  border-style: solid;
  border-width: 1px;
}
#comment_form {
  margin-bottom: 20px;
  padding: 0 10px;
}
#comments_wrapper {
  position: relative;
  display: block;
  float: left;
  margin: 20px;
}
#reader_comments {
  margin-bottom: 20px;
  padding: 0 10px;
  border-style: solid;
  border-width: 1px;

}
#airports_stations img {
  display: block;
  clear: both;
  width: 250px;
  margin: 5px;
  padding: 4px;
  border-style: solid;
  border-width: 1px;
}
.chapter {
  margin: 0;
  margin-left: 10px;
  padding: 10px;
  list-style-type: none;
}
.chapter li {
  text-indent: 0;
}
