
/*
AroundTheDot CSS (Mark IV)
(c) Copyright Guillaume Rigal 2005
*/

body
  {background-color: #fff;
   font-family: Verdana, Arial, Helvetica;
   text-align: center;
   font-size: 8pt;
   color: #000;
   margin: 0;
   padding: 0;
  }

.central-page
  {
   margin-left: auto;
   margin-right: auto;
   background-color: #ffffff;
   width: 800px;
   text-align: center;
   padding: 20px;
   }

.menu-bar
  {
   width: 800px;
   font-size: 10pt;
   padding: 0;
   margin: 0;
  }

.menu-bar-desc
  {
   font-size: 10pt;
   color: #999999;
   text-align: left;
   font-weight: bold;
   padding: 0;
   padding-left: 20px;
  }

.menu-bar-links
  {
   text-align: right;
   padding: 0;
   padding-right: 20px;
  }

a
  {color: #0000FF;
   text-decoration: none;
  }

a:hover
  {text-decoration: underline;
  }

.menu-link
  {color: #0000FF;
   font-size: 10pt;
   font-weight: bold;
   text-decoration: none;
   padding-left: 10px;
  }

.menu-link:hover
  {text-decoration: underlined;
  }

.page-global-table
  {color: #000000;
   width: 800px;
   padding: 0;
   margin: 0;
  }

.page-global-cell
  {
   padding: 0;
   margin: 0;
   font-family: Verdana, Arial, Helvetica;
   text-align: center;
   font-size: 8pt;
   color: #333333;
  }


.page-title
  {color: #0033cc;
   font-weight: bold;
   font-size: 16pt;
   padding: 10px;
  }

.page-title2
  {color: #cc3300;
   font-weight: bold;
   font-size: 8pt;
  }

.page-content
  {
   padding: 0px;
   width: 600px;
   float: left;
   text-align: left;
  }

.page-sidebar
  {
   padding: 0px;
   width: 180px;
   float: right;
   text-align: center;
  }

.post-title
  {
   color: #999999;
   font-weight: normal;
   font-size: 20pt;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 3px;
   border-bottom: 1px solid #999999;
  }

.post-date
  {
   text-align: right;
   color: #999999;
   font-weight: normal;
   font-size: 8pt;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 3px;
   border-top: 1px solid #999999;
  }

.post-content
  {
   text-align: justify;
   padding: 20px;
  }

.sidebar-box-head
  {height: 40px;
   background-image: url('img/box-top-bg.png');
   background-repeat: no-repeat;
   background-position: center center;
   color: #000000;
   font-weight: bold;
   font-size: 13pt;
   text-align: center;
  }

.sidebar-box-body
  {
   border-left: 1px solid #cccccc;
   border-right: 1px solid #cccccc;
   background-color: #fff;
   padding: 5px;
   text-align: left;
  }

.sidebar-box-bottom
  {height: 20px;
   background-image: url('img/box-bottom-bg.png');
   background-repeat: no-repeat;
   background-position: center center;
   color: #000000;
   font-weight: bold;
   font-size: 12pt;
   text-align: center;
  }

.footer-bar
  {
   width: 800px;
   font-size: 10pt;
   border-top: 1px solid #666;
   padding: 0;

}

.footer-bar-links
  {
   text-align: left;
   padding: 0;
   padding-right: 20px;
  }

.footer-bar-copy
  {
   font-size: 7pt;
   color: #333333;
   text-align: right;
   padding: 0;
   padding-left: 20px;
  }


.outside-quote
  {
   font-style: italic;
   padding-left: 20px;
   padding-right: 20px;
  }


/* ************************* */

/* Blogera Specific */

.calendar_title
  {font-size: 8pt;
   font-weight: bold;
   text-align: center; color: #000000;}
.calendar_day
  {text-align: center;
   color: #cccccc;
   font-size: 7pt;}
.calendar_day_name
  {text-align: center;
   color: #999999;
   font-size: 7pt;}
.calendar_day_link
  {text-decoration: none;
   text-align: center;
   color: #0000ff;
   font-size: 7pt;
   font-weight: normal;}
.calendar_day_link:hover
  {text-decoration: underline;
   text-align: center;
   color: #0000ff;
   font-size: 7pt;
   font-weight: normal;}

/* Blogger Specific */
.date-header
  {
   color: #333333;
   font-weight: normal;
   font-size: 20pt;
   padding-left: 10px;
   padding-right: 10px;   
  }