body {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

div#wrap {	
	width: 100%;
	margin: auto;
}

div#sidebar {
	position: fixed;
	top: -15px;
	right: 10px;
	width: 125px;
	color: crimson;
}

#sidebar h1 {
  font-size: 1.5em;
}
div#sidebar a span {display: none;}
div#sidebar a:hover span, div#sidebar a:focus span{  /* used to have active too, removed it */
  display: block;
  position: fixed; 
  bottom: 0px; height: 100px;
  right: 0px; width: 100px; 
  padding: 5px; margin: 10px; 
  color: gray; /*background: black;*/
  font: 10px Verdana, sans-serif; text-align: center;
}  

div#sidebar a img {height: 0; width: 0; border-width: 0;}
div#sidebar a:hover img {
  position: fixed;  
  /*top: 247px;*/ bottom: 120px; 
  right: 40px; 
  height: 50px; 
  width: 50px;
}   
   

div#sidebar a {
  display: block; 
  position: relative;
	top: -0.5em;
  /*text-align: center; */
  /*font: bold 0.7em sans-serif; */
  padding: 1px 10px 1px 30px; 
  margin: 0 0 1px; 
  /*border-width: 0; */
  text-decoration: none; 
  color: navy; 
  /*background: white;*/
  border-left: 5px solid white;
 
}   
  
div#sidebar a:hover, div#sidebar a:focus {  /* used to have active too, removed it */

  color: crimson; 
  background: #e4e4e4;

  border-left: 5px double crimson;
}  
 
div#sidebar a:hover.current, div#sidebar a:focus.current{
	cursor:default;
	background:white;
	color: silver;
	border-left: 5px double white ;
}     
      
div#sidebar a:hover.sub_link, div#sidebar a:focus.sub_link {  /* used to have active too, removed it */
  color: crimson; 
  /*border: 19px single black;*/
  background: white;
  /*border-left: 2px single crimson;*/
}        
      

      
div#main {
	margin-left:5px;
	margin-right: 160px; 	
	padding: 10px;
	min-width: 495px;
}

.cv_entry {
      width:90%;
	  max-width: 750px; /* TESTNIG*/
	 /* text-align: center;	*/

      margin: 2em auto;
	 /* background:url(graphics/fading_1px_line_500.png) no-repeat center top;*/
      background:url(graphics/fading_1px_line_500.png) no-repeat left top;
}
     
.cv_icon {
  position: relative;
  top: -0.8em;
  left: 1em;
}

.cv_type_text {
  position: relative;
  font-size: 1.5em;
  top: -0.75em;
  left: 1em;
  background: white;
  color: black;
}
    
.cv_entry p {
  margin-left: 2em;
  margin-top: -0.8em;
}

.cv_entry ul {
  margin-left: 0.7em;
  margin-top: -0.8em;
}

.cv_entry table  {
  margin-top: -0.8em;
  margin-left: 0.7em;
  color:#778899;
}

.cv_entry table td {
  vertical-align: top;
  padding-left: 5px;
}

.goal_entry {
      width:90%;
      margin: 2em auto;
      background:url(graphics/fading_1px_line_500.png) no-repeat left top;
}
     
.goal_icon {
  position: relative;
  top: -0.8em;
  left: 1em;
}

.goal_type_text {
  position: relative;
  font-size: 1.5em;
  top: -0.75em;
  left: 1em;
  background: white;
  color: black;
}

.goal_entry table  {
  margin-top: -0.8em;
  margin-left: 0.7em;
  color:black;
}

.goal_entry table td {
  vertical-align: top;
  padding-left: 5px;
}



li.uncheck {
  list-style-image: url(graphics/icons/uncheck15.png); 
  text-decoration: line-through;
  
}

li.check {
  list-style-image: url(graphics/icons/check15.png); 
  color:green;
}

li.current {
  list-style-image: url(graphics/icons/current15.png); 
  color:navy;
}

li.info {
  list-style-image: url(graphics/icons/info15.png); 
  color:navy;
}


/* 
.cv_entry p {
  margin-left: 2em;
  margin-top: -0.8em;
}
*/

div#footer {
	clear: both;
	text-align: right;
	color: silver;
}

.liquid-round {
      width:90%;
      max-width: 800px;
      margin: 30px auto 5px;
      background:#fff url(graphics/sl.png) repeat-y left top;
      color: darkblue;
}
    
.top-border {
      width:100%;
      height:30px;
      background:url(graphics/tll.png) no-repeat left top;
}

.top-border span {
      display:block;
      position:relative;
      height:30px;
      background:url(graphics/trl.png) no-repeat right top;  
}

.bottom-border {
      position:relative;
      
      height:60px;
      background:url(graphics/bll.png) no-repeat left bottom;
      /*background:url(graphics/bot-com.png) no-repeat left bottom;*/
      
}

.bottom-border span {
      display:block;
      position:relative;
      /*bottom: -1.9em;*/
      height:60px;
      background:url(graphics/brl.png) no-repeat right bottom;
}

.entry,.pic_gallery {
      position:relative;
      background:url(graphics/sl.png) repeat-y right top;  
      /*background:url(graphics/rig-com.png) repeat-y right top;  */
      padding:0 1.5em 0 1.5em;
      margin:0 0 -3.9em 0;
}

.entry p,.pic_gallery p {
  position: relative;
  top: -1em;
  /*text-indent: 1.5em;*/
}

.entry_icon {
  position: relative;
  top: -2.6em;
  left: 1em;
}

.entry_type_text {
  position: relative;
  font-size: 1.5em;
  top: -1.95em;
  left: 1em;
  background: white;
  color: black;
}

.entry h2 ,.pic_gallery h2 {
  position: relative;
	width: 80%;
	color: crimson;
	margin-top: -1.9em;
}

.entry ul{
  position: relative;
	top: -1.5em;
}

.entry_date {
	position: absolute;
	top: -0.5em;
	right: 1em;
	text-align: right;
	color: gray;
}


.main_entry_media_entry{
      width:90%;
	  max-width:750;
      margin: 2em auto;
      background:url(graphics/fading_1px_line_500.png) no-repeat left top;
}
     
.main_entry_media_icon {
  position: relative;
  top: -0.8em;
  left: 1em;
}

.main_entry_media_type_text {
  position: relative;
  font-size: 1.5em;
  top: -0.75em;
  left: 1em;
  background: white;
  color: black;
  
}

.main_entry_media_entry table  {
  margin-top: -0.8em;
  left: 1em;
  color:darkblue;
}

.main_entry_media_entry table td {
  vertical-align: top;
  padding-left: 5px;
}

.main_entry_media_h2 h2 {
	position: relative;
	color: crimson;
	left: 5em;
	font-size: 1.8em;
}

.comment {
  position: relative;
  margin-right: 160px; 	
  top: -0.75em;
  left: 1em;
  background: white;
  color: green;
  text-align: right;
  text-decoration:none;
}
