/*
Theme Name: imageservice.biz
Theme URI:
Description: 
Version: 0.1
Author: Jakub Kulhan
Author URI: http://bukaj.netuje.cz/
*/
h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dd, dt, strong, em, form {
    font-size: inherit;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
}
h2, h3, h4, h5, h6 {
    margin: 0.7em 0 0.2em 0;
    font-weight: bold;
    color: #848685;
}
h2 {
    font-size: 180%;
}
h3 {
    font-size: 160%;
}
h4 {
    font-size: 140%;
}
h5 {
    font-size: 120%;
}
h6 {
    font-size: 100%;
}
p {
    text-indent: 2em;
    line-height: 1.5;
}
a {
    text-decoration: underline;
    color: #d88f28;
}
a:hover {
    text-decoration: none;
}
body {
    text-align: center;
    font-size: small;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    color: #888888;
}
#page {
    width: 750px;
    position: relative;
    margin: 2em auto;
    text-align: left;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {
    display: inline-block;
}
/* Hide from IE Mac \*/
.clear {
    display: block;
}
/* End hide from IE Mac */
/********************************
 * HEADER                       *
 ********************************/
h1 {
    position: relative;
    width: 300px;
    height: 60px;
    margin: 0 0 20px 0;
    font-size: 300%;
    overflow: hidden;
}
h1 a {
    display: block;
}
h1 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 60px;
    background: url('img/logo.png') no-repeat;
}
/********************************
 * MICRO-NAV                    *
 ********************************/
ul#micro-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
    list-style-type: none;
}
ul#micro-nav li {
    display: -moz-inline-stack;
    display: inline-block;
    min-height: 20px;
    margin-left: 20px;
    vertical-align: middle;
}
* html ul#micro-nav li {
    display: inline;
    height: 20px;
}
*:first-child+html ul#micro-nav li {
    display: inline;
    height: 20px;
}
ul#micro-nav li a {
    display: block;
    text-decoration: none;
    color: #888;
    padding-left: 20px;
}
ul#micro-nav li#home a {
    background: url('img/home.png') no-repeat;
}
ul#micro-nav li#search a {
    background: url('img/search.png') no-repeat;
}
ul#micro-nav li#contact a {
    background: url('img/contact.png') no-repeat;
}
/********************************
 * NAV                          *
 ********************************/
ul#nav {
    position: absolute;
    top: 100px;
    left: 20px;
    width: 200px;
    border: solid white 2px;
    border-top: solid white 1px;
    list-style: none;
}
ul#nav li {
    height: 30px;
    line-height: 30px;
    border-top: solid white 1px;
    padding-left: 31px;
    background: url('img/nav_arrow.png') no-repeat white;
    overflow: hidden;
}
ul#nav li a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #fff;
    text-align: right;
    background: url('img/nav_back.png') repeat-y orange;
    font-weight: bold;
    padding-right: 10px;
}
* html ul#nav li a { /* IE6 fix */
    height: 0;       /* it will expand automatically */
}
ul#nav li a:hover {
    text-decoration: underline;
}
/********************************
 * FADE-OVER                    *
 ********************************/
#fade-over {
    height: 200px;
    margin: 0 0 2px 0;
    padding: 0 0 0 250px;
    background: url('img/fade_over.png') no-repeat;
}
/********************************
 * WELCOME                      *
 ********************************/
#welcome {
    padding: 10px 10px 20px 250px;
    background: #f5f5f5 url('img/welcome_back.png') repeat-x bottom;
}
/********************************
 * CONTENT                      *
 ********************************/
#main, #side {
    float: left;
}
.in-column {
    padding: 1px;
}
#main {
    width: 500px;
    margin-left: 250px;
}
#main h2 a {
    color: #264a56;
    text-decoration: none;
}
#main h2 a:hover {
    text-decoration: underline;
}
#main .in-column {
    padding: 1px 1px 10px 1px;
}
#side {
    margin-left: -750px;
    width: 250px;
}
* html #main { /* IE6 double-margin bug fix */
    display: inline;
}
#side .in-column {
    padding: 1px 20px 10px 20px;
}
#side ul {
    margin: 0 0 1em 1em;
}
#content h2 {
    padding-left: 3px;
    border-left: solid #d88f28 5px;
    color: #264a56;
}
#login_form label, #login_form input {
    display: block;
}
/********************************
 * FOOTER                       *
 ********************************/
#footer {
    background: #264a56;
    color: white;
    padding: 1em;
    margin-top: 20px;
    text-align: right;
}
#footer a {
    color: #fff;
}
