/* 
	Clearwire Corp CSS declarations - Global CSS styles 
*/

/* TOC 
	 - Baseline Style Reset 
	 - Global Elements
	 - Header Elements
	 - Navigation Elements
		- Primary Navigation Elements
		- Secondary Navigation Elements
	 - Content Wrapper
	 - Primary Content Elements
	 - Secondary Content Elements
	 - Footer
*/

/* [=] BASELINE STYLE RESET
------------------------------------------------ */ 
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* [=] GLOBAL ELEMENTS 
------------------------------------------------ */
html{
	background: #fff url("http://www.clearwire.com/images/cmn/bg-html.png");
	height: 100%;
}

body {
    font: 62.5%/1.25 'Gotham Family', Arial, Helvetica, sans-serif;
	color: #999;
	background: url("http://www.clearwire.com/images/cmn/bg-body.png") repeat-x top;
	min-height: 100%;

}

strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, address {
	line-height: 1.2;
	font-weight: normal;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 2.1em;
}

h3 {
	font-size: 1.7em;
}

h4 {
	font-size: 1.3em;
}

h5, h6 {
	font-size: 1em;
}

a {
	color: #333;
	text-decoration: none;
}

p {
	font-size: 1.3em;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Gilder-Levin Replacement Method */
.gl-container {
	position: relative;
	display: block;
}

.gl-container span,
.gl-container a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
}

a.gl-container span,
.gl-container a span, {
	cursor: pointer;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

/* Arrows */
#primary-content .arrow-append:after {
	content: "  \25B8";
}
#primary-content .arrow-prepend:before {
	content: "\25B8  ";
}


/* [=] HEADER ELEMENTS 
------------------------------------------------ */
#header {
	height: 95px;
	overflow: hidden;
	width: 100%;
}

#header span, #site-search fieldset {
	background: url("http://media.corporate-ir.net/media_files/IROL/19/198722/header.png") no-repeat 0 0;
}

#header span {
	cursor: pointer;
}

#logo, #primary-navigation, #sitesearch {
	float: left;
}

/* LOGO */
#logo {
	padding: 30px 30px 0 11px;
}

#logo, #logo a, #logo span {
	display: block;
	height: 29px;
	position: relative;
	width: 168px;
}

#logo a {
	color: #002f6c;
	font-size: 2.2em;
	line-height: 29px;
}

#logo span {
	background-position: -11px -30px;
	left: 0;
	position: absolute;
	top: 0;
}


/* [=] NAVIGATION ELEMENTS 
------------------------------------------------ */
/* [=] PRIMARY NAVIGATION ELEMENTS 
------------------------------------------------ */
#primary-navigation {
	margin: 44px 0 0 0;
	width: 495px;
}

#primary-navigation li, #primary-navigation a, #primary-navigation span {
	display: block;
	height: 12px;
}

#primary-navigation li {
	float: left;
	padding: 0 20px 0 0;
	position: relative;
}

#primary-navigation a {
	color: #1b59a3;
	font-size: 1.2em;
	line-height: 12px;
	overflow: hidden;
	position: relative;
}

#primary-navigation a:hover {
	border: none;
	color: #94ad00;
}

#primary-navigation span {
	left: 0;
	position: absolute;
	top: 0;
}

/* NAV HOME */
#prinav-home, #prinav-home a, #prinav-home span {
	width: 38px;
}

#prinav-home span {
	background-position: -209px -44px;
}

#prinav-home a:hover span {
	background-position: -209px -139px;
}

/* NAV ABOUT */
#prinav-about, #prinav-about a, #prinav-about span {
	width: 40px;
}

#prinav-about span {
	background-position: -267px -44px;
}

#prinav-about a:hover span {
	background-position: -267px -139px;
}

/* NAV NEWS ROOM */
#prinav-newsroom, #prinav-newsroom a, #prinav-newsroom span {
	width: 77px;
}

#prinav-newsroom span {
	background-position: -327px -44px;
}

#prinav-newsroom a:hover span {
	background-position: -327px -139px;
}

/* NAV INVESTOR RELATIONS */
#prinav-investorrelations, #prinav-investorrelations a, #prinav-investorrelations span {
	width: 113px;
}

#prinav-investorrelations span {
	background-position: -425px -44px;
}

#prinav-investorrelations a:hover span {
	background-position: -425px -139px;
}

/* NAV COMMUNITY */
#prinav-community, #prinav-community a, #prinav-community span {
	width: 76px;
}

#prinav-community span {
	background-position: -558px -44px;
}

#prinav-community a:hover span {
	background-position: -558px -139px;
}

/* NAV CAREERS */
#primary-navigation #prinav-careers, #prinav-careers a, #prinav-careers span {
	padding: 0;
	width: 51px;
}

#prinav-careers span {
	background-position: -653px -44px;
}

#prinav-careers a:hover span {
	background-position: -653px -139px;
}

/* [=] SECONDARY NAVIGATION ELEMENTS 
------------------------------------------------ */
#secondary-navigation {
	float: right;
	margin: 13px 0 11px;
	padding: 0 10px 0 0;
	width: 150px;
}

#secondary-navigation li, #secondary-navigation a, #secondary-navigation span {
	display: block;
	height: 10px;
}

#secondary-navigation li {
	float: left;
	padding: 0 9px 0 0;
	position: relative;
}

#secondary-navigation a {
	color: #c2c2c2;
	font-size: 1em;
	line-height: 10px;
	overflow: hidden;
	position: relative;
}

