@import url(reset.css);

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

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 22px; font-weight: bold;
}

	
/* ustawienia wyświetlania kontenerów strony */

#body-container a{
    color: #313131; font-size: 12px;
}

.dashboard-box {
    float: left; width: 460px; display: inline; 
    margin: 5px 10px 10px 10px; 
    padding: 4px;
}

.info_box {
    background: #FFFFFF; 
	background: -webkit-gradient(linear, left top, left 25, from(#ffffff), color-stop(4%, #eeeeee), to(#ffffff));
	background: -moz-linear-gradient(top, #ffffff, #eeeeee 1px, #ffffff 25px);
    border-left: solid #ccc 1px;
    border-right: solid #ccc 1px;
    border-bottom: solid #ccc 1px;
    padding: 5px;
    -moz-box-shadow: 2px 2px 5px #556F34;
    -webkit-box-shadow: 2px 2px 5px #556F34;
}

/* */
.article {
    line-height: 175%; 
}

.article p {
    /* text-indent :25px; */
}

.article  h1 {
    font-size: 15px; color: #29437C; padding-left: 20px; border-bottom: solid #ccc 1px; padding-bottom: 5px;
}

span.art-create {
    font-size: 10px; color: #B20039; float: right;
}

#art-list h2{
    background: url(../img/bullet_green.png) 0 50% no-repeat; padding-left: 20px;
}

#art-list h2 a{
    color: #557652;
}
#art-list div.moore{
    clear: both; text-align: right; padding-left: 10px; overflow: auto; border-bottom: solid #6F896C 1px; width: 90%; margin: 0 0 0 auto;
}
#art-list div.moore a{
    color: #116194; background: url(../img/next.jpg) 100% 50% no-repeat; padding-right: 12px; font-weight: bold; font-size: 10px;
}

#body-container {
    font-size: 13px; width: 960px; margin: 10px auto 10px; color: #313131;
	-moz-box-shadow: rgba(0,0,0, 0.4) 0px 0px 12px;
	-webkit-box-shadow: rgba(0,0,0, 0.4) 0px 0px 12px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #EDFFFF;
	background: -webkit-gradient(linear, left top, left 100, from(#EDFFFF), color-stop(4%, #B4F0BF), to(#EDFFFF));
	background: -moz-linear-gradient(top, #EDFFFF, #B4F0BF 1px, #EDFFFF 100px);
}

#header-container, #footer-container {
}

#header-container {
    height: auto; 
}

#footer-container {
    clear: both;
	background: #8BC1CA;
	background: -webkit-gradient(linear, left top, left 60, from(#EDFFFF), color-stop(4%, #B4F0BF), to(#EDFFFF));
	background: -moz-linear-gradient(top, #EDFFFF, #B4F0BF 1px, #EDFFFF 60px);
    border-top: solid #ccc 1px;
}

#content-container {
    margin-top: 10px; margin-bottom: 10px; height: auto; clear: both; 
}


/* zawartość ogólne właściwości bloków */

#header-content, #footer-content  {
    margin-left:  10px; margin-right: 10px; width: 940px;
}

#header-content {
    padding: 15px; 
}

#header-content a, #footer-content a {
    color: #FFF;
}

div#content {

}

#footer-content {
    font-size: 9px; height: auto; overflow: auto; margin-top: 5px;
    margin-left: 10px; margin-right: 10px;
}

ul.footer_quick  li{
    display: inline;
}



/* nagłówek */

#header-navigation {
    margin-bottom: 10px; overflow: auto;
}

#header-navigation li, #header-navigation a { 
font-weight: bold; 
}

#header-navigation ul { 
    float: right; margin-right: 30px; height: auto; margin-bottom: 4px;
}

#header-navigation li {
    display: inline; list-style: none; float: left; padding: 9px 30px 7px 30px; 
    background: #C65A5D; 
	background: -webkit-gradient(linear, left top, left 20, from(#C65A5D), color-stop(4%, #FF5524), to(#C65A5D));
	background: -moz-linear-gradient(top, #C65A5D, #FF5524 1px, #C65A5D 20px);
    border-bottom: solid 4px #FFB210;
}

#header-navigation li a {
    color: #FFF; 
}


#header-navigation li:hover {
    background: #A70005; 
	background: -webkit-gradient(linear, left top, left 20, from(#B22903), color-stop(4%, #FF5524), to(#B22903));
	background: -moz-linear-gradient(top, #B22903, #FF5524 1px, #B22903 20px);
    border-bottom: solid 4px #E57E00;
    -moz-box-shadow: 2px 2px 5px #556F34;
    -webkit-box-shadow: 2px 2px 5px #556F34;
    
}

#header-navigation li a:hover { 
    text-decoration: none; 
}

#logo-header {
    border: solid #bbb 1px;
    -moz-box-shadow: 2px 2px 8px #27346A;
    -webkit-box-shadow: 2px 2px 8px #27346A;
}

#logo-header:hover {
    -moz-box-shadow: 2px 2px 8px #A02C2E;
    -webkit-box-shadow: 2px 2px 8px #A02C2E;
    border: solid #A55A5A 1px;
}

#title-header {
 font: 800 32px/1.25 "helvetica neue","lucida grande",verdana,sans-serif;
 float: right;
 color: #A00A00;
 margin-right: 60px; margin-top: 30px;
}
/* stopka */

