@import url("default.css");

.article, #edit_copy, #edit_elements
{
	padding-right: 1em;
	float:left;
	width: 500px;
}

#edit_copy, #edit_elements
{
	display:none;
}

.copy
{
	clear:both;
}

.article p
{
	color: #223;
	font-family: "Georgia",serif;
}

p.standfirst
{
	margin: 0;
	font-family: "Georgia", serif;	
	padding: 0.5em 0.1em;
	font-size: 0.95em;
	border-top: 1px solid #eee;
	color: #111;
}

.zz_add
{
	display:none;
}

.pane
{
	width: 500px;
}

#preview
{
	width: 750px;
}

#edit_copy .title
{
	height: 50px;
}

#edit_copy .copy
{
	height: 300px;
}

.pagination_control .selected a
{
	color: white;
	background-color: #a00;
}


.topmatter
{
	border-right: 1px dotted #daa;
}

.topmatter.draft
{
	background-image: url("../image/draft_article_bg.jpg");
}

.topmatter .headline
{
	width: 510px;
border-bottom: 1px solid #900;
margin-right: 5px;
float:left;
}

.topmatter .attrib
{
	margin: 0;
	font-size: 0.85em;
	padding: 0.2em;
	border-top: 1px dotted #666;
}

h1
{
	margin-top: 0;
	margin-bottom: 0.3em;
	font-weight: bold;
	font-size: 3em;	
	color: black;
	line-height: 0.8em;
}


.pagination_control
{
	list-style-type: none;
	float: right;
	margin: 0.5em 0;
	padding: 0;

}


.pagination_control li
{
	float: left;
	list-style: none;
	margin: 0;
	background: 0;
	padding: 0;
}

.pagination_control li a, .pagination_control li.desc
{
	float:left;
	text-align: center;	
	line-height: 22px;
	margin: 3px;
	padding: 0 5px;
	border: 1px solid #eee;
	font-size: 0.75em;
	text-decoration: none;
	color: #900;
}

.pagination_control li.desc
{
	color: #999;
}

.pagination_control li a:hover
{
	background-color: #eee;
}


.pagination_control .hoverme
{
	cursor:pointer;
	background-color: #eee;
}

.inlineArticleImage img {
  padding: 0;
  margin: 0;
  border: 1px solid black;
}

.inlineArticleImage {
float:right;
margin-left: 1em;
} 



.inlineArticleImage p {
  font-style: italic; 
  padding: 0;
  margin: 0;
  font-size: 0.8em;
}


#content .inlineArticleOutquote {
  float:right;
  border-left: 1px dashed #c88;
  margin: 1em;
  margin-right: 0;
  padding: 0;
  text-align: right;
}

#content .inlineArticleOutquote p{
font-family: "palatino","georgia",serif;
font-size: 1.2em;
color: #444;
text-align: right;
  margin: 1em;
}

.related h2, .related h3
{
	clear:both;
}

.related .mag_cover img
{
	border: 0;
}

.related
{
	padding-bottom: 1em;
}

.related .byline
{
	border: 1px solid #caa;
	padding: 1em;
	font-size: 0.81em;
	font-family: "Georgia",serif;
}

.related .attrib
{
	border-bottom: 1px dotted #aaa;
	margin-bottom: 0.5em;
}

.related h2
{
	margin-bottom: 0.6em;
}

.related h3
{
	margin: 0;
}

h2 a
{
	color: #900;
}

table 
{
	border-collapse: collapse;
}

table th, table td
{
	font-family: "Verdana", sans-serif;
	font-size: 0.8em;
}

table th {
	background-color: #ccf;
}

table td {
	background-color: #ffc;
}

table tr td, table tr th
{
	border: 1px solid #666;
	margin: 0;
	padding: 0.5em;
}

