/* ------------------------------------------------------------------------- */
/* Standard resets, etc.
/* ------------------------------------------------------------------------- */

body {
	background-image: url('/img/bg_header.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #7c8290;
	text-align: left;
	border:0;
	font-size: 12px;
}
a {
	color: #82c9ff;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
p {
	font-family: inherit;
	font-size: 12px;
	line-height: 1.4em;
	padding-bottom: 1.4em;
	color: #7c8290;
}
h1, h2, h3, h4, h5, h6 {
	color: #d8d7d7;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
hr {
	height: 20px;
	background: url('/img/separator.png') no-repeat top center;
	border: 0;
}

/* ------------------------------------------------------------------------- */
/* Helper and Layout classes
/* ------------------------------------------------------------------------- */
.clear { clear: both; }
.right { float: right; }
.section { margin: 0 auto; width: 845px; position: relative; }
.centered { text-align: center; }
.label { color: #7c8290; }
.highlight { color: #d8d7d7; }
.large-text { font-size: 15px; color: white; }

.generic-background {
	width: 100%;
	height: 100%;
	background-image: url('/img/bg_glow_interior.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
.content-main-wrapper {
	position: relative;
}
.section-title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #b4c3d4;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.page-title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #d8d7d7;
	margin-bottom: 22px;
}
.page-subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #85909d;
	margin-top: -20px;
	margin-bottom: 18px;
}
.all-messages-wrapper {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: center;
}
.error-message {
	background-color: #faa;
	padding: 5px;
	color: #c00;
	font-size: 14px;
}
.status-message {
	background-color: #afa;
	padding: 5px;
	color: #060;
	font-size: 14px;
}
/* ------------------------------------------------------------------------- */
/* Main Nav/Header
/* ------------------------------------------------------------------------- */

.cryptic-logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 39px;
	width: 222px;
	height: 78px;
}
.cryptic-logo a {
	width: 222px;
	height: 78px;
	display: block;
	background-image: url('/img/cryptic_logo.png');
}
.cryptic-logo a:hover {
	background-image: url('/img/cryptic_logo_on.png');
}
.nav-main {
	position: absolute;
	top: -20px;
	z-index: 100;
	width: 845px;
	height: 43px;
	padding-left: 70px;
}
.nav-heading {
	float: left;
	cursor: pointer;
	height: 43px;
	background-repeat: no-repeat;
	margin-right: 20px;
	position:relative;
	z-index: 1;
}
.nav-items {
	margin-top: 35px;
	padding-left: 15px;
	padding-bottom: 5px;
	background-color: transparent;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	display: none;
}
.nav-heading:hover .nav-items {
	display: block;
}
.nav-items a {
	padding: 0;
	margin-bottom: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #b4c3d4;
}
.nav-items a:hover {
	color: #fff;
}
.nav-heading.company {
	width: 200px;
	background-image: url('/img/nav_company_off.png');
}
.nav-heading.company:hover {
	background-image: url('/img/nav_company_on.png');
}
.nav-heading.products {
	width: 172px;
	background-image: url('/img/nav_products_off.png');
}
.nav-heading.products:hover {
	background-image: url('/img/nav_products_on.png');
}
.nav-heading.careers {
	width: 160px;
	background-image: url('/img/nav_careers_off.png');
}
.nav-heading.careers:hover {
	background-image: url('/img/nav_careers_on.png');
}
.nav-heading.contact {
	width: 160px;
	background-image: url('/img/nav_contact_off.png');
}
.nav-heading.contact:hover {
	background-image: url('/img/nav_contact_on.png');
}

/* ------------------------------------------------------------------------- */
/* Footer
/* ------------------------------------------------------------------------- */

.footer-text {
	font-family: Arial, sans-serif;
	font-size: .9em;
	padding: 20px;
	text-align: center;
	color: #FFF;
}

/* ------------------------------------------------------------------------- */
/* Home
/* ------------------------------------------------------------------------- */

.home-background {
	width: 100%;
	height: 100%;
	background-image: url('/img/bg_glow_front.png');
	background-repeat: no-repeat;
	background-position: center 106px;
}
.content-footer {
	width: 100%;
	background-image: url('/img/bg_footer.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000;
}
.content-footer-internal {
	width: 380px;
	height: 230px;
	margin: 5px auto 80px auto;
}
.content-footer-item {
	margin-right: 13px;
	margin-top: 18px;
	width: 175px;
	height: 230px;
	text-align: center;
	float: left;
}
.content-footer-item h2 {
	text-align: center;
}
.content-footer-item h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #92caea;
}
.content-footer-item h2 a:hover {
	color: #FFF;
}
.content-footer-item p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #41444c;
	height: 40px;
}
.content-footer-img {
	display: block;
	width: 171px;
	height: 173px;
	border: none;
}
.content-footer-img.careers {
	background: url('/img/front_lower_careers.png') no-repeat;
}
.content-footer-img.careers:hover {
	background: url('/img/front_lower_careers_on.png') no-repeat;
}
.content-footer-img.about {
	background: url('/img/front_lower_aboutcryptic.png') no-repeat;
}
.content-footer-img.about:hover {
	background: url('/img/front_lower_aboutcryptic_on.png') no-repeat;
}

/* ------------------------------------------------------------------------- */
/* About
/* ------------------------------------------------------------------------- */

.about-page-container {
	min-height: 500px;
	background-image: url('/img/bg_startrek.png');
	background-repeat: no-repeat;
	background-position: right top;
	width: 490px;
	padding-left: 110px;
	padding-right: 450px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 140px;
}

/* ------------------------------------------------------------------------- */
/* Team
/* ------------------------------------------------------------------------- */

.team-page-container {
	width: 810px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 140px;
}
.team-page-container p {
	width: 500px;
}
.team-page-entry {
	clear: right;
}
.team-page-entry img {
	float:right;
}
.team-page-entry-name {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	color: #82C9FF;
	margin: 1px 5px 0px 0px;
}
.team-page-entry-title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #d8d7d7;
	line-height: 23px;
	vertical-align: bottom;
	margin-bottom: 15px;
}

/* ------------------------------------------------------------------------- */
/* Location
/* ------------------------------------------------------------------------- */

.location-page-container {
	height: 645px;
	background-image: url('/img/bg_champion2.png');
	background-repeat: no-repeat;
	background-position: right top;
	width: 500px;
	padding-left: 110px;
	padding-right: 450px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 75px;
}
.location-page-container img {
	float: left;
	margin-right: 8px;
	margin-bottom: 20px;
}
.location-page-container ul {
	float:left;
	list-style: none;
	margin-top: -10px;
	margin-right: 50px;
	padding-left: 10px;
}
.location-page-container li {
	padding-bottom: 20px;
}

/* ------------------------------------------------------------------------- */
/* All Products
/* ------------------------------------------------------------------------- */

.allproducts-page-container {
	height: 580px;
	width: 500px;
	padding-left: 110px;
	padding-right: 450px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 75px;
}
.product-list {
	width: 840px;
}
.product-list .product {
	position: relative;
	float: left;
	margin-right: 30px;
	width: 250px;
	height: 260px;
}
.product .link-top {
	background: url('/img/submit_arrow.png') no-repeat top right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #d8d7d7;
	padding-right: 15px;
}
.product .link-top:hover, .product .link-bot:hover {
	color: #fff;
}
.product .link-bot {
	position: absolute;
	left: 12px;
	top: 172px;
	text-decoration: none;
}
.product .link-img img {
	border: none; /* Because IE */
}

/* ------------------------------------------------------------------------- */
/* Product Pages
/* ------------------------------------------------------------------------- */

.product-page-container {
	height: 645px;
	width: 850px;

	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 75px;
}
.product-page-container p {
	width: 500px;
}
.bottom-image-group img {
	margin-top: 30px;
	margin-right:10px;
}

/* ------------------------------------------------------------------------- */
/* Careers - Openings
/* ------------------------------------------------------------------------- */

.careers-page-container {
	height: 645px;
	width: 850px;
	font-size: 12px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 75px;
}
.careers-department {
	background-repeat: no-repeat;
	float: left;
	width: 192px;
	height: 231px;
	padding-left: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
}
.careers-department-name {
	margin-top: 15px;
	text-transform: uppercase;
	color: #d8d7d7;
}
.careers-department-heading {
	margin-top: 15px;
	margin-bottom: 20px;
	color: #d8d7d7;
}
.careers-department a {
	display: block;
	margin-bottom: 5px;
}

.careers-department.art { background-image:  url('/img/box_careers_art_off.png'); }
.careers-department.art:hover { background-image:  url('/img/box_careers_art_on.png'); }

.careers-department.audio { background-image:  url('/img/box_careers_audio_off.png'); }
.careers-department.audio:hover { background-image:  url('/img/box_careers_audio_on.png'); }

.careers-department.design { background-image:  url('/img/box_careers_design_off.png'); }
.careers-department.design:hover { background-image:  url('/img/box_careers_design_on.png'); }

.careers-department.operations { background-image:  url('/img/box_careers_operations_off.png'); }
.careers-department.operations:hover { background-image:  url('/img/box_careers_operations_on.png'); }

.careers-department.production { background-image:  url('/img/box_careers_production_off.png'); }
.careers-department.production:hover { background-image:  url('/img/box_careers_production_on.png'); }

.careers-department.programming { background-image:  url('/img/box_careers_programming_off.png'); }
.careers-department.programming:hover { background-image:  url('/img/box_careers_programming_on.png'); }

.careers-department.publishing { background-image:  url('/img/box_careers_publishing_off.png'); }
.careers-department.publishing:hover { background-image:  url('/img/box_careers_publishing_on.png'); }

.careers-department.core { background-image:  url('/img/box_careers_programming_off.png'); }
.careers-department.core:hover { background-image:  url('/img/box_careers_programming_on.png'); }

/* ------------------------------------------------------------------------- */
/* Careers - Benefits
/* ------------------------------------------------------------------------- */

.benefits-page-container {
	height: 650px;
	background-image: url('/img/bg_champion1.png');
	background-repeat: no-repeat;
	background-position: right top;
	width: 490px;
	padding-left: 110px;
	padding-right: 450px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 140px;
}
.benefits-page-container ul {
	list-style: square;
	margin-left: 10px;
	margin-top: -5px;
	padding: 0;
}
.benefits-page-container li {
	margin-left: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
}

/* ------------------------------------------------------------------------- */
/* Contact Pages
/* ------------------------------------------------------------------------- */

.contact-page-container {
	height: 645px;
	width: 850px;

	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 75px;
}
.contact-page-container p {
	width: 575px;
}
.form-field-wrapper {
	float: left;
	clear: left;
	margin-bottom: 5px;
}
.form-field-wrapper label {
	float: left;
	font-weight: bold;
	text-align: right;
	width: 175px;
	padding: 3px 14px 4px 14px;
	margin-right: 8px;
}
.form-field-wrapper .input-field {
	background: black;
	border: 1px solid #787e8c;
	color: #FFF;
	font-size: 12px;
	height: 20px;
	width: 200px;
	padding: 0 5px;
	margin-top: 2px;
}
.form-field-wrapper textarea {
	background: black;
	border: 1px solid #787e8c;
	color: #FFF;
	font-size: 12px;
	margin: 3px 0px 0px 0px;
	height: 200px;
	width: 400px;
}
.form-field-wrapper .submit-button {
	background-image: url('/img/submit_arrow.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-color: transparent;
	border: none;
	padding-right: 15px;
	padding-top: 4px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	margin-left: 55px;
}
.field-box {
	clear: both;
	overflow: auto;
}

/* ------------------------------------------------------------------------- */
/* Job Openings
/* ------------------------------------------------------------------------- */

.position-page-container {
	width: 600px;
	padding-left: 60px;
	padding-right: 400px;
	padding-bottom: 50px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 75px;
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
}
.position-page-container.art {
	background-image: url('/img/bg_careers_art.png');
}
.position-page-container.audio {
	background-image: url('/img/bg_careers_audio.png');
}
.position-page-container.core {
	background-image: url('/img/bg_careers_programming.png');
}
.position-page-container.design {
	background-image: url('/img/bg_careers_design.png');
}
.position-page-container.operations {
	background-image: url('/img/bg_careers_operations.png');
}
.position-page-container.production {
	background-image: url('/img/bg_careers_production.png');
}
.position-page-container.programming {
	background-image: url('/img/bg_careers_programming.png');
}
.position-page-container.publishing {
	background-image: url('/img/bg_careers_publishing.png');
}
.position-page-container .form-field-wrapper {
	float: right;
}
.side-box {
	position: absolute;
	top: 110px;
	right: 100px;
	text-align: right;
}

/* ------------------------------------------------------------------------- */
/* Application
/* ------------------------------------------------------------------------- */

.application-page-container {
	min-height: 645px;
	width: 850px;

	padding-bottom: 25px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 75px;
}
.input-error, .form-field-wrapper .input-error { border: 1px solid red; }

.form-field-wrapper .standard-button {
	background-image: url('/img/submit_arrow.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-color: transparent;
	border: none;
	margin-left: 10px;
	padding-right: 15px;
	padding-top: 4px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.standard-button input[type='file'] {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.test-text {
	background-color: #333;
	font-size: 14px;
	font-family: monospace;
	padding: 12px;
	overflow: auto;
	max-height: 400px;
}
