﻿/* index.html */
body{
	margin:0;
	font:14px/24px Verdana, Arial, Helvetica, sans-serif;
	color:#2e5470;
	background:#fff url(../images/bg-body.gif) repeat-x;
	min-width:944px;
}
/* General reset */
img{border-style:none;
vertical-align: middle;
}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* all page */
#main{
	width:944px;
	overflow:hidden;
	margin:0 auto;
	padding:0 0 83px 0;
}
/* header */
#header{
	width:100%;
	overflow:hidden;
	height:49px;
	position:relative;
	padding:104px 0 0 0;
}
.podcast {
	color: #9C0000;
	font-weight: bold;

	}
.subimg {
vertical-align: -35%;

	}
/* logo */
.logo{
	display:block;
	position:absolute;
	top:31px;
	left:16px;
}
.logo a{
	display:block;
	width:211px;
	height:42px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo.gif) no-repeat;
}
.logo-1{
	display:block;
	position:absolute;
	top:41px;
	right:2px;
}
.logo-1 a{
	display:block;
	width:216px;
	height:55px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo-1.gif) no-repeat;
}
/* header navigation */
.header-box{
	width:100%;
	overflow:hidden;
	padding:9px 0 0 0;
}
.header-box ul{
	float:left;
	height:30px;
	margin:0;
	padding:0 0 0 3px;
	list-style:none;
}
.header-box ul li{
	float:left;
	padding:0 15px 0 14px;
	line-height:26px;
	height:30px;
	background:url(../images/bg-top-nav.gif) no-repeat 0 50%;
}
.header-box ul li:first-child{
	background:none;
}
.header-box ul li a{
	color:#fff;
}
/* search */
.box-search{
	float:right;
	display:inline;
	margin:0 2px 0 0;
	padding:2px 0 0;
	width:205px;
}
.box-search span{
	float:left;
	width:165px;
	height:26px;
	overflow:hidden;
	background:url(../images/bg-input-search.gif) no-repeat;
}
.input-search{
	float:left;
	text-align:right;
	width:147px;
	height:21px;
	background:none;
	border:none;
	font-size:12px;
	color:#000;
	padding:5px 9px 0 9px;
}
.button-search{
	float:left;
	display:inline;
	margin:0 7px 0 7px;
}
/* all content */
.content{
	width:100%;
	overflow:hidden;
	padding:8px 0 0;
	margin-top: 0px;
}
/* left column */
.left-column{

	float:left;
	width:708px;
	padding:0 0 0 0;
}
/* left column box */
.left-column-box{
	width:100%;
	overflow:hidden;
	margin:18px 0 0;
	background:url(../images/bg-left-column-box.gif) repeat-y;
}
.left-column-box-top{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-left-column-box-top.gif) no-repeat;
}
.left-column-box-bottom{
	width:683px;
	overflow:hidden;
	background:url(../images/bg-left-column-box-bottom.gif) no-repeat 0 100%;
	padding:0 8px 11px 17px;
}
/* title */
.title{
	width:100%;
	overflow:hidden;
	padding:15px 0 0;
}
.title h1{
	margin:0 0 4px 0;
	font-size:18px;
	line-height:20px;
	color:#2e5470;
	font-weight:normal;
}
.title h1 a{
	color:#2e5470;
}
.title span{
	display:block;
	font-size:12px;
	line-height:24px;
	color:#808285;
}
.title span a{
	color:#2e5470;
	font-weight:bold;
}
/* text box */
.text{
	width:100%;
	padding:17px 0 0;
	min-height:50px;
}
* html .text{height:225px;}
.images{
	float:left;
	width:220px;
	overflow:hidden;
	margin:0 4px 0 0;
	display:inline;
}
.PSmashimages{
	border-color:  #888888;
	border-style: solid ;
	border-width: 1px;
}
.images img{
	display:block;
}
.text p{
	margin:0;
}
.text .post-content{
	margin:0 15px 3px 0;
}
.text p strong{
	display:block;
}
.text p strong a{
	color:#a30046;
}
/* star */
.box-star{
	overflow:hidden;
	padding:1px 0 0;
}
.box-star p{
	margin:0;
}
.text .star-rating, .text .text-inner .star-rating{
	list-style:none;
	float:left;
	margin:8px 6px 0 0;
	padding:0;
	width:58px;
	height:10px;
	position:relative;
	background:url(../images/star.gif) repeat-x;
	font-size:0;
	line-height:0;
}
.text .star-rating li{
	float:left;
}
.text .star-rating li a{
	display:block;
	width:12px;
	height:10px;
	text-decoration:none;
	text-indent:-9000px;
	z-index:2;
	position:absolute;
	padding:0px;
}

