* {
	padding: 0;
	margin: 0;
}

body {
	font: normal 16px/20px "Helvetica Neue", "Lucida Grande", "Trebuchet MS", Tahoma, sans-serif;
	color: #555;
	margin: 0;
	padding: 0;
	background: #fff url(/img/body.png) repeat-x 0 100px;
	background-attachment: fixed;
	text-stroke: 1px rgba(255, 255, 255, 0.1);
}

#content {
	/*font-family: "Futura Medium", "Helvetica Neue", sans-serif;*/
	margin-bottom: 40px !important;
	margin-top: 120px !important;
}
	#content a {
		background: inherit;
		color: #0d78b6;
		text-decoration: none;
	}
	#content a:hover {
		background: inherit;
		color: #006699;
		text-decoration: underline;
	}
	#content h1, h2, h3 {
		font: bold 1em;
		margin: 20px 0 10px 0;
	}
	#content h1 {
		font-size: 1.8em;
		line-height: 1.0em;
		color: #0d78b6;
		margin-top: 35px;
		margin-bottom: 20px;
		text-shadow: #777 1px 1px 1px;
	}
	#content h2 {
		font-size 1.4em;
		text-transform uppercase;
	}
	#content h3 {
		font-size: 1.2em;
	}
	#content p {
		margin: 15px 0;
	}
	#content blockquote {
		margin: 0 0 10px 25px;
	}
	#content blockquote p:first-child {
		margin-top: 0;
	}
	#content ul,
	#content ol {
		margin: 10px 30px;
		padding: 0 15px;
	}
	#content li {
		list-style-image: url(/img/bullet.png);
	}
	#content img.float-right {
		margin: 5px 0px 5px 15px;
	}
	#content img.float-left {
		margin: 5px 15px 5px 0px;
	}

#tabs li {
	list-style: none;
	margin: 0;
	padding: 8px none;
	border-top: 1px solid #ddd;
}

#old {
	margin: 40px auto 10px auto;
	font-size: 12px;
	text-align: center;
}

.clear  { clear: both; }
.gray   { color: #bfbfbf; }
.blue   { color: #0d78b6; }
.center { text-align: center; }

#header {
	height: 100px;
	background: #221f1e url(/img/header.png) top center no-repeat;
	text-align: left;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}
#header-content,
#content,
#footer-content {
	width: 760px;
	margin: 0 auto;
}
#header-content {
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#logo {
	position: absolute;
	font: bold 45px "Trebuchet MS", sans-serif;
	letter-spacing: -2px;
	color: #fff;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
}
#logo a:hover {
	text-decoration: none;
	color: inherit;
}
#logo a span {
	float: left;
}

#header-content ul {
	position: absolute;
	right: -5px;
	top: 15px;
	font: bolder 1.0em "Trebuchet MS", sans-serif;
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;
	color: #fff;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
	border-bottom: 2px solid #09527D;
}
#header-content li a:hover,
#header-content li a.current {
	background: #0d78b6;
	color: #fff;
}

#footer {
	position: fixed;
	bottom: 0;
	height: 20px;
	width: 100%;
	border-top: 3px solid #008cc6;
	font: bolder 0.8em "Trebuchet MS", sans-serif;
	background: #221f1e url(/img/header.png) top center no-repeat;
	color: #aaa;
}

/* Hide header/footer for print. */
@media print {
	body {
		background: #fff none;
	}
	#content {
		margin: 20px 10px !important;
	}
	#header, #footer {
		display: none;
	}
	img.pic {
		border: none !important;
	}
	h1 {
		text-shadow: none !important;
	}
}

div.tweets {
	background-color: #f5f5f5;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
}
div.tweets > div {
	border-top: 1px solid #ccc;
}
div.tweets div:first-child {
	border-top: none;
}
div.tweets * div.created_at {
	color: #2448ff;
}

img.pic {
	margin: 12px 12px;
	border-radius: 5px;
	border: 1px solid #000;
	/*border-color: #85A4CC;
	border-color: #0F87CC;*/
	border-color: #0D78B6;
}

div.fragment {
	width: 100%;
	background: #302c2b;
	color: #fff;
	line-height: 1.3em;
	border-radius: 10px;
	margin: 20px 0;
}
div.created_at {
	float: right;
	font-size: 0.7em;
	color: #12a7ff;
	padding: 0 3px 3px 3px;
	border-top-right-radius: 10px;
}
div.content {
	padding: 5px 20px;
}
