﻿/* ----- Main style ----- */

/* Basic structure */

/* Body - webslices */
body {
	/* default { */
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	/* } */
	
	/* webslices { */
	padding: 10px 0px 0px 0px;
	background: #ffffff url('http://jump.cho.cz/_image/jump-logo-back.png') top right no-repeat;
	border-top: 3px solid #007bc2;
	/* } */
}

/* Body - webpage */
body#body_main {
	margin: 0px;
	padding: 0px;
	min-width: 992px;
	background-color: #e5e5e5;
	background-image: none;
	border: none;
}

.content_all {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 992px;
	background-color: #ffffff;
}

/* Main layout */
.content {
	clear: both;
	background-image: url('_image/content-back.png');
	background-repeat: repeat-y;
}

.content_left {
	float: left;
	width: 242px;
}

.content_right {
	margin-left: 242px;
	min-height: 300px;
	display: block;
	padding-bottom: 20px;
}

.content_right_bottom {
	height: 1px;
}

.content_text {
	padding: 0px 20px 0px 20px;
	overflow: hidden;
}
	
/* Head */
.head {
	width: 100%;
	height: 221px;
	margin: 0px;
	background-color: #3070a0; /* for non image browsing */
	background-image: url('_image/head-bg.png');
	background-repeat: no-repeat;
}

.h_1 {
	float: left;
	width: 300px;
	height: 200px;
}

.h_2 {
	height: 200px;
	margin-left: 300px;
}
	
.h_1 img {
	width: 180px;
	height: 180px;
	margin: 16px 0px 0px 10px;
	border: none;
}
	
.h_2 h1 {
	margin: 75px 0px 0px 30px;
	font-size: 70px;
	font-weight: normal;
	color: #000000;
	display: none; /* for non css display */
}

/* Foot */
.foot {
	clear: both;
	height: 164px;
}

.foot_left {
	float: left;
	width: 242px;
	background-color: #a0a0a0; /* for non image browsing */
	background-image: url('_image/foot-left-back.png');
	background-repeat: repeat-y;
}

.foot_right {
	float: left;
	width: 750px;
	background-color: #cecece; /* for non image browsing */	
	background-image: url('_image/foot-right-back.png');
	background-repeat: repeat-y;
}

.foot_top {
	height: 5px;
	line-height: 5px; /* for IE compatibility */
}

.foot_left .foot_top {
	background-image: url('_image/foot-left-top.png');
	background-repeat: no-repeat;	
}


.foot_right .foot_top {
	background-image: url('_image/foot-right-top.png');
	background-repeat: no-repeat;	
}

.foot_middle {
	height: 125px;
	text-align: center;	
}

.foot_copy {
	padding: 20px 0px 0px 0px;
	font-size: 10px;
	color: #747474;
}

.foot_copy a {
	font-weight: normal;
	font-size: 10px;	
	color: #747474;	
	text-decoration: none;
}

.foot_copy a:hover {
	text-decoration: underline;
}

.foot_right a {
	margin: 0px 6px 0px 6px;
	padding: 0px;
}

.foot_right img {
	margin: 20px 0px 0px 0px;
	border: 1px solid #c0c0c0;
}

.foot_bottom {
	clear: both;
	width: 992px;
	height: 34px;
	background-image: url('_image/foot-back.png');
	background-repeat: no-repeat;
}
	
/* Main menu */
.main_menu {
	clear: both;
	height: 29px;
   line-height: 29px;
	text-align: left;
	background-color: #4096ee; /* for non image browsing */
}

.menu_break {
	float: left;
	width: 78px;
	height: 29px;
	line-height: 29px;
	background-repeat: no-repeat;
/*	border: 1px solid white;*/
}

.menu_item {
	float: left;
	position: relative; /* because of limiting block for links */
	top: 0px;
	left: 0px;
	height: 29px;	
	line-height: 29px;
	background-repeat: repeat-x;
/*	border: 1px solid red;*/
}
	
.menu_item a {
	float: left;
	position: absolute; /* limiting block is menu_item; important for IE */
	top: 0px;
	left: 12px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
/*	border: 1px solid blue;*/
}

.menu_item a:hover {
	text-decoration: none;
	color: #d0d0d0;
}

.main_menu h2 {
	margin: 0px;
	padding: 0px 0px 0px 16px;
	position: relative;
	top: 10px;
	left: 0px;
	font-size: 12px;
	font-family: Vardana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

/* Menu breaks */
.menu_break#mb_lbr {
	background-image: url("_image/menu-break-lbr.png");
	width: 248px;
}

.menu_break#mb_rb {
	background-image: url("_image/menu-break-rb.png");
}