.text .star-rating li a:hover,
.text .star-rating li.active a{
	background:url(../images/star.gif) 0 100%;
	z-index:1;
	left:0px;
}
.text .star-rating a.one-star{left:0px;}
.text .star-rating a.one-star:hover,
.text .star-rating li.active a.one-star{width:12px;}
.text .star-rating a.two-stars{left:12px;}
.text .star-rating a.two-stars:hover,
.text .star-rating li.active a.two-stars{width:24px;}
.text .star-rating a.three-stars{left:24px;}
.text .star-rating a.three-stars:hover,
.text .star-rating li.active a.three-stars{width:36px;}
.text .star-rating a.four-stars{left:36px;}
.text .star-rating a.four-stars:hover,
.text .star-rating li.active a.four-stars{width:48px;}
.text .star-rating a.five-stars{left:48px;}
.text .star-rating a.five-stars:hover,
.text .star-rating li.active a.five-stars{width:60px;}
.text-inner{
	width:100%;
	overflow:hidden;
	margin:-8px 0 0;
	padding:0 0 9px 0;
}
.text .text-inner ul{
	margin:0;
	padding:2px 0 0;
	list-style:none;
	float:right;
}
.text .text-inner ul li{
	font-size:12px;
	float:left;
	padding:0 11px 0 8px;
}
.text ul{
	margin:0;
	padding:0;
	list-style:none;
}
.text ul li{
	float:left;
	padding:0 16px 0 0;
}
.text ul li a{
	color:#a30046;
}
/* right column */
.right-column{
		width:218px;
		float: right;
	}
/* right column box */
.insider{
	width:147px;
	overflow:hidden;
	padding:12px 0 21px 47px;
	background:url(../images/bg-register.gif) no-repeat;
	}

