/*
** Plone style sheet - Base Elements
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */


body {
    font: 69% Verdana, Lucida, Helvetica, Arial, sans-serif;
    background-color: White;
    color: Black;
    margin: 0;
    padding: 0;
}

table {
    font-size: 100%;
    border-collapse: collapse;
}
table.plain th {
	padding: 0px 0px 0px 0px;
}
table.plain td {
        border: solid 1px black;
}
table.plain {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
        border: solid 1px black
}
a {
    color: #F42A41;
    background-color: transparent;
    color: #F42A41;
}
img {
    border: none;
    vertical-align: middle;
}
p {
    margin: 0 0 0 0;
    line-height: 1.5em;
}

p img {
    border: none;
    margin: 0;
}

hr {
    border: 0;
    height: 1px;
    color: #8cacbb;
    background-color: #8cacbb;
    margin: 0.5em 0 1em 0;
}


h1, h2, h3, h4, h5, h6 {
    color: Black;
    background-color: transparent;
    font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin: 0 0 0.25em 0;
    border-bottom: 1px solid #8cacbb;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: Black ! important;
    text-decoration: none;
}

h1 {
    font-size: 160%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 125%;
    border-bottom: none;
    font-weight: bold;
}

h4 {
    font-size: 110%;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 85%;
    border-bottom: none;
    font-weight: bold;
}

ul {
    line-height: 1.5em;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
    list-style-image: url(http://www.famu.cz/bullet.gif);
    list-style-type: square;
}

ol {
    line-height: 1.5em;
    margin: 0.5em 0 0 2.5em;
    padding: 0;
    list-style-image: none;
}

li {
    margin-bottom: 0.5em;
}

dt {
    font-weight: bold;
}

dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}

fieldset {
    border: 1px solid #8cacbb;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
    width: auto;
}
legend {
    background: White;
    padding: 0.5em;
    font-size: 90%;
}

form {
    border: none;
    margin: 0;
}

label {
    font-weight: bold;
}

textarea {
    font: 100% Monaco, "Courier New", Courier, monospace;
    border: 1px solid #8cacbb;
    color: Black;
    width: 100%;
}

input {
    font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #8cacbb;
    color: Black;
    vertical-align: middle;
}
button {
    font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #8cacbb;
    color: Black;
    vertical-align: middle;
    background-color: #dee7ec;
    padding: 1px;
    cursor: pointer;
    font-size: 85%;
    text-transform: lowercase;    
}
select {
    border: 1px solid #8cacbb;
    color: Black;
    background-color: White;
    vertical-align: top;
}
optgroup {
  font-style: normal;
  font-weight: bold;
  color: #999;
  padding-left: 0.25em;
}

option {
  color: black;
}

optgroup > option {
  padding: 0 0.25em 0 1em;
}
abbr, acronym, .explain {
    border-bottom: 1px dotted Black;
    color: Black;
    background-color: transparent;
    cursor: help;
}
q {
    font-family: Baskerville, Georgia, serif;
    font-style: italic;
    font-size: 120%;
}
blockquote {
    padding-left: 0.5em;
    margin-left: 0;
    border-left: 4px solid #8cacbb;
    color: #76797c;
}
code, tt {
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 120%;
    color: Black;
    background-color: #dee7ec;
    padding: 0 0.1em;
}
pre {
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 100%;
    padding: 1em;
    border: 1px solid #8cacbb;
    color: Black;
    background-color: #dee7ec;
    overflow: auto;
}

ins {
    color: green;
    text-decoration: none;
}

del {
    color: red;
    text-decoration: line-through;
}

/* Helper element to work with CSS floats */

.visualClear {
    display: block;
    clear: both;
}

/* Hiding helper elements for old browsers */

.netscape4 {
    display: none;
}

/* Accessibility and visual enhancement elements */

.hiddenStructure {
    display: block;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}

.contentViews .hiddenStructure,
.contentActions .hiddenStructure {
    position: absolute;
    top: -200px;
    left: -200px;
}

.hiddenLabel {
    display: block;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}

/*  */

