body {
	background-color: #fff;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0px;
}

#container { margin-top: 20px; }

.float_left { float: left; }
.float_right { float: right; }


/* @group navigation */

#navigation { margin-bottom: 15px; }

#navigation .david {
	background: url('resources/david_czihak.png');
	display: block;
	height: 0px;
	overflow: hidden;
	padding-top: 26px;
	width: 111px;
}

#navigation ul { text-align: right; }

#navigation ul li {
	display: block;
	float: right;
	height: 26px;
	list-style: none;
	margin: 0 1px;
}

#navigation ul li.line { background: url('resources/line.png') no-repeat center; width: 1px; }

#navigation ul li a {
	border-bottom: none;
	color: #888;
	display: block;
	font-weight: 500;
	font-size: 12px;
	height: 17px;
	letter-spacing: 1px;
	/* left 10px because of letter spacing */
	padding: 5px 9px 4px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation ul li.active {
	background: #b8bdbf;
	background: -webkit-gradient(linear, left top, left bottom, from(#b8bdbf), to(#969b9c));
	-webkit-border-radius: 3px;
}

#navigation ul li.active a { color: #fff; }

/* @end */

a {
	border-bottom: 1px solid #d6dbdc;
	color: #868b8c;
	text-decoration: none;
}

a:active { position: relative; top: 1px; }

hr { border-color: #e5e5e5; }

code {
	background-color: #f8f8f8;
	color: #666;
	font-family: Monaco, monospace;
	font-size: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.text_left { text-align: left; }
.text_center { text-align: center; }
.text_right { text-align: right; }
.text_justify { text-align: justify; }

p {
	color: #333;
	font-size: 0.9em;
	margin-bottom: 30px;
}

h3 {
	color: #222;
	font-family: "fertigo-script-1", "fertigo-script-2", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0px;
}

h4 {
	//color: #5e6e98;
	color: #222;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

p#copyright {
	color: #ccc;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#ghost {
	background: url('resources/ghost.png');
	height: 0px;
	overflow: hidden;
	padding-top: 220px;
	width: 220px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

img { display: block; }

.space_bottom { margin-bottom: 15px; }

/* @group Blog */
.post_date { text-align: right; color: #bbb; }
.post_date h4 { color: #bbb; }
/* @end */
