/* 
Author - Martin Mates 2009 (www.martin-mates.cz)

*/

/* [ CSS RERSET ] ----------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin: 0;
    padding: 0;
}

table { 
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img {  
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var { 
    font-style: normal;
    font-weight: normal;
}

ol,ul { 
    list-style: none;
}

caption,th { 
    text-align: left;
}

h1,h2,h3,h4,h5,h6 { 
    font-size: 100%;
    font-weight: normal;
}

q:before,q:after { 
    content: '';
}

abbr,acronym { 
    border: 0;
}

.clear {
    clear: both;
}
/* -------------------------------------------------------------------------- */




/* [ CLEARFIX ] ------------------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
    clear: both;
}
/* -------------------------------------------------------------------------- */

* {
    font-family: Tahoma, Helvetica, sans-serif;
}

body {
    background: #e0dac2 url('../img/background.jpg') top center no-repeat;
    font-size: 13px;
    color: #464234;
}

div#main {
    width: 900px;
    margin: 0 auto;
    position: relative;
    left: -6px;
}

/* CSS HACK Firefox 3 + IE7 */
html>/**/body #main, x:-moz-any-link, x:default, div#main {
    left: -7px;
}

/* CSS HACK Chrome + Safari 3.1+4 */
body:nth-of-type(1) div#main {
    left: -5px;
}

div#main div#top {
    width: 900px;
    height: 75px;
    background: #000000 url('../img/top_bg.png') repeat-x;
}

div#main div#top h1 a span {
    display: none;
}

div#main div#top h1 a {
    display: block;
    width: 267px;
    height: 67px;
    background: #000000 url('../img/logo.png') no-repeat;
}

div#main div#menu {
    height: 39px;
    background: #132827 url('../img/menu_bg.png') top right no-repeat;
}

div#main div#menu ul {
    list-style-type: none;
    padding-left: 19px;
}

div#main div#menu ul li {
    float: left;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
}

div#main div#menu ul li a {
    line-height: 39px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
}

div#main div#menu ul li a:hover {
    text-decoration: underline;
}

div#main div#middle {
    width: 900px;
    height: 296px;
    background: #4da0e1 url('../img/middle_img2.jpg') no-repeat;
    position: relative;
}

div#main div#middle div#moto {
    width: 320px;
    height: 296px;
    background: #4da0e1 url('../img/middle_moto.jpg') no-repeat;
    position: absolute;
    top: 0px;
    left: 610px;
}

div#main div#obsah {
    background: transparent url('../img/obsah_bg2.jpg') top right no-repeat;
    padding: 16px;

}

div#main div#obsah.home {
    background: transparent url('../img/obsah_bg.jpg') top right no-repeat;
}

div#main div#obsah div#obsah_left {
    width: 343px;
    float: left;
}

div#main div#obsah div#obsah_left a img {
    display: block;
    margin: 50px auto;
    position: relative;
    left: -13px;
    border: 5px solid #d1caae;
}

div#main div#obsah div#obsah_right {
    float: left;
    width: 525px;
}

div#main div#obsah h2 {
    font-weight: bold;
    color: #772200;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 19px;
    padding-left: 12px;
}

div#main div#obsah div.box {
    width: 324px;
    background: #d1caae;
    border: 1px solid #aea995;
    padding-bottom: 10px;
}

div#main div#obsah div.box h3 {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin: 19px 0 0 30px;
    letter-spacing: 1px;
}

div#main div#obsah div.box h3 span {
    display: block;
    color: #772200;
    font-size: 12px;
}

div#main div#obsah div.box p {
    margin: 0 30px 10px 30px;
}

div#main div#obsah div.box div.hr hr {
    display: none;
}

div#main div#obsah div.box div.hr {
    width: 284px;
    height: 3px;
    background: transparent url('../img/hr.png') no-repeat;
    margin: 15px 0 15px 19px;
}

div#main div#paticka {
    width: 900px;
    height: 152px;
    position: relative;
}

