
/******************************************************
Cvrcek.cz (CSS2)
========================
written by mars69 (2006)
*******************************************************/

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 130%;
    margin:0; padding:0;
    border-color: #333;
    background: #FFF url(bg01.gif);
    color: #000;
    text-align: center;
}

table {
    border-collapse: collapse;
}
td {
    vertical-align: top;
}
form {
    margin:0; padding:0;
}

a {
    text-decoration: underline;
    color: #333333;
}
a:hover {
    background: #000000;
    color: #FFFF33;
}

img {
    vertical-align: bottom;
    border: none;
}

hr {
    height: 1px;
    color: #000;
}

h1 {
    font-family: 'Cantarell', Verdana, Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 5px;
    text-align: center;
}

h2 {
    font-family: 'Cantarell', Verdana, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 1px;
}

h3 {
    font-family: 'Cantarell', Verdana, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #FF3300;
    margin-bottom: 1px;
}

h4 {
    font-size: 13px;
    font-weight: bold;
    color: #993300;
    margin-bottom: 1px;
}

h5 {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #333333;
    margin-bottom: 1px;
}

ul {
    list-style: square;
    margin: 0px 0px 0px auto;
}
ul ul {
    list-style: disc;
}
ul ul ul {
    list-style: circle;
}

ol {
    list-style: decimal;
    margin: 0px 0px 0px auto;
}
ol ol {
    list-style: lower-roman;
}
ol ol ol {
    list-style: lower-alpha;
}



/******************************************************
class
*******************************************************/
table.table2 {
    border-collapse: collapse;
    border: 1px solid #000000;
}
table.table2 td {
    border: 1px solid #FFFFFF;
    text-align: left;
}

.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.top {
    vertical-align: top;
}
.middle {
    vertical-align: middle;
}
.bottom {
    vertical-align: bottom;
}
.centerblock {
    margin: auto;
    text-align: left;
}
.leftblock {
    margin:0; padding:0;
    float:left;
    width:48%;
}
.rightblock {
    margin:0; padding:0;
    float:right;
    width:48%;
}

.w100pct {
    width: 100%;
}
.w50pct {
    width: 50%;
}

.bold {
    font-weight: bold;
}

.menu {
    font-family: 'Cantarell', Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    width: 10em;
}

.tiny {
    font-size: 11px;
    text-decoration: none;
}

.tinyshadow {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
}

.headline {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #4B00FF;
    padding: 0px 5px 0px 5px;
    line-height: 26px;
}

.info {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #993300;
}

.annotation {
    color: #330099;
    font-style: italic;
    border-left: 7px solid #FF9900;
}

.back0 {
    background: #FFFFFF;
}
.back1 {
    background: #FFFFCC;
}
.back2 {
    background: #FFFF66;
}
.back3 {
    background: #999999;
}
.back3 a {
    text-decoration: underline;
    color: #000000;
}
.back4 {
    background: #000000;
    color: #FFFFFF;
}

.border0 {
    border: none;
}
.border1 {
    border: 1px solid #333333;
}
.border2 {
    border: 2px solid #333333;
}
.border1t {
    border-top: 1px solid #333333;
}
.border1b {
    border-bottom: 1px solid #333333;
}

.button {
    cursor: pointer;
    font-weight: bold;
    border: 3px double #000000;
    background: #FFEE00;
    color: #000000;
    margin: 0px;
    padding: 0px 4px 2px 4px;
    height: 24px;
}
.button2 {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    background: #FFFFFF;
    border: 1px solid #999999;
    margin: 2px;
    padding: 0px 3px 0px 3px;
}

.note {
    cursor: help;
    padding: 4px 10px 4px 10px;
    font-size: 11px;
    font-weight: normal;
    background: #FFFFCC;
    border-left: 8px solid #FF3300;
    border-right: 8px solid #FF3300;
    text-decoration: none;
    text-align: justify;
}
.note ul {
    font-size: 11px;
    list-style-type: square;
    margin: 0px 0px 0px auto;
}

.placeholder {
    border: 1px solid;
    background: #FFFFCC;
}
.placeholder form {
    margin:0; padding:0;
}

.gallery-topics, .articles-topics, .adverts-topics {
    float: right;
    width: 40px;
    height: 40px;
}

/*articles photo*/
.art-ph {
    float: left;
    margin: 5px;
    background: #DDDDDD;
    font-size: 11px;
    vertical-align: top;
    text-align: left;
}
.art-ph-h {
    height: 240px;
    overflow: visible;
}

/*gallery photo*/
.gal-ph {
    float: left;
    margin: 5px;
    font-size: 11px;
    vertical-align: top;
    text-align: left;
}
.gal-ph-h {
    height: 240px;
    overflow: visible;
}

/*adverts photo*/
.adv-ph {
    background: #DDDDDD;
    font-size: 11px;
    vertical-align: top;
    text-align: left;
}
.adv-ph-h {
    height: 240px;
    overflow: visible;
}

