h1.pagetitle{
	font-size:36px;
	font-weight:700;
	color:#333;
	margin:50px 0;
	text-align:center;
}

h2.pagesubtitle{
	font-size:24px;
	font-weight:700;
	color:#333;
	margin:50px 0;
	text-align:center;
}

#detailpage{
	padding:10px 0;
}

#detailpage .wrap{
	max-width:768px;
}

.articlecontent h1{
	color:#333;
	font-size:36px;
	font-weight:700;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:10px 0 0;
}

.articlecontent h5.subtitle{
	color: #777;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
}

.peoplenamephoto{
	display:inline-block;
	vertical-align:middle;
	margin:10px 25px 10px 0;
}

.peoplenamephoto img{
	width:40px;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	border-radius:20px;
}

.peoplenamephoto .name{
	font-size:16px;
	font-weight:700;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#cc2e27;
	margin:0;
	font-style:normal;
}

.articlecontent .contentdate{
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
	color:#666;
	margin:10px 0;
}

.articlecontent .likecomment,
#magazinedetail .likecomment,
#weekinreviews .likecomment{
	float:left;
	padding:5px 0;
}

.articlecontent .likecomment .likewithcount,
.articlecontent .likecomment .commentswithcount,
#magazinedetail .likecomment .likewithcount,
#magazinedetail .likecomment .commentswithcount{
	margin:15px 20px 15px 0
}

.articlecontent .sharecontent,
#magazinedetail .sharecontent,
#weekinreviews .sharecontent{
	float:right;
}

.staticpage .sharecontent{
	text-align:center;
}

.articlecontent .sharecontent img,
#magazinedetail .sharecontent img,
.staticpage .sharecontent img{
	margin:10px 0 10px 4px;
	cursor:pointer;
}

.articlecontent .featuredimg{
	margin:20px 0;	
}

.articlecontent .featuredimg figcaption {
    color: #666;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-style: italic;
    line-height: 22px;
    margin: 3px;
    text-align: left;
}

.articlecontent p,
#authordetail p{
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	line-height:35px;
	margin:20px 0;
	text-align:left;
}

.articlecontent p em,
#authordetail p em{
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	line-height:35px;
	font-style:italic;
	text-align:left;
	vertical-align: baseline;
}

.articlecontent a,
#authordetail a,
.staticpage a {
    color: #cc2e27;
    font-style: italic;
	font-family:inherit;
}

[dir="rtl"] {
    direction: rtl !important;
    font-family:Georgia, "Times New Roman", Times, serif;
    text-align: right !important;
}

.articlecontent h3,
#authordetail h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
    color: #333;
    font-size: 30px;
    font-weight: 700;
    margin:20px 0;
    text-align: left;
}

.articlecontent h4,
#authordetail h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
    color: #333;
    font-size: 25px;
    font-weight: 700;
    margin:20px 0;
    text-align: left;
}

.articlecontent ul li, .articlecontent ol li,
#authordetail ul li, #authordetail ol li,
.staticpage ul li, .staticpage ol li {
    color: #333;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    line-height: 35px;
    list-style-position: inside;
    margin: 20px 0;
    text-align: left;
}

.articlecontent sup,
#authordetail sup {
    font-size: 12px;
    vertical-align: top;
}

.articlecontent sub,
#authordetail sub {
    font-size: 12px;
    vertical-align: bottom;
}

.articlecontent blockquote,
#authordetail blockquote{
	background: #f5f5f5;
    border-left: 5px solid #cc2e27;
    padding: 1px 20px;
	border-radius:20px;
}