.menu_break#mb_bg {
	background-image: url("_image/menu-break-bg.png");
}

.menu_break#mb_go {
	background-image: url("_image/menu-break-go.png");
}

.menu_break#mb_ov {
	background-image: url("_image/menu-break-ov.png");
}

.menu_break#mb_vbl {
	background-image: url("_image/menu-break-vbl.png");
}

.menu_break#mb_bl {
	background-image: url("_image/menu-break-bl.png");
	width: 63px;
}

/* Menu items backgrounds */
.menu_item#mi_r {
	background-image: url("_image/menu-back-r.png");
	width: 95px;
}

.menu_item#mi_b {
	background-image: url("_image/menu-back-b.png");
	width: 70px;
}

.menu_item#mi_g {
	background-image: url("_image/menu-back-g.png");
	width: 0px;
}

.menu_item#mi_o {
	background-image: url("_image/menu-back-o.png");
	width: 90px;
}

.menu_item#mi_v {
	background-image: url("_image/menu-back-v.png");
	width: 20px;
}

.menu_item#mi_bl {
	background-image: url("_image/menu-back-bl.png");
	width: 16px;
}

/* Menu links */
.menu_item#mi_r a {
	width: 12em;
}

.menu_item#mi_b a {
	width: 10em;
}

.menu_item#mi_g a {
	width: 3em;
}

.menu_item#mi_o a {
	width: 12em;
}

.menu_item#mi_v a {
	width: 6em;
}

.menu_item#mi_bl a {
	width: 5em;
}

/* Strip */
.strip {
	padding: 2px 10px 2px 10px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #cfe7ff;	
}

.strip a {
	color: #000000;
}

.strip a:hover {
	text-decoration: none;
}
	
/* Left menu */
.left_menu_top {
	height: 11px;
	line-height: 11px;
	background-color: #4096ee; /* for non image browsing */
	background-image: url('_image/menu-left-top.png');
	background-repeat: no-repeat;
}
	
.left_menu {
	min-height: 300px;
	padding: 10px 12px 36px 10px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden; /* limiting block contains whole left menu */
	background-color: #4096ee; /* for non image browsing */
	background-image: url('_image/menu-left-back.png');
	background-repeat: repeat-y;
}
	
.left_menu_in {
	background-color: #388ee5;
}

.left_menu .left_menu_h {
	padding: 4px 14px 4px 7px;
	line-height: 15px;
	background-color: #277bd1;
}

/* Left menu - menu */
.left_menu .left_menu_h img {
	margin: 0px 6px 0px 0px;
	width: 11px;
	height: 11px;
	vertical-align: middle;
}

.left_menu .left_menu_h a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}
	
.left_menu .left_menu_h a:hover {
	color: #c0c0c0;
	text-decoration: none;
}

.left_menu .left_menu_submenu .ln {
	padding: 4px 0px 4px 25px;
}

.left_menu .left_menu_submenu a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
	
.left_menu .left_menu_submenu a:hover {
	color: #c0c0c0;
	text-decoration: none;
}

.left_menu .left_menu_img {
	margin: 16px 0px 0px 0px;
	padding: 4px 14px 4px 14px;
	text-align: center;
}
/* left menu photos */
.left_menu img {
	margin: 5px 30px 5px 30px;
	border: 1px solid #277bd1;
}

/* Headlines */
.content_text h2 {
	margin: 20px 0px 16px 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #165da5;
}

.content_text h3 {
	margin: 25px 0px 8px 10px;
	padding: 0px;
	font-weight: bold;
	font-size: 16px;
	color: #007bc2;
}

.content_text h3.date {
	margin: 15px 0px 8px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #007bc2;
}

.content_text h4 {
	margin: 25px 0px 8px 10px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #007bc2;
}

/* Paragraphs */
.content_text p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-indent: 10px;
}

/* Links */
.content_text a {
	text-decoration: none;
	color: #165da5;
	text-decoration: underline;
}

.content_text a:hover {
	text-decoration: none;
}

/* Text */
.content_text .center {
	text-align: center;
}

/* Images*/
img.img_main {
	float: right;
}

img.img_right {
	float: right;
}

img.img_left {
	float: left;
}

.content_text img {
	margin: 10px;
	border: 1px solid #4096ee;
}

/* Forms */
form {
	text-align: left;
	line-height: 20px;
	margin: 0px;
	padding: 20px 20px 20px 20px;
}

input, select, textarea {
	font-size: 12px;
	background-color: #ecf6ff;
	border: 1px solid #4096ee;
}

