/* CSS Document

--------------------------------
Czech Knowledge Company, s.r.o.
Webdesign (c) Adam Kudrna 2009
Last edited: 2010-01-07
--------------------------------

Structure:
	width
	height
	display
	position
	z-index
	float
	clear
	overflow
	margin
	padding
	border
	background
	color
	font
	text
	align

Colors Used:
	- Blue: #2C5B81
	- Light Blue: #7BA1C0
	- Dark blue: #0E2C45
	- Beige: #C88D3B

	- Grey 1 (body text): #555
	- Grey 2: #7D7D7D
	- Grey 3: #898989
	- Grey 4: #ccc

*/



/*---------------------------------------------------------------
GENERAL ELEMENTS
---------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #fff url("../images/bg_top.png") repeat-x;
	color: #555;
	font: normal .8em verdana, sans-serif;
	text-align: center;
	line-height: 150%;
}

/* Headings */
h1 {
	font-size: 150%;
}
h2 {
	margin: .25em 0 .75em;
	padding-bottom: .25em;
	border-bottom: 2px dotted #ccc;
	color: #2C5B81;
	font-weight: normal;
	font-size: 150%;
}
h3 {
	margin: 1.5em 0 .5em;
	color: #C88D3B;
	font-size: 110%;
}
h4 {
	margin: 1.75em 0 0;
	font-size: 100%;
}
h5 {
	margin: 1em 0 0;
	font-size: 85%;
}

/* Text */
p {
	margin: 0 0 1em;
}
abbr, acronym {
	border-bottom: 1px dotted #555;
	cursor: help;
}
abbr.geo {
	border-bottom-style: none;
	cursor: default;
}
.geo a abbr {
	border-bottom-style: none;
	cursor: pointer;
}
blockquote, q {
	font-style: italic;
}
blockquote {
	margin: 1em 0 1em 2em;
	padding: 1em 1em 1px;
	background-color: #eee;
}
code {
	background-color: #eee;
}
pre {
	width: 96%;
	overflow: scroll;
	padding: 1em;
	background-color: #eee;
}

/* Lists */
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 3em;
}
ul {
	list-style-type: square;
}
li ul, li ol {
	margin: .25em 0;
}
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 .5em 2em;
}

/* Tables */
table {
	margin: 2em 0;
	border-collapse: collapse;
	font-size: 100%; /* IE6 */
}
caption {
	margin-top: 1em;
	padding-bottom: .5em;
	font-weight: bold;
	text-align: left;
}
td, th {
	padding: .25em 1.5ex;
	border: 2px solid #fff;
	text-align: center;
}
th {
	background-color: #888;
	color: #fff;
	font-weight: bold;
}
td {
	background-color: #eee;
}
tr.even td {
	background-color: #eee;
}

/* Links */
a:link, a:visited {
	color: #2C5B81;
	text-decoration: underline;
}
a:hover {
	color: #C88D3B;
}
a:active {
	color: #c00;
}

#contents a.email {
	padding-right: 1.5em;
	background: transparent url("../images/email.png") no-repeat center right;
}
#contents a.external {
	padding-right: 1em;
	background: transparent url("../images/external.png") no-repeat right 25%;
}

#contents a img {
	padding: 2px;
	border: 2px solid #ccc;
}
#contents a:hover img {
	border-color: #888;
}
a img.logo {
	padding: 0 !important;
	border-style: none !important;
}

h3 a, h3 a:link, h3 a:visited {
	color: #C88D3B;
}
h3 a:hover {
	color: #2C5B81;
}



/*---------------------------------------------------------------
GENERIC CLASSES
---------------------------------------------------------------*/

.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}

.col-left {
	width: 48%;
	float: left;
}
.col-right {
	width: 50%;
	float: right;
}
div.clearer {
	line-height: 0;
	clear: both;
}

img.right {
	float: right;
	margin: .25em 0 1em 1em;
}
img.left {
	float: left;
	margin: .25em 1em 1em 0;
}

.hidden {
	display: none;
}



/*---------------------------------------------------------------
LAYOUT
---------------------------------------------------------------*/

