body{
    color: #696a6b;
    font: normal 11px Verdana;
    line-height: 20px;
}

*{
    padding: 0;
    margin: 0;
}

li{
margin-left: 30px;
}

a {
    color: #696a6b;
    text-decoration: none;
}

a:hover{
    color: #696a6b;
}

.clear{
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400; line-height: 1.25;
    margin: 0 0 15px 0;

    font-family: Verdana;
}
h1, h2{
    font-size: 22px;
}

.wrapper{
    width: 100%;
    margin: auto;
    text-align: center;
}

.header{
    
    margin: auto;
    width: 900px;
}

.logo{
    background: url('http://www.fundatialoredana.ro/themes/fundatia_loredana/images/logo.jpg') no-repeat;
    width: 150px;
    height: 154px;
    float: left;
}

.logo a{
    display: block;
    width: 100%;
    height: 100%;
}

.menu{
    float: right;
    text-align: right;
    margin-top: 120px;
}

/* ++ menu style */
.mainMenu, .mainMenu li{
    float: right;
    list-style: none;
    margin: 0;
    /*    padding: 10px;*/
}

.mainMenu li {
    float: left;
    min-height: 1px;
    line-height: 1.3em;
    vertical-align: middle;
    margin-left: 5px;
    padding: 10px;
}

.mainMenu li:hover a {
    color: #FFF;
}

.mainMenu li.hover, .mainMenu li:hover, .mainMenu .active {
    position: relative;
    background-color: #69c1f6;
    color: #FFF;
    z-index: 599;
    cursor: default;
}

.mainMenu a.hover, .mainMenu a:hover, .mainMenu .active a{
    color: #FFF;
}
/* -- menu style */

.top{
    background: url('http://www.fundatialoredana.ro/themes/fundatia_loredana/images/top_bg.png') repeat-x;
    height: 90px;
}

.top .handleft {
    float: left;
    background: url('http://www.fundatialoredana.ro/themes/fundatia_loredana/images/hand2_sm.png');
    width: 135px;
    height: 90px;
}

.top .handright {
    float: right;
    background: url('http://www.fundatialoredana.ro/themes/fundatia_loredana/images/hand1_sm.png');
    width: 135px;
    height: 90px;
}

.topCnt{
    margin: auto;
    width: 900px;
    padding-top: 25px;
    color: #fff; 
    text-align: left;
}

.topCnt .searchForm{
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 32px;
}

.topCnt .en, .de, .ro {
    float: right;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-top: 5px;
}

.topCnt .en a, .de a, .ro a {display: block; width: 100%; height: 100%;}

.topCnt .en {background: url(http://www.fundatialoredana.ro/themes/fundatia_loredana/images/en.png);}
.topCnt .de {background: url(http://www.fundatialoredana.ro/themes/fundatia_loredana/images/de.png);}
.topCnt .ro {background: url(http://www.fundatialoredana.ro/themes/fundatia_loredana/images/ro.png);}

.topCnt h6{
    font-size: 12px;
}

/*.topCnt h1, h6 { 
    background: #69c1f6; 
    display: inline;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}*/

.mainContent{
    position: relative;
    margin: auto;
    margin-top: 20px;
    width: 900px;
}

.mainContent a { color: #000; text-decoration: none;}
.mainContent a:hover { color: #000; text-decoration: underline;}

.sidebarLeft{
    width: 150px;
    float: left;
    margin-right: 20px;
}

.content{
    position: relative;
    float: left;
    width: 500px;
    text-align: justify;
    background: url('http://www.fundatialoredana.ro/themes/fundatia_loredana/images/contentbg.png') no-repeat;
}

.sidebarRight{
    position: relative;
    width: 200px;
    float: right;
    top: 30px;
    padding-bottom: 20px;
    text-align: justify; 
}

.footer{
    background: #1a8dba;
    width: 100%;
    min-height: 100px;
    margin-top: 20px; 
    color: #FFF;
    border-top: solid 2px #000;
    padding-top: 2px;
}

.footer .footerCnt {
    width: 900px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.footer .footerCnt .footerCol {
    width: 285px;
    margin-right : 5px;
    float: left;          
}

.footer a, a:hover {color: #FFF;}
.footer a {text-decoration: underline;}
.footer a:hover {text-decoration: none;}

form.newsletter input[type="text"] {
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow:0 0 1px #666 inset;
    -moz-box-shadow:0 0 1px #666 inset;
    box-shadow:0 0 1px #666 inset;
    height: 30px;
    width: 200px;
}

form.newsletter input[type="text"]:focus {
    border: 1px solid #1a8dba;
}

form.newsletter .subscribe{
    color: #000;     
    padding: 5px 6px;
    background: -moz-linear-gradient(
    top,
    #1a8dba 0%,
    #ffffff);
    background: -webkit-gradient(
    linear, left top, left bottom, 
    from(#1a8dba),
    to(#ffffff));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 2px rgba(255,255,255,0.7);
    -webkit-box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 2px rgba(255,255,255,0.7);
    box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 2px rgba(255,255,255,0.7);
    text-shadow:
    0px -1px 0px rgba(000,000,000,0.4),
    0px 1px 0px rgba(255,255,255,0.3);
}

form.newsletter input[type="submit"]:hover{
    cursor: pointer;
    background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #1a8dba);
    background: -webkit-gradient(
    linear, left top, left bottom, 
    from(#ffffff),
    to(#1a8dba));
}

.news{
    padding-right:5px;

}

.thumb {vertical-align: middle;}

.news_more{   
    text-align:right;
    text-decoration:underline;
    font-weight: bold;
    vertical-align:text-middle;
}

.news_more:hover { text-decoration: none; color: #696a6b;}

.teaserItem {margin: 20px 0;}

.searchinput {
    height: 30px;
    line-height: 30px;
    width: 150px;
    padding-left: 10px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow:0 0 2px #666 inset;
    -moz-box-shadow:0 0 2px #666 inset;
    box-shadow:0 0 2px #666 inset;
}

.searchsubmit {
      width: 32px;
      height: 32px;
      background: url('http://www.fundatialoredana.ro/themes/fundatia_loredana/images/search.png');
      border: 0;
      cursor: pointer;
      z-index: 9999;
}


.dropdown, .dropdown li, .dropdown ul {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.dropdown {
    white-space: nowrap;
    position: relative;
    z-index: 597;
    float: left;
    padding-bottom: 0px;
}

.dropdown li {
    float: left;
    min-height: 1px;
    line-height: 1.3em;
    vertical-align: middle;
}

.dropdown li:hover a {
    color: #FFF;
}

.dropdown li.hover, .dropdown li:hover {
    position: relative;
    background-color: #69c1f6;
    color: #FFF;
    z-index: 599;
    cursor: default;
}

.dropdown a.hover, .dropdown a:hover{
    color: #FFF;
}

.dropdown ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    z-index: 598;
    min-width: 100%;
}

.dropdown ul li {
    float: none;
    background-color: #69c1f6;
    color: #FFF;
    border-bottom: 1px solid #69c3c9;
}

.dropdown ul ul {
    top: 1px;
    left: 99%;
}

.dropdown li:hover > ul {
    visibility: visible;
}