/* CSS Document */

#series_table {
  border-collapse: collapse;
}
#series_table td {
	padding-top: 7px;
	padding-left: 7px;	
}
#series_table td, #series_table th {
  border: 1px solid #CCC;
}
#series_table tr:first-child th {
  border-top: 0;
}
#series_table tr:last-child td {
  border-bottom: 0;
}
#series_table tr td:first-child,
#series_table tr th:first-child {
  border-left: 0;
}
#series_table tr td:last-child,
#series_table tr th:last-child {
  border-right: 0;
}

#series_table .white_frame
{
	padding: 3px;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #FFF;
	-moz-box-shadow: 0 1px 2px #1A1A1A; 
	-webkit-box-shadow: 0 1px 2px #1A1A1A; 
	box-shadow: 0 1px 2px #1A1A1A;
}

#admin_bar
{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

#admin_bar .admin_bar
{
	margin-left: 20px;	
}

.horizontal_bar
{
	width: 75%;
	height: 1px;
	background-color: #CCC;	
	margin: 0 auto;
}

.article_headline_photo
{
	max-width: 320px;
	max-height: 180px;	
}

.article_categories
{
	margin-bottom: 7px;	
}

.article_photo_container
{
	float: left;	
	margin-right: 15px;
	
	padding: 5px;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #FFF;
	-moz-box-shadow: 0 1px 2px #1A1A1A; 
	-webkit-box-shadow: 0 1px 2px #1A1A1A; 
	box-shadow: 0 1px 2px #1A1A1A;
}

.article_title
{
	line-height: 25px;
	padding-bottom: 2px;
	border-bottom: 1px solid #00538D;
}

.author_bio
{
	font-style: italic;	
}

#MembersOnlyMessage
{
	text-align: center;
	clear: both;
	padding-top: 20px;
	margin-bottom: 20px;
}
