.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.autoclear { display: inline-block }

/* Hides from IE-mac \*/
* html .autoclear { height: 1% }
.autoclear { display: block }
/* End hide from IE-mac */
	
/* @end */

body {
	background-color: #fff;
	margin: 0 0 0;
	color: #424242;
	font: 11px "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}

h1 {
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

h2 {
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

/* @group Layout */

#frame {
	width:650px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
}

/* @end */

/* @group Sidebar */

#sidebar {
	width:650px;
/*	float:left; */
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#name {
	width: 650px;
	height: 180px;
	background: url(../images/title.gif) no-repeat left top;
	text-indent: -1000em;
	text-align: left;
	display: block;
	
	border-bottom: 1px solid #000000;
}

.separator {
	width: 150px;
	height: 3px;
/*	background: url(../images/sidebar_separator.gif) no-repeat right; */
	margin-top: 8px;
}

#sidebar ul {
	margin: 9px 0 0;
}

#sidebar li {
	margin-bottom: 4px;
	list-style-type: none;

	display: inline;
	margin-right: 20px;
}

#sidebar a {
	color: #afafaf;
	text-decoration: none;
	font-size: 16px;
}

#sidebar a:hover {
	color: #616161;
}

#sidebar a.active {
	color: #616161;
	font-weight: bold;
}

/* @end*/

/* @group Content */

#content {
	width:650px;
	float:left;
	padding-bottom: 40px;
	font-size: 14px;
	
	margin: 50px 0 0;
}

.timestamp {
	color: #888;
	font-size: 12px;
}

.entry + .entry {
	margin-top: 65px;
}

ul.stepper {
	padding: 15px 0 0;
	font-size: 11px;
}

ul.stepper li {
	list-style-type: none;
	text-transform: uppercase;
}

ul.stepper li a {
	color: #ff7a00;
	text-decoration: none;
	background: url(../images/ArrowsDark.gif) no-repeat 0 center;
	padding: 1px 22px 3px;
	border: none;
}

ul.stepper li.back a {
	float: left;
	padding-right: 10px;
	margin-bottom: 0;
}

ul.stepper li.forward a {
	float: right;
	padding-left: 10px;
	background-position: 100%;
}

h1 a {
	color: #404040;
	text-decoration: none;
}

h1 a:hover {
	color: #ff7a00;
}

.centered {
	text-align: center;
}

.vcentered {
}

.vcentered * {
	vertical-align: middle;
}

a {
	color: #ff7a00;
	text-decoration: none;
	border-style: hidden;
}

a img {
	border: none;
}

p {
}

.code {
	width: 700px;
/*	word-wrap: break-word;*/
	font-family: Monaco, monospace;
	font-size: 10px;
	background-color: #ebebeb;
	padding: 5px;
}

/* @end */

/* @group Bottom Bar */

#bottom {
/*	background: #a8a8a8; */
	background: #ffffff;
	color: #000;
	width: 100%;
	height: 30px;
	position: fixed;
	bottom: 0;
	text-align: right;
	text-shadow: rgba(255,255,255,0.75) 0 1px 1px;
	font-size: 11px;
	
	margin-left: -8px;
	border-top: 1px solid #a8a8a8;
}

#bottom a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#bottom #info {
	padding-right: 20px;
	padding-top: 8px;
}

/* @end */