/* DOCUMENT */
#document {
	width: 980px;
	position: relative;
	margin: 0 auto;
	background: transparent url("../images/bg_document-top.png") no-repeat right 261px;
	text-align: left;
}

/* HEADER */
#header {
	height: 261px;
	background: #0E2C45 url("../images/bg_top.png") repeat-x;
}

/* Logo */
#logo {
	position: absolute;
	top: 80px;
	left: 50px;
}
#logo h1 {
	width: 190px;
	height: 140px;
	position: relative;
	overflow: hidden;
	margin: 0;
	line-height: 100%;
}
#logo h1 a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
#logo h1 strong {
	display: block;
	font-size: 70%;
}
#logo h1 span {
	width: 190px;
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: transparent url("../images/logo.png") no-repeat;
}

/* MENU: MAIN NAVIGATION */
#menu {
	width: 270px;
	position: absolute;
	top: 340px;
	left: 50px;
	z-index: 2;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	width: 100%;
	display: block;
	padding: 0;
	list-style-type: none;
}

#menu li a, #menu li a:link, #menu li a:visited {
	width: 210px;
	display: block;
	padding-right: 60px;
	color: #0E2C45;
	font-size: 12px;
	line-height: 33px;
	text-align: right;
}
#menu a.active {
	font-weight: bold !important;
}

#menu:hover a.active, #menu ul.Hover a.active {
	background-image: none;
	color: #0E2C45 !important;
}
#menu a:hover, #menu a.active,
#menu:hover a.active:hover, #menu ul.Hover a.active:hover,
#menu li:hover a, #menu li.Hover a, #menu li:hover a.active, #menu li.Hover a.active {
	background: transparent url("../images/menu_active.png") no-repeat;
	color: #fff !important;
	text-decoration: none;
}
#menu a:hover span, #menu a.active span,
#menu:hover a.active:hover span, #menu li:hover a span, #menu li.Hover a span {
	background: #C88D3B url("../images/menu_active.png") no-repeat center center;
}
#menu:hover a.active span, #menu ul.Hover a.active span {
	background-color: transparent;
	background-image: none;
}

/* Menu: Level 2 */
#menu ul.menu-level-2 {
	margin: .5em 0;
}
#menu ul.menu-level-2 a, #menu ul.menu-level-2 a:link, #menu ul.menu-level-2 a:visited {
	padding-right: 0;
	background-image: none;
	color: #0E2C45 !important;
	line-height: 150% !important;
	text-decoration: none;
}
#menu ul.menu-level-2 a:hover, #menu ul.menu-level-2 a.active:hover {
	background-image: none !important;
	color: #0E2C45 !important;
	text-decoration: underline !important;
}

/* Menu: Services */
#menu-services {
	position: absolute;
	top: 30px;
	right: 35px;
}
#menu-services ul {
	margin: 0;
	padding: 0;
}
#menu-services li {
	display: inline;
}
a.menu-services-item:link, a.menu-services-item:visited {
	width: 160px;
	height: 210px;
	float: left;
	position: relative;
	margin-top: 1em;
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #7BA1C0;
	text-decoration: none;
	line-height: 125%;
}
a.menu-services-item strong {
	display: block;
	width: 80%;
}
a.menu-services-item span {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
}

a.menu-services-item:hover, a.menu-services-item.active {
	color: #fff !important;
	cursor: pointer;
}
#menu-services a.active span {
	visibility: hidden;
}

#menu-services-2 strong {
	margin-left: 5px;
}
#menu-services-3 strong {
	margin-left: 10px;
}
#menu-services-4 strong {
	margin-left: 15px;
}

#menu-services-1 {
	background-image: url("../images/button_strategicky-management_active.png");
}
#menu-services-2 {
	background-image: url("../images/button_informaticke-sluzby_active.png");
}
#menu-services-3 {
	background-image: url("../images/button_rozvoj-lidskych-zdroju_active.png");
}
#menu-services-4 {
	width: 175px;
	background-image: url("../images/button_grantove-poradenstvi_active.png");
}

