/* basic elements */

html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	min-width: 960px;
	color: #333;
	background-color: #DDD;
	text-align: center; /* center on ie */
}

form, input { margin: 0; padding: 0; }

input { font-size: 10px; }
#search { width: 150px; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

#kmm-brand {
	z-index: 50;
	position: absolute;
	right: 14px;
	top: 128px;
}
* html #kmm-brand{
        top: 131px;
} 

#container
{
	position: relative;
	margin: 0 auto; /* center on everything else, ie center in body */
	width: 950px;
	text-align: left;
	background-image: url(/web/20110208133200im_/http://www.bizpodcasting.com/images/shadow.gif);
	background-repeat: repeat-y;
	background-color: #FFF;	
}
#container-inner {
	position: static;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#masthead {
	width: 100%;
	height: 150px;
	padding: 0px;
	margin: 0px;
	/*overflow: hidden;*/
	background-color: #000;
	color: #FFF;
}

#banner {
	position: relative;
	width: 550px; /* necessary for ie win */
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#banner-inner { 
text-align: center;
	position: static;
	padding: 0px;
	margin: 0px;
}
#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 30px;
   font-weight: bold;
   line-height: 1;
}
#banner-description
{
font-weight: bold;
font-style: italic;
text-align: center;
padding: 0px;
margin: 0px;
   font-size: 11px;
}

#top-corner {
	float: right;
	width: 377px;
	padding:0px;
	margin: 0px;
	height: 100%;
	font-size: 9pt;
}
#top-corner-inner {
		padding: 4px 10px 10px 5px;
}

#pagebody {
	position: relative;
	width: 100%;
	border-top: 1px none #333;

}
#pagebody-inner { 
	position: static; 
	width: 100%; 
}

#top-horiz {
	height: 70px;
	width: 100%;
	background-color: #FFF;
	margin: 0px 0px 0px 0px;
        padding-top: 5px;
	text-align: left;
	border-top: 1px solid #333;
	border-right: 1px none #333;
	border-bottom: 0px solid #333;
	border-left: 1px none #333;
}

#alpha, #beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}

#alpha { 
	margin: 0px 0px 0px 0px; 
	width: 550px; 
    border-width: 0px 1px 0px 0px;
    border-style: none;
    border-color: #333;	
	border-top: 1px solid #333;
}
#alpha-inner {
   padding: 10px 10px 10px 10px;
}

#beta { 
	width: 180px; 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333; 
margin-right: 0px;
}
#beta-inner {
   padding: 0px 0px 0px 0px;
   line-height: 1.2;   
}

#gamma { 
	width: 200px;

}
#gamma-inner {
   padding: 0px 0px 0px 0px;
   line-height: 1.2;   
}

#delta { 
	float: right; 
	text-align: center;
	width: 380px; 
    font-size: 8pt;	
}
#delta-inner {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 1.2;
	background-color: #FFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-left: 1px solid #333;
}

#network-feeds {
	clear: both;
	position: relative;
	margin-top: 20px;
	padding: 10px;
	font-size: 9pt;
	background-color: #FFF;
	border-top: 1px solid #333;
	border-right: 5px none #333;
	border-bottom: 1px solid #333;
	border-left: 5px none #333;
}

#network-feeds h3 {
	font-size: 11pt;
}

#footer {
	clear: both;
	position: relative;
	text-align: center;
	font-size: 9pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	background-color: #000;
}

/* content */

.calPage {
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 8px;
	width: 30px;
	padding-top: 5px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #333;
}
.calPage .month {
	font-size: 8px;
	line-height: 1;
	text-align: center;
	color: #333;
}
.calPage .day {
	display: block;
	font-weight: bold;
	font-size: 11px;
	color: #333;
	padding-bottom: 5px;
	text-align: center;
}

.entry {
   position: static;
   overflow: hidden;
   clear: both;
   width: 470px;
   margin: 0px 0px 20px 0px;
}

.entry-header {
	margin: 5px;
	padding: 0;
	font-size: 16pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	letter-spacing: 1pt;
}

.entry-header a:link {
	color: #000;
	text-decoration: none;
}
.entry-header a:visited {
	color: #000;
	text-decoration: none;	
}
.entry-header a:hover {
	color: #CC9900;
	text-decoration: none;	
}
.entry-header a:active {
	color:  #CC9900;
	text-decoration: none;	
}

.entry-byline {
        margin: 5px;
	text-align: center;
}

.entry-author {
	font-size: 10pt;
	font-variant: small-caps;
	letter-spacing: 1pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.entry-date {
	font-size: 9pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.entry-content {
	position: static;
	clear: both;
	margin: 25px 0px 25px 0px;
	line-height: 16pt;
}

.entry-tags {
	font-size: 9pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;	
}

.entry-more-link {
	font-size: 9pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.entry-footer {
	clear: both;
	margin: 25px 0px 25px 0px;
}

.entry-time-stamp {
	font-size: 9pt;
	font-style: normal;
	font-variant: small-caps;	
}


.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-more-link,
.entry-more
{
   clear: both;
}

.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

/* modules */

.module
{
	width: 100%;
	margin: 0px 0px 15px;
	position: relative;
	overflow: hidden;
	text-align: left;
}

.module-header
{
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;
	margin: 0;
	padding: 5px;
	color: #FFF;
background-color:  #666;
	font-size: 10pt;
	font-weight: bold;
	font-variant: small-caps;
	border-top: 1px solid #333;
	border-right: 1px none #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid  #333;
}

.module-content
{
	position: relative;
	margin: 0 0 10px 0;
	padding: 10px 10px 0 10px;   
}

.module-list
{
	margin-top:0; 
	margin-bottom:0; 
	list-style-type:disc; 
	list-style-position:outside;
}

.module-list-item
{
	margin:0 0 0 -20px;
}

/* basic page elements */

a img { border: 0; }

a { color: #CD3333; text-decoration: underline; }
a:hover { color: #CC9900; }

a.dark { color: #FFFFFF; }
a.dark:hover {
color: #FFFFFF;
}

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	/* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
	width: 100%;
	w\idth: auto;
	margin: 0;
	padding: 5px;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	font-variant: small-caps;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #fff;
}

.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}

.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
}

.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #333;
   padding-top: 3px;
   color: #333;
   font-size: 10px;
   text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
	margin: 10px 0;
	border: 1px dashed #333;
	padding: 0 10px;
	color: #333;
	font-size: 11px;
	text-align: center;
	background-color: #eee;
}

.comments-open-footer
{
   margin: 10px 0;
}

.xml-feed-icon {
	padding: 2px;
}


/*
     FILE ARCHIVED ON 13:32:00 Feb 08, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:39:28 Oct 25, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/