/* CSS Document */
/* undohtml.css from tantek celik
----------------------------------*/
:link,:visited { text-decoration:none }
ul,ol,li { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img { border:none; background:none}
address { font-style:normal }


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px;
	background:url('../images/back.png') top left repeat-x;
}

h1,h2,h3,h4,h5 {
	font-family:"Trebuchet MS", "Lucida Sans", Verdana, sans-serif;
}

h1 {
	text-indent:-9000px;
}

h2 {
	font-size:22px;
	margin:0 10px 0 10px;
	color:#4d8acd;
}

ul {
	margin:10px;
}

ul li{
	padding:3px 0;
	border-bottom:1px dotted #ccc;
	list-style:none;
}

a:link, a:visited {
	color:#333;
	text-decoration:none;
}

a:hover, a:active {
	color:blue;
	text-decoration:underline;
}

a.title {
	color:#4d8acd;
}

div.row {
	clear:both; 
	width:100%;
	padding-top:25px;
}

div.feed {
	width:33%; 
	float:left;
}

div.left {
	float:left;
}

div.right {
	float:right;
	background-color:#fff;
}

div.podcast {
	padding:7px;
	height:60px;
	/*width:210px;*/
	overflow:hidden;
	text-align:right;
}

#podcastContent {
	height:25px;
}

embed {
	height:20px;
	width:210px;
	margin-top:5px;
}

a.podcast {
	cursor:pointer;
}
#disclaimer {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	clear: both;
}
#disclaimer p {
	width: 50%;
	padding: 20px;
	margin: 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

p.publisher {
	margin:0 0 3px 10px;
	padding:0;
	font-size:9px;
	color:#666;
}