.right-column-box{
	width:100%;
	overflow:hidden;
	margin:18px 0 0;
	background:url(../images/bg-right-column-box.gif) repeat-y;
}
.right-column-box-top{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-right-column-box-top.gif) no-repeat;
}
.right-column-box-bottom{
	width:194px;
	overflow:hidden;
	padding:4px 12px 1px 12px;
	background:url(../images/bg-right-column-box-bottom.gif) no-repeat 0 100%;
}
/* box categories */
.categories{
	width:147px;
	overflow:hidden;
	padding:12px 0 21px 47px;
	background:url(../images/bg-categories.gif) no-repeat;
}
.right-column-box-bottom h1{
	margin:0;
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	color:#2e5470;
}
.right-column-box-bottom ul{
	margin:0;
	padding:6px 0 0 1px;
	list-style:none;
}
.right-column-box-bottom ul li{
	font-size:14px;
	line-height:17px;
	padding:0 0 7px 12px;
	background:url(../images/bg-right-box-list.gif) no-repeat 0 4px;
}
.right-column-box-bottom ul li a{
	color:#808285;
	
}
/* box subscribe */
.subscribe{
	width:147px;
	overflow:hidden;
	padding:12px 0 21px 47px;
	background:url(../images/bg-subscrible.gif) no-repeat;
}
.right-column-content{
	width:100%;
	overflow:hidden;
	padding:0 0 4px;
}
.right-column-box-bottom .right-column-content ul{
	margin:0;
	padding:0 0 0 0;
	list-style:none;
}
.right-column-box-bottom .right-column-content ul li{
	font-size:14px;
	line-height:27px;
	color:#808285;
	background:none;
	padding:8px 0 0;
}
.right-column-box-bottom .right-column-content ul li a{
	float:left;
	margin:4px 5px 0 0;
}
.right-column-box-bottom .right-column-content span{
	line-height:16px;
	display:block;
	overflow:hidden;
	padding:4px 0 17px 0;
	color:#808285;
}
/* box archive */
.archive{
	width:147px;
	overflow:hidden;
	padding:12px 0 21px 47px;
	background:url(../images/bg-archive.gif) no-repeat;
}
/* footer */
.footer{
	width:100%;
	overflow:hidden;
	background:#959595 url(../images/bg-footer.gif) repeat-x;
}
.footer-box{
	width:936px;
	overflow:hidden;
	margin:0 auto;
	text-align:right;
	padding:0 8px 0 0;
}
.footer-box p{
	margin:0;
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
	line-height:31px;
}
/* inner page */
#inner #main{
	padding:0 0 58px 0;
}
/* box filed*/
.box-holder{
	width:100%;
	overflow:hidden;
}
.box{
	width:692px;
	padding:22px 0 7px 16px;
	overflow:hidden;
}
.box-text{
	width:650px;
	overflow:hidden;
}
.box-text p{
	margin:0 0 6px 0;
	font-size:12px;
	line-height:18px;
	color:#808285;
}
.box-text p strong{
	color:#2e5470;
}
.box p a{
	text-decoration:underline;
	color:#a30046;
	font-size:12px;
	line-height:32px;
}
.box p a:hover{
	text-decoration:none;
}
/* reader box */
.box-reader{
	width:678px;
	overflow:hidden;
}
.box-reader strong{
	font-size:18px;
	line-height:26px;
	color:#2e5470;
}
.box-reader a{
	float:right;
	color:#a30046;
	font-size:12px;
	line-height:32px;
	text-decoration:underline;
}
.box-reader a:hover{
	text-decoration:none;
}
.box-reader a img{
	float:left;
	margin:7px 5px 0 0;
}
.reader-box{
	width:100%;
	overflow:hidden;
	margin:0 0 17px 0;
	background:url(../images/bg-reader-box.gif) repeat-y;
}
.reader-box-top{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-reader-box-top.gif) no-repeat;
}
.reader-box-bottom{
	width:660px;
	overflow:hidden;
	padding:10px 30px 34px 18px;
	background:url(../images/bg-reader-box-bottom.gif) no-repeat 0 100%;
}
.reader-box-bottom span{
	font-size:12px;
	line-height:24px;
	padding:0 0 5px 0;
	color:#808285;
	display:block;
}
.reader-box-bottom span strong{
	text-transform:uppercase;
	color:#2e5470;
}
.reader-box-bottom p{
	margin:0;
	font-size:14px;
	line-height:24px;
	color:#2e5470;
}
/* comment box */
.box-comment{
	width:100%;
	overflow:hidden;
}
.title-comment{
	width:692px;
	overflow:hidden;
	padding:4px 0 0 16px;
}
.title-comment h2{
	margin:0;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	color:#2e5470;
}
.box-comment .left-column-box{
	margin:13px 0 0;
}
/* forms */
.forms-box{
	width:686px;
	overflow:hidden;
	padding:14px 0 0;
}
.forms-title{
	width:100%;
	overflow:hidden;
}
.forms-title strong{
	display:block;
	font-size:12px;
	line-height:14px;
	padding:0 0 7px 0;
}
.forms-title p{
	margin:0;
	font-size:14px;
	line-height:30px;
	color:#2e5470;
}
/* input box */
.input-box-holder{
	width:100%;
	overflow:hidden;
	padding:9px 0 0;
}
.input-box{
	float:left;
	width:223px;
	overflow:hidden;
}
.input-box label{
	display:block;
	font-size:12px;
	line-height:26px;
	color:#2e5470;
	font-weight:bold;
}
.input-box .email-bg{
	display:block;
	width:211px;
	height:26px;
	background:url(../images/bg-input-box.gif) no-repeat;
	overflow:hidden;
}
.input-box .pass-bg{
	display:block;
	width:201px;
	height:26px;
	background:url(../images/bg-input-box-pass.gif) no-repeat;
	overflow:hidden;
}
#url,
#user,
#email{
	float:left;
	width:201px;
	height:21px;
	background:none;
	border:none;
	overflow:hidden;
	font-size:12px;
	padding:5px 5px 0 5px;
}
#password{
	float:left;
	width:191px;
	height:21px;
	background:none;
	border:none;
	overflow:hidden;
	font-size:12px;
	padding:5px 5px 0 5px;
}
/* textarea box */
.textarea-box{
	width:100%;
	overflow:hidden;
	padding:18px 0 0;
}
.textarea-box strong{
	display:block;
	font-size:12px;
	line-height:30px;
	color:#2e5470;
}
.textarea-box span{
	display:block;
	width:675px;
	height:188px;
	overflow:hidden;
	background:url(../images/bg-textarea.gif) no-repeat;
}
.textarea-box span textarea{
	float:left;
	overflow:auto;
	width:655px;
	height:170px;
	padding:9px 10px;
	background:none;
	border:none;
}
/* checkbox */
.check-box{
	width:100%;
	overflow:hidden;
	padding:14px 0 0
}
.check-box ul{
	margin:0;
	padding:0;
	list-style:none;
}
.check-box ul li{
	font-size:14px;
	line-height:30px;
	color:#2e5470;
}
.check{
	float:left;
	width:16px;
	height:16px;
	margin:8px 9px 0 0;
}
.button-image{
	display:block;
	margin:11px 0 0 0;
}
/* comment text */
.comment-text{
	width:100%;
	overflow:hidden;
	padding:25px 0 18px 0;
}
.comment-text p{
	margin:0;
	font-size:14px;
	line-height:18px;
	color:#2e5470;
}
.read-more-link{
    color:#A30046;
	font-weight:bold;
}
p.filed-under a{
    text-decoration:none;
	color:#808285;
	line-height:0px;
}
p.filed-under a:hover{
    text-decoration:underline;
}
p.gray-links a{
	color:#808285;
	text-decoration:none;
	line-height:18px;
}
p.gray-links a:hover{
	text-decoration:underline;
}

.breadcrumb
{
	margin-top:15px;
	height:30px;
}
.MainStarBlock
{
  width: 270px;
  float:left;
}
.MainLinkBlock
{
	float: right
	vertical-align: bottom;
	width:400px;
	height: 26px;
	overflow:hidden;
	margin-left: 4px;
	margin-top: 8px;
	font-size: 10pt;
	}
.cf7 {
		padding-bottom: 10px;
	}
.cf7b{
width: 72px;
height: 49px;
	border-top-width: 1px;
			border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7B9EBD;
	border-right-color: #7B9EBD;
	border-bottom-color: #7B9EBD;
	border-left-color: #7B9EBD;
		
}