/* Styly pro famu rubiky a nadpisy clanku */
.cerveny {
margin-left:5px;
margin-bottom:10px;
width: 100%;
left: 0px;
top: 0px;
position: relative;
height: 30px;
background-color:#F42A41;
border-left: 15px solid #F42A41;
border-right: 10px solid #F42A41;
color: white;
line-height: 30px;
font-size: 14px;
}
div.cerveny a {
color: white;
text-decoration: none;
}
.cerny{
margin-left:5px;
margin-bottom:10px;
width: 100%;
left: 0px;
top: 0px;
position: relative;
height: 30px;
background-color:black;
border-left: 15px solid black;
border-right: 10px solid black;
color: white;
line-height: 30px;
font-size: 14px;
}
div.cerny a {
color: white;
text-decoration: none;
}

.sedy{
margin-left:5px;
margin-bottom:10px;
width: 100%;
left: 0px;
top: 0px;
position: relative;
height: 30px;
background-color:#7C7C7C;
border-left: 15px solid #7C7C7C;
border-right: 10px solid #7C7C7C;
color: white;
line-height: 30px;
font-size: 14px;
}
div.sedy a {
color: white;
text-decoration: none;
}


.podrubrika{
margin-left:-10px;
margin-bottom:10px;
width: 100%;
left: 0px;
top: 0px;
position: relative;
height: 30px;
background-color:white;
border-left: 30px solid white;
border-right: 10px solid white;
color: white;
line-height: 30px;
font-size: 14px;
}
div.podrubrika a {
color: #F42A41;
text-decoration: none;
}


.obsah{
margin-left:10px;
margin-bottom:10px;
width: 600px;
left: 0px;
top: 0px;
position: relative;
}

.obsah a {
color:#F42A41;
}

.aktualita {
background-image: url(http://www.famu.cz/pozadi);
margin-left:10px;
margin-bottom:10px;
width: 600px;
left: 0px;
top: 0px;
position: relative;
}

.aktualita a {
color:#F42A41;
}
.famu {
position: relative;
font-weight: bold; 
text-decoration: none;
}
.famu a {
color: white;
}
.Adatum{
margin-left: 10px;
margin-bottom:10px;
width: 100%;
left: 30px;
top: 0px;
position: relative;
height: 30px;
background-color:#7C7C7C;
border-left: 0px solid #7C7C7C;
border-right: 10px solid #7C7C7C;
color: white;
line-height: 30px;
font-size: 14px;
}
.subheader{
font-family:ArialCE;
}
.vysledek{
color: #F42A41;
border-left: 20px solid white;
}
.listingBar a {
    color: #F42A41;
}
.mezera{
height:18px;
margin-left:30px; 
position:relative;
border-left: 30px solid white;
background-color:yellow;
}
.aktuality{
margin-left:40px;
margin-bottom:10px;
width: 100%;
left: 0px;
top: 0px;
position: relative;
height: 30px;
background-color:white;
border-left: 30px solid white;
border-right: 10px solid white;
color: white;
line-height: 30px;
font-size: 14px;
text-decoration: none;
}
.zeleny{
font-weight:normal;
margin-left:-10px;
margin-bottom:14px;
width: 100%;
left: 0px;
top: 0px;
position: relative;
height: 30px;
background-color:#00FF01;
border-left: 30px solid #00FF01;
border-right: 10px solid #00FF01;
line-height: 30px;
font-size: 14px;
}
div.zeleny a {
font-weight:normal;
color: black;
text-decoration: none;
}
.zelenydatum{
font-weight:normal;
margin-left:0px;
margin-bottom:0px;
width: 100px;
right: 0px;
top: 0px;
position: absolute;
height: 30px;
background-color:#00FF01;
border-left: 0px solid #00FF01;
border-right: 10px solid #00FF01;
color: white;
line-height: 35px;
font-size: 14px;
}
div.zelenydatum a {
font-weight:normal;
color: black;
text-decoration: none;
}
.zelmez{
font-weight:normal;
margin-left:-10px;
width: 100%;
left: 0px;
top: 0px;
position: relative;
height: 30px;
background-color:transparent;
line-height: 30px;
}
.zelenyx{
font-weight:normal;
margin-left:0px;
margin-bottom:1px;
width: 10px;
left: 0px;
top: 0px;
position: relative;
height: 30px;
background-color:#00FF01;
border-left: 30px solid #00FF01;
border-right: 10px solid #00FF01;
line-height: 30px;
font-size: 14px;
}
