/*
Theme Name: EAL 2011
Theme URI: http://www.arstideliit.ee/themes/eal2011
Author: Wasabi, Mihkel Ronk @ Koosolek
Author URI: http://www.wasabi.ee/
Description: This is the Wordpress theme for the new EAL website
Version: 1.0
License: GNU General Public License
License URI: license.txt
Template: twentyeleven
Tags: eesti arstide liit, eal
*/
@import url("../twentyeleven/style.css");

@font-face {
    font-family: 'FontinSans';
    src: url('fonts/fontin_sans_r_45b-webfont.eot'); /* FOR IEs */
    src: local('Fontin Sans'), url('fonts/Fontin_Sans_R_45b.otf') format('opentype'); /* for other web browsers */
}
* html .clearfix {
    height: 1%;
    overflow: visible;
}

*+html .clearfix {
    min-height: 1%;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

body {
    padding: 0px;
    background-color: #fff;
    font-family: Arial, Verdana, Helvetica, FontinSans, sans-serif;
    height:100%;
}

#headercontainer {
    background: #fff url('images/bg_top.png') repeat-x;
    height: 100px;
    min-width: 940px;
}

#branding {
    width: 940px;
    margin: 0px auto;
    position: relative;
    border-top: none !important;
    padding: 0px 0px 0px 0px;
    height: 100px;
}

#branding img{
    width: auto;
    height: 100px;
    margin: 0px 0px 0px 0px;
}

#footercontainer{
    width: 940px;
    position: relative;
    margin: 0px auto;
    padding: 10px 0px 0px 0px;
    font-family: Arial, Verdana, Helvetica, FontinSans, sans-serif;
    font-size: 11px;
    color: #35677e;
}
#page {
    max-width: 100%;
    margin: 0px;
    min-height:100%;
    position: absolute;
    width:100%;
}

#main {
    width: 940px;
    margin: 0px auto;
    position: relative;
    display: block;
    padding-bottom: 100px;
    min-height: 400px;

}

#colophon {
    position: absolute;
    background: #fff url('images/bg_bottom.png') repeat-x;
    height: 112px;
    bottom:0px;
    width:100%;
    min-width: 940px;
}

#branding #searchform {
    right: 0px;
}

#branding #s {
    width: 120px;
}

input#s {
    padding: 0px 10px 0px 10px;
    background: #fff url('images/btn_search.png') no-repeat right;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    color: #568ea8;
}

#topmenu {
    font-size: 10px;
    color: #fff;
    position: absolute;
    z-index: 100;
    right: 0px;
    line-height: 24px;
    min-width: 200px;
    text-align:right;
background: -moz-linear-gradient(left,  rgba(125,185,232,0) 0%, rgba(149,188,208,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(125,185,232,0)), color-stop(100%,rgba(149,188,208,1)));
background: -webkit-linear-gradient(left,  rgba(125,185,232,0) 0%,rgba(149,188,208,1) 100%);
background: -o-linear-gradient(left,  rgba(125,185,232,0) 0%,rgba(149,188,208,1) 100%);
background: -ms-linear-gradient(left,  rgba(125,185,232,0) 0%,rgba(149,188,208,1) 100%);
background: linear-gradient(to right,  rgba(125,185,232,0) 0%,rgba(149,188,208,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#95bcd0',GradientType=1 );
    padding-right: 10px;
    //border-right: 2px dotted white;

}

#topmenu a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
#language-selector{
    float: left;
}
#lang_sel_list{
    width: auto;
}
#lang_sel_list li{
    background: none;
    display: inline;
    width: 30px;
}
#lang_sel_list ul a, #lang_sel_list a:visited{
    background: none;
    border: none;
    color: #fff;
}

#lang_sel_list a.lang_sel_sel{
    color: #999;
}
#topstripe {
    position: absolute;
    height: 24px;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: none;
    background: -moz-linear-gradient(50% 100% 0deg, transparent, #669999);
    background: -webkit-linear-gradient(left, transparent 50%, #669999);
    opacity: 0.3;
}

#navigationcontainer {
    background: url('images/bg_menu.png') repeat-x;
    margin: 0px 0px 10px 0px;
    width: 100%;
    height: 36px;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.4) 0px 1px;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.4) 0px 1px;
    box-shadow: inset rgba(0, 0, 0, 0.4) 3px;
}

#access {
    position: relative;
    margin: 0px auto !important;
    width: 940px;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float: none;
    clear: both;
}

