/* General */

.page .page-hero {
	margin: 0 0 20px -90px;
	width: 650px;
}

/* Welcome Page */

.page[data-name="welcome"] .content-frame {
	width: 380px;
}

.page[data-name="welcome"] .content-frame .content {
	background-color: #000;
	padding: 25px;
}

.page[data-name="welcome"] h1 {
	color: #00afae;
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	margin: 0;
}

.page[data-name="welcome"] h2 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.page[data-name="welcome"] p {
	color: #999;
	margin: 0;
}

/* The Ship Page - Overview */

.page[data-name="the-ship"] .sub-page[data-name="overview"] .spec p {
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
}

.page[data-name="the-ship"] .sub-page[data-name="overview"] .spec h2 {
	color: #fff;
	font-size: 30px;
	margin: 0;
	line-height: 30px;
	text-align: center;
}

.page[data-name="the-ship"] .sub-page[data-name="overview"] .spec.length {
	background-image: url(../images/general/ship-spec-length.png);
	background-repeat: no-repeat;
	height: 65px;
	margin: 0 0 20px -90px;
	overflow: hidden;
	padding-top: 65px;
	width: 650px;
}


.page[data-name="the-ship"] .sub-page[data-name="overview"] .spec ul {
	list-style: none;
	margin: 0 0 30px -5px;
	overflow: hidden;
	padding: 0;
	width: 700px;
}

.page[data-name="the-ship"] .sub-page[data-name="overview"] .spec ul li {
	background-color: #1e76b9;
	border: #53a3e0 solid 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 120px;
	margin: 0 5px;
	width: 120px;
}

.page[data-name="the-ship"] .sub-page[data-name="overview"] .spec ul li h2 {
	margin-top: 30px;
}

.page[data-name="the-ship"] .sub-page[data-name="overview"] .spec small {
	font-weight: normal;
}