#secondary-navigation a:hover {
	border: none;
	color: #94ad00;
}

#secondary-navigation span {
	left: 0;
	position: absolute;
	top: 0;
}

/* NAV CONTACT */
#secnav-contact, #secnav-contact a, #secnav-contact span {
	width: 43px;
}

#secnav-contact span {
	background-position: -800px -13px;
}

#secnav-contact a:hover span {
	background-position: -800px -108px;
}

/* NAV SUPPORT */
#secnav-support, #secnav-support a, #secnav-support span {
	width: 44px;
}

#secnav-support span {
	background-position: -852px -13px;
}

#secnav-support a:hover span {
	background-position: -852px -108px;
}

/* NAV ACCOUNT */
#secondary-navigation #secnav-account, #secnav-account a, #secnav-account span {
	padding: 0;
	width: 45px;
}

#secnav-account span {
	background-position: -905px -13px;
}

#secnav-account a:hover span {
	background-position: -905px -108px;
}

/* SITE SEARCH */
#site-search {
	float: right;
	padding: 0 10px 0 0;
}

#site-search fieldset {
	background-position: -770px -129px;
}

#site-search-label {
	display: none;
}

#site-search * {
	white-space: nowrap;
	vertical-align: middle;
}

#site-search input {
	display: inline-block;
	margin: 0;
}

#site-search input.text {
	background: none;
	border: none;
	color: #c1c6c4;
	font-size: 1.3em;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	padding: 7px 10px;
	width: 160px;
}

#site-search input.submit {
	margin-left: 10px;
	cursor: pointer;
}

/* JS Enabled */
.js-enabled #site-search {
	width: 180px;
}
.js-enabled #site-search fieldset {
	background-position: -770px -34px;
}

.js-enabled #site-search fieldset.nolabel {
	background-position: -770px -129px;
}


/* [=] CONTENT WRAPPER 
------------------------------------------------ */


/* [=] PRIMARY CONTENT ELEMENTS 
------------------------------------------------ */
#primary-content {
	float: left;
	position: relative;
	width: 800px;
}

#primary-content .col-a {
	float: left;
}

#primary-content .col-b {
	float: left;
}

/* SEE ALL */
#primary-content a.see-all,
#primary-content a.see-all span {
	height: 24px;
	line-height: 24px;
	width: 94px;
}

#primary-content a.see-all {
	background: #6d771a;
	color: #fff;
}

#primary-content a.see-all span {
	background: url(http://media.corporate-ir.net/media_files/IROL/19/198722/btn-see-all.png);
}

/* DETAILS */
#primary-content a.details,
#primary-content a.details span {
	height: 24px;
	line-height: 24px;
	width: 94px;
}

#primary-content a.details {
	background: #6d771a;
	color: #fff;
}

#primary-content a.details span {
	background: url(http://media.corporate-ir.net/media_files/IROL/19/198722/btn-details.png);
}

/* [=] SECONDARY CONTENT ELEMENTS 
------------------------------------------------ */
#secondary-content {
	float: left;
	position: relative;
	margin: 0 0 7px;
	width: 160px;
}

#secondary-content h3 { /* @ie */
	background-position: center bottom;
	text-indent: -9999px;
	width: 160px;
}

#secondary-content ul { /* @ie */
	line-height: 1.4em;
	padding: 0 10px;
}

.js-enabled #secondary-content ul {
	background: transparent url(http://media.corporate-ir.net/media_files/IROL/19/198722/bg-middle.png);
	height: 1%;
}

#secondary-content a { /* @ie */
	background: #fcfcfc;
	border-top: 1px solid #ededed;
	color: #c2c2c2;
	display: block;
	font-size: 1.2em;
	padding: 10px;
	width: 120px;
}

#secondary-content a:hover {
	color: #000;
}

.js-enabled #secondary-content li.last-child a {
	padding-bottom: 0;
}

.js-enabled #secondary-content {
	margin: 0 0 17px;
}

#secondary-content .bottom {
	background: url(http://media.corporate-ir.net/media_files/IROL/19/198722/bg-bottom.png);
	bottom: -17px;
	height: 17px;
	left: 0;
	position: absolute;
	width: 160px;
	z-index: 100;
}


/* [=] FOOTER ELEMENTS 
------------------------------------------------ */
#footer {
	clear: both;
	color: #7d7d7d;
	padding: 30px 0 0 0;
	overflow: hidden;
	width: 100%;
}

#footer a {
	color: #1b59a3;
}

#footer a:hover {
	color: #94ad00;
}

#address {
	margin: 0 10px;
	padding: 5px 10px;
	border: solid #b4b4b4;
	border-width: 1px 0;
}

#address h4, #address p {
	display: inline;
}

#address h4 {
	margin-right: 15px;
	font-weight: normal;
	color: #333;
}

#address p {
	font-size: 1.1em;
}

#moreinfo {
	overflow: hidden;
	margin: 15px 20px 60px;
}

#moreinfo h3 {
	margin-bottom: 15px;
	color: #333;
	font-size: 1.3em;
	font-weight: normal;
}

#moreinfo h3 a {
	color: #333;
}

#moreinfo h3 a:hover {
	color: #000;
}

#moreinfo li {
	width: 152px;
	float: left;
}

#moreinfo li li {
	width: auto;
	float: none;
	font-size: 1.1em;
	margin-bottom: 2px;
}

#moreinfo dt { /* @ie */
	margin-top: 15px;
}