/*
* 
* Theme Name: Altherma.eu
* Version: 1.0
* Author: Vojta Tremcinsky @ inCUBE interactive s.r.o.
* Author URI: http://incube.cz/
*
* CONTENTS:
* 1) RESET
* 2) GENERAL
* 3) REGIONS
* 4) HEADER
* 5) NAVIGATION
* 6) CONTENT
* 7) FOOTER
* 8) MISC
* 
*/

/*************** RESET ***************/

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME,
H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE,
A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE,
DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP,
SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR,
B, U, I, CENTER,
DL, DT, DD, OL, UL, LI,
FIELDSET, FORM, LABEL, LEGEND,
TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
INPUT, SELECT, TEXTAREA, LABEL {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.1em;
}
/*************** GENERAL ***************/

HTML,BODY {
	width:100%;
	min-height: 100%;
}

HTML {
	background: url(../images/html-bg.png) top repeat-x #333;
}

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.51%;
	line-height: 1;
	text-align: center;
	background: url(../images/body-bg.png) top center no-repeat;
	min-height: 400px;
	
}

A {
	color: #fff;
	text-decoration: none;
}
A:hover {
	color: #666;
	text-decoration: underline;
}

/*************** REGIONS ***************/

#header, #content_body, #footer { width: 940px; margin: 0 auto; text-align: left;}

/*************** HEADER ***************/

	/*- primary navigation -*/
	#header .navigation {
		display: block;
		width: 940px;
		height: 4em;
		background: url(../images/nav-top-bg.png) top center no-repeat;
	}
	
		#header .navigation LI {
			float: left;
			background: url(../images/nav-top-separator.png) top left no-repeat;
			display: block;
		}
			#header .navigation LI.first { background: none; }
		#header .navigation A {
			margin: 0 1em;
			float: left;
			color: #2a2a2a;
			position: relative;
			padding-left: 4px;
			font-weight: bold;
			font-size: 1.4em;
		}
			#header .navigation A:hover, #header .navigation LI.active A, #header .navigation A.active {
				background: url(../images/nav-top-active.png) top left no-repeat;
				text-decoration: none;
			}
		#header .navigation A SPAN {
			display: block;
			padding: 1em 0;
			padding-right: 14px;
			position: relative;
			right: -8px;
		}
		#header .navigation A:hover SPAN, #header .navigation LI.active A SPAN, #header .navigation A.active SPAN {
			background: url(../images/nav-top-active.png) top right no-repeat;
		}
	
	/*- language navigation -*/
	#header #info .navigation {
		background: none;
	}

	/*- H1 -*/
	
	#header H1 A {
		clear: both;
		display: block;
		height: 60px;
		position: relative;
		text-align: right;
		padding: 100px 650px 0 0;
		font-weight: normal;
		font-size: 1.2em;
		position: relative;
		z-index: 2;
		background: url(../images/h1-poprask.png) top left no-repeat;
	}
		#header H1 STRONG { color: #a0e000;	}

/*************** CONTENT BODY ***************/

/*- main navigation -*/

.column UL {
	padding: 0 0 0 2px;
	list-style: inside none;
	margin: 0.5em 0;
}
	.column LI {
		display: inline;
	}
	.column A {
		color: #558600;
		font-weight: bold;
		margin-left: 1em;
		font-size: 1.2em;
	}
	.column .navigation A {
		color: #2a2a2a;
		margin-left: 0;
		display: block;
		zoom: 1;
		padding: 0 0 0 33px;
		height: 30px;
		background: url(../images/nav_main.png) top left no-repeat;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 2.7em;
	}
	.column A:hover, .column A.active, .column .active A {
		background-position: bottom left;
		text-decoration: none;
	}
	.column H3 {
		font-size: 1.4em;
		margin-left: 1em;
	}
	
	.column .block P {
		font-size: 1.2em;
		margin: 0.5em 0 0.5em 1em;
	}
	.column .block P A {
		margin: 0;
		font-size: 1.1em;
	}

