body {
  color: black;
  /* background-color: rgb(243,242,235); */
  font-family: verdana, arial, helvetica, sans-serif;

  margin: 0;
  padding: 0;
}

html > body {
  font-size: 12pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}

.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

h2 {
  font-family: Verdana, Arial, sans-serif;
  color: #808B92;
  font-size:14pt;
  font-weight:bold;
  border-bottom:1px dotted #DDDDDD;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.center {
text-align: center;
}

/* --- Header --- */

#header {
  color: white;
  font-size:4em;
  background: url(images/header.jpg) no-repeat right top;
  background-color: #0b67a1; 
/*  background-color: #336699; */
  border-bottom: 1px solid black; 
  height: 100px;
}

.headerTitle {
  background: url(images/deshead-trans.gif) no-repeat left;
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
  color: #eee;
}

.headerTitle a {
  color: #eee;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For IE */
  font-weight: bold;
}

.headerTitle > a {
  font-size: 138%;  /* For non-IE */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  color: #eee;
  background-color: #FFFFFF;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a {
  color: #eee;
  background-color: black;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: black;
  background-color: white;
}


/* --- Left Side Bar --- */

.leftSideBar {
  width: 11.5em;
  float: left;
  clear: left;
  background-color: #50901c;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align:right;
}

.leftSideBar .sideBarTitle {
  border-top: 1px dashed #CCCCCC;
  color: #FFFFFF;
  background-color: #50901c;
  font-weight: bold;
  margin: 0;
  padding: .5ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
  margin: 1ex;
  padding: 0 0 0 0;
  line-height:.5;  
}

.leftSideBar a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-size:82%;
}

.leftSideBar a:hover {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.sideBarTextLarge a {
  font-size:110%;
  line-height:.8;  

}

.leftSideBar .sideBarText {
  color: black;
  font-size:78%;
  background-color: #50901c;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .sideBarSection {
  border-top: 1px dashed #CCCCCC;
  color: #FFFFFF;
  background-color: #50901c;
  margin: 0;
  padding: .5ex 1ex;
}


/* --- Right Side Bar --- */

.rightSideBar {
  width: 13em;
  margin: 2ex 0.75ex 0 0;
  float: right;
  clear: right;
  border:1px solid #222222;
}
[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: black;
  font-weight: bold;
  font-size:1em;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
  background-color: #50901c;
}

.rightSideBar .sideBarText {
  color: black;
  font-size:78%;
  margin: 1.25ex;
  padding: 0.9ex;
}

.rightSideBar a {
  color: #50901c;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.rightSideBar a:hover {
  text-decoration: underline;
}


/* --- Main Copy --- */

.main-copy {
  color: black;
  text-align: left;
  margin: 0 0 0 11.5em;
  padding: 2ex 15em 1em 1em;
}

.main-copy h1 {
  background-color: transparent;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

.main-copy a {
  color: #50901c;
  background-color: transparent;
  text-decoration: none;
}

.main-copy a:hover {
  color: rgb(64,64,64);
}

.date-header {
  font-size:78%/1.4em;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#111;
  padding-bottom: 1em;
}

.post {
  padding-bottom: 1em;
  border-bottom:1px dotted #ccc;
  margin-left:2em;
  margin-bottom:2em;
}

.post a {
  color: #50901c;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.post a:hover {
  text-decoration: underline;
}

.post img {
 float:left;
 padding-right:10px;
}

.byline {
  font-size: 70%;
}
    
.songTitleContainer {border-bottom: 1px dotted #DDDDDD;background-color:#F5F5F5;}
  
.musicBlogSection {margin-left:20px;}

.musicBlogSectionHeader {
  font-weight: bold;
  padding-top:1.5em;
  }

.lyrics {
  margin-left:20px;
  padding-left:10px;
  background-color:#F5F5F5;
  font-family:monospace;
  font-size:smaller;
}

.ItemPageSectionHeader {
  font-family: Verdana, Arial, sans-serif;
  color: #808B92;
  font-size:14pt;
  font-weight:bold;
  border-bottom:1px dotted #DDDDDD;
  }

blockquote {  
  color: #666; 
  padding-left: 20px;
  font-style: italic;
  margin-bottom: 1px;
  display:block; 
  padding-top:5px;
}

/* --- Footer --- */

#footer {
  color: black;
  background-color: #50901c;
  font-size: 92%;
  text-align: center;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}
	
/* --- Comments --- */
	
.comment-link {
  text-transform:uppercase;
  font-size:9pt;
}

input.text, textarea {
	color: #000000;
	border: 1px solid;
	border-color: #888888 #888888 #aaaaaa #aaaaaa;
	padding: 3px 3px 4px 3px;
	font-size: 1em;
}

input.text:focus, textarea:focus {
	border-color: #000000;
}

.alt {
	 background-color: #f8f8f8;
	 border-top: 1px solid #ddd;
	 border-bottom: 1px solid #ddd;
}	