     /*
    CSS files kept in the 'schemes' directory can be used to
    costumize your K2 installation without having to mess
    with the core K2 files. This in turn makes it easier to
    upgrade to new K2 version as well as debug any problems
    that might occur.

    You select schemes from the K2 Options page in the
    'Presentation' section of your WordPress administration.
    
    Author Name    :       Markus Ochel
    Author Site    :
    Style Name    :
    Style URI    :
    Version        :
    Comments    :
*/

           
img {
    border: 1px solid #bbb;
    padding: 3px;
    }

body {
    font: 70% 'Lucida Grande', Verdana, Arial, Sans-Serif; 
    color: #444;
    background: #EDEDEE;
    }

#page {
    padding-top: 0px;   
    }

#header {
    padding: 0;
    margin: 0;
    position: relative;
    height: 200px;
    text-align: left;
    background: #4B93A7 url(header-image1.png) no-repeat scroll right bottom;
    }

ul.menu li a {
    font-size: 1.2em;
    font-weight: bold;
    }

h1 { /* H1 is the title in the header */
    font-size: 4.2em;
    padding: 30px 40px 0;
    text-transform: uppercase;
    text-align: left;
    }
    
h2 {
    text-align: left;
}

h3.entry-title {
    text-align: left;
    line-height: 1em;
    }
    
.entry-content h2 {
    line-height: 1.5em;
    font-size: 1.5em;
    }
     
.entry-content h2 a {
    color: #27d;
    text-decoration: none;
    }
                  
#header .description { /* Description in header */
    font-size: 1.8em;
    text-transform: uppercase;
    }
                     
.secondary h4 { /* Secondary H4 is sidebar headlines */
    font-size: 1.5em;
    font-weight: normal;
    padding: 0 0 3px 0;
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    }
    
.secondary ul li {
    border-bottom: 1px solid #eee;
    }

.sb-links ul ul li {
    border-bottom: none;
}

.entry-content {
    line-height: 1.5em;
    }
    
.header-feedlink {    
    background: transparent url(../../images/feedicon16px.png) no-repeat scroll right center;
    border: medium none;
    color: #fff;
    text-decoration: underline;
    font-size: 1.2em;
    padding: 2px 25px 2px 2px;
    position: absolute;
    right: 10px;
    top: 10px;
}                   

.services-box {
    font-size: 1em;
    font-weight: bold;
    display: block;
    padding: 5px 5px 5px 5px;
    background-color: #F5F9FA;                    
    }
