@import url(reset.css);

html,
body {
	height: 100%;
	}

body {
	background:#222 url(images/main_bg3.jpg) repeat top center;
	font: normal 12px Futura, Helvetica, Arial, sans-serif;
	line-height: 1.75;
	color: #666;
	text-align: left;
	}
	
.preload {
	display:  none;
}

/*	-----------
	HEADER
	-----------	*/
	
.header_wrapper {
	width: 100%;
	height: 50px;
	top: 0;
	/*background: transparent url(images/85_black_pixel.png) repeat top left;*/
	background: #9c0; /* f30 */
	opacity: .85;
	position: fixed;
	z-index: 100;
	color: #fff; /* #444 */
	}
	
.header_wrapper:hover {
	color: #fff;
	background: #ff4d00; /* f30 */
	opacity: .85;
	}
	
.header {
	width: 1020px;
	margin: 0 auto;
	padding-top: 1em;
	text-align: center;
	}
	
.header ul {
	list-style-type: none;
	}
	
.header ul li {
	float: left;
	}
	
.header ul li.tweet {
	padding-left: 30px;
	}
	
.header ul li.digits {
	float: right;
	text-align: right;
	width: 120px;
	font-weight: bold;
	}
	
.header .left_copy {
	float: left;
	width: 350px;
	text-align: right;
	}

.badge {
	display: none;
	float: left;
	margin: -15px 30px 0 30px;
	width: 260px;
	height: 100px;
	background: transparent url(images/badge1.png) no-repeat top center; /* a2b83c */
	}
	
.header .right_copy {
	float: right;
	width: 350px;
	text-align: left;
	}
	
/*	-----------
	MAIN
	----------- */	
	
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -420px; /* Bottom margin same height as footer */
	}	
	
.content_wrapper {
	width: 1080px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	} 
	
.manifesto {
	margin: 70px 30px 60px; /* top 120px; */
	font-size: 2em;
	color: #888;
	text-shadow: -1px -1px 1px #000;
	}	

.manifesto span {
	color: #9c0;
	}

.manifesto span.keyword {
	position: relative;
	text-align: center;
}

.manifesto span.keyword .hoverbox {
	width: 150px;
	height: 75px;
	background: #9c0;
	position: absolute;
	top: -90px;
	left: -100%;
	display:  none;
	z-index: 100;
}

.manifesto span.keyword:hover .hoverbox{
	display: block;
}

.manifesto a.more {
	color: #999;
	font-family: Georgia;
	font-style: italic;
	font-size: 90%;
}
.manifesto a.more:hover {
	color: #9c0;
}

.manifesto .sidebar {
	float: right;
	display:  block;
	width: 260px;
	height: 100%;
	margin-left: 30px;
	padding-left: 30px;
	border-left:  1px solid #222;
	}

/*	-----------
	ITEMS
	----------- */	
	
.notworthy {
	display: none;
	}	
	
.item-wrapper {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	background: transparent url(images/item_bg-middle.png) repeat-y top center; /* #fff */
	text-shadow: 1px 1px 0 #fff;
	}
	
.item-wrapper-bg-top {
	width: 1080px;
	height: 30px;
	background: transparent url(images/item_bg-top.png) no-repeat top center;	
	}
	
.item-wrapper-bg-bottom {
	width: 1080px;
	height: 30px;
	/* margin-bottom: 30px; */
	background: transparent url(images/item_bg-bottom.png) no-repeat top center;	
	}

.item {
	width: 960px;
	margin: 0 auto;
	padding: 20px 30px 30px 30px;
	background: #fff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f1f1f1));
	}
	
.item .image {
	width: 100%;
	background: transparent; /* C9C9C5 */
	position: relative;
	}
	
	
.item .story p:first-child {
	margin: 30px 0 0 0;
	}

.item .story p {
	margin: 1em 0 0 0;
	letter-spacing: .05em;
	}

	
.item .story p span {
	color: #333;
	font-weight: bold;
	letter-spacing: .15em;
	}	
	
