﻿/****************************************************************************************/
/*                                                                                      */
/* Version:         2010-05-04 08:00                                                    */
/* Author: 			Michal Pelech                                                       */
/* Author website: 	www.michalpelech.cz                                                 */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

html
{
	width: 100%;
	height: 100%;
	background: url(images/html-background.jpg) repeat-x left top;
	font-size: 62.5%;
}

body
{
	background: url(images/body-background.jpg) no-repeat center top;
	color: #171717;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: Arial, sans-serif;
}

body, form, ul, li, ol, h1, h2, h3, h4, h5, h6, object, p, form, dl, dd, dt, input, textarea, select
{
	margin: 0;
	padding: 0;
}

input, select, textarea, sub, sup
{
	font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 1.4em;
}

img
{
	border: none;
}

a
{
	cursor: pointer;
	color: #136491;
	outline: none;
}

a:hover
{
	text-decoration: none;
}

label
{
	cursor: pointer;
}

/* CLEAR */
/* slightly enhanced, universal clearfix hack */
.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; }
/* stop commented backslash hack */

.clear 
{
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

.clear hr
{
	display: none;
}

.noscreen
{
	width: 1px;
	height: 1px;
	position: absolute;
	left: -4999px;
	overflow: hidden;
	visibility: hidden;
}

/*======================================================================================*/
/* CONCRETE STYLES                                                                      */
/*======================================================================================*/

#page
{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#topPanelHolder
{
	height: 55px;
}

#topPanelHolder h1,
#topPanelHolder h1 span
{
	width: 144px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

#topPanelHolder h1 span
{
	display: block;
	background: url(images/logo.png) no-repeat left top;
}

#topPanelHolder h1 a
{
	text-decoration: none;
}

#middlePanel
{
	margin: 0 0 10px 0;
	position: relative;
	overflow: hidden;
}

/*======================================================================================*/
/* TOP PANEL	                                                                        */
/*======================================================================================*/

#topPanel
{
	width: 435px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}

#topPanel #menu
{
	width: 435px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	overflow: hidden;
}

#topPanel #menu li
{
	float: left;
}

#topPanel #menu li a
{
	height: 35px;
	margin: 0 20px 0 0;
	float: left;
	line-height: 35px;
	color: #b4b4b4;
	text-decoration: none;
}

#topPanel #menu li.facebook a
{
	width: 28px;
	height: 27px;
	margin: 4px 0 0 0;
	background: url(images/button-facebook.png) no-repeat left top;
	text-indent: -9999px;
}

#topPanel #menu li a:hover,
#topPanel #menu li.current_page_item a
{
	color: #ffffff;
}

#topPanel #menu li.facebook a:hover
{
	background-position: left -27px;
}

/*======================================================================================*/
/* BOTTOM PANEL	                                                                        */
/*======================================================================================*/

#bottomPanel
{
	margin: 0 0 20px 0;
	padding: 20px 0 10px 0;
	border-top: 1px solid #efefef;
}

#bottomPanel .left
{
	width: 55%;
	float: left;
}

#bottomPanel .right
{
	width: 30%;
	float: right;
	text-align: right;
}
