/* style rules for blog.html, intro.html, ddmmyy.xml & alt_blogddmmyy.html */
* {
    box-sizing: border-box;
}

html, body, section {
    height: 100%;
}

body {
    padding: 5px 0 150px; /* was 20px 50px 150px */
    font-size: 16px; */ was 13px */
    width: 100%;
/*    height: 1024px; */
}

#pagecontainer {
    display: block;
    margin: 0;
}

#navdivproact {
    display: block;
    width: 101.5%;
    height: 208px;
    background-color: gold; /* was #ffe680 */
    padding: 0;
    margin: -18px -16px 0 -8px;
}

#navdivamact {
    display: block;
    width: 101.5%;
    height: 208px;
    background-color: orange;
    padding: 0;
    margin: -18px -16px 0 -8px;
}

#navdivpers {
    display: block;
    width: 101.5%;
    height: 208px;
    background-color: cornflowerblue;
    padding: 0;
    margin: -18px -16px 0 -8px;
}

#navdivblog {
    display: block;
    width: 101.5%;
    height: 208px;
    background-color: chocolate;
    padding: 0;
    margin: -18px -16px 0 -8px;
}

#navdivwilf {
    display: block;
    width: 101.5%;
    height: 208px;
    background-color: darkorange;
    padding: 0;
    margin: -18px -16px 0 -8px;
}

