* {
	padding: 0;
	margin: 0;
}
body {
	background: #379F97;
	margin: 17px 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}
a:link,a:visited {
	color: #379F97;
	text-decoration: underline;
}
a:hover {
	color: #B0D02A;
}
.button {
	color: #379F97;
	font-weight: bold;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
}
#container {
	width: 764px;
	background: url(images/container_mid.gif) repeat-y left top;
	text-align: left;
}
#container .head {
	width: 764px;
	height: 13px;
	background: url(images/container_head.gif) no-repeat left top;
	font-size: 1px;
}
#container .foot {
	width: 764px;
	height: 13px;
	background: url(images/container_foot.gif) no-repeat left bottom;
	font-size: 1px;
}
#header {
	width: 764px;
	height: 60px;
	position: relative;
	left: 0;
	top: 0;
}
#header .slogan {
	background: url(images/slogan.gif) no-repeat left top;
	width: 162px;
	height: 16px;
	left: 278px;
	top: 19px;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}
#header .free {
	background: url(images/free_podcast.gif) no-repeat left top;
	width: 202px;
	height: 15px;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	left: 542px;
	top: 18px;
}
#mid {
	width: 726px;
	height: 199px;
	position: relative;
	left: 19px;
	top: 0;
}
#content {
	width: 726px;
	position: relative;
	left: 19px;
	top: 9px;
	padding-bottom: 20px;
}
#content .left {
	width: 208px;
	float: right;
}
#content .left .box {
	width: 208px;
	background: url(images/box_mid.gif) repeat-y left top;
}
#content .left .box ul {
	background: url(images/dots.gif) repeat-x left bottom;
	margin: 0 16px;
	padding: 0 0 10px 0;
}
#content .left .box li {
	background: url(images/bullet_sm.gif) no-repeat 0 6px;
	list-style: none;
	margin: 5px 0;
	font-size: 10px;
	padding-left: 12px;
	line-height: 14px;
}
#content .left .box .last li {
	background: none !important;
	padding-left: 0;
}
#content .left .box h3 {
	background: url(images/box_head.gif) no-repeat left top;
	margin: 0;
	font-size: 15px;
	color: #FFF;
	height: 25px;
	padding: 2px 0 0 14px;
}
#content .left .box h4 {
	color: #379F97;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 15px;
}
#content .left .box .bottom {
	background: url(images/box_bottom.gif) no-repeat left bottom;
	height: 9px;
	width: 208px;
	font-size: 1px;
}
#content .left .box .last {
	background: none;
}
#content .right {
	width: 510px;
	float: left;
	color: #666;
}
#content .right p {
	margin: 5px 0 10px 0;
	line-height: 18px;
	padding-left: 10px;
}
#content .right ul {
	margin: 10px 0 10px 20px;
}
#content .right li {
	background: url(images/bullet.gif) no-repeat 0 2px;
	padding-left: 17px;
	margin: 4px 0;
	list-style: none;
	font-weight: bold;
}
#content .right .sub {
	display: block;
	background: url(images/dots.gif) repeat-x left bottom;
	padding: 5px 0 5px 10px;
	color: #379F97;
	margin-bottom: 10px;
}
#content .right h1 {
	background: url(images/h1_rpt.gif) repeat-x left top;
	font-size: 15px;
	color: #FFF;
	height: 25px;
	padding: 2px 0 0 10px
}
#content .right h2 {
	color: #FFF;
	font-size: 13px;
	margin: 5px 0 0 0;
	padding: 2px 10px;
	background: #b1d12b;
	display: block;
}
#content .right h2 a {
	color: #FFF;
	text-decoration: none;
}
#content .right h2 a:hover {
	text-decoration: underline;
}
#content .right h3 {
	color: #379F97;
	font-size: 13px;
	margin: 5px 0;
	background: url(images/dots.gif) repeat-x left top;
	padding: 10px;
}
#content .right h1 a {
	color: #fff;
	text-decoration: none;
}
#content .right h1 a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	width: 726px;
	position: relative;
	left: 19px;
	top: 0;
	border-top: 1px solid #DEDEDE;
	padding: 10px 0;
	text-align: center;
	color: #666;
}
.small {
	font-size: 9px;
	margin-top: 5px;
}
/* 
Theme Name: Blueleaves
Theme URI: http://www.kaushalsheth.com/
Description: Blue Leaves theme
Version: 1.0
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.com


*/


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



