2 body { font-family: sans-serif
; font-size: 12px; }
4 #header { padding: 1em; background: #c0c0c0; }
5 #header #user
{ text-align: right
; }
7 #body { padding: 1em; }
9 #footer { padding: 1em; background: #c0c0c0; }
11 .full {display:block
;}
14 .artwork-grid li {display:inline
;}
16 /*** Common bits and pieces ***/
17 a {color:blue
; text-decoration:none
; pointer:cursor
;} /* Who needs visited links */
19 p { margin: 0.25em 0 1em 0; }
21 /* General form layout */
22 dl.form { margin: 1em 0; padding-left: 1em; border-left: 0.5em solid gray
; }
23 dl.form dt { padding-bottom: 0.25em; font-style: italic
; }
24 dl.form dd { margin-bottom: 0.5em; }
31 .comment .header { background: #d8d8d8; }
35 /*** Individual page layout ***/
36 .selected {color:red
;}