]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/default/display.css
Setting font-weight to normal for nicknames within notices
[quix0rs-gnu-social.git] / theme / default / display.css
1 /* CSS Document */
2 /* Design & CSS by Marie-Claude Doyon http://www.marieclaudedoyon.com */
3
4 html {
5         background-color: #f6e5b0;
6         }
7 body {
8         position: absolute;
9         width: 100%;
10         margin: 0;
11         padding: 0;
12         font-family: Verdana, Arial, Helvetica, sans-serif;
13         font-size: 10px;
14         line-height: 12px;
15         min-height: 100%;
16         height: 100%;
17     color: #701238;
18         }
19 a {
20         color: #d1451a;
21         text-decoration: none;
22         }
23 a:hover {
24         text-decoration: underline;
25         }
26 img, img a {
27         border: 0;
28         }
29 h1 {
30         font-size: 14px;
31         }
32
33 #wrap {
34         margin: 0 auto;
35         padding: 0 20px;
36         width: 760px;
37         background: url(bg-header.gif) repeat-x #fbf2d7;
38         }
39 #header {
40         position: relative;
41         margin: 0 auto;
42         width: 600px;
43         height: 216px;
44         }
45 #logo {
46         margin-top: 9px;
47         }
48 p#branding {
49         margin: 0;
50         padding: 6px 0 3px 0;
51         color: #fbf2d7;
52         font-size: 21px;
53         font-weight: bold;
54         line-height: 27px;
55         }
56 p#branding a {
57         color: #dab134;
58         }
59
60 #header h1.pagetitle {
61         margin: 0;
62         padding: 0;
63         font-size: 15px;
64         line-height: 24px;
65         color: #fff6d5;
66 }
67
68 #header h2.sitename {
69         display: none;
70         margin: 0;
71         padding: 0;
72         color: #fff6d5;
73 }
74
75 abbr.published { border-bottom:0; }
76
77 /* ===== Begin Navigation Styling ===== */
78
79 /* ----- Navigation ------ */
80 #nav {
81         float: right;
82         margin: 0;
83         padding: 0;
84         list-style-type: none;
85         font-size: 12px;
86         }
87 #nav li {
88         display: block;
89         float: left;
90         }
91 #nav li a {
92         display: block;
93         padding: 9px 9px 12px 9px;
94         color: #F60;
95         }
96 #nav li a:hover {
97         text-decoration: underline;
98         }
99
100 /* ----- Tabs ----- */
101 #nav_views {
102         margin: 0 auto;
103         padding: 0;
104         position: absolute;
105         bottom: 0;
106         list-style-type: none;
107         font-size: 14px;
108         font-weight: bold;
109         width: 600px;
110         /*height: 30px;*/
111         }
112 #nav_views li {
113         display: block;
114         float: left;
115         line-height: 21px;
116         }
117 #nav_views li a {
118         display: block;
119         margin: 0;
120         padding: 4px 12px 3px 12px;
121         color: #fff6d5;
122         background-color: #d1451a;
123         border-right: 1px solid #dcaa3f;
124         }
125 #nav_views li a:hover {
126         text-decoration: none;
127         }
128 #nav_views li.current a, #nav_views li.current a:hover {
129         color: #701238;
130         background-color: #fff6d5;
131         border-right: 1px solid #dcaa3f;
132         }
133 #nav_views li.current a:hover {
134         color: #d1451a;
135         }
136 #nav_views li a:hover {
137         color: #fff6d5;
138         background-color: #701238;
139         border-right: 1px solid #dcaa3f;
140         }
141
142 .feeds {
143 clear:both;
144 float:right;
145 margin-top:1.25em;
146 position:absolute;
147 right:0;
148 bottom:-30px;
149 }
150 .feeds * {
151 line-height:1.4;
152 padding:0;
153 margin:0;
154 font-size:12px;
155 }
156
157 .feeds p {
158 font-weight:bold;
159 display:inline;
160 display:none;
161 }
162 .feeds ul {
163 display:inline;
164 }
165 .feeds li {
166 list-style-type:none;
167 display:inline;
168 margin-left:0.5em;
169 }
170 .feeds li a.rss,
171 .feeds li a.atom {
172 background:url(icon_feed.jpg) no-repeat;
173 padding-top:2px;
174 padding-left:20px;
175 }
176 .feeds li a.foaf {
177 background:url(icon_foaf.gif) no-repeat;
178 padding-top:2px;
179 padding-left:30px;
180 }
181
182 form#disfavor, form.disfavor,
183 form#favor, form.favor  {
184         float: right;
185 }
186
187 /*favorites*/
188 input#favor, input.favor,
189 input#disfavor, input.disfavor  {
190         background-color:#fcfff5;
191         background-color:transparent;
192         background-image:url(icon_heart-02.gif);
193         background-repeat:no-repeat;
194         cursor: pointer;
195         border: 0;
196         width: 16px;
197         height:16px;
198         text-indent:-9999px;
199 }
200
201 input#disfavor, input.disfavor {
202         background-image:url(icon_heart-01.gif);
203 }
204
205 .notice_single:hover input.favor,
206 .notice_single:hover input.disfavor {
207         background-color:#f3f8ea;
208 }
209
210 /*profile_actions*/
211 #profile_actions {
212 padding-left:0;
213 list-style-type:none;
214 margin:0;
215 }
216 #profile_actions li {
217 margin-bottom:0.5em;
218 clear:both;
219 }
220
221 #profile_actions #profile_nudge input.submit,
222 #profile_actions #profile_block input.submit,
223 .profile_single form.block input.submit {
224 margin:0 0 0 -3px;
225 padding:0;
226 background-color:transparent;
227 color:#C15D42;
228 font-family:Georgia,"Times New Roman",Times,serif;
229 font-weight:normal;
230 font-size:14px;
231 text-align:left;
232 float:left;
233 line-height:18px;
234 }
235 #profile_actions #profile_nudge input.submit:hover,
236 #profile_actions #profile_block input.submit:hover {
237 background-color:transparent;
238 color:#C15D42;
239 }
240
241 #wrap p#nudge_response {
242 background-color:transparent;
243 line-height:18px;
244 font-size:14px;
245 }
246 #wrap #profile_nudge input.disabled {
247 color:#999;
248 cursor:default;
249 }
250
251
252 #wrap form input.disabled,
253 #wrap form input.disabled:hover {
254 background-color:#999;
255 cursor:default;
256 }
257
258 /* ----- Nav Footer ----- */
259 #nav_sub {
260         clear: both;
261         margin: 18px auto 0 auto;
262         padding: 0;
263         list-style-type: none;
264         font-size: 11px;
265         font-weight: bold;
266         line-height: 21px;
267         border-top: 1px solid #dec5b5;
268         width: 600px;
269         }
270 #nav_sub li {
271         display: block;
272         float: left;
273         }
274 #nav_sub li a {
275         padding: 6px 24px 6px 0;
276         }
277 #nav_sub li a:hover {
278         text-decoration: underline;
279         }
280 /* ===== End Navigation Styling ===== */
281
282 #content {
283         clear: left;
284         margin: 40px 0 45px 0;
285         padding: 0 80px;
286         font-family: Georgia, "Times New Roman", Times, serif;
287         font-size: 14px;
288         line-height: 18px;
289         }
290 #content h2 {
291         font-family: Verdana, Arial, Helvetica, sans-serif;
292         font-size: 15px;
293         }
294 #content label {
295         font-family: Verdana, Arial, Helvetica, sans-serif;
296         font-size: 12px;
297         }
298 .instructions p, .success, .error {
299         font-weight: normal;
300         margin: 36px 0 0 0;
301         padding: 10px;
302         font-family: Georgia, "Times New Roman", Times, serif;
303         font-size: 13px;
304         line-height: 15px;
305         border: 1px solid #dec5b5;
306         color: #fff6d5;
307         }
308 .instructions a, .success a, .error a {
309         color: #d8e2d7;
310         text-decoration: underline;
311         }
312 .instructions a:hover, .success a:hover, .error a:hover {
313         color: #fff6d5;
314         }
315 .success {
316         background-color: #48705b;
317         }
318 .error {
319         background-color: #ce3728;
320         }
321
322 /* ----- Stream -----*/
323
324 #notices {
325         clear: both;
326         margin: 0 auto;
327         padding: 0;
328         list-style-type: none;
329         width: 600px;
330         border-top: 1px solid #dec5b5;
331         }
332 #notices a:hover {
333         text-decoration: underline;
334         }
335 .notice_single {
336         clear: both;
337         display: block;
338         margin: 0;
339         padding: 5px 5px 5px 0;
340         min-height: 48px;
341         font-family: Georgia, "Times New Roman", Times, serif;
342         font-size: 13px;
343         line-height: 16px;
344         border-bottom: 1px solid #dec5b5;
345         background-color:#FCFFF5;
346         opacity:1;
347         }
348 .notice_single:hover {
349         background-color: #f7ebcc;
350         }
351 .notice_single p {
352         display: inline;
353         margin: 0;
354         padding: 0;
355         }
356 #notice_delete_form #confirmation_text {
357     display: block;
358         font-size: 14px;
359         font-weight: bold;
360         }
361
362 input#submit_yes, input#submit_no {
363         margin: 18px 10px 0px 0px;
364         padding: 4px;
365         font-weight: bold;
366         color: #fff6d5;
367         background-color: #F60;
368         cursor: pointer;
369         border: 0;
370         width: 40px;
371         }
372 input#submit_yes:hover, input#submit_no:hover {
373         background-color: #701238;
374         }
375 .avatar.stream {
376         float: left;
377         margin: 0 10px 0.5em 0;
378         }
379 p.time {
380         display: block;
381         font-family: Verdana, Arial, Helvetica, sans-serif;
382         font-size: 10px;
383         line-height: 15px;
384         }
385 p.time a {
386         color: #dab134;
387         }
388
389 /* ----- Profile -----*/
390 #profile {
391         clear: left;
392         margin: 0 -80px;
393         padding: 10px 0 0 0;
394         min-height: 170px;
395         border-top: 1px solid #dec5b5;
396         font-family: Georgia, "Times New Roman", Times, serif;
397         margin-bottom:1em;
398         float:left;
399         width:750px;
400         }
401 #profile h1 {
402         margin: 0;
403         padding: 0;
404         font-family: Verdana, Arial, Helvetica, sans-serif;
405         font-size: 14px;
406         }
407 #profile h2 {
408         margin: 0;
409         padding: 0;
410         font-family: Verdana, Arial, Helvetica, sans-serif;
411         font-size: 11px;
412         text-transform: uppercase;
413         color: #dab134;
414         }
415 #profile p {
416         margin: 0 10px 0 0;
417         font-size: 12px;
418         line-height: 14px;
419         }
420 #profile p.location {
421         margin: 0 10px 12px 0;
422         font-style: italic;
423         }
424 #profile p.notice_current {
425         font-size: 18px;
426         line-height: 21px;
427         }
428 #profile_avatar {
429         float: left;
430         margin-right: 4px;
431         }
432 #profile_avatar img {
433         margin-bottom: 5px;
434         }
435 .avatar.profile {
436         clear: left;
437         margin: 0 10px 5px 0;
438         }
439 .avatar.original {
440         float: left;
441         margin: 0 10px 18px 0;
442         }
443 a.nickname {
444         font-family: Verdana, Arial, Helvetica, sans-serif;
445         font-weight: bold;
446         font-size: 12px;
447         padding-right: 3px;
448         }
449 .hentry a.nickname {
450         font-weight:normal;
451 }
452 #profile_information {
453         float: left;
454         position: relative;
455         width: 270px;
456         }
457 .statistics {
458         margin-top: 18px;
459         }
460 .statistics h2 {
461         margin: 12px 0 3px 0;
462         }
463 dl.statistics {
464         margin: 0;
465         font-size: 12px;
466         line-height: 14px;
467         }
468 .statistics dt {
469         float: left;
470         width: 96px;
471 }
472 .statistics dd {
473         margin-left: 100px;
474 }
475 .statistics dt:after {
476         content: ":";
477         }
478 #subscriptions {
479         float: left;
480         margin: 18px 0 30px 0;
481         }
482 #subscriptions_avatars {
483         float: left;
484         margin: 6px 0 0 0;
485         padding: 0;
486         list-style-type: none;
487         width: 270px;
488         }
489 #subscriptions_avatars li .avatar.mini {
490         float: left;
491         margin: 0 3px 3px 0;
492         padding: 0;
493         line-height: 0;
494         /* border: 1px solid #f00; */
495         }
496 #subscriptions_viewall {
497         clear: left;
498         }
499 /* ----- End Profile -----*/
500
501 /* ----- Begin Subscriptions & Subscribers -----*/
502
503 ul.subscriptions, ul.subscribers {
504         float: none;
505         margin: 0;
506         padding: 0;
507         list-style-type: none;
508         overflow: auto;
509         clear:both;
510         }
511 ul.subscriptions li, ul.subscribers li {
512         display: block;
513         float: left;
514         padding: 0;
515         }
516 /* ----- End Subscriptions & Subscribers -----*/
517
518 #pagination {
519         margin: 18px auto;
520         width: 600px;
521         }
522 #nav_pagination {
523         margin: 0 0 36px 0;
524         padding: 0;
525         float: right;
526         list-style-type: none;
527         font-size: 12px;
528         font-weight: bold;
529         }
530 #nav_pagination li {
531         display: block;
532         float: left;
533         background-color: #701238;
534         }
535 #nav_pagination li.before {
536         margin-right: 1px;
537         }
538 #nav_pagination li a {
539         padding: 6px 15px;
540         line-height: 21px;
541         background-color: #701238;
542         color: #fff6d5;
543         }
544 #nav_pagination li a:hover {
545         background-color: #3F606F;
546         color: #fff6d5;
547         text-decoration: none;
548         }
549
550 #footer {
551         clear: both;
552         margin: 0 auto;
553         padding: 0 0 36px 0;
554         width: 600px;
555         border-top: 1px solid #dec5b5;
556         }
557 #footer p {
558         margin-top: 9px;
559         line-height: 12px;
560         }
561 #cc {
562         float: left;
563         margin: 3px 10px 0 0;
564         }
565
566 /* ===== Begin Forms Styling ===== */
567
568 /* ----- Forms General Style ----- */
569 form {
570         margin: 0 auto;
571         padding: 0;
572         }
573 form {
574         font-family: Verdana, Arial, Helvetica, sans-serif;
575         font-size: 12px;
576         }
577 form label {
578         display: block;
579         font-size: 12px;
580         font-weight: bold;
581         line-height: 18px;
582         }
583 form input {
584         border: 1px solid #dec5b5;
585         width: 264px;
586         }
587 input#submit, input.submit  {
588         display: block;
589         margin: 18px 0;
590         padding: 4px;
591         font-weight: bold;
592         color: #fff6d5;
593         background-color: #F60;
594         cursor: pointer;
595         border: 0;
596         width: auto;
597         }
598 input#submit:hover, input.submit:hover {
599         background-color: #701238;
600         }
601 input.checkbox {
602         /*width: 14px;
603         height: 14px;*/
604         width: auto;
605         border: 0;
606         }
607
608 label.checkbox_label {
609     display: inline;
610     font-weight: normal;
611 }
612
613 textarea, input {
614         font-family: Verdana, Arial, Helvetica, sans-serif;
615         font-size: 12px;
616         color: #701238;
617         padding: 3px;
618         }
619 textarea:focus, input:focus {
620         background-color: #f8ebc0;
621         }
622 textarea {
623         width: 270px;
624         border: 1px solid #D8E2D7;
625         }
626 .input_instructions {
627         margin-top: 3px;
628         display: block;
629         font-size: 11px;
630         line-height: 15px;
631         color: #924959;
632         font-family: Verdana, Arial, Helvetica, sans-serif;
633         }
634
635 /* ----- Status Form ----- */
636 #status_form {
637         height: 96px;
638         /*background-color: #F00;*/
639         }
640 #status_form p {
641         margin: 36px 0 0 0;
642         padding: 0;
643         }
644 #status_label {
645         display: block;
646         clear: both;
647         margin: 0;
648         padding: 0 0 3px 0;
649         font-size: 18px;
650         font-weight: bold;
651         line-height: 24px;
652         color: #dab134;
653         }
654 #status_textarea {
655         display: block;
656         float: left;
657         width: 463px;
658         height: 35px;
659         padding: 5px;
660         font-family: Verdana, Arial, Helvetica, sans-serif;
661         font-size: 12px;
662         color: #701238;
663         border: 0;
664         }
665 #status_submit {
666         display: block;
667         float: left;
668         margin: 1px 0 0 4px;
669         width: 63px;
670         height: 45px;
671         background-color: #F60;
672         font-family: Verdana, Arial, Helvetica, sans-serif;
673         font-weight: bold;
674         font-size: 14px;
675         color: #fff6d5;
676         cursor: pointer;
677         border: 0;
678         }
679 #status_submit:hover {
680         background-color: #d1451a;
681         }
682 #counter {
683         position: absolute;
684         top: 140px;
685         left: -64px;
686         width: 50px;
687         font-weight: bold;
688         text-align: right;
689 }
690 .response_error textarea,
691 .response_error .on_max {
692 background-color:#fee;
693 }
694
695 /* ----- Subscribe Form ----- */
696 #content .subscribe .submit, #content .unsubscribe .submit, #remotesubscribe .button, #remotesubscribe {
697         clear: left;
698         margin: 0;
699         width: 96px;
700         height: 27px;
701         font-family: verdana, arial, helvetica, sans-serif;
702         font-weight: bold;
703         font-size: 10px;
704         text-transform: uppercase;
705         background-color: #F60;
706         color: #fff6d5;
707         border: 0;
708         }
709 #remotesubscribe {
710         width: 96px;
711         height: 22px;
712         padding: 5px 0 0 0;
713         text-align: center;
714         }
715 #content .subscribe .button:hover, #content .unsubscribe .button:hover {
716         background-color: #904632;
717         cursor: pointer;
718         }
719
720 a#remotesubscribe {
721         display: block;
722 }
723
724 /* ----- Login Form -----*/
725 input#license {
726         width: auto;
727         border: 0;
728         }
729 /* ----- Avatar Form -----*/
730 form {
731         clear: left;
732 }
733
734 /* ----- OpenID Form -----*/
735
736 input#openid_url {
737    background: url(login-bg.gif) no-repeat;
738    background-color: #fff;
739    background-position: 4px 50%;
740    color: #000;
741    padding-left: 24px;
742 }
743
744 /* People lists (search results, maybe subscribers) */
745
746 #profiles {
747         clear: both;
748         margin: 0 auto;
749         padding: 0;
750         list-style-type: none;
751         width: 600px;
752         border-top: 1px solid #dec5b5;
753         /*border: 1px solid #F00;*/
754         }
755 #profiles a:hover {
756         text-decoration: underline;
757         }
758
759 .profile_single {
760         clear: both;
761         display: block;
762         margin: 0;
763         padding: 5px 5px 5px 0;
764         min-height: 48px;
765         font-family: Georgia, "Times New Roman", Times, serif;
766         font-size: 13px;
767         line-height: 16px;
768         border-bottom: 1px solid #dec5b5;
769         width:100%;
770         float:left;
771         }
772 .profile_single:hover {
773         background-color: #f7ebcc;
774         }
775
776 .profile_single form.block,
777 .profile_single form.subscribe,
778 .profile_single form.unsubscribe {
779         float: right;
780 }
781
782 form.subedit {
783         margin-left:4.5em;
784 }
785 form.subedit p {
786         display:inline;
787
788 }
789 form.subedit input.submit {
790         margin:0 0 0 0.5em;
791         display:inline;
792         background-color:transparent;
793         padding:0;
794         color:#C15D42;
795         border:1px solid #C15D42;
796 }
797
798
799
800 /* ----- IM Settings Form -----*/
801
802 #imsettings p {
803         margin: 0;
804         padding: 0;
805         line-height: 15px;
806 }
807
808 /* ----- direct message ----- */
809
810 #message_form {
811         height: 96px;
812         /*background-color: #F00;*/
813         }
814
815 #message_form p {
816         margin: 21px 0 0 0;
817         padding: 0;
818         }
819 #message_form label {
820         display: inline;
821         }
822
823 #message_content {
824         display: block;
825         float: left;
826         width: 463px;
827         height: 35px;
828         padding: 5px;
829         font-family: Verdana, Arial, Helvetica, sans-serif;
830         font-size: 12px;
831         color: #193441;
832         border: 0;
833         }
834
835 #message_send {
836         display: block;
837         float: left;
838         margin: 1px 0 0 4px;
839         width: 63px;
840         height: 45px;
841         background-color: #C15D42;
842         font-family: Verdana, Arial, Helvetica, sans-serif;
843         font-weight: bold;
844         font-size: 14px;
845         color: #FCFFF5;
846         cursor: pointer;
847         border: 0;
848         }
849
850 #message_send:hover {
851         background-color: #904632;
852         }
853
854 /* ===== End Forms Styling ===== */
855
856 /* ===== Tag Cloud Styling ===== */
857
858 p.tagcloud {
859 text-align: center;
860 }
861
862 p.tagcloud a {
863 line-height:100%;
864 vertical-align:middle;
865 }
866
867 p.tagcloud a.largest {
868 font-size: 400%;
869 }
870 p.tagcloud a.verylarge {
871 font-size: 300%;
872 }
873
874 p.tagcloud a.large {
875 font-size: 200%;
876 }
877
878 p.tagcloud a.medium {
879 font-size: 150%;
880 }
881
882 p.tagcloud a.small {
883 font-size: 100%;
884 }
885
886 p.tagcloud a.verysmall {
887 font-size: 80%;
888 }
889
890 p.tagcloud a.smallest {
891 font-size: 60%;
892 }
893
894 #subscriptions_nav,
895 #filter_tags {
896 margin:0 0 2em 0;
897 }
898
899 #subscriptions_nav {
900 padding-bottom:0.5em;
901 /*border-bottom:1px solid #D8E2D7;*/
902 float:right;
903 }
904 #filter_tags {
905 float:left;
906 }
907
908 #subscriptions_nav dt,
909 #filter_tags dt {
910 display:none;
911 }
912 #subscriptions_nav dd,
913 #filter_tags dd {
914 margin-left:0;
915 }
916 #subscriptions_nav ul,
917 #filter_tags ul {
918 padding-left:0;
919 list-style-type:none;
920 margin-left:0;
921 }
922 #subscriptions_nav ul li {
923 display:inline;
924 padding-left:0.5em;
925 margin-left:0.5em;
926 border-left:1px solid #D8E2D7;;
927 }
928 #subscriptions_nav ul li.child_1 {
929 border-left:0;
930 padding-left:0;
931 margin-left:0;
932 }
933
934 #filter_tags ul li {
935 float:left;
936 margin-left:0.5em;
937 padding-left:0.5em;
938 border-left:1px solid #D8E2D7;;
939 }
940 #filter_tags ul li.child_1 {
941 margin-left:0;
942 border-left:0;
943 padding-left:0;
944 }
945 #filter_tags ul li li {
946 margin-left:0;
947 }
948 #filter_tags ul li#filter_tags_item {
949 width:30em;
950 }
951 #filter_tags ul li#filter_tags_item form {
952 clear:none;
953 }
954 #filter_tags ul li#filter_tags_item label {
955 margin-right:0.5em;
956 font-size:14px;
957 font-weight:normal;
958 font-family:Georgia,"Times New Roman",Times,serif;
959 }
960 #filter_tags ul li#filter_tags_item label,
961 #filter_tags ul li#filter_tags_item select {
962 margin-top:-1px;
963 margin-bottom:0.5em;
964 display:inline;
965 }
966 #filter_tags ul li#filter_tags_item p {
967 margin:0 1em 0 0;
968 padding:0;
969 float:left;
970 }
971 #filter_tags ul li .input_instructions {
972 display:inline;
973 display:block;
974 margin:0;
975 }
976 #filter_tags ul li#filter_tags_item .submit {
977 margin:0;
978 }
979
980 .tags_self,
981 .tags_user {
982 margin-left:4.5em;
983 }
984 .tags_self dl,
985 .tags_user dl {
986 margin-left:0;
987 }
988
989 .tags_self dt,
990 .tags_user dt {
991 display:inline;
992 margin-right:0.5em;
993 }
994
995 .tags_self dd,
996 .tags_user dd {
997 margin-left:0;
998 display:inline;
999 }
1000
1001 ul.tags {
1002 padding-left:0;
1003 margin-left:0;
1004 list-style-type:none;
1005 display:inline;
1006 }
1007 ul.tags li {
1008 display:inline;
1009 margin-right:0.75em;
1010 }
1011 ul.tags li a {
1012 padding-left:17px;
1013 background:url(icon_tag-01.gif) no-repeat;
1014 line-height:1.5;
1015 }
1016
1017 .tags_user {
1018 margin-bottom:0.5em;
1019 }
1020
1021 form#tag_user {
1022 margin-left:8.75em;
1023 clear:both;
1024 }
1025 form#tag_user p {
1026 margin:0;
1027 }
1028
1029 form#tag_user label {
1030 display:inline;
1031 margin-right:1em;
1032 }
1033 form#tag_user .submit {
1034 margin-left:4em;
1035 }
1036
1037 form#tag_user .input_instructions {
1038 margin-left:4.5em;
1039 }
1040
1041 .profile_list p {
1042 margin:0 0 0.5em 0;
1043 }
1044
1045 .profile_list .bio {
1046 margin-left:4.5em;
1047 }
1048
1049 /* ----- Mailbox ----- */
1050 #messages {
1051         clear: both;
1052         margin: 0 auto;
1053         padding: 0;
1054         list-style-type: none;
1055         width: 600px;
1056         border-top: 1px solid #dec5b5;
1057         }
1058
1059 #messages a:hover {
1060         text-decoration: underline;
1061         }
1062
1063 .message_single {
1064         clear: both;
1065         display: block;
1066         margin: 0;
1067         padding: 5px 5px 5px 0;
1068         min-height: 48px;
1069         font-family: Georgia, "Times New Roman", Times, serif;
1070         font-size: 13px;
1071         line-height: 16px;
1072         border-bottom: 1px solid #dec5b5;
1073         }
1074 .message_single:hover {
1075         background-color: #f7ebcc;
1076         }
1077 .message_single p {
1078         display: inline;
1079         margin: 0;
1080         padding: 0;
1081         }