@charset "UTF-8";

/* --------------------------------------------------------------------
Global definitions MODIFIED
-------------------------------------------------------------------- */

/* @group Global Classes, modified */

.maxwidth {
	position: relative;
	width: 970px;
	margin: 0px auto;
	text-align: left;
}

.nearblack {
	background-color: #231F20;
}

.activeContent h2 {

/* styles the message behind flash element */
	padding: 10px;
	text-align: left;
	font-size: 1.5em;
	background: #231F20;
	color: #FCD03C;
	left: 548px;
	left: 547px;
}

.activeContent h3 {

/* styles the message behind flash element */
	padding: 15px;
	text-align: left;
	font-size: 1.05em;
}

/* @end */

/* --------------------------------------------------------------------
HEADER STRAP
-------------------------------------------------------------------- */

/* @group HEADER STRAP */

#mainnavigation {
	height: 62px;
	margin-bottom: 14px;
	overflow: hidden;
	vertical-align: middle;
	border-bottom: 2px #171515 solid;
}

#mainnavigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#mainnavigation .activeContent {
	position: absolute;
	left: 0px;
	top: 10px;
}

/* @end */

/* --------------------------------------------------------------------
MAIN .COM MENU CONTAINED WITHIN THE HEADER
-------------------------------------------------------------------- */

/* @group MAIN NAV MENU  */

#mainnavigation ul { float: right; margin-top: 15px; margin-right: 0px; }

#mainnavigation ul,
	#mainnavigation ul li {
	display: inline;
}

#mainnavigation h3 {
	float: left;
	position: relative;
	margin: 0 10px 0 0;
	font-size: 1em;
	line-height: 2.3;
	text-align: center;
	font-weight: normal;
	background: #302b2c;
/*

background-image: url(/i/bg-khaki.png);*/
}

#mainnavigation h3.usermessage {
	background: transparent;
}

#mainnavigation h3.lastchild {
	margin-right: 0px;
}

#mainnavigation ul li a {
	/*f

loat:left;*/
				display: block;
	padding: 0px 9px;
	border: none;
	width: auto;
	text-decoration: none;
	color: #96958d;
}

#mainnavigation h3.usermessage a {
	display: inline;
	padding: 0px;
}

#mainnavigation div ul li a:link, #mainnavigation div ul li a:visited {
	font-weight: bold;
	color: #B8AEAE;
	text-decoration: none;
}

#mainnavigation div ul li a:hover, #mainnavigation div ul li a:active {
	color: #D8CCCD;
	background: none;
}

/*@end*/

/* --------------------------------------------------------------------
MAJOR FORMS (SIGN UP, LOGIN ETC.,) ACROSS ALL
-------------------------------------------------------------------- */

/* @group Forms */

.rndboxcontent form {
	border: 0px solid #6B6062;
	padding: 0px 10px;
	margin: 0px 5px 25px 10px;
	float: right;
	width: 44%;
	border-left: 1px solid #6B6062;
}

.rndboxcontent form .input {
	width: 100%;
	padding: 6px 4px;
	margin-bottom: 6px;
	font-size: 1.23em;
	background: #f9eec0 url(/i/v3/input_bg.gif) repeat-x top;
	border: #DCBC3E 1px solid;
	border-bottom: #FEFAE9 2px solid;
	border-right: #FEFAE9 2px solid;
}
.rndboxcontent form .button {
	float: left;
	margin-top: 15px;
	width: 40%;
	padding: 5px 2px;
	border: #BCB1B4 2px solid;
	color: #171415;
	font-size: 0.9em;
	font-weight: bold;
	background: #F2EDEE url(/i/v3/input_btn.gif) repeat-x bottom;
}
.rndboxcontent form .minorbutton {
	background: none;
	margin-left: 10px;
	border-width: 0px 0px 0px 1px;
	margin-top: 25px;
	padding:0px 10px;
}
.rndboxcontent form label,
.rndboxcontent form p{
	width: 100%;
	display: block;
	font-size: 0.75em;
	margin-bottom:5px
}

.rndboxcontent form em{
	padding: 4px;
	font-size: 1.1em;
	color: #f4e521;/* golden yellow, bright */
}

form h1,
form h2,
form h3,
form h4 {
	margin: 10px 0px 6px;
}

/* @end */

/* --------------------------------------------------------------------
STANDARD ACROSS ALL
-------------------------------------------------------------------- */

/* @group MENUS */

#archive-menu {
	width: 100%;
/*background: url(/i/bg-charcoal.png);*/ /* universal colouring */
}

