/**
 * Main stylesheet.
 */



/* general settings ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.hidden, hr { /* hidden elements */
	position: absolute; left: -3800px;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

img { display: block; }
address { font-style: normal; }
a img { border: none; }
a, a span, .button { cursor: pointer; }
acronym, abbr { cursor: help; border-bottom: #222 1px dotted; }
table { color: #FFF; }
.cleaner { clear: both; }
a:link, a:visited { color: #FFF; }



/* basic layout ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html, body {
	margin: 0; padding: 0;
	width: 100%;
    font-family: sans-serif;
    cursor: default;
    text-align: center;
    color: #FFF;
}

html {
	background: #B28544 url('../img/prague-apartment-rentals/bg.png') center top repeat-x;
}

#document {
	position: relative;
    margin: 0 auto; padding: 0; padding-bottom: 50px;
    text-align: left;
    width: 625px;
    font-size: 75%;
}



/* the rest ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h1 {
	width: 227px; height: 42px;
	font-size: 130%;
	line-height: 42px;
	margin: 0 auto; margin-top: 72px; margin-bottom: 48px;
	text-align: center;
	display: block;
	background: #C19D69;
	position: relative;
	overflow: hidden;
}

#header {
	position: absolute; left: 0; top: 0;
	width: 227px; height: 42px;
	display: block;
	background: url('../img/prague-apartment-rentals/header.png') center no-repeat;
}

.cafe {
	position: absolute; 
  left: 0; top: 0;
	width: 117px; height: 145px;
	display: block;
	margin-top: -68px; margin-bottom: 0px; margin-left: 450px;
	background: url('../img/prague-apartment-rentals/cafe-lounge-splash.png') center no-repeat;
}

.box {
	width: 305px;
}

.box a {
    display: block;
}

.box .text {
	position: relative;
	height: 225px;
	overflow: hidden;
}

.box p {
	margin: 0; padding: 1em 1.5em;
    line-height: 165%; =line-height: 180%;
}

.box strong {
	font-size: 160%;
	font-weight: normal;
}

.box .image {
	display: block;
	position: absolute; top: 0;
	width: 305px; height: 225px;
	background-color: black;
}

.logo {
	display: block;
	width: 305px; height: 225px;
	position: absolute; left: 0; top: 0;
}

h2 {
	height: 222px;
	margin: 0; padding: 0;
	position: relative;
}

#slogan {
	clear: both;
	width: 149px; height: 27px;
	font-size: 100%;
	line-height: 27px;
	margin: 0 auto;
	text-align: center;
	display: block;
	background: #C19D69;
	position: relative;
	overflow: hidden;
}

#footer {
	position: absolute; left: 0; top: 0;
	width: 149px; height: 27px;
	display: block;
	background: url('../img/prague-apartment-rentals/stay.png') center no-repeat;
}

#copy {
    font-size: 65%;
    padding: 1.5em 0 1em 0;
    background: url('../img/prague-apartment-rentals/footer.png') center top repeat-x;
}

a {
	text-decoration: none;
}

#hungerwall {
    float: left;
}

#apartments {
    float: right;
}

#hungerwall a {
	padding-right: 15px;
}

#apartments a {
	padding-left: 15px;
}

#hungerwall .logo {
    background: #C19D69 url('../img/prague-apartment-rentals/hungerwall-logo.png') center top no-repeat;
}

#apartments .logo {
    background: #C19D69 url('../img/prague-apartment-rentals/apartments-logo.png') center top no-repeat;
}

#hungerwall .image {
    background-repeat: no-repeat;
    /* background-image: url('../img/prague-apartment-rentals/hungerwall.jpg'); */
	left: 0;
}

#apartments .image {
    background-repeat: no-repeat;
	/* background-image: url('../img/prague-apartment-rentals/apartments.jpg'); */
	right: 0;
}

#hungerwall .text {
	background: #590012;
}

#apartments .text {
    background: #08281B;
}

