﻿body
{
	font: 13px/20px Georgia, Times, Times New Roman, serif;
	color: #1F0400;
	margin-top: 0px;
}
img
{
	border: 0 !important;
	text-decoration: none;
}
a
{
	color: #9D0B0B;
	text-decoration: none;
}
a:visited
{
	color: #9D0B0B;
}
.potd 
{
	display:block; position:relative; height: 210px;		
	width: 200px; 
	background: url('/Content/img/picoftheday.jpg') no-repeat; 
	margin: 0 0 10px 10px; 
	text-align: center;
}
.potd img 
{
	max-width: 180px; 
	max-height: 130px; 
	padding-top: 33px;
}
.potd p 
{
	font-size: 11px; 
	padding: 0 10px; 
	white-space: nowrap; 
	text-overflow:ellipsis; 
	overflow:hidden; 
	margin:0;
	line-height:  12px;
}

.potd p.by a {font-weight: bold; color: #9D0B0B;}

	.float-right{float:right;}
	.potd p.float-right a{
		font-size:smaller;
		text-decoration:none;
	}
	.potd p.float-right a:hover{
		text-decoration:underline;
	}