.item .image a.web span {
	display: none;
	}
	
.item .image a.web:hover span {
	display: block;
	position: absolute;
	bottom: 25px;
	right: -70px; /* -20px */
	width: 120px;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	background: transparent url(images/badge-go_there3.png) no-repeat bottom right;
	}
	
.item .image a.web:hover span.notlive {
	background: transparent url(images/badge-not_live.png) no-repeat bottom right;
}
	
.item h1 {
	text-transform: uppercase;
	color: #333;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 18px;
	letter-spacing: .1em;
	}
	
.item h1 span {
	margin-left: .5em;
	color: #bbb;
	}
	
.tag {
	width: 960px;
	margin: 0 auto;
	padding: 20px 30px;
	background: #fafafa url(images/tag_border2.png) no-repeat top left;
	}
	
.tag .detail {
	color: #333;
	text-transform: uppercase;
	letter-spacing: .75px;
	display: inline;
	margin-left: 40px;
	}
	
.tag .detail:first-child {
	margin-left: 0;
	}
	
.tag .detail span {
	margin-left: 20px;
	color: #bbb;
	}	
	

/*	------------------------------	
	Global Link Styles
	------------------------------ */

a:link,
a:visited {
	color: #bbb;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: underline;
	color: #333;
	}

a:active {
	color: #000;
	}
	
strong {
	font-weight: bold;
}

.strike {
	text-decoration: line-through;
}

/*	------------------------------	
	FOOTER
	------------------------------ */	
	
.footer_wrapper {
	margin-top: 30px;
	background: transparent url(images/85_black_pixel.png) repeat top left;
	}

.footer_wrapper, .push {
	height: 420px; /* .push must be the same height as .footer */
}
	
.footer{
	width: 1020px; /* 960px */
	margin: 0 auto;
	padding: 60px 0 30px 0;
	text-align: left;
	overflow:  hidden;
	text-shadow: -1px -1px 0 #000;
	} 

.footer .sidebar {
	float: right;
	display:  block;
	width: 280px;
	height: 100%;
	margin-left: 30px;
	padding-left: 30px;
	border-left:  1px solid #222;
	}

.footer ul {
	float: left;
}

.footer li.connect {
	padding: 0 0 0 28px;
	height: 20px;
	margin: 0 0 10px 0;
	border:  1px solid transparent;
	display: block;
}

.footer li.connect a {
	font-size: 1.25em;
	line-height: 1.25em;
	color: #666;
	text-decoration: none;
	display: block;
}

.footer li.connect a:hover {
	color: #C9C9C5;
}

.footer li.phone {background: transparent url(images/icons.png) no-repeat 0 0;}
.footer li.phone:hover {background: transparent url(images/icons.png) no-repeat 0 -20px;}

.footer li.email {background: transparent url(images/icons.png) no-repeat 0 -160px;}
.footer li.email:hover {background: transparent url(images/icons.png) no-repeat 0 -180px;}

.footer li.resume {background: transparent url(images/icons.png) no-repeat 0 -120px;}
.footer li.resume:hover {background: transparent url(images/icons.png) no-repeat 0 -140px;}

.footer li.twitter {background: transparent url(images/icons.png) no-repeat 0 -40px;}
.footer li.twitter:hover {background: transparent url(images/icons.png) no-repeat 0 -60px;}

.footer li.linkedin {background: transparent url(images/icons.png) no-repeat 0 -80px;}
.footer li.linkedin:hover {background: transparent url(images/icons.png) no-repeat 0 -100px;}

.footer .copy {
	float: left;
	width: 500px;
	margin: 0 0 0 30px;
}

.footer h2 {
	font-size: 1.25em;
	line-height: 1.25em;
	margin-bottom: 1.25em;
	letter-spacing: 1.75px;
	text-transform: uppercase;
}

.footer p {
	margin-bottom: 1em;
}

.sub_footer {
	float:  left;
	width:  100%;
	height: 60px;
	/*margin-top: 30px;*/
	padding-top: 30px;
	text-align: center;
	color: #333;
}
	