﻿/****************************************************************************************/
/*                                                                                      */
/* Version:         2010-04-02 08:00                                                    */
/* Author: 			Michal Pelech                                                       */
/* Author website: 	www.michalpelech.cz                                                 */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

html
{
	font-size: 62.5%;
}

body
{
	background: #ffffff;
	color: #666666;
	font-size: 1.3em;
	line-height: 1.5;
	font-family: Tahoma, "Lucida Grande CE", lucida, 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;
}

textarea
{
	font-size: 1.0em;
}

input, select, textarea, sub, sup
{
	font-family: Verdana, Tahoma, Arial;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
}

h1
{
	margin-bottom: 0.25em;
	font-size: 1.7em;
	font-weight: normal;
}

h2
{
	margin-bottom: 0.25em;
	font-size: 1.15em;
	font-weight: bold;
}

h3
{
	margin-bottom: 0.5em;
	line-height: 1em;
	font-size: 1em;
	font-weight: bold;
}

p
{
	margin-bottom: 1.5em;
	padding: 0;
	text-align: justify;
}

img
{
	border: none;
}

a, a:link
{
	cursor: pointer;
	color: #cc0000;
	outline: none;
}

a:visited 
{
	color: #850000;
}

a:hover, a:active, a:focus
{
	color: #666666;
}

a:visited:hover, a:visited:active, a:visited:focus
{
	color: #666666;
}

a.external
{
	padding: 0 13px 0 0;
	background: url(images/icon-ext.gif) no-repeat right center;
}

a:visited.external
{
	background-image: url(images/icon-ext-visited.gif);
}

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;
}

.alR
{
	text-align: right !important;
}

.alC
{
	text-align: center !important;
}

/*======================================================================================*/
/* CONCRETE STYLES                                                                      */
/*======================================================================================*/

#page
{
	width: 990px;
	margin: 0px auto;
	position: relative;
}

#topPanelHolder
{
	width: 100%;
	height: 159px;
	position: relative;
	background: #af0a0a url('images/top.gif') left top no-repeat;
	color: #ffffff;
	overflow: hidden;
}

#topPanelHolder p.logo
{
	width: 400px;
	position: absolute;
	left: 210px;
	top: 25px;
	font-family: "Trebuchet MS","Geneva CE",lucida,sans-serif;
	font-size: 2.7em;
}

#topPanelHolder p.logo a
{
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#topPanelHolder p.slogan
{
	width: 400px;
	position: absolute;
	left: 210px;
	top: 78px;
	font-family: "Trebuchet MS","Geneva CE",lucida,sans-serif;
	font-size: 1.25em;
}

#topPanelHolder #menu
{
	padding: 0 10px 0 0;
	position: absolute;
	right: 0;
	bottom: 24px;
	overflow: hidden;
	list-style-type: none;
	z-index: 10;
}

#topPanelHolder #menu li
{
	float: left;
}

#topPanelHolder #menu li a
{
	padding: 7px 20px;
	float: left;
	line-height: 1.5em;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#topPanelHolder #menu li a:hover
{
	background: #666666;
}

#topPanelHolder #menu li a.active,
#topPanelHolder #menu li.current-menu-item a
{
	background: #ffffff;
	color: #000000;
}

/*======================================================================================*/
/* MIDDLE PANEL	                                                                        */
/*======================================================================================*/

#rightPanel
{
	width: 770px;
	padding: 10px 10px 0 20px;
	float: right;
	position: relative;
}

#rightPanel #contentPanel
{
	width: 570px;
	float: left;
	position: relative;
}

#rightPanel #rightSide
{
	width: 180px;
	padding: 7px 0 0 0;
	float: right;
}

#rightSide p
{
	margin-bottom: 0.5em;
	text-align: left;
}

#rightSide p.cite-author
{
	margin: 0;
}

#rightSide ul
{
	margin: 0 0 1.5em 0;
	list-style: none;
}

#leftPanel
{
	width: 180px;
	padding: 18px 0 0 10px;
	float: left;
}

#leftPanel ul
{
	margin: 0 0 0.85em 20px;
}

#leftPanel ul li a
{
	font-weight: bold;
}

#leftPanel p.indentTop
{
	margin: 25px 0 0 0;
}

#leftPanel p a
{
	padding: 0 !important;
	background: none !important;
}

#rightSide h2,
#leftPanel h2
{
	padding-bottom: 0.25em;
	border-bottom: 1px solid #DCDEDC;
}

/*======================================================================================*/
/* TOP PANEL	                                                                        */
/*======================================================================================*/

#topPanel
{
	width: 400px;
	height: 135px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}

#topPanel #searchPanel
{
	width: 269px;
	position: absolute;
	right: 0;
	top: 30px;
}

#topPanel #searchPanel input.text
{
	width: 163px;
	margin: 0 5px 0 0;
	padding: 3px 2px;
	border: 1px solid #890606;
	color: #333333;
	font-size: 0.9em;
}

#topPanel #searchPanel input.button
{
	width: 80px;
}

/*======================================================================================*/
/* BOTTOM PANEL	                                                                        */
/*======================================================================================*/

p.top
{
	margin-bottom: 0.85em;
	padding-right: 10px;
	text-align: right;
}

#bottomPanel
{
	height: 80px;
	position: relative;
	background: #af0a0a;
	color: #ffffff;
	text-align: right;
}

#bottomPanel p
{
	margin: 0;
	padding: 0.5em 10px 0 0;
	text-align: right;
	font-size: 0.85em;
}

#bottomPanel p a
{
	color: #ffffff;
	font-weight: bold;
}

#bottomPanel p a
{
	padding: 0 !important;
	background: none !important;
}

#bottomPanel p a:hover
{
	text-decoration: none;
}

#bottomPanel img
{
	position: absolute;
	left: 60px;
	top: -76px;
}