#footer-copy {
    float: right; 
    border-left: solid #1F7687 1px; 
    padding: 2px 5px 2px 5px; 
    font-size: 10px; 
    text-align: left; 
    line-height: 175%; 
    width: 230px;
    height: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 9px;
}

#footer-copy a.create {
    background: url(../img/makesoft-logo-20x16.png) 0 50% no-repeat; color: #CB121D ; padding: 3px 4px 3px 24px; 
    font-size: 9px;
}

#footer_nav #nav {
    font-size: 11px; width: auto;
}
#footer_nav #nav li {
    list-style: none; float: left;
}

#footer_nav #nav a {
    padding-left: 10px; padding-right: 10px;
}

#bookmarks {
    float: left; width: 200px;
}

#copy {
    float: right; width: 160px;
}

#footer_nav .nav  li{
    display: inline;
    padding-left: 10px;
}
#footer_nav .nav  li a{
    border-left: solid #CCC 1px;    
    padding-left: 10px;
}

/* default */

.ui-autocomplete {
 	border-color: #5A9DB2; 
	-moz-box-shadow: rgba(0,0,0, 0.4) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.4) 0px 0px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    background-color: white;
    width: 300px;
    list-style-type: none;
    padding: 4px;
}
.ui-menu-item {
    font-size: 12px; padding: 3px; 
    border-bottom: solid #FFD195 1px; cursor: auto;
}
.ui-menu-item:hover {
    background-color: #FFAD46;
}

.corner_shadow {
    background-color: #F5F5F5;
    border: solid #ccc 1px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    padding: 10px;
}

div.margin-10 {
    margin: 10px 10px 10px 10px;
}
/* content items */

#content #full_info {
    width: auto; 
    height: auto;
    float: left; 
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 175%;
    font-size: 12px;
}


/* Kategorie */

div#category_menu ul{
    margin-bottom: 10px;
}
div#category_menu ul li{
    display: inline;
}
div#category_menu ul li h1{
    width: auto;    
    font-size: 14px;
    display: inline;
    border-left: solid 1px #ccc;
    padding: 5px 15px 5px 15px; 
}


#company_edit  input[type=text] {
    width: 310px;
}
#company_edit  textarea {
    width: 450px; height: 300px;
}
#company_edit  input[type=text].position {
    width: 145px;
}

#company_edit #content_assign {
    width: auto; clear: all; border-top: solid #ccc 1px; margin-top: 10px; padding-top: 5px;
}

#company_edit div.errors {
    color: #D31215; float: right; clear: right; margin-top: 10px; width: 440px; line-height: 175%;
}
#company_edit div.errors li{
    padding-left: 20px; background: url(../img/warning-16x16.png) 0 3px no-repeat;
}

#map_container {
    float: right; width: auto; height: auto; border: solid #74B1C2 1px; padding: 4px;
}
#map_container  h3 {
    margin-bottom: 5px; color: #3E467C;
}
#map_container .mapa {
    width: 440px; height: 340px; border: solid #ddd 1px;
}

#content .wpis {
    width: 49%; 
    height: 200px; 
    float: left; 
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    line-height: 175%;
    font-size: 12px;
}

#content .wpis h1{
    font-size: 15px; margin: 10px 10px 5px 10px; border-bottom: solid #C1D6B4 1px; padding-bottom: 5px;
}

#content .wpis  p {
    margin-left: 10px; margin-right: 10px; width: auto;
}

#full_info #firma {
    margin: 5px 5px 5px 5px;
}

#full_info #firma h1{
    font-size: 15px; margin-bottom: 5px; border-bottom: solid #C1D6B4 1px; padding-bottom: 5px;
}

.clear{ clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0 }

.k_telefon {
    background: url(../img/phone.gif) 0 50% no-repeat;
    padding-left: 22px;
}
.k_mail {
    background: url(../img/mail.gif) 0 50% no-repeat;
    padding-left: 22px;
    color: #116194 !important;
}

a.refresh, a.add-attachment {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    margin: 2px 2px 2px 2px;
}
a.refresh {
    background: url(../img/refresh.png) 0 50% no-repeat;
}

a.add-attachment {
    background: url(../img/add.png) 0 50% no-repeat;    
}

#content h1.category 
{
    font-size: 14px; color: #830003;
    margin: 15px 10px 5px 10px;
    border: solid #ADADAD 1px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;    
 	box-shadow: rgba(250, 250, 250, 0.5) 0px 0px 10px;
	-webkit-box-shadow: rgba(250, 250, 250, 0.5) 0px 0px 10px;
	-moz-box-shadow: rgba(250, 250, 250, 0.5) 0px 0px 10px;
    background: #FFF0C3 url(../img/h1Bg.jpg) 10px 50% no-repeat;
 	background: url(../img/h1Bg.jpg) 10px 50% no-repeat, -webkit-gradient(linear, left top, left 20, from(#FFFFE8), color-stop(4%, #FFDE95), to(#FFFFE8));
	background: url(../img/h1Bg.jpg) 10px 50% no-repeat, -moz-linear-gradient(top, #FFFFE8, #FFDE95 1px, #FFFFE8 20px);
   padding: 7px 7px 7px 35px;
   clear: both;
}

li.producent-item {
    width: 150px;
    height: 100px;    
}