/*photo align*/
.ph-l {
    float: left; clear: left;
}
.ph-r {
    float: right; clear: right;
}
.ph-c {
    float: none; clear: both;
    text-align: center;
}

.cleaner {
    clear:both;
    height:1px;
    font-size:1px;
    border:none;
    margin:0; padding:0;
    background:transparent;
}
.error {
    font-size: 16px;
    font-weight: bold;
    background: #FF0000;
    color: #FFFFFF;
}



/******************************************************
ids page layout
*******************************************************/
#body-i {
    position: relative;
    width: 1000px;
    margin: auto;
    text-align: left;
}

#head {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1000px; height: 10px;
    margin:0px; padding:0px;
    text-align: left;
}

#menu {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 165px;
    margin:0px; padding:0px;
    vertical-align: top;
    text-align: right;
}
#menu-i {
    margin:0px; padding: 0px 10px;
}

.editmenu {
    clear: both;
}
.editmenu li {
    display: inline;
    float: left;
    padding: 2px 15px 2px 0;
}
.editmenu li a {
    display: block;
    padding: 4px 0 4px 0;
    color: #03f;
    text-decoration: none;
    font: bold 14px Arial, Helvetica, sans-serif;
}
.editmenu li a:hover { color: #fc3; }

#cornerleft {
    position: relative;
    float:left;
    top: -2px;
    left: -12px;
    width:44px; height:45px;
    margin:0; padding:0;
    background:url("corner_left.gif") left no-repeat;
}
#cornerright {
    position: relative;
    float:right;
    top: -2px;
    right: -12px;
    width:44px; height:45px;
    margin:0; padding:0;
    background:url("corner_right.gif") right no-repeat;
}

.title {
    font-family: 'Cantarell', Arial, sans-serif;
    width: 300px;
    text-align: center;
    margin: auto;
}
.title a {
    float: left;
    display: block;
    text-decoration: none;
    outline: none;
}
.title img {
    width: 81px;
    height: 60px;
}
.title p {
    font-weight: bold;
}
.title strong {
    font-size: 24px;
    line-height: 130%;
    font-style: italic;
}

#main {
    position: absolute;
    top: 10px;
    left: 165px;
    width: 700px;
    margin:0px; padding:0px;
}
#main2 {
    position: absolute;
    top: 10px;
    left: 165px;
    width: 700px;
    margin:0px; padding:0px;
}
#main-i {
    margin:0px; padding: 0px 10px;
    vertical-align: top;
    text-align: left;
    background: #FFCC00;
    border: 2px solid #000000;
}
#main-i .content {
    margin-bottom: 20px;
}
#main-i .content a {
    padding-right: 15px;
    background: url("images/link.png") no-repeat right;
}
#main-i .content a:hover {
    background: url("images/linkh.png") no-repeat right;
}
#main-i a.thumb {
    padding: 0;
    background: none;
}
#main-i a.thumb:hover {
    background: none;
}

#advertise {
    position: absolute;
    top: 10px;
    left: 820px;
    width: 180px;
    margin:0px; padding:0px;
    vertical-align: top;
    text-align: right;
}

#footer {
    clear: both;
    margin:0px; padding:0px;
    font-size: 11px;
    border-top: 1px solid #333333;
    text-align: center;
}



/******************************************************
bookmarks
*******************************************************/
.rss {
    font-size: 11px;
}

.share a {
	display: block;
	float: right;
	width: 90px;
 	height: 48px;
	padding: 5px 55px 0 0;
}
.share a.facebook {
	background: transparent url('images/facebook_48.jpg') top right no-repeat scroll;
}
.share a.twitter {
	background: transparent url('images/twitter_48.jpg') top right no-repeat scroll;
}

.bookmarks {
    font-size: 11px;
}
.bookmarks a:hover {
    background-color: #000000;
}
a.linkuj {
    padding-left: 15px;
    background: url("images/ico-linkuj.png") no-repeat left;
}
a.jagg {
    padding-left: 15px;
    background: url("images/ico-jagg.png") no-repeat left;
}
a.vybrali {
    padding-left: 15px;
    background: url("images/ico-vybrali.png") no-repeat left;
}
a.delicious {
    padding-left: 15px;
    background: url("images/ico-delicious.png") no-repeat left;
}
a.digg {
    padding-left: 15px;
    background: url("images/ico-digg.png") no-repeat left;
}
a.mailto {
    padding-left: 15px;
    background: url("images/ico-mailto.png") no-repeat left;
}



/******************************************************
media print
*******************************************************/
@media print {

    #editormenu {
        display: none;
    }
    #head {
        position: static;
    }
    #menu {
        display: none;
    }
    #advertise {
        display: none;
    }
    #main {
        position: static;
    }
    #main2 {
        position: static;
    }

}

