#potd {
	overflow: hidden;
	position: relative;
}

#potd h1, #potd #potd-collapse-all {
	background: #E3C201 url(../images/potd/bg-toggler.png) top center repeat-x;
	padding: 0px;
	text-align: center;
	height: 17px;
	border-top: 1px solid #E2C000;
	border-bottom: 1px solid #584B00;
	padding-top: 1px;
	cursor: pointer;
}

#potd #potd-collapse-all {
	border-bottom: 1px solid #E2C000;
	border-top: 1px solid #584B00;
}

#potd .potd-content {
/*	display: none; */
	height: 0px;
	overflow: hidden;
	width: auto;
	text-align: center;
	position: relative;
	left: 50%;
	float: left;
	clear: both;
	margin: 0px;
	text-align: left;
}

#potd .potd-content #potd-image {
	padding: 0px;
	position: relative;
	left: -50%;
	text-align: left;
	background: #F8E11D url(../images/potd/bg-pic.png) top center repeat;
	margin-bottom: 3px;
}

#potd .potd-content #potd-pic img {
	border: 10px solid #000;
	margin: 20px 20px 10px 20px;
}

#potd .potd-content #potd-txt {
	overflow: hidden;
	height: 1%;
	padding: 0px 20px 20px 20px;
}



#potd .potd-content #potd-txt #potd-info {
	float: left;
}

#potd .potd-content #potd-txt #potd-register {
	float: right;
}

#potd a {
	color: #000;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
}

#potd a.strong {
	font-size: 1.6em;
}

#potd p a:hover {
	color: #B84199;
	border-bottom: 1px solid #B84199;
}
