/* MIDDLE CONTAINER */
#middleContainer {
	margin: 0 193px 0 173px;
}


/* RIGHT CONTAINER */
#rightContainer {
	float: right;
	width: 170px;
}

/* CURRENT ISSUE BOX */
#issueBox .boxContent {
	padding-left: 9px;
	padding-right: 9px;
}
#issueBox .bct {
	background-color: #ffedda;
}
#issueBox .bg {
	background-color: #ff8601;
}

#issueBox .boxHeader div.issueNumber {
	float: right;
	padding-right: 10px;
}
#issueBox .covers {

}
#issueBox .covers img {
	border: 1px solid #fff;
	margin-bottom: 10px;
}
#issueBox .articles {

}
/* IE fix */
*html #issueBox .articles {

}

#issueBox .article {
	margin: 0 0 20px 0;
}
#issueBox .cat {
	padding-right: 3px;
	text-align: right;
	margin-bottom: 5px;
	background-color: #FDF4EA;
	border-top: 1px dashed #e00024;
}
#issueBox .cat span {
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#issueBox .articleTitle a {
	color: #444;
	font-weight: normal;
	line-height: 135%;
}
#issueBox .articleTitle a:hover {
	color: #000;
}
#issueBox .author {
	text-align: right;
	font-size: 10px;
	color: #e00024;
	line-height: 100%;
	margin-bottom: 10px;
}

/* PREVIOUS ISSUES BOX */
#previousIssuesBox .boxContent {
	padding-left: 9px;
	padding-right: 9px;
}
#previousIssuesBox .bct {
	background-color: #ffedda;
}
#previousIssuesBox .bg {
	background-color: #ff8601;
}
#previousIssuesBox select {
	width: 153px;
}

/* NEWSLETTER BOX */
#newsletterBox {
	/*margin-top: 10px;*/
	margin-bottom: 10px;
}
#newsletterBox .bct {
	background-color: #fbf4ed;
}
#newsletterBox .bg {
	background-color: #af600b;
}
#newsletterBox .textInput {
	width: 135px;
}
#newsletterBox ul {
	padding: 0;
	margin: 10px 0 10px 0;
	list-style: none;
}
#newsletterBox ul li {
	clear: both;
}
#newsletterBox ul .pollRadio {
	float: left;
	clear: left;
	width: 25px;
}
#newsletterBox ul .pollLabel {
	float: left;
	width: 125px;
	margin-bottom: 10px;
}
#newsletterBox ul .pollLabel label {
	font-weight: normal;
}
#newsletterBox ul input {
	border: none;
}
#newsletterBox .button {
	color: #fff;
	border: 1px solid #af600b;
	background-color: #af600b;
	font-weight: bold;
}