body {
	text-align: left;
	background: #ccc url(/site-images/bg-ds.gif) bottom left fixed repeat-x;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#container {
	background-color: #fff;
	width: 798px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
}

#container.turing {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 798px;
	height: 400px;
	margin-left: -399px;
	margin-top: -200px;
}


#head {
	height: 78px;
	background: #8a3 url(/site-images/head-treetops.jpg);
}

#menu {
	background: #8a3 url(/site-images/head-treetops.jpg) 0px -78px;
	margin: 0;
	padding: 0;
	clear: both;
	height: 22px;
	border-bottom: 1px solid #000;
}

#menu ul {
	float: right;
	border: 0;
	margin: 0;
	margin-right: 5px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	height: 22px;
}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0 2px;
	width: 102px;
	border-bottom: 1px solid #000;
}

#menu ul li a {
	background: url(/site-images/tab.png);
	height: 22px;
	width: auto;
	padding: 0px 30px;
	margin: 0;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
}

#menu ul li a:hover {
	background: url(/site-images/tab_over.png);
}

#menu ul li.on,
body#tab_home li.tab_home,
body#tab_code li.tab_code,
body#tab_design li.tab_design,
body#tab_photos li.tab_photos,
body#tab_about li.tab_about {
	border-bottom-color: #fff ! important;
}

#menu ul li.on a,
body#tab_home li.tab_home a,
body#tab_code li.tab_code a,
body#tab_design li.tab_design a,
body#tab_photos li.tab_photos a,
body#tab_about li.tab_about a {
	background: url(/site-images/tab_on.png) ! important;
}



#right {
	float: right;
	width: 130px;
	padding: 0px;
	margin: 15px;
	margin-top: 0;
	color: #666;
	font-size: 11px;
}

#center {
	margin-right: 160px;
	padding: 15px;
	background-color: #fff;
	color: #333;
}

#center.photos {
	margin: 0;
}

#foot {
	clear: both;
	text-align: right;
	padding: 5px;
	margin: 10px;
	color: #666;
	border-top: 1px dotted #ccc;
	font-size: 11px;
}

#search {
	float: left;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #039;
}

a:hover {
	text-decoration: underline;
}


pre, code, tt {
	color: #000;
	font-family: Monaco, 'Andale Mono', 'Monotype.com', 'Courier New', Courier, monospace;
	font-size: 12px;
}

em {
	font-weight: bold;
}


#head h1 {
	font-family: Georgia, 'Lucida Grande', serif;
	font-size: 40px;
	line-height: 30px;
	letter-spacing: -0.05em;
	font-weight: normal;
	color: #fff;
	text-align: right;
	margin: 0;
	padding: 10px;
}

#head h2 {
	position: absolute;
	top: 10px;
	font-family: Georgia, 'Lucida Grande', serif;
	font-size: 13px;
	letter-spacing: 0.05em;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	margin: 0;
	padding: 10px;
}

#right p {
	margin-bottom: 30px;
}


#daily {
	background: #d9dee0 url(/site-images/bg-daily.gif) no-repeat;
	padding: 5px;
	padding-top: 43px;
	padding-bottom: 5px;
	/* border-bottom: 1px solid #969b9d; */
	text-align: center;
}


#playing {
	background: #d9dee0 url(/site-images/bg-playing.gif) no-repeat;
	padding: 5px;
	padding-top: 40px;
	padding-bottom: 5px;
	/* border-bottom: 1px solid #969b9d; */
}


#amuses {
	background: #d9dee0 url(/site-images/bg-amuses.gif) no-repeat;
	padding: 5px;
	padding-top: 35px;
	padding-bottom: 0;
	/* border-bottom: 1px solid #969b9d; */
}

#amuses ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#amuses ul li {
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #999;
}

#amuses ul li.last,
#amuses ul li.ab-suggest {
	text-align: right;
	border: 0 ! important;
	font-size: 11px;
}

#recommended {
	background: #d9dee0 url(/site-images/bg-links.gif) no-repeat;
	padding: 5px;
	padding-top: 40px;
	padding-bottom: 5px;
	/* border-bottom: 1px solid #969b9d; */
}

#recommended ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#recommended ul li {
	padding: 3px;
}

#feeds {
	background: #d9dee0 url(/site-images/bg-feeds.gif) no-repeat;
	padding: 5px;
	padding-top: 40px;
	padding-bottom: 5px;
	/* border-bottom: 1px solid #969b9d; */
}

#feeds ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#feeds ul li {
	padding: 3px;
}

.ctr {
	text-align: center;
}

.article {
	color: #333;
	padding-bottom: 15px;
}

.article img.right {
	float: right;
}

.article h3 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
	line-height: 1.4em;
}

.article .info {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-align: right;
	line-height: 1.4em;
}

.article .body {
	font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Geneva, sans-serif;
	line-height: 1.4em;
	margin-left: 15px;
}

.article .body h1 {
	font-size: 16px;
	font-weight: bold;
}

.article .body h2 {
	font-size: 14px;
	font-weight: bold;
}

.article .body h3 {
	font-size: 13px;
	font-weight: bold;
}

.article .body h4 {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

.article .body img, img.thumb {
	border: 1px solid #000;
	margin: 5px;
}


.article a[href*="://"] {
	padding-right: 5px;
	background: url(/site-images/link-ext.gif) no-repeat right top;
}

.article a[href*="://viebrock.ca"] {
	padding: 0 ! important;
	background: none ! important;
}

.article ul {
	list-style-image: url(/site-images/bullet1.gif);
}

.article blockquote {
	font-family: Georgia, 'Lucida Grande', serif;
	font-size: 1.1em;
	line-height: 150%;
	margin: 10px;
	padding-left: 15px;
	border-left: dotted 1px #ccc;
	color: #666;
}


.lf {
	color: #999;
}

.code_php, .code_output {
	border: 1px solid #ccc;
	background: #eee;
	padding: 10px;
}

.code_php span.h {
	color: #000;
}
.code_php span.c {
	color: #960;
}
.code_php span.d {
	color: #009;
}
.code_php span.k {
	color: #060;
}
.code_php span.s {
	color: #900;
}

h3#comment {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	margin-top: 15px;
	line-height: 1.4em;
}

ol.comments {
	list-style-type: none;
	border: 0;
	margin: 0;
	padding: 0;
}

ol.comments li {
	display: block;
	background: #eed;
	margin: 10px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px dotted #996;
	color: #333;
}

div.comments_preview {
	background: #dee;
	margin: 10px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px dotted #699;
	color: #333;
}

.commenttext {
	font-size: 13px;
	font-family: Georgia, 'Lucida Grande', serif;
}

.commentinfo {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-align: right;
	line-height: 1.4em;
	color: #996;
	padding-top: 10px;
}

.commentinfo a {
	color: #663;
}

div.comments_preview .commentinfo {
	color: #699;
}
div.comments_preview .commentinfo a {
	color: #366;
}

.commentauthor {
	text-transform: none;
	letter-spacing: 0em;
	font-size: 13px;
}

img.clean {
	border: none ! important;
}

.error {
	padding: 5px;
	border: 1px solid #c00;
	background-color: #fcc;
	color: #300;
}