#access div{
    margin: 0px;
}
#access a {
    color: #EEE;
    display: block;
    text-decoration: none;
    padding: 0px 10px;
    line-height: 36px;
    font-family: Arial, Verdana, Helvetica, FontinSans, sans-serif;
    font-size: 14px;
    font-weight: normal !important;
}
#access ul ul a {
    background: #f9f9f9;
    border-bottom: 1px dotted #ddd;
    color: #444;
    font-weight: normal;
    height: 24px;
    width: 208px;
    line-height: 24px;
    padding: 3px 10px;
}
#access ul ul {
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    display: none;
    float: left;
    margin: 0;
    position: absolute;
    top: 36px;
    left: 0;
    width: 208px;
    z-index: 99999;
}

#callblock{
    width: 600px;
    height: 273px;
    position: relative;
    float: left;
    background: url('images/bg_front_call.jpg') no-repeat;
    padding: 0px 0px 0px 20px;
    margin: 0px;
    list-style: none;
}
#callblock h2{
    font-size: 40px;
    color: #35677e;
    margin: 0px;
    padding: 0px;
    line-height: 36px;
    text-shadow: 0px 1px 1px #fff;
}
#callblock p{
    width: 300px;
    padding: 5px 0px 0px 5px;
    font-size: 14px;
    color: #35677e;
}
#newsblock{
    float: left;
    width: 300px;
    height: 273px;
    overflow: hidden;
    margin: 0px 0px 0px 20px;
}

#content{
    width: 580px;
    float:left;
}
.singular #content,
.left-sidebar.singular #content {
    width: 100% !important;
    margin: 0px !important;
}
#primary{
    margin: 0px;
    float: left;
    width: 940px;
}
h2{
    font-family: Arial, Verdana, Helvetica, FontinSans, sans-serif;
    font-size: 1.8em;
}

.button{
    padding: 7px 10px;
    font-size: 22px;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, FontinSans, sans-serif;
    text-transform: uppercase;
    border: 1px solid;
    text-decoration: none;
    color: white;
}
.button:hover{
    text-decoration: none;
    -moz-box-shadow: 2px 2px 3px #568ea8;
    -webkit-box-shadow: 2px 2px 3px #568ea8;
}
.button-blue{
    text-shadow: 0px -1px 1px #568ea8;
    border-color: #568ea8;
    background-color: #568ea8;
    background: -moz-linear-gradient(top, #cfdfe6, #568ea8);
    background: -webkit-gradient(linear, left top, left bottom, from(#cfdfe6), to(#568ea8));
}
.button-orange{
    border-color: #ff9c00;
    text-shadow: 0px -1px 1px #ff9c00;
    background-color: #ff9c00;
    background: -moz-linear-gradient(top, #ffe3b6, #ff9c00);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe3b6), to(#ff9c00));
}

#bottomblock{
    list-style: none;
    margin: 0px;
    padding: 0px;
    clear: both;
    float: none;
    padding: 20px 0px 0px 0px !important;
}
#bottomblock > li{
    background:  url('images/bg_menu.png') repeat-x;
    display: block;
    position: relative;
    width: 33.33%;
    float: left;
    font-size: 14px;
    color: #35677e;
    border-bottom: 5px solid #ff9c00;
}
#bottomblock li h3{
    font-family: Arial, Verdana, Helvetica, FontinSans, sans-serif;
    font-size: 27px;
    text-shadow: 0px -1px 1px #fff;
    line-height: 27px;
    margin-bottom: 5px;
}
#bottomblock li h3 a{
     color: #35677E;
}
#bottomblock li > div{
    background: #ffe0b0;
    padding: 20px;
    overflow: hidden;
    height: 245px;
}
#bottomblock li h2{
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    padding: 2px 0px 2px 20px;
}
#bottomblock p a{
    font-weight: bold;
    text-decoration: underline;
    float: right;
}
.orange{
    color: #ff9c00;
}


.skip-link, .assistive-text{
    display: none;
}
.leftbar, .rightbar{
    float: left;
}
.leftbar{
    position: relative;
    width: 160px;
    margin-right: 20px;
    height: 275px !important;
    background: white url('images/bg_leftbar.png') repeat-x;
}
#LeftbarDoc{
    position: absolute;
    left: -51px;
}
.rightbar{
    width: 180px;
    margin-left: 20px;
}
.rightbar .widget-title{
    font-family: Arial, Verdana, Helvetica, FontinSans, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #35677e;
    margin: 0 auto;
}
article{
    width: 540px;
    float: left;
    padding-right: 60px;
}
.page-template-default article{
    padding: 0px !important;
}
.entry-title, .singular .entry-title{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana, Helvetica, FontinSans, sans-serif;
    font-size: 26px;
    line-height: 32px;
    color: #35677e;
    text-align:left;
}

.singular .entry-header, .singular .entry-content{
    width: auto !important;
    text-align:justify;
}

