<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content {
	margin-left: 20px;
	margin-right: 15px;
}

#content_mobile {
	margin-left: 0px;
	margin-right: 0px;
  margin-top:-15px;
  background-image: url(../images/glow.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#generic_contact_content {
	margin-top: -3px;
	margin-left: 30px;
	margin-right: 0px;
}

img.absmiddle, input.absmiddle {
	position: relative;
	top: -5px;
}

/*These next lines will remove the dotted lines that appear around image linkes when clicked */
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

.entry {
	margin: 0 0 0 0;
	width: 100%;
	float:left;
}

/* new gallery stuff */

/* ============================ Page Container ============================= */

#gallery_container {
  color: #000000;
  width: 750px;
  margin: 0 auto;
  padding: 0 10px 0 10px;
  text-align: left;
  }

 
* html #gallery_container {      /* this is the Tan hack, IE5 reads 1st value IE6 reads 2nd value*/
  width: 770px;
  w\idth: 750px;
  }
  
/* ============================== Main Column ============================== */

#content_gallery {
  float: left;
  width: 700px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  }
	
#content_gallery p {
  padding: 5px 10px 5px 10px;
  font-size: 90%;
  }
  
  /*--- BEGIN - Uke Detail Gallery Styling ---*/

#photobox {
  position: relative;
  width: 700px;
  height: 650px; 
  padding: 10px;
  }

* html #photobox {			/* this is the Tan hack, IE5 reads 1st value IE6 reads 2nd value*/
  width: 720px;
  w\idth: 700px;
  }

/* Nasty hack to fix IE 3 pixel jog of Photobox image */
/* Hides from IE5-mac \*/
* html #photobox {padding: 10px 13px 10px 7px;}
/* End hide from IE5-mac */

/* content misc

--------------------------------------------------*/
.inline_5 {
	position: relative;
	top: -2px;
}

.inline_14 {
	position: relative;
	top: 3px;	
}

.inline_16 {
	position: relative;
	top: 3px;
}

.inline_24 {
	position: relative;
	top: 6px;
}

.inline_32 {
	position: relative;
	top: 8px;
}

#tabnav li {
  margin: 0; 
  padding: 0;
  display: inline;
  list-style-type: none;
  }
  
form label {
  float:left;
  width:60px;
}

img {
	border:0;
}

html&gt;body .editlink {bottom:6px;}

.entry .info .editlink a:hover,
.minientry .editlink a:hover,
#comments li .editlink a:hover
{background:none;}  

/* subcontent
--------------------------------------------------*/
#subcontent {
	background: transparent;
	float: right;
}

.author{
	margin-left: 15px;
	font-style: italic;
}

a.on {
	color: fuchsia;
}

.post_comp, a.post_comp {
	color: #A0A0A0;
}</pre></body></html>