/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
.page {
    background: #eeeff0 url("images/page_body_bg.png") repeat-x scroll 50% 0;
    padding: 30px 0;
}

.uk-article-title {  
     display: none;  
 }

.tm-main {
   background: #FFFFFF;
}

.uk-grid {
    margin-left: 0;
}

.uk-grid > * {
    padding-left: 35px;
    padding-right: 35px;
}

.uk-subnav > * > * {
    color: #ffffff;
}

.uk-article ul li {
    list-style: none;
    list-style-type: none;
    padding-left: 30px;
    margin-left: 25px;
    background-image: url(images/list_checkbox.png);
    background-repeat:no-repeat;
    background-position:left center;
}

.uk-article .uk-slideset li  {
    list-style: none;
    list-style-type: none;
    background-image: none;
}

.uk-panel .uk-button {
    display: none;
}


 
 #tm-footer {
 background: #054362 url("images/page_footer_bg.png") repeat scroll 0 -80px;
 min-height: 60px;
 color: #FFFFFF;
 padding-top: 20px;
 }