
/* - ploneCustom.css - */
@media all {
/* https://opencoin.org/portal_css/ploneCustom.css?original=1 */
.documentDescription {
margin-top: 10px;
margin-bottom: 15px;
}
body {
background: #fafafa;
}
#visual-portal-wrapper {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
background: white;
-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 0px solid #000000;
}
.commentBody {
box-shadow: none;
}
#portal-personaltools {
background: none;
margin-top: 10px;
}
#portal-personaltools dd {
background: white;
border-left: 1px dashed lightgrey;
border-bottom: 1px dashed lightgrey;
border-right: 1px dashed lightgrey;
}
#portal-footer-wrapper {
margin-top: 50px;
}
#portal-globalnav {
background: #eee none repeat scroll 0 0;
}
#portal-globalnav .selected a, #portal-globalnav a:hover {
background: #205c90 none repeat scroll 0 0;
color: White;
}
#portal-globalnav li a {
background: #eee none repeat scroll 0 0;
border-right: 1px solid white;
display: inline-block;
min-width: 6em;
padding: 0.5em 1em 0.5em;
white-space: normal;
}
#portal-globalnav li {
border-bottom: 1px solid black;
}
dl.portlet dt, div.portletAssignments div.portletHeader {
background: #eee none repeat scroll 0 0;
}
#portlet-recent .portletHeader {
background: none;
}
#content dt {
margin-top: 1em;
}
#content pre {
background-color: white;
color: black;
border: 1px dashed lightgrey;
}
h2 {
font-size: 1.7em;
margin-top: 25px;
}
h3, h4 {
margin-top: 25px;
}
h5,h6 {
margin-top: 15px;
}
.issue-details,  .issue-attachment, .issue-search-results {
margin-top: 10px;
}
.return-to-search, {
margin-top: 10px;
font-weight: bold;
}
.link-parent {
margin-top: 10px;
margin-bottom:10px;
font-weight: bold;
}
.issue-attachment-label {
color: grey;
}
.section-front-page #content pre {
width: 50%;
min-width:300px;
}
#content, .comment,
#portal-breadcrumbs,
dl.portlet,
.row #commenting,
#portal-searchbox {
font-size: 90%;
}
.comment {
font-size: 90%;
}
#content .documentDescription, #content #description {
color: #444;
font: bold 1em "Helvetica Neue",Arial,FreeSans,sans-serif;
margin-left: 0;
}

}