#archive-menu h3 {
	color: #f1f1f1;
	font-weight: normal;
	line-height: 0.5;
}

#archive-menu form {
	margin: 0 0 20px;
}

#archive-menu form input {
	padding: 4px 4px 5px 4px;
	margin: 0 5px;
	width: 102px;
	background: #F2EDEE url(/i/input_btn.gif) repeat-x bottom;
	border: none;
}

#archive-menu ul {
	margin: 0 0 20px;
	list-style: none;
}

#archive-menu li {
	list-style: none;
	border-bottom: dotted #282425 1px;
}

#archive-menu ul h3 {
	margin: 0px;
}

#archive-menu a {
	line-height: 1;
	padding: 5px 0px 6px 5px;
}

#footer h2 {
	float: left;
	width: 130px;
	margin: 0px 5px 0px 5px;
}

#footer ul,
#footer ul li {
	display: inline;
}

#footer h3 {
	float: left;
	text-align: center;
	margin: 0 10px 0 0;
	font-weight: normal;
}

#mainnavigation h3.lastchild,
		#footer h3.lastchild {
	margin-right: 0px;
}

#footer ul li a {
	width: 130px;
	color: #BCBBB1;
	line-height: 2.3;
}

#archive-menu a,
			#footer a {
	display: block;
	color: #BBB;
	text-decoration: none;
	border: none;
	font-size: 1em;
}

#footer a {
	font-size: 0.8em;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
	color: #fff;
	background: none;
}

#archive-menu a:hover,
#archive-menu a:focus,
#archive-menu a:active {
	color: #f1f1f1;
	background: none;
}

/* @end */

/* --------------------------------------------------------------------
global user senario/cta placeholder
-------------------------------------------------------------------- */

.placeholder,
.placeholder a {
	width: 260px;
	height: 88px;
	background: transparent url(/i/v3/placeholder_banner.gif) top center no-repeat;
}

/* --------------------------------------------------------------------
MISC HTML ELEMENTS
--------------------------------------------------------------------*/

/*@group MISC*/

blockquote {
	clear: both;
	padding: 1em;
	margin: 2em 3em;
	font-size: 0.9em;
	line-height: 1.7em;
	border: 1px solid #786c6e;
	background: #1a1415;
}

code {
	font-family: Consolas, Monaco, Verdana, "Courier New";
	font-size: .93em;
}

abbr, acronym, cite {
	font-style: normal;
	border-bottom: 1px dotted #B2B2B2;
	cursor: help;
}

ins, del {
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left center;
}

ins {
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/add.gif);
}

del {
	background-image: url(../images/delete.gif);
}

/*@end*/

/* --------------------------------------------------------------------
Global definitions UNMODIFIED
-------------------------------------------------------------------- */

/*@group Global Classes, unmodified*/

.left {
	float: left;
}

.right {
	float: right;
}

.sink {
	position: relative;
	padding-top: 90px;
	line-height: 0.5;
}

.smallsink {
	position: relative;
	padding-top: 38px;
}

.full {
	width: 100%;
}

.clear {
	clear: both;
	position: relative;
	z-index: 200;
}

.selfclear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.hide {
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.breathe {
	margin-right: 10px;
}

.insulate {
	margin: 0px auto 10px;
}

.pagetitle {
	margin-bottom:1em;
	font-size:1.78em;
	}

.lastchild,
h3.lastchild {
	margin-right: 0px;
}

.prompt {
	margin-left: 10px;
	font-size: 70%;
	text-transform: lowercase;
}

.usermessage {
	font-size: 70%;
	text-transform: lowercase;
	color: #8C8484; /* medium warm grey */
}

.videothumb {
	width: 270px;
	height: 124px;
}

.crewBio {
	clear: none;
	float: left;
	width: 49%;
	margin-bottom: 12px;
	border: 1px solid #6B6062;
	border-width: 0px 1px 0px 0px;
	font-size: 110%;
}

.crewBio * {
	margin: 8px;
}

/*@end*/

/* --------------------------------------------------------------------
SOFT CORNERED ELEMENTS
typical usage includes an inline list menu; with a heirachy that is:
<ul>
	<li>
		<a>
		<img> corners contained within
-------------------------------------------------------------------- */

/*@group Soft Corners*/

.softcorners, softcorners * {
	position: relative;
}

.softcorners img.tl {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.softcorners img.tr {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}

.softcorners img.br {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}

.softcorners img.bl {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

.softcorners a {
	position: relative;
	z-index: 2;
	top: 0px;
	right: 0px
}

#hr_thin_darkgrey {
	color:#333333;
	height:1px;
}

/*@end*/
