/* goliath. - typo-template by emanuel kluge (http://www.emanuel-kluge.de/) */


/* CSS-RESET by Eric Meyer
===========================================================*/

#navigation  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* GENERAL
===========================================================*/

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	padding-top: 20px;
	background-color: #FFF;
	font: normal 16px Helvetica, Verdana;
	line-height: 24px;
	color: #666;
	text-align: center;
}

ol, ul {
	list-style: none;
}

a:link,
a:visited {
	color: #6C0;
	text-decoration: none;
}

a:hover {
	color: #6C0;
	text-decoration: underline;
}

a:active {
	color: #06C;
	text-decoration: none;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* preparing tags for text-replacement */

h1, #navigation li { font-size: 5em }

h2 {
	font-size: 3em;
}

h3 {
	font-size: 2em;
}

#navigation li {
	margin-bottom: 10px;
	text-transform:lowercase;
}

/* HEADER
===========================================================*/

#header {
	width: 960px;
	height: 200px;
	clear: left;
}

#header_left {
	width: 510px;
	height: 200px;
	float: left;
	display: inline;
}

h1 {
	margin: 20px 20px 20px 0;
	cursor: pointer;
	font-size: 5.5em;
	font-weight: bold;
	line-height: 0.75em;
	text-transform: uppercase;
}


#description {
	font-size: 48px;
	margin-top: 20px;
	line-height: 54px;
}

#hr_top {
	width: 960px;
	height: 10px;
	margin: 20px 0;
}

#hr_top hr {
	display: none;
}

/* NAVIGATION
===========================================================*/

#navigation {
	margin-top: 40px;
	margin-left: 215px;
	float: left;
	display: inline;
}

#navigation li,
#navigation li a {
	display: block;
	width: 235px;
	height: 51px;
}

.about { height: 50px; }
.contact { height: 48px; }
/* CONTENT
===========================================================*/

#content {
	width: 573px;
	margin: 50px 40px 20px 0;
	float: left;
	display: inline;
}

h2 {
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
}

#bottom_posts {
	width: 573px;
	margin-top: 20px;
	padding-top: 20px;
	clear: left;
	border-top: 3px solid #CCC;
}

#post_left,
#post_right {
	width: 276px;
	float: left;
	display: inline;
	overflow: hidden;
}

#post_left {
	margin-right: 21px;
}

#post_left h2,
#post_right h2 {
	font-size: 24px;
}

#post_left p,
#post_right p {
	font-size: 14px;
	line-height: 20px;
	color: #888;
}

.post {
	margin-bottom: 50px;
}

/* SIDEBAR
===========================================================*/

#sidebar {
	width: 238px;
	margin-top: 50px;
	margin-left: 109px;
	float: left;
	display: inline;
	text-align: right;
}

#sidebar h3 {
	margin-top: 0.4em;
}

h3 {
	text-align: left;
	cursor: pointer;
}

.archive, .tags { height: 49px; }

.categories {
	
}

.categories:hover,
.categories_active {
	
}

.categories:active,
.categories_active:active {
	
}

.archive {
	
}

.archive:hover,
.archive_active {
	
}

.archive:active,
.archive_active:active {
	
}

.tags {
	
}

.tags:hover,
.tags_active {
	
}

.tags:active,
.tags_active:active {
	
}

.blogroll {
	
}

.blogroll:hover,
.blogroll_active {
	
}

.blogroll:active,
.blogroll_active:active {
	
}

.sidebar_list,
#tagcloud {
	margin-bottom: 10px;
}

.sidebar_list li {
	padding-bottom: 1px;
	margin-bottom: 1px;
	border-bottom: 1px solid #EEE;
}

.sidebar_list li:last-child {
	border: 0;
}

#tagcloud li {
	display: inline;
	border: 0;
}

.size1 { font-size: 29px }
.size2 { font-size: 25px }
.size3 { font-size: 21px }
.size4 { font-size: 17px }
.size5 { font-size: 13px }
.size6 { font-size: 9px }

/* FOOTER
===========================================================*/

#hr_bottom {
	width: 960px;
	height: 4px;
	margin-bottom: 10px;
	clear: left;
	
}

#hr_bottom hr {
	display: none;
}

#footer {
	width: 960px;
	height: 18px;
}

#footer p {
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}

.clearfix .alignright {
	bottom: 50px;
	position: relative;
}

.meta-bottom {
	font-size: 0.8em;
}

.alignleft {
	text-align:left;
}

.alignright {
	text-align:right;
}
