/*
Theme Name: DomainMaker
Author: Jacek Staroń
Version: 0.1
*/


/* 
    Document   : style.css
    Created on : 2012-05-22, 09:21:08
    Author     : Jacek Staroń
    Description: DomainMaker StyleSheet
*/

body{
    color: #505051;
    font-family: Tahoma,Arial,Verdana;
    font-size: 11px;
    
    text-align: center;
    background: url('images/body-bg.jpg') repeat-x;
    behavior:url(csshover.htc);
}

a{
    outline: none;
    color: #4aabef;
    text-decoration: none;
}

img{
    border: none;
}

a:hover{
    text-decoration: underline;
}

p{
    line-height: 20px;
}

strong {
    color: #5a5a5a;
}

input{
    font-family: Tahoma,Arial,Verdana;
}

input[type=text],input[type=email], textarea{
    border-style: solid;
    border-color: #e5e5e5;
    border-left-width: 2px;
    border-top-width: 2px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    padding: 4px;
    color: #818181;
    font-family: Tahoma,Arial,Verdana;
    font-size: 15px;
}

input.button-blue, button.button-blue{
    background: url('images/pages-button-empty.png') no-repeat;
    width: 90px;
    height: 30px;
    border: none;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
}

a.button-blue{
    background: url('images/pages-button-empty.png') no-repeat;
    font-size: 13px;
    width: 90px;
    height: 30px;
    display: block;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}


.clear{
    clear: both;
}

.left{
    float: left;
}

.right{
    float: right;
}

.blue{
    color: #4aabef;
}

.button{
    background: url('images/header-btn-empty.png') no-repeat;
    width: 110px;
    height: 38px;
}

.button a{
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    display: block;
    font-size: 14px;
    padding: 10px 0 0 25px;
}

#container{
    width: 985px;
    margin: 0 auto;
    text-align: left;
}

.wide-separator{
    border-bottom: 1px solid #e5e5e5;
    height: 1px;
    margin: 15px 0px;
}

.left-separator{
    border-left: 1px solid #E5E5E5;
    padding-left: 20px;
}

/* TOP */

#top{
    height: 102px;
    position: relative;
}

#top .logo{
    float: left;
    margin: 25px 0px 0px 20px;
}

#top .user_menu{
    float: right;
    background: url('images/top-login-register.jpg') no-repeat;
    width: 180px;
    height: 40px;
    margin-top: 23px;
}

#top .user_menu div{
    height: 50px;
    padding: 15px 10px 0px 20px;
    display: block;
    margin-left: 10px;
}

#top .user_menu a{
    color: #dcdcdc;
    text-decoration: none;
}

#top .user_menu div a:hover{
    text-decoration: underline;
    color: white;
}

#top .user_menu div.login {
    float: left;
    background: url('images/top-login-ico.jpg') no-repeat left 13px;
}

#top .user_menu div.register {
    float: left;
    background: url('images/top-register-ico.jpg') no-repeat left 13px;
}

#top .show_login_box{
    display: block !important;
}

#top .login_box{
    position: absolute;
    top: 65px;
    right: -1px;
    z-index: 10000;
    display: none;
}

#top .login_box .box{
    float: left;
    background: #4e5357;
    margin: 0px 1px;
    padding: 5px 10px;
    height: 35px;
   
}

#top .login_box .box input[type=text].active{
    color: white !important;
}

#top .login_box .box input[type=text]{
    background: #4e5357;
    width: 90px;
    border: none;
    border-bottom: 1px solid #BBBBBB;
    margin: 10px 0 7px 0;
    font-size: 10px;
    color: #DCDCDC;
}

#top .login_box .box input[type=submit]{
    border: none;
    background: #4e5357;
    font-size: 10px;
    color: white;
    margin: 2px 0 5px 0;
    cursor: pointer;
    padding: 10px;
}

/* MENU */

#menu{
    height: 35px;
}

#menu ul.mainmenu{
    list-style: none;
    padding-left: 10px;
}

#menu ul.mainmenu li{
    display: block;
    float: left;
    padding: 0 27px 0 27px;
    position: relative;
}

#menu ul.mainmenu li.home {
    background: url('images/top-menu-home.gif') no-repeat center center;
    width: 15px;
    height: 15px;
    padding-left: 0px;
}

#menu ul.mainmenu li.home a{
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 12px;
    padding-top: 0px;
}

#menu ul.mainmenu li a{
    color: #303030;
    font-size: 13px;
    text-transform: uppercase;
    padding: 8px 0;
    text-decoration: none;
}

