/* style.css - a simple style sheet */
body {  
  background: #336699 url(images/background.jpg) repeat-y;
  background-position: 50% 0;
  margin-top: -0.4em;
  font-size: 90%   
}

table {
  font-size: 90%;
}

table.clear {
  font-size: 95%;
}

IMAGE.center {	
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p.sidebar {line-height: 175%}

p.blogHead {
	margin: 0;
	padding: 2px 0;
	font-size: large;
	font-family: Helvetica, Arial, Sans-serif;
	color: black;
	text-decoration: underline;
}

p.blogHead a:link {color: #336699}
p.blogHead a:visited{color: #336699}
p.blogHead a:hover {color: #FF6633;text-decoration: underline}
p.blogHead a:active {color: #336699}

p.blogDate {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, Sans-serif;
	color: black;
}

.blogEntry {
	color:#2A2A2A;	
}

.blog-sidebar {
	margin: 24px 0 0 10px;
	padding: 8px 0 8px 10px;
	border-left: 1px solid #ccc;	
}

p.columnHeader {
        margin: 0;
	padding: 0;
	font-size: 140%;
	font-family: Helvetica, Arial, Sans-serif;
	text-decoration: underline
}

p.getAttn {
	font-size: 110%;
	font-family: Helvetica, Arial, Sans-serif;
	font-weight:900;
}

a:link {color: #336699}
a:visited{color: #336699}
a:hover {color: #FF6633;text-decoration: underline}
a:active {color: #336699}

table.lutable {
	color:white;
}
table.lutable a:visited{color:white}

.thumbnail{
position: relative;
z-index: 0;
color:black;
text-decoration: none;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
