{
  padding: 0;
  margin:  0;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  width: 100%;
  min-width: 600px;
  font-family: Arial, Helvetica, sans-serif;
  border:1px solid #333;
  background-color: #fff;
}
html {
  height: 100%;
  width: 98%;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  background:#eee url(/include/images/light_grey.png)  
}
.header {
  height: 120px;
  padding: 10px;
  text-align: left;
  background-image:url(/include/images/coffee-bg.jpg);
}
h1.header {
  height: 60px;
  line-height: 80px;
  margin: 0;
  padding-left: 18%;
  color: #AF0000;
  font-weight: bold;
  font-size: 200%;
  text-shadow:
    -1px -1px 0 #000,
    0px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    0px 1px 0 #000,
    1px 1px 0 #000;
  text-align: top;
}
.entry-content [id],
.entry-content a[name]{
  scroll-margin-top: 140px;   /* adjust to your sticky header height */
}
.entry-content a[id]{
  display: block;
}
a[href="#toc"]{
  all: unset;
  cursor: pointer;
}
div.small {
  padding-left: 18%;
  color: #333;
  font-size: 114%;
  font-weight: bold;
}
div.pommie{
  background-image:url(/include/images/pommie-sm.gif);
  background-repeat:no-repeat;
  background-position:5% 0;
  width:auto;
  position:relative;
}
/**
 * CKEditor image styles
 */
.page-body { display: flow-root; }
.page-body p { clear: none; }
figure.image-style-align-left {
  float: left;
  margin-right: 1.5em; 
  margin-bottom: 0.5em;
}
figure.image-style-align-right {
  float: right;
  margin-left: 1.5em; 
  margin-bottom: 0.5em;
}
figure.image-style-align-block-right {
  display: block;     
  margin-left: auto; 
  margin-right: 0; 
  max-width: 100%; 
  margin-top: 1em;
  margin-bottom: 1em;
}
figure.image-style-align-block-left {
  display: block; 
  margin-right: auto;
  margin-left: 0; 
  max-width: 50%; 
}
figure.image-style-align-block-left img {
  width: 100%;
  height: auto;
  display: block;
}
figure.image-style-align-block-right img {
  width: 100%;
  height: auto;
  display: block;
}
figure.image.image-style-side {
  float: right;
  max-width: 50%;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
figure.image.image-style-side img {
  width: 100%;
  height: auto;
  display: block;
}
figure.image {
  margin: 0 0 1em 0; /* consistent spacing */
}
figure.image img {
  max-width: 100%;
  height: auto;
  display: block;
}
/*** end CKEditor ***/

#navbar {
  overflow: hidden;
  background-color: #333;
  border-bottom:4px solid #aaa;  
}
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
#navbar a:hover {
  background-color: #ddd;
  color: black;
}
#navbar a.active {
  background-color: #DF9999;
  color: white;
}
.content {
  padding: 16px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 60px;
}
#maincontainer{
  position:relative;
  min-height:100%;
  padding-bottom: 32px;
}
#container {
  padding-left: 200px;      /* LC fullwidth */
  padding-right: 210px;     /* RC fullwidth + CC padding */
  overflow: hidden;
}
#container .column {
  position: relative;
  float: left;
  padding-bottom: 8000px;
  margin-bottom: -8000px;
}
#center {
  padding: 12px 20px;       /* CC padding - XXX: was 10px 20px */
  width: 98%;
}
#center .page-body {
  display: flow-root;          /* best modern clearfix */
}
#center .page-body p {
  clear: none;
}
#center .page-body figure.image.image-style-side {
  float: right;
  max-width: 50%;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
#center .page-body figure.image img {
  max-width: 100%;
  height: auto;
  display: block;
}
#left {
  width: 190px;             /* LC width - XXX: was 180 */
  padding: 0 10px;          /* LC padding */
  right: 240px;             /* LC fullwidth + CC padding */
  margin-left: -98%;
  height: auto !important;
  background: -moz-linear-gradient(top, #DDD, #FFF);
  background: -webkit-gradient(linear, center top, center bottom, from(#ddd), to(#fff));
  background-image: linear-gradient(to bottom, #ddd, #fff)); 
  background-color: #ddd;
  overflow: hidden;
}
#left a {
  color: inherit;
  text-decoration: inherit;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#right {
  width: 175px;             /* RC width */
  padding: 10px 10px;          /* RC padding */
  margin-right: -105%;
  background-color: #fff;
}
#footer {
  clear: both;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
* html #left {
  /** IE fix **/
  left: 150px; /* right column fullwidth */
}
#header, #footer {
  font-size: large;
  text-align: center;
  padding: 0.3em 0;
  background: #999;
}
#center {
  background: #fff;
}
#right {
  background: #fff;
}
#container .column {
  padding-top: 1em;
  text-align: justify;
}
#bottom-ad {
  clear: left;
  background-color: #fff;
  margin-top: 2px;
  text-align: center;
  width: 90%;
}
#footer {
  clear: left;
  width: 100%;
  background: black;
  color: #FFF;
  text-align: center;
  padding: 4px 0;
}
#footer a {
  color: #FFFC19;
}


/** 
 *slide menu stylings 
 */
#dhtmlgoodies_slidedown_menu .dhtmlgoodies_activeItem {
  font-weight:bold;
  color: #AF0000;
}
#dhtmlgoodies_slidedown_menu li{
  list-style-type:none;
  position:relative;
}
#dhtmlgoodies_slidedown_menu ul{
  margin:0px;
  padding:0px;
  position:relative;
}
#dhtmlgoodies_slidedown_menu div{
  margin:0px;
  padding:0px;
}
#dhtmlgoodies_slidedown_menu{
  width:205px;
}
#dhtmlgoodies_slidedown_menu a{
  color: #333;
  text-decoration:none;
  display:block;
  clear:both;
  width:160px;
  padding-left:2px;
}
#dhtmlgoodies_slidedown_menu .dhtmlgoodies_activeItem {
  font-weight:bold;
  color: #AF0000;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth1 {
  margin-top:1px;
  border-bottom:1px solid #333;
  font-weight:bold;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{
  margin-top:1px;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{
  margin-top:1px;
  font-style:italic;
  color:blue;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{
  margin-top:1px;
  color: #AF0000;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{
  margin-top:1px;
}
#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
  padding:1px;
}
#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
  margin-left:5px;
  padding:1px;
}
#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
  margin-left:10px;
  padding:1px;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
  margin-left:15px;
  padding:1px;
}

/**
 * Blog styles
 */
.post-footer {
  margin-bottom: 2.25em;
}