/* ----- MENU ----- */
ul {
  text-align: center;
  color: red;
  display: inline-block;
  margin-left: 11.5%;
  list-style: none;
}
ul li {
  font: bold 22px/16px "Marker Felt", Forte, "Comic Sans MS", sans-serif; /* was 12/18px */
  display: inline-block;
  line-height: 1.0;
  margin-right: -5px; /* was -4px */
  position: relative;
  padding: 32px 18px 10px; /* was 32px 18px 10px */
  background: #0f0;
  text-shadow: 0 -1px 0 #000;
  cursor: default;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

ul li > a:link {
  color: #f00; /* was #f00 */
  text-decoration: none;
  cursor: pointer;
}
ul li > a:visited {
  color: #f00;
  text-decoration: none;
}
ul li > a:hover {
  color: #0f0; /* was #00f */
  text-decoration: none;
}
ul li:hover {
  background: #f00;
  color: #0f0;
}
ul li:hover a {
  color: #0f0;
}
ul li:hover > a:hover {
  color: #0f0;
}
ul li > a:active {
  color: #00f;
  text-decoration: none;
}
ul li ul {
  padding: 0;
  position: absolute;
  top: 64px; /* was 48px */
  left: -11px;
  width: 140px; /* was 144px */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li ul.blogDD {
  padding: 0;
  position: absolute;
  top: 64px;
  left: -10px;
  width: 106px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li ul li { 
  background: #c00; /* was #555 */
  display: block; 
  text-align: left;
  padding: 18px 18px 18px; /* was 32px 18px 16px */
  text-shadow: 0 -1px 0 #000;
}
ul li ul li:hover {
  background: #f00; /* was #c00 */
} 
ul li ul li > a:link {
  color: #00f;  
} 
ul li ul li > a:visited {
  color: #f60;  
} 
ul li ul li > a:hover {
  color: #0f0;  
} 
ul li ul li > a:active {
  color: #00f;  
} 
ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
/* ----- END MENU ----- */

h1 {
    font-size: 2em;
}

h1.blogenthdg {
    font-family: Impact, "Futura-CondensedExtraBold", sans-serif;
    font-size: 2em;
    color: #c00;
    margin: -0.2em 0 0;
}

h1.blogscreentxt {
    font-family: Impact, "Futura-CondensedExtraBold", sans-serif;
    font-size: 3em;
    text-align: center;
    text-shadow: 2px -1px 3px #000;
    color: #c00;
    padding: 2.7em 0 0;
}

h1.development {
    text-align: center;
/*    margin-left: -2em; */
}

h2 {
    font-size: 1.5em;
}

div.blogtopbar {
    display: block;
    width: 103%;
    height: 50px;
    border-bottom: 1px solid #c00;
    background-color: #ebd6cc;
    padding: 0.4em 0 0 0.6em;
    margin: -13px 0 0 -8px;
}

h1#blogheading {
    font-family: Impact, "Futura-CondensedExtraBold", sans-serif;
    color: #c00;
    margin: 0 0 0.225em 0;
}

h2.blogtopshdr {
    font-family: Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #00f;
    text-align: center;
    text-shadow: 2px -1px 0 #9cf;
    margin: 0 0 0;
}

h3.blogentloc {
    display: inline-block;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    color: #800000;
    margin: 0.1em 0 0;
}

h3.blogentloc > a {
    color: #800000;
    text-decoration: none;
}

.blogtag {
    position: relative;
    float: right;
    display: inline;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    color: #00f;
    margin: 0.65em 0 0 0;
}

h4.blogentdat {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
    font-size: 0.75em;
    font-weight: bold;
    color: #800000;
    margin: 0.25em 0 0.5em;
}

p.blogent {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
    font-size: 0.75em;
    color: #900;
	width: 84%;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.4;
    margin: 0.5em auto 0;
}

p.blogent b {
	font-weight: bold;
}

p.blogent>img {
    margin: 4px 0 8px 0;
}

p.blogmidpara {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
    font-size: 0.75em;
    color: #900;
	width: 80%;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.4;
    margin: 0.7em auto 0;
}

p.blogtops {
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #00f;
    margin: 0.25em 0 0;
}

.blogpagehdr {
    display: block;
    width: 102%; /* was 104.25% */
    height: 50px;
    background-color: #000;
    margin: -32px 0 0 -8px; /* was left -1.5% */
}

.blogtopic {
    display: block;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0.4em 0;
}

a.blogtopiclink {
    color: #00f;
    text-decoration: none;
}

div.blogscreen {
    height: 99%;
    width: 101%;
    background: url("../images/rainbows.jpg") center center no-repeat;
    background-size: cover; 
    margin: -30px 0 0 -5px; /* was left -4px */
}

div.altblogscreen {
    height: auto; /* was 99% */
    width: 101%;
    background: url("../images/rainbows.jpg") center center no-repeat;
    background-size: contain; 
    margin: -30px 0 0 -5px;
}

.perscreen {
    display: block;
    height: 99%;
    width: 102.5%;
    background: url("../images/JRbeach.jpg") center center no-repeat;
    background-size: cover;
    margin: -30px 0 0 -7px;
}

h1.perscreentxt {
    font-family: Impact, "Futura-CondensedExtraBold", sans-serif;
    font-size: 3em;
    text-align: center;
    text-shadow: 2px -1px 3px #000;
    color: #c00;
    padding: 4.2em 0 0;
}

.navflash { /* div for flash messages in nav div */
    display: block;
    width: 96%;
    visibility: visible;
    height: 100px;
    border: 1px dashed gray;
    margin: 0 auto;
}

.navflashact { /* div for flash message in acting nav div */
    display: block;
    width: 96%;
    visibility: visible;
    height: 100px;
    margin: 0 auto;
}

.navflashtxt {
    display: block;
    font-family: Papyrus, cursive;
    font-size: 1em;
    text-align: center;
}

.navflashactmsg { /* flash message for acting pages */
    display: block;
    font-family: "Marker Felt", Forte, "Comic Sans MS", sans-serif;
    font-size: 1.5em;
    text-align: center;
    margin: 2em 0 0;
}

aside.left {
    float: left;
    width: 19%;
    height: 500px; /* might need changing */
    overflow: auto;
    border: 1px solid gray;
    margin: 16px 8px 0 14px;
}

aside.blogleft {
    float: left;
    width: 15%;
    height: 500px; /* might need changing */
    overflow: auto;
    border: 1px solid gray;
    margin: 16px 8px 0 14px;
}

aside.right {
    float: right;
    width: 25%;
    height: 500px; /* might need changing */
    overflow: auto;
    border: 1px solid gray;
    margin: 16px 16px 0 0;
}

aside.blogright {
    float: right;
    width: 22.5%;
    height: 500px; /* might need changing */
    overflow: auto;
    border: 1px solid gray;
    margin: 16px 16px 0 0;
}

.practcoltop {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #000;
    margin: -32px 0 0 0;
}

.practcoltoptxt {
    display: block;
    font-family: "Marker Felt", "Forte MT", "Comic Sans MS", sans-serif;
    font-size: 2em;
    letter-spacing: 1px;
    color: #f00;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px -1px 0 #fff;
    padding: 0.25em 0 0;
}

.cliplink {
    display: block;
    width: 100%;
    height: 40px;
    border: 5px groove #c30;
    font-family: "Arial Narrow", "Microsoft Sans Serif", Verdana, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    color: #00f;
    text-decoration: none;
    text-shadow: 1px -1px 0 #b2b2b2;
    text-align: left;
    padding: 0.5em 0 0 0.5em;
}

p.blogarcatry {
    display: block;
    width: 100%;
    height: 24px;
    font-family: "Marker Felt", Forte, "Comic Sans MS", sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #f00;
    text-shadow: 1px -1px 0 #000;
    padding: 0 0 0 4px;
    margin: 4px 0 -4px;
}

a.blogarcentryhd {
    display: block;
    width: 100%;
    height: 20px;
    font-family: Arial, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    color: #006;
    text-decoration: none;
    text-align: left;
    padding: 0.2em 0 0 4px; /* was 0.5em left */
}

a.blogarcentry {
    display: block;
    width: 100%;
    height: 20px;
    font-family: Arial, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    color: #00f;
    text-decoration: none;
    text-align: left;
    padding: 0.2em 0 0 10px; /* was 0.5em left */
}

a.blogarcentry:hover {
    color: #0ff;
    background-color: #f0f;
}

a.blogarcentryhd:hover {
    color: #0ff;
    background-color: #c09;
}

.blogtopbar {
    display: block;
    width: 111.3%;
    height: 50px;
    border: none;
    background-color: #ebd6cc;
    padding: 13px 0 0 9px;
    margin: -13px 0 0 -8px;
}

#desktop {
    clear: both;
    display: inline-block;
    width: 50%;
    height: 500px;
    border: 1px solid gray;
    margin: 16px 0 0 8px;
}

#blogdesktop {
    clear: both;
    display: inline-block;
    width: 55%;
    height: 500px;
    border: 1px solid gray;
    margin: 16px 0 0 16px;
}

