/* ==================================================================
 * CarolVsGhost.com site style sheet
 *                     (c) Copyright 2015 James Pujals
 * ==================================================================
 */

section#game-specs {
	min-height: 700px;
}

article.col-a#game-desc {
	min-height: 0px;
}

table.game-specs td {
	vertical-align: top;
	padding: 2px 0px;
	font-family: "American Typewriter", "Courier New", monospace;
}

table.game-specs td.name {
	padding-right: 3px;
	font-weight: bold;
	white-space: nowrap;
}

table.game-specs td.desc {
	padding-left: 3px;
	color: #808080;
}

div.stage-row {
	clear: both;
	height: 325px;
}

section.col-stage {
	float: left;
	width: 233px;
	min-height: 0px;
	height: 100%;
}

section h1.stage {
	font-size: 1.2em;
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
}

.stage-num {
	color: #009643;
	font-weight: normal;
}

section.col-stage p {
	font-size: .90em;
	text-align: justify;
	color: #808080;
}

section.col-stage p.stage-diff {
	text-align: left;
	color: #000000;
}

span.diff-easy {
	color: #009643;
}

span.diff-medium {
	color: #FFA020;
}

span.diff-hard {
	color: #FF0000;
	font-weight: bold;
}

div.stage-img {
	height: 166px;
	background-repeat: no-repeat;
	background-position: -32px -27px;
	border: 2px solid #009643;
	border-radius: 10px;	
}

div#stage-1 {
	background-image: url('/game/images/stages/thumb-1.png');
}

div#stage-2 {
	background-image: url('/game/images/stages/thumb-2.png');
}

div#stage-3 {
	background-image: url('/game/images/stages/thumb-3.png');
}

div#stage-4 {
	background-image: url('/game/images/stages/thumb-4.png');
}

div#stage-5 {
	background-image: url('/game/images/stages/thumb-5.png');
}

div#stage-6 {
	background-image: url('/game/images/stages/thumb-6.png');
}

div#stage-7 {
	background-image: url('/game/images/stages/thumb-7.png');
}

div#stage-8 {
	background-image: url('/game/images/stages/thumb-8.png');
}

div#practice {
	background-image: url('/game/images/stages/thumb-practice.png');
	background-position: -78px 0px;
}

div#objective {
	height: 150px;
	background-image: url('/game/images/candy-scene.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

div#objective p {
	width: 380px;
	text-align: justify;
}

div#box-cover {
	background-image: url('/game/images/box-cover.png');
	background-repeat: no-repeat;
	border: 2px solid #009643;
	border-radius: 10px;
	width: 185px;
	height: 236px;
}
