h1 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 6px;
}
#podcasts-menu {
	width: 260px;
	float: left;
	margin: 15px 0 0 0;
}
#podcasts-menu h2 {
	font-size: 12pt;
	border-bottom: 1px solid #ccc;
}
#podcast-form {
	background: #fafafa;
	padding: 5px 8px 0 8px;
	border-style: solid;
	border-color: #ccc;
	border-width: 0 1px 1px 1px;
	margin: 0 0 6px 0;
}
#podcast-form p {
	margin: 0 0 10px 0;
}
#podcast-form input[type="text"] {
	width: 99%;
}
#register {
	margin: 15px 0;
	background: #f5d5ff;
	border: 2px solid #955ca7;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	padding: 5px;
}
#register a {
	font-size: 13pt;
	font-weight: bold;
	color: #955ca7;
}
#podcasts-menu h3 {
	font-size: 10pt;
	margin: 8px 0 3px 0;
}
#podcasts-menu h3 a {
	color: #d257bf;
}
#podcasts-menu li {
	display: inline;
	margin: 0 5px 0 0;
}
#podcast-cats {
	margin-bottom: 15px;
}
#directory {
	float: right;
	width: 700px;
	margin: 15px 0 0 0;
}
#directory .podcast {
	position: relative;
	padding: 7px;
	margin-bottom: 10px;
	/*-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #fafafa;
	border: 1px solid #eee;*/
	background: url(/img/bg_gray.png) repeat-x bottom center;
	border-bottom: 1px solid #eee;
}
#directory .podcast .avatar {
	width: 140px;
	height: 140px;
	float: left;
	margin-right: 12px;
}
#directory .podcast h5 {
	font-size: 14pt;
	font-weight: bold;
}
#directory .podcast h5 a {
	color: #508E00;
}
#directory .podcast.exclusive h5 a {
	color: #A5209F;
}
#directory .podcast .links {
	position: absolute;
	bottom: 7px;
	right: 7px;
}
#directory a.djpodlabel {
	position: absolute;
	top: 7px;
	right: 7px;
}
#directory .podcast p {
	margin-top: 6px;
	line-height: 140%;
}
#directory .exclusive {
	background: #FFF0FD;
	border-color: #f3d4e8;
	border-top: 1px solid #f3d4e8;
	border-bottom: 1px solid #f3d4e8;
}
#directory .links a {
	color: #808080;
	font-size: 12pt;
	float: left;
	margin-right: 5px;
}
#directory .links a.djpod, #directory .links a.itunes {
	margin: 0 0 0 3px;
}
.small {
	margin-bottom: 15px;
}
#directory .podcast p.small {
	margin-top: 2px;
	margin-bottom: 0;
}
#register-form {
	margin: 10px 0;
}
#step1 input[type="text"] {
	font-size: 11pt;
}
#step2 {
	display: none;
}
#step2 p {
	margin-bottom: 8px;
}
#step2 h3 {
	color: #999;
	border-bottom: 1px solid #999;
	margin: 15px 0 9px 0;
}
#backlinks {
	background: #fafafa;
	border: 1px solid #ccc;
	padding: 6px;
}
.backlink {
	width: 31%;
	margin-right: 12px;
	float: left;
}
.backlink textarea {
	width: 100%;
	height: 60px;
	margin-bottom: 8px;
	margin-top: -4px;
}
.backlink p {
	font-weight: bold;
	color: #808080;
}
.example {
	height: 36px;
	padding-top: 4px;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
}
.example.dark {
	background: #808080;
}
