/* "auto" makes the left and right margins center the wrapper */
#wrap { 
	width: 1024px; 
	margin: 0 left; 
}
#list {
	font-size:10pt;
}
#version {
	font-size:12pt;
}
div#search-box {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
A.ullink {color:#a216ab;}
A.ullink:link  {text-decoration: none; color: #000000;}
A.ullink:visited {text-decoration: none; color: #000000;}
A.ullink:hover {text-decoration: underline; color: #000000;}
A.ullink:active {text-decoration: none; color: #000000;
}
A.ollink {color:black;}
A.ollink:link  {text-decoration: underline; color: #000000;}
A.ollink:visited {text-decoration: underline; color: #000000;}
A.ollink:hover {text-decoration: underline; color: #000000;}
A.ollink:active {text-decoration: underline; color: #000000;
}
A.rllink {color:black;}
A.rllink:link  {text-decoration: underline; color: #000000;}
A.rllink:visited {text-decoration: underline; color: #000000;}
A.rllink:hover {text-decoration: underline; color: #000000;}
A.rllink:active {text-decoration: underline; color: #000000;
}
th { 
	padding: .3em; border: 1px #ccc solid; 
}
thead { 
	background: #fff; 
}
ul {
	margin-left: -33px;
}
li {
	margin-left: 13px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
.firstcharacter { 
	float: left; 
	color: #000000; 
	font-size: 79px; 
	line-height: 60px; 
	padding-top: 5px; 
	padding-right: 0px; 
	padding-left: 0px; 
	font-family: Times New Roman; 
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 10;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 0px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
content: attr(title) " (" attr(href) ")";
top: -130px;
left: 0px; /*position where enlarged image should offset horizontally */

}
#pup {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 1px;
  margin-left: 10px;
  margin-top: 5px;
  width: 250px;
  border: 1px solid black;
  background-color: #ffffff;
  color: black;
  font-size: 0.95em;
}
.dot	{
    border-bottom: 1px dotted #000000;
}
.tinytableopacity    {
	FONT-SIZE: small;
	FONT-FAMILY:sans-serif;
	background: transparent;
}
.tinytableopacity TD {
	border:0px solid black;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
div#opacity	{
	background-color:rgba(255,255,255,0.3);
}
#respond {
  margin-top: 40px;
}

#respond input[type='text'],
#respond input[type='email'], 
#respond textarea {
  margin-bottom: 10px;
  display: block;
  width: 100%;

  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;

  line-height: 1.4em;
}
#posts-list.has-comments li.no-comments {
  display: none;
}
