@charset "utf-8";

/*
Theme Name: CMS - Gipfelrausch Blog
Theme URI: http://www.gipfelrausch.com/blog/
Description: Gipfelrausch Blog Theme
Author: Michael Klöpzig
Author URI: http://www.michael-kloepzig.de/
Version: 1.0
*/

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,del,dfn,em,
font,img,ins,kbd,q,s,samp,small,strike,
strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul { list-style-type: none; }

blockquote, q { quotes: none; }

:focus { outline: 0; }

table {
	clear: left;
	border-collapse: collapse;
	border-spacing: 0;
}

img, div { behavior: url('img/iepngfix.htc'); }

html { min-width: 960px; }

body {
	font-family: calibri, arial, sans-serif;
	background: #eee url(img/header.jpg) no-repeat center top;
	/*background: #eee url(img/overlay.png) no-repeat center top;*/
	font-size: 1em;
	line-height: 1.125em;
	color: #666;
}

a:link, a:visited, em {
	color: #669933;
	text-decoration: none;
}

h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h6 a {
	font-style: italic;
	font-weight: normal;
	color: #333 !important;
}

a:hover, h1 a:hover, h2 a:hover, h3 a:hover { color: #557515 !important; }

#page {
	width: 960px;
	margin: 0 auto;
}

#header { 
	width: 960px; 
	height: 200px; 
}

#logo {
	display: block;
	width: 200px;
	height: 200px;
	background: #444 url(img/logo.png) no-repeat;
	margin-left: 20px;
}

#main {
	overflow: hidden;
	background-color: #fff;
	padding-bottom: 3em;
}

#sidebar-left {
	float: left;
	width: 180px;
}

#sidebar-right {
	float: left;
	width: 220px;
}

#sidebar-left {
	margin-right: 40px;
	padding-bottom: 90%;
}

.widget {
	margin-bottom: 1.5em;
	margin-left: 20px;
}

#searchform label { display: none; }
#s { width: 100px; }

#sidebar-right { margin-top: 20px; }

#sidebar-right .thumb img {
	float: left;
	margin: 15px;
}

#content {
	float: left;
	width: 720px;
	margin-top: 20px;
	border-right: 1px solid #e5e5e5;
}

.post {
	margin-bottom: 1.5em;
	padding-right: 20px;
	overflow: hidden;
}
.post h1 {
	font-size: 2em;
	line-height: 1.1em;
	padding-bottom: 0.3em;
}
.post h2 {
	font-size: 1.5em;
	line-height: 1.0em;
	padding-top: 0.05em;
	padding-bottom: 0.5em;
}
.post p { 
	font-size: 1em;
	overflow:hidden;
}

.post .thumb img {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 2px;
	border: 1px solid #ccc;
}
.post .thumb:hover img { border-color: #990000; }

.post .more { padding-left: 0.5em; }
.post object { z-index: 1; }

.single { margin-top: 1.6em; }
.single h2 { padding-top: 1.5em; }
.single p { padding: 1em 0; }
.single hr {
	background-color: #ccc;
	border: 0 none;
	color: #ccc;
	height: 1px;
}


.archive { margin-top: 1.8em; }

.featured {
	margin: 0 20px 5px 0;
	padding: 0 20px 20px 20px;
	background-color: #f3f3f3;
}
.featured h2 {
	font-size: 1.9em;
	margin-top: -0.1em;
	padding-bottom: 0.3em;
}

.featured .thumb img {
	float: left;
	margin: 19px 38px 0 0;
	border: 1px solid #f3f3f3;
}

p.section, form label {
	padding-top: 14px;
	font-size: 0.9em;
	font-style: italic;
	text-transform: uppercase;
	color: #999;
}

.zoomLink {
	display: block;
	padding-top: 5px;
}
.zoomLink img { border: 1px solid #fff; }
.zoomLink:hover img { border-color: #669933; }

.zoomLinkLeft {
	float: left;
	margin: 0 18px 4px 0;
}
.zoomLinkRight {
	float: right;
	margin: 0 0 4px 10px;
}


#outdoor-shop {
	display: block;
	width: 200px;
	height: 180px;
	background: #ad0000 url(img/outdoor-shop.png) no-repeat left top;
}
#outdoor-shop:hover { background-position: left bottom; }



table.contenttable { margin-bottom: 30px; }
table.contenttable th, table.contenttable td {
	padding: 0 5px 0 0;
	text-align: left;
	vertical-align: top;
}

.aktt_tweets ul li {
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	font-size: 0.9em;
}
.aktt_tweets ul li a { color: #993333; }

.navigation {
	overflow: hidden;
	width: 440px;
	margin-top: 3em;
}
.navigation .alignleft { float: left; }
.navigation .alignright { float: right; }
