/*
Theme Name:     MZone
Description:    custom theme for marvelous zone
Author:         Russ
Template:       twentyten

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../twentyten/style.css");

#site-description {

	font-size:16px;

}

h1.villain {

	font-size:72px;
	
}


h1.meanwhile {

	font-family: "AR CHRISTY", Algerian, Serif;

	font-size:24px;

	text-align: center;

}


h1.snapshot {

	font-size:6px;

}

#wrapper {

	background: #fff;

}


.wp-caption {

	background: #fb94e6;

	margin-bottom: 10px;

}


.wp-caption p.wp-caption-text {

	color: #000000;

}


img.nobottmarg {
	margin-bottom: 2px;
}



span.spoiler { 

	text-shadow: 0 0 8px #000; color: rgba(255,255,255,0); 

	filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);

	zoom: 1; 

}


span.spoiler:hover { text-shadow: none; color: #000; filter: none; }

p.awardtitle {

	text-align:center;

	text-decoration:underline;

	font-size:30px;

	font-weight:bold;

}

p.awardcat {

	text-align:center;

	font-size:24px;

	font-weight:bold;

}

p.award {

	text-align:center;

	font-size:18px;

	font-weight:bold;

}

p.awardgoes {

	font-family: "Vladimir Script", "Brush Script MT", "Arial Black", sans-serif;

	font-size:24px;

}

p.quotable {
	
	color: #009900;
	
	font-size:17px;
	
	font-weight:bold;
	
	text-align: right;
	
}

li.linesep {

	margin: 0 0 10px 0;

}

hr.meanwhile {
	border-top: 1px solid #ffccff;
}


/*
To have no border around the table AND cells, use noborder as class for TABLE and TD
*/
table.noborder {
   	 border:1px solid #ffffff;
}

td.noborder {
   	 border:1px solid #ffffff;
}


/*
Style for displaying cover on feature articles
*/
div.spotlight {
	float:left;
	margin-right:30px;
	margin-bottom:0px;
}

table.spotlight {
	border:1px solid #fb94e6;
	background-color:#fb94e6;
	padding-left:2px;
	width:322px;
	margin-bottom:0px;
}

td.spotlight-cover {
	border:1px solid #fb94e6;
	padding:10px;
}

td.spotlight-caption {
	border:1px solid #fb94e6;
	text-align:center;
	vertical-align:top;
	font-family:Arial;
	font-size:12px;
	padding:0px;
}

