/* ------------ SERIF FONT STACK: START */
body { font-family: 'Times New Roman', Times, serif; }
#nav li a
{
	padding-left: 38px;
	padding-right: 38px;
}
/* ------------ SERIF FONT STACK: END */


/* ------------ SAN SERIF FONT STACK: START */

/*body { font-family: Arial, Helvetica, sans-serif; }
#nav li a
{
	padding-left: 33px;
	padding-right: 33px;
}*/

/* ------------ SAN SERIF FONT STACK: END */


body
{
	color: #999999;
	background-color: #1a1a1a;/* ------------ DO NOT CHANGE */
}
a { color: #fff; }
a:hover { color: #e3b78a; }
#nav li a
{
	font-size: 11px; /* Default size is 13px. 13px is perfect for double line nave items */
	color: #7c7c7c;
	/*text-shadow: 1px 1px 0 #000000;*/
}
#nav li a:hover { color: #666666; }
#property_inner
{
	background-color: #000000;
}
#rotate
{
	color: #aa0000;
}
#press h3,
#about h3,
#cast h3,
#related h3
{
	color: #aa0000;
	text-shadow: 1px 1px 0 #000000;
}
#press p.author
{
	color: #aa0000;
	text-shadow: 1px 1px 0 #000000;
}
#col_left strong,
#col_right strong,
#related h5
{
	color: #aa0000;
	text-shadow: 1px 1px 0 #000000;
}
#content_right
{
	color: #fff;
}
#property_share h3
{
	text-shadow: 1px 1px 0 #000000;
}
/* Magnet Releasing Image Paths - DO NOT MODIFY */
#nav_container{background: transparent url('../images/nav.png') repeat-x 0 0;}
#nav li a{background-image: url('../images/nav_divider.gif');}
#property_inner{background-image: url('../images/property.jpg');}
#prev{background: transparent url('../images/arrow_prev.png') no-repeat 3px 7px;}
#next{background: transparent url('../images/arrow_next.png') no-repeat 48px 7px;}