/*
    Project: CrystalX
    URL: http://www.nuvio.cz
    
    Output device: screen, projection
    
    Author: Vit Dlouhy (vit.dlouhy@nuvio.cz); Nuvio (www.nuvio.cz)
    Last revision: 2006-12-05, 12:00 GMT+1

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

* {min-height:1px;}
body   { color: #192666; font: 70%/160% verdana, sans-serif; background: #050790 url("../../howard%20new%20site/newsite/design/bg.jpg") repeat-x; margin: 0; padding: 0; border: 0; _text-align: center  }

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

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

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

h1, h2, h3, h4, h5 {border:0; margin:15px 0 10px 0; padding:0; font-weight:bold;}
h1 {font-size:260%; line-height:100%; font-family:"georgia",serif; font-weight:normal;}
h2 {font-size:180%; line-height:100%; font-family:"georgia",serif; font-weight:normal;}
h3 {font-size:120%; line-height:100%; font-weight:bold;}
h4 {font-size:120%;}
h5 {font-size:100%;}

table   { font-size: 100%; display: table; margin: 15px 0; padding: 0 }
tr {display:table-row;}
th, td  { text-align: left; display: table-cell; margin: 0; padding: 5px; vertical-align: top }
th {background:#E7ECFD; text-align:center; color:#192666; font-weight:bold;}

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

dl {border:0; margin:15px 0; padding:0;}
dt {border:0; margin:0; padding:0; font-weight:bold;}
dd {border:0; margin:0 0 0 30px; padding:0;}

form {border:0; 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:0 solid #CCC; color:#CCC;}

a, img, span {border:0; 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;}
.nom {margin:0;}
.noscreen {display:none;}

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

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

/* Header */
#header  { color: #fff; background: transparent; margin: 0; padding: 0; position: relative; width: 770px; height: 100px }

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

    #header #logo a {color:#FFF;}
    #header #logo a:hover {color:#B5C4E3; text-decoration:underline;}
    
    /* Header - Search */
    #header #search {position:absolute; top:35px; right:20px;}
    #header #search form {position:relative;}
    #header #search #search-input-out  { color: #192666; font: bold 90%/100% verdana, sans-serif; background: url("../../howard%20new%20site/newsite/design/search_input.gif") no-repeat; margin: 0; padding: 0; position: absolute; top: 0; right: 45px; width: 155px; height: 28px; border: 0 }
    #header #search #search-input {width:140px; margin:5px 8px; padding:3px 0; border:0; background:#FFF; font:bold 100%/100% "verdana",sans-serif; color:#192666;}
    #header #search #search-submit {position:absolute; top:0; right:0px;}
    #header #search fieldset {margin:0; padding:0; border:0;}
    #header #search fieldset {width:200px;}
    #header #search legend {display:none;}

/* Main menu (tabs) */
#tabs   { background: #161b79; margin: 0 5px 0 18px; padding: 12px 0 0; _height: 1px  }

    #tabs ul  { list-style: none; margin: 0 0; padding: 0 }
    #tabs ul li   { margin: 0 5px 0 0; padding: 0; float: left }
    #tabs ul li a    { color: #b5c4e3; font-weight: bold; text-decoration: none; background: url("../../howard%20new%20site/newsite/design/tab_link.gif") repeat-x; cursor: pointer; display: block; padding: 7px 15px; position: relative; border: 1 white; outline-color: white }
    
    /* Main menu (tabs - link) */
    #tabs ul li a span.tab-l, #tabs ul li a:hover span.tab-l   { background: url("../../howard%20new%20site/newsite/design/tab_link_l.gif") no-repeat; position: absolute; top: 0; left: 0; width: 8px; height: 8px; _left: -5px  }
    #tabs ul li a span.tab-r, #tabs ul li a:hover span.tab-r  { background: url("../../howard%20new%20site/newsite/design/tab_link_r.gif") no-repeat 100% 0; position: absolute; top: 0; right: 0; width: 8px; height: 8px; _right: -1px }
    
    /* Main menu (tabs - hover) */
    #tabs ul li a:hover  { color: #fff; background: url("../../howard%20new%20site/newsite/design/tab_hover.gif") repeat-x }
    #tabs ul li a:hover span.tab-l  { background: url("../../howard%20new%20site/newsite/design/tab_hover_l.gif") no-repeat }
    #tabs ul li a:hover span.tab-r  { background: url("../../howard%20new%20site/newsite/design/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  { background: url("../../howard%20new%20site/newsite/design/tab_active_l.gif") no-repeat; position: absolute; top: 0; left: 0; width: 8px; height: 8px; _left: -15px }
    #tabs ul li#active a span.tab-r  { background: url("../../howard%20new%20site/newsite/design/tab_active_r.gif") no-repeat 100% 0; position: absolute; top: 0; right: 0; width: 8px; height: 8px }

/* Page (2 columns) */
#page  { background: #fff url("../../howard%20new%20site/newsite/design/bg_page.gif") repeat-y; width: 770px; min-height: 1px; _height: 1px }
#page-in  { background: url("../../howard%20new%20site/newsite/design/bg_page_in.jpg") no-repeat; padding: 10px 0; min-height: 1px; _height: 1px }

