/*  Print stylesheets for Extra Práce
    created: Jana Moudra, jana.moudra@gmail.com
    date: 25-7-2010
    last edit: 25-7-2010
*/
 
 
/* Printing, breaking, orphans, widows etc. */ 
@page {
	margin: 1cm 1.5cm;
}

img, table {
	page-break-inside: avoid;
}

/* Not displayed elements - navigations etc. */
#login-navigation, #main-navigation, #tabs-navigation, #left, #main-search,
.heading-form, hr, #footer #bar, #center .footer, .back, .pagination, .change-link,
.number, li.editation, .heading .submit {
	display: none;
}  
 
/* HTML elements */ 
body {
    background-color: white;
    font: 12pt/1.3 "Times New Roman", times, serif;
    color: black;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
    font-size: 15pt;
    margin-bottom: 2px;
}

h2 {
    font-size: 13pt;
}

h3 {
    font-size: 12pt;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

p {
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: black;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

ul, ol {
    margin: 3px 0 10px 10px;
    list-style-position: inside;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

li {
    padding: 1px 2px;
}

table {
    border-collapse: collapse;
    table-layout: auto;
    margin: 3px 0 5px 2px;
}

table, th, td {
    border: 1px solid black;
}

th {
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

th, td {
    padding: 1px 2px;
}

img {
    margin: 2px;
}

input[type="submit"], input[type="rest"], input[type="password"] {
    display: none;
}

input, textarea {
    border:  1px solid black;
}

textarea {
    width: 99%;
}

label {
    font-weight: bold;
}

/* Header */
#header {
    border-bottom: 1px solid black;
    padding-bottom: 8px;
    margin-bottom: 25px;
}

/* Content */
#container #center img.left {
    margin:0 15px 7px 0;
    float: left;
}

#container #center img.right {
    margin:0 0 7px 15px;
    float: right;
}

.article, .job {
    margin-bottom: 35px;
}

.article-detail {
    margin-bottom: 50px;
}

/* Footer */
#footer {
    border-top: 1px solid black;
    padding-top: 8px;
    margin-top: 25px;
}

#footer .logo {
    display: none;
}