.entry-content p {
    text-align:justify !important;
}

.widget{
    list-style: none;
}
.widget a{
    font-weight: normal;
}
#newsblock .widget{
    font-family: Arial, Verdana, Helvetica, FontinSans, sans-serif;
    font-weight: bold;
    color: #35677e;
}
#newsblock .widget .widgettitle{
    text-transform: uppercase;
    font-size: 30px;
}
#newsblock .widget a{
    color: #35677e;
}
#bottomlogoblock{
    height: 350px;
}

.no-display{
    display: none;
}

#wpml_credit_footer{
    display: none;
}

fieldset.form-field-group, fieldset.form-field-group.form-element-additional-info{
    width:400px;
}
.placeholder{
    font-weight: bold;
}
.text-container{
    display: none;
}

.seisukohad-nupp {
    margin-bottom: -5px;
    -moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
    box-shadow:inset 0px 1px 0px 0px #fce2c1;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffb459), color-stop(1, #f58700) );
    background:-moz-linear-gradient( center top, #ffb459 5%, #f58700 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb459', endColorstr='#f58700');
    background-color:#ffb459;
    -webkit-border-top-left-radius:4px;
    -moz-border-radius-topleft:4px;
    border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
    -moz-border-radius-topright:4px;
    border-top-right-radius:4px;
    -webkit-border-bottom-right-radius:4px;
    -moz-border-radius-bottomright:4px;
    border-bottom-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-bottomleft:4px;
    border-bottom-left-radius:4px;
    text-indent:0;
    border:1px solid #eeb44f;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:40px;
    line-height:40px;
    width:150px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #cc9f52;
    margin-left:10px;
}
.seisukohad-nupp:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f58700), color-stop(1, #ffb459) );
    background:-moz-linear-gradient( center top, #f58700 5%, #ffb459 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f58700', endColorstr='#ffb459');
    background-color:#f58700;
}

.kls-nupp {
    margin-bottom: -23px;
    margin-left: 20px;
    -moz-box-shadow:inset 0px 1px 0px 0px #f0c0bb;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f0c0bb;
    box-shadow:inset 0px 1px 0px 0px #f0c0bb;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #780101) );
    background:-moz-linear-gradient( center top, #fe1a00 5%, #780101 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#780101');
    background-color:#fe1a00;
    -webkit-border-top-left-radius:30px;
    -moz-border-radius-topleft:30px;
    border-top-left-radius:30px;
    -webkit-border-top-right-radius:30px;
    -moz-border-radius-topright:30px;
    border-top-right-radius:30px;
    -webkit-border-bottom-right-radius:30px;
    -moz-border-radius-bottomright:30px;
    border-bottom-right-radius:30px;
    -webkit-border-bottom-left-radius:30px;
    -moz-border-radius-bottomleft:30px;
    border-bottom-left-radius:30px;
    text-indent:0;
    border:1px solid #ab2c20;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:normal;
    font-style:normal;
    height:60px;
    line-height:60px;
    width:60px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #4f1511;
}
.kls-nupp:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #780101), color-stop(1, #fe1a00) );
    background:-moz-linear-gradient( center top, #780101 5%, #fe1a00 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#780101', endColorstr='#fe1a00');
    background-color:#780101;
}

.widget a:hover img {
    background: transparent;
}

.entry-meta a {
    color: gray;
}

.category-archive-meta {
    width: 540px;
    background: #EBEBEB;
    padding: 10px;
    margin-bottom: 25px;
}

.category-archive-meta p {
    margin-bottom: 0;
}

.page-title {
    margin-bottom: 5px;
}

#bottomblock a:hover {text-decoration:none;}

#content {margin-right:15px;}

.singular .entry-meta .edit-link a {
left: 0;
top: 35px;
}

//.ngg-gallery-thumbnail a img {margin-left: 0;}

.ngg-gallery-thumbnail {
    margin: 0px 0 4px 4px!important;
}

ngg-ajax-pagination-none {margin:0;}

#callblock {
    padding:0;
    width:620px;
}

#callblock .widget {
    width: 50%;
    height: 274px;
    float:left;
    overflow: hidden;
    clear: none; 
    color: #35677e;
}


#callblock .widget:last-child {
    background: #d6edf6;
}

#callblock .widgettitle {
    font-size: 28px;
    font-weight: bold;
    padding: 20px;
    padding-bottom: 0;
}

#callblock .textwidget, #callblock .widget ul {
    padding: 20px;
    list-style-position: inside;
}

#callblock .widget img {
    max-width: 100%;
}

#bottomlogoblock {
    text-align: center;
}

#bottomlogoblock .widget {
    margin: 20px 10px;
    float:left;
    clear: none;
}