#menu-services-1-inactive {
	background-image: url("../images/button_strategicky-management.png");
}
#menu-services-2-inactive {
	background-image: url("../images/button_informaticke-sluzby.png");
}
#menu-services-3-inactive {
	background-image: url("../images/button_rozvoj-lidskych-zdroju.png");
}
#menu-services-4-inactive {
	background-image: url("../images/button_grantove-poradenstvi.png");
}

/* Header: Contact Link */
#header-contact-link {
	position: absolute;
	top: 260px;
	right: 720px;
	color: #7BA1C0;
	text-decoration: none;
}
#header-contact-link:hover {
	color: #fff;
}

/* BODY */
#body {
	background: transparent url("../images/bg_document-bottom.png") no-repeat right bottom;
}

/* SIDEBAR: Advertisement */
#advert {
	width: 210px;
	position: absolute;
	top: 570px;
	left: 50px;
	border-top: 2px solid #ddd;
}
#advert h2 {
	margin: .25em 0 1.5em;
	padding: 0;
	border-bottom-width: 0;
	color: #999;
	font-size: 85%;
}

/* Seminar */
div.seminar a:link, div.seminar a:visited {
	color: #C88D3B;
}
div.seminar h3 {
	margin: 1.5em 0 0.6em;
	color: #2C5B81;
	font-size: 100%;
}
div.seminar h3 a:link, div.seminar h3 a:visited {
	color: #2C5B81;
	text-decoration: none;
}
div.seminar h3 a:hover {
	text-decoration: underline;
}
div.seminar ul {
	padding-left: 1em;
}
p.seminar-date {
	margin-bottom: 0;
}
p.seminar-partners {
	margin-top: .25em;
	font-size: 85%;
}

/* Seminar: Picture */
a.seminar-picture:link, a.seminar-picture:visited {
	display: inline-block;
	position: relative;
	border: 5px solid #ccc;
}
a.seminar-picture img {
	width: 110px;
	border-style: none !important;
}
a.seminar-picture strong {
	width: 110px;
	height: 100%;
	display: block;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background-color: #ccc;
	color: #000;
}
a.seminar-picture strong span {
	display: block;
	padding: 6em 1ex 1em;
	font-style: normal;
	font-size: 85%;
	text-align: center;
}
a.seminar-picture:hover {
	text-decoration: none;
}
a.seminar-picture:hover strong {
	visibility: visible;
	cursor: pointer;
}

/* CONTENTS */
#contents {
	position: relative;
	margin: 0 50px 0 290px;
	padding: 3em 0 1em;
}
#contents div.inner {
	min-height: 400px;
	padding: 0 4em 7em;
	background: transparent url("../images/bg_body.png") repeat-y;
}

/* Breadcrumbs Navigation */
#breadcrumbs {
	position: relative;
	top: -2.5em;
	margin-bottom: -.75em;
	color: #aaa;
	font-size: 80%;
}
#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited {
	color: #aaa;
	text-decoration: none;
}
#breadcrumbs:hover, #breadcrumbs:hover a:link, #breadcrumbs:hover a:visited {
	color: #555;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}

/* Footer: Contact */
#footer-contact {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #898989;
}
#footer-contact div.inner {
	min-height: 0;
	margin: 0 4em;
	padding: 1em 0;
	border-top: 1px solid #E1E1E1;
	background-image: none;
}
#footer-contact > div.inner:hover,
#footer-contact > div.inner:hover a:link,
#footer-contact > div.inner:hover a:visited {
	color: #555;
}
#footer-contact div.col-left, #footer-contact div.col-right {
	font-size: 80%;
	line-height: 150%;
}
#footer-contact div.col-right {
	width: 48.5%;
	padding-left: 1.5em;
	border-left: 1px solid #E1E1E1;
}
#footer-contact a, #footer-contact a:link, #footer-contact a:visited {
	color: #898989;
}
#footer-contact a:hover {
	text-decoration: none;
}
#footer-contact a.email {
	padding-right: 0;
	background-image: none;
}

/* Footer: Top Link */
#footer-top-link {
	width: 18px;
	height: 51px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #7BA1C0 url("../images/top.png") no-repeat left top;
}
#footer-top-link:hover {
	background-position: left bottom;
}
#footer-top-link span {
	display: none;
}