#menu ul.mainmenu li:hover .hover, #menu ul.mainmenu li.selected .hover {
    background: url('images/top-menu-border.jpg') repeat-x;
}

#menu ul.mainmenu li .hover {
    margin-top: 6px;
    background: none;
    height: 4px;
}

#menu ul.mainmenu li .sub-menu{
    transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out;
    position: absolute;
    padding: 0;
    z-index: 1000000;
    top: 30px;
    left: 0;
    text-align: center;
    width: 100%;
}

#menu ul.mainmenu li .sub-menu li{
    display: block;
    font-weight: normal;
    font-size: 12px;
    float: none;
    background: white;
    padding: 0 0 10px 0;
}

#menu ul.mainmenu li .sub-menu li a{
    font-size: 10px !important;
    font-weight: normal !important;
    background: none;
}


#menu ul.mainmenu li .sub-menu li:hover a.depth_1,/* hover dla submenu */
#menu ul.mainmenu li .sub-menu li.sub-selected a.depth_1, /* hover dla wybranego submenu (wyświetlona podpodkategoria) */
#menu ul.mainmenu li .sub-menu li .sub-menu li a.depth_2:hover,  /* hover dla subsubmenu */
#menu ul.mainmenu li .sub-menu li .sub-menu li .sub-menu li a.depth_3:hover,  /* hover dla subsubmenu */
#menu ul.mainmenu li.selected .sub-menu li.selected a.depth_1, /* hober dla selected submenu */
#menu ul.mainmenu li.selected .sub-menu li.selected .sub-menu li.selected a.depth_2,
#menu ul.mainmenu li.selected .sub-menu li.selected .sub-menu li.selected .sub-menu li.selected a.depth_3{ /* hover dla selected subsubmenu */
    background: url('images/top-submenu-border.jpg') repeat-x bottom !important;
}

#menu ul.mainmenu li .sub-menu li:hover a.depth_2{
    background: none;
}

#menu ul.mainmenu li .sub-menu li:hover .sub-menu li:hover a.depth_3{
    background: none;
}

#menu ul.mainmenu li:hover ul.sub-menu {
    /* domyślnie ukryj sub */
    visibility:visible;
    opacity:1;
}


#menu ul.mainmenu li ul.sub-menu {
    /* pokaż sub */
    visibility:hidden;
    opacity:0;
}

#menu ul.mainmenu li:hover ul.sub-menu li ul.sub-menu li ul.sub-menu,
#menu ul.mainmenu li:hover ul.sub-menu li ul.sub-menu{
    /* domyślnie ukryj sub sub */
    visibility:hidden;
    opacity:0;
}

#menu ul.mainmenu li ul.sub-menu li ul.sub-menu li:hover ul.sub-menu,
#menu ul.mainmenu li ul.sub-menu li:hover ul.sub-menu{
    /* pokaż sub sub */
    visibility:visible;
    opacity:1;
}

#menu ul.mainmenu li ul.sub-menu li ul.sub-menu {
    left: 125px;
    top: 0px;
}

#header-message{
    padding: 5px 0 55px 0;
    margin: 0 auto;
    text-align: center;
    font-weight:bold;
    font-size: 14px;
    color: red;
}

#header-message a{
    color: #C00;
    border-bottom: 1px solid #C00;
}

/* HEADER */
#header {
    position: relative;   
}

#header .header-small{
    height: 160px !important;
}

#header .container{
    height: 320px;
    overflow: hidden;
}

#header .container .header{
    width: 980px;
    height: 320px;
}

#header .container .header .content{
    float: right;
    width: 620px;
    padding-top: 30px;
}

#header .container .header .content h1{
    color: white;
    font-weight:100;
    font-size: 48px;
    margin-bottom: 0px;
}

#header .container .header .content p{
    width: 500px;
    color: white;
    font-size: 16px;
}

#header .container .header_1{
    background: url('images/header-image-1.jpg') no-repeat;
}

#header .container .header_2{
    background: url('images/header-image-2.jpg') no-repeat;
}

#header .container .header_3{
    background: url('images/header-image-3.jpg') no-repeat;
}

#header .container .header_page{
    background: url('images/header-images-text.jpg') no-repeat;
}

#header .container .header_contact{
    background: url('images/header-image-contact.jpg') no-repeat;
}

#header .bar{
    background: url('images/header-bar.jpg') no-repeat;
    width: 10px;
    height: 240px;
    position: absolute;
    left: -5px;
    top: 40px;
    z-index: 1000;
}

