/*
Theme Name: ski
Theme URI: http://www.fohrmann.at
Description: Customized Wordpress Theme for ski Tourist Board
Version: 1.0
Author: Ing. Christian Fohrmann
Author URI: http://www.fohrmann.at
Tags: ski, galcier, travel, austria, tyrol
*/
html, body, * {
	padding:0;
	margin:0;
}

html>body #content {
	height: auto;
	min-height: 580px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	text-align: center;
	background-image: url(images/bg.png);
	background-repeat:repeat;
	background-attachment:fixed;
	color:#555;
}


#wrap {
	width: 926px;
	margin:0 auto;
	background-image:url(images/ski-wrap.jpg);
	background-repeat:repeat-y;
	border-left:2px solid #000033;
	border-right:2px solid #000033;
}

#header {
	margin:0px auto;
	padding:0px;
	height:289px;
	width:926px;
	background-image: url(images/ski-header.jpg);
	background-repeat: no-repeat;
	position:relative;
}

#content {
	width:926px;
	margin:0 auto;
}

#sidebar {
	float:left;
	width:291px;
	background-image:url(images/ski-sidebar.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	font-size: 11px;
}

#sidebar h4 {
	color: #12375D;
	font-family: Trebuchet MS, arial, sans-serif;
	margin-top: 5px;
	padding: 3px 3px 3px 23px;
	background-image:url(images/snow16.png);
	background-position: left;
	background-repeat:no-repeat;
}

#sidebar p {
	padding: 3px;
}

#menu {
	padding:25px 0 25px 45px; 
	text-align:left;
}

#menu p.sitename {
	width:220px;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:11px;
}

#menu ul li, #recentcomments li, #recentcomments li.recentcomments {
	padding:0; 
	margin:0;
	width:225px;
}

#menu ul li a {
	display:block;
	padding:4px 4px 4px 23px;
	text-decoration:none;
	color: #163E66;
}

#menu ul li a:hover, #recentcomments li a:hover, #recentcomments li.recentcomments a:hover {
	color:#000000;
	/*background: #0099DD;*/
}

#recentcomments li, #recentcomments li.recentcomments {
	display:block; 
	padding:4px 4px 4px 10px; 
}

#main {
	margin:0;
	padding:0;
	width:635px;
	background-image:url(images/ski-post.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	float:right;
}

/* Let's keep those items in line!  :)  */
#main .storycontent {
	overflow:hidden;
}

a, a:link {
	color: #163E66;
	text-decoration: underline;
}

a:hover {
	color: #163E66;
	text-decoration: none;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:18px;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:16px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}


h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}

p {
margin:0px;
padding:5px 0px;
line-height:1.6em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a img {
	border: none;
}

h3 a:link, h3 a:hover, h3 a:visited{
	/*color: #577a9a;*/
	color: #37536c;
	text-decoration:none;
}

.item {
	text-align:left;
	padding:20px 45px 20px 10px;
}

.item ul {
	list-style-type: disc;
	margin:5px 0px 5px 25px;
}

.item ol{
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

.itemhead{
	padding-top: 5px;
	padding-bottom: 10px;
}


.storycontent p {
	padding:5px;
}

img {
	float:left;
	padding:0 8px 5px 0;
}

img.right {
	float:right;
	padding:0 0 5px 5px;
}

.chronodata, .tags, .catagory, .metadata {
	/*display: inline;
	text-align: right;*/
	margin:5px;
	font-size:11px;
	font-style:italic;
	color:#809db8;
	display: block;
}

input{
	font-size: 80%;
}

#author, #email, #url {
	width:200px;
}

#comment {
	width:450px;
	height:175px;
	padding:10px;
}

#comments {
	color:#305373;
}

.metadata {
	color: #999999;
}

.metadata a:link, .metadata a:hover, .metadata a:visited{
	color: #163E66;
}

.commentlist p {
	clear: both;
	font-size: 95%;
}

cite{
	font-size: 95%;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

#respond {
	/*color:#577a9a;*/
	color:#37536c;
	margin-bottom:15px;
}

#respond h3 {}

.commentmetadata {
	font-size: 80%;
	float: right;
}
.commentlist {
	margin-top: 5px;
}

.commentlist li {
	padding: 2px;
	border-top: 1px solid #dedede;
	overflow:hidden;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
}


.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #000000;
}

img, img.left, .alignleft {
	float:left;
	padding:0 8px 5px 0;
}


img.right, .alignright {
	float:right;
	padding:0 0 5px 8px;
}

.aligncenter,
div.aligncenter, 
img.center {
   display: block;
   margin-left: auto;
   margin-right: auto;
   float:none;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
#searchform {
	clear: both;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 3px;
}

li .categories, li .linkcat, li .pagenav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#wp-calendar {
	empty-cells: show;
	font-size: 90%;
	margin: 0;
	width: 90%;
	padding: 3px;
	text-align:center;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight:bold;
	background-color:#eff4f7;
}


#wp-calendar td {
	color: #163E66;
	font-size: 70%;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar caption {
	font-weight:bold;
}