/* FOOTER */
#footer {
	padding: 2em 0 8em;
	background: transparent url("../images/bg_footer.png") no-repeat right top;
	font-size: 80%;
}

/* Footer Navigation */
#footer-navigation {
	margin: 0 50px 1.25em 290px;
	background: #2C5B81 url("../images/bg_footer-navigation-left.png") repeat-y;
}
#footer-navigation div.bg-top {
	background: transparent url("../images/bg_footer-navigation-top.png") no-repeat;
}
#footer-navigation div.bg-bottom {
	background: transparent url("../images/bg_footer-navigation-bottom.png") no-repeat left bottom;
}
#footer-navigation div.inner {
	padding: 1em 1em 1em 3em;
	color: #fff;
}
#footer-navigation ul {
	margin: 0;
	padding: 0;
	display: block;
}
#footer-navigation ul.footer-navigation-services {
	font-weight: bold;
}
#footer-navigation li {
	display: inline;
	padding: 0 1.25ex 0;
	border-right: 1px solid #fff;
	line-height: 125%;
}
#footer-navigation li.last {
	padding-right: 0;
	border-style: none;
}
#footer-navigation a, #footer-navigation a:link, #footer-navigation a:visited {
	color: #fff;
	text-decoration: none;
	line-height: 150%;
}
#footer-navigation a:hover {
	text-decoration: underline;
}

/* Webdesign */
#webdesign {
	margin: 0 50px;
	color: #898989;
	text-align: right;
}
#webdesign a, #webdesign a:link, #webdesign a:visited {
	color: #898989;
	text-decoration: none;
}
#webdesign a:hover {
	text-decoration: underline;
}
#footer a.email {
	padding-right: 0;
	background-image: none;
}



/*---------------------------------------------------------------
CONTENT-SPECIFIC
---------------------------------------------------------------*/

/* Welcome */
#welcome {
	width: 640px;
	height: 77px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border-style: none;
	font-weight: bold;
	font-size: 110%;
}
#welcome span.text {
	display: block;
	position: relative;
	padding: 1em 2em;
	text-align: center;
}
#welcome span.graphics {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url("../images/welcome.png") no-repeat;
}

/* Boxes */
.box-1 {
	margin: 0 0 1.5em;
	padding: 1em 2em;
	background-color: #F6ECDE;
	color: #000;
	font-weight: bold;
}
.box-2 {
	margin: 0 0 1em;
	padding: 1em 2em;
	background-color: #F6ECDE;
}

/* Introduction */
#intro {
	margin: 4.5em 0 2em;
}

/* Motto */
#motto-box {
	height: 360px;
	position: relative;
	margin-right: -4em;
}
#motto-box div {
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent url("../images/bg_motto.jpg") no-repeat 10% 2em;
}
#motto {
	width: 248px;
	height: 45px;
	display: block;
	position: relative;
	margin-top: 4em;
}
#motto span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: transparent url("../images/motto.png") no-repeat;
	cursor: pointer;
}

/* Article Index */
div.article-index {
	width: 50%;
	float: left;
	margin: 0 0 2em;
	border-top: 5px solid #F6ECDE;
	background-color: #FCFAF6;
}
div.article-index ul {
	padding-left: 2em;
	padding-right: 1em;
}

/* Article */
a.anchor:hover {
	color: #C88D3B;
}
p.more {
	margin-top: -.5em;
	font-size: 85%;
	text-align: right;
}
ol ol {
	list-style-type: lower-alpha;
}

/* Řešení a služby */
div.services_1 {
	background: transparent url("../images/strategicky-management_2.jpg") no-repeat right top;
}
div.services_2 {
	background: transparent url("../images/informaticke-sluzby_2.jpg") no-repeat right top;
}
div.services_3 {
	min-height: 170px;
	margin-bottom: -2em;
	background: transparent url("../images/rozvoj-lidskych-zdroju_2.jpg") no-repeat right top;
}
div.services_4 {
	min-height: 180px;
	background: transparent url("../images/grantove-poradenstvi_2.jpg") no-repeat right top;
}

/* Události */
dd ul {
	margin: -0.5em 0 1em;
	padding-left: 1.25em;
}