body {
	text-align: center; /* IE Fix */
	color: #666;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }

/*post stylng*/
.post{margin:0 0 25px 0;}

.post .info{
color: #379F97;
}	
	
.codebox { background-color: #e3e3f6; border: 1px solid #333366; padding: 5px; margin-bottom: 5px; width: 570px; max-height: 400px; overflow: auto; text-align: left; }
.codebox pre { margin: 0px; padding: 0px; }



/* added comments*/
#commentform input {
	width: 150px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 80%;
	padding: 2px;
	border: 1px solid #c2c2c2;
	}
.alt {
	margin: 0;
	padding: 10px;
	border: 1px solid #cecece;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	padding: 0 10px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
	/* close comments*/
	
	
	
	/* adding sidebar*/
	#sidebar ul {
	padding: 0 0 1em 5px;
	margin: 5px;	
}

/* added blockquote*/
blockquote {
	margin: 15px 30px 0 15px;
	padding-left: 20px;
		padding-right: 20px;

	border: 3px double #cecece;
	font-style: italic;
	}
	
	/* adding design box*/
	
ul#intro 
{
    margin:0px 0;
    padding:0;
    list-style:none;
    font-size:0.9em;      
}
#intro h2 
{
	border-bottom:#666 1px dotted;
}
#intro li 
{
    margin:0;
    padding:0;
    list-style:none;    
    display:inline;
}
#intro li .smallbox
{
    width:150px;
    float:left;
    margin:0px 5px;    
    margin-left:20px;
    padding:0 5px;
    background:#fafafa url('img/sidebarul.jpg') no-repeat bottom; 
    color:#000;  
    border:1px solid #ddd;; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0
}
#intro a:hover 
{
	background:none;
}

/* menu header*/
.menuheader {
        margin: 0;
        padding: 5px;
        height: 20px;
        background:transparent url('img/full_sidetitle.gif') no-repeat top center;
}

.menuheader div
{
       margin:0;
       padding-left:.5em;
       font-size: .9em;
       color: #fff;
       font-weight: bold;
       float:left;
       height: .9empx;
}

.menuheader a{
       float:right;
       margin:0;
       height: .9em;
}

.menuheader a img{
       width:15px;
       height:15px;
       border:none;
       padding: 0 .2em 0 0;
}


/* close menu header*/

#sidebar table caption {border-bottom-color:#49515C;}

#sidebar table backgroud { color:#49515C;
}
#sidebar table thead tr {
  border-bottom-color:#49515C;
  color:#49515C;
}

#sidebar table th {border-bottom-color:#49515C;}

#sidebar table td#today {
  border-color:#00000;
  color:#49515C;
}
/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  text-align:center;
  font-size: 11px;
  width: 176px;
}

#sidebar table caption {
  margin:5px 10px 0 10px;
  padding-bottom:5px;
  border-bottom:1px solid;
 letter-spacing:0.1em;
 font-size:10px;
  color:#49515C;
}

#sidebar table thead tr {border-bottom:1px solid;color:#49515C}
#sidebar table thead tr th{font-size:10px;}

#sidebar table th {border-bottom:1px solid; color:#49515C}

#sidebar table td {
  width:120px; /* maximaize width; honestly, I don't know much about tables... */
  padding:1px;
  font-size:10px;
  color:#49515C;
}

#sidebar table td#today {
  padding:0;
  border:1px solid;
  font-size:12px;
  font-weight:bold;
  color:#49515C;
}

#sidebar table td a {
  display:block;
  border-bottom:1px solid;
  font-weight:bold;
  font-size:1.15em;
  color:#ffffff
}

#sidebar table tfoot {border-top:1px solid;
color:#49515C;}

#sidebar table tfoot a {
  border:none;
  font-weight:bold;
  color:#49515C;
  
  
  
  
}

