
/***********************************************************************
 
 Project:       Atlas of Transformation
 Filename:      style.css
 Version:       21.10.2011
 
 Copyright:     (C) mo.cz - Martin Odehnal, 2011
 Author:        MgA. Martin Odehnal  
 Web:           http://www.mo.cz/
  
***********************************************************************/

/* RESET
----------------------------------------------------------------------------------------------------*/

html,
body,
div,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
pre,
form,
p,
button,
img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

/* Elementy stranky
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 30px;
	line-height: 19px;
	background-color: #FFF;
}

.container { width: 940px;/*margin: 0 auto;*/ }

.header { height: 148px; }

.menu {
	font: normal 700 23px futura-pt, sans-serif;
	color: #333333;
	border-bottom: 1px solid #DBDBDB;
	border-top: 1px solid #DBDBDB;
	height: 40px;
	padding: 10px 0;
}

.submenu {
	width: 200px;
	padding: 20px 20px 20px 0;
	float: left;
	border-right: 1px solid #DBDBDB;
}

.main {
	width: 699px;
	float: left;
	padding: 20px 0 20px 20px;
	min-height: 400px;
}

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Logo
----------------------------------------------------------------------------------------------------*/

.logo {
	float: left;
	width: 220px;
	margin: 18px 0 0 0;
}