.articlecontent table,
.staticpage table {
    border: 1px solid #aaa;
    border-collapse: collapse;
    box-sizing: border-box;
    margin: 10px 0;
    width: 100% !important;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.articlecontent table caption,
.staticpage table caption {
    font-size: 16px;
    padding: 10px 0;
}

.articlecontent table tr th,
.staticpage table tr th {
    border: 1px solid #aaa;
    font-size: 22px;
    font-weight: 400;
    padding: 8px;
    text-align: center;
    vertical-align: top;
}

.articlecontent table tr td,
.staticpage table tr td {
    border: 1px solid #aaa;
    font-size: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}

.articlecontent table tbody tr:nth-child(2n+1),
.staticpage table tbody tr:nth-child(2n+1){
    background: #f5f5f5 none repeat scroll 0 0;
}

.authorbio{
	font-size:0;
	margin:15px 0;
}

.authorbio img{
	display:inline-block;
	vertical-align:middle;
	width:15%;
	margin-right:5%;
	border-radius:80px;
}

.authorbio .details{
	display:inline-block;
	vertical-align:middle;
	width:80%;
}

.authorbio h3{
	font-size:20px;
	font-weight:700;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#cc2e27;
	margin:10px 0;
	font-style:normal;
}

.authorbio h5{
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-style:italic;
	margin:10px 0;
}

.authorbio h5 span{
	color:#000;
	font-weight:700;
	vertical-align:baseline;
	font-style:normal;
	cursor:pointer;
}

.keywordtags span {
	font-family:Georgia, "Times New Roman", Times, serif;
    background: #eee;
    border-radius: 3px;
    color: #999;
    display: inline-block;
    font-size: 14px;
    margin: 10px 5px 10px 0;
    padding: 5px 8px;
    vertical-align: top;
}

.articlefrom{
	background:#eee;
	padding:10px;
	margin-top:30px;
}

.articlefrom img{
	float:left;
	width:15%;
	margin-right:15px;
}

.articlefrom h5{
	color:#999;
	text-decoration:underline;
	font-size:14px;
}

.articlefrom h3{
	font-size:24px;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:700;
	margin:10px 0;	
}

.articlefrom h4{
	color:#666;
	font-size:16px;
	display:inline-block;
}

.articlefrom .morebtn{
	margin-top:10px;
}

.relatedslider{
	text-align:center;
}

.relatedslider .item {
    margin: 10px;
}

.relatedslider .titleoverimg{
	width:100%;
	position:relative;
	border:1px solid #ccc;
}

.relatedslider .titleoverimg h3{
	bottom:0;
	background:rgba(0,0,0,0.6);
	color:#fff;
	font-size:18px;
	font-weight:700;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	padding:5px 10px;
	width:100%;
}

.relatedslider .item h4{
	font-size:16px;
	font-weight:700;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#cc2e27;
	margin:10px 0 0;
}

.relatedslider .item h4 a{
	color:#cc2e27;
	font-family:inherit;
}

.relatedslider .item h5{
	font-size:15px;
	color:#666;
	margin:0 0 10px;
}

.relatedslider .item p{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	margin:0;
	line-height:22px;
	max-height:66px;
	overflow:hidden;
}

.relatedslider .owl-prev,
.relatedslider .owl-next{
	top:20% !important;	
}

#magazinelist{
	font-size:0;
}

#magazinelist .item{
	display:inline-block;
	vertical-align:bottom;
	width:27.33%;
	margin:30px 3%;
}

#magazinelist .item img{
	width:100%;
	border:1px solid #ccc;
}

#magazinelist .item h3{
	color: #333;
    font-size: 16px;
    margin: 10px 0;
    text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#authorlist{
	font-size:0;
}

#authorlist .item{
	display:inline-block;
	vertical-align:top;
	width:27.33%;
	margin:30px 3%;
	text-align:center;
}

#authorlist .item img{
	max-width:150px;
	width:80%;
	border-radius:75px;
}

#authorlist .item h3{
	color: #333;
    font-size: 16px;
    margin: 10px 0;
    text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#authordetail .wrap{
	max-width:768px;
}

#authordetail{
	text-align:center;
}

#authordetail .authorphoto{
	width:150px;
	height:150px;
	border-radius:75px;
	border:1px solid #ccc;
}

#magazinedetail .wrapper{
	text-align:center;
	width:100%;
	max-width:400px;
	margin:50px auto;
}

#magazinedetail .wrapper .wrapimg{
	width:100%;
	border:1px solid #ccc;
}

#magazinedetail .wrapper h4 {
    font-size: 20px;
	font-weight:700;
    margin: 10px 0;
    text-align: center;
}

#magazinedetail .wrapper h5 {
    font-size: 16px;
    font-style: italic;
    margin: 10px 0;
    text-align: center;	
}

#magazinedetail .downloadfile{
	margin-top:10px;
}

#magazinedetail .downloadfile.preview{
	float:left;
}

#magazinedetail .downloadfile.full{
	float:right;
}

#sectionlist .categorytitle{
	display:inline-block;
	vertical-align:top;
	margin:10px;
}

@media screen and (max-width: 767px) {	

h1.pagetitle{
	font-size:24px;
}

.articlecontent h1{
	font-size:26px;
}

.articlefrom img{
	width:25%;
}

#magazinelist .item h3{
	font-size: 14px;
}

#magazinedetail .magissue .layout2{
	margin:0 auto 50px;
}

}

@media screen and (max-width: 659px) {	

#magazinelist .item{
	width:44%;
}

#authorlist .item{
	width:44%;
}

}

@media screen and (max-width: 479px) {	

.articlefrom{
	text-align:center;
}

.articlefrom img{
	width:40%;
	float:none;
	margin-right:0;
	margin-bottom:15px;
}

}