/* sg_main.css */


body { background: #191919;
    text-align: center;
	margin: 0px;
	color: #111111;
	margin: 5px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #3333DD;
}
a:hover {
	text-decoration: underline;
	color: #111111;
}
.container
{
	width: 90%;
	border: 2px solid #000000;
	background-color: #ededed;
	margin: 0px auto;
	text-align: left;
	overflow: visible;    
}
.headerTop {  
}
.headerMiddle {   
}
.titleBar {
	background: url(http://www.bigmahal.com/sinigang_files/sinigang-header2014.jpg) no-repeat top center ;
	height:300px;
	cursor: pointer;    
}
.podcastTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
}
.podcastDescription {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	color: #FDE251;
	text-align: center;
        padding-left: 2em;
        padding-bottom: 8px;
}
.podcastOverview {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 16px;
	background-color:#333333;
	color: #ffffff;
}
.podcastOverview a {
	font-weight: bold;
	text-decoration: none;
	color: #3ca1d3;
}
.podcastOverview a:hover {
	text-decoration: underline;
	color: #7fcef6;
}
.podcastOverNav {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.podcastOverNav a {
	font-weight: bold;
	text-decoration: none;
	color: #7fcef6;
}
.podcastOverNav a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.headerBottom {
}
.bodyMiddle {
}
.rightnav
{
	float: right;
	background-color: #ededed;
	width: 260px;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	border-left-width: 1px;
        border-left-style: solid;
	border-left-color: #666666;
	margin-left: 12px;
}

.content
{
	background: #ededed ;
        margin-left: 10px;
	margin-right: 10px;
	padding: 1em;
}
.blogPane {
	font-size: 10px;
	color: #000000;
	width: 550px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 7px;
}
.postImage {
	float: right;
	padding-left: 5px;
	vertical-align: middle;
}
.viewTypes {
	font-size: 6px;
	color: #DDEEEE;
}
.postDate {
	font-size: 9px;
	color: #333333;
}
.postTitle {
	font-size: 18px;
	color: #61006b;
	font-weight: bold;
}
.postBody {
	font-size: 11px;
	color: #000000;
}
.postDetails {
	font-size: 9px;
	color: #777777;
}
.postComments {
	font-size: 10px;
	color: #111235;

}
.postSeparator {
	border: 1px dashed #999999;
	background-color: #ededed;
}
.showCommentsOdd{
	color: #202022;
	font-size: 11px;
	border-bottom: 1px dashed #666666;
	padding: 5px;
	margin-bottom: 5px;
}
.showCommentsEven{
	color: #202020;
	font-size: 11px;
	border-bottom: 1px dashed #666666;
	padding: 5px;
	margin-bottom: 5px;
}
.showCommentsDetails {
	font-size: 9px;
}
.showCommentsDetailsAuthorPost {
	font-size: 10px;
	font-weight: bold; 
}

.sidePaneTitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold; 
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	cursor: default;
}
#wp-calendar {
	border: 1px dashed #CB952E;
        background-color: #FFFFFF;
	empty-cells: show;
	margin: 0;
	width: 100%;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#wp-calendar a {
	display: block;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
#wp-calendar a:hover {
	background: #FFFFEE;
	color: #800000;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
#wp-calendar caption { 
	color: #956D22;
	text-align: left;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
#wp-calendar td {
	color: black;
	font: normal 11px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 1px ;
	text-align: center;
}
#wp-calendar td:hover, #wp-calendar #today {
	background: #ffffee;
	color: black;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
}
#wp-calendar th {
	text-transform: capitalize;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.footer {
    clear: both;
}