/*
	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	: Mario & Julia Dobnig
	Author Site	: http://hohetauern.dieAlpen.at/
	Scheme Name	: Tauern
	Comments	: -
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	background-repeat: no-repeat;
	background-position: left top;
	height: 225px;
	background-color: #666666;
	/* Contains the H1 and menu */
	
	}
#header .description {
	font-size: 1.1em;
	font-weight: bold;

	}
.pagetitle { 
	text-align: left;
	}

.pagetitle h2 {
	text-align: left;
	}
.primary {
	/* Contains the main column */
	}
.primary iframe {
	margin-left: -5px;
	padding: 4px;
	border: 1px solid #ccc;
	max-width: 100%;
	}
.primary h3, .primary h4, .permalink .primary .aside h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
	display: inline;
	}
.item {
	/* Each entry is contained within the 'item' class */
	}

.itemtext {
	/* The meat and potatoes of every entry */
	}
.fullwidth {
	width: 100%;
	}
.origWidth {
	width: auto;
	align: left;
	}
li.page_item {
	min-height: 22px;
}
.page_item a {
	font-size: 140%;
	}

.secondary {
	/* Contains the sidebar */
	
	}

.comments #leavecomment {
	text-align: left;
	margin: 0px;
	color: #ddd;
	font-size: 16px;
	letter-spacing: -2px;
	}
	
.comments form textarea {
	height: 100px;
	padding: 2px;
	width: 100%;
	_width: 98.5%; /* IE hack */
	}

#sidebar-advertising {
	background-image: url(tauern/book-sidebar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 320px;
	width: 200px;
	margin: 0px;
	margin-top: 25px;
	}

#sidebar-advertising-osttirol {
	background-image: url(tauern/osttirol-sidebar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 60px;
	width: 200px;
	margin: 0px;
	margin-top: 25px;
	}
	
#sidebar-advertising-tyrolia {
	background-image: url(tauern/tyrolia-sidebar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 60px;
	width: 200px;
	margin: 0px;
	margin-top: 25px;
	}

