/*
Theme Name: Cubic
Theme URI: n/a
Description: Inspired by Blogger's "TicTac" theme.
Version: $Id: style.css 60 2009-01-03 15:28:41Z tg $
Author: Thilo-Alexander Ginkel
Author URI: http://thilo.ginkel.com/
Tags: blue, custom header, fixed width, two columns
*/

body
{
	margin: 0;
	padding: 0;
	font-family: "Verdana", "Arial", "sans-serif";
	font-size: 9pt;
	text-align: center;
	color: #333;
	background: #e0e0e0;
}

blockquote
{
	margin: 0 0 0 20px;
	padding: 10px 0 0 20px;
	font-size: 88%;
	line-height: 1.5em;
	color: #666;
	background: url(img/quotes.gif) no-repeat top left;
}

blockquote p
{
	margin-top: 0;
}

blockquote.large
{
    font-size: 100%;
	margin-bottom: 20px;
}

abbr, acronymn
{
	cursor: help;
	font-style: normal;
	border-bottom: 1px dotted;
}

.term
{
	cursor: help;
	font-style: normal;
	border-bottom: 1px dotted;
}

code
{
	color: #996666;
}

hr
{
	display: none;
}

img
{
	border: none;
}

ul
{
	list-style: none;
	margin: 0 0 20px 14px;
	padding: 0;
}

li
{
	list-style: none;
	padding-left: 21px;
	margin-bottom: 3px;
	background: url(img/tictac_grey.gif) no-repeat 0 6px;
}

#factsheet-body a:link, #factsheet-body a:visited, #factsheet-body a:hover, #factsheet-body a:active {
    color: #333;
}

a:link
{
	color: #336699;
	text-decoration: none;
}

a:visited
{
	color: #808080;
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

a:active
{
	text-decoration: none;
}

/* ---( layout structure )---*/

#wrap
{
	width: 847px;
	margin: 0 auto;
	text-align: left;
	background: url(img/tile.gif) repeat-y;
}

#content
{
	margin-left: 62px;
}

#main-content
{
	float: left;
	width: 452px;
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 1.5em;
}

#sidebar
{
	margin: 0 41px 0 541px;
	padding: 30px 0 0 0;
	font-size: 85%;
	line-height: 1.4em;
	color: #999;
	background: url(img/sidebar_bg.png) no-repeat 0 0;
	background-repeat: no-repeat;
}

#header
{
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande" , "Trebuchet MS", "Arial", "Helvetica", "sans-serif";
	background: #e0e0e0 url(img/top_div_blue.png) no-repeat top left;
}

#header div
{
	margin: 0;
	padding: 34px 60px 47px 150px;
	color: #fff;
	background: url(img/top_h1_blue.gif) no-repeat bottom left;
}

#header h1
{
	margin: 0;
	font-size: 190%;
}

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

#header h1 a:hover
{
	color: #eee;
}

#header h2
{
	margin: 0;
	font-size: 120%;
}

#main-content h1
{
	margin-top: 0;
	font-family: "Lucida Grande" , "Trebuchet MS", "Arial", "Helvetica", "sans-serif";
	font-size: 180%;
	letter-spacing: -1px;
	color: #993333;
	padding-top: 5px;
	padding-left: 14px;
}

.post > h2, h2.pagetitle
{
	margin-top: 6pt;
	font-family: "Lucida Grande" , "Trebuchet MS", "Arial", "Helvetica", "sans-serif";
	letter-spacing: -1px;
	color: #993333;
}

.post > h2, h2.pagetitle
{
	font-size: 150%;
}

.post h2 a:link, .post h2 a:visited, .post h2 a:hover, .post h2 a:active, .post h3 a:link, .post h3 a:visited, .post h3 a:hover, .post h3 a:active
{
	color: #993333;
}

h2.date-header
{
	margin-top: 0;
	padding-left: 14px;
	font-size: 90%;
	color: #999999;
	background: url(img/date_icon_blue.gif) no-repeat 0 50%;
}

h3 {
	margin-top: 6pt;
	font-family: "Lucida Grande" , "Trebuchet MS", "Arial", "Helvetica", "sans-serif";
	font-size: 130%;
	letter-spacing: -1px;
	color: #993333;
}

.xpost
{
	margin: 0 0 0 0;
	padding: 0 0 1em 14px; /* border-bottom: 1px solid #ddd; */
}

.postmetadata
{
	margin: 0;
	padding: 0 0 10pt 14px;
	font-size: 88%;
	color: #999;
	background: url(img/tictac_grey.gif) no-repeat 0 8px;
}

img.post
{
	padding: 0;
}

img.signature
{
	padding: 6px 0 0 0;
}

h2.sidebar-title
{
	margin: 0 0 0 0;
	padding: 25px 0 16px 50px;
	font-family: "Lucida Grande" , "Trebuchet MS", "Arial", "Helvetica", "sans-serif";
	font-size: 130%;
	color: #666;
	background: url(img/sidebar_icon.gif) no-repeat 20px 22px;
}

#sidebar p
{
	margin: 0;
	padding: 5px 20px 1em 25px;
	border-bottom: 1px solid #ddd;
}

#sidebar ul
{
	margin: 0;
	padding: 0px 20px 20px 25px;
	border-bottom: 1px solid #ddd;
}

#sidebar p.empty
{
	margin: 0;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #ddd;
}

#sidebar li
{
	padding-left: 25px;
	background: url(img/tictac_grey.gif) no-repeat 0 5px;
}

#main-content li
{
	color: #999;
}

/* profile block */

.profile-datablock
{
	margin: 0;
	padding: 5px 20px 10px 20px;
}

p.profile-textblock
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #ddd;
}

