/*
    Project: Alphachim
    
    Output device: screen, projection
    
    Author: Vit Dlouhy (vit.dlouhy@nuvio.cz); xSEOn (info@napravisisait.com)
    Last revision: 15-09-2009, 12:00 GMT+2

    Structure:
        display | position | float | overflow | width | height | border | margin | padding | background | align | font
*/

* {min-height:1px;border:0px none;}
body {border:0px none; margin:0; padding:0; background:#F2F5FE url('bg.gif') repeat-x 0 0; color:#192666; _text-align:center; font-style:normal; font-variant:normal; font-weight:normal; line-height:160%; font-size:75%; font-family:verdana, sans-serif}

a {color:#192666;}
a:hover {color:#4F6AD7;}

p {border:0px none; margin:15px 0; padding:0}

div {display:block; border:0px none; margin:0; padding:0}

h1, h2, h3, h4, h5 {border:0px none; padding:0; font-weight:bold; margin-left:0; margin-right:0; margin-top:15px; margin-bottom:10px}
h1 {font-size:260%; line-height:100%; font-family:"georgia",serif;}
h2 {font-size:150%; line-height:100%;}
h3 {font-size:130%; line-height:100%;}
h4 {font-size:120%;}
h5 {font-size:100%;}


ul, ol {display:block; border:0px none; padding:0; margin-left:40px; margin-right:0; margin-top:15px; margin-bottom:15px}
ol {list-style-type:decimal;}
li {display:list-item; border:0px none; margin:0; padding:0; _height:1px}
ul ul, ul ol, ol ol, ol ul {margin: 0 0 0 20px;}

dl {border:0px none; margin:15px 0; padding:0}
dt {border:0px none; margin:0; padding:0; font-weight:bold}
dd {border:0px none; padding:0; margin-left:30px; margin-right:0; margin-top:0; margin-bottom:0}

.sform {border:0px none; margin:0; padding:0}
fieldset {border:1px solid #ccc; margin:15px 0; padding:10px;}
legend {margin-left:10px; font-size:100%; font-weight:bold; color:#008;}

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

a, img, span {border:0px none; margin:0; padding:0}
abbr, acronym {border-bottom:1px dotted #CCC; cursor:help;}

del, .through {text-decoration:line-through;}
strong, .strong {font-weight:bold;}
cite, em, q, var {font-style:italic;}
code, kbd, samp {font-family:monospace; font-size:110%;}

/* Floating */
.f-left {float:left;}
.f-right {float:right;}

/* Text align */
.t-left {text-align:left;}
.t-center {text-align:center;}
.t-right {text-align:right;}

.va-middle {vertical-align:middle;}

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

.nom {margin:0;}
.noscreen {display:none;}

/* -----------------...........--------------------------------------------------------------------------------------- */

#main {width:970px; margin:50px auto 0 auto; _text-align:left;}

/* Header */
#header {position:relative; width:970px; height:100px; margin:0; padding:0; background:#233C9B url('header.jpg') no-repeat 0 0; color:#FFF}
#header a {text-decoration:none;}

    /* Header - logo */
    #header #logo {position:absolute; top:15px; left:25px; margin:0;}

    #header #sitename {position:absolute; top:35px; left:80px; margin:0; width:520px; text-shadow:2px 2px 2px #333333;}
    #header #sitename a {color:#FFF;}
    #header #sitename a:hover {color:#B5C4E3;}

    /* Header - Slogan */
    #slogan {position: absolute; bottom: 10px; left:80px; width:520px; margin:0; font-size:120%}
    
    /* Header - Search */
    #header #search {position:absolute; top:35px; right:20px;}
    #header #search .sform {position:relative;}
    #header #search #search-input-out {position:absolute; top:0; right:45px; width:155px; height:28px; margin:0; padding:0; border:0px none; background:url('search_input.gif') no-repeat 0 0; color:#192666; font-style:normal; font-variant:normal; font-weight:bold; line-height:100%; font-size:90%; font-family:verdana, sans-serif}
    #header #search #search-input {width:140px; margin:5px 8px; border:0px none; background:#FFF; color:#192666; font-style:normal; font-variant:normal; font-weight:bold; line-height:100%; font-size:100%; font-family:verdana, sans-serif; padding-left:0; padding-right:0; padding-top:3px; padding-bottom:3px}
    #header #search #search-submit {position:absolute; top:0; right:0px;}
    #header #search fieldset {margin:0; padding:0; border:0px none;}
    #header #search fieldset {width:200px;}
    #header #search legend {display:none;}

/* Main menu (tabs) */
#tabs {background:#192666; margin:0 5px; padding:10px 0 0 0; _height:1px;}

    #tabs ul {margin:0 10px; padding:0; list-style:none;}
    #tabs ul li {margin:0 5px 0 0; padding:0; float:right;}
    #tabs ul li a {display:block; position:relative; border:0px none; background:url('tab_link.gif') repeat-x 0 0; color:#F2F5FE; font-weight:bold; text-decoration:none; cursor:pointer; padding-left:15px; padding-right:15px; padding-top:7px; padding-bottom:7px}
    
    /* Main menu (tabs - link) */
    #tabs ul li a span.tab-l, #tabs ul li a:hover span.tab-l {position:absolute; top:0; left:0; _left:-15px; width:8px; height:8px; background:url('tab_link_l.gif') no-repeat 0 0;}
    #tabs ul li a span.tab-r, #tabs ul li a:hover span.tab-r {position:absolute; top:0; right:0; _right:-1px; width:8px; height:8px; background:url('tab_link_r.gif') no-repeat 100% 0;}
    
    /* Main menu (tabs - hover) */
    #tabs ul li a:hover {background:url('tab_hover.gif') repeat-x 0 0; color:#FFF}
    #tabs ul li a:hover span.tab-l {background:url('tab_hover_l.gif') no-repeat 0 0;}
    #tabs ul li a:hover span.tab-r {background:url('tab_hover_r.gif') no-repeat 100% 0;}
    
    /* Main menu (tabs - active) */
    #tabs ul li#active a {background:#FFF; color:#FF9000;}
    #tabs ul li#active a span.tab-l {position:absolute; top:0; left:0; _left:-15px; width:8px; height:8px; background:url('tab_active_l.gif') no-repeat 0 0;}
    #tabs ul li#active a span.tab-r {position:absolute; top:0; right:0; width:8px; height:8px; background:url('tab_active_r.gif') no-repeat 100% 0;}

/* Page (2 columns) */
#page {width:970px; min-height:1px; background:#FFF url('bg_page.gif') repeat-y 0 0; _height:1px}
#page-in {min-height:400px; background:url('bg_page_in.jpg') no-repeat 0 0; _height:1px; padding-left:0; padding-right:0; padding-top:15px; padding-bottom:15px}

/* Strip */
#strip {position:relative; clear:both; padding:3px 20px 10px 20px; color:#6182D1;}
#strip p {margin:0;}
#strip a {color:#6182D1;}
#strip a:hover {color:#192666;}

    /* Strip - breadcrumbs */
    #strip #breadcrumbs {width:520px; margin:0; padding:0;}
    
    /* Strip - RSS */
    #strip #rss {float:right; width:175px; _width:200px; margin:0; padding-left:25px; background:url('ico_rss.gif') no-repeat 0 50%; }

/* Content */
#content {float:left; margin:0; padding:0;}

    /* Content - article */
	#content table { max-width: 690px; }
    #content .article {clear:both; margin:0; padding:20px; background:url('content_article_bg.jpg') no-repeat 0 0; width:690px; max-width:730px; min-height:300px}
    #content .article h2 {margin:0 -20px; padding:10px; background:#DEE5FD url('content_title_bg.gif') repeat-y 0 0; color:#2e3092; text-shadow:1px 1px 1px #333333}
    #content .article h2 span {background:url('alphachim-mini.gif') no-repeat 0 60%; padding-left:25px; padding-right:10px; padding-top:0; padding-bottom:0}
    #content .article p {text-align:justify;}
    
    #content .info {margin:10px 0; padding-bottom:8px; border-bottom:1px solid #DEE5FD; color:#6685CC;}
    #content .info a {color:#6685CC;}
    #content .info a:hover {color:#FF9000;}
    
    #content .info span.date, #content .info span.cat, #content .info span.user, #content .info span.comments {padding-left:15px;}
    #content .info span.date {background:url('ico_date.gif') no-repeat 0 50%;}
    #content .info span.cat {background:url('ico_cat.gif') no-repeat 0 50%; margin-left:8px}
    #content .info span.user {background:url('ico_user.gif') no-repeat 0 50%; margin-left:8px}
    #content .info span.comments {background:url('ico_comments.gif') no-repeat 0 50%; margin-left:8px}

    /* Content - More */
    #content .btn-more {padding:0; border:0px none; position:relative; margin-left:0; margin-right:0; margin-top:0; margin-bottom:15px}
    #content .btn-more a {display:block; position:absolute; top:0; right:0; width:67px; _width:95px; height:21px; margin:0; background:url('btn_more.gif') no-repeat 0 0; color:#FFF; text-decoration:none; padding-left:28px; padding-right:0; padding-top:0; padding-bottom:0}
    #content .btn-more a:hover {background:url('btn_more.gif') no-repeat -95px 0;}

/* Left column */
#col {float:left; width:200px; margin-left:20px; padding:0; background:#CEDBF9 url('col_bg.gif') repeat-y 0 0;}
#col-in {background:url('col_top.gif') no-repeat 0 0;; padding-left:10px; padding-right:10px; padding-top:20px; padding-bottom:20px}
#col h3 {background:#A0B9F3 url('col_title_bg.gif') repeat-y 0 0; color:#2e3092; margin-left:-10px; margin-right:-10px; margin-top:0; margin-bottom:13px; padding-left:15px; padding-right:15px; padding-top:11px; padding-bottom:12px}

    /* Left column - Second menu */
    #col ul#category {margin:15px 0; padding:0; list-style:none;}
    #col ul#category li {margin:0; padding:0; border-bottom:1px solid #E0E8FA;}
    #col ul#category li a {display:block; background:url('ico_archive0.gif') no-repeat 5px 6px; text-decoration:none; padding-left:22px; padding-right:0; padding-top:3px; padding-bottom:3px}
    #col ul#category li a:hover {background-color:#D3DFF8; color:#192666;}
    #col ul#category li#category-active a {background:#E0E8FA url('ico_archive2.gif') no-repeat 5px 50%; font-weight:bold}

/* Footer */
#footer {position:relative; clear:both; width:970px; height:60px; margin-bottom:50px; background:url('footer.jpg') no-repeat 0 0; color:#6685CC}
#footer a {color:#6685CC;}
#footer a:hover {color:#192666;}

    /* Footer - created by */
    #createdby {width: 200px; padding-top:10px; padding-left:20px; margin:0; color:#8CA3D8; text-align: center;}
    #createdby a {color:#8CA3D8;}

    /* Footer - "back on top" */
    #top {position:absolute; top:55px; left:110px;}
    #top p {position:relative; width:30px; height:25px; margin:0; overflow:hidden;}
    #top p span {display:block; position:absolute; left:0; top:0; z-index:1; width:30px; height:25px; background:url('ico_top.gif') no-repeat 0 0; cursor:pointer}
/*    #top a:hover span {background:url("ico_top.gif") -30px 0 no-repeat;}*/

    /*  Footer - copyright */
    #copyright {margin:0; text-align: center; padding-top: 60px;}

    /* Footer - menu */
    #fmenu {position:absolute; top:45px; right:10px; margin:0; color:#6685CC;}
    #fmenu ul {padding:0; list-style:none;}
    #fmenu ul li {padding:0 0 0 10px; float:rigft;}
    #fmenu ul li a {display:inline; padding:0; text-decoration:none; cursor:pointer;}
    #fmenu ul li a:hover {color:#FF9000;}

#scrollbuton a {display:scroll; position:fixed; bottom:25px; right:35px;}
#contactform input {border: 1px solid #00ccee;}
