/* CSS Document */
#bodyMainWrap h1 {
}
#bodyMainWrap h2 p {
	padding-bottom:0px;
}
.articleHeadWrapper {
	margin-bottom:15px;
}
.thisIssue {
}
.thisIssueLeft {
	float: left;
	width: 224px;
}
.thisIssueLeft ul li {
	padding-bottom: 16px;
	line-height:1.25;
	font-size:1.15em;
}
.thisIssueLeft ul li a {
	color:#c12222
}
.thisIssueLeft ul li a:hover {
	color:#000
}


.thisIssueRight {
	float: right;
	width: 135px;
}
.specialTitle2 {
	text-align: center;
	border-bottom: 3px solid #bf2025;
	color: #bf2025;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: .9em;
	padding-bottom: 4px;
}
.articleLeft {
	width: 65%;
	float: left;
}
.articleLeft hr {
	clear: both;
}
.imgBox {
	float: right;
	overflow: hidden;
	height: 218px;
	width: 170px;
	margin: 0px 0px 0px 15px;
	border: 1px solid #666;
	text-align: center;
}
.imgBox img {
	height: 218px;
}
.smallTxt {
	font-size: .8em;
}
.author {
	font-size: .8em;
	padding-bottom: 20px;
}
.body {
	/* font-family:"Libre Baskerville", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif; */
}
.actions {
	height: 22px;
	margin: 10px 0;
}
.actions a {
	display: inline-block;/*	padding-top:8px;
					padding-bottom:8px; */
}
.actions div {
	float: left;
}
a.btnSave {
	color: #bf2025;
	background: center right no-repeat;
	padding-right: 20px;
	background-image: url('/magazine/article/btn_saveArticle_star.png');
}
.actionsMid {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.actionsMid a {
	color: #000;
	background: center left no-repeat;
	padding-left: 20px;
}
a.btnEmail {
	background-image: url('/magazine/article/btn_email.png');
}
a.btnShare {
	background-image: url('/magazine/article/btn_share.png');
}
a.btnPrint {
	background-image: url('/magazine/article/btn_print.png');
}
a.btnComment {
	background-image: url('/magazine/article/btn_comment.png');
}
.btnFollow {
	text-align: center;
	padding-left: 6px;
	background: url('/magazine/article/btn_twitter.png') center left no-repeat;
}
.dottedLine {
	border-bottom: 1px dotted #dedede;
}
.relatedArticles {
	float: right;
}
.authors {
	border-top: 1px dotted #000;
	padding-top: 20px;
	margin-top: 20px;
}
.authors p {
	display: inline;
}
.authors div {
	padding-bottom: 10px;
}
.comments {
	border-top: 1px dotted #000;
	padding-top: 20px;
	margin-top: 20px;
}
.comments h3 {
	font-weight: bold;
	font-size: 1.8em;
	padding-bottom: 20px;
}
.comment {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
	maring-bottom: 10px;
}
.commentName {
	font-weight: bold;
}
.addComment {
	backgrond: #CCC;
	padding: 10px;
	border: 4px solid #999;
	margin-bottom: 10px;
}
.addComment textarea {
	width: 100%;
}
.addComment input {
	margin-left: auto;
}
.addFavs {
	font-size: 0.8em;
	height: 22px;
	padding: 5px 0px;
	text-align: center;
}
.seperator {
	margin: 0 5px;
}
.thisissueWrapper {
}
@media screen and (max-width: 870px) {
.articleLeft {
	width: 100%;
}
}
@media screen and (max-width: 500px) {
.imgBox {
	float: none;
	margin: 0px auto;
	display: none;
}
.actions {
	float: none;
	width: 100%;
}
}
