/*
CSS for Bubble Under site
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #e2edff;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

#skillstree, #skillstree ul {
        list-style-type: none;
/*        margin-left:25px;
        margin-bottom:5px;
        padding:0;  */
}


h1, h2, h3, h4 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: x-large;
  background-color: navy;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  text-align: center;
}

h2 {
  color: navy;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

h2.pad {
  padding-left: 5px;
}

h3, h4 {
  color: navy;
  padding-left: 5px;
}

li {
  font-size: small;
  list-style-type: none;
  color: navy;
  padding-right: 3em;
  padding-top: 1em;
}

.circle {
  list-style-type: circle;
  }

p {
  padding-left: 5px;
  padding-right: 5px;
}

.post-body div, p {
  font-size: small;
  color: navy;
}

.handle { 
        background: transparent url( /images/tree-handle.png ) no-repeat left top; 
        display:block; 
        float:left;
        width:10px; 
        height:10px;
        cursor:pointer;
}

.closed { background-position: left top; }

.opened { background-position: left -10px; }

.center { text-align: center; }

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  border-top: 3px solid #770000;
  border-bottom: 3px solid #770000;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #770000;
  color: #ffffff;
  text-align: center;
}

em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
}

a:link {
  color: navy;
}

a:visited {
  color: navy;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: #770000;
}

a:active {
  color: #770000;
  background-color: #e2edff;
}

.fun {
  color: #770000;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}

#navigation {
  width: 180px;
  height: 580px;
  background: #7da5d8;
}

h2, ul {
  margin-top: 15px;
}

#header {
  border-top: 3px solid #7da5d8;
}

#resumecontent {
  border-top: 3px solid #000000;
}

img.feature {
  float: right;
  margin: 10px;
}

.galleryphoto {
  padding-bottom: 10px;
  border-bottom: 1px solid navy;
  margin-bottom: 20px;
}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.galleryphoto p span {   
  font-weight: normal;
  color: gray;
}

.galleryphoto img {
  border: 15px solid white;
}

table.events {
  border-collapse: collapse;
}

table.events th, table.events td {
  padding: 4px;
  border: 1px solid #000066;
}

table.events th {
  font-size: x-small;
  text-align: left;
  background: #241374 url(backgrounds/header-bg.jpg);
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.events td {
  font-size: small;
  background: #e2edff url(backgrounds/td.jpg) repeat-x top;
}

table.events caption {
  color: #000066;   
  font-size: small;   
  font-weight: bold;   
  text-align: left;
  padding-bottom: 5px;
}

form.contact fieldset {   
  border: 2px solid navy;   
  padding: 10px;
}  

form.contact legend {   
  font-weight: bold;   
  font-size: small;   
  color: navy;   
  padding: 5px; 
}

form.contact {   
  padding: 0;   
  margin: 0;   
  margin-top: -15px;
  line-height: 150%;
}

form.contact label {
  font-weight: bold;
  font-size: small;
  color: blue;
}

form.contact label.fixedwidth {   
  display: block;   
  width: 240px;   
  float: left; 
}

form.contact .buttonarea input {   
  background: navy;
  color: white;   
  font-weight: bold;   
  padding: 5px;   
  border: 1px solid white; 
}

form.contact .buttonarea {   
  text-align: center;   
  padding: 4px;   
  background-color: #0066FF; 
}

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header, #footer, #resumecontent {
  position: absolute;
}

#navigation, #bodycontent, #resumecontent {
  top: 107px;
}

#bodycontent {
  left: 200px;
  height: 580px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right top;
  padding-right: 15px;
  overflow: auto;
}

img { float:right; }

#header {
  width: 100%;
}


p.copyright { text-align: center; font-size: small }
p.copyright:before { content: "Copyright" }
p.copyright:after { content: "2002-2021 David A. Bandel, All Rights Reserved" }

p.resumefoot  { text-align: center; font-size: small; content: "Latest copy of this document available from: <a href="http://david.bandel.us/about.html">About Me</a> (http://david.bandel.us/about.html) on <a href="http://david.bandel.us/">my website</a>." }

#footer {
  clear:both;
  width: 100%;
  background-color: #e2edff;
  top: 687px;
  margin:0;
}

