body
{
	background-color: black;
	color: white;
	width: 100%;
	align-content: center;
    FONT-FAMILY: Verdana, Arial;
}

h1
{
	color: #cc0;
	font-size: 18px;
}

a
{
  color: #cc0000;
  cursor: hand;
}
a:hover 
{
	color: #33cc00;
}

.right
{
	float: right;
}

.dimmed 
{
	opacity: 0.6;
}

.main-container
{
	width: 900px;
	padding: 20px;
	margin: 0 auto;
	text-align: left;
}

.body-container
{
	clear: both;	
}

.main-logo
{
	width: 100%;
	text-align: center;
}

.main-blurb-container
{
	background: #333;
	border-radius: 7px;
	border: 1px solid #999;
	padding: 15px;
	margin-bottom: 20px;
}

.main-blurb
{
	background-color: blue;
	border-radius: 9px;
}

.main-blurb-romance
{
	font-weight: 400;
	line-height: 28px;
}

.dateline
{
	font-size: 10px;
	color: #ccc;
}

.magazine-panel
{
	margin-bottom: 20px;
	font-size: 14px;
}

.magazine-blurb-title
{
	color: #3399FF;
}

.magazine-blurb
{
	color: #999;
}

.rating-circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #090;
  margin-right: 15px;
}

.green
{
	color: #339900;
}

.red
{
	background: #900 !important;
}

.yellow
{
	background: #cc0 !important;
	color: #333 !important;
}

.white
{
	color: #fff;
}

.ratings-row
{
	height: 60px;
	clear-both;
}

.column-2-thirds
{
	width: 60%;
	padding-right: 20px;
	margin-right: 20px;
}

.column-1-third
{
	width: 33%;
}

.footer
{
	width: 100%;
	margin: 20px 0px;
	color: #aaa;
	font-size: 12px;
	clear: both;
	text-align: center;
}

.parody
{
	width: 100%;
	margin: 20px 0px;
	color: #222;
	font-size: 12px;
	clear: both;
}

.parody-link
{
	color: #222;
	text-decoration: none;
}
.parody-link:hover
{
	color: #222;
	text-decoration: none;
	cursor: none;
}

.downloadButton
{
	background: #3399FF;
	color: #fff;
	border-radius: 3px;
	padding: 8px;
	cursor: pointer;
	text-decoration: none;
}
.downloadButton:hover
{
	color: #333;
}

        
