/* ----- ploneCustom.css ----- */
@media all {
/*
 *  This is the file where you put your CSS changes. 
 *  You should preferrably use this and override the 
 *  relevant properties you want to change here instead 
 *  of customizing plone.css to survive upgrades. Writing
 *  your own plone.css only makes sense for very heavy 
 *  customizations. Useful variables from Plone are 
 *  documented at the bottom of this file.
 */
 
/*  (do not remove this :) */
/*  (not this either :) */


.postTitle img {
padding: 0 .25em 0 0;
}
img.postImage {
float: left;
padding: .25em .5em .25em .5em;
}
.postBody {
clear: both;
}

/* Logo properties */





/* other */

.anchorPortletItem br {
line-height: .1em;
}

.anchorPortletItem a {
    border: 1px solid #FFFFFF;
	margin-bottom: 1px;
    display: block;
    text-decoration: none;
    padding-top: 0.2em;
    padding-bottom: 0.25em;
    min-height: 1.6em;
    line-height: 1.6em;
}

.anchorPortletItem a:hover {
    background-color: #e2e2e2;
    color: #bbbbbb;
    border: 1px solid #b2b2b2;
	margin-bottom: 0;
/*     display: block;
    text-decoration: none;
    padding-top: 0.2em;
    padding-bottom: 0.25em;	 */
}

.audioBlock {
margin:-10px 0 1.5em 0;
}

.documentContent {
background-color: transparent;
}

dt.portletHeader {
color: #000000;
}

hr.postSeparator {
margin: 1em 0 2em 0;
}

#portal-columns {
margin: 0;
/* margin: -30px 0 0 0; */
}

#portal-top {
    padding-top: 8px;
    height: 1%;
}


/*  */

}