#wp-calendar #today {
	background-color:#FAEEC0;
	color: #012444;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#footer {
	height:144px;
	background-image:url(images/ski-footer.jpg);
	background-repeat:no-repeat;
	clear:both;
}

#footer p {
	text-align: center;
	color: #012444;
	font-size:10px;
	padding-top:45px;
}

#footer a:link, #footer a:hover, #footer a:visited{
	color: #000000;
}

.avatar {
	border:none;
	float:left;
	margin:0 5px 2px 0;
}

#menu .taggage {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

#menu .taggage a {
	text-decoration:none;
}

#menu .widget-move-over {
	margin-bottom:15px;
}

#calendar_wrap {
	margin-bottom:15px;
}
#hnav {
	display:block;
	font-size:12px;
	font-weight:400;
	height:30px;
	width:600px;
	z-index:10;
	position:relative;
	top:270px;
	left:290px;
	text-align:left;
}
#hnav .menu {
	position:absolute;
	z-index:100;
}
#hnav li {
	color:#fff;
	float:left;
	position:relative
}
#hnav a {
	color:#666;
	display:block;
	line-height:30px;
	text-decoration:none;
	padding:0px 7px
}
#hnav ul {
	list-style:none;
	position:absolute;
	margin:0;
	padding:0
}
#hnav ul ul {
	-moz-box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	display:none;
	float:left;
	font-size:12px;
	left:0;
	position:absolute;
	top:30px;
	width:220px;
	text-shadow:none
}
#hnav ul ul a {
	background-color:#09C;
	color:#fff;
	height:auto;
	line-height:1em;
	width:200px;
	padding:8px 10px
}
#hnav ul ul li {
	min-width:200px;
	text-transform:none
}
#hnav ul ul ul {
	left:100%;
	top:0
}
#hnav ul ul :hover > a {
	background-color:#dddddd;
	color:#000;
	text-shadow:none
}
#hnav li:hover > a, #hnav ul li.current_page_item > a, #hnav ul li.current-menu-ancestor > a, #hnav ul li.current-menu-item > a, #hnav ul li.current-menu-parent > a, #hnav ul li.current_page_parent > a {
	background-color:#069;
	color:#fff;
	text-shadow:0 -1px 0 #124928
}
#hnav ul li:hover > ul, .offer-preview .preisbutton a, #sidebar .dreisechzig a {
	display:block
}
#lang{
	position:absolute;
	left:756px;
	top:10px;
	width:100px;
	text-align:right;
	text-align:left;
}
#wrap #content #sidebar #menu .textwidget small {
}
.wpcf7 {
	background-color:#09C;
	float:left;
	color:#fff;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:thin inset;
}
.wpcf7-form .group h2 {
	color:#FFF;
	margin:0px 0px 10px 0px;
}
.wpcf7 .col1 {
	width:260px;
	padding:0 0 5px
}
.wpcf7 .col2 {
	float:left;
	width:140px;
	color:#f0f0f0;
	padding:0 0 5px
}
.wpcf7 .col3 {
	float:left;
	width:82px;
	padding:0 0 5px
}
.wpcf7 label {
	font-size:12px;
	display:block;
	color:#fff;
	padding:2px 1px;
	clear:left;
	text-shadow:0 -1px 0 #066;
	-webkit-text-shadow:0 -1px 0 #036;
	-moz-text-shadow:0 -1px 0 #036;	
}
.wpcf7-list-item label {
	font-size:12px;
	display:block;
	text-shadow:0 -1px 0 #333;
	color:#f0f0f0;
	padding:2px 1px;
	min-width:150px;
}
.wpcf7 .zahl {
	font-size:12px;
	width:55px;
	padding:5px
}
.wpcf7 .anzahl {
	font-size:12px;
	width:35px;
	padding:5px
}
.wpcf7 .text1 {
	font-size:12px;
	width:250px;
	padding:5px
}
.wpcf7 .text2 {
	font-size:12px;
	width:110px;
	padding:5px
}
.wpcf7 .text3 {
	font-size:12px;
	width:90px;
	padding:3px
}
.wpcf7 .text4 {
	font-size:12px;
	width:260px;
	padding:3px
}
.wpcf7 .clearer {
	clear:both;
	margin:0px;
	padding:0px;
}
.wpcf7 .submit .button {
	background-color:#069;
	border:1px solid #066;
	color:#fff;
	cursor:pointer;
	font-size:16px;
	height:35px;
	line-height:35px;
	text-shadow:0px -1px 0px #003;
	width:190px;
	margin:10px 0;
}
.wpcf7 .submit .button:hover {
	background-color:#036;
}
.wpcf7 .group {
	float:left;
	width:280px;
	padding:5px;
}
.wpcf7 .hidden {
	display:none;
	visibility:hidden
}
.wpcf7-list-item {
	display:block;
	float:left
}
.wpcf7-not-valid-tip {
	background-color:#900;
	color:#FFF;
	font-size:11px;
	position:relative;
	margin:1px;
	padding:2px 5px;
	text-shadow: none;
	display: block;
}
.wpcf7-validation-errors {
	background-color:#900;
	color:#FFF;
	clear:left;
	padding:5px
}
.wpcf7-not-valid-tip-no-ajax {
	color:red;
	font-size:11px
}

