@charset "utf-8";
/* CSS Document */

/* color: #c9c9a7; */ 	/* "grey" */
/* color: #ffc; */ 		/* "pale yellow" */

/* ####################### 'Page' Elements ####################### */
body {
	background-color:#000000; 	/* "blood red" (165,8,0) or #A50800 */
	margin-top: 0px;
}

div.week9_winner {
	border: 1px solid black;
	width:250px;
	height:204px;
	margin-right:auto;
	margin-left:auto;	
}

div.week7_winner {
	border: 1px solid black;
	width:250px;
	height:223px;
	margin-right:auto;
	margin-left:auto;	
}

div.week6_winner {
	border: 1px solid black;
	width:250px;
	height:246px;
	margin-right:auto;
	margin-left:auto;	
}


div.week3_winner {
	border: 1px solid black;
	width:250px;
	height:333px;
	margin-right:auto;
	margin-left:auto;	
}

div.week2_winner {
	border: 1px solid black;
	width:250px;
	height:169px;
	margin-right:auto;
	margin-left:auto;	
}


div.week1_winner {
	border: 1px solid black;
	width:250px;
	height:172px;
	margin-right:auto;
	margin-left:auto;	
}

div.cycle7 {
	border: 1px solid black;
	width:250px;
	height:141px;
	margin-right:auto;
	margin-left:auto;	
}

div.scale {
	border: 1px solid black;
	width:250px;
	height:249px;
	margin-right:auto;
	margin-left:auto;	
}

div.anime {
	border: 1px solid black;
	width:250px;
	height:188px;
	margin-right:auto;
	margin-left:auto;	
}

div.what_header {
	text-align:center;
	font-size:16px;
	color:#FFECD7;					/* light orange */
	font-weight:bold;
	background-color:#A50800;		/* "blood red" */
	margin-bottom: -4px;
	margin-top: 3px;
	padding-bottom: -6px;
}

div.what_items {
	padding-right:9px;
}

div.hf_links {
	text-align:center;	
	font-size: 10px;
}

div.footer_copy {
	text-align:center;	
	font-size: 9px;
}

table#main {
	background-color:#FFECD7;	/* "light orange" (255, 236,215) */
	border: solid #000 4px;
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
}

tr#tr_header {
	width: 750px;
}

tr#tr_body {
	width: 750px;
}

tr#tr_footer {
	width: 750px;
}

td#td_header {
	width: 750px;
}

td#menu_area {
	width: 185px;
	vertical-align:top;
	text-align: left;
	/* padding-right:30px; */
}

td#main_section {
	width: 380px;
	vertical-align:top;	
	text-align: justify;
}

td#what_new {
	width: 185px;
	vertical-align:top;
	text-align: left;	
	padding-left:20px;
}


/* ####################### 'Individual' Elements ####################### */
div.top { z-index:999; }

.testing {
	font-size:19px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}

.dropcap {
	float:left;
	color:#A50800;			/* "blood red" */
	font-size:100px; 
	line-height:100px;
	padding-top:2px; 
	font-family: "Times New Roman", Times, serif;
}

.needLink {
	font-weight:bold;
	color:#00FF66;
	text-decoration:underline;
	font-style:italic;
}

.fprint
{
	font-size:9px;
}


a {
	color:#A50800;
	text-decoration:none;		
}

a.fakecolor:link {
	color:#FFFFFF;		
}

a:link {
	color:#A50800;			/* "blood red" */
}

a:visited {
	/* color:#c9c9a7;			 "grey" */
	color:black;	
}

a:hover {
	color:#A50800;
}
	
a.noline {
	text-decoration:none;
}

a.noline:link {
	color:#A50800;			/* "blood red" */
}

a.noline:visited {
	/* color:#c9c9a7;			 "grey" */
	color:black;	 
}

a.noline:hover {
	color:#A50800;			
}

a.line {
	text-decoration:underline;
}

dt {
	font-weight:bold;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	text-align:center;
	color:#A50800;
	margin-top: 0px; 
	margin-bottom: 6px; 
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	color:#000000;
}

h2.primary {
	color:#A50800;
}

h2.standalone {
	color:#FFECD7;
}

img.floatRight { 
	float: right; 
    clear: right; 
    margin: 2px 4px 6px 14px;
}

img.mast {
	width: 755px;
	padding-right:0px;
	margin-right:0px;
}

div.Ask_Rick-Menu {
	padding-top: 140px;
	width: 12em;
}

div.under_h2 {
	text-align:center;
	margin-top: -12px;
	padding-top: -12px;	
}

p.letters {
	word-spacing:5px;
}

p.primary {
	color:#A50800;
	font-weight:bold;
}

p +p {
	margin-top: 12px; 
	margin-bottom: 12px; 
}

p.first {
	margin-top: 0px;
	padding-top: 0px;
}

p.what_new {
	font-size:9px;
	margin-top: 3px; 
	margin-bottom: 4px;
	padding-top: 3px; 
	padding-bottom: 4px;	
}

p.what_newM {
	font-size:9px;
	margin-top: 3px; 
	margin-bottom: 4px;
	padding-top: 3px; 
	padding-bottom: 4px;
	margin-left:4px;	
}

p#L_p {
	margin-top: 3px; 
	margin-bottom: 3px;
	text-align:center;
}

p.dd {
	text-align:left;
	margin-left: 40px;
	margin-top: -12px; 
	margin-bottom: 3px;
}

th {
	text-align:center;
}

td.small {
	font-size:9px;
}

strong.name {
	color: #A50800;
}

/*
margin-top
margin-right
margin-bottom
margin-left
*/
