/*
Theme Name: Kuulas
Theme URI: http://www.kuulas.com/
Description: Kuulas teema WordPressiin
Version: 1.0
Author: Ego
Author URI: http://www.ego.fi/
*/

body {
    background-color: #fff;
    color: #000;
    font: 12px normal verdana, arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

a {
    color: #000;
}

.alignleft {
    float: left;
}

#container {
    margin: 40px auto;
    width: 768px;
}

#logo {
    background: url(/wp-content/themes/kuulas/img/kuulas.gif) no-repeat;
    display: block;
    float: left;
    outline: none;
    text-indent: -9999px;
    height: 43px;
    width: 203px;
}
#sitelinks {
    background: url(/wp-content/themes/kuulas/img/dots_horizontal.gif) bottom center repeat-x;
    float: right;
    padding-left: 180px;
    padding-bottom: 10px;
    width: 320px;
}
#home #sitelinks {
    background: none;
}
#sitelinks ul {
    float: right;
    margin: 0;
    padding: 0;
}
#sitelinks li {
    float: left;
    list-style-type: none;
}
#sitelinks li a {
    display: block;
    outline: none;
    text-indent: -9999px;
    height: 16px;
    width: 101px;
}
#sitelinks li.kuulaasta a {
    background: url(/wp-content/themes/kuulas/img/n_kuulaasta.gif) no-repeat;
}
#sitelinks li.ajankohtaiset a {
    background: url(/wp-content/themes/kuulas/img/n_ajankohtaiset.gif) no-repeat;
}
#sitelinks li.yhteystietoja a {
    background: url(/wp-content/themes/kuulas/img/n_yhteystietoja.gif) no-repeat;
}
#sitelinks li.palvelumme a {
    background: url(/wp-content/themes/kuulas/img/n_palvelumme.gif) no-repeat;
}
#sitelinks li.rekrytointi a {
    background: url(/wp-content/themes/kuulas/img/n_rekrytointi.gif) no-repeat;
}
#sitelinks li.inenglish a {
    background: url(/wp-content/themes/kuulas/img/n_inenglish.gif) no-repeat;
}

#frontpage, #content {
    clear: both;
}
#content {
    background: url(/wp-content/themes/kuulas/img/kenka.jpg) top left no-repeat;
    min-height: 340px;
}
#frontpage {
    background: url(/wp-content/themes/kuulas/img/etusivu.jpg) top center no-repeat;
    width: 768px;
}
#frontpage #news {
    padding-top: 380px;
}
#frontpage #oneexperience {
    background: url(/wp-content/themes/kuulas/img/oneexperience.gif) repeat-y;
    display: block;
    float: left;
    margin: 10px 10px 0 5px;
    outline: none;
    text-indent: -9999px;
    height: 38px;
    width: 159px;
}
#frontpage ul {
    background: url(/wp-content/themes/kuulas/img/dots_vertical.gif) repeat-y;
    float: left;
    margin: 0 0 0 10px;
    padding: 5px 0 5px 20px;
    width: 260px;
}
#frontpage li {
    list-style-type: none;
    padding: 5px;
}
#frontpage li span {
    color: #595959;
    display: block;
}
#frontpage li a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
#frontpage li a:hover {
    text-decoration: underline;
}

#text {
    margin-left: 286px;
    width: 450px;
}
#text h1 {
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0 0 0;
    padding: 0;
    text-transform: uppercase;
}
#text h2 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
#text h3 {
    font-size: 13px;
    font-weight: bold;
}
#text span {
    color: #595959;
}
#text p {
    margin: 8px 0 8px 0;
    padding: 0;
}
h1.kuulas {
    background: url(/wp-content/themes/kuulas/img/title_kuulaasta.gif) no-repeat;
    text-indent: -9999px;
    height: 11px;
    width: 78px;
}
h1.kuulaslaiset {
    background: url(/wp-content/themes/kuulas/img/title_kuulaslaiset.gif) no-repeat;
    text-indent: -9999px;
    height: 11px;
    width: 102px;
}
h1.ajankohtaista {
    background: url(/wp-content/themes/kuulas/img/title_ajankohtaiset.gif) no-repeat;
    text-indent: -9999px;
    height: 11px;
    width: 135px;
}
h1.yhteystiedot {
    background: url(/wp-content/themes/kuulas/img/title_yhteystietoja.gif) no-repeat;
    text-indent: -9999px;
    height: 11px;
    width: 108px;
}
h1.palvelut {
    background: url(/wp-content/themes/kuulas/img/title_palvelumme.gif) no-repeat;
    text-indent: -9999px;
    height: 11px;
    width: 86px;
}
h1.rekrytointi {
    background: url(/wp-content/themes/kuulas/img/title_rekrytointi.gif) no-repeat;
    text-indent: -9999px;
    height: 11px;
    width: 104px;
}
h1.inenglish {
    background: url(/wp-content/themes/kuulas/img/title_inenglish.gif) no-repeat;
    text-indent: -9999px;
    height: 11px;
    width: 81px;
}

.people {
    clear: both;
    padding-top: 10px;
}
.people p {
    margin: 0 0 10px 0;
    padding: 0;
}
.people img {
    margin: 0 15px 20px 0;
    vertical-align: top;
}

#ajankohtaista-links {
    margin: 0;
    padding: 0;
}
#ajankohtaista-links li {
    list-style-type: none;
    margin-bottom: 10px;
    padding: 0;
}
#ajankohtaista-links li span {
    color: #595959;
    display: block;
}
#ajankohtaista-links li a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
#ajankohtaista-links li a:hover {
    text-decoration: underline;
}
#palvelumme-links {
    background: url(/wp-content/themes/kuulas/img/kapsaekki.jpg) no-repeat;
    margin: 40px 0 0 40px;
    padding: 70px 0 60px 0;
}
#palvelumme-links li {
    list-style-type: none;
    margin: 0 0 2px 260px;
}

#footer {
    clear: both;
    color: #595959;
    font-size: 10px;
    text-align: center;
}
#footer span {
    display: block;
    padding-top: 40px;
}
#footer #millwardbrown {
    background: url(/wp-content/themes/kuulas/img/millwardbrown.gif) no-repeat;
    display: block;
    float: right;
    outline: none;
    text-indent: -9999px;
    height: 25px;
    width: 185px;
}