#header .bar-small{
    height: 80px !important;
}

#header .slider{
    background: url('images/top-header-slider.jpg') no-repeat;
    right: 0px;
    top: -40px;
    width: 180px;
    height: 80px;
    position: absolute;    
    z-index: 10000;
}

#header .slider a{
    display: block;
    width: 85px;
    height: 78px;
}

#header .bx-pager{
    position: absolute;
    right: 50px;
    bottom: 50px;
}

#header .bx-pager a{
    background: url('images/header-dot-empty.png') no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    float: left;
    padding: 0px 7px;
    text-indent: -100000px;
    overflow: hidden;
}
#header .bx-pager a.pager-active{
    background: url('images/header-dot-full.png') no-repeat !important;
}


/* CONTENT */

#content{
    text-align: justify;
    position: relative;
}

#content .boxes{
    position: absolute;
    right: 10px;
    top: -35px;
    z-index: 10000;
}

#content .boxes a{
    display: block;
}

#content .boxes .box-blue{
    background: url('images/sidebar-box-blue.jpg') no-repeat;
    width: 170px;
    height: 190px;
}

#content .boxes .box-black{
    background: url('images/siebar-box-black.jpg') no-repeat;
    width: 170px;
    height: 150px;
}

#content .boxes .separator{
    position: absolute;
    width: 13px;
    height: 7px;
    left: 78px;
}

#content .boxes .separator-blue{
    background: url('images/sidebar-arrow-blue.png') no-repeat;
}

#content .boxes .separator-black{
    background: url('images/sidebar-arrow-black.png') no-repeat;
}

#content .boxes h3{
    text-transform: uppercase;
    padding: 17px 20px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    margin: 0; 
}

#content .boxes .partner-logo{
    background: url('images/sidebar-accept.png') no-repeat center;
    width: 100%;
    height: 46px;
    margin: 0 auto;
    text-align: center;
}

#content .boxes .documents-logo{
    background: url('images/sidebar-document.png') no-repeat center;
    width: 100%;
    height: 46px;
    margin: 0 auto;
    text-align: center;
}


#content .boxes .arrow{
    margin-top: 12px;
    background: url('images/sidebar-arrow.png') no-repeat center;
    width: 100%;
    height: 12px;
    
    text-align: center;
}

#content .page-error .page{
    width: 100% !important;
}

#content .page-error .page h1{
    font-size: 40px;
    text-align: center;
}

#content .page-error .page p{
    text-align: center;
}

#content .page{
    padding: 40px 30px 0 30px; 
    width: 740px;
    min-height: 300px;
}

#content .page-full{
    width: 920px !important;
}

#content .page h2{
    color: #2b2726;
    font-size: 28px;
    text-transform: uppercase;
    margin: 5px 0;
}

#content .page h3{
    font-size: 20px;
}

#content .page .next-prev{
    width: 49%;
}

#content .page .prev-post{
    text-align: left;
}

#content .page .next-post{
    text-align: right;
}

#content .page .about{
    width: 50%;
}

#content .page .archive{
    width: 70% !important;
}

#content .page .archive-list ul{
    padding-left: 00px;
}

#content .page .archive-list ul li{
    list-style: none;
    padding: 2px 0;
    font-size: 14px;
}

#content .page .faq .item{
    padding-bottom: 20px;
}

#content .page .faq .item .content a{
    font-size: 17px;
    padding-top: 3px;
    display: block;
    text-decoration: none;
    color: #4aabef;
}

#content .page .faq .item .content a:hover{
    text-decoration: underline;
}

#content .page .faq .item .content p{
    margin: 0;
    padding: 0;
}

#content .page .news{
    width: 49%;
}

#content .page .news .item{
    padding-bottom: 20px;
}

#content .page .archive .item .date_box{
    padding: 0 10px 0 10px !important;
}

#content .page .news .item .date_box{
    float: left;
    display: block;
    width: 30px;
    text-align: center;
    padding: 0 20px 0 15px;
}

#content .page .news .item .date_box .day{
    color: #2b2726;
    font-weight: 700;
    font-size: 20px;
}

#content .page .archive .item .content{
    width: 420px !important;
}

#content .page .news .item .content{
    float: left;
    width: 280px;
}

#content .page .news .item .content a{
    font-size: 15px;
    padding-top: 3px;
    display: block;
    text-decoration: none;
    color: #4aabef;
}

