/*
Theme Name: Of Code And Color
Theme URI: http://blog.gyoshev.net/
Description: Colors of the code, weaved in harmony
Version: 0.1
Author: Alexander Gyoshev
Author URI: http://gyoshev.net/
Tags: 
*/

html, body { margin: 0; padding: 0; }

body {
	font-size: 62.5%;
	background: #000000 url(http://www.gyoshev.net/img/bg.gif) repeat-x 0 0;
	color: #fff;
	text-align: center;
}

body, input, textarea
{
	font-family: Arial, Sans-Serif;
}

a
{
	color: #e6e9f0;
}

h1
{
	font-size: 4.5em;
	font-weight: normal;
	margin: 0;
}

#page
{
	width: 57em;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #000;
	border-color: #000;
	font-size: 1.3em;
	line-height: 1.6em;
}

#header,
#content,
#footer
{
	border-style: solid;
	border-width: 0 1em;
	border-color: #010101;
}

#header
{
	font-family: "Century Gothic", "Lucida Grande", Verdana, sans-serif;
}

#header a
{
	color: #fff;
	text-decoration: none;
	line-height: .8em;
	display: block;
	padding: .58em .4em;
}

#header span
{
	font-size: 0.5em;
	margin-left: 9.9em;
}

#content
{
	position: relative;
	padding-top: 2em;
}

.post
{
	padding: 1em 1em 2em 2em;
	position: relative;
}

h2
{
	margin: 0 2.5em;
	font-size: 1.7em;
	line-height: 1.3em;
	font-weight: bold;
}

h2 a
{
	color: #eee;
	text-decoration: none;
}

.publication-date
{
	position: absolute;
	left: 2.3em;
	font-size: 0.7em;
	top: 1.5em;
	padding: 0 1em;
	text-align: right;
	width: 2.5em;
	border-right: .3em solid;
}

.publication-date .pd-day
{
	font-size: 1.8em;
	letter-spacing: -1px;
	margin-bottom: -3px;
	display: block;
}

.publication-date .pd-month
{
	font-size: 1.2em;
	display: block;
}

.post-body,
.post-meta
{
	margin: 0 4.3em;
}

.post-body ul
{
	padding-left: 1.45em;
}

#footer p
{
	text-align: center;
	font-size: 1.1em;
	margin: 0;
	padding: 1em 0;
}