.arthdgctr {
    text-align: center;
    margin: 0.25em 0 -0.25em;
}

.grtgtxt {
    font-family: "Marker Felt", Forte, "Comic Sans MS", sans-serif;
    font-size: 3.2em;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px #FF0000;
}

.wbsechdr {
    display: block;
    max-width: 100%;
    height: 138px;
    background-color: #000;
    margin: 0;
}

.wbident {
    display: inline-block;
    height: auto;
    max-width: 320px;
    border: 1px solid #fff;
    margin: 4px 17.5% 0;
}

article {
    font-family: Baskerville, "Palatino Linotype", serif;
    position: relative;
    top: 0;
    left: 0;
    text-align: justify;
}

.leftcol {
    clear: both;
    display: inline-block;
    max-width: 48.5%;
    vertical-align: top;
    padding: 0; 
    border: 1px solid #ccc;
    background: #fffff0 url(../images/Wlogolgltgry.png)  no-repeat center 300px;
    margin: 16px 8px 16px 8px; 
    }

.rightcol {
    clear: both;
    display: inline-block;
    max-width: 48.5%;
    vertical-align: top;
    padding: 0; 
    border: 1px solid #ccc;
    background: #fffff0 url(../images/Wlogolgltgry.png)  no-repeat center 300px;
    margin: 16px 0 16px 8px; 
    }

.aboutwbtxt {
    font-size: 0.95em;
    text-indent: 1em;
    margin: 1em 1em -0.75em;
}

.ilpwrbx { /* div for wr 1929 mugshot */
    clear: all;
    float: right;
    margin: 0;
}

.ilpwrmugsht {
    height: auto;
    max-width: 200px;
    margin: -16px 0 0 16px;
}

.wrilpmdocap {
    font-family: Arial, sans-serif;
    font-size: 0.75em;
    text-align: right;
    padding-right: 1em;
    margin-top: 0.25em;
}

.wbmugbx { /* div for wb mugshot */
    clear: all;
    float: left;
    margin: 20px 16px 0 0;
}

.wbmugshtbg {
    height: auto;
    max-width: 210px;
    margin: 0;
}

.rframetxt {
    font-family: Cochin, Cambria, Georgia, serif;
    font-size: 0.8em;
    text-align: justify;
    text-indent: 1.5em;
    margin: 0.25em 0 0.5em;
}

.rframetxt > a {
    color: #00f;
    text-decoration: none;
    font-weight: bold;
}

a.blogtxtlink {
    color: #00f;
    text-decoration: none;
    font-weight: bold;
}

#landpage { /* CONTAINING DIV FOR VIDEO */
	background-color: transparent;
	width: 80%;
	height: 600px;
    margin: 100px 0 0 10%;
	padding-left: 5%;
}

p.landpageautoplay {
	width: 94%;
    font-family: Arial, sans-serif;
    font-size: 3em;
    text-align: center;
    margin: -400px 0 0;
	z-index: -1;
}

.tagpgspcrone {
	width: 100%;
	height: 30px;
	visibility: hidden;
	margin: 0;
}