#sidebar table tfoot #prev a {text-align:left;}
#sidebar table tfoot #next a {text-align:center;}
.go {
	background: url(images/button-go.gif) no-repeat left top;
	width: 31px;
	height: 22px;
	border: none;
	cursor: hand;
	cursor: pointer;
}
.srch {
	background: url(images/button-search.gif) no-repeat left top;
	width: 55px;
	height: 22px;
	border: none;
	cursor: hand;
	cursor: pointer;
}
.submit-comment {
	background: url(images/button-submit-comment.gif) no-repeat left top;
	width: 115px;
	height: 22px;
	border: none;
	cursor: hand;
	cursor: pointer;
}
.comments-table {
	font-size: 11px;
	font-weight: normal;
}
.comments-table th {
	text-align: left;
	padding: 0 3px 0 7px;
}
#buttons {
	height: 22px;
	margin-bottom: 10px;
	margin-left: 3px;
}
#buttons a {
	text-decoration: none;
}
#buttons .button-details {
	width: 100px;
	height: 22px;
	background: url(images/button-details.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
#buttons .button-order {
	width: 90px;
	height: 22px;
	background: url(images/button-order.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
#buttons .button-faq {
	width: 49px;
	height: 22px;
	background: url(images/button-faq.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
}
#buttons .button-directory {
	width: 132px;
	height: 22px;
	background: url(images/button-directory.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
}
#buttons .button-contact {
	width: 74px;
	height: 22px;
	background: url(images/button-contact.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
#buttons .button-news {
	width: 62px;
	height: 22px;
	background: url(images/button-news.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
}
#buttons .button-press {
	width: 63px;
	height: 22px;
	background: url(images/button-press.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
}
#buttons .button-software {
	width: 77px;
	height: 22px;
	background: url(images/button-software.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
}
#buttons .button-podcast {
	width: 166px;
	height: 22px;
	background: url(images/button-podcast.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
}
#buttons .button-equipment {
	width: 87px;
	height: 22px;
	background: url(images/button-equipment.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
}
#buttons-mid {
	height: 22px;
	width: 200px;
	margin: 20px 0 10px 75px;
}
#buttons-mid a {
	text-decoration: none;
}
#buttons-mid .button-details {
	width: 100px;
	height: 22px;
	background: url(images/button-details.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
}
#buttons-mid .button-order {
	width: 90px;
	height: 22px;
	background: url(images/button-order.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
.button-order-wide {
	margin-left: 235px !important;
}
}
#container {
	width: 764px;
	background: url(images/container_mid.gif) repeat-y left top;
	text-align: left;
}
#container .head {
	width: 764px;
	height: 13px;
	background: url(images/container_head.gif) no-repeat left top;
	font-size: 1px;
}
#container .foot {
	width: 764px;
	height: 13px;
	background: url(images/container_foot.gif) no-repeat left bottom;
	font-size: 1px;
}
#header {
	width: 764px;
	height: 132px;
	position: relative;
	left: 0;
	top: 0;
}
#header .logo {
	background: url(images/feature.gif) no-repeat left top;
	width: 726px;
	height: 132px;
	left: 19px;
	top: 10px;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	border-bottom: 1px solid #DEDEDE;
}
#header .slogan {
	background: url(images/slogan.gif) no-repeat left top;
	width: 162px;
	height: 16px;
	left: 278px;
	top: 19px;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}
#header .free {
	background: url(images/free_podcast.gif) no-repeat left top;
	width: 202px;
	height: 15px;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	left: 542px;
	top: 18px;
}
#mid {
	width: 726px;
	height: 42px;
	position: relative;
	left: 19px;
	top: 0;
}
#footer p {
	position: relative;
	left: 0;
	top: 30px;
}
.nav {
	width: 726px;
	height: 23px;
	background: url(images/nav_rpt.gif) repeat-x left top;
	position: absolute;
	left: 0;
	top: 14px;
	list-style: none;
}
.nav li {
	float: left;
	background: url(images/dark_light.gif) no-repeat right top;
	padding: 0 11px 0 11px; 
}
.nav li a {
	height: 23px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}