#content .page .news .item .content a:hover{
    text-decoration: underline;
}

#content .page .news .item .content p{
    margin: 0;
    padding: 0;
}

#content .page p{
    font-size: 15px;
    padding: 0 30px 0 0;
}

#content .page ul{
    font-size: 15px;
    padding-left: 25px;
    margin: 5px 0px;
    list-style: square;
}

#content .page ul li{
    padding: 2px 0px;
}

#content .page .readmore{
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    background: url('images/content-arrow.png') no-repeat left center;
    padding-left: 17px;
    font-size: 13px;
    color: #2b2726;
}

#content .page .readmorenews{
    margin-left: 65px;
}

#content .page .infobox{
    padding: 15px 0;
}

#content .page .infobox .box{
    background: url('images/header-pages-largebox.png') no-repeat;
    width: 170px;
    height: 85px;
    text-align: left;
    display: table;
    
}

#content .page .infobox .box span{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 5px;
    padding-left: 15px;
}

#content .page .infobox .content{
    width: 500px;
    font-size: 15px;
    padding-left: 25px;
    line-height: 20px;
}

#content .page .address h2{
    padding-bottom: 15px;
}

#content .page .address p{
    font-size: 15px;
    margin: 1px 0;
}

#content .page .address{
    width: 350px;
}

#content .page .map{
    width: 550px;
    padding: 5px;

}

#content .page .contact-col{
    width: 25%;
}

#content .page .contact-col p{
    margin: 2px 0;
}

#content .page .contact-col a{
    line-height: 20px;
    margin: 2px 0;
    display: block;
}

#content .page .contact-form{
    width: 48%;
}

#content .page .contact-form .name{
    height: 80px;
    font-size: 15px;
    padding: 30px 0 0 20px;
}

#content .page .contact-form .icon{
    width: 80px;
    height: 88px;
}

#content .page .contact-form .help{
    background: url('images/pages-info-contact-help.png') no-repeat;
}

#content .page .contact-form .admin{
    background: url('images/pages-info-contact-admin.png') no-repeat;
}

#content .page .contact-form-separator{
    border-left: 1px solid #E5E5E5;
    width: 1px;
    padding: 0 10px;
}

#content .page .form-contact{
    width: 415px;
}

#content .page .form-contact label{
    font-size: 13px;
}

#content .page .form-contact .message{
    text-align: center;
    font-size: 15px;
}

#content .page .contact-form form.form-contact input[type=text]{
    width: 300px;
}

#content .page .contact-form form.form-contact textarea{
    width: 100%;
}

#content .page .contact-form form.form-contact .button-container{
    text-align: right;
    padding-right: 20px;
}
/* FOOTER */

#footer{
    background: url('images/footer-bg.jpg') repeat-x;
    height: 254px;
    width: 100%;
    margin: 0 auto;
}

#footer .container{
    background: url('images/footer-bar.jpg') no-repeat center center;
    height: 5px;
    width: 985px;
    margin: 0 auto;
    padding-top:4px;
}

#footer .container .menu{
    width: 845px;
    padding-left: 30px;
    padding-top: 10px;
}

#footer .container .menu .col{
    width: 160px;
}

#footer .container .menu .col h4{
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    font-size: 12px;
    
}
#footer .container .menu .col a{
    color: #4aabef;
    display: block;
    font-size: 13px;
    text-align: left;
    text-decoration: none;
    padding: 3px 0;
}

#footer .container .menu .col ul{
    padding-left: 0;
}

#footer .container .menu .col ul li{
    list-style: none;
}

#footer .container .menu .col a.image{
    display: inline;
}

#footer .container .menu .col a:hover{
    text-decoration: underline;
}

#footer .container .menu .col img{
    padding: 10px 30px 0 0;
}

#footer .container .menu .partners ul{
    padding-left: 0px;
}

#footer .container .menu .partners ul li{
    list-style: none;
    float: left;
}

#footer .container .menu .partners{
    width: auto !important;
}
#footer .container .up{
    border-left: 1px solid #e5e5e5;
    height: 130px;
    width: 94px;
    margin-top: 20px;
}

#footer .container .up .top{
    background: url('images/footer-gototop.png') no-repeat bottom;
    display: block;
    text-transform:uppercase;
    text-decoration: none;
    font-size: 11px;
    padding: 20px 0px 30px 0px;
}

#footer .container .text{
    text-align: left;
    margin-top: 0;
    padding: 10px 30px;
    font-size: 12px;
}
