b4194d6586cdbcb27a507f82b45c815980b2da65
[pazpar2-moved-to-github.git] / www / mobile / UiUIKit / stylesheets / iphone.css
1 /* 
2
3         Universal iPhone UI Kit 1.0
4         Author: Diego Martín Lafuente.
5         E-Mail: dlafuente@gmail.com
6         AIM: Minidixier
7         Licence: AGPLv3
8         date: 2008-08-09
9         
10         URL: www.minid.net
11         SVN URL: http://code.google.com/p/iphone-universal/source/checkout
12         Download: http://code.google.com/p/iphone-universal/downloads/list
13         
14         */
15         
16         
17         body {
18                 background: rgb(197,204,211) url(../images/stripes.png);
19                 font-family: Helvetica;
20                 margin: 0 0 0 10px;
21                 padding: 0;
22                 -webkit-user-select: none;
23                 -webkit-text-size-adjust: none;
24                 }
25                 
26                 /* standard header on body */
27                 
28                 div#header + h1, ul + h1 {
29                         color: rgb(76,86,108);
30                         font: bold 18px Helvetica;
31                         text-shadow: #fff 0 1px 0;
32                         margin: 15px 0 0 10px;  
33                         }
34
35
36 #searchForm {
37   background-color: #4AB694; 
38 //8AD0B9;
39 }
40 #nav {
41     background-color: #000;
42     height: 40px;
43     width: 100%;
44     overflow: hidden;
45     border-bottom-width: 0px;
46     border-bottom-top: 0px;
47 }
48 #nav li {
49   margin: 10px 5px 0 5px;
50   float: left;
51   padding: 10px 5px 10px 5px;
52   margin: 0;
53   list-style: none;
54   border-bottom-width: 0px;
55   border-bottom-top: 0px;
56 }
57 #nav a {
58   color: #fff;
59   text-transform: uppercase;
60   font-size: 13px;
61   font-weight: bold;
62   margin-top: 0px;
63   margin-bottom: 0px;
64   margin-left: 0px;
65   vertical-align: bottom;
66   }
67
68 #results {
69     border: 0px;
70 }
71
72   
73   a {
74   text-decoration: none;
75   color: #1A4064;
76   cursor: pointer;
77   }
78   
79
80
81
82                 /* standard paragraph on body */
83                 
84                 ul + p, ul.data + p + p, ul.form + p + p {
85                         color: rgb(76,86,108);
86                         font: 14px Helvetica;
87                         text-align: center;
88                         text-shadow: white 0 1px 0;
89                         margin: 0 10px 17px 0;
90                         }
91
92
93                 
94
95
96
97
98
99
100
101
102
103
104
105                 
106                 /* headers */
107
108                 div#header {
109                         background: rgb(109,133,163) url(../images/bgHeader.png) repeat-x top;
110                         border-top: 1px solid rgb(205,213,223);
111                         border-bottom: 1px solid rgb(46,55,68);
112                         padding: 10px;
113                         margin: 0 0 0 -10px;
114                         min-height: 44px;
115                         //position: absolute;
116                         -webkit-box-sizing: border-box;
117                         }
118
119
120                                 div#header h1 {
121                                         color: #fff;
122                                         font: bold 20px/30px Helvetica;
123                                         text-shadow: #2d3642 0 -1px 0;
124                                         text-align: center;
125                                         text-overflow: ellipsis;
126                                         white-space: nowrap;
127                                         overflow: hidden;
128                                         width: 49%;
129                                         padding: 5px 0;
130                                         margin: 2px 0 0 -24%;
131                                         position: absolute;
132                                         top: 0;
133                                         left: 50%;
134                                         }
135
136                                         div#header a {
137                                                 color: #FFF;
138                                                 background: none;
139                                                 font: bold 12px/30px Helvetica;
140                                                 border-width: 0 5px;
141                                                 margin: 0;
142                                                 padding: 0 3px;
143                                                 width: auto;
144                                                 height: 30px;
145                                                 text-shadow: rgb(46,55,68) 0 -1px 0;
146                                                 text-overflow: ellipsis;
147                                                 text-decoration: none;
148                                                 white-space: nowrap;
149                                                 position: absolute;
150                                                 overflow: hidden;
151                                                 top: 7px;
152                                                 right: 6px;
153                                                 -webkit-border-image: url(../images/toolButton.png) 0 5 0 5;
154                                                 }
155
156                                                 div#header #backButton {
157                                                         left: 6px;
158                                                         right: auto;
159                                                         padding: 0;
160                                                         max-width: 55px;
161                                                         border-width: 0 8px 0 14px;
162                                                         -webkit-border-image: url(../images/backButton.png) 0 8 0 14;
163                                                         }
164
165
166                                                 .Action {
167                                                         border-width: 0 5px;
168                                                         -webkit-border-image: url(../images/actionButton.png) 0 5 0 5;
169                                                 }
170
171
172                                                 
173                                                 div#header ul {
174                                                         margin-top: 15px;
175                                                 }
176                                                 
177                                                 div#header p {
178                                                         color: rgb(60,70,80);
179                                                         font-weight: bold;
180                                                         font-size: 13px;
181                                                         text-align: center;
182                                                         clear: both;
183                                                         position: absolute;
184                                                         top: 4px;
185                                                         left: 35px;
186                                                         right: 35px;
187                                                         margin: 0;
188                                                         text-shadow: #C0CBDB 0 1px 0;
189                                                         text-overflow: ellipsis;
190                                                         white-space: nowrap;
191                                                         overflow: hidden;
192                                                 }
193                                                 
194                                                 div.pre {
195                                                         height: 60px;
196                                                         }
197
198
199                                                         div.pre h1 {
200                                                                 top: 18px !important;
201                                                                 }
202                                                                 
203                                                         div.pre a {
204                                                                 top: 25px !important;
205                                                                 right: 6px;
206                                                                 }
207                                                                 
208                                                         div.pre a#Backbutton {
209                                                                 left: 6px !important;
210                                                         }       
211                                                                 
212                                                                 
213                                                                 
214                 
215                 
216                 /***** List (base) ******/
217                 
218                 ul {
219                         color: black;
220                         background: #fff;
221                         border: 1px solid #B4B4B4;
222                         font: normal 17px Helvetica;
223                         padding: 0;        
224                         margin: 15px 10px 17px 0;
225                         -webkit-border-radius: 8px;
226                         }
227                 
228                 
229                         ul li {
230                                 /* color: #666; */
231                                 border-top: 0px;
232                                 list-style-type: none;  
233 //                              padding: 10px 10px 10px 10px;
234 //                              border: 1px solid #B4B4B4;
235                                 }
236
237                         ul.termlist li a {
238                                 color: #000;
239                                 border-top: 0px;
240                                 list-style-type: none;  
241                                 padding: 10px 10px 10px 10px;
242                                 border: 1px solid #B4B4B4;
243                                 font-weight: bold;
244                                 -webkit-tap-highlight-color:rgba(0,0,0,0);
245                                 }
246                                 
247
248                                 
249                                 /* when you have a first LI item on any list */
250                                 
251                                 li:first-child {        
252                                         border-top: 0px;
253                                         -webkit-border-top-left-radius: 8px;
254                                         -webkit-border-top-right-radius: 8px;
255                                         }
256
257                                 li:last-child { 
258                                         -webkit-border-bottom-left-radius: 8px;
259                                         -webkit-border-bottom-right-radius: 8px;
260                                         }
261                                         
262                                         
263                                 /* universal arrows */
264                                 
265                                 ul li.img {
266                                         border-bottom: 1px solid rgb(180,180,180);
267                                         }
268                                         
269                                 ul li.arrow {
270                                         background-image: url(../images/chevron.png);
271                                         background-position: right center;
272                                         background-repeat: no-repeat;
273                                         border: 1px solid rgb(180,180,180);
274                                         }
275                                         
276                                         
277                                 #plastic ul li.arrow, #metal ul li.arrow {
278                                         background-image: url(../images/chevron_dg.png);
279                                         background-position: right center;
280                                         background-repeat: no-repeat;
281                                         }
282                                         
283                                                                         
284                                 
285                                 /* universal links on list */
286                                 
287                                 ul li a, li.img a + a {
288                                         color: #000;
289                                         text-decoration: none;
290                                         text-overflow: ellipsis;
291                                         white-space: nowrap;
292                                         overflow: hidden;
293                                         display: block;
294                                         padding: 0px 0px 0px 0px;
295                                         margin: 0px;
296                                         -webkit-tap-highlight-color:rgba(0,0,0,0);
297                                 }
298                                 
299                                         ul li.img a + a {
300                                                 margin: 0px 10px 0px -5px;
301                                                 font-size: 17px;
302                                                 font-weight: bold;
303                                         }
304                                         
305                                         ul li.img a + a + a {
306                                                         font-size: 14px;
307                                                         font-weight: normal;
308                                                         margin-left: -5px;
309                                                         margin-bottom: 0px;
310                                                         margin-top: 0;
311                                                 }
312                                                 
313                                                 
314                                                 ul li.img a + small + a {
315                                                         margin-left: -5px;
316                                                 }
317                                                 
318                                                 
319                                                 ul li.img a + small + a + a {
320                                                         margin-left:  -5px;
321                                                         margin-top:    0px;
322                                                         margin-bottom: 0px;
323                                                         font-size: 14px;
324                                                         font-weight: normal;
325                                                         }
326                                                         
327                                                         ul li.img a + small + a + a + a {
328                                                                 margin-left: 0px !important;
329                                                                 margin-bottom: 0;
330                                                         }
331                                 
332                                 
333                                         ul li a + a {
334                                                 color: #000;
335                                                 font: 14px Helvetica;
336                                                 text-overflow: ellipsis;
337                                                 white-space: nowrap;
338                                                 overflow: hidden;
339                                                 display: block;
340                                                 margin: 0;
341                                                 padding: 0;
342                                                 }
343                                                 
344                                                 ul li a + a + a, ul li.img a + a + a + a, ul li.img a + small + a + a + a {
345                                                         /* color: #666; */
346                                                         font: 13px Helvetica;
347                                                         margin-left: -5px;
348                                                         text-overflow: ellipsis;
349                                                         white-space: nowrap;
350                                                         overflow: hidden;
351                                                         display: block;
352                                                         padding: 0;
353                                                 }
354                                                 
355                                                 
356                                         
357                 
358                 
359                                 /* standard mini-label */
360                                 
361                                 ul li small {
362                                         color: #369;
363                                         font: 17px Helvetica;
364                                         text-align: right;
365                                         text-overflow: ellipsis;
366                                         white-space: nowrap;
367                                         overflow: hidden;
368                                         display: block;
369                                         width: 23%;
370                                         float: right;
371                                         padding: 3px 0px;
372                                         }
373                                         
374                                         
375                                         
376                                         ul li.arrow small {
377                                                 padding: 0 15px;
378                                         }
379                                         
380                                         ul li small.counter {
381                                                 font-size: 17px !important;
382                                                 line-height: 13px !important;
383                                                 font-weight: bold;
384                                                 background: rgb(154,159,170);
385                                                 color: #fff;
386                                                 -webkit-border-radius: 11px;
387                                                 padding: 4px 10px 5px 10px;
388                                                 display: inline !important;
389                                                 width: auto;
390                                                 margin-top: 2px;
391                                         }
392                                         
393                                         
394                                         ul li.arrow small.counter {
395                                                 margin-right: 15px;
396                                         }
397                                         
398                                         
399                                         
400         
401                                         /* resize without labels */
402                                         
403                                         ul li.arrow a {
404                                                 width: 95%;
405                                                 }
406                                         
407                                                 /* with labels */
408                                                 
409                                                 ul li small + a {
410                                                         width: 75%;
411                                                 }
412                                                 
413                                                 ul li.arrow small + a {
414                                                         width: 70%;
415                                                 }
416                                                 
417                 
418                 
419                 /* images */
420                 
421                         ul li.img {
422                                 padding-left: 60px;
423                                 height: 58px;
424                         }
425                 
426                         ul li.img a.img {
427                                 /* background: url(../images/standard-img.png) no-repeat; */
428                                 display: inline-block;
429                                 width: 45px;
430                                 height: 60px;
431                                 margin: 0px 0px 0px -60px;
432                                 padding: 0px 0px 0px 0px;
433                                 float: left;
434                         }
435                 
436                 
437                 
438                 /* individuals */
439                 
440                 
441                 
442                         ul.individual {
443                                 border: 0;
444                                 background: none;
445                                 clear: both;
446                                 height: 45px;
447                         }
448                         
449                                 ul.individual li {
450                                         color: rgb(183,190,205);
451                                         background: white;
452                                         border: 1px solid rgb(180,180,180);
453                                         font-size: 14px;
454                                         text-align: center;
455                                         -webkit-border-radius: 8px;
456                                         -webkit-box-sizing: border-box;
457                                         width: 48%;
458                                         float:left;
459                                         display: block;
460                                         padding: 11px 10px 14px 10px;
461                                         }
462                                 
463                                         ul.individual li + li {
464                                                 float: right;
465                                                 
466                                         }
467                                         
468                                         
469                                         ul.individual li a {
470                                                 color: rgb(50,79,133);
471                                                 line-height: 16px;
472                                                 margin: -11px -10px -14px -10px;
473                                                 padding: 11px 10px 14px 10px;
474                                                 -webkit-border-radius: 8px;
475                                         }
476                                         
477                                                 ul.individual li a:hover {
478                                                         color: #fff;
479                                                         background: #36c;
480                                                         }
481                                                         
482                                                         
483                                                         
484                                                         
485                                                         /* Normal lists and metal */
486
487                                                         body#normal h4 {
488                                                                 color: #fff;
489                                                                 /* 002863 rgb(154,159,170) */
490                                                                 background: rgb(0,40,99) url(../images/bglight.png) top left repeat-x;
491                                                                 border-top: 0px solid rgb(0,40,99); /* rgb(165,177,186); */
492                                                                 text-shadow: #666 0 1px 0;
493                                                                 margin: 0;
494                                                                 padding: 2px 10px;
495                                                         }
496
497
498                                                         body#normal, body#metal {
499                                                                 margin: 0;
500                                                                 padding: 0;
501                                                                 background-color: rgb(255,255,255);
502                                                         }
503
504                                                         body#normal ul, body#metal ul, body#plastic ul {
505                                                                 -webkit-border-radius: 0;
506                                                                 margin: 0;
507                                                                 border-left: 0;
508                                                                 border-right: 0;
509                                                                 border-top: 0;
510                                                                 }
511
512                                                                 body#metal ul {
513                                                                         border-top: 0;
514                                                                         border-bottom: 0;
515                                                                         background: rgb(180,180,180);
516                                                                 }
517
518
519
520
521 /*                                                              body#normal ul li {
522                                                                         font-size: 20px;
523                                                                 }
524 */
525
526                                                                         body#normal ul li small {
527                                                                                 font-size: 16px;
528                                                                                 line-height: 28px;
529                                                                         }
530
531                                                                         body#normal li, body#metal li {
532                                                                                 -webkit-border-radius: 0;
533                                                                                 }
534
535                                                                         body#normal li em {
536                                                                                 font-weight: normal;
537                                                                                 font-style: normal;
538                                                                                 }
539
540                                                                 body#normal h4 + ul {
541                                                                     border-top:    0px solid rgb(113,125,133); 
542                                                                     border-bottom: 0px solid rgb(113,125,133); 
543                                                                 }
544
545
546                                                                 body#metal ul li {
547                                                                         border-top: 1px solid rgb(238,238,238);
548                                                                         border-bottom: 1px solid rgb(156,158,165);
549                                                                         background: url(../images/bgMetal.png) top left repeat-x;
550                                                                         font-size: 26px;
551                                                                         text-shadow: #fff 0 1px 0;
552                                                                         }
553
554                                                                         body#metal ul li a {
555                                                                                 line-height: 26px;
556                                                                                 margin: 0;
557                                                                                 padding: 13px 0;
558                                                                         }
559
560                                                                                 body#metal ul li a:hover {
561                                                                                         color: rgb(0,0,0);
562                                                                                 }       
563
564                                                                                         body#metal ul li:hover small {
565                                                                                                 color: inherit;
566                                                                                         }
567
568
569                                                                         body#metal ul li a em {
570                                                                                 display: block;
571                                                                                 font-size: 14px;
572                                                                                 font-style: normal;
573                                                                                 color: #444;
574                                                                                 width: 50%;
575                                                                                 line-height: 14px;
576                                                                         }
577
578                                                                         body#metal ul li small {
579                                                                                 float: right;
580                                                                                 position: relative;
581                                                                                 margin-top: 10px;
582                                                                                 font-weight: bold;
583                                                                                 }
584
585
586                                                                                 body#metal ul li.arrow a small {
587                                                                                         padding-right: 0;
588                                                                                         line-height: 17px;
589                                                                                 }
590                                                                                 
591                                                                                 
592                                                                                 body#metal ul li.arrow {
593                                                                                         background: url(../images/bgMetal.png) top left repeat-x,
594                                                                                         url(../images/chevron_dg.png) right center no-repeat;
595                                                                                 }
596                                                                                 
597                                                                                 
598                                                                                                                                 
599                                                                                 /* option panel */
600
601                                                                                         div#optionpanel {
602                                                                                                 background: url(../images/blackbg.png) top left repeat-x;
603                                                                                                 text-align: center;
604                                                                                                 padding: 20px 10px 15px 10px;
605                                                                                                 position: absolute;
606                                                                                                 left: 0;
607                                                                                                 right: 0;
608                                                                                                 bottom: 0;              
609                                                                                                 }
610
611                                                                                                 div#optionpanel h2 {
612                                                                                                         font-size: 17px;
613                                                                                                         color: #fff;
614                                                                                                         text-shadow: #000 0 1px 0;
615                                                                                                 }
616                                                                                                 
617                                                                                                 
618                                                                                 
619                                                                                 
620                                                                                 
621                                                                                 /***** BUTTONS *****/
622
623                                                                                 .button {
624                                                                                         color: #fff;
625                                                                                         font: bold 20px/46px Helvetica;
626                                                                                         text-decoration: none;
627                                                                                         text-align: center;
628                                                                                         text-shadow: #000 0 1px 0;
629                                                                                         border-width: 0px 14px 0px 14px;
630                                                                                         display: block;
631                                                                                         margin: 3px 0;
632                                                                                         }
633
634                                                                                         .green { -webkit-border-image: url(../images/greenButton.png) 0 14 0 14; }
635                                                                                         .red { -webkit-border-image: url(../images/redButton.png) 0 14 0 14; }
636
637                                                                                         .white {
638                                                                                                 color: #000;
639                                                                                                 text-shadow: #fff 0px 1px 0;
640                                                                                                 -webkit-border-image: url(../images/whiteButton.png) 0 14 0 14;
641                                                                                                 }
642
643                                                                                         .black { -webkit-border-image: url(../images/grayButton.png) 0 14 0 14; }
644                                                                                         
645                                                                                         
646 /***** FORMS *****/
647
648 /* fields list */
649                 
650                 ul.form {
651                         
652                 }
653                 
654                         ul.form li {
655                                 padding: 7px 10px;
656                         }
657                         
658                         ul.form li.error { border: 2px solid red; }                     
659                         ul.form li.error + li.error { border-top: 0; }
660                         
661                         ul.form li:hover { background: #fff; }
662                 
663                         ul li input[type="text"], ul li input[type="password"], ul li textarea, ul li select {
664                                 color: #777;
665                                 background: #fff url(../.png); /* this is a hack due the default input shadow that iphones uses on textfields */
666                                 border: 0;                              
667                                 font: normal 17px Helvetica;
668                                 padding: 0;
669                                 display: inline-block;
670                                 margin-left: 0px;
671                                 width: 100%;
672                                 -webkit-appearance: textarea;
673                                 }
674                                                 
675                                 ul li textarea {
676                                         height: 120px;
677                                         padding: 0;
678                                         text-indent: -2px;
679                                 }
680                                 
681                                 ul li select {
682                                         text-indent: 0px;
683                                         background: transparent url(../images/chevron.png) no-repeat 103% 3px;
684                                         -webkit-appearance: textfield;
685                                         margin-left: -6px;
686                                         width: 104%;
687                                 }
688                                 
689                                 ul li input[type="checkbox"], ul li input[type="radio"] {
690                                         margin: 0;
691                                         color: rgb(50,79,133);
692                                         padding: 10px 10px;
693                                         }
694                                 
695                                 ul li input[type="checkbox"]:after, ul li input[type="radio"]:after {
696                                         content: attr(title);
697                                         font: 17px Helvetica;
698                                         display: block;
699                                         width: 246px;
700                                         margin: -12px 0 0 17px;
701                                         }
702                                         
703                                         
704                                         
705                                         /**** INFORMATION FIELDS ****/
706
707                                         ul.data li h4 {
708                                                 margin: 10px 0 5px 0;
709                                         }
710
711                                                 ul.data li p {
712                                                         text-align: left;
713                                                         font-size: 14px;
714                                                         line-height: 18px;
715                                                         font-weight: normal;
716                                                         margin: 0;
717                                                         }
718                                                         
719                                                         ul.data li p + p { margin-top: 10px; }
720                                                         
721
722                                                         ul.data li {
723                                                                 background: none;
724                                                                 padding: 15px 10px;
725                                                                 color: #222;
726                                                         }
727
728                                                         ul.data li a {
729                                                                 display: inline;
730                                                                 color: #2E3744;
731                                                                 text-decoration: underline;
732                                                         }
733                                                         
734                                                         
735                                                         ul.field li {
736                                                                 font-size: 13px;
737                                                         }
738
739                                                         ul.field li small {
740                                                                 position: absolute;
741                                                                 right: 25px;
742                                                                 margin-top: 3px;
743                                                                 z-index: 3;
744                                                         }
745                                         
746                                                         ul.field li h3 {
747                                                                 color: #666;
748                                                                 width: 25%;
749                                                                 font-size: 13px;
750                                                                 font-weight: normal;
751                                                                 /* line-height: 18px;*/
752                                                                 margin: 0 10px 0 0;
753                                                                 float: left;
754                                                                 text-align: right;
755                                                                 overflow: hidden;
756                                                                 text-overflow: ellipsis;
757                                                                 white-space: nowrap;
758                                                                 padding: 0;
759                                                                 }
760                                                         
761                                                                 ul.field li span {
762                                                                     display: inline-block;
763                                                                 }
764
765                                                                 ul.field li a {
766                                                                         font-size: 13px;
767                                                                         /* line-height: 18px; */
768                                                                         overflow: visible;
769                                                                         white-space: normal;
770                                                                         display: inline-block;
771                                                                         width: 100%;
772                                                                         padding: 0;
773                                                                         margin: 0 0 0 0;
774                                                                         /*vertical-align: top;*/
775                                                                         }
776                                                                         
777                                                                 ul.field li big {
778                                                                         font-size: 13px;
779                                                                         /* line-height: 18px; */
780                                                                         /* font-weight: bold; */
781                                                                         overflow: visible;
782                                                                         white-space: normal;
783                                                                         display: inline-block;
784                                                                         width: 60%;
785                                                                         }
786                                                                         
787                                                                 ul.field li small {
788                                                                         font-size: 13px;
789                                                                         font-weight: bold
790                                                                         display: inline-block;
791                                                                 }
792                                                         
793                                                 
794                                                 /* this is for profiling */
795                                                         
796                                                 ul.profile {
797                                                         border: 0;
798                                                         background: none;
799                                                         clear: both;
800                                                         min-height: 62px;
801                                                         position: relative;
802                                                         }
803                                                         
804                                                         ul.profile li {
805                                                                 background: #fff url(../images/profile-user.png) no-repeat;
806                                                                 border: 1px solid #B4B4B4;
807                                                                 width: 62px;
808                                                                 height: 62px;
809                                                                 -webkit-border-radius: 4px;
810                                                                 -webkit-box-sizing: border-box;
811                                                                 float: left;
812                                                                 }
813                                                         
814                                                         ul.profile li + li {
815                                                                 border: 0;
816                                                                 background: none;
817                                                                 width: 70%;
818                                                                 }
819                                                                 
820                                                         
821                                                                 ul.profile li + li h2, ul.profile li + li p {
822                                                                         color: rgb(46,55,68);
823                                                                         text-shadow: #fff 0 1px 0;
824                                                                         margin: 0;
825                                                                 }
826                                                                 
827                                                                 ul.profile li + li h2 {
828                                                                         font: bold 18px/22px Helvetica;
829                                                                         text-overflow: ellipsis;
830                                                                         white-space: nowrap;
831                                                                         overflow: hidden;
832                                                                         }
833                                                                         
834                                                                 ul.profile li + li p {
835                                                                         font: 14px/18px Helvetica;
836                                                                         text-overflow: ellipsis;
837                                                                         white-space: nowrap;
838                                                                         overflow: hidden;
839                                                                         }
840                                                                 
841                                                                 
842                                                                 /* any A element inside this kind of field list will scale 62x62 */
843                                                                 
844                                                                 ul.profile li a {
845                                                                         display: block;
846                                                                         width: 62px;
847                                                                         height: 62px;
848                                                                         color: transparent;
849                                                                 }
850                                                                         
851
852
853         /***** PLASTIC LISTS *****/
854         
855         body#plastic {
856                 margin: 0;
857                 padding: 0;
858                 background: rgb(173,173,173);
859         }
860
861         body#plastic ul {
862                 -webkit-border-radius: 0;
863                 margin: 0;
864                 border-left: 0;
865                 border-right: 0;
866                 border-top: 0;
867                 background-color: rgb(173,173,173);
868                 }
869                 
870                 
871                 body#plastic ul li {
872                         -webkit-border-radius: 0;
873                         border-top: 1px solid rgb(191,191,191);
874                         border-bottom: 1px solid rgb(157,157,157);
875                 }
876                 
877                 
878                         body#plastic ul li:nth-child(odd) {
879                                 background-color: rgb(152,152,152);
880                                 border-top: 1px solid rgb(181,181,181);
881                                 border-bottom: 1px solid rgb(138,138,138);
882                         }
883                 
884                 
885                 body#plastic ul + p {
886                         font-size: 11px;
887                         color: #2f3237;
888                         text-shadow: none;
889                         padding: 10px 10px;             
890                         }
891                         
892                         body#plastic ul + p strong {
893                                 font-size: 14px;
894                                 line-height: 18px;
895                                 text-shadow: #fff 0 1px 0;
896                         }
897                         
898                         body#plastic ul li a {
899                                 text-shadow: rgb(211,211,211) 0 1px 0;
900                         }
901                         
902                         body#plastic ul li:nth-child(odd) a {
903                                 text-shadow: rgb(191,191,191) 0 1px 0;
904                         }
905                         
906                         
907                         body#plastic ul li small {
908                                 color: #3C3C3C;
909                                 text-shadow: rgb(211,211,211) 0 1px 0;
910                                 font-size: 13px;
911                                 font-weight: bold;
912                                 text-transform: uppercase;
913                                 line-height: 24px;
914                                 }
915                                 
916                                 
917                                 
918         /**** MINI & BIG BANNERS ****/
919         
920                         #plastic ul.minibanner, #plastic ul.bigbanner {
921                                 margin: 10px;
922                                 border: 0;
923                                 height: 81px;
924                                 clear: both;
925                                 }
926                                 
927                                 #plastic ul.bigbanner {
928                                         height: 140px !important;
929                                 }
930                                 
931                                 #plastic ul.minibanner li {
932                                         border: 1px solid rgb(138,138,138);
933                                         background-color: rgb(152,152,152);
934                                         width: 145px;
935                                         height: 81px;
936                                         float: left;
937                                         -webkit-border-radius: 5px;
938                                         padding: 0;
939                                         }
940                                         
941                                 #plastic ul.bigbanner li {
942                                         border: 1px solid rgb(138,138,138);
943                                         background-color: rgb(152,152,152);
944                                         width: 296px;
945                                         height: 140px;
946                                         float: left;
947                                         -webkit-border-radius: 5px;
948                                         padding: 0;
949                                         margin-bottom: 4px;
950                                         }
951                                         
952                                         #plastic ul.minibanner li:first-child {
953                                                 margin-right: 6px;
954                                         }
955                                         
956                                         
957                                         #plastic ul.minibanner li a {
958                                                 color: transparent;
959                                                 text-shadow: none;
960                                                 display: block;
961                                                 width: 145px;
962                                                 height: 81px;
963                                                 }
964                                                 
965                                         #plastic ul.bigbanner li a {
966                                                 color: transparent;
967                                                 text-shadow: none;
968                                                 display: block;
969                                                 width: 296px;
970                                                 height: 145px;
971                                                 }
972                 
973         
974         
975         /**** CHAT ****/
976         
977         
978         body#chat {
979                 background: #DBE1ED;
980                 }
981                 
982                 body#chat div.bubble {
983                         margin: 10px 10px 0 0px;
984                         width: 80%;
985                         clear: both;
986                 }
987                 
988                 
989                 
990                 body#chat div.right {
991                         float: right;
992                         }
993                         
994                 body#chat div.left {
995                         float: left;
996                         }
997                         
998                         
999                         body#chat div.right p {
1000                                 border-width: 10px 20px 12px 10px;
1001                         }
1002                         
1003                         body#chat div.left p {
1004                                 border-width: 10px 10px 12px 20px;
1005                         }
1006                         
1007                         /* lefties */
1008                         
1009                         body#chat div.left p.lime {
1010                                 -webkit-border-image: url(../images/chat_bubbles_lime_l.png) 10 10 13 19;
1011                                 }
1012                                 
1013                         body#chat div.left p.lemon {
1014                                 -webkit-border-image: url(../images/chat_bubbles_lemon_l.png) 10 10 13 19;
1015                                 }
1016                                 
1017                         body#chat div.left p.orange {
1018                                 -webkit-border-image: url(../images/chat_bubbles_orange_l.png) 10 10 13 19;
1019                                 }
1020                                 
1021                         body#chat div.left p.aqua {
1022                                 -webkit-border-image: url(../images/chat_bubbles_aqua_l.png) 10 10 13 19;
1023                                 }
1024                                 
1025                         body#chat div.left p.purple {
1026                                 -webkit-border-image: url(../images/chat_bubbles_purple_l.png) 10 10 13 19;
1027                                 }
1028                                 
1029                         body#chat div.left p.pink {
1030                                 -webkit-border-image: url(../images/chat_bubbles_pink_l.png) 10 10 13 19;
1031                                 }
1032                                 
1033                         body#chat div.left p.graphite {
1034                                 -webkit-border-image: url(../images/chat_bubbles_graphite_l.png) 10 10 13 19;
1035                                 }
1036                                 
1037                         body#chat div.left p.clear {
1038                                 -webkit-border-image: url(../images/chat_bubbles_clear_l.png) 10 10 13 19;
1039                                 }
1040                                 
1041                                 
1042                                 
1043                                 
1044                         /*rights*/      
1045                         
1046                         body#chat div.right p.aqua {
1047                                 -webkit-border-image: url(../images/chat_bubbles_aqua_r.png) 10 19 13 10;
1048                                 }
1049                                 
1050                         body#chat div.right p.lemon {
1051                                 -webkit-border-image: url(../images/chat_bubbles_lemon_r.png) 10 19 13 10;
1052                                 }
1053                                 
1054                         body#chat div.right p.lime {
1055                                 -webkit-border-image: url(../images/chat_bubbles_lime_r.png) 10 19 13 10;
1056                                 }
1057                                 
1058                         body#chat div.right p.purple {
1059                                 -webkit-border-image: url(../images/chat_bubbles_purple_r.png) 10 19 13 10;
1060                                 }
1061                                 
1062                         body#chat div.right p.pink {
1063                                 -webkit-border-image: url(../images/chat_bubbles_pink_r.png) 10 19 13 10;
1064                                 }
1065                                 
1066                         body#chat div.right p.graphite {
1067                                 -webkit-border-image: url(../images/chat_bubbles_graphite_r.png) 10 19 13 10;
1068                                 }
1069                                 
1070                         body#chat div.right p.clear {
1071                                 -webkit-border-image: url(../images/chat_bubbles_clear_r.png) 10 19 13 10;
1072                                 }
1073                                 
1074                                 
1075                                 
1076                                 
1077                                 
1078                         
1079                 
1080                 body#chat div.bubble p {
1081                         color: #000;
1082                         font-size: 16px;
1083                         margin: 0;
1084                 }
1085                 
1086                         body#chat div.bubble + p {
1087                                 color: #666;
1088                                 text-align: center;
1089                                 font-size: 12px;
1090                                 font-weight: bold;
1091                                 margin: 0;
1092                                 padding: 10px 0 0 0;
1093                                 clear: both;
1094                         }
1095                 
1096                 
1097                 
1098                 
1099                 
1100                 
1101                 /**** image grids ****/
1102                 
1103                 
1104                 body#images {
1105                         background: #fff;
1106                         margin: 0;
1107                 }
1108                 
1109                         body#images ul {
1110                                 margin: 4px 4px 4px 0;
1111                                 border: 0;
1112                                 -webkit-border-radius: 0;
1113                                 }
1114                                 
1115                                 body#images ul li {
1116                                         border: 1px solid #C0D5DD;
1117                                         -webkit-border-radius: 0;
1118                                         width: 73px;
1119                                         height: 73px;
1120                                         float: left;
1121                                         margin: 0 0 4px 4px;
1122                                         background: #F4FBFE url(../images/image-loading.gif) no-repeat center center;
1123                                         padding: 0;
1124                                         }
1125                                         
1126                                         body#images ul li a {
1127                                                 display: block;
1128                                                 width: 100%;
1129                                                 height: 100%;
1130                                                 margin: 0;
1131                                                 padding: 0;
1132                                         }
1133                 
1134                 
1135                 /*** BLANK PAGES ***/
1136                 
1137                 body#blank {
1138                         background: #fff;
1139                 }
1140                 
1141                 
1142                 body#blank p {
1143                         color: #898989;
1144                         text-align: center;
1145                         margin: 250px 0 0 0;
1146                         }
1147                         
1148
1149
1150
1151                         /**** ICONFIED LIST ****/
1152                         
1153                         
1154                         ul li a img.ico, ul li img.ico {
1155                                 float: left;
1156                                 display: block;
1157                                 margin: -4px 10px -4px -1px;
1158                         }
1159
1160