div#article-content h2 {
	color: #4E4E4E;
	font-size: 120%;
	font-weight: normal;
}

div#article-content {
	padding: 20px;
	background: #FFF;
}

div#sidebar {
	background: url(/images/sidebar-background.png);
}

span.byline {
	color: #545454; 
}

div.pagination {
	font: 90% bold "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

/* @group Article Header */

div.article-header {
	position: relative;
	background: url(/images/article-header-background.png);
}

h2.category {
	margin-top: 0;
	padding: 8px;
	font-size: 130%;
	font-weight: normal;
	text-transform: uppercase;
}

ul.article-options {
	float: right;
	position: absolute;
	top: -4px;
	right: 10px;
}

ul.article-options li {
	display: inline;
	padding: 5px;
	font: 80% normal Arial, Helvetica, sans-serif;
	list-style: none;
}

/* @end */

/* @group Layout */

div#article {
	float: left;
	margin-right: -313px;
	width: 100%;
	overflow: hidden;
}

div#article-content {
	margin-right: 313px;
	padding-bottom: 1000em;
	margin-bottom: -999.5em;
}

div#sidebar {
	float: right;
	padding-bottom: 1000em;
	margin-bottom: -999.5em;
	width: 310px;
}

/* @end */

/* @group Comments */

div#window_background {
  background: #000;
  opacity: 0.7;
  z-index: 2;
}

div#window_iframe {
  position: fixed;
  top: 50px;
  left: 10%;
  margin: auto auto;
  width: 80%;
  height: 560px;
  background: #fff;
  border: 8px solid #fff;
  z-index: 3;
}

div#window_iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

div#window_iframe {
  font: normal 80% "Lucida Grande", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

/* @end */

div.article-image {
	margin: 2px 5px;
}

div.article-image div.caption p {
	margin: 2px 0;
	padding: 0;
	font: italic 70% Arial, Helvetica, Geneva, sans-serif;
	color: #424242;
	text-align: left;
}

div.article-image div.caption em {
	font-weight: normal;
	font-style: normal;
}

div.email-article {
	margin-top: -15px;
	padding: 20px;
	background: #edeeea;
	border: 1px solid #d4d5d2;
}

div.email-article h3 {
	margin: -20px;
	margin-bottom: 20px;
	padding: 5px 10px;
	background: #d4d5d2;
	font: 80% "Helvetica Bold", Arial, Helvetica, Geneva, sans-serif;
	color: #5e5e5d;
}

div.email-article div.errorExplanation {
	background: none;
}

div#email-article table {
	width: 100%;
}

div#email-article th {
	width: 25%;
	padding-top: 5px;
	padding-right: 20px;
	text-align: right;
	vertical-align: top;
}

div#email-article th, 
div#email-article td,
div.email-article p {
	font: normal normal 75% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #636463;
}

div#email-article input[type='text'] {
	width: 250px;
}

div#email-article textarea {
	width: 250px;
	height: 100px;
}

div.related li {
	padding: 5px;
}

div.related li * {
	margin: 0;
}

div.related p.issue {
	margin: 1px 0 5px;
	color: #808080;
}


.comments {
	margin: 0;
	color: #fff;
	background: #424848;
	clear: both;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

.comments a {
    color: #eee;
    border-bottom: 1px dotted #ccc;
}

.comments a:hover {
    color: #fff;
    border-bottom: 1px solid #ccc;
}

.comments h2 {
	margin: 0;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-family: "Helvetica Neue Light", HelveticaNeue-Light, Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #000000 0 0 0;
}

.comments p {
	font-size: 80%;
	text-shadow: #424848 0 0 0;

}

.comment {
	padding: 10px 20px;
}

.comment .byline {
	color: #c6b9a0;
}

.comment .byline .author {
	color: #ffc46a;
}

.comment .byline .time {
	color: #f5f9a3;
}

.comment.alternate {
	background-color: #313738;
}

.comment textarea {
	padding: 10px;
	width: 98%;
	height: 120px;
	color: #fff;
	background: #242728;
	border: 1px solid #666;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	font: 120% "Courier New", Courier, mono;
}

.comment .submit {
	padding: 0;
	text-align: right;
}

.comment .submit input {
	margin: 0;
	padding: 10px;
	color: #fff;
	background: #131516;
	border: 1px solid #666;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
}
