
/* - ploneCustom.css - */
@media all {
/* http://aardvarque.com/portal_css/ploneCustom.css?original=1 */
/* */
body.template-folder_full_view h2.headline {
margin-top: 1em;
}
body.template-newsitem_view #content div.documentDescription {
padding-top: .5em;
margin-bottom: .5em;
}
body.template-folder_full_view #content-core img {
border: solid 8px #fff;
margin-top: .5em;
-moz-box-shadow: 0px 3px 8px #666;
-webkit-box-shadow: 0px 3px 8px #666;
box-shadow: 0px 3px 8px #666;
}
body.template-folder_full_view #content-core span img,
body.template-folder_full_view #content-core div.newsImageContainer img {
border: none;
margin-top: inherit;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
body.template-image_view #content-core img {
border: solid 12px #fff;
margin-top: .5em;
-moz-box-shadow: 0px 3px 8px #666;
-webkit-box-shadow: 0px 3px 8px #666;
box-shadow: 0px 3px 8px #666;
}
body.template-image_view #content-core span.visualNoPrint img {
border: none;
margin-top: inherit;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
}