#content_body {
	background: url(../images/content_body-bg.png) top center repeat-y;
	margin-top: 25px;
	margin-bottom: 10px;
	position: relative;
}
	#info {
		background: url(../images/content_body-top.png) top center no-repeat;
		display: block;
		width: 100%;
		height: 50px;
		position: relative;
		top: -46px;
		margin-bottom: -46px;
	}
	#info .wrap {
		position: relative;
		z-index: 2;
	}
		#info #nav-info {
			position: absolute;
			left: 1.5em;
			top: 0.7em;
			font-weight: bold;
			background: url(../images/arrow.png) center left no-repeat;
			font-size: 1.4em;
			padding: 0.5em 0 0.5em 1.5em;
		}
		#info #breadcrumb {
			position: absolute;
			left: 16.5em;
			top: 0.7em;	
			font-size: 1.4em;
			padding: 0.5em 0 0.5em 0em;
			font-weight: normal;
			color: #333;
		}
		
		#breadcrumb A {
			color: #333;
			font-weight: bold;
		}
		
		#nav_lang {
			position: absolute;
			right: 2em;
			top: 0.8em;
		}
		#nav_lang LI {
			float: left;
			display: block;
			margin: 0.5em;
		}
		#marquee-wrap {
			overflow: hidden;
			height: 1.5em;
			padding: 0.5em 0.5em 0 0.5em;
			margin-bottom: 0.5em;
			text-align: right;
			font-size: 1.3em;
			color: #111;
			position: relative;
			background: #A0E000;
			border: 1px solid #608d00;
			-webkit-border-radius: 0.4em;
			-moz-border-radius: 0.4em;
		}
		#marquee-wrap STRONG { color: #f11; }
		#marquee-wrap A {
			color: #111;
			font-weight: bold;
		}
		.js-marquee {
			position: absolute;
			right: 0;
		}
		#marquee {
			display: none;
		}
		#nav_lang A SPAN {
			text-indent: -9999px !important;
			position: absolute;
			left: -99999px;
		}
		#nav_lang A {
			display: block;
			width: 31px;
			height: 21px;
			
			background: url(../images/flags.png);
		}
		#nav_lang .cs A { background-position: 0 0;	}
		#nav_lang .cs A.active,	#nav_lang .cs A:hover {	background-position: 0 -21px; }
		#nav_lang .en A { background-position: -31px 0;	}
		#nav_lang .en A.active,	#nav_lang .en A:hover {	background-position: -31px -21px; }
		#nav_lang .hu A { background-position: -62px 0;	}
		#nav_lang .hu A.active,	#nav_lang .hu A:hover {	background-position: -62px -21px; }
		#nav_lang .pl A { background-position: -93px 0;	}
		#nav_lang .pl A.active,	#nav_lang .pl A:hover {	background-position: -93px -21px; }
		#nav_lang .sk A { background-position: -124px 0;	}
		#nav_lang .sk A.active,	#nav_lang .sk A:hover {	background-position: -124px -21px; }
		#nav_lang .de A { background-position: -155px 0;	}
		#nav_lang .de A.active,	#nav_lang .de A:hover {	background-position: -155px -21px; }

		
		BODY .navigation-offers H3 {
			font-size: 1em;
		}
		
	#content_body-bottom {
		background: url(../images/content_body-bottom.png) bottom center no-repeat;
		display: block;
		width: 100%;
		height: 10px;
		position: relative;
		bottom: 10px;
	}
	#content_body .column {
		float: left;
		width: 218px;
		padding: 0 0 0 4px;		
	}

/*************** CONTENT ***************/
	
	#content {
		float: left;
		width: 710px;
	}
	
	.hilite {
		display: block;
		background: url(../images/content-hilite.png) top left no-repeat #d5d5d5;
		margin-bottom: 2em;
	}
		.hilite .wrap {
			display: block;
			background: url(../images/content-hilite-bottom.png) bottom left no-repeat;
			padding: 1.2em;
			max-height: 690px;
		}
			.hilite .image {
				display: block;
				float: left;
				border: 1px solid #b6b6b6;
				width: 294px;
				min-height: 10em;
				position: relative;
				margin-right: 1em;
				background: #fff;
				text-align: center;
			}
				.hilite .image IMG {
					width: auto;
					height: 220px;
				}
			.offer-image-content {
				display: block;
				position: absolute;
				bottom: 0;
				left: 0;
				text-align: center;
				background: #000;
				opacity: 0.7;
				display: block;
				color: #01bdf5;
				width: 100%;
				padding: 0.5em 0;
				font-size: 1.8em;
				text-transform: uppercase;
			}
			.hilite .description {
				float: left;
				width: 370px;
				margin-right: 10px;
			}
			.hilite .description H2 {
				font-size: 1.8em;
			}
			.hilite .description H3 {
				font-size: 1.4em;
				color: #656565;
				font-weight: normal;
				margin-bottom: 2em;
			}
			.hilite .description P {
				font-size: 1.2em;
				margin: 1em 0;
				line-height: 1.3em;
			}
			
/*************** STEPS ***************/	

