html {
	font-family: "Trebuchet MS";Helvetica;sans-serif;
}
body {
	background-color: #1D1D1D;
	color: silver;
}
strong, li a strong {
	font-weight:bold;
}
h1 {
	font-size: 120%;
	font-weight: bold;
}
p {
	font-size:75%;
}
p strong {
	font-weight:bold;
}
img {
	clear:both;
}
a {
	text-decoration: none;
}
a:link {
	color:silver;	
}
a:visited {
	color:silver;
}
a:hover {
	color: #FFA500;
}
a:active {
	color:silver;
}
#topbar{
	margin-top:2px;
	margin-bottom:10px;
	height: 20px;
	background-color: black;
}
#topbar h1 {
	float:left;

}
#topbar li{
	display: inline;
	margin:0 7px 3px 7px;
	font-size:80%;

	color:gray;
		text-transform: uppercase;
}
.menu {
	float: right;
}
h2 {
	font-size:113%;
	font-weight:bold;
	margin:8px 0 3px 0;
}
.imagebox  {
	margin:0 auto;
	text-align: center;
}
.imageboxleft {
	text-align:left;
}
.imagegrid {
	text-align:justify;
	
}
.imagegrid img {
	margin: 10px;
	display:inline;
	clear:none;
}
.imagegridcell {
	float:left;
}
#caption {
	margin-right:8px;

	width:90%;
	text-align:justify;
}
#caption p {
		font-size:90%;
}
.comment{
	margin-bottom:8px;
}
.comment-header {
	font-size: 90%;
	font-weight: bold;

}
.comment-content p {
	font-size:100%;
	color:silver;
}
.comment-footer a{
	font-size:75%;
	margin-bottom: 8px;
	color:gray;
}
#comment-author, #comment-email, #comment-url {
	margin-bottom:4px;
}
#comments-form label {
	margin-right:5px;
}
.asset-body p {
	font-size:100%;
	width:500px;
	margin-bottom:10px;
}
#ft {
	text-align: center;
	color: gray;
	margin-top:8px;
	
}
#ft li {
	display: inline;
	text-transform: uppercase;
	font-size:68%;
}
