/*   
Theme Name: Hyphen
Description: A theme for hyphen health
Author: Jesse Skinner
Author URI: http://www.thefutureoftheweb.com
*/

html, body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #888;
	font: 12px Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

div#container {
        position:relative;
        max-width:1024px;
        margin: 0 auto;
        height: 100%;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	position: absolute;
	text-transform: uppercase;
	text-align: center;
	width: 434px;
	top: 65px;
	left: 0;
	margin: 0;
	z-index: 2;
	font-weight: bold;
	color: #888; 
	font-size: 22px;
}
h1 a {
	color: #888; 
}
h1 a:hover {
	text-decoration: none;
}

h1 b {
	color: #fff;
	border-left: 3px solid #fff;
	padding-left: 8px;
	margin-left: 8px;
}

#nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	border-right: 1px solid #666;
	height: 100%;
	line-height: 1.6em;
	background: transparent url(img/semi_transparent_pixel.png);
	z-index: 1;
}

#nav h2 {
	margin: 0;
	font-size: 100%;
	color: #fff;
}
#nav ul {
	margin: 130px 0 0 40px;
}
#nav p {
	margin: 10px 0 20px 0;
}
#news {
	width: 190px;
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 11px;
	line-height: 13px;
	z-index: 1;
}

#news a {
	color: #fff;
	font-weight: bold;
}

#news li.from_twitter a {
        color: #4099ff;
}

#news ul {
	margin-top: 70px;
}
#news li {
	margin-bottom: 12px;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#news_items {
	width: 172px;
	background: #222;
	position: absolute;
	left: 330px;
	top: 160px;
	z-index: 3;
}

.news_item {
	text-align: right;
	font-size: 10px;
	padding: 12px 14px;
	background: transparent url(img/semi_transparent_pixel.png);	
}
.news_item a {
	font-size: 13px;
}
.news_item .date {
	display: block;
	padding-top: 5px;
}

.editable form {
	position:absolute;
	top: 100px;
}