#software-link {
	background: url(images/software_link.gif) no-repeat 0 4px;
	width: 67px;
}
#equipment-link {
	background: url(images/equipment_link.gif) no-repeat 0 4px;
	width: 75px;
}
#feed-link {
	background: url(images/podcast_feed_generator_link.gif) no-repeat 0 4px;
	width: 157px;
}
#directory-link {
	background: url(images/podcast_directory_link.gif) no-repeat 0 4px;
	width: 120px;
}
#news-link {
	background: url(images/news_link.gif) no-repeat 0 4px;
	width: 52px;
}
#faq-link {
	background: url(images/faq_link.gif) no-repeat 0 4px;
	width: 39px;
}
#contact-link {
	background: url(images/contact_link.gif) no-repeat 0 4px;
	width: 66px;
}
.last-li {
	background: none !important;
	padding: 0 0 0 11px !important;
}
#content {
	width: 726px;
	position: relative;
	left: 19px;
	top: 6px;
}
#content .wide .left {
	width: 208px;
	float: right;
	margin-top: 5px;
}
#content .wide .left .box {
	width: 208px;
	background: url(images/box_mid.gif) repeat-y left top;
	font-size: 10px;
	margin-bottom: 10px;
	line-height: 14px;
}
#content .wide .left .box .whitelink {
	color: #FFF;
	text-decoration: none !important;
}
#content .wide .left .box .whitelink:hover {
	color: #379F97;
}
#content .wide .left .box img {
	float: left;
	margin: 10px;
}
#content .wide .left .box ul {
	margin: 0 20px !important;
}
#content .wide .left .box p {
	margin: 5px 15px 5px 5px!important;
	line-height: 16px;
}
#content .wide .left .box li {
	background: url(images/bullet_sm.gif) no-repeat 0 6px !important;
	list-style: none;
	margin: 5px 0 !important;
	font-size: 11px;
	padding-left: 12px;
	line-height: 14px !important;
	color: #379F97;
}
#content .wide .left .box .header {
	font-size: 11px;
	background: url(images/dots.gif) repeat-x left bottom;
	padding: 10px 0 15px 10px;
	margin: 0 15px;
	line-height: 16px;
	color: #379F97;
}
.grey {
	color: #666;
}
.testimonials-dots {
	background: url(images/dots.gif) repeat-x left bottom;
	height: 1px;
	margin: 0 15px;
}
#content .wide .left .box h3 {
	background: url(images/box_head.gif) no-repeat left top;
	margin: 0;
	font-size: 15px;
	color: #FFF;
	height: 25px;
	padding: 2px 0 0 14px;
	line-height: 18px;
}
#content .wide .left .box h4 {
	color: #379F97;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 15px 5px 15px;
}
#content .wide .left .box .bottom {
	background: url(images/box_bottom.gif) no-repeat left bottom;
	height: 9px;
	width: 208px;
	font-size: 1px;
}
#content .wide .right {
	width: 500px;
	float: left;
	color: #666;
	margin-right: 10px;
	
}
#content .wide .right p {
	margin: 5px 0 10px 0;
	line-height: 18px;
	padding-left: 10px;
}
#content .wide .right ul,.wide ul {
	margin: 10px 0 10px 11px;
}
#content .wide .right li {
	background: url(images/bullet.gif) no-repeat 0 2px;
	padding-left: 17px;
	margin: 6px 0 !important;
	list-style: none;
	font-weight: bold !important;
	line-height: 14px;
}
.wide li {
	background: url(images/bullet.gif) no-repeat 0 4px !important;
	font-weight: normal !important;
	line-height: 16px;
	list-style: none;
	padding-left: 17px;
}
.dir-list li {
	background: url(images/bullet.gif) no-repeat 0 4px !important;
	font-weight: normal !important;
	margin: 6px 0;
	list-style: none;
	line-height: 16px;
	text-indent: 0;
}
#content .wide .right .sub {
	display: block;
	background: url(images/dots.gif) repeat-x left bottom;
	padding: 5px 0 5px 10px;
	color: #379F97;
	margin-bottom: 10px;
}
h1 {
	background: url(images/h1_rpt.gif) repeat-x left top;
	font-size: 15px;
	color: #FFF;
	height: 25px;
	padding: 2px 0 0 10px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
	font-size: 1px;
}
#directory-footer {
	width: 726px;
	position: relative;
	left: 19px;
	top: 0;
	margin: 10px 0;
}
#directory-footer .updater {
	margin: 0 10px;
}
#footer {
	width: 726px;
	position: relative;
	left: 19px;
	top: 0;
	border-top: 1px solid #DEDEDE;
	padding: 10px 0 35px 0;
	text-align: center;
	color: #666;
}
.small {
	font-size: 9px;
	margin-top: 5px;
}
.accessibilityItems {
	display: none;
}
form {
	padding: 0;
	margin: 0;
}
input {
	padding: 0;
	margin: 0;
}
.button {
	color: #379F97;
	font-weight: bold;
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
}
.right-box {
    float: right;
	width: 155px;
	margin-left: 12px;
}
.right-mid {
	background: url(images/right-box-mid.gif) repeat-y left top;
	width: 155px;
}
.right-head {
	background: url(images/right-box-head.gif) no-repeat left top;
	width: 155px;
	height: 11px;
	font-size: 1px;
	margin-top: 8px;
}
.right-mid p {
	padding: 0 10px 0 0;
	margin-bottom: 2px !important;
}
.right-mid h2 {
	margin-top: 0 !important;
}
.right-mid img {
	margin-left: 12px;
}
.right-foot {
	background: url(images/right-box-foot.gif) no-repeat left top;
	width: 155px;
	height: 10px;
	font-size: 1px;
}
.right-box .content {
}
.right-box .content p {
   font: normal 10px  "Verdana", "Helvetica", sans-serif;
   line-height: 16px;
   background-color:#fff;
   margin:5px 0 0 0;
}
.right-box .content h2 {
   font: bold 15px  "Verdana", "Helvetica", sans-serif;
   color: #379F97;
   margin:0;
}
.right-box .content .force-height {
   padding: 11px;
}
.right-col h4 {
	background: url(images/main-rpt.gif) repeat-x;
	height: 25px;
	font: bold 15px  "Verdana", "Helvetica", sans-serif;
	color: #FFF;
	margin: 0 0 0 1px;
	line-height: 23px;
	padding-left: 10px;
	width: 500px;
	text-align: left;
}
.sample2{
	border: 1px solid #CCC;
	padding: 5px 0;
	width: 132px;
	text-align: center;
	color: #379F97;
	margin-top: 10px;
	font-weight: bold;
}
.green {
	color: #379F97;
	font-weight: bold;
}
.wide {
	width: 726px;
}
table {
	font-size: 11px;
}
td {
	padding: 2px 0;
}
#buttons {
	height: 22px;
	margin-bottom: 10px;
	margin-left: 3px;
}
#buttons a {
	text-decoration: none;
}
#buttons .button-details {
	width: 100px;
	height: 22px;
	background: url(images/button-details.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
#buttons .button-order {
	width: 90px;
	height: 22px;
	background: url(images/button-order.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
#buttons .button-contact {
	width: 92px;
	height: 22px;
	background: url(images/button-contact.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
#buttons .button-faq {
	width: 49px;
	height: 22px;
	background: url(images/button-faq.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
}
#buttons .button-directory {
	width: 132px;
	height: 22px;
	background: url(images/button-directory.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
}
#buttons .button-contact {
	width: 74px;
	height: 22px;
	background: url(images/button-contact.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
#buttons .button-news {
	width: 62px;
	height: 22px;
	background: url(images/button-news.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
}
#buttons .button-press {
	width: 63px;
	height: 22px;
	background: url(images/button-press.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
}
#buttons .button-software {
	width: 77px;
	height: 22px;
	background: url(images/button-software.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
}
#buttons .button-podcast {
	width: 166px;
	height: 22px;
	background: url(images/button-podcast.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
}
#buttons .button-equipment {
	width: 87px;
	height: 22px;
	background: url(images/button-equipment.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
}
#buttons-mid {
	height: 22px;
	width: 200px;
	margin: 20px 0 10px 75px;
}
#buttons-mid a {
	text-decoration: none;
}
.button-details {
	width: 100px;
	height: 22px;
	background: url(images/button-details.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
}
.button-order {
	width: 90px;
	height: 22px;
	background: url(images/button-order.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
.button-login {
	width: 45px;
	height: 22px;
	background: url(images/button-login.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	border: none;
	cursor: hand;
	cursor: pointer;
}
.button-create {
	width: 53px;
	height: 22px;
	background: url(images/button-create.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	border: none;
	cursor: hand;
	cursor: pointer;
}
.button-addpodcast {
	width: 87px;
	height: 22px;
	background: url(images/button-addpodcast.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	border: none;
	cursor: hand;
	cursor: pointer;
}
.button-searchdir {
	width: 112px;
	height: 22px;
	background: url(images/button-searchdir.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	border: none;
	cursor: hand;
	cursor: pointer;
}
.button-save {
	width: 42px;
	height: 22px;
	background: url(images/button-save.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	border: none;
	cursor: hand;
	cursor: pointer;
}
.button-order-wide {
	margin-left: 235px !important;
}
#buttons-equipment {
	height: 22px;
	width: 200px;
	margin: 20px 0 10px 260px;
}
#buttons-equipment a {
	text-decoration: none;
}
#content .right h1,.wide h1 {
	background: url(images/h1_rpt.gif) repeat-x left top;
	font-size: 15px;
	color: #FFF;
	height: 25px;
	padding: 2px 0 0 10px;
	margin-bottom: 10px;
}
#content .right h2,.wide h2 {
	color: #379F97;
	font-size: 15px;
	margin: 5px 10px 0 10px;
}
#content .right h3,.wide h3 {
	color: #379F97;
	font-size: 11px;
	margin: 5px 10px 0 0;
}
#content .right p,.wide p {
	margin: 5px 0 10px 0;
	line-height: 18px;
	padding-left: 10px;
}
#content .right-box p {
	line-height: 14px;
	font-size: 10px;
}
#content .wide .icons {
	float: left;
}
.podcast-manual {
	background: url(images/manual-pic.gif) no-repeat 0 12px;
	padding: 5px 0 5px 85px;
	border-bottom: 1px solid #ddd;
}
.recording-software {
	background: url(images/recording-pic.gif) no-repeat 0 5px;
	padding: 5px 0 5px 85px;
	border-bottom: 1px solid #ddd;
}
.sound {
	background: url(images/sound-pic.gif) no-repeat 0 9px;
	padding: 5px 0 5px 85px;
	border-bottom: 1px solid #ddd;
}
.podsafe {
	background: url(images/podsafe-pic.gif) no-repeat 0 6px;
	padding: 5px 0 5px 85px;
	border-bottom: 1px solid #ddd;
}
.paypal {
	text-align: center;
}
.podcast-feed-form {
	margin-left: 8px;
}
.podcast-feed-form td {
	padding: 5px 10px 5px 0;
}
textarea,input,select {
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
}
.go {
	background: url(images/button-go.gif) no-repeat left top;
	width: 31px;
	height: 22px;
	border: none;
	cursor: hand;
	cursor: pointer;
}
.box input {
	padding: 2px;
	margin-top: 5px;
}
.search-right {
	float: right;
	padding: 0;
	margin: 0;
}
.sub {
	display: block;
	background: url(images/dots.gif) repeat-x left bottom;
	padding: 0 0 15px 10px;
	color: #379F97;
	margin-bottom: 10px;
}
.top-links {
	padding-top: 6px;
}
#content .wide .buttons {
	float: left;
	margin: 5px 10px 10px 0;
	width: 133px;
	padding-left: 10px;
}
#content .wide .buttons a {
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	width: 133px;
}
#content .wide .buttons .hear-sample {
	height: 55px;
	background: url(images/hear_sample.gif) no-repeat left top;
}
#content .wide .buttons .details {
	height: 22px;
	background: url(images/more_details_button.gif) no-repeat left top;
	margin: 10px 0 5px 0;
}
#content .wide .buttons .order {
	height: 22px;
	margin: 8px 0 0 0;
	background: url(images/order_now_button.gif) no-repeat left top;
}
#content .wide .intro {
	float: left;
	margin: 0 10px 0 0;
	width: 335px;
}
#content .wide .dots {
	background: url(images/dots.gif) repeat-x 0 10px;
	height: 20px;
	margin: 5px 0;
	font-size: 1px;
}
.photo {
	float: left;
	margin: 5px 20px 0 10px;
}
.photo2 {
	float: left;
	margin: 5px 20px 20px 10px;
}
.ads {
	margin-left: 18px;
	width: 728px;
}
.post-teaser {
	padding-left: 10px;
}