UL.steps {
	clear: both;
	display: block;
	margin-top: 20px;
}
UL.steps LI {
	display: block;
	padding-left: 60px;
	padding-top: 10px;
	background: url(../images/steps.png) top left no-repeat;
	height: 36px;
	font-size: 1.3em;
	float: left;
}
UL.steps LI STRONG {
	font-size: 1.2em;
}
UL.steps LI.separator { background-position: -248px 7px ; }

UL.steps LI.step-1 { width: 130px; }
UL.steps LI.step-2 { width: 100px; background-position: 0 -100px ; }
UL.steps LI.step-3 { width: 100px; background-position: 0 -200px ; line-height: 1.9em; white-space: nowrap; }

/*************** OFFERS ***************/
.notice {
	margin: 1em 0 0.5em 0;
	text-align: right;
	color: #6d6d6d;
	font-size: 0.9em;
}
.notice .smallprint {
	font-size: 0.8em;
}

UL.offers {
	display: block;
	margin-bottom: 1em;
}
UL.offers LI {
	display: block;
	width: 233px;
	margin-right: 5px;
	margin-bottom: 1em;
	float: left;
	background: url(../images/offer-bg.png) top left repeat-y;
}
	UL.offers LI.last {
		margin-right: 0;
	}
	.offers LI H3 {
		display: block;
		background: url(../images/offer-heading.png) top left no-repeat;
		height: 30px;
		line-height: 2.2em;
		font-size: 1.4em;
		color: #2a2a2a;
		padding-left: 15px;
	}
	.offers LI .count {
		border-top: 1px solid #adabab;
		padding: 0.5em;
		text-align: center;
		font-size: 1.4em;
		background: url(../images/offer-bottom.png) bottom left no-repeat;		
	}
	#content .offers .count P {
		margin: 0;
		font-size: 1em;
	}
	.offers LI .image {
		float: left;
		display: block;
		margin-left: 1px;
		width: 107px;
		height: auto;
		min-height: 80px;
	}
	.offers LI .description {
		float: left;
		width: 11.5em;
		font-size: 1em;
		line-height: 1.2em;
		margin: 0.5em;
	}

/*************** COLUMN ***************/	

.column H2 {
	display: block;
	background: url(../images/column-heading.png) center left no-repeat;
	font-size: 1.4em;
	padding: 0.8em 0 0.8em 2.5em;
	margin: 0.5em 0;
}	

.column .form-item {
	display: block;
	clear: both;
	position: relative;
	margin: 0.5em;
}
.column .form-item LABEL {
	display: block;
	position: absolute;
	padding: 0.5em;
}

.form-item INPUT {
	background: url(../images/form-input-bg.png) top left repeat-x #eae8e8;
	border: 1px solid #fff;
	padding: 0.2em;
	width: 190px;
}
.form-submit {
	background: url(../images/form-button-short.png) top center no-repeat;
	border: 0;
	padding: 0.4em;
	width: 7.3em;
	margin-left: 0.5em;
}
.form-submit:hover {
	cursor: pointer;
}

TEXTAREA {
	width: 700px;
	min-height: 300px;
}
TEXTAREA.code {
	width: 600px;
	min-height: 80px;
}

#content H2 {
	font-size: 1.4em;
	margin: 0.5em 0;
}

#content LABEL {
	font-size: 1.2em;
	margin-right: 1em;
}
#content INPUT {
	font-size: 1.2em;
}
.form-item {
	margin: 0.5em 0;
}

#content P {
	font-size: 1.2em;
	margin: 1em 0;
	line-height: 1.4em;
}

/*************** FOOTER ***************/
#footer {
	position: relative;
	top: -13px;
	padding-left: 180px;
	width: 760px;
}
	#incube A {
		position: absolute;
		top: 0;
		left: 10px;
		display: block;
		width: 156px;
		height: 72px;
		background: url(../images/logo-incube.png) top left no-repeat;
	}
	#poprask {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		background: url(../images/icon-logo.png);
	}
	
	#footer .navigation {
		padding: 1em;
		margin: 0 8em 0 1em;
	}
	
	#footer .navigation LI {
		float: left;
		list-style: inside;
		margin: 0.5em 1em;
	}
	
/*************** MISC ***************/

.fleft {
	float: left;
}
.fright {
	float: right;
}

.img-replaced {
	position: absolute;
	left: -9999px;
}

	.clearafter:after {
		content:"."; 
		display:block; 
		height:0; 
		clear:both; 
		visibility:hidden;
	}
	.clearafter {display:inline-block;}
	.clearafter {display:block;}
	
	.clear {
		clear: both;
	}