div#main div#paticka div#rock {
    width: 393px;
    height: 152px;
    background: transparent url('../img/paticka_bg.jpg') no-repeat;
    position: absolute;
    top: 0px;
    left: -33px;
}

div#main div#paticka div#paticka_content {
    width: 867px;
    height: 30px;
    background: #2d2c27;
    position: relative;
    top: 122px;
    color: #ededed;
    text-align: right;
    padding-right: 32px;
    font-size: 11px;
    line-height: 30px;
}

div#main div#paticka div#paticka_content a {
    color: #ededed;
}

div#main div#paticka div#paticka_content a:hover {
    text-decoration: none;
}

div#main div#obsah div.article div.imgborder {
    float: left;
    width: 180px;
    height: 133px;
    background: transparent url('../img/img_border.png') no-repeat;
    margin-right: 13px;
}

div#main div#obsah div.article {
    margin-top: 22px;
    margin-left: 8px;
    margin-bottom: 50px;
}

div#main div#obsah div.article h3 {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    margin-bottom: 13px;
}

div#main div#obsah div.article p {
    line-height: 150%;
    margin-left: 6px;
    margin-bottom: 12px;
    margin-right: 16px;
}

div#main div#obsah div.article p a{
	text-decoration: none;
	color: #772200;
	text-decoration: underline;
}

div#main div#obsah div.article div.imgborder img {
    width: 160px;
    height: 113px;
    padding: 10px;
}

div.prispevek {
    padding-left: 13px;
    margin: 30px 0;
    width: 840px;
}

div.prispevek p.datum {
    color: #797563;
    font-size: 11px;
}

div.prispevek p.jmeno {
    color: #3e3e3e;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 6px;
}

div.prispevek p.text {
    color: #3e3e3e;
    font-size: 12px;
    line-height: 18px;
}

div.prispevek p.jmeno span {
    color: #3e3e3e;
    font-size: 9px;
    text-transform: none;
    font-weight: bold;
}

div.hr-diskuse hr {
    display: none;
}

div.hr-diskuse {
    width: 830px;
    height: 1px;
    background: transparent url('../img/hr_long.png') no-repeat;
    position: relative;
    left: 13px;
}

div#obsah form tr {
    height: 30px;
}

div#obsah form th {
    width: 80px;
    padding-right: 4px;
    text-align: right;
    vertical-align: top;
    line-height: 30px;
}

div#obsah form label {
    font-size: 14px;
}

div#obsah form input.text {
    height: 20px;
    width: 200px;
    border: 1px solid #b0aa96;
    background: #e0dac2;
    padding-left: 4px;
    padding-top: 2px;
}

div#obsah form input.captcha {
    position: relative;
    top: 4px;
}

div#obsah form ul.error {
    background: #e79284;
    border: 2px solid red;
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
}

div#obsah form ul.error li {
    list-style-type: disc;
    margin-left: 20px;
}

div#obsah form textarea {
    height: 100px;
    width: 590px;
    border: 1px solid #b0aa96;
    background: #e0dac2;
    margin-top: 10px;
    padding-left: 4px;
    padding-top: 2px;
    font-size: 13px;
    margin-bottom: 10px;
}

div#form {
    border: 1px solid #b0aa96;
    background: #d1caae;
    width: 700px;
    margin: 30px 0 0 13px;
    padding: 20px 10px;
}

div#form label[for=frmdiskuse-text] {
    position: relative;
    top: 5px;
}

div#form input.button {
    width: 100px;
    height: 40px;
    margin-top: 15px;
}

div#form tr td img {
    border: 1px solid #b0aa96;
    background: #e0dac2;
    float: left;
    margin-right: 8px;
}


table.paginator {
    clear: both;
    margin: 30px auto;
}


table.paginator, table.paginator a {
    color: #000000;
    text-decoration: none;
    font-size: 10px;
}