/* 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  { background: url("../../howard%20new%20site/newsite/design/ico_rss.gif") no-repeat 0 50%; margin: 0; padding-left: 25px; width: 175px; float: right; _width: 200px }

/* Content */
#content {float:left; width:530px; _width:550px; margin:0; padding:0 0 0 20px;}

    /* Content - article */
    #content .article  { background: url("../../howard%20new%20site/newsite/design/content_article_bg.jpg") no-repeat; margin: 0; padding: 20px; clear: both }
    #content .article h2  { color: #192666; background: #dee5fd url("../../howard%20new%20site/newsite/design/content_title_bg.gif") repeat-y; margin: 0 -20px; padding: 10px }
    #content .article h2 span  { background: url("../../howard%20new%20site/newsite/design/ico_list.gif") no-repeat 0 50%; padding-left: 25px }
    
    #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("../../howard%20new%20site/newsite/design/ico_date.gif") no-repeat 0 50% }
    #content .info span.cat  { background: url("../../howard%20new%20site/newsite/design/ico_cat.gif") no-repeat 0 50%; margin-left: 8px }
    #content .info span.user  { background: url("../../howard%20new%20site/newsite/design/ico_user.gif") no-repeat 0 50%; margin-left: 8px }
    #content .info span.comments  { background: url("../../howard%20new%20site/newsite/design/ico_comments.gif") no-repeat 0 50%; margin-left: 8px }

    /* Content - More */
    #content .btn-more {margin:0 0 15px 0; padding:0; border:0; position:relative;}
    #content .btn-more a  { color: #fff; text-decoration: none; background: url("../../howard%20new%20site/newsite/design/btn_more.gif") no-repeat; display: block; margin: 0; padding: 0 0 0 28px; position: absolute; top: 0; right: 0; width: 67px; height: 21px; _width: 95px }
    #content .btn-more a:hover  { background: url("../../howard%20new%20site/newsite/design/btn_more.gif") no-repeat -95px 0 }

/* Right column */
#col   { background: #fff url("(EmptyReference!)") repeat-y; margin: 0; padding: 0; width: 200px; float: left }
#col-in  { background: url("../../howard%20new%20site/newsite/design/col_top.gif") no-repeat; padding: 20px 10px }
#col h3  { color: #192666; background: #a0b9f3 url("../../howard%20new%20site/newsite/design/col_title_bg.gif") repeat-y; margin: 0 -10px 15px; padding: 13px 15px 14px }

    /* Right column - About me */
    #col #about-me {margin-bottom:15px; line-height:130%;}
    #col #about-me p {margin:0;}
    #col #about-me #me {float:left; width:54px; height:58px; margin-right:7px;}

    /* Right column - Category */
    #col ul#category {margin:15px 0; padding:0; list-style:none;}
    #col ul#category li  { margin: 0; padding: 0; border-bottom: 1px solid #050790 }
    #col ul#category li a  { text-decoration: none; background: url("../../howard%20new%20site/newsite/design/ico_archive.gif") no-repeat 5px 6px; display: block; padding: 3px 0 3px 22px }
    #col ul#category li a:hover {background-color:#D3DFF8; color:#192666;}
    #col ul#category li#category-active a  { font-weight: bold; background: #e0e8fa url("../../howard%20new%20site/newsite/design/ico_archive2.gif") no-repeat 5px 50% }
    
    /* Right column - Archive */
    #col ul#archive {margin:15px 0; padding:0; list-style:none;}
    #col ul#archive li {margin:0; padding:0; border-bottom:1px solid #E0E8FA;}
    #col ul#archive li a  { text-decoration: none; background: url("../../howard%20new%20site/newsite/design/ico_archive.gif") no-repeat 5px 50%; display: block; padding: 3px 0 3px 22px }
    #col ul#archive li a:hover {background-color:#D3DFF8; color:#192666;}
    #col ul#archive li#archive-active a  { font-weight: bold; background: #e0e8fa url("../../howard%20new%20site/newsite/design/ico_archive2.gif") no-repeat 5px 6px }
    
    /* Right column - Links */
    #col ul#links {margin:15px 0; padding:0; list-style:none;}
    #col ul#links li {margin:0; padding:0; border-bottom:1px solid #E0E8FA;}
    #col ul#links li a  { text-decoration: none; background: url("../../howard%20new%20site/newsite/design/ico_links.gif") no-repeat 5px 6px; display: block; padding: 3px 0 3px 22px }
    #col ul#links li a:hover {background-color:#D3DFF8; color:#192666;}

/* Footer */
#footer  { color: #6685cc; background: url("../../howard%20new%20site/newsite/design/footer.jpg") no-repeat; margin-bottom: 50px; position: relative; width: 770px; height: 60px; clear: both }
#footer a {color:#6685CC;}
#footer a:hover {color:#192666;}

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

    /*  Footer - copyright */
    #footer p#copyright {position:absolute; top:10px; left:40px; margin:0;}

    /* Footer - created by */
    #createdby {position:absolute; top:10px; left:562px; margin:0; color:#8CA3D8;}
    #createdby a {color:#8CA3D8;}
.listing { color: black; font-size: 9pt; font-family: sans-serif; font-style: normal }
.testimonial { color: black; font-size: 10pt; font-family: sans-serif; line-height: 150% }
.testimonial_sig { color: black; font-size: 10pt; font-family: sans-serif; font-style: italic }
.testimonial_date { color: black; font-size: 10pt; font-family: sans-serif; font-weight: bold }
.news_head { color: black; font-size: 10pt; font-family: sans-serif; font-weight: bold }
.news { color: black; font-size: 10pt; font-family: sans-serif; line-height: 150% }
.hot_title { color: black; font-size: 12pt; font-family: serif; font-variant: normal; line-height: normal }
.hot_text { color: black; font-size: 10 pt; font-family: Times, serif; line-height: 150% }
.hom_text { color: black; font-size: 10pt; font-family: sans-serif }
