/* BODY */

body, html {
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size:1em;
	line-height:1.5;	
	height: 100%;
	padding-left: 0px;
	position: relative;
	margin: 0;
 	padding: 0;
	color:#151515;	
	background-color: #E1EDF1;
}

body .home { background: #882317 url(../images/tech_startup_google.jpg) 10% 30% repeat-x fixed; }


/* 
LAYOUT based on Fibonacci sequence 
1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
Element width: 30px
*/

#wrapper {
	width: 960px;
	margin: 0 auto;
}

/* HEADER */

#header {
	padding-left:34px;
	padding-right:34px;	
	padding-top:13px;
}

#header .slogan {
	font-size:3em;
	text-transform:uppercase;
}

/* NAVIGATION */

#navigation {
	line-height:45px;
	height:55px;
	padding-left:34px;
	padding-top:13px;
}

.primary-nav {
	position:relative;
	font-size:1em;
	background-color:#151515;
	color:#fff;
	padding:10px;
	margin-right:17px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:0px;
}

#sidebar {
	float:left;
	width:90px;
	margin-top:23px;	
	margin-left:34px;
}

#timebar {
	float:left;
	margin-top:23px;
	margin-left:34px;
	background-color:#fff;	
	border-left: 1px solid #c3c5c8;
	padding-left:13px;
}

#container {
	width:685px;
	padding-left:34px;
	padding-right:34px;
	float:right;
	color:#151515;
	border-left: 1px solid #c3c5c8;
	padding-top:40px;
}

#footer {
	clear:both;
	padding-left:34px;
	padding-top:34px;	
	height:144px;
}

#benchmark {
	position: relative;
	width:960px;
	padding:20px;
	text-align: left;
	clear:both;
	margin: 0px auto 40px auto;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#benchmark p {
	font-size:1.25em;
}
	
.notice {
	color:#fff;
	background-color:#00aeef;
	margin-top: 7px;
	margin-bottom: 7px;
	padding:3px;
}

.origin {
	color:#fff;
	background-color:#000;
	width:160px;
	height:34px;
	line-height:34px;
	margin-bottom:15px;
	padding-left:13px;
	float:left;
}

.clearer {
	clear:both;
}

/* IMAGES */

img {
	width:316px;
	height:auto;
	border:2px solid #e6e6e6;
	margin-top:7px;
}

/* HEADLINES */

h1 { /* Headline 35 chars */
	font-size:3em;
	line-height:1.05em;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-3px;
	margin-bottom:16px;
}

h2 { /* Tags 35 chars */
	font-size:1.5em;
	line-height:1.5;
	letter-spacing: 2px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 5px;
	padding-bottom:3px;
	border-bottom:2px solid #151515;		
}

h3 { /* Date 35 chars */
	font-size:1em;
	line-height:1;
	text-align:left;
	text-transform: uppercase;
	letter-spacing:-1px;
	font-weight:bold;	
}

/* LISTS */
	
ul {
	list-style: none;
	padding-left:13px;
	margin-top:7px;
	margin-bottom:7px;
}

ol {
	list-style-type:upper-roman;
	padding-left:13px;
	margin-top:7px;
	margin-bottom:7px;
}
	
	/* TEXT */
	
	p {
		font-size:1em;
		line-height:1.35;
		margin-top:8px;
		margin-bottom:16px;
	}
	
	strong {
		font-weight:bold;
	}
	
	/* ACCENTS */
	.blue-accent 	{ color: #00aeef; } 
	.red-accent 	{ color: #ff0000; } 

	.divider {
		border-top: 3px double #CCC;
	}
	

	/* IMAGES */

	#background {
		width:100%;
		height:100%;
		position: absolute;
		z-index: -1;
		top: 0;
		left:0;
	}

	