.logo h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.logo a {
	display: block;
	width: 220px;
	height: 110px;
	background-image: url(../img/backgrounds/atlas-of-transformation-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.logo a span { display: none; }

/* Menu
----------------------------------------------------------------------------------------------------*/

.menu ul {
	list-style-type: none;
	height: 40px;
	line-height:40px;
}

.menu li {
	float: left;
	border-right: 1px solid #E4E4E4;
}

.menu li a {
	text-decoration: none;
	color: #333;
	padding: 5px 9px;
}

.menu ul a:hover { color: #F00; }

.menu ul .active {
	background-color: #333333;
	color: #FFF;
}

.menu ul .active:hover {
	background-color: #333333;
	color: #FFF;
}

/* Menu Authors
----------------------------------------------------------------------------------------------------*/

.menu li.right {
	float: right;
	width: 140px;
	text-align: right;
	border-right: 0px;
}

.menu li.right a {
	color: #777777;
	text-decoration: none;
	font: 400 normal 13px/17px futura-pt, sans-serif;
	text-transform:uppercase;
	padding: 5px 0;
}

.menu li.right a:hover,
.menu li.right a.active { color: #F00; }

/* Submenu a Footer
----------------------------------------------------------------------------------------------------*/

.submenu a,
.footer a {
	text-decoration: none;
	color: #555555;
}

.submenu a:hover,
.footer a:hover,
.submenu .active {
	color: #F00;
	text-decoration: none;
}

.submenu ul {
	list-style-type: none;
	/* text-transform:uppercase; */
}

.submenu ul li { 
    font-weight: bold;
	/* font: normal 700 14px/17px futura-pt, sans-serif; */
}

.submenu ul li ul li { 
	font-weight: normal;
	font-size: 12px;
	/*font: normal 400 13px/21px futura-pt, sans-serif; */
}

.submenu p {
	padding-right: 15px;
	padding-bottom: 20px;
}

.submenu h3 {
	font: normal 700 18px/22px futura-pt, sans-serif;
	margin-bottom: 15px;
}

.submenu .linkuvod { border-bottom: 1px dotted #222222; }

/* Main Hlavní obsah
----------------------------------------------------------------------------------------------------*/

.main h1 {
	font-size: 21px;
	margin: 0px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 25px;
	margin-bottom: 20px;
	width: 460px;
}

.main h1 span {
	display: block;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #777;
	line-height: 23px;
}

.main h2 {
	font-weight: normal;
	font-size: 16px;
	color: #333333;
	width: 380px;
	line-height: 21px;
	margin-bottom: 10px;
}

.main p {
	width: 530px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555555;
	line-height: 21px;
	margin: 0 0 20px 0;
	font-size: 14px;
}

.main p.small {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	width: 360px;
	padding-left: 40px;
	margin: 0 0 10px 0;
}

.main strong { font-weight: bold; }

.main .paragraf { font-size: 16px; }

sub,
sup {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 2px;
	font-weight: bold;
	font-size: 11px;
	line-height: 0;
}

.main ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 21px;
	color: #555555;
	list-style-position: outside;
	width: 530px;
	list-style-type: none;
}

.main .seznam { margin: 20px 0; }

.main .seznam li ol li { padding: 0 0 0 35px; }

.main .seznam-cislovany {
	list-style-type: decimal;
	padding: 0 0 0 28px;
}

.main .nadpis-footnotes {
	font: normal 400 12px/17px futura-pt, sans-serif;
	text-transform:uppercase;
	margin: 20px 0 10px 0;
	padding-top: 30px;
}

.main .footnotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	width: 400px;
	margin: 0 0 10px 0;
	color: #777777;
}

.main img { margin-bottom: 20px; }

.main .foto img { margin-bottom: 15px; }

.main .foto p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	line-height: 17px;
}

.main img.foto-ramecek { border: 1px solid #CCCCCC; }

.main p a,
.autori-210 p a {
	text-decoration: none;
	color: #777777;
	border-bottom: 1px dotted #777777;
}

.main p a:hover,
.autori-210 p a:hover {
	color: #F00;
	border-bottom: 1px dotted #F00;
}

/* Galerie
----------------------------------------------------------------------------------------------------*/

.gallery {
	margin: 0 15px 15px 0;
	width: 340px;
	float: left;
	padding: 0;
}

.gallery img {
	margin: 0;
	padding: 3px;
	background-color: #FFFFFF;
}

.last-gallery { margin: 0; }

.gallery a { border-bottom: 0px; }

/* CV Autori
----------------------------------------------------------------------------------------------------*/

.autori-210 {
	width: 220px;
	float: left;
	padding: 20px 0;
	margin: 0 20px 0 0;
}

.autori-210 .autor { margin: 0 0 30px; }

.autor {
	width: 220px;
	float: left;
	margin: 0 20px 35px 0;
}

.last { margin: 0 0 35px 0; }

h3 {
	margin: 0 0 7px 0;
	text-transform: uppercase;
	color: #303130;
	font: normal 700 17px futura-pt, sans-serif;
}

.autori h3 span,
.autori-210 span,
.heslo h3 span {
	color: #888;
	display: block;
	padding-top: 1px;
	font: 400 normal 13px/17px futura-pt, sans-serif;
}

.autori p,
.autori-210 p,
.submenu p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #555555;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

.footer {
	padding: 0;
	margin-top: 50px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}

.footer p.copyright {
	width: 200px;
	float: left;
}

.footer p.nahoru {
	width: 685px;
	float: right;
	text-align: left;
	padding: 0 0 0 15px;
	background-image: url(../img/backgrounds/sipecka-nahoru-mo.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}

/* Cleaner
----------------------------------------------------------------------------------------------------*/

.cleaner {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

.invisible { display: none; }

/* Cisla kodu u clanku transparency
----------------------------------------------------------------------------------------------------*/

p.cisla-kodu {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 13px;
	line-height: 17px;
}


/* Mobilní zařízení
----------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 480px) {
/* Style adjustments for viewports 480px and over go here */

}
 @media only screen and (min-width: 768px) {
/* Style adjustments for viewports 768px and over go here */

}


/* Tisk, Print
----------------------------------------------------------------------------------------------------*/
 
@media print {

* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter:none !important;
	-ms-filter: none !important;
}

/* Schování elementů */

.header,
.menu,
.submenu,
p.nahoru { display:none; }

/* Linky */
a,
a:visited { text-decoration: underline; }

/* Přidání URL adres k odkazům */
a[href]:after { content: " (" attr(href) ")"; }

abbr[title]:after { content: " (" attr(title) ")"; }

/* Vypnutí odkazů u loga, vnitřních odkazů a javascriptu */
.logo a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after { content: ""; }

tr,
img { page-break-inside: avoid; }

img { max-width: 100% !important; }
 @page {
margin: 1cm;
}

.main,
.main p { width:90%; }

/* Vdovy a sirotci */
/* Tiskové styly ovládající samostatné řádky na začátku (orphans) a konci stránek (widows) */

p,
h2,
h3 {
	orphans: 3;
	widows: 3;
}

/* Nadpis spolu s odstavcem */
/* Při tisku za zvoleným prvkem se nesmí ukončit stránka (hodnota avoid) */

h2,
h3 { page-break-after: avoid; }

/* Zmena rozložení u autorů */

.autori-210, .autor {
	width: 500px;
}

/* Konec Printu */
}