hr {
	color: #669900;
}

blockquote{
  padding: 10px;
  border: 1px solid;
}

body {
	font-family: Arial, Times, 'Palatino Linotype';
	background-color: #669900;
	line-height: 150%;
  text-align: center;

}

a {
	color: #CC6600;
	text-decoration: none;
} 

a:hover {
	text-decoration: underline;
}

a#printable{
  background:transparent url(http://maps.google.com/mapfiles/hpimgs.png) no-repeat scroll 0 -27px;
  margin-left: 25px;
  text-decoration: underline;
  padding-left: 20px;
  color: #00C;
}

#link-to-top {
	font: bold 13pt 'Palatino Linotype';
	padding:20px;
	text-align: center;
}

.name {
	color: #669900;
	font: italic bold 18pt 'Palatino Linotype';
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  float: left;
}

.profile{
	list-style-type: circle;
}
	
#sectionHeading {
	color: #B0B0B0;
  border-bottom:1px dashed;
	font: italic bold 26pt 'Palatino Linotype';
	text-align: center;
	margin: 0 0 50px;
  padding-bottom:10px;
}

/*	
.menu {
	font-family: Verdana;
	font-variant: small-caps;
	text-align: left;
	line-height: 27pt;
	color: #CC6600
}
*/
	
.page_number {
	padding: 2px 5px;
	}

.cur_page {
	background-color: #669900;
	color: white;
	font-weight: bold;
	padding: 2px 4px;
	}

#copyright {
  color: #FFCC00;
  font-size: small;
  padding: 3px; 
}

#wrapper{
  background-color: #669900;
  margin: 8px auto;
  text-align: center;
  width: 880px; 
}

#quick-news{
  margin:1pc;
}

#quick-news a{
  color:white;
  text-decoration: blink;
}
#top-content{
  text-align: center;
}

#main-content{
  background: url("../images/bg.jpg") repeat fixed;
  padding: 20px 20px 0px;
  margin: 5%;
  text-align: left;
}

#main-content img,
#top-content img {
  width: 100%;
}

#menu-bar {
  border-bottom: 3px double rgb(123, 162, 33);
  padding: 10px 0px 7px;
  display: flex;
  justify-content: center;
}

#menu-bar a {
  background-color:#7BA221;
  font-weight:bold;
  padding:7px 10px;
  text-decoration:none;
  margin: 0px 4px;
}

#menu-bar a:hover {
  background-color:#A5BE63;
}

#menu-bar span {
  color: white;
}

.date-heading{
  background-color:paleGoldenRod;
  color:saddleBrown;
  padding:0.25em;
}

#status{
  background: white;
  padding: 5px;
  border: 1px double black;
  position: fixed;
  left: 0;
  top: 0;
}

#status img{
  margin-right: 6px;
}

.artist {
  float: left;
  text-align: center;
  margin: 15px 25px;
  width: 155px;

}

/* This is to prevent forgetting clearing after floating. IE6 ignores this */
div.row:after{
  content: ''; /* clear:both won't work without content*/
  display: block;
  clear: both;
}

div.video{
  padding-left: 22px;
  margin-bottom: 33px;
}

div.video-part{
  float: left;
  margin-right: 22px;
}

div.video-part embed{
  width: auto;
  height: 280px;
}

div.pic{
  float: left;
  margin: 15px;
}

div.pic a{
  float: left;
  margin-right:15px;
}

div.pic div.caption{
  float: left;
  font-size:small;
  width:210px;
}


/* guestbook entry */

.entry{
  margin: 20px 0px;
}
  .heading {
    color: #FFFFFF;
    text-align: center;
  }

  .body{
    padding: 15px;
  }
    .commenter{
      font-weight: bold;
      color: saddleBrown;
    }

    .comment{
      margin-left: 20px;
    }
    
    .reply{
      border-width: 1px 0;
      border-style: solid;
      background-color: lightBlue;
    }

.input-row{
  margin: 15px 0px;
}

.input-row span{
  display: block;
  width: 85px;
  float: left;
}

.input-row input, .input-row textarea{
  padding: 4px;
}

.input-row input.line{
  color: blue;
  border-bottom-color: #ABD259;
  border-width: 0 0 1px;
  border-style: solid;
  background: transparent;
}

.star {border-bottom: 1px dashed blue}
.star:hover {background-color: lightblue}

/*
@media print{
  * {background-color: transparent !important; background-image: none !important}
  .print-black, a {color: black}
  .print-hidden, .nav {display: none}
  .print-no-margin {margin: 0}
  .print-no-padding {padding: 0}
  .print-no-border, .hiddencontent {border-width: 0 !important}
  #wrapper, .print-auto-width {width: auto !important} 
  a {text-decoration: underline}
}
*/