.profile-datablock dd
{
	margin: 0;
	padding: 0;
}

.profile-data
{
	white-space: nowrap;
}

.profile-img img
{
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	background: #fff;
}

.clear
{
	/* to fix IE6 padding-top issue */
	clear: both;
	height: 0;
}

#footer
{
	margin: 0;
	padding: 0 0 9px 0;
	font-size: 85%;
	color: #ddd;
	background: url(img/bottom_sill.gif) no-repeat bottom left;
}

#footer a
{
	color: #ddd;
}

#footer p
{
	margin: 0;
	padding: 13px 320px 18px 95px;
	background: url(img/bottom_sash.gif) no-repeat top left;
}

td
{
    font-size: 9pt;
	text-align: left;
	vertical-align: top;
	padding: 0 5px 0 0;
	margin-right: 5px;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active, #sidebar a:hover
{
	color: #666;
}

#profile-container
{
	color: #666;
}

td.screenshots
{
	text-align: center;
	vertical-align: top;
	font-size: 80%;
	padding-bottom: 1.5em;
	padding-right: 1.5em;
}

td.cvitemdesc
{
	white-space: nowrap;
    width: 12em;
}

.clDescriptionCont
{
	position: absolute;
	width: 250px;
	visibility: hidden;
	layer-background-color: #eee;
	z-index: 200;
	text-align: left;
}

.clDescription
{
	width: 200px;
	left: 0px;
	top: 0px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	overflow: hidden;
	border: 1px solid #999;
	padding: 3px;
	font-size: 11px;
	background-color: #eee;
	layer-background-color: #eee;
	margin: 0;
}

.clLinks
{
	position: absolute;
	left: 100px;
	top: 200px;
	z-index: 1;
}

.clCaption
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 207px;
	height: 15px;
	clip: rect(0px 207px 15px 0px);
	font-size: 11px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	background-color: #ccc;
	layer-background-color: #ccc;
	color: #666;
	padding-left: 3px;
	font-weight: bold;
}

img.preview
{
    width: 200px;
}

td.login
{
    vertical-align: middle;
}

div.entry {
    margin: 0;
}

.hidden {
    display: none;
}

.commentlist {
    padding-left: 0;
}

.commentlist li {
    padding-left: 0;
    list-style: none;
    padding-left: 0;
    margin-bottom: 3px;
    background: none;
    color: #0;
}

.post pre {
    font-size: 90%;
}

