/*
Theme Name: Krumlov House
Theme URI: http://krumlovhostel.com
Description: Default stylesheet for Krumlov House
Author: Colin Lewis
Author URI: http://colinlewis.se
Template: mobile
*/

/* .................................................................................................................... */
/* Reset default html styles, basic styles. */
ul,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,div,dl,dt,dd
{
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	color: inherit;
	font: inherit;
	text-indent: 0;
}

html, body
{
	margin: 0;
	padding: 0;
	border: none;
	background-color: #fff;
	color: #333;
	text-indent: 0;
}

p { margin: 0 0 1em 0; }
ul { list-style-type: disc; }
ol { margin: 0; }

input
{
	margin: 0;
	padding: 0;
	width: 99%;
}

select
{
	margin-top: 0.2em;
	margin-left: 0.2em;
	clear: both;
	vertical-align: middle;
}

.right
{
	float: right;
	padding: 0 0 0.5em 0.5em;
}

.right0 { float: right; }
.left { float: left; }
.clear { clear: both; }
.clearnone { clear: none; }
.hide { display: none; }
#skip { display: none; }
.gray { color: #999; }

.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* close commented backslash hack */
/* .................................................................................................................... */
/* Phark image replacement */
.ir
{
	text-indent: -9999em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
}

/* .................................................................................................................... */
/* Links */
a { outline: none; }

a,a:link,a:visited,a:active
{
	color: #900;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #c60;
	text-decoration: underline;
	font-weight: bold;
}

/* .................................................................................................................... */
/* All the rest */
body
{
	text-align: center;
	font-size: 0.8em;
	font-family: "Helvetica Neue", arial, helvetica, sans-serif;
	line-height: 1.6;
	background-image: url('bg/body.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	margin-top:0;
}

#container { text-align: left; }

#container
{
	width: 550px;
	margin: 0 auto 0 auto;
padding-top:10px;}

#header h1 a
{
	display: block;
	background-color: transparent;
	width: 550px;
	height: 265px;
	margin: 14px auto 15px auto;
	text-indent: -9999em;
	background-image: url('bg/header.png');
	background-repeat: no-repeat;
	background-position: left top;
}

#contact-wrap
{
	clear: both;
	text-align: center;
	background-image: url('bg/contact1.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 23px;
}

#contact
{
	Xbackground-image: url('bg/contact2.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 55px;
	padding-top:8px;
}

* html #contact { height: 55px; }

#contact p
{
	width: 419px;
	margin: 0 auto;
	padding: 15px 0;
	line-height: 1.4;
	font-size: 0.85em;
}

#content
{
	float: left;
	width: 323px;
	min-height: 240px;
	padding-bottom: 20px;
}

* html #content { height: 240px; }
#content h2 { font-size: 2.2em; line-height:1.1; padding-bottom:0.5em;}
#content h3 { font-size: 1.6em; }
#content ul { margin-bottom:1em; }
#content ul li { list-style-type:none; } 
#nav
{
	float: right;
	display:inline;
	width: 219px;
	height: 305px;
	background-image: url('bg/nav.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
}

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

#nav ul li#welcome a,
#nav ul li#reservations a,
#nav ul li#get-here a,
#nav ul li#about-us a,
#nav ul li#photos a,
#nav ul li#links a,
#nav ul li#mobile a
{
	display: block;
	width: 161px;
	height: 30px;
	text-indent: -9999em;
	position: absolute;
	left: 33px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
}

#nav ul li#welcome a:hover,
#nav ul li#reservations a:hover,
#nav ul li#get-here a:hover,
#nav ul li#about-us a:hover,
#nav ul li#photos a:hover,
#nav ul li#links a:hover,
#nav ul li#mobile a:hover { background-position: left bottom; }
#nav ul li#welcome a { background-image: url('bg/welcome.png'); }
#nav ul li#reservations a { background-image: url('bg/reservations.png'); }
#nav ul li#get-here a { background-image: url('bg/get-here.png'); }
#nav ul li#about-us a { background-image: url('bg/about-us.png'); }
#nav ul li#photos a { background-image: url('bg/photos.png'); }
#nav ul li#links a { background-image: url('bg/links.png'); }
#nav ul li#mobile a { background-image: url('bg/mobile.png'); }
#nav ul li#welcome a { top: 40px; }
#nav ul li#reservations a { top: 72px; }
#nav ul li#get-here a { top: 107px; }
#nav ul li#about-us a { top: 143px; }
#nav ul li#photos a { top: 177px; }
#nav ul li#links a { top: 212px; }
#nav ul li#mobile a { top: 253px; }
#header ul li { list-style-type: none; }

/*
#header ul li#mobile a
{
	display: block;
	width: 90px;
	height: 60px;
	text-indent: -9999em;
	background-image: url('bg/mobile.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 10px;
	left: 10px;
}

#header ul li#mobile a:hover { background-position: left bottom; }
*/

#header ul li#large-screen { display: none; }

#news
{
	clear: left;
	width: 100%;
	background-image: url('bg/news-top.png');
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 244px;
}

* html #news { height: 244px; }

#news h3
{
	padding-top: 100px;
	font-size: 1.8em;
}

#news h3, #news .heading-link, #news div
{
	width: 200px;
	padding-left: 275px;
}

#news a.heading-link
{
	display: block;
	background-image: url('bg/bullet.png');
	background-repeat: no-repeat;
	background-position: 265px top;
}

#news ul
{
	list-style-type: square;
	color: #666;
}

#footer
{
	clear: both;
	width: 100%;
	position: relative;
	margin: 20px 0 20px 0;
	background-image: url('bg/news-bot.png');
	background-repeat: no-repeat;
	background-position: left top;
	
}

#footer ul
{
	list-style-type: none;
	padding: 90px 0 10px 0;
}

#footer ul li { display: inline; }
#footer ul li a { padding-right: 20px; }

#facebook a,
#twitter a,
#eco a,
#lets-go a,
#litbo2 a
{
	display: block;
	float: left;
	clear: none;
	text-indent: -9999em;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}

#facebook a
{
	background-image: url('bg/facebook.png');
	width: 50px;
	height: 50px;
}

#twitter a
{
	background-image: url('bg/twitter.png');
	width: 50px;
	height: 50px;
}

#eco a
{
	background-image: url('bg/eco.png');
	width: 48px;
	height: 56px;
}

#lets-go a
{
	background-image: url('bg/lets-go.png');
	width: 50px;
	height: 50px;
}

#litbo2 a
{
	background-image: url('bg/litbo2.png');
	width: 101px;
	height: 50px;
}

#trip-advisors-crazy-code
{
	position: absolute;
	right: -10px;
}

#cl
{
	width: 100%;
	padding: 100px 0 0 0;
}

#cl-link
{
	display: block;
	text-indent: -9999em;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('bg/cl.png');
	width: 106px;
	height: 25px;
	position: absolute;
	right: 0;
}

#cl-link:hover { background-position: left bottom; }
a.link-head { font-size: 1.2em; }
.xoxo, .linkcat { list-style-type: none; }
li.linkcat { border-bottom: 3px double #ddd; }
li.linkcat:last-child { border-bottom: 0; }
ul.xoxo li a { display: block; }

ul.xoxo li
{
	border-bottom: 1px solid #eee;
	margin: 3px 0;
	padding: 3px 0;
}

ul.xoxo li:last-child { border-bottom: 0; }
.piclenselink { display: none; }