]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - _darcs/pristine/theme/default/display.css
Jcrop v2 (POST cropping to be completed)
[quix0rs-gnu-social.git] / _darcs / pristine / 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 #avatar_original {
444         margin-bottom:1em;
445 }
446
447 #avatar_preview {
448         overflow:hidden;
449         width:96px;
450         height:96px;
451 }
452
453
454 a.nickname {
455         font-family: Verdana, Arial, Helvetica, sans-serif;
456         font-weight: bold;
457         font-size: 12px;
458         padding-right: 3px;
459         }
460 .hentry a.nickname {
461         font-weight:normal;
462 }
463 #profile_information {
464         float: left;
465         position: relative;
466         width: 270px;
467         }
468 .statistics {
469         margin-top: 18px;
470         }
471 .statistics h2 {
472         margin: 12px 0 3px 0;
473         }
474 dl.statistics {
475         margin: 0;
476         font-size: 12px;
477         line-height: 14px;
478         }
479 .statistics dt {
480         float: left;
481         width: 96px;
482 }
483 .statistics dd {
484         margin-left: 100px;
485 }
486 .statistics dt:after {
487         content: ":";
488         }
489 #subscriptions {
490         float: left;
491         margin: 18px 0 30px 0;
492         }
493 #subscriptions_avatars {
494         float: left;
495         margin: 6px 0 0 0;
496         padding: 0;
497         list-style-type: none;
498         width: 270px;
499         }
500 #subscriptions_avatars li .avatar.mini {
501         float: left;
502         margin: 0 3px 3px 0;
503         padding: 0;
504         line-height: 0;
505         /* border: 1px solid #f00; */
506         }
507 #subscriptions_viewall {
508         clear: left;
509         }
510 /* ----- End Profile -----*/
511
512 /* ----- Begin Subscriptions & Subscribers -----*/
513
514 ul.subscriptions, ul.subscribers {
515         float: none;
516         margin: 0;
517         padding: 0;
518         list-style-type: none;
519         overflow: auto;
520         clear:both;
521         }
522 ul.subscriptions li, ul.subscribers li {
523         display: block;
524         float: left;
525         padding: 0;
526         }
527 /* ----- End Subscriptions & Subscribers -----*/
528
529 #pagination {
530         margin: 18px auto;
531         width: 600px;
532         }
533 #nav_pagination {
534         margin: 0 0 36px 0;
535         padding: 0;
536         float: right;
537         list-style-type: none;
538         font-size: 12px;
539         font-weight: bold;
540         }
541 #nav_pagination li {
542         display: block;
543         float: left;
544         background-color: #701238;
545         }
546 #nav_pagination li.before {
547         margin-right: 1px;
548         }
549 #nav_pagination li a {
550         padding: 6px 15px;
551         line-height: 21px;
552         background-color: #701238;
553         color: #fff6d5;
554         }
555 #nav_pagination li a:hover {
556         background-color: #3F606F;
557         color: #fff6d5;
558         text-decoration: none;
559         }
560
561 #footer {
562         clear: both;
563         margin: 0 auto;
564         padding: 0 0 36px 0;
565         width: 600px;
566         border-top: 1px solid #dec5b5;
567         }
568 #footer p {
569         margin-top: 9px;
570         line-height: 12px;
571         }
572 #cc {
573         float: left;
574         margin: 3px 10px 0 0;
575         }
576
577 /* ===== Begin Forms Styling ===== */
578
579 /* ----- Forms General Style ----- */
580 form {
581         margin: 0 auto;
582         padding: 0;
583         }
584 form {
585         font-family: Verdana, Arial, Helvetica, sans-serif;
586         font-size: 12px;
587         }
588 form label {
589         display: block;
590         font-size: 12px;
591         font-weight: bold;
592         line-height: 18px;
593         }
594 form input {
595         border: 1px solid #dec5b5;
596         width: 264px;
597         }
598 input#submit, input.submit  {
599         display: block;
600         margin: 18px 0;
601         padding: 4px;
602         font-weight: bold;
603         color: #fff6d5;
604         background-color: #F60;
605         cursor: pointer;
606         border: 0;
607         width: auto;
608         }
609 input#submit:hover, input.submit:hover {
610         background-color: #701238;
611         }
612 input.checkbox {
613         /*width: 14px;
614         height: 14px;*/
615         width: auto;
616         border: 0;
617         }
618
619 label.checkbox_label {
620     display: inline;
621     font-weight: normal;
622 }
623
624 textarea, input {
625         font-family: Verdana, Arial, Helvetica, sans-serif;
626         font-size: 12px;
627         color: #701238;
628         padding: 3px;
629         }
630 textarea:focus, input:focus {
631         background-color: #f8ebc0;
632         }
633 textarea {
634         width: 270px;
635         border: 1px solid #D8E2D7;
636         }
637 .input_instructions {
638         margin-top: 3px;
639         display: block;
640         font-size: 11px;
641         line-height: 15px;
642         color: #924959;
643         font-family: Verdana, Arial, Helvetica, sans-serif;
644         }
645
646 /* ----- Status Form ----- */
647 #status_form {
648         height: 96px;
649         /*background-color: #F00;*/
650         }
651 #status_form p {
652         margin: 36px 0 0 0;
653         padding: 0;
654         }
655 #status_label {
656         display: block;
657         clear: both;
658         margin: 0;
659         padding: 0 0 3px 0;
660         font-size: 18px;
661         font-weight: bold;
662         line-height: 24px;
663         color: #dab134;
664         }
665 #status_textarea {
666         display: block;
667         float: left;
668         width: 463px;
669         height: 35px;
670         padding: 5px;
671         font-family: Verdana, Arial, Helvetica, sans-serif;
672         font-size: 12px;
673         color: #701238;
674         border: 0;
675         }
676 #status_submit {
677         display: block;
678         float: left;
679         margin: 1px 0 0 4px;
680         width: 63px;
681         height: 45px;
682         background-color: #F60;
683         font-family: Verdana, Arial, Helvetica, sans-serif;
684         font-weight: bold;
685         font-size: 14px;
686         color: #fff6d5;
687         cursor: pointer;
688         border: 0;
689         }
690 #status_submit:hover {
691         background-color: #d1451a;
692         }
693 #counter {
694         position: absolute;
695         top: 140px;
696         left: -64px;
697         width: 50px;
698         font-weight: bold;
699         text-align: right;
700 }
701 .response_error textarea,
702 .response_error .on_max {
703 background-color:#fee;
704 }
705
706 /* ----- Subscribe Form ----- */
707 #content .subscribe .submit, #content .unsubscribe .submit, #remotesubscribe .button, #remotesubscribe {
708         clear: left;
709         margin: 0;
710         width: 96px;
711         height: 27px;
712         font-family: verdana, arial, helvetica, sans-serif;
713         font-weight: bold;
714         font-size: 10px;
715         text-transform: uppercase;
716         background-color: #F60;
717         color: #fff6d5;
718         border: 0;
719         }
720 #remotesubscribe {
721         width: 96px;
722         height: 22px;
723         padding: 5px 0 0 0;
724         text-align: center;
725         }
726 #content .subscribe .button:hover, #content .unsubscribe .button:hover {
727         background-color: #904632;
728         cursor: pointer;
729         }
730
731 a#remotesubscribe {
732         display: block;
733 }
734
735 /* ----- Login Form -----*/
736 input#license {
737         width: auto;
738         border: 0;
739         }
740 /* ----- Avatar Form -----*/
741 form {
742         clear: left;
743 }
744
745 /* ----- OpenID Form -----*/
746
747 input#openid_url {
748    background: url(login-bg.gif) no-repeat;
749    background-color: #fff;
750    background-position: 4px 50%;
751    color: #000;
752    padding-left: 24px;
753 }
754
755 /* People lists (search results, maybe subscribers) */
756
757 #profiles {
758         clear: both;
759         margin: 0 auto;
760         padding: 0;
761         list-style-type: none;
762         width: 600px;
763         border-top: 1px solid #dec5b5;
764         /*border: 1px solid #F00;*/
765         }
766 #profiles a:hover {
767         text-decoration: underline;
768         }
769
770 .profile_single {
771         clear: both;
772         display: block;
773         margin: 0;
774         padding: 5px 5px 5px 0;
775         min-height: 48px;
776         font-family: Georgia, "Times New Roman", Times, serif;
777         font-size: 13px;
778         line-height: 16px;
779         border-bottom: 1px solid #dec5b5;
780         width:100%;
781         float:left;
782         }
783 .profile_single:hover {
784         background-color: #f7ebcc;
785         }
786
787 .profile_single form.block,
788 .profile_single form.subscribe,
789 .profile_single form.unsubscribe {
790         float: right;
791 }
792
793 form.subedit {
794         margin-left:4.5em;
795 }
796 form.subedit p {
797         display:inline;
798
799 }
800 form.subedit input.submit {
801         margin:0 0 0 0.5em;
802         display:inline;
803         background-color:transparent;
804         padding:0;
805         color:#C15D42;
806         border:1px solid #C15D42;
807 }
808
809
810
811 /* ----- IM Settings Form -----*/
812
813 #imsettings p {
814         margin: 0;
815         padding: 0;
816         line-height: 15px;
817 }
818
819 /* ----- direct message ----- */
820
821 #message_form {
822         height: 96px;
823         /*background-color: #F00;*/
824         }
825
826 #message_form p {
827         margin: 21px 0 0 0;
828         padding: 0;
829         }
830 #message_form label {
831         display: inline;
832         }
833
834 #message_content {
835         display: block;
836         float: left;
837         width: 463px;
838         height: 35px;
839         padding: 5px;
840         font-family: Verdana, Arial, Helvetica, sans-serif;
841         font-size: 12px;
842         color: #193441;
843         border: 0;
844         }
845
846 #message_send {
847         display: block;
848         float: left;
849         margin: 1px 0 0 4px;
850         width: 63px;
851         height: 45px;
852         background-color: #C15D42;
853         font-family: Verdana, Arial, Helvetica, sans-serif;
854         font-weight: bold;
855         font-size: 14px;
856         color: #FCFFF5;
857         cursor: pointer;
858         border: 0;
859         }
860
861 #message_send:hover {
862         background-color: #904632;
863         }
864
865 /* ===== End Forms Styling ===== */
866
867 /* ===== Tag Cloud Styling ===== */
868
869 p.tagcloud {
870 text-align: center;
871 }
872
873 p.tagcloud a {
874 line-height:100%;
875 vertical-align:middle;
876 }
877
878 p.tagcloud a.largest {
879 font-size: 400%;
880 }
881 p.tagcloud a.verylarge {
882 font-size: 300%;
883 }
884
885 p.tagcloud a.large {
886 font-size: 200%;
887 }
888
889 p.tagcloud a.medium {
890 font-size: 150%;
891 }
892
893 p.tagcloud a.small {
894 font-size: 100%;
895 }
896
897 p.tagcloud a.verysmall {
898 font-size: 80%;
899 }
900
901 p.tagcloud a.smallest {
902 font-size: 60%;
903 }
904
905 #subscriptions_nav,
906 #filter_tags {
907 margin:0 0 2em 0;
908 }
909
910 #subscriptions_nav {
911 padding-bottom:0.5em;
912 /*border-bottom:1px solid #D8E2D7;*/
913 float:right;
914 }
915 #filter_tags {
916 float:left;
917 }
918
919 #subscriptions_nav dt,
920 #filter_tags dt {
921 display:none;
922 }
923 #subscriptions_nav dd,
924 #filter_tags dd {
925 margin-left:0;
926 }
927 #subscriptions_nav ul,
928 #filter_tags ul {
929 padding-left:0;
930 list-style-type:none;
931 margin-left:0;
932 }
933 #subscriptions_nav ul li {
934 display:inline;
935 padding-left:0.5em;
936 margin-left:0.5em;
937 border-left:1px solid #D8E2D7;;
938 }
939 #subscriptions_nav ul li.child_1 {
940 border-left:0;
941 padding-left:0;
942 margin-left:0;
943 }
944
945 #filter_tags ul li {
946 float:left;
947 margin-left:0.5em;
948 padding-left:0.5em;
949 border-left:1px solid #D8E2D7;;
950 }
951 #filter_tags ul li.child_1 {
952 margin-left:0;
953 border-left:0;
954 padding-left:0;
955 }
956 #filter_tags ul li li {
957 margin-left:0;
958 }
959 #filter_tags ul li#filter_tags_item {
960 width:30em;
961 }
962 #filter_tags ul li#filter_tags_item form {
963 clear:none;
964 }
965 #filter_tags ul li#filter_tags_item label {
966 margin-right:0.5em;
967 font-size:14px;
968 font-weight:normal;
969 font-family:Georgia,"Times New Roman",Times,serif;
970 }
971 #filter_tags ul li#filter_tags_item label,
972 #filter_tags ul li#filter_tags_item select {
973 margin-top:-1px;
974 margin-bottom:0.5em;
975 display:inline;
976 }
977 #filter_tags ul li#filter_tags_item p {
978 margin:0 1em 0 0;
979 padding:0;
980 float:left;
981 }
982 #filter_tags ul li .input_instructions {
983 display:inline;
984 display:block;
985 margin:0;
986 }
987 #filter_tags ul li#filter_tags_item .submit {
988 margin:0;
989 }
990
991 .tags_self,
992 .tags_user {
993 margin-left:4.5em;
994 }
995 .tags_self dl,
996 .tags_user dl {
997 margin-left:0;
998 }
999
1000 .tags_self dt,
1001 .tags_user dt {
1002 display:inline;
1003 margin-right:0.5em;
1004 }
1005
1006 .tags_self dd,
1007 .tags_user dd {
1008 margin-left:0;
1009 display:inline;
1010 }
1011
1012 ul.tags {
1013 padding-left:0;
1014 margin-left:0;
1015 list-style-type:none;
1016 display:inline;
1017 }
1018 ul.tags li {
1019 display:inline;
1020 margin-right:0.75em;
1021 }
1022 ul.tags li a {
1023 padding-left:17px;
1024 background:url(icon_tag-01.gif) no-repeat;
1025 line-height:1.5;
1026 }
1027
1028 .tags_user {
1029 margin-bottom:0.5em;
1030 }
1031
1032 form#tag_user {
1033 margin-left:8.75em;
1034 clear:both;
1035 }
1036 form#tag_user p {
1037 margin:0;
1038 }
1039
1040 form#tag_user label {
1041 display:inline;
1042 margin-right:1em;
1043 }
1044 form#tag_user .submit {
1045 margin-left:4em;
1046 }
1047
1048 form#tag_user .input_instructions {
1049 margin-left:4.5em;
1050 }
1051
1052 .profile_list p {
1053 margin:0 0 0.5em 0;
1054 }
1055
1056 .profile_list .bio {
1057 margin-left:4.5em;
1058 }
1059
1060 /* ----- Mailbox ----- */
1061 #messages {
1062         clear: both;
1063         margin: 0 auto;
1064         padding: 0;
1065         list-style-type: none;
1066         width: 600px;
1067         border-top: 1px solid #dec5b5;
1068         }
1069
1070 #messages a:hover {
1071         text-decoration: underline;
1072         }
1073
1074 .message_single {
1075         clear: both;
1076         display: block;
1077         margin: 0;
1078         padding: 5px 5px 5px 0;
1079         min-height: 48px;
1080         font-family: Georgia, "Times New Roman", Times, serif;
1081         font-size: 13px;
1082         line-height: 16px;
1083         border-bottom: 1px solid #dec5b5;
1084         }
1085 .message_single:hover {
1086         background-color: #f7ebcc;
1087         }
1088 .message_single p {
1089         display: inline;
1090         margin: 0;
1091         padding: 0;
1092         }