/*
Theme Name: Safety Floors
Theme URI: http://www.dwhite.gr/
Description: Dwhite Theme.
Author: the Dwhite team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@font-face {
    font-family: 'PFCatalogThinRegular';
    src: url('pfcat-webfont.eot');
    src: url('pfcat-webfont.eot?#iefix') format('embedded-opentype'),
         url('pfcat-webfont.woff') format('woff'),
         url('pfcat-webfont.ttf') format('truetype'),
         url('pfcat-webfont.svg#PFCatalogThinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body,html{
	font-family:'PFCatalogThinRegular';
}

a, img {
    border: none;
}

.entry-title {
    margin: 0;
    line-height: 5px;
}

p{
    text-align: justify;
}

body {
    background: #ffffff;
    width: 960px;
    margin: 0 auto;
}

#header {
    width: 960px;
    height: 120px;
    padding-bottom: 10px;
    margin: 0 auto;
}

#logo {
    float: left;
    width: 400px;
}

#search {
    float: right;
    width: 500px;
    height: 30px;
}

#searchform {
    width: 340px;
    height: 27px;
    float: right;
    margin-top: 50px;
}

.screen-reader-text {
    display: none;
}

#s {
    width: 240px;
    height: 28px;
    border: none;
    background: #F2F2F2;
    padding: 0;
}

#searchsubmit {
    background-image: none !important;
    background: #fda43e;
    color: #ffffff;
    width: 89px;
    height: 27px;
    text-align: center;
    border: none;
    padding: 0;
    margin-left: -20px;
    padding-bottom: 1px;
}

.menu-header {
    width: 960px;
    height: 31px;
    margin: 0 auto;
    display: block;
    float: left;
    background: #fda43e;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius:10px;
}

.menu-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-header ul li:hover ul {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    display: block;
    position: relative;
    top: 0px;
    left: 0;
    float: left;
    width: 140px;
    border: none !important;
}

.menu-header ul li ul {
    background: #f86d34;
    display: none;
    position: relative;
    top: 10px;
    width: 140px;
    z-index: 99;
    text-align: right;
}

.menu-header li {
    width: 140px;
    height: 31px;
    float: left;
    position: relative;
    border-right: 1px solid #ffffff;
    text-align: center;
    z-index: 100;
}

.menu-header li a {
    font-size: 1em;
    line-height: 31px;
    padding: 12px;
    width: 140px !important;
    height: 31px;
    color: #ffffff;
    text-decoration: none;
}

.menu-header ul li ul li {
    text-align: right;
}

.menu-header ul li ul li a {
    font-size: 9pt !important;
    line-height: 31px;
    padding: 12px;
    width: 140px !important;
    height: 31px;
    color: #ffffff;
    text-decoration: none;
}

#main {
    width: 940px;
    margin: 30px auto;
}

#footer {
    font-size: 12pt;
    width: 940px;
    height: 165px;
    margin: 0 auto;
    color: #ffffff;
    background: #575759;
}

#content_footer {
    width: 940px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size:0.9em;
}

#text_part {
    float: left;
    width: 340px;
    height: 125px;
    border-right: 2px solid #E4E6E5;
}

#text_part p {
    font-family: 'PFCatalogThinRegular';
    font-size: 12pt;
    margin-top: 0;
    padding: 10px;
}

#breadcrump {
    float: left;
    width: 248px;
    height: 125px;
    border-right: 2px solid #575759;
}

.widget_pages {
    border: none !important;
}

#breadcrump ul {
    list-style: none;
    margin: 0;
    padding-left: 8px;
    padding-right: 7px;
}

#breadcrump ul li {
    padding-bottom: 5px;
    border-bottom: 2px solid #575759;
}


#breadcrump ul li a {
    text-decoration: none;
    color: #ffffff;
}


.widget-title {
    display: none;
}

#footer_logo {
    float: right;
    width: 340px;
    height: 165px;
    margin-top: -20px;

}

#copy_dwhite {
    width: 940px;
    margin: 0 auto;
}

#copyright {
    float: left;
    width: 400px;
    color: #666;
    font-size:0.8em;
}

#dwhite {
    float: right;
    width: 400px;
    text-align: right;
}

#dwhite a {
    font-size: 0.8em;
    color: #333333;
    text-decoration: none;
}.entry-content h1{
	font-size:1.4em;
}.entry-content p{
	font-size:0.9em;
}.xoxo{
	font-size:1em !important;
}.xoxo li ul li{
	font-size:1em !important;
}

.slideshowlink {
    display: none;
}