table.paginator a.prev {
    display: block;
    width: 59px;
    padding-left: 15px;
    height: 23px;
    line-height: 23px;
    background: #b0aa96;
}

table.paginator a.prev:hover, table.paginator a.next:hover, table.paginator a.step:hover {
    background: #9c9785;
}

table.paginator span.prev {
    display: block;
    width: 59px;
    padding-left: 15px;
    height: 23px;
    line-height: 23px;
    background: #e0dac2;
}

table.paginator a.next {
    display: block;
    width: 51px;
    padding-left: 30px;
    height: 23px;
    line-height: 23px;
    background: #b0aa96;
}

table.paginator span.next {
    display: block;
    width: 51px;
    padding-left: 30px;
    height: 23px;
    line-height: 23px;
    background: #e0dac2;
}

table.paginator a.step {
    display: block;
    width: 17px;
    height: 23px;
    padding-left: 6px;
    line-height: 23px;
    background: #b0aa96;
}

table.paginator span.current, table.paginator span.dots{
    display: block;
    width: 18px;
    padding-left: 5px;
    height: 23px;
    line-height: 23px;
    background: #e0dac2;
}

body table.paginator span.current {
    background: #ffffff;
    color: #000000;
    padding-left: 6px;
    width: 17px;
}


/* [ FOTKY ] ---------------------------------------------------------------- */
div.fotky_vyber {
    background: #d1caae;
    border: 1px solid #aea995;
    width: 500px;
    height: 70px;
    margin: 20px 0 0 12px;
}

div.fotky_vyber.last {
    margin-bottom: 200px;
}

div.fotky_vyber img {
    margin: 6px;
    float: left;
}

div.fotky_vyber a {
    line-height: 72px;
    margin: 0px;
    padding: 0 0 0 20px;
    color: #464234;
    font-size: 14px;
    font-weight: bold;
}

div.fotky_vyber a:hover {
    text-decoration: none;
}

div#fotky_left {
    float: left;
    padding-left: 13px;
    padding-right: 10px;
    width: 375px;
}

div#fotky_left p {
    margin: 9px 15px 0 0;
    line-height: 150%;
}

div#fotky_right {
    float: left;
    width: 460px;  
}

div#fotky_right img {
    margin: 12px 0 0 0;
}

div#fotky_right table {
    width: 450px;
    margin: 30px 0 0 0;
    position: relative;
    left: 15px;
}

div#fotky_right table td img {
    margin: 0px;
}

div#fotky_right table td {
    height: 35px;
    padding: 5px 0px;
}

div#fotky_right table td.flag {
    width: 55px;
}

div#fotky_right table td a {
    line-height: 35px;
    color: #464234;
    font-size: 13px;
}

div#fotky_right table td a:hover {
    text-decoration: none;
}

div#fotky_left h3 {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 9px;
    position: relative;
    top: 9px;
}

div#fotky_left p strong {
    font-weight: bold;
}

div.youtube {
    width: 425px;
    margin: 30px auto;
}

/* ----------------------------------------------------------- */

div#fotogalerie {
	margin-top: 20px;
    margin-left: 7px;
}

div#fotogalerie a {
	display: block;
	height: 132px;
	width: 167px;
    background: transparent url('../img/img_border2.png') no-repeat;
	float: left;
}

div#fotogalerie a img {
	width: 141px;
    height: 106px;
	margin: 13px;
}

a.zpet {
	text-decoration: none;
	color: #772200;
	text-decoration: underline;
	font-size: 14px;
	line-height: 30px;
	vertical-align: middle;
	margin-left: 15px;
	font-weight: bold;
}

div#text {
    padding-left: 12px;
    padding-right: 50px;
    padding-top: 21px;
}

div#text p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 21px;
}

body ul#reportaze {
    padding-left: 28px;
    padding-top: 21px;
    padding-bottom: 400px;
    list-style-type: disc;
}

ul#reportaze li a {
    color: #464234;
    font-size: 13px;
}

ul#reportaze li a:hover {
    text-decoration: none;
}


