html, body {
	margin: 0; padding: 0;
	overflow: auto;
}

body {
	width: 100%; max-width: 100%;
	background-color: #282828;
	font: 400 0.8em arial, sans-serif;
	color: #ccc;
	line-height: 1.4em;
}

a { text-decoration: none; color: #ffa100; }
a:hover { text-decoration: none; color: #ffa100; }

/* Left side */

#left { 
	position: absolute; top: 0; left: 0; 
	overflow: hidden; 
	height: 100%; width: 35%;
	text-align: right;
	background: #fff url('../img/fade.png') no-repeat right;
}

#outer {
	position: absolute; left: 0;
	top: 50%;
	width:100%;
	height: 400px;
	margin-top: -160px;
	background: url('../img/trackpad.png') no-repeat 60px left;
}

body > #left {
	position:fixed;
}

img.lime {
	margin-bottom: -6px;
	margin-right: 8px;
}

h1 {
	display: inline;
	margin-right: 40px;
	font: bold 38px 'century gothic', 'trebuchet ms', arial, sans-serif;
	color: #fff;
	text-align: right;
}

a.nav {
	display: block;
	margin: 0;
	text-decoration: none;
	font: 400 18px 'trebuchet ms', arial, sans-serif;
	color: #aaa;
	padding: 3px 40px 3px 0;
}

a.nav:hover {
	color: #fff;
	background: #ff8100;
	background: url( ../img/bg-orange.png );
	text-decoration: none;
	font-weight: 600;
	text-shadow: 1px 1px 2px #333;
}

a.home { color: #ccc; }
a.home:hover { background: #8ed8ec; }

a.link[href ^='http://'] { padding-right: 20px; background: transparent url( ../img/icon_ext.png ) top right no-repeat; }

/* Right side */

#main {
	height: 100%;
	margin: 40px 4.5% 20px 38%;
	padding-top: 0px !important;
	padding-top: 20px;
	overflow: visible;
}

#main a { border-bottom: 1px dashed #ffa100; padding-bottom: 2px; }
#main a:hover { color: #fff; border-bottom: 1px dotted #fff; padding-bottom: 2px; }

span.yellow { color: #cf0; }
span.green { color: #0c0; }
span.orange { color: #ff6b00; } 
span.lightorange { color: #ffa100; }

span.shadow { text-shadow: 1px 1px 3px #888; }
span.shadowsmall { text-shadow: 1px 1px 3px #999; }

span.heavy { color: #fff; font-weight: 600; }
span.bold { font-weight: bold; }
span.em { color: #fff; font-style: italic; }

span.title {
	display: block;
	margin: 0 0 25px 0;
	font: bold 22px 'century gothic', 'trebuchet ms', arial, sans-serif;
	color: #ffa100;
	text-shadow: 2px 2px 3px #222;
}

span.update { display: block; margin-bottom: 10px; }

div.main {
	margin-left: 20px;
	margin-bottom: 45px;
	border-left: solid 1px #777;
	padding: 20px 30px 20px 30px;
	background: #3c3c3c; /*url('../img/corner.jpg') no-repeat bottom right; */
	font: normal 13px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Sans-serif;
}

div.last { margin-bottom: 20px; }

div.main p { 
	margin-bottom: 15px;
	line-height: 18px;
}

div.round-right {
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-khtml-border-top-right-radius: 15px;
	-khtml-border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

div.main ul {}
div.main ul li { color:#ffa100; list-style-type: circle; margin: 0 0 15px 30px; padding-left: 5px; }
div.main ul li .li-text { color: #ccc; }

/* Other */

span.credit {
	display: block;
	text-align: center;
	color: #999;
	margin: 0;
	font: 13px Helvetica, arial, sans-serif;
}

.credit a, .credit a:hover {
	color: #ffa100;
}



.date {
	float: left; 
	width: 2.0em;
	font: 600 1.3em arial, sans-serif;
	padding-right: 5px;
	text-align: right;
}

img.main {
	float: right;
	margin: 10px;
	padding: 4px;
	background: #0c0;
	border: solid 3px #2e2e2e;
}

a img.main:hover {
	background: #cf0;
}

div.quote {
	margin: 8px 0 12px 10px; color: #fff;
	background: #2a2a2a url('../img/quote.jpg') repeat-x top;
	border-bottom: solid 1px #2e2e2e; 
 	border-right: solid 1px #2e2e2e; 
 	border-left: solid 2px #0c0;
	padding: 8px;
	line-height: 1.7em;
}

p.comment {
	font-size: 0.9em;
	font-family: 'century gothic', 'trebuchet ms', arial, sans-serif;
}


