/* <![CDATA[ */

html > body
{
	background-color: #6baed3;
	background-image: url('../images/thenzero-content-background.jpg');
	background-repeat: no-repeat;
	background-position: 49% 215px;
	background-attachment: fixed;
}

div#page_frame
{
	position: relative;
	top: 0;
	left: 0;
	min-width: 860px;
/*
	background-color: #ff0;
	background-image: url('../images/layout_REF.jpg');
	background-repeat: no-repeat;
	background-position: -140px -90px;
*/
}

/*-------------------------------------[ TEXT ]*/
h1
{
	background-image: url('../images/thenzero-title-text.png');
	background-repeat: no-repeat;
	background-position: left top;
	
	position: absolute;
	top: 18px;
	left: 26px;
	margin: 0;
	width: 456px;
	height: 32px;
}

h2
{
	margin: 0 0 12px;
	font-size: 1.6em;
	line-height: 1.6em;
}

h3
{
	margin: 0 0 12px;
	font-size: 1.4em;
	line-height: 1.6em;
}

p
{
	margin: 0 0 1.4em;
	font-size: 1.1em;
	line-height: 1.6em;
}

.statement
{
	font-size: 1.4em;
	font-weight: bold;
	color: #387ba0;
}

.footer p
{
	margin: 0;
	font-size: 1em;
	color: #ddd;
	margin-left: 26px;
	line-height: 32px;
}

/*-------------------------------------[ CONTENT LAYOUT ]*/
.header
{
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	min-width: inherit;
	height: 215px;
	background-image: url('../images/thenzero-header-background.jpg');
	background-repeat: no-repeat;
	background-position: 49% -20px;
	z-index: 1;
}

.title_block
{
	position: relative;
	top: 130px;
	left: 0;
	height: 85px;
	background-image: url('../images/thenzero-title-background.png');
	background-repeat: repeat-x;
	background-position: left top;
}

.copy
{
	position: relative;
	top: 0;
	left: 0;
}

.title_block .copy
{
	margin: 0 auto;
	width: 1000px;
	height: 32px;
}

.page_content
{
	position: relative;
	top: 218px;
	left: 0;
	margin: 0 auto;
	padding: 20px 26px;
	width: 948px;
}

.page_content .copy
{
	/*width: 334px;*/
	width: 47%;
}

.footer
{
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 32px;
	background-image: url('../images/thenzero-title-background.png');
	background-repeat: repeat-x;
	background-position: left -23px;
	z-index: 3;
}

/*-------------------------------------[ IMAGES ]*/
.skyscraper
{
	position: absolute;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 2;
}

.tethered
{
	position: fixed;
}


#thenzero
{
	top: 4px;
	right: 3%;
	width: 508px;
	height: 1043px;
	background-image: url('../images/thenzero-skyscraper.png');
}

/*-------------------------------------[ HYPERLINKS ]*/
a
{
	text-decoration: none;
	color: inherit;
	border-style: dotted;
	border-width: 2px;
	border-color: #369;
	border-top: none;
	border-right: none;
	border-left: none;
}

a:link, a:visited
{
	*color: #222;
}

.footer a:link, .footer a:visited
{
	*color: #ddd;
}

.footer a
{
	border-width: 1px;
}

a:hover
{
	border-color: #6baed3;
	border-bottom-style: solid;
}

/*-------------------------------------[ SHARING ]*/
#z_share
{
	position: fixed;
	top: 162px;
	right: 42px;
	z-index: 3;
}

/*-------------------------------------[ NAVIGATION ]*/
.navigation
{
	position: fixed;
	top: 180px;
	left: 26px;
	width: 100%;
	height: 35px;
	z-index: 4;
}

.navigation ul
{
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	list-style-position: inside;
	list-style: none;
}

.navigation ul li
{
	/*background-image: url('../images/thenzero-navigation-bullet.png');*/
	background-repeat: no-repeat;
	background-position: 0px 16px;
	float: left;
	min-width: 30px;
	height: 32px;
	margin: 0 25px 0 0;
	padding: 0;
	padding-left: 32px;
	font-size: 1.3em;
	line-height: 32px;
}

.navigation ul li.home
{
	padding-left: 0;
	background-image: none;
}

.navigation ul li a:link, .navigation ul li a:visited
{
	border: none;
	color: #ddd;
	padding-bottom: 10px;
}

.navigation ul li a:hover
{
	padding-bottom: 5px;
	border-bottom: solid;
	border-width: 5px;
	border-color: #6baed3;
}

/*-------------------------------------[ CONTACT FORM ]*/
#contact_form .text, #contact_form .button
{
	float: left;
	margin-bottom: 6px;
	width: 99%;
}

#contact_form .button
{
	*display: inline; /* IE double margin bug */
	margin-left: 236px;
}

#contact_form .text label
{
	padding: 8px 10px 0 0;
	width: 88px;
	text-align: left;
	font-size: 1.1em;
}

#contact_form .text .input_box
{
	display: block;
	float: left;
	padding-top: 8px;
	padding-left: 8px;
	width: 259px;
	height: 27px;
	background-image: url('../images/form-text-back.png');
	background-repeat: no-repeat;
	background-position: left top;
}

#contact_form .text input
{
	border: none;
	background-color: transparent;
	width: 92%;
	font-size: 1.2em;
	outline: none;
}

#contact_form .text .text_area
{
	height: 167px;
	background-image: url('../images/form-textarea-back.png');
}

#contact_form .text_area textarea
{
	border: none;
	background-color: transparent;
	width: 93%;
	max-width: 93%;
	height: 159px;
	max-height: 159px;
	font-size: 1.2em;
	outline: none;
}

#contact_form .button input
{
	border: none;
	padding: 0;
	width: 121px;
	height: 35px;
	background-color: transparent;
	outline: none;
}

#contact_form .button
{
	background-position: left top;
	background-repeat: no-repeat;
}

#contact_form .button input:hover
{
	-moz-border-radius: 1em;
	background-color: #6baed3;
}

/*-------------------------------------[ BLOG COMMENTS ]*/
.comments #contact_form
{
	border-top-style: dotted;
	border-width: 1px;
	border-color: #666;
}

/*-------------------------------------[ CD BABY LINK ]*/
#buy_cd_link
{
	position: fixed;
	top: 40px;
	right: 20px;
	z-index: 6;
	
	width: 125px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: none;
	background-image: url('http://www.cdbaby.com/Images/Links/Black-Buy_CD_nothumb.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

#buy_cd_link a
{
	display: block;
	width: 125px;
	height: 40px;
	margin: 0;
	border: 0;
}

/* ]]> */