﻿#hpRightColumn, #hpLeftColumn { 
    margin-top:5px;
}
#hpLeftColumn{
    width:530px;
    float:left;
}
#hpRightColumn { 
    width:340px;
    float:right;
}
#googleCalendar {
    height:180px !important;
}
li.hpLatest{
    margin: 5px; 
    padding-left: 3px; 
    padding-bottom: 7px; 
    border-bottom: solid #ddd 1px;
}
.hpVideoIcon {
    float: right;
    border: solid #0b486b 1px;
    margin: 5px 5px;
}
.fbLike {
    border:none; 
    overflow:hidden; 
    width:66px; 
    height:20px; 
    float:left;
    border-radius:0;
    -moz-border-radius:0;
}
div.adminPanelControls {
    visibility: hidden;
    float: right; 
    display: block;
    position:relative;
}q
/* typography */
div.homepage h2, h2.portlet-header {
    /*border:solid #366b89 .1em;*/
    background: url(../gfx/nav-bg-hover.png) 50% 50%  repeat-x;    
    background-color:#dfeaff;
    font-size:1.10em;
    padding:3px 5px;  
    border-radius:9px 9px 0 0;
    -moz-border-radius:9px 9px 0 0;
    margin-bottom:0;

    /*text-shadow: -1px -1px 1px #efefef;*/
}
h2.hpBigHeader{
    text-align: right;
    font-size: 1.30em !important;
    margin-top: 9px;
}
h2.portlet-header a {
    color:#366b89;
    
}

.portlet-content, .welcomeText {
    
    -webkit-box-shadow: 1px 1px 5px #ddd;
    -moz-box-shadow: 1px 1px 5px #ddd;
    box-shadow: 1px 1px 5px #ddd;
    
    -moz-border-radius:0 0 9px 9px;
    border-radius:0 0 9px 9px;
    border:solid #ddd 0.1em;
    border-top:solid transparent 2px;
    list-style:none;
    padding:0 3px;
    margin:0 0 20px;
    background: url(../gfx/portlet-gradient-bg.png) repeat-x;
    background-position:bottom;
    
}
.welcomeText {
    margin-top:10px;
    padding:10px;
    -moz-border-radius:9px 9px 9px 9px;    
    border-radius:9px 9px 9px 9px;        
}
.portlet-content li {
    border-bottom:solid #f5f5f5 1px;
}
.portlet-content li:last-child {
    border:0 !important;
}
.portlet-content .linksMore {
    width:100%; 
    text-align:right;
    margin-bottom:10px; 
}
.portlet-content .linksMore a{
    padding:8px 10px 12px 0;
}
.portlet-content iframe {
    border-radius:9px 9px 0 0;
    -moz-border-radius:9px 9px 0 0;
}
#homepageLinkAdding {
    width:100%;
}
#bookmarklet {
    width:180px !important;
    padding:3px 4px;
    background-color:#EFEFFA;
    border:solid #cfcfea 1px;
}
.linkInfo {
    margin-left:1px;
}
.linkInfo p{
    min-height:37px;
}
#hpLeftColumn .linkInfo > a:first-child {
    text-shadow: 1px 1px 5px #ddd;
    font-size:1.2em;    
}
.linkInfo small {
    margin-top:6px;
    color:#adadad;
}
.linkInfo small a {
    color:#adc8dd;
}

.linkInfo small.pl {
    background:url(/static/gfx/icons/pl.png) no-repeat;
}
.linkInfo small.en {
    background:url(/static/gfx/icons/en.png) no-repeat;
}
.linkInfo small.pl, .linkInfo small.en {
    margin-left:-20px;
    padding-right:20px;
    background-position:right top;
}

