/*
  Personalizzazione sito TcRSS
  TeleConsul Editore | Emiliano Milone
*/

body {
    font-smooth: always;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-variant-ligatures: common-ligatures;
    -webkit-font-variant-ligatures: common-ligatures;
    -moz-font-variant-ligatures: common-ligatures;
    font-kerning: auto;
    -webkit-font-kerning: auto;
    -moz-font-kerning: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

body {
  background: #EEE;
}

#wrap {
    background: url("images/wrap-tcrss.jpg") repeat-x;
}

#header { position: relative; }

#header .titolo-studio {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: #B4BECE;
    text-shadow: 0 -1px 0 #000;
    left: 155px;
    top: 70px;
    position: absolute;
    width: 800px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}

#nav li a {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}

h2.entry-title a {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
}

.post-info, .post-meta {
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

.post-info {
    background: #EFEFEF;
    padding: 2px 5px;
    font-weight: 700;
}

.entry-content p {
    font-family: 'PT Serif', serif;
    font-size: 15px;
}

.navigation {
    font-family: 'PT Sans', sans-serif;
}

.widget-area h4 {
    text-transform: uppercase;
}

.s {
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
}
input.searchsubmit {
    font-family: 'PT Sans', sans-serif !important;
    font-size: 13px;
    font-weight: 700;
}

#footer p {
    color: #888;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}
