/* @override 
	http://www.typotalk.de/wp-content/themes/k2-rc6/styles/typotalk_k2-style3/typotalk.css
	http://wordpress2.2d:8888/wp-content/themes/k2-rc6/styles/typotalk_k2-style3/typotalk.css
*/

/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.
	
	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Jonas Lohse
	Author Site	: www.typotalk.de
	Style Name	: typotalk
	Style URI	:
	Version		: 3.0
	Comments	: 
	Farben		: B4AF91 (sand)
				  787746 (olive hell)
				  40411E (olive mittel)
				  32331D (olive)
				  C03000 (orange)
					
*/

#page {
	background: #fff;
	padding: 0px 0 10px;
	border: 0px;

	}
	
body {
	font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif; /* Resets 1em to 10px */
	color: #fff;
	background: #fff url(hg.jpg) repeat-x;
	text-align: center;
	}


a {
	color: #C03000;
	text-decoration: none;
	}

h1, h2, h3, h4 {
	letter-spacing: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	height: 150px;
	background-color: transparent;
}

h1 { /* H1 is the title in the header */
	font-size: 3em;
	font-weight: bold;
	margin: 0;
	padding: 75px 40px 0;
	}

#header .description {
	margin: 0 40px;
	font: italic 1.5em Georgia, "Times New Roman", Times, serif;
}
	
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2.4em;
	font-weight: normal;
	font-style: normal;
}

h3 { 
	text-align: left;
	font-size: 2.0em;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 5px;
}

h4 { 
	text-align: left;
	font-size: 2.0em;
	font-weight: normal;
	font-style: normal;
}

		
.primary {
	/* Contains the main column */
	}
#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-weight: normal;
	letter-spacing: 0px;
}

.hentry {
	margin-bottom: 35px;
}

.entry-content {
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: left;
	color: #444;
}

.entry-content p{
}

#border {
	border: 1px solid #b4b4b4; padding:7px; background: #f0f0f0;
}

.entry-meta, .metalinks, .metalinks a { /* Time and category for blog entries */
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.0em;
	line-height: 2.0em;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 0px;
	color: #444;
	}
	
.entry-category {
	margin-right: 10px;
	text-transform: uppercase;
	color: #444;
}
	
.entry-meta a, .comment-meta a, abbr.published {
	color: #444;
		}

.entry-tags a {
	text-transform: uppercase;
	}

.commentslink {
	padding: 0;
	background: none;
	}
	
#commentlist li .comment-meta {
	padding: 2px 0 2px 0px;
	background: none;
	display: block;
	}

.comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content div,
.comment-content blockquote {
	margin: 13px 0;
	color: #777;
}

#commentlist li .commentauthor {
	color: #777;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0px;

}	
	
.meta-start {
	padding: 0;
	background: none;
	}

.secondary {
	/* Contains the sidebar */
	}

#linkpage ul {
	list-style-type: none;
}

#linkpage li {
	list-style-type: none;
	margin-top: 10px;
}

#linkpage h2 {
	font-size: 1.8em;
	letter-spacing: 0px;
	font-weight: normal;
	font-style: normal;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

ol.snap_nav {
	display: inline;
	float: left;
	clear: both;
	list-style: none;
}

ol.snap_nav li {
	display: block;
	float: left;
	padding: 0 2px 10px 0;
}

ol.snap_nav li a {
	font-weight: bold
}

ol.snap_nav li.snap_selected a {
	cursor: text;
}

ol.snap_titles {
	clear: both;
	display: block;
	border: 0;
	list-style: none;
}

#footer {
	color: #444;
	border-top: 1px solid #40411E;
	width: 780px;
	text-align: left;
}
	
#footer a {
	color: #444;
		}

#footer p {
	text-indent: 33px;
	color: #40411E;
}
/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
}

ul.menu li {
	margin-left: 16px;

}

ul.menu,
ul.menu li a {
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 6px;
}

ul.menu li a {
	margin: 0;
	color: #fff;
	background: none;
}

ul.menu li a:hover {
	text-decoration: underline;
	background: none;
	color: #000;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	text-decoration: none;
	border-bottom-style: none;
	border-top-style: none;
	color: #000;
	}

#commentform {
	color: #444;
}

#dynamic-content {
	color: #444;
}
