/* ----------------------------------------------------------------------------------------------------------

    Nuvio Templates
    www.nuviotemplates.com

    Výstupní zařízení:  screen, projection

    Autor:              Vít Dlouhý (vit.dlouhy@nuvio.cz), Nuvio (www.nuvio.cz)
    Poslední revize:    2008-06-06, 22:14 GMT+1
    Verze stylopisu:    2.1 (2008-03-19, 15:43 GMT+1)

    Struktura:
        display; position; float; z-index; overflow; width; height; margin; padding; border; background; align; font;

    Obsah:
    
        1) Reset
        2) Výchozí hodnoty HTML tagů
        3) Univerzální styly (display, float, margin, text-align...) a vlastnosti
        4) Obecné HTML styly (table, ul, dl...)
        5) Layout
            6-1) Stránka: Úvod
            6-2) Stránka: WordPress
            6-3) Stránka: Detail
            6-4) Stránka: Náhled šablon
            6-5) Stránka: Kontakt
        Z) Nezařaditelné

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) Reset
---------------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border:0; outline:0; vertical-align:baseline; background:transparent;}

/* ----------------------------------------------------------------------------------------------------------
2) Výchozí hodnoty HTML tagů
---------------------------------------------------------------------------------------------------------- */

body {background:#CFCFCF url("../design/bg.gif") 0 0 repeat-x; color:#000; font:0.8em/1.5 "arial", sans-serif; text-align:center;}

a {color:#000;}
a:hover {color:#555;}

h1 {font-size:180%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}

p, table, ul, ol, dl, fieldset {margin:15px 0;}

table {border-collapse:collapse; border-spacing:0; font-size:100%;}
th {text-align:center; font-weight:bold;}
th, td {padding:3px 5px;}

ul, ol {margin-left:30px;}
ul ul, ol ol {margin:0; margin-left:20px;}
ol {list-style-type:decimal;}
li {display:list-item;}

dt {font-weight:bold;}
dd {margin-left:30px;}

fieldset {position:relative; padding:10px; border:1px solid #CCC;}
legend {position:absolute; top:-1em; margin:0; font-size:100%; font-weight:bold; color:#000;}

abbr, acronym, .help {border-bottom:1px dotted #CCC; cursor:help;}
del {text-decoration:line-through;}
strong {font-weight:bold;}
blockquote {margin:15px 20px;}
cite, em, q, blockquote {font-style:italic;}
pre, code, kbd, samp {font-family:monospace; font-size:110%;}
sub, sup {line-height:0;}

hr {display:block; height:1px; margin:10px 0; border:0 solid #CCC; background:#CCC; color:#CCC;}

/* ----------------------------------------------------------------------------------------------------------
3) Univerzální styly (display, float, margin, text-align...) a vlastnosti
---------------------------------------------------------------------------------------------------------- */

.box {min-height:1px;}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}

.clear {clear:both;}

.f-left {float:left !important;} img.f-left {float:left; margin-right:10px;}
.f-right {float:right !important;} img.f-right {float:right; margin-left:10px;}

.t-left {text-align:left !important;}
.t-center {text-align:center !important;}
.t-right {text-align:right !important;}
.t-justify {text-align:justify !important;}

.va-top {vertical-align:top !important;}
.va-middle {vertical-align:middle !important;}
.va-bottom {vertical-align:bottom !important;}

.nom {margin:0 !important;}
.nomt {margin-top:0 !important;}
.nomb {margin-bottom:0 !important;}

.noscreen {display:none;}
.novisible {position:absolute; left:-1000px; top:-1000px; width:1px; height:1px; overflow:hidden;}

.width100 {width:100%;}
.bigger {font-size:110%;}
.smaller {font-size:85%;}

.high {color:#F60;}
.low {color:#505050;}

/* ----------------------------------------------------------------------------------------------------------
4) Obecné HTML styly (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */

ul.ul-ok {margin:10px 0 30px 0; list-style:none;}
ul.ul-ok li {margin-left:15px; padding:1px 0 1px 23px; background:url("../design/ul-ok.gif") 0 3px no-repeat;}

ul.ul-style01 {margin:10px 0 30px 0; list-style:none;}
ul.ul-style01 li {margin-left:15px; padding:1px 0 1px 20px; background:url("../design/ul-style01.gif") 0 6px no-repeat;}

ol#num {margin:20px 0 20px 15px; padding:0; list-style:none;}
ol#num li {margin:0; padding:6px 0; padding-left:35px;}
ol#num li#num-1 {background:url("../design/ico-1.gif") 0 3px no-repeat;}
ol#num li#num-2 {background:url("../design/ico-2.gif") 0 3px no-repeat;}
ol#num li#num-3 {background:url("../design/ico-3.gif") 0 3px no-repeat;}
ol#num li#num-4 {background:url("../design/ico-4.gif") 0 3px no-repeat;}
ol#num li#num-5 {background:url("../design/ico-5.gif") 0 3px no-repeat;}
ol#num li#num-6 {background:url("../design/ico-6.gif") 0 3px no-repeat;}

/* ----------------------------------------------------------------------------------------------------------
5) Layout
---------------------------------------------------------------------------------------------------------- */

.main {width:840px; margin:0 auto; text-align:left;}

	#header {position:relative; width:840px; height:80px; background:#F60 url("../design/header.gif") 0 0 repeat-x;}

        #logo {position:relative; overflow:hidden; width:270px; height:80px; margin:0; padding:0; font-size:100%;}
        #logo span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("../design/logo.gif") 0 0 no-repeat; cursor:pointer;}

        #tabs {position:absolute; left:270px; top:24px;}
        #tabs ul {margin:0; padding:0; list-style-type:none;}
        #tabs ul li {display:inline; margin:0; padding:0; font:bold 85%/1 "tahoma",sans-serif;}
            
            #tabs a {float:left; margin-left:5px !important; padding-left:13px; background:#303030 url("../design/tab-l.gif") 0 -72px no-repeat; text-decoration:none !important; cursor:pointer; color:#FFF;}
            #tabs a span {float:left; display:block; padding:12px 13px 13px 0; background:#303030 url("../design/tab-r.gif") 100% -72px no-repeat;}
            
            #tabs a:hover {background:#505050 url("../design/tab-l.gif") 0 -36px no-repeat;}
            #tabs a:hover span  {background:#505050 url("../design/tab-r.gif") 100% -36px no-repeat;}
            
            #tabs #tab-active a {background:#FFF url("../design/tab-l.gif") 0 0 no-repeat;}
            #tabs #tab-active a span  {background:#FFF url("../design/tab-r.gif") 100% 0 no-repeat; font-weight:bold; color:#000;}

        #free {position:absolute; top:105px; right:15px; width:80px; height:80px; background:url("../design/free.gif") 0 0 no-repeat;}

    #subheader {padding:25px 0; background:#303030; color:#FFF;}

	#content {padding:20px 0;}

	#rss {border-top:1px solid #E0E0E0; background:#AFAFAF;}
	
        #rss p {margin:0; padding:20px 0 20px 40px; background:url("../design/rss.gif") 0 50% no-repeat; font-size:110%;}
        #rss a {color:#000; font-weight:bold;}
        #rss a:hover {color:#555;}

	#footer {clear:both; padding:20px 0; font-size:85%; color:#777;}
	   
	    #footer p {margin:0;}
	    #footer a {color:#777;}
	    #footer a:hover {color:#000;}	

/* ----------------------------------------------------------------------------------------------------------
6-1) Stránka: Úvod
---------------------------------------------------------------------------------------------------------- */

.ref {position:relative; float:left; width:210px; height:210px; margin-right:0; margin-bottom:5px; background:#FFF url("../design/ref.gif") 0 0 no-repeat; overflow:hidden;}
.ref:hover, .ref.hover {background:#FFF url("../design/ref-hover.gif") 0 0 no-repeat;}
.ref:hover a, .ref.hover a {color:#303030 !important;}

    .ref p {margin:0;}
    .ref .ref-img {position:absolute; top:12px; left:12px;}
    .ref .ref-img img {border:1px solid #CCC;}
    
    .ref .ref-name {position:absolute; top:155px; left:13px;}
        .ref .ref-name a {color:#F60; font-weight:normal;}
        .ref .ref-name a:hover {color:#000;}
    
    .ref .ref-info {position:absolute; top:178px; left:13px; width:180px; font-size:85%; color:#777;}
        .ref .ref-info span.f-left {padding-left:11px; background:url("../design/ico-views.gif") 0 4px no-repeat;}
        .ref .ref-info span.f-right {padding-left:12px; background:url("../design/ico-download.gif") 0 3px no-repeat;}

.ads img {margin:0 5px;}
   
/* ----------------------------------------------------------------------------------------------------------
6-2) Stránka: WordPress
---------------------------------------------------------------------------------------------------------- */

.wp {margin:10px 0; padding:15px 0 15px 64px; background:url("../design/wp.gif") 0 50% no-repeat;}

/* ----------------------------------------------------------------------------------------------------------
6-3) Stránka: Detail
---------------------------------------------------------------------------------------------------------- */

.detail-thumb {position:relative; float:left; width:328px; height:278px; background:url("../design/ref-detail.gif") 0 0 no-repeat;}
.detail-thumb p {position:absolute; left:12px; top:12px; border:1px solid #CCC; margin:0;}
.detail-thumb p img {display:block;}
.detail-thumb #resize {position:absolute; bottom:5px; right:5px; width:34px; height:34px; background:url("../design/resize.gif") 0 0 no-repeat;}

.detail-desc {float:right; width:500px;}
.detail-desc table {width:500px; margin:10px 0; margin-bottom:30px; border-top:1px solid #E0E0E0;}
.detail-desc table td {border-bottom:1px solid #E0E0E0;}
.detail-desc table tr.bg td {background:#E0E0E0;}

#rights {margin-top:15px; padding:15px; background:url("../design/pattern.gif");}

/* -------------------------------------------------------------------------------------------------------
6-4) Náhled šablon (horní rámec)
------------------------------------------------------------------------------------------------------- */
    
body#tray {padding:10px 20px 0 20px; background:#d0d0d0 url("../design/tray.gif") 0 0 repeat-x; text-align:left;}
body#tray p {margin:0;}
body#tray a:hover {color:#606060;}    

.ico-download {padding-left:20px; background:url("../design/ico-download2.gif") 0 3px no-repeat;}
.ico-back {padding-left:20px; background:url("../design/ico-back.gif") 0 5px no-repeat;}

/* ----------------------------------------------------------------------------------------------------------
6-5) Stránka: Kontakt
---------------------------------------------------------------------------------------------------------- */

.input-text, .input-area {border:1px solid #999; border-right:1px solid #BBB; border-bottom:1px solid #BBB; padding:4px; font-size:100%; font-family:"",monospace;}
.input-area {width:600px; height:150px;}

/* ----------------------------------------------------------------------------------------------------------
Z) Nezařaditelné
---------------------------------------------------------------------------------------------------------- */

#hx-index {position:relative; overflow:hidden; width:600px; height:40px; margin:0; padding:0; font-size:200%; font-weight:normal;}
#hx-index span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("../design/hx-index.gif") 0 0 no-repeat;}

#hx-templates, #hx-wordpress, #hx-terms, #hx-links, #hx-contact, #hx-statistics, #hx-donors, #hx-payment, #hx-advertise {position:relative; overflow:hidden; width:500px; height:40px; margin:0; padding:0; font-size:200%; font-weight:normal;}
#hx-templates span, #hx-wordpress span, #hx-terms span, #hx-links span, #hx-contact span, #hx-statistics span, #hx-donors span, #hx-payment span, #hx-advertise span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("../design/hx-templates.gif") 0 0 no-repeat;}

#hx-wordpress span {background:url("../design/hx-wordpress.gif") 0 0 no-repeat;}
#hx-terms span {background:url("../design/hx-terms.gif") 0 0 no-repeat;}
#hx-links span {background:url("../design/hx-links.gif") 0 0 no-repeat;}
#hx-contact span {background:url("../design/hx-contact.gif") 0 0 no-repeat;}
#hx-statistics span {background:url("../design/hx-statistics.gif") 0 0 no-repeat;}
#hx-donors span {background:url("../design/hx-donors.gif") 0 0 no-repeat;}
#hx-payment span {background:url("../design/hx-payment.gif") 0 0 no-repeat;}
#hx-advertise span {background:url("../design/hx-advertise.gif") 0 0 no-repeat;}

.title {margin:10px 0; font-size:100%; background:url("../design/title.gif") 0 50% repeat-x;}
.title span {margin-left:10px; padding:0 5px; background:#CFCFCF;}

.msg {margin:30px 0; padding:10px; background:#F60; color:#FFF;}

.more {padding-left:16px; background:url("../design/ico-next.gif") 0 5px no-repeat;}