input[type='submit'], input[type='button'] {
	height: 20px;
	padding: 0px 15px 0px 15px;
	background: #4096ee url('_image/input-back.png') repeat-x top;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

/* state messages */
.state {
	margin: 20px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	color: #ff0000;
}

/* focused input */
input:focus, select:focus, textarea:focus {
	background-color: #cfe7ff;
	border: 1px solid #183d98;
}
	
input[type='submit']:focus, input[type='button']:focus {
	border: 1px solid #4096ee;
}

/* for compatibility with IE */
.index_box input, .ln_but input {
	height: 20px;
	padding: 0px 12px 0px 12px;
	background: #4096ee url('_image/input-back.png') repeat-x top;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

/* for better look in IE & Opera */
.radio_inputs input {
	border: none;
	background-color: transparent;
}

/* form buttons section */
.ln_but {
	margin: 35px 0px 0px 50px;
}

/* form prihlaska */
form.prihlaska {
	padding: 0px;
}

form.prihlaska .ln2_1 {
	width: 220px;
}

form.prihlaska .ln2_2 {
	margin-left: 220px; /* compatibility for MSIE */	
}

form.prihlaska .section {
	border: 1px solid #b5b5b5;
	padding: 10px;
	margin: 20px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

form.prihlaska h3 {
	margin: 5px 0px 15px 0px;
}

/* Layout 4-columns */
.ln {
	overflow: hidden; /* overflow lines with long text */
}

.ln_1 {
	float: left;
	width: 50%;
}

.ln_2 {
	margin-left: 50%; /* compatibility for MSIE */
}

.ln_join {
	width: 100%;
}

.ln_1_join {
	width: 100%;
}

.ln_1_1 {
	float: left;
	width: 120px;
}

.ln_2_join {
	width: 100%;
}

.ln_1_2 {
	margin-left: 120px;
}

.ln_2_1 {
	float: left;
	width: 120px;
}

.ln_2_2 {
	margin-left: 120px;
}

/* Layout 2-columns */
.ln2_1 {
	float: left;
	width: 150px;
}

.ln2_2 {
	margin-left: 150px; /* compatibility for MSIE */
}

/* Blocks */
.block {
	margin: 10px 0px 10px 0px;
}

.photo_block {
	float: left;
}

.photo_block img {
	clear: left;
	float: left;
}

/* Category list */
.category_list {
	margin: 20px 0px 20px 20px;
}

.category_list h3 {
	margin: 12px 0px 12px 0px;
	font-size: 15px;
	overflow: hidden;
}

.category_list a {
	text-decoration: none;
}

.category_list a:hover {
	text-decoration: underline;
}

.category_list h3 img {
	float: left;
	margin: 0px 6px 0px 0px;
	border: none;
}


/*
	Index page
*/

/* box */
.index_box {
	padding: 8px 0px 32px 10px;
	background-color: #cfe7ff;
	overflow: hidden;
}

.index_box_in {
	position: relative;
	top: 0px;
	left: 0px;
	min-height: 95px;
	padding: 10px 10px 10px 215px;
	font-size: 12px;
	color: #165da5;
	background-color: #ecf6ff;
}

.index_box h2 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 17px;
	font-weight: bold;
	color: #165da5;
}

.index_box .index_image {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0px 25px 0px 0px;
	border: 3px solid #4096ee;
}

/* articles & news */
.index_2layout {
	overflow: hidden;
}

.index_2layout h2 {
	margin: 0px 25px 0px 25px;
	padding: 28px 0px 15px 0px;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 3px solid #c0c0c0;
}

.index_icon {
	float: left;
	height: 39px;
	margin: 20px 15px 0px 20px;
}

.rss {
	margin: 0px 25px 40px 25px;
	overflow: hidden;
}

.rss a {
	float: right;
}

.rss img {
	height: 12px;
	vertical-align: bottom;
	margin: 0px 5px 0px 0px;
	border: 0px;
}

.index_2layout h3 a {
	text-decoration: none;
}

.index_2layout h3 a:hover {
	text-decoration: underline;
}

.index_1 h2 {
	color: #007bc2;
	border-bottom-color: #007bc2;
}

.index_2 h2 {
	color: #56702a;
	border-bottom-color: #56702a;
}

.index_1 {
	float: left;
	width: 420px;
}

.index_2 {
	margin-left: 420px; /* compatibility for MSIE */
}
	
.index_section {
	margin: 0px 25px 40px 25px;
}



/*
	Person page
*/
.persons .ln {
	margin: 0px 0px 20px 0px;
	width: 100%; /* for compatibility with IE */
}

.persons .ln_name {
	overflow: hidden;
	margin: 8px 0px 8px 0px;
	width: 100%; /* for compatibility with IE */
}

.persons .ln_1_1, .persons .ln_2_1 {
	width: 150px;
	text-align: center;
}

.persons .ln_1_2, .persons .ln_2_2 {
	margin-left: 10px;
	text-indent: 10px;
}
	
.persons .ln_1_1 img, .persons .ln_2_1 img {
	margin: 5px;
	max-height: 150px;
	max-width: 130px;
}



/*
	JUMPi kudy kam
*/

/* articles list - annotations */
.article {
	margin: 15px 0px 0px 0px;
}

.article h4, .photo h4 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #007bc2;
}

.index_1 h4 a, .article h4 a {
	color: #007bc2;	
}

.index_2 h4 a {
	color: #56702a;	
}

.article h4 a {
	text-decoration: none;
}

.article h4 a:hover, .photo h4:hover {
	text-decoration: underline;
}

.article .author {
	margin: 0px 0px 5px 0px;
	font-style: italic;
}

.article .category {
	padding: 0px;
	font-style: italic;
	font-size: 10px;
	color: #b5b5b5;
}

.article .category span {
	font-style: normal;
}

.article .readed {
	padding: 0px;
	text-align: right;
	font-size: 10px;
	color: #b5b5b5;
}

.article .readed a, .rss a {
	color: #007bc2;
	text-decoration: none;
}

.article .readed a:hover, .rss a:hover {
	text-decoration: underline;
}

.index_2 .article .readed a, .index_2 .rss a {
	color: #56702a;
}
	
.article .annotation {
	margin: 0px 0px 3px 0px;
	color: #000000;	
}
	
.article .bottom_info {
	padding: 0px 10px 0px 10px;
	text-align: right;
}

.navigation_lists {
	margin: 20px 0px 20px 0px;
	color: #b5b5b5;
}

.navigation_lists a.active {
	color: #b5b5b5;
	text-decoration: none;
}


/* full article */	
.full_article {
	/* blank */
}

.full_article .author {
	margin: 0px 0px 20px 0px;
	padding-left: 20px;
	font-style: italic;
}
	
.full_article .atext {
	/* blank */
}
	
.full_article .added_sections {
	margin: 30px 0px 0px 0px;
}

.full_article .section h3 {
	margin: 15px 0px 8px 0px;
}

.full_article .section .item {
	padding: 0px 0px 8px 10px;
	color: #b5b5b5;
	font-size: 10px;
}

.full_article .section .item a {
	color: #007bc2;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.full_article .section .item a:hover {
	text-decoration: underline;
}

.full_article .section .item span {
	font-style: italic;
}

.bottom_info {
	clear: left; /* for IE 6 compatibility*/
	margin: 20px 0px 0px 0px;
}

/*
	Sponsors
*/
.sponsor {
	text-align: center;
	margin: 10px 0px 10px 0px;
}

.sponsor img {
	border: none;
}

.sponsor a {
	margin: 25px 0px 8px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #007bc2;
}

/*
	Photoalbum
*/
/* overview */
.gallery_overview {
	margin: 10px 0px 0px 0px;
}

.gallery_overview .clear {
	clear: both;
}

.gallery_overview a {
	text-decoration: none;
}

.gallery_overview .photo h4 {
	margin: 5px 0px 0px 0px;
}

.gallery_overview .photo .readed {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
	color: #b5b5b5;
}

/* gallery */
.gallery {
	clear: both;
	overflow: hidden;
}

.gallery .photo {
	float: left;
	margin: 0px 16px 12px 0px;
	text-align: center;
	overflow: hidden;
	padding: 0px;
	width: 120px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

.gallery .photo_in {
	padding: 10px; /* for compatibility with IE 6 size model */
	height: 75px;
}

.gallery .photo_with_caption {
	min-height: 130px;	/* here could be problem with layout in fotoalbum categories */
	height: auto;
}

.gallery .photo_image_box {
	min-height: 80px;
}

.gallery .photo:hover {
	background-color: #f0f0f0;
}

.gallery .photo img {
	margin: 0px;
	padding: 0px;
	/*height: 75px;*//* absolute size deformate images, but needed for layout */
	max-height: 75px;
	max-width: 100px;
	border: 1px solid #e0e0e0;
}

.gallery_desc {
	margin: 20px 0px 35px 0px;
	text-indent: 10px;
}

/*
	Videoalbum
*/
.video-box {
	text-align: center;
}

/*
	Navigation
*/
.navigation {
	margin: 12px 0px 20px 0px;
	font-size: 10px;
}

.navigation a {
	color: #165da5;
}

.navigation span {
	/* blank */
}