#outer {
background: url("/images/skins/textures/tiles/grey-canvas.jpg");
}
#inner,
#inner .group,
.meta {
background: rgba(0,0,0,0.15);
border: 1px solid rgba(255,255,255,0.5);
}
#feedback .group .heading,
#feedback .group.odd {
background: rgba(255,255,255,0.25);
}
.comment blockquote.userstuff {
font-family: "AUdimat", "Ostrich Sans Rounded","Monaco","Lucida Grande", sans-serif !important;
position: relative;
background: rgba(0,0,0,0.2);
padding: 2%;
border: 1px solid rgba(0,0,0,0.15);
box-shadow: 0 0 2px rgba(0,0,0,0.4);
}
.comment blockquote.userstuff:before,
.comment blockquote.userstuff:after {
content: "\201C";
font-style: italic;
font-family: serif;
color: #555;
font-size: 900%;
position: absolute;
opacity: 0.5;
line-height: 0.2;
top: 50px;
left: 0;
text-shadow: -1px -1px 1px #000;
}
.comment blockquote.userstuff:after {
content: "\201D";
right: 0;
top: auto;
left: auto;
}
#feedback,
#main.comments-show {
margin-left: 150px;
}
.comment div.icon {
background: #fff url("/images/skins/iconsets/default/icon_user.png");
position: absolute;
top: 0;
left: -125px;
overflow: hidden;
border: 5px solid rgba(0,0,0,0.3);
border-top-left-radius: 5em;
border-top-right-radius: 5em;
box-shadow: -1px -1px 2px rgba(0,0,0,0.5);
}
.comment .heading,
.comment h4.byline {
font-family: "MEgalopolis Extra", "ChunkFive",Georgia,serif;
font-size: 300%;
margin: auto;
padding: 0.25em;
color: rgba(0,0,0,0.75);
text-shadow: -1px 1px 2px rgba(255,255,255,0.3);
}
.comment .heading a,
.comment .heading a:link {
border: 0;
word-wrap: break-all;
}
#header {
margin-bottom: 0;
min-height: 0;
}
#inner .group.index {
padding: 2%;
}
.works-index .filters {
display: none;
}
#inbox-form,
.works-index .index,
.collections-index .index {
width: 100%;
}