/* CSS Document

--------------------------------
PRAGUE WHISPERS
Webdesign (c) Adam Kudrna, 2008
Print Styles
Last edited: 2008-08-31
--------------------------------

*/



/* Hidden */
hr, .hidden, #menu, #animation, a.button-big-blue, a.button-big-green, a.button-small-blue, a.button-small-green {
	display: none !important;
}



/*---------------------------------------------------------------
GENERAL ELEMENTS
---------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
	font: normal 1em times, serif;
}

h2 {
	clear: left;
}

p {
	text-align: justify;
}

a, a:link, a:visited {
	color: #025C9B;
	text-decoration: underline;
}

a img {
	border-style: none;
}



/*---------------------------------------------------------------
LAYOUT
---------------------------------------------------------------*/

div.clearer {
	clear: both;
	line-height: 0;
}

#header {
	position: relative;
}

/* Logo */
#logo h1 {
	width: 225px;
	height: 70px;
	position: relative;
	overflow: hidden;
	margin: .2em 0;
	font-size: 180%;
	text-transform: uppercase;
	line-height: 105%;
}
#logo h1 a { /* FF neumi tisknout pruhledne pozadi, proto se netiskne graficke logo */
	color: #025C9B;
	text-decoration: none;
}

#phone {
	position: absolute;
	top: 0;
	right: 0;
}
#motto {
	position: absolute;
	top: 3em;
	right: 0;
}

#contents {
	border-top: .5mm solid black;
	padding: .5em 0 2em 0;
}

#footer {
	clear: both;
	padding-top: .5em;
	border-top: .5mm solid black;
}



/*---------------------------------------------------------------
CONTENTS
---------------------------------------------------------------*/

/* Boxes */
div.left-section {
	width: 65%;
}
div.boxes-right {
	width: 25%;
	float: right;
	padding-top: 1em;
}
div.box {
	margin-bottom: 2em;
}
div.box h2, div.box h3, div.box h4 {
	font-size: 100%;
}

/* Product Previews */
div.product-preview div.clearer {
	clear: left;
}
img.product-image {
	float: left;
	margin: 0 1em 1em 0;
}

/* Services */
img.photo-radio {
	margin: 0 0 1em 0;
}
