		/* Header */
header.global {
	background: url(images/bg-global-header.png) 0 0 repeat-x;
	font-size: 14px;
	height: 48px;
	line-height: 40px;
	margin-bottom: -8px;
	position: relative;
	z-index: 11;
}

header.global .wrapper {
	margin: 0 auto;
	width: 900px;
}

header.global h1 a {
	background: url(images/think-1.png) 0 center no-repeat;
	display: block;
	float: left;
	height: 40px;
	margin-left: -4px;
	padding: 0;
	position: relative;
	width: 247px;
}
			/* Navigation */
header.global nav {
	background-color: #2c2c2c;
	color: #b7b7b7;
	float: right;
	font-weight: 300;
	letter-spacing: 0.0625em;
	position: relative;
}

header.global li {
	float: left;
	position: relative;
}

header.global a {
	background: url(images/bg-global-nav.gif) right 0 no-repeat;
	color: #b7b7b7;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 0 14px;
}

header.global li:last-child a {
	background: none;
}

header.global a:hover {
	color: #fff;
}

header.global a.contact {
	background: none;
}

			/* Subnavigation */
header.global nav ul ul {
	background: #2c2c2c;
	background: rgba(33,33,33,0.9);
	display: none;
	font-size: 11px;
	left: 0;
	line-height: 12px;
	padding: 5px 0 14px;
	position: absolute;
	top: 100%;
	width: 125px;
}

header.global nav ul li:hover ul {
	display: block;
}

header.global nav ul ul li {
	float: none;
}

header.global nav ul ul a {
	background: none;
	padding: 8px 24px;
	text-align: left;
	width: auto;
}

		/* Colors */
header.global .section .conference, header.global .current .conference, header.global a.conference:hover { color: #fb8e2c; }
header.global .section .think-prize, header.global .current .think-prize, header.global a.think-prize:hover { color: #57b7df; }
header.global .section .media-library, header.global .current .media-library, header.global a.media-library:hover { color: #fb8e2c; }
header.global .section .articles, header.global .current .articles, header.global a.articles:hover { color: #f8f007; }
header.global .section .webinars, header.global .current .webinars, header.global a.webinars:hover { color: #42c7b6; }
header.global .section .about, header.global .current .about, header.global a.about:hover { color: #b1d332; }
header.global .section .contact, header.global .current .contact, header.global a.contact:hover { color: #fff; }

.nav-conference .current a {color: #FB8E2C;}

		/* Footer */
footer.global {
	font-family: Verdana, inherit;
	font-size: 12px;
	line-height: 16px;
}

footer.global .wrapper {
	margin: 0 auto;
	width: 900px;
}

footer.global a {
	color: #b3b3b3;
}

footer.global a:hover {
	color: #f0fbff;
}

.signup-for-think-magazine {
	/*
        background: url(images/bg-signup-for-think-magazine-spring-2013.png) 0 15px no-repeat;
        padding: 29px 0 0 74px;
        margin: 0 32px 0 -6px;
        width: 318px;
       */
	float: left;
	height: 66px;
	margin: 0 106px 0 0px;
	padding: 29px 0 0 0px;
	position: relative;
	text-decoration: none;
	width: 312px;
}

.signup-for-think-magazine strong {
	color: #fff;
	font-weight: normal;
}

.btn-signup {
	background: url(images/standard/spr-btn-signup.png) no-repeat;
	border: 0;
	float: left;
	height: 30px;
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	width: 98px;
}

.btn-signup:hover {
	background-position: 0 -30px;
}

.btn-download {
	background: url(images/standard/spr-btn-download.png) no-repeat;
	border: 0;
	float: left;
	height: 30px;
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	width: 112px;
}

.btn-download:hover {
	background-position: -112px 0;
}


.signup-for-think-magazine .btn-signup {
	margin: 10px 0 0 -5px;
}

.signup-for-think-magazine .btn-download {
	margin: 10px 0 0 10px;
}

/*
.newsletter-form {
	float: left;
	margin-right: 32px;
	padding-top: 29px;
	width: 386px;
}

.newsletter-form fieldset {
	float: left;
	width: 341px;
}

.newsletter-form label {
	color: #fff;
	float: left;
	font-size: 12px;
	line-height: 20px;
	padding-left: 9px;
	width: 48px;
}

.newsletter-form #Form_MagazineSignup_email {
	background: #939393;
	border: 0;
	color: #191919;
	float: left;
	font-size: 10px;
	height: 14px;
	line-height: 14px;
	padding: 3px 8px;
	width: 258px;
}

.newsletter-form #Form_MagazineSignup_email:focus {
	background: #fff;
}

.newsletter-form .action {
	background: url(images/spr-btn-arrow.png) no-repeat;
	border: 0;
	float: left;
	height: 30px;
	outline: 0;
	overflow: hidden;
	margin: -4px 0 0;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	width: 38px;
}

.newsletter-form .action:hover {
	background-position: 0 -30px;
}

.newsletter-form p,
.newsletter-form .validationError {
	font-size: 10px;
	padding-left: 57px;
}
*/

.channels {
	float: left;
	list-style: none;
	margin-right: 20px;
	padding-top: 26px;
	width: 176px;
}

.channels a {
	display: block;
	padding: 3px 0 11px 41px;
	text-decoration: none;
}

.channels a:hover {
	text-decoration: underline;
}

.channels em {
	color: #f0fbff;
	font-style: normal;
}

.channels .facebook { background: url(images/ico-footer-facebook.png) 7px 0 no-repeat; }
.channels .twitter  { background: url(images/ico-footer-twitter.png) 7px 0 no-repeat; }

.co-op-initiative {
	background: url(images/ico-footer-co-op.png) 35px center no-repeat;
	color: #C5C4C4;
	display: block;
	float: left;
	padding: 47px 0 47px 101px;
	text-decoration: none;
	width: 185px;
}

.fine-print {
	border-top: 1px solid #545353;
	clear: both;
	font-size: 10px;
	padding: 12px 0 15px;	
}

.fine-print a {
	color: #c5c4c4;
	text-decoration: none;
}

.fine-print a:hover {
	text-decoration: underline;
}

.fine-print p {
	float: right;
}