]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook/diabook-pink/style.css
Merge pull request #252 from tomtom84/master
[friendica.git] / view / theme / diabook / diabook-pink / style.css
1 /**
2  * Fabio Comuni <http://kirgroup.com/profile/fabrixxm>
3  * Additional Changes: Michael Vogel <icarus@dabo.de>
4  **/
5
6 /* ========= */
7 /* = Admin = */
8 /* ========= */
9
10 #adminpage {
11 /*        width: 80%;*/
12 }
13
14 #pending-update {
15         float:right;
16         color: #ffffff;
17         font-weight: bold;
18         background-color: #FF0000;
19         padding: 0em 0.3em;
20 }
21
22 .admin.linklist {
23         border: 0px; padding: 0px;
24 }
25
26 .admin.link {
27         list-style-position: inside;
28         font-size: 1em;
29         padding: 5px;
30         width: 100px;
31         margin: 5px;
32 }
33
34 #adminpage dl {
35         clear: left;
36         margin-bottom: 2px;
37         padding-bottom: 2px;
38         border-bottom: 1px solid black;
39 }
40
41 #adminpage dt {
42         width: 200px;
43         float: left;
44         font-weight: bold;
45 }
46
47 #adminpage dd {
48         margin-left: 200px;
49 }
50 #adminpage h3 {
51         border-bottom: 1px solid #898989;
52         margin-bottom: 5px;
53         margin-top: 10px;
54 }
55
56 #adminpage .submit {
57         clear:left;
58 }
59
60 #adminpage #pluginslist {
61         margin: 0px; padding: 0px;
62 }
63
64 #adminpage .plugin {
65         list-style: none;
66         display: block;
67         /* border: 1px solid #888888; */
68         padding: 1em;
69         margin-bottom: 5px;
70         clear: left;
71 }
72
73 #adminpage .toggleplugin {
74         float:left;
75         margin-right: 1em;
76 }
77
78 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
79 #adminpage table th { text-align: left;}
80 #adminpage td .icon { float: left;}
81 #adminpage table#users img { width: 16px; height: 16px; }
82 #adminpage table tr:hover { background-color: #eeeeee; }
83 #adminpage .selectall { text-align: right; }
84 /* icons */
85
86 .icon.bb-url{
87   background-image: url("../../../view/theme/diabook/diabook-pink/icons/bb-url.png");
88   float: right;
89   margin-top: 2px;}
90 .icon.quote{
91   background-image: url("../../../view/theme/diabook/diabook-pink/icons/quote.png");
92   float: right;
93   margin-top: 2px;}
94 .icon.bold{
95   background-image: url("../../../view/theme/diabook/diabook-pink/icons/bold.png");
96   float: right;
97   margin-top: 2px;}
98 .icon.underline{
99   background-image: url("../../../view/theme/diabook/diabook-pink/icons/underline.png");
100   float: right;
101   margin-top: 2px;}
102 .icon.italic{
103   background-image: url("../../../view/theme/diabook/diabook-pink/icons/italic.png");
104   float: right;
105   margin-top: 2px;}
106 .icon.bb-image{
107   background-image: url("../../../view/theme/diabook/diabook-pink/icons/bb-image.png");
108   float: right;
109   margin-top: 2px;}
110 .icon.bb-video{
111   background-image: url("../../../view/theme/diabook/diabook-pink/icons/bb-video.png");
112   float: right;
113   margin-top: 2px;}
114   
115 .icon.contacts {
116   background-image: url("../../../view/theme/diabook/diabook-pink/icons/contacts.png");}
117 .icon.notifications {
118   background-image: url("../../../view/theme/diabook/diabook-pink/icons/notifications.png");}
119 .icon.notify {
120   background-image: url("../../../view/theme/diabook/diabook-pink/icons/notify.png");}
121 .icon.messages {
122   background-image: url("../../../view/theme/diabook/diabook-pink/icons/messages.png");}
123 .icon.community {
124   background-image: url("../../../view/theme/diabook/diabook-pink/icons/community.png");}
125   
126 .icon.drop      { background-image: url("../../../view/theme/diabook/diabook-pink/icons/drop.png");}
127 .icon.drophide  { background-image: url("../../../view/theme/diabook/diabook-pink/icons/drop.png");}
128 .icon.dislike   { background-image: url("../../../view/theme/diabook/diabook-pink/icons/dislike.png");}
129 .icon.like      { background-image: url("../../../view/theme/diabook/diabook-pink/icons/like.png");}
130 .icon.pencil    { background-image: url("../../../view/theme/diabook/diabook-pink/icons/pencil.png");}
131 .icon.recycle   { background-image: url("../../../view/theme/diabook/diabook-pink/icons/recycle.png");}
132 .icon.remote-link { background-image: url("../../../view/theme/diabook/diabook-pink/icons/remote.png");}
133 .icon.tagged    { background-image: url("../../../view/theme/diabook/diabook-pink/icons/tagged.png");}
134 .icon.file-as { background-image: url("../../../view/theme/diabook/diabook-pink/icons/file_as.png");}
135 .star-item.icon.unstarred { background-image: url("../../../view/theme/diabook/diabook-pink/icons/unstarred.png");}
136 .star-item.icon.starred { background-image: url("../../../view/theme/diabook/diabook-pink/icons/starred.png");}
137 .icon.link              { background-image: url("../../../view/theme/diabook/diabook-pink/icons/link.png");}
138 .icon.lock              { background-image: url("../../../view/theme/diabook/diabook-pink/icons/lock.png");}
139 .icon.unlock            { background-image: url("../../../view/theme/diabook/diabook-pink/icons/unlock.png");}
140 .icon.language    { background-image: url("../../../view/theme/diabook/diabook-pink/icons/language.png");}
141
142
143 .camera         { background-image: url("../../../view/theme/diabook/diabook-pink/icons/camera.png"); 
144                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
145                           }
146 .attach         { background-image: url("../../../view/theme/diabook/diabook-pink/icons/attach.png"); 
147                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
148                           }
149 .video2         { background-image: url("../../../view/theme/diabook/diabook-pink/icons/video.png"); 
150                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
151                           }     
152 .video  { background-image: url("../../../view/theme/diabook/diabook-pink/icons/video.png"); 
153                           display: block; width: 100%; height: 28px; background-repeat: no-repeat;
154                           }
155 .audio2         { background-image: url("../../../view/theme/diabook/diabook-pink/icons/audio.png"); 
156                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
157                           }
158 .audio  { background-image: url("../../../view/theme/diabook/diabook-pink/icons/audio.png"); 
159                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
160                           }
161 .weblink        { background-image: url("../../../view/theme/diabook/diabook-pink/icons/weblink.png"); 
162                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
163                           }
164 .globe  { background-image: url("../../../view/theme/diabook/diabook-pink/icons/globe.png"); 
165                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
166                           }
167 .unglobe        { background-image: url("../../../view/theme/diabook/diabook-pink/icons/unglobe.png"); 
168                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
169                           }
170 .edit    {background-image: url("../../../view/theme/diabook/diabook-pink/icons/pencil2.png"); 
171                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;}
172 .icon.block   {background-image: url("../diabook/icons/block.png"); 
173                           display: block; width: 16px; height: 16px; background-repeat: no-repeat;}
174 .icon.block.dim  {background-image: url("../diabook/icons/block.png"); 
175                           display: block; width: 16px; height: 16px; background-repeat: no-repeat; opacity: 0.3;}
176 .icon.ad_drop   { background-image: url("../diabook/icons/drop.png");
177                           display: block; margin-left:5px; width: 16px; height: 16px; background-repeat: no-repeat;}                      
178                           
179
180
181 .article        { background-position: -50px  0px;}
182 /*.audio                { background-position: -70px  0px;}*/
183 /*.drop                 { background-position: -110px 0px;}*/
184 /*.drophide     { background-position: -130px 0px;}*/
185 /*.edit                 { background-position: -150px 0px;}*/
186 /*.camera       { background-position: -170px 0px;}*/
187 /*.dislike      { background-position: -190px 0px;}*/
188 /*.like                 { background-position: -210px 0px;}*/
189 /*.link                 { background-position: -230px 0px;}*/
190
191 /*.globe                { background-position: -50px  -20px;}*/
192 /*.noglobe      { background-position: -70px  -20px;}*/
193 .no             { background-position: -90px  -20px;}
194 .pause          { background-position: -110px -20px;}
195 .play           { background-position: -130px -20px;}
196 /*.pencil       { background-position: -150px -20px;}*/
197 .small-pencil   { background-position: -170px -20px;}
198 /*.recycle      { background-position: -190px -20px;}*/
199 /*.remote-link  { background-position: -210px -20px;}*/
200 .share          { background-position: -230px -20px;}
201
202 .tools          { background-position: -50px  -40px;}
203 /*.lock                 { background-position: -70px  -40px;}*/
204
205 /*.video          { background-position: -110px -40px;}*/
206 .youtube        { background-position: -130px -40px;}
207
208 /*.attach         { background-position: -190px -40px;}*/
209 /*.language       { background-position: -210px -40px;}*/
210
211
212 .icon.on             { background-image: url("../../../view/theme/diabook/diabook-pink/icons/toogle_on.png"); background-repeat: no-repeat;}
213 .icon.off            { background-image: url("../../../view/theme/diabook/diabook-pink/icons/toogle_off.png"); background-repeat: no-repeat;}
214 .icon.prev           { background-image: url("../../../view/theme/diabook/diabook-pink/icons/prev.png"); background-repeat: no-repeat;}
215 .icon.next           { background-image: url("../../../view/theme/diabook/diabook-pink/icons/next.png"); background-repeat: no-repeat;}
216 /*.tagged     { background-position: -130px -60px;}*/
217
218 .attachtype {
219         display: block; width: 20px; height: 23px;
220         background-image: url('../../../images/content-types.png');
221 }
222
223 .type-video { background-position: 0px 0px; }
224 .type-image { background-position: -20px 0px; }
225 .type-audio { background-position: -40px 0px; }
226 .type-text  { background-position: -60px 0px; }
227 .type-unkn  { background-position: -80px 0px; }
228
229 .icon.drop, .icon.drophide {
230  float: left;
231 }
232
233 .icon {
234   display: block;
235   width: 20px;
236   height: 20px;
237   /*background-image: url('icons.png');*/
238 }
239
240 .icon {
241   background-color: transparent ;
242   background-repeat: no-repeat;
243   /* background-position: left center; */
244   display: block;
245   overflow: hidden;
246   text-indent: -9999px;
247   padding: 1px;
248 }
249
250 .icon.border.camera{
251   background-image: url("../../../view/theme/diabook/diabook-pink/icons/camera.png"); 
252   display: block; width: 28px; height: 28px; background-repeat: no-repeat;
253         }
254         
255 .icon.border.link{
256   background-image: url("../../../view/theme/diabook/diabook-pink/icons/weblink.png"); 
257   display: block; width: 28px; height: 28px; background-repeat: no-repeat;
258   margin-left: 10px;
259         }
260
261 .icon.text {
262   text-indent: 0px;
263 }
264 .icon.s10 {
265   min-width: 10px;
266   height: 10px;
267 }
268 .icon.s10.notify {
269   background-image: url("../../../images/icons/10/notify_off.png");
270 }
271 .icon.s10.gear {
272   background-image: url("../../../images/icons/10/gear.png");
273 }
274 .icon.s10.add {
275   background-image: url("../../../images/icons/10/add.png");
276 }
277 .icon.s10.delete {
278   background-image: url("../../../images/icons/10/delete.png");
279 }
280 .icon.s10.edit {
281   background-image: url("../../../images/icons/10/edit.png");
282 }
283 .icon.s10.star {
284   background-image: url("../../../images/star_dummy.png");
285 }
286 .icon.s10.menu {
287   background-image: url("../../../images/icons/10/menu.png");
288 }
289 .icon.s10.link {
290   background-image: url("../../../images/icons/10/link.png");
291 }
292 .icon.s10.lock {
293   background-image: url("../../../images/icons/10/lock.png");
294 }
295 .icon.s10.unlock {
296   background-image: url("../../../images/icons/10/unlock.png");
297 }
298 .icon.s10.text {
299   padding: 2px 0px 0px 15px;
300   font-size: 10px;
301 }
302 .icon.s16 {
303   min-width: 16px;
304   height: 16px;
305 }
306 .icon.s16.notify {
307   background-image: url("../../../images/icons/16/notify_off.png");
308 }
309 .icon.s16.gear {
310   background-image: url("../../../images/icons/16/gear.png");
311 }
312 .icon.s16.add {
313   background-image: url("../../../images/icons/16/add.png");
314 }
315 .icon.s16.delete {
316   background-image: url("../../../images/icons/16/delete.png");
317 }
318 /*.icon.s16.edit {
319   background-image: url("../../../images/icons/16/edit.png");
320 }*/
321 .icon.s16.star {
322   background-image: url("../../../images/star_dummy.png");
323 }
324 .icon.s16.menu {
325   background-image: url("../../../images/icons/16/menu.png");
326 }
327 /*.icon.s16.link {
328   background-image: url("../../../images/icons/16/link.png");
329 }*/
330 .icon.s16.lock {
331   background-image: url("../../../images/icons/16/lock.png");
332 }
333 .icon.s16.unlock {
334   background-image: url("../../../images/icons/16/unlock.png");
335 }
336 .icon.s16.text {
337   padding: 4px 0px 0px 20px;
338   font-size: 10px;
339 }
340 .icon.s22 {
341   min-width: 22px;
342   height: 22px;
343 }
344 .icon.s22.notify {
345   background-image: url("../../../images/icons/22/notify_off.png");
346 }
347 .icon.s22.gear {
348   background-image: url("../../../images/icons/22/gear.png");
349 }
350 .icon.s22.add {
351   background-image: url("../../../images/icons/22/add.png");
352 }
353 .icon.s22.delete {
354   background-image: url("../../../images/icons/22/delete.png");
355 }
356 .icon.s22.edit {
357   background-image: url("../../../images/icons/22/edit.png");
358 }
359 .icon.s22.star {
360   background-image: url("../../../images/star_dummy.png");
361 }
362 .icon.s22.menu {
363   background-image: url("../../../images/icons/22/menu.png");
364 }
365 .icon.s22.link {
366   background-image: url("../../../images/icons/22/link.png");
367 }
368 .icon.s22.lock {
369   background-image: url("../../../images/icons/22/lock.png");
370 }
371 .icon.s22.unlock {
372   background-image: url("../../../images/icons/22/unlock.png");
373 }
374 .icon.s22.text {
375   padding: 10px 0px 0px 25px;
376   width: 200px;
377 }
378 .icon.s48 {
379   width: 48px;
380   height: 48px;
381 }
382 .icon.s48.notify {
383   background-image: url("../../../images/icons/48/notify_off.png");
384 }
385 .icon.s48.gear {
386   background-image: url("../../../images/icons/48/gear.png");
387 }
388 .icon.s48.add {
389   background-image: url("../../../images/icons/48/add.png");
390 }
391 .icon.s48.delete {
392   background-image: url("../../../images/icons/48/delete.png");
393 }
394 .icon.s48.edit {
395   background-image: url("../../../images/icons/48/edit.png");
396 }
397 .icon.s48.star {
398   background-image: url("../../../images/star_dummy.png");
399 }
400 .icon.s48.menu {
401   background-image: url("../../../images/icons/48/menu.png");
402 }
403 .icon.s48.link {
404   background-image: url("../../../images/icons/48/link.png");
405 }
406 .icon.s48.lock {
407   background-image: url("../../../images/icons/48/lock.png");
408 }
409 .icon.s48.unlock {
410   background-image: url("../../../images/icons/48/unlock.png");
411 }
412
413 #contact-edit-links ul {
414   list-style: none;
415   list-style-type: none;
416 }
417
418 .hide-comments-outer {
419   margin-left: 80px;
420   margin-bottom: 5px;
421   width: 684px;
422   border-bottom: 1px solid #BDCDD4;
423   padding: 8px;
424 }
425
426 /* global */
427 body {
428   font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
429   font-size: 12.5px;
430   background-color: #ffffff;
431   color: #2d2d2d;
432   margin: 50px auto auto;
433   display: table;
434 }
435
436 #jappix_mini {
437 right: 45px !important;
438 }
439
440
441 h4 {
442   font-size: 1.1em;
443 }
444
445 a {
446         color: #333333;
447         /* color: #3e3e8c; */
448         text-decoration: none;
449 }
450 a:hover {
451         /* color: blue; */
452         text-decoration: underline
453 }
454
455 .wall-item-name-link {
456 /*  float: left;*/
457 }
458
459 .wall-item-photo {
460   width: 48px;
461   height: 48px;
462   overflow: hidden;
463   display: block;
464 }
465
466 .left {
467   float: left;
468 }
469 .right {
470   float: right;
471 }
472 .hidden {
473   display: none;
474 }
475 .clear {
476   clear: both;
477 }
478 /*color*/
479 .fakelink {
480   color: #996d73;
481   /* color: #3e3e8c; */
482   text-decoration: none;
483   cursor: pointer;
484 }
485 .fakelink:hover {
486   /* color: blue; */
487   /*color: #005c94; */
488   text-decoration: underline;
489 }
490 .intro-end {
491         border-bottom: 1px solid black;
492    clear: both;
493    margin-bottom: 25px;
494    padding-bottom: 25px;
495    width: 75%;
496         }
497 .intro-form-end {
498         clear: both;
499         }
500 .intro-fullname {
501         padding-bottom: 5px;
502    padding-top: 5px;
503         }
504 .intro-wrapper-end {
505         clear: both;
506    padding-bottom: 5px;
507         }
508 code {
509   font-family: Courier, monospace;
510   white-space: pre;
511   display: block;
512   overflow: auto;
513   border: 1px solid #444;
514   background: #EEE;
515   color: #444;
516   padding: 10px;
517   margin-top: 20px;
518 }
519 #panel {
520   position: absolute;
521   width: 12em;
522   background: #ffffff;
523   color: #2d2d2d;
524   margin: 0px;
525   padding: 1em;
526   list-style: none;
527   border: 3px solid #364e59;
528   z-index: 100000;
529   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
530   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
531   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
532 }
533 /* tool */
534 .tool {
535   height: auto;
536   overflow: auto;
537   padding: 3px;
538 }
539 #saved-search-ul .tool:hover,
540 #nets-sidebar .tool:hover,
541 #sidebar-group-list .tool:hover,
542 #fileas-sidebar .tool:hover  {
543         background: aliceBlue;
544 }
545 .tool .label {
546   float: left;
547 }
548 .tool .action {
549   float: right;
550 }
551 /*color*/
552 .tool a {
553   color: #996d73;
554 }
555 .tool a:hover {
556   text-decoration: none;
557 }
558 /* popup notifications */
559 div.jGrowl div.notice {
560   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
561   color: #ffffff;
562   padding-left: 58px;
563 }
564 div.jGrowl div.info {
565   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
566   color: #ffffff;
567   padding-left: 58px;
568 }
569 /*color*/
570 /* header */
571 header {
572   position: fixed;
573   left: 0%;
574   right: 80%;
575   top: 0px;
576   margin: 0px;
577   padding: 0px;
578   width: 22%;
579   height: 32px;
580   background: #FFC1CA;
581   background-color: #FFC1CA;
582   z-index: 100;
583 -webkit-box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.7);
584   -moz-box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.7);
585   box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.7);
586 }
587 header #site-location {
588   display: none;
589 }
590 header #banner {
591   overflow: hidden;
592   text-align: banner;
593   width: 82%;
594   margin-left: 25%;
595 }
596 header #banner a,
597 header #banner a:active,
598 header #banner a:visited,
599 header #banner a:link,
600 header #banner a:hover {
601   color: #1f1f1f;
602   text-decoration: none;
603   outline: none;
604   vertical-align: middle;
605   font-weight: bolder;
606   margin-left: 3px;
607 }
608 header #banner #logo-img {
609   height: 25px;
610   margin-top: 3px;
611 }
612 header #banner #logo-text {
613   font-size: 20px;
614   position: absolute;
615   top: 10%;
616 }
617 /* messages */
618 #message-new {
619   background: #3465A4;
620   border: 1px solid #333;
621   width: 150px;
622 }
623 #message-new a {
624   color: #ffffff;
625   text-align: center;
626   display: block;
627   font-weight: bold;
628   padding: 1em 0px;
629     text-decoration: none;
630 }
631 .mail-list-wrapper {
632   background-color: #f6f7f8;
633   margin-bottom: 5px;
634   width: 100%;
635   height: auto;
636   overflow: hidden;
637 }
638 .mail-list-wrapper span {
639   display: block;
640   float: left;
641   width: 20%;
642   overflow: hidden;
643 }
644 .mail-list-wrapper .mail-subject {
645   width: 30%;
646   padding: 4px 0px 0px 4px;
647 }
648 .mail-list-wrapper .mail-subject a {
649   display: block;
650 }
651 .mail-list-wrapper .mail-subject.unseen a {
652   font-weight: bold;
653 }
654 .mail-list-wrapper .mail-date {
655   padding: 4px 4px 0px 4px;
656 }
657 .mail-list-wrapper .mail-from {
658   padding: 4px 4px 0px 4px;
659 }
660 .mail-list-wrapper .mail-count {
661   padding: 4px 4px 0px 4px;
662   text-align: right;
663 }
664 .mail-list-wrapper .mail-delete {
665   float: right;
666 }
667 #mail-display-subject {
668   background-color: #f6f7f8;
669   color: #2d2d2d;
670   margin-bottom: 10px;
671   width: 100%;
672   height: auto;
673   overflow: hidden;
674 }
675 #mail-display-subject span {
676   float: left;
677   overflow: hidden;
678   padding: 4px 0px 0px 10px;
679 }
680 #mail-display-subject .mail-delete {
681   float: right;
682   opacity: 0.5;
683   -webkit-transition: all 0.2s ease-in-out;
684   -moz-transition: all 0.2s ease-in-out;
685   -o-transition: all 0.2s ease-in-out;
686   -ms-transition: all 0.2s ease-in-out;
687   transition: all 0.2s ease-in-out;
688 }
689 #mail-display-subject:hover .mail-delete {
690   opacity: 1;
691   -webkit-transition: all 0.2s ease-in-out;
692   -moz-transition: all 0.2s ease-in-out;
693   -o-transition: all 0.2s ease-in-out;
694   -ms-transition: all 0.2s ease-in-out;
695   transition: all 0.2s ease-in-out;
696 }
697 /*color*/
698 /* nav */
699 nav {
700   width: 80%;
701   height: 32px;
702   position: fixed;
703   left: 22%;
704   top: 0px;
705   padding: 0px;
706   background: #FFC1CA;
707   color: #1f1f1f;
708   z-index: 99;
709   -webkit-box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.7);
710   -moz-box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.7);
711   box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.7);
712   
713 }
714 nav a,
715 nav a:active,
716 nav a:visited,
717 nav a:link,
718 nav a:hover {
719   color: #1f1f1f;
720   text-decoration: none;
721   outline: none;
722 }
723 nav #banner {
724   overflow: hidden;
725   /*text-align: center;*/
726   width: 100%;
727 }
728 nav #banner a,
729 nav #banner a:active,
730 nav #banner a:visited,
731 nav #banner a:link,
732 nav #banner a:hover {
733   color: #ffffff;
734   text-decoration: none;
735   outline: none;
736   vertical-align: bottom;
737 }
738 nav #banner #logo-img {
739   height: 22px;
740   margin-top: 5px;
741 }
742 nav #banner #logo-text {
743   font-size: 22px;
744 }
745 nav #navbar{
746         }
747 nav ul {
748   margin: 0px;
749   padding: 0px 20px;
750 }
751 nav ul li {
752   list-style: none;
753   margin: 0px;
754   /* padding: 1px 1px 3px 1px; */
755   float: left;
756 }
757 nav ul li .menu-popup {
758   left: 0px;
759   right: auto;
760 }
761
762 nav #logo-img {
763   height: 25px;
764   margin-top: 4px;
765   margin-left: 30px;
766 }
767
768 nav #logo-text {
769     font-size: 22px;
770     margin-top: 3px;
771     margin-right: 15px;
772 }
773 nav .nav-menu-search {
774   position: relative;
775
776   margin: 4px 17px;
777   margin-right: 0px;
778   height: 17px;
779   width: 180px;
780   
781 }
782
783 nav #search-box #search-text {
784   background-image:  url('icons/lupe.png');
785   background-repeat:no-repeat;
786   padding-left:20px;
787   border-top-left-radius: 15px;
788 border-top-right-radius: 15px;
789 border-bottom-right-radius: 15px;
790 border-bottom-left-radius: 15px;
791         }
792
793
794 nav .nav-menu-icon {
795   position: relative;
796   height: 22px;
797   padding: 5px;
798   margin: 0px 5px;
799   -moz-border-radius: 5px 5px 0 0;
800   -webkit-border-radius: 5px 5px 0 0;
801   border-radius: 5px 5px 0 0;
802 }
803 nav .nav-menu-icon:hover {
804   position: relative;
805   height: 22px;
806   padding: 5px;
807   margin: 0px 5px;
808   -moz-border-radius: 5px 5px 0 0;
809   -webkit-border-radius: 5px 5px 0 0;
810   border-radius: 5px 5px 0 0;
811 }
812 /*color*/
813 nav .nav-menu-icon.selected {
814   background-color: #FFE9EC;
815 }
816 nav .nav-menu-icon img {
817   width: 22px;
818   height: 22px;
819 }
820 nav .nav-menu-icon .nav-notify {
821   top: 3px;
822 }
823 nav .nav-menu {
824   position: relative;
825   height: 16px;
826   padding: 5px;
827   margin: 3px 15px 0px;
828   font-size: 13px;
829   /*border-bottom: 3px solid #364A84;*/
830 }
831 nav .nav-menu.selected {
832   /*border-bottom: 3px solid #9eabb0;*/
833 }
834 nav .nav-notify {
835   display: none;
836   position: absolute;
837   background-color: #fff;
838   /* background-color: #19aeff; */
839   -moz-border-radius: 5px 5px 5px 5px;
840   -webkit-border-radius: 5px 5px 5px 5px;
841   border-radius: 5px 5px 5px 5px;
842   font-size: 10px;
843   font-weight: 900;
844   padding: 1px 4px;
845   top: 0px;
846   right: -6px;
847   min-width: 10px;
848   text-align: center;
849   border: 1px solid black;
850 }
851 nav .nav-notify.show {
852   display: block;
853 }
854 nav #nav-help-link,
855 nav #nav-search-link,
856 nav #nav-directory-link,
857 nav #nav-apps-link,
858 nav #nav-site-linkmenu, 
859 nav #nav-home-link,
860 nav #nav-user-linkmenu
861 {
862   float: right;
863 }
864 nav #nav-user-linkmenu{
865         margin-right: 0px;
866         }
867 nav #nav-home-link, #nav-directory-link, #nav-apps-link{
868         margin-left: 0px;
869         margin-right: 0px;
870         font-weight: bold;
871         margin: 3px 5px;
872         font-size: 14px;
873         }
874 nav #nav-directory-link{
875   margin-right: 0px;    
876         }
877 nav #nav-home-link{
878   margin-left: 0px;     
879         }
880 nav #nav-help-link .menu-popup,
881 nav #nav-search-link .menu-popup,
882 nav #nav-directory-link .menu-popup,
883 nav #nav-apps-link .menu-popup,
884 nav #nav-site-linkmenu .menu-popup {
885   right: 0px;
886   left: auto;
887 }
888
889 nav #nav-messages-linkmenu.on .icon.messages, nav #nav-messages-linkmenu.selected .icon.messages{
890         background-image: url("../../../view/theme/diabook/diabook-pink/icons/messages.png");
891         }
892         
893 /*nav #nav-notifications-linkmenu.on .icon.notify,*/ nav #nav-notifications-linkmenu.selected .icon.notify{
894         background-image: url("../../../view/theme/diabook/diabook-pink/icons/notify.png");
895         }
896         
897 nav #nav-contacts-linkmenu.on .icon.contacts, nav #nav-contacts-linkmenu.selected .icon.contacts{
898         background-image: url("../../../view/theme/diabook/diabook-pink/icons/contacts.png");
899         }
900         
901 nav #nav-apps-link.selected {
902  background-color: #fff;
903   moz-border-radius: 5px 5px 0 0;
904 -webkit-border-radius: 5px 5px 0 0;
905 border-radius: 5px 5px 0 0;
906 }
907
908 #nav-notifications-mark-all {
909         /* padding: 1px 1px 2px 26px; */
910         /* border-bottom: 1px solid #364E59; */
911         /* margin: 0px 0px 2px 0px;
912         padding: 5px 10px; */
913 }
914
915 #nav-notifications-see-all {
916         /* padding: 1px 1px 2px 26px; */
917         /* border-bottom: 1px solid #364E59; */
918         /* margin: 0px 0px 2px 0px;
919         padding: 5px 10px; */
920 }
921
922 .notify-seen {
923         background: none repeat scroll 0 0 #DDDDDD;
924         }
925 /*color*/
926 ul.menu-popup {
927   position: absolute;
928   display: none;
929   width: 11em;
930   background: #FFE9EC;
931   color: #2d2d2d;
932   margin: 0px;
933   padding: 0px;
934   list-style: none;
935   z-index: 100000;
936   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
937   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
938   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
939 }
940 ul.menu-popup a {
941   display: block;
942   color: #2d2d2d;
943   padding: 5px 10px;
944   text-decoration: none;
945 }
946 /*color*/
947 ul.menu-popup a:hover {
948   background-color: #996d73; /*bdcdd4;*/
949   color: #fff;
950 }
951 ul.menu-popup .menu-sep {
952   border-top: 1px solid #9eabb0;
953 }
954 ul.menu-popup li {
955   float: none;
956   overflow: auto;
957   height: auto;
958   display: block;
959 }
960 ul.menu-popup li img {
961   float: left;
962   width: 16px;
963   height: 16px;
964   padding-right: 5px;
965 }
966 ul.menu-popup .empty {
967   padding: 5px;
968   text-align: center;
969   color: #9eabb0;
970 }
971 /* autocomplete popup */
972 .acpopup {
973   max-height: 150px;
974   background-color: #ffffff;
975   color: #2d2d2d;
976   border: 1px solid #MenuBorder;
977   overflow: auto;
978   z-index: 100000;
979   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
980   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
981   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
982 }
983 .acpopupitem {
984   color: #2d2d2d;
985   padding: 4px;
986   clear: left;
987 }
988 .acpopupitem img {
989   float: left;
990   margin-right: 4px;
991 }
992 .acpopupitem.selected {
993   background-color: #bdcdd4;
994 }
995 #nav-notifications-menu {
996   width: 400px;
997   max-height: 550px;
998   overflow: auto;
999 }
1000 /* #nav-notifications-menu a {
1001         display: inline;
1002         padding: 5px 0px;
1003         margin: 0px 0px 2px 0px;
1004 }
1005 #nav-notifications-menu li:hover {
1006   background-color: #bdcdd4;
1007 }*/
1008
1009 #nav-notifications-menu img {
1010   float: left;
1011   margin-right: 5px;
1012 }
1013 #nav-notifications-menu .contactname {
1014   font-weight: bold;
1015 }
1016 #nav-notifications-menu .notif-when {
1017   font-size: 10px;
1018   color: #9eabb0;
1019   display: block;
1020 }
1021
1022 .notif-image {
1023         width: 32px;
1024         height: 32px;
1025         padding: 7px 7px 0px 0px;
1026 }
1027
1028 /*profile_side*/
1029 #profile_side {
1030   margin-bottom: 30px;
1031 }
1032 #ps-usericon{
1033         height: 25px    
1034         }
1035 #ps-username{
1036   font-size: 1.17em;
1037   font-weight: bold;
1038   vertical-align: top;
1039   position: absolute;
1040   padding-top: 4px;
1041   padding-left: 5px;    
1042   word-wrap: break-word;
1043   width: 130px;
1044         }
1045 #ps-username:hover{
1046   text-decoration: none;        
1047         }
1048 .menu-profile-side{
1049   list-style: none;     
1050   padding-left: 0px;
1051   min-height: 0px;
1052         }
1053 .menu-profile-list{
1054   height: auto;
1055   overflow: auto;  
1056   min-height: 16px;
1057   list-style: none;
1058         }
1059         /*color*/
1060 .menu-profile-list:hover{
1061         background: #FFF4F6; 
1062         }
1063 .menu-profile-list-item{
1064         padding-left: 5px;
1065         vertical-align: middle;
1066         }       
1067 .menu-profile-list-item:hover{  
1068         text-decoration: none;
1069    }
1070 /*http://prothemedesign.com/circular-icons/*/
1071 .menu-profile-icon.home{
1072         background: url("../../../view/theme/diabook/diabook-pink/icons/home.png") no-repeat;
1073         float: left;
1074         height: 22px;
1075         width: 22px;
1076         }
1077 .menu-profile-icon.photos{
1078         background: url("../../../view/theme/diabook/diabook-pink/icons/mess_side.png") no-repeat;
1079         float: left;
1080         height: 22px;
1081    width: 22px;}
1082 .menu-profile-icon.events{
1083         background: url("../../../view/theme/diabook/diabook-pink/icons/events.png") no-repeat;
1084         float: left;
1085         height: 22px;
1086    width: 22px;}
1087 .menu-profile-icon.notes{
1088         background: url("../../../view/theme/diabook/diabook-pink/icons/notes.png") no-repeat;
1089         float: left;
1090         height: 22px;
1091    width: 22px;}
1092 .menu-profile-icon.foren{
1093         background: url("../../../view/theme/diabook/diabook-pink/icons/pubgroups.png") no-repeat;
1094         float: left;
1095         height: 22px;
1096    width: 22px;}
1097 .menu-profile-icon.com_side{
1098         background: url("../../../view/theme/diabook/diabook-pink/icons/com_side.png") no-repeat;
1099         float: left;
1100         height: 22px;
1101    width: 22px;}
1102 .menu-profile-icon.pscontacts{
1103         background: url("../../../view/theme/diabook/diabook-pink/icons/pscontacts.png") no-repeat;
1104         float: left;
1105         height: 22px;
1106    width: 22px;}
1107 /* aside */
1108 aside {
1109   display: table-cell;
1110   vertical-align: top;
1111   width: 180px;
1112   padding: 0px 10px 0px 20px;
1113   border-right: 1px solid #D2D2D2;
1114   float: left;
1115   /* background: #F1F1F1; */
1116 }
1117 aside #page-sidebar{display: none;}
1118 aside .vcard .fn {
1119   font-size: 18px;
1120   font-weight: bold;
1121   margin-bottom: 5px;
1122 }
1123 aside .vcard .title {
1124   margin-bottom: 5px;
1125 }
1126 aside .vcard dl {
1127   height: auto;
1128   overflow: auto;
1129 }
1130 aside .vcard dt {
1131   float: left;
1132   margin-left: 0px;
1133   /*width: 35%;*/
1134   text-align: right;
1135   color: #999999;
1136 }
1137 aside .vcard dd {
1138   float: left;
1139   margin-left: 5px;
1140   /*width: 60%;*/
1141 }
1142 aside #profile-extra-links ul {
1143   padding: 0px;
1144   margin: 0px;
1145 }
1146 aside #profile-extra-links li {
1147   padding: 0px;
1148   margin: 0px;
1149   list-style: none;
1150 }
1151 aside #dfrn-request-link {
1152   display: block;
1153   -moz-border-radius: 5px 5px 5px 5px;
1154   -webkit-border-radius: 5px 5px 5px 5px;
1155   border-radius: 5px 5px 5px 5px;
1156   color: #ffffff;
1157   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
1158   font-weight: bold;
1159   text-transform: uppercase;
1160   padding: 4px 2px 2px 35px;
1161 }
1162 aside #dfrn-request-link:hover {
1163   text-decoration: none;
1164   background-color: #36c;
1165   /* background-color: #19aeff; */
1166 }
1167 aside #profiles-menu {
1168   width: 20em;
1169 }
1170 aside #search-text {
1171         width: 173px;
1172         height: 17px;
1173         padding-left: 10px;
1174         border-top-left-radius: 15px;
1175 border-top-right-radius: 15px;
1176 border-bottom-right-radius: 15px;
1177 border-bottom-left-radius: 15px;
1178 }
1179 aside #side-follow-url {
1180         width: 173px;
1181         }
1182 aside #side-peoplefind-url {
1183         width: 173px;
1184         }
1185 #contact-block {
1186   overflow: auto;
1187   height: auto;
1188 }
1189 /*color*/
1190 aside #likes a, a:visited, a:link {
1191                 color: #996d73;
1192                 text-decoration: none;
1193                 cursor: pointer;
1194                 
1195 }
1196 aside #likes a:hover{
1197         text-decoration: underline;
1198         }
1199
1200 #contact-block .contact-block-h4 {
1201   float: left;
1202   margin: 5px 0px;
1203 }
1204 #contact-block .allcontact-link {
1205   float: right;
1206   margin: 5px 0px;
1207 }
1208 #contact-block .contact-block-content {
1209   clear: both;
1210   overflow: auto;
1211   height: auto;
1212 }
1213 #contact-block .contact-block-link {
1214   float: left;
1215   margin: 0px 2px 2px 0px;
1216 }
1217 #contact-block .contact-block-link img {
1218   widht: 55px;
1219   height: 55px;
1220 }
1221 #lost-password-link {
1222   float: left;
1223   margin-right: 20px;           
1224         }
1225 #login-submit-wrapper{
1226 margin-bottom: 15px;
1227         }
1228 .group_selected {
1229   background: url("../diabook/icons/selected.png") no-repeat left center;
1230   float: left;
1231   height: 22px;
1232   width: 22px;
1233 }
1234 .group_unselected {
1235   background: url("../diabook/icons/unselected.png") no-repeat left center;
1236   float: left;
1237   height: 22px;
1238   width: 22px;
1239 }
1240 .icon.text_add          { 
1241                 background-image: url("../../../images/icons/16/add.png");
1242                 float: right;
1243                 opacity: 0.2;
1244                 margin-right: 14px;
1245                 }
1246 .icon.text_add:hover    { 
1247                 background-image: url("../../../images/icons/16/add.png");
1248                 float: right;
1249                 cursor: pointer;
1250                 margin-right: 14px;
1251                 opacity: 1;
1252 -webkit-transition: all 0.2s ease-in-out;
1253 -moz-transition: all 0.2s ease-in-out;
1254 -o-transition: all 0.2s ease-in-out;
1255 -ms-transition: all 0.2s ease-in-out;
1256 transition: all 0.2s ease-in-out;
1257                 }
1258 .icon.text_edit {
1259   background-image: url("../../../images/icons/10/edit.png");
1260   opacity: 0.2;
1261   margin-top: 6px;
1262   float: right;
1263   height: 10px;
1264 }
1265 .icon.text_edit:hover {
1266   background-image: url("../../../images/icons/10/edit.png");
1267   opacity: 1;
1268   margin-top: 6px;
1269   float: right;
1270   height: 10px;
1271 }
1272 /* widget */
1273 .widget {
1274   margin-bottom: 2em;
1275   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
1276         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
1277 /*  font-size: 12px; */
1278 }
1279 .widget h3 {
1280   padding: 0px;
1281   margin: 2px;
1282 }
1283 .widget .action {
1284   opacity: 0.1;
1285   -webkit-transition: all 0.2s ease-in-out;
1286   -moz-transition: all 0.2s ease-in-out;
1287   -o-transition: all 0.2s ease-in-out;
1288   -ms-transition: all 0.2s ease-in-out;
1289   transition: all 0.2s ease-in-out;
1290 }
1291 .widget input.action {
1292   opacity: 0.5;
1293   -webkit-transition: all 0.2s ease-in-out;
1294   -moz-transition: all 0.2s ease-in-out;
1295   -o-transition: all 0.2s ease-in-out;
1296   -ms-transition: all 0.2s ease-in-out;
1297   transition: all 0.2s ease-in-out;
1298 }
1299 .widget:hover .title .action {
1300   opacity: 1;
1301   -webkit-transition: all 0.2s ease-in-out;
1302   -moz-transition: all 0.2s ease-in-out;
1303   -o-transition: all 0.2s ease-in-out;
1304   -ms-transition: all 0.2s ease-in-out;
1305   transition: all 0.2s ease-in-out;
1306 }
1307 .widget .tool:hover .action {
1308   opacity: 1;
1309   -webkit-transition: all 0.2s ease-in-out;
1310   -moz-transition: all 0.2s ease-in-out;
1311   -o-transition: all 0.2s ease-in-out;
1312   -ms-transition: all 0.2s ease-in-out;
1313   transition: all 0.2s ease-in-out;
1314 }
1315 .widget .tool:hover .action.ticked {
1316   opacity: 1;
1317   -webkit-transition: all 0.2s ease-in-out;
1318   -moz-transition: all 0.2s ease-in-out;
1319   -o-transition: all 0.2s ease-in-out;
1320   -ms-transition: all 0.2s ease-in-out;
1321   transition: all 0.2s ease-in-out;
1322 }
1323 .widget ul {
1324   padding: 0px;
1325 }
1326 .widget ul li {
1327   padding-left: 16px;
1328   min-height: 16px;
1329   list-style: none;
1330 }
1331 #side-bar-photos-albums li{
1332 list-style-type: disc;
1333 }
1334 #side-bar-photos-albums ul li{
1335   margin-left: 30px;
1336   padding-left: 0px;
1337         }
1338 #side-bar-photos-albums ul li a{
1339   color: #3465A4;
1340 }
1341 .widget .tool.selected {
1342   background: url("../../../view/theme/diabook/diabook-pink/icons/selected.png") no-repeat left center;
1343 }
1344 /* widget: search */
1345 #add-search-popup {
1346   width: 200px;
1347   top: 18px;
1348 }
1349 /* section */
1350 section {
1351   display: table-cell;
1352   vertical-align: top;
1353   width: 800px;
1354   padding: 0px 0px 0px 12px;
1355 }
1356 body .pageheader{
1357   text-align: center;
1358   font-size: 20px;
1359   margin-bottom: 20px;
1360   margin-top: 0px;
1361   max-width: 775px;
1362         }
1363 .qcomment{
1364   max-width: 122px;     
1365         }
1366 #id_username {
1367   width: 173px; 
1368         }
1369 #id_password {
1370   width: 173px;         
1371         }
1372 #id_openid_url {
1373   width: 173px; 
1374         }
1375 #contact-edit-end {
1376         }
1377 .pager {
1378    padding: 10px;
1379         text-align: center;
1380         font-size: 1.0em;
1381         clear: both;
1382         display: block;
1383 }       
1384
1385 .tabs {
1386     
1387     background-position: 0 -20px;
1388     background-repeat: repeat-x;
1389     height: 27px;
1390     padding: 0;
1391  }
1392 .tab.button {
1393     margin-left: 5px;   
1394     /*background: none repeat scroll 0 0 #F8F8F8;*/
1395     border: 1px solid #CCCCCC;
1396     border-radius: 3px 3px 3px 3px;
1397     font-weight: normal;
1398     padding: 3px;
1399     color:  #333333;
1400         }
1401         
1402 #birthday-notice, #event-notice, #birthday-wrapper, #event-wrapper{
1403         margin-bottom: 10px;
1404         }
1405
1406 #birthday-wrapper a {
1407         color: #3465A4;
1408         }
1409 /* wall item */
1410 .tread-wrapper {
1411   border-bottom: 1px solid #D2D2D2;
1412   position: relative;
1413   padding: 5px;
1414   margin-bottom: 0px;
1415   width: 775px;
1416   padding-top: 10px;
1417 }
1418 /*color*/
1419 .tread-wrapper a{
1420   color: #996d73;
1421 }
1422 .wall-item-decor {
1423   position: absolute;
1424   left: 790px;
1425   top: -10px;
1426   width: 16px;
1427 }
1428
1429 .wall-item-container {
1430   display: table;
1431   width: 780px;
1432 }
1433 .wall-item-photo-container .wall-item-item, .wall-item-container .wall-item-bottom {
1434   display: table-row;
1435 }
1436 .wall-item-photo-container .wall-item-info {
1437   display: table-cell;
1438   vertical-align: top;
1439   text-align: left;
1440   width: 80px;
1441 }
1442 .wall-item-photo-container .wall-item-location {
1443   padding-right: 40px;
1444   display: table-cell;
1445 }
1446 .wall-item-photo-container .wall-item-ago {
1447   word-wrap: break-word;
1448   width: 50px;
1449   margin-left: 10px;
1450   color: #999;
1451 }
1452 .wall-item-photo-container .wall-item-content {
1453
1454   max-width: 720px;
1455   word-wrap: break-word;
1456
1457   margin-bottom: 14px;
1458 }
1459 .wall-item-photo-container .wall-item-content img {
1460   max-width: 700px;
1461 }
1462 .wall-item-photo-container .wall-item-links, .wall-item-photo-container .wall-item-actions {
1463   display: table-cell;
1464   vertical-align: middle;
1465 }
1466 .wall-item-photo-container .wall-item-links .icon, .wall-item-photo-container .wall-item-actions .icon {
1467   opacity: 0.5;
1468   -webkit-transition: all 0.2s ease-in-out;
1469   -moz-transition: all 0.2s ease-in-out;
1470   -o-transition: all 0.2s ease-in-out;
1471   -ms-transition: all 0.2s ease-in-out;
1472   transition: all 0.2s ease-in-out;
1473 }
1474 .wall-item-photo-container .wall-item-links .icon:hover, .wall-item-photo-container .wall-item-actions .icon:hover {
1475   opacity: 1;
1476   -webkit-transition: all 0.2s ease-in-out;
1477   -moz-transition: all 0.2s ease-in-out;
1478   -o-transition: all 0.2s ease-in-out;
1479   -ms-transition: all 0.2s ease-in-out;
1480   transition: all 0.2s ease-in-out;
1481 }
1482 .wall-item-photo-container .wall-item-name {
1483   font-weight: bold;
1484 }
1485 .wall-item-photo-container .wall-item-actions-author {
1486   width: 100%;
1487   margin-bottom: 0.3em;
1488 }
1489 .wall-item-photo-container .wall-item-actions-social {
1490   float: left;
1491   margin-bottom: 1px;
1492   display: table-cell;
1493 }
1494 .wall-item-photo-container .wall-item-actions-social a {
1495   margin-right: 1em;
1496 }
1497 .wall-item-photo-container .wall-item-actions-tools {
1498   float: right;
1499   width: 80px;
1500   display: table-cell;
1501 }
1502 .wall-item-photo-container .wall-item-actions-tools a {
1503   float: right;
1504 }
1505 .wall-item-photo-container .wall-item-actions-tools input {
1506   float: right;
1507 }
1508 .wall-item-photo-container.comment {
1509   margin-top: 5px;
1510   margin-bottom: 5px;
1511   margin-left: 40px;
1512   width: 650px;
1513   border-bottom: 1px solid #D2D2D2;
1514 }
1515 .wall-item-photo-container.comment {
1516   top: 15px !important;
1517   left: 15px !important;
1518 }
1519 .wall-item-photo-container {
1520   display: table;
1521   width: 780px;
1522 }
1523 .my-comment-photo {
1524   width: 48px;
1525   margin-left: 40px;
1526   margin-right: 32px;
1527         }
1528 .comment-edit-preview {
1529   width: 500px;
1530   margin-top: 10px;
1531 }
1532 .comment-edit-text-empty {
1533     width: 500px;
1534     border: 1px solid #D2D2D2;
1535     height: 3.2em;
1536     color: #2d2d2d;
1537 }
1538 .comment-edit-text-full {
1539   font-size: 12.5px;
1540   height: 3.3em;
1541   
1542   border: 1px solid #D2D2D2;
1543   width: 500px;
1544 }
1545 .comment-edit-photo {
1546     margin: 10px 0 0;
1547     display: table-cell;
1548 }
1549
1550
1551 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1552   display: table-row;
1553 }
1554 .wall-item-bottom {
1555   font-size: 13px;
1556 }
1557 .wall-item-container .wall-item-bottom {
1558 /*  opacity: 0.5;
1559   -webkit-transition: all 0.2s ease-in-out;
1560   -moz-transition: all 0.2s ease-in-out;
1561   -o-transition: all 0.2s ease-in-out;
1562   -ms-transition: all 0.2s ease-in-out;
1563   transition: all 0.2s ease-in-out; */
1564 }
1565 .wall-item-container:hover .wall-item-bottom {
1566 /*  opacity: 1;
1567   -webkit-transition: all 0.2s ease-in-out;
1568   -moz-transition: all 0.2s ease-in-out;
1569   -o-transition: all 0.2s ease-in-out;
1570   -ms-transition: all 0.2s ease-in-out;
1571   transition: all 0.2s ease-in-out; */
1572 }
1573 .wall-item-container .wall-item-info {
1574   display: table-cell;
1575   vertical-align: top;
1576   text-align: left;
1577   width: 80px;
1578 }
1579 .wall-item-container .wall-item-location {
1580   padding-right: 40px;
1581   display: table-cell;
1582 }
1583 .wall-item-container .wall-item-ago {
1584   word-wrap: break-word;
1585   width: 50px;
1586   margin-left: 10px;
1587   color: #999;
1588 }
1589 .wall-item-location {
1590   
1591   clear: both;
1592   overflow: hidden;
1593   
1594   margin-bottom: 5px;
1595 }
1596
1597 .wall-item-container .wall-item-content {
1598
1599   max-width: 720px;
1600   word-wrap: break-word;
1601
1602   margin-bottom: 14px;
1603 }
1604
1605 .wall-item-container .wall-item-content img {
1606   max-width: 700px;
1607 }
1608 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1609   display: table-cell;
1610   vertical-align: middle;
1611 }
1612 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1613   opacity: 0.5;
1614   -webkit-transition: all 0.2s ease-in-out;
1615   -moz-transition: all 0.2s ease-in-out;
1616   -o-transition: all 0.2s ease-in-out;
1617   -ms-transition: all 0.2s ease-in-out;
1618   transition: all 0.2s ease-in-out;
1619 }
1620 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1621   opacity: 1;
1622   -webkit-transition: all 0.2s ease-in-out;
1623   -moz-transition: all 0.2s ease-in-out;
1624   -o-transition: all 0.2s ease-in-out;
1625   -ms-transition: all 0.2s ease-in-out;
1626   transition: all 0.2s ease-in-out;
1627 }
1628 .wall-item-container .wall-item-name {
1629   font-weight: bold;
1630 }
1631 .wall-item-container .wall-item-actions-author {
1632   width: 100%;
1633   margin-bottom: 0.3em;
1634 }
1635 .wall-item-container .wall-item-actions-social {
1636   float: left;
1637   margin-bottom: 1px;
1638   display: table-cell;
1639 }
1640 .wall-item-container .wall-item-actions-social a {
1641   margin-right: 1em;
1642 }
1643 .wall-item-actions-social a {
1644   float: left;
1645 }
1646 .wall-item-container .wall-item-actions-tools {
1647   float: right;
1648   width: 80px;
1649   display: table-cell;done
1650 }
1651 .wall-item-container .wall-item-actions-tools a {
1652   float: right;
1653 }
1654 .wall-item-container .wall-item-actions-tools input {
1655   float: right;
1656 }
1657 .wall-item-container.comment {
1658   margin-top: 5px;
1659   margin-bottom: 5px;
1660   margin-left: 80px;
1661   width: 700px;
1662   border-bottom: 1px solid hsl(198, 21%, 79%);
1663 }
1664 .wall-item-container.comment .contact-photo {
1665   width: 32px;
1666   height: 32px;
1667   margin-left: 16px;
1668   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1669
1670 }
1671 .wall-item-container.comment {
1672   top: 15px !important;
1673   left: 15px !important;
1674 }
1675 .wall-item-container.comment .wall-item-links {
1676   padding-left: 12px;
1677 }
1678 .wall-item-comment-wrapper {
1679   margin: 1px 5px 17px 80px;
1680 }
1681 .wall-item-comment-wrapper .comment-edit-photo {
1682   display: none;
1683 }
1684 .wall-item-comment-wrapper textarea {
1685   height: 2.0em;
1686   width: 100%;
1687   font-size: 10px;
1688   color: #999999;
1689   border: 1px solid #DDD;
1690   padding: 0.3em;
1691   font-size: 14px;
1692 }
1693 .wall-item-comment-wrapper .comment-edit-text-full {
1694   font-size: 14px;
1695   height: 4em;
1696   color: #2d2d2d;
1697   border: 1px solid #2d2d2d;
1698 }
1699 .comment-edit-preview {
1700   width: 500px;
1701   margin-top: 10px;
1702   background-color:  #fff797;
1703 }
1704 .comment-edit-preview .contact-photo {
1705   width: 32px;
1706   height: 32px;
1707   margin-left: 16px;
1708   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1709
1710 }
1711 .comment-edit-preview {
1712   top: 15px !important;
1713   left: 15px !important;
1714 }
1715 .comment-edit-preview .wall-item-links {
1716   padding-left: 12px;
1717 }
1718 .comment-edit-preview .wall-item-container {
1719   width: 700px;
1720 }
1721 .comment-edit-preview .tread-wrapper {
1722   width: 700px;
1723   padding: 0;
1724   margin: 10px 0;
1725 }
1726
1727 .shiny {
1728   /* border-right: 10px solid #fce94f; */
1729         border-right: 1px solid #A7C7F7;
1730         padding-right: 12px;
1731 }
1732
1733 #jot-preview-content{
1734         margin-top: 30px;}
1735         
1736 #jot-preview-content .tread-wrapper {
1737   background-color: #fff797;
1738 }
1739
1740 .wall-item-tags {
1741   padding-top: 1px;
1742   padding-bottom: 2px;
1743 }
1744 .tag {
1745   /*background: url("../../../images/tag_b.png") repeat-x center left;*/
1746   color: #999;
1747   padding-left: 3px;
1748   font-size: 12px;
1749 }
1750 .tag a {
1751   padding-right: 5px;
1752   /*background: url("../../../images/tag.png") no-repeat center right;*/
1753   color: #999;
1754 }
1755 .wwto {
1756   position: absolute !important;
1757   width: 25px;
1758   height: 25px;
1759   background: #FFFFFF;
1760   border: 2px solid #364e59;
1761   height: 25px;
1762   width: 25px;
1763   overflow: hidden;
1764   padding: 1px;
1765   position: absolute !important;
1766   top: 40px;
1767   left: 30px;
1768   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1769   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1770   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1771 }
1772 .wwto .contact-photo {
1773   width: auto;
1774   height: 25px;
1775 }
1776 /* contacts menu */
1777 .contact-photo-wrapper {
1778   position: relative;
1779   width: 80px;
1780 }
1781
1782 .contact-photo-wrapper.wwto {
1783   width: 25px;
1784 }
1785
1786 .contact-photo {
1787   width: 48px;
1788   height: 48px;
1789   overflow: hidden;
1790   display: block;
1791 }
1792 .contact-photo img {
1793   width: 48px;
1794   height: 48px;
1795 }
1796
1797 .contact-wrapper {
1798   float: left;
1799   width: 90px;
1800   height: 90px;
1801   margin-bottom: 15px;
1802 }
1803 .contact-wrapper .contact-photo {
1804   width: 80px;
1805   height: 80px;
1806 }
1807 .contact-wrapper .contact-photo img {
1808   width: 80px;
1809   height: 80px;
1810 }
1811 .contact-wrapper {
1812   left: 0px;
1813   top: 63px;
1814 }
1815 .contact-photo {
1816   width: 48px;
1817   height: 48px;
1818 }
1819 .contact-photo img {
1820   width: 48px;
1821   height: 48px;
1822 }
1823 .contact-name {
1824   /* text-align: center; */
1825   /*font-weight: bold;*/
1826   font-size: 12px;
1827 }
1828 .contact-details {
1829   color: #999999;
1830 }
1831 /* editor */
1832 .jothidden {
1833   display: none;
1834 }
1835 #jot {
1836   width: 785px;
1837   margin: 0px 2em 20px 0px;
1838 }
1839 #profile-jot-form #profile-jot-text {
1840   height: 2.0em;
1841   width: 99%;
1842   font-size: 15px;
1843   color: #999999;
1844   border: 1px solid #DDD;
1845   padding: 0.3em;
1846   margin-bottom: 10px;
1847 }
1848 .grey
1849 {
1850   display: inline;
1851   float: right; 
1852         }
1853 #jot #jot-tools {
1854   margin: 0px;
1855   padding: 0px;
1856   height: 40px;
1857   overflow: none;
1858   width: 783px;
1859   background-color: #fff;
1860   border-bottom: 2px solid #9eabb0;
1861 }
1862
1863 #jot #jot-tools li {
1864   list-style: none;
1865   float: left;
1866   width: 80px;
1867   height: 40px;
1868   border-bottom: 2px solid #9eabb0;
1869 }
1870 #jot #jot-tools li a {
1871   display: block;
1872   color: #cccccc;
1873   width: 100%;
1874   height: 40px;
1875   text-align: center;
1876   line-height: 40px;
1877   overflow: hidden;
1878 }
1879 #jot #jot-tools li:hover {
1880   background-color: #364e59;
1881   border-bottom: 2px solid #bdcdd4;
1882 }
1883 #jot #jot-tools li.perms {
1884   float: right;
1885   width: 40px;
1886 }
1887 #jot #jot-tools li.perms a.unlock {
1888   width: 30px;
1889   border-left: 10px solid #cccccc;
1890   background-color: #cccccc;
1891   background-position: left center;
1892 }
1893 #jot #jot-tools li.perms a.lock {
1894   width: 30px;
1895   border-left: 10px solid #666666;
1896   background-color: #666666;
1897 }
1898 #jot #jot-tools li.submit {
1899   float: right;
1900   background-color: #cccccc;
1901   border-bottom: 2px solid #cccccc;
1902   border-right: 1px solid #666666;
1903   border-left: 1px solid #666666;
1904 }
1905 #jot #jot-tools li.submit input {
1906   border: 0px;
1907   margin: 0px;
1908   padding: 0px;
1909   background-color: #cccccc;
1910   color: #666666;
1911   width: 80px;
1912   height: 40px;
1913   line-height: 40px;
1914 }
1915 #jot #jot-tools li.submit input:hover {
1916   background-color: #bdcdd4;
1917   color: #666666;
1918 }
1919 #jot #jot-tools li.loading {
1920   float: right;
1921   background-color: #ffffff;
1922   width: 20px;
1923   vertical-align: center;
1924   text-align: center;
1925   border-top: 2px solid #9eabb0;
1926   height: 38px;
1927 }
1928 #jot #jot-tools li.loading img {
1929   margin-top: 10px;
1930 }
1931 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1932     
1933          border-radius: 5px 5px 5px 5px;
1934     font-weight: bold;
1935     height: 20px;
1936     margin: 0 0 5px;
1937     width: 60%;
1938     border: 1px solid #d2d2d2;
1939 }
1940 #profile-jot-form #jot-title:-webkit-input-placeholder {
1941   font-weight: normal;
1942 }
1943 #profile-jot-form #jot-title:-moz-placeholder {
1944   font-weight: normal;
1945 }
1946 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1947         width: 785px;
1948         height: 100px;
1949         }
1950 #jot #jot-title:hover {
1951   border: 1px solid #999999;
1952 }
1953 #jot #jot-title:focus {
1954   border: 1px solid #999999;
1955 }
1956 #jot #character-counter {
1957   width: 80px;
1958   float: right;
1959   text-align: right;
1960   height: 20px;
1961   line-height: 20px;
1962   padding-right: 20px;
1963 }
1964 #jot-perms-icon, 
1965 #profile-location,
1966 #profile-nolocation,
1967 #profile-youtube, 
1968 #profile-video, 
1969 #profile-audio,
1970 #profile-link,
1971 #profile-title, 
1972 #wall-image-upload,
1973 #wall-file-upload,
1974 #wall-image-upload-div,
1975 #wall-file-upload-div,
1976 .hover, .focus {
1977         cursor: pointer;
1978         margin-top: 2px;
1979 }
1980 #profile-jot-wrapper{
1981         margin: 0 2em 20px 0;
1982    width: 785px;
1983         }
1984
1985 #profile-jot-submit-wrapper {
1986         margin-bottom: 50px;
1987         width: 785px;
1988 }
1989
1990 #profile-jot-submit {
1991         float: right;
1992         margin-top: 2px;
1993         font-size: 14px;
1994         
1995 }
1996 #profile-upload-wrapper {
1997         float: left;
1998         margin-top: 2px;
1999         margin-left: 10px;
2000         
2001 }
2002 #profile-attach-wrapper {
2003         float: left;
2004         margin-left: 15px;
2005         margin-top: 2px;
2006 }
2007 #profile-rotator {
2008         float: left;
2009         margin-left: 30px;
2010         margin-top: 2px;
2011 }
2012 #profile-link-wrapper {
2013         float: left;
2014         margin-left: 15px;
2015         margin-top: 2px;
2016 }
2017 #profile-youtube-wrapper {
2018         float: left;
2019         margin-left: 15px;
2020         margin-top: 2px;
2021 }
2022 #profile-video-wrapper {
2023         float: left;
2024         margin-left: 15px;
2025         margin-top: 2px;
2026 }
2027 #profile-audio-wrapper {
2028         float: left;
2029         margin-left: 15px;
2030         margin-top: 2px;
2031 }
2032 #profile-location-wrapper {
2033         float: left;
2034         margin-left: 15px;
2035         margin-top: 2px;
2036 }
2037 #profile-jot-perms {
2038         float: left;
2039         margin-left: 45px;
2040         margin-top: 2px;
2041 }
2042 #jot-preview-link {
2043         float: right;
2044         margin-left: 10px;
2045         margin-top: 2px;
2046         font-size: 9px;
2047         font-weight: bolder;
2048         cursor: pointer;
2049 }
2050 #profile-jot-perms{
2051    float: right;
2052         margin-left: 10px;
2053         margin-top: 2px;        
2054         }
2055 /** buttons **/
2056 .button.creation1 {
2057     background-color: #fff;
2058     border: 1px solid #777777;
2059     border-radius: 3px 3px 3px 3px;
2060     box-shadow: 0 1px 1px #CFCFCF;
2061     font-weight: bolder;
2062          cursor: pointer;
2063 }
2064 /*color*/
2065 .button.creation2 {
2066     background-color: #996d73;
2067     border: 1px solid #777777;
2068     color: white;
2069     border-radius: 3px 3px 3px 3px;
2070     box-shadow: 0 1px 1px #CFCFCF;
2071     margin-left: 5px;
2072     font-weight: bolder;
2073          cursor: pointer;
2074 }
2075 /*input[type="submit"] {
2076         border: 0px;
2077     background-color: @ButtonBackgroundColor;
2078     color: @ButtonColor;
2079     padding: 0px 10px;
2080         .rounded(5px);
2081     height: 18px;
2082 }*/
2083 /** acl **/
2084 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
2085   display: block!important;
2086 }
2087 #acl-wrapper {
2088   width: 690px;
2089   float: left;
2090 }
2091 #acl-search {
2092   float: right;
2093   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
2094   padding-right: 20px;
2095 }
2096 #acl-showall {
2097   float: left;
2098   display: block;
2099   width: auto;
2100   height: 18px;
2101   background-color: #cccccc;
2102   background-image: url("../../../images/show_all_off.png");
2103   background-position: 7px 7px;
2104   background-repeat: no-repeat;
2105   padding: 7px 5px 0px 30px;
2106   color: #999999;
2107   -moz-border-radius: 5px 5px 5px 5px;
2108   -webkit-border-radius: 5px 5px 5px 5px;
2109   border-radius: 5px 5px 5px 5px;
2110 }
2111 #acl-showall.selected {
2112   color: #000000;
2113   background-color: #ff9900;
2114   background-image: url("../../../images/show_all_on.png");
2115 }
2116 #acl-list {
2117   height: 210px;
2118   border: 1px solid #cccccc;
2119   clear: both;
2120   margin-top: 30px;
2121   overflow: auto;
2122 }
2123 .acl-list-item {
2124   display: block;
2125   width: 150px;
2126   height: 30px;
2127   border: 1px solid #cccccc;
2128   margin: 5px;
2129   float: left;
2130 }
2131 .acl-list-item img {
2132   width: 22px;
2133   height: 22px;
2134   float: left;
2135   margin: 4px;
2136 }
2137 .acl-list-item p {
2138   height: 12px;
2139   font-size: 10px;
2140   margin: 0px;
2141   padding: 2px 0px 1px;
2142   overflow: hidden;
2143 }
2144 .acl-list-item a {
2145   font-size: 8px;
2146   display: block;
2147   width: 40px;
2148   height: 10px;
2149   float: left;
2150   color: #999999;
2151   background-color: #cccccc;
2152   background-position: 3px 3px;
2153   background-repeat: no-repeat;
2154   margin-right: 5px;
2155   -webkit-border-radius: 2px ;
2156   -moz-border-radius: 2px;
2157   border-radius: 2px;
2158   padding-left: 15px;
2159 }
2160 #acl-wrapper a:hover {
2161   text-decoration: none;
2162   color: #000000;
2163 }
2164 .acl-button-show {
2165   background-image: url("../../../images/show_off.png");
2166 }
2167 .acl-button-hide {
2168   background-image: url("../../../images/hide_off.png");
2169 }
2170 .acl-button-show.selected {
2171   color: #000000;
2172   background-color: #9ade00;
2173   background-image: url("../../../images/show_on.png");
2174 }
2175 .acl-button-hide.selected {
2176   color: #000000;
2177   background-color: #ff4141;
2178   background-image: url("../../../images/hide_on.png");
2179 }
2180 .acl-list-item.groupshow {
2181   border-color: #9ade00;
2182 }
2183 .acl-list-item.grouphide {
2184   border-color: #ff4141;
2185 }
2186 /** /acl **/
2187 /** tab buttons 14618a**/
2188 ul.tabs {
2189   list-style-type: none;
2190   padding-bottom: 10px;
2191   font-size: 13px;
2192 }
2193 ul.tabs li {
2194   float: left;
2195   margin-left: 5px;
2196 }
2197 /*color*/
2198 ul.tabs li .active {
2199     background-color: #996d73;
2200     border: 1px solid #777777;
2201     color: white;
2202     border-radius: 3px 3px 3px 3px;
2203     box-shadow: 2px 2px 2px #CFCFCF;
2204     margin-left: 5px;
2205 }
2206 //settings tabs
2207 ul.rs_tabs {
2208   list-style-type: none;
2209   font-size: 11px;
2210 }
2211 ul.rs_tabs li {
2212   float: left;
2213   margin-bottom: 30px;
2214   clear: both;
2215 }
2216 /*color*/
2217 ul.rs_tabs li .selected {
2218     background-color: #996d73;
2219     border: 1px solid #777777;
2220     color: white;
2221     border-radius: 3px 3px 3px 3px;
2222     box-shadow: 2px 2px 2px #CFCFCF;
2223     font-size: 13px;
2224 }
2225 .rs_tabs {
2226     list-style-type: none;
2227     font-size: 11px;
2228     background-position: 0 -20px;
2229     background-repeat: repeat-x;
2230     height: 27px;
2231     padding: 0;
2232  }
2233 .rs_tab.button {        
2234     /*background: none repeat scroll 0 0 #F8F8F8;*/
2235     border: 1px solid #CCCCCC;
2236     border-radius: 3px 3px 3px 3px;
2237     font-weight: bolder;
2238     padding: 3px;
2239     color:  #333333;
2240     text-decoration: none;
2241         }
2242 /**
2243  * Form fields
2244  */
2245 .field {
2246   margin-bottom: 10px;
2247   padding-bottom: 10px;
2248   overflow: auto;
2249   width: 100%;
2250 }
2251 .field label {
2252   float: left;
2253   width: 200px;
2254 }
2255 .field input, .field textarea {
2256   width: 400px;
2257 }
2258 .field textarea {
2259   height: 100px;
2260 }
2261 .field .field_help {
2262   display: block;
2263   margin-left: 200px;
2264   color: #666666;
2265 }
2266 .field .onoff {
2267   float: left;
2268   width: 80px;
2269 }
2270 .field .onoff a {
2271   display: block;
2272   border: 1px solid #666666;
2273   background-image: url("../../../images/onoff.jpg");
2274   background-repeat: no-repeat;
2275   padding: 4px 2px 2px 2px;
2276   height: 16px;
2277   text-decoration: none;
2278 }
2279 .field .onoff .off {
2280   border-color: #666666;
2281   padding-left: 40px;
2282   background-position: left center;
2283   background-color: #cccccc;
2284   color: #666666;
2285   text-align: right;
2286 }
2287 .field .onoff .on {
2288   border-color: #204A87;
2289   padding-right: 40px;
2290   background-position: right center;
2291   background-color: #D7E3F1;
2292   color: #204A87;
2293   text-align: left;
2294 }
2295 .field .hidden {
2296   display: none!important;
2297 }
2298 .field.radio .field_help {
2299   margin-left: 0px;
2300 }
2301 .suggest-select {
2302 width: 500px;
2303 height: 350px;  
2304         }
2305 .message-to-select {
2306         width: 400px;
2307    height: 150px;
2308         }
2309 #directory-search-form{
2310         margin-bottom: 50px;
2311         }
2312 #profile-edit-links-end {
2313         clear: both;
2314         margin-bottom: 15px;
2315 }
2316
2317 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
2318
2319 #profile-edit-links li {
2320   float: left;
2321   list-style: none;
2322   margin-left: 10px;
2323 }
2324
2325 .profile-edit-side-div {
2326   display: none;
2327 }
2328
2329 #register-form label,
2330 #profile-edit-form label {
2331         width: 300px; float: left;
2332 }
2333
2334 .required {
2335   display: inline;
2336   color: #B20202;
2337 }
2338
2339 /* oauth */
2340 .oauthapp {
2341   height: auto;
2342   overflow: auto;
2343   border-bottom: 2px solid #cccccc;
2344   padding-bottom: 1em;
2345   margin-bottom: 1em;
2346 }
2347 .oauthapp img {
2348   float: left;
2349   width: 48px;
2350   height: 48px;
2351   margin: 10px;
2352 }
2353 .oauthapp img.noicon {
2354   background-image: url("../../../images/icons/48/plugin.png");
2355   background-position: center center;
2356   background-repeat: no-repeat;
2357 }
2358 .oauthapp a {
2359   float: left;
2360 }
2361 /* contacts */
2362 .contact-entry-wrapper {
2363   width: 120px;
2364   height: 120px;
2365   float: left;
2366 }
2367 /* photo */
2368 .photo {
2369 box-shadow: 2px 2px 5px 0px #000000;
2370 margin: 0px;
2371 border-radius: 10px;
2372 height: 145px !important;
2373 width: 145px !important;
2374 }
2375 .lframe {
2376   float: left;
2377   /*margin: 0px 10px 10px 0px;*/
2378 }
2379 /* profile match wrapper */
2380 .profile-match-wrapper {
2381   float: left;
2382   width: 90px;
2383   height: 90px;
2384   margin-bottom: 20px;
2385 }
2386 .profile-match-wrapper .contact-photo {
2387   width: 80px;
2388   height: 80px;
2389 }
2390 .profile-match-wrapper .contact-photo img {
2391   width: 80px;
2392   height: 80px;
2393 }
2394 .profile-match-wrapper {
2395   left: 0px;
2396   top: 63px;
2397 }
2398
2399 .contact-photo-menu-button {
2400         position: relative;
2401         background-image: url("../../../images/icons/16/menu.png");
2402         background-position: top left; 
2403         background-repeat: no-repeat;
2404         margin: 0px 0px -16px 0px; 
2405         padding: 0px;
2406         width: 16px;
2407         height: 16px;
2408         top: -16px; left:0px;
2409         overflow: hidden;
2410         text-indent: 40px;
2411         display: none;
2412         
2413 }
2414 .contact-photo-menu {
2415         width: 11em;
2416         border: 3px solid #364e59;
2417         color: #2d2d2d;
2418         background: #FFFFFF;
2419 /*        position: absolute;*/
2420         position: relative;
2421         left: 0px; top: 0px;
2422         display: none;
2423         z-index: 10000;
2424 }
2425 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2426 .contact-photo-menu li a {
2427         display: block; 
2428         padding: 5px 10px; 
2429         color: #2d2d2d;
2430         text-decoration: none;
2431 }
2432 .contact-photo-menu li a:hover {
2433         background-color: #bdcdd4; 
2434 }
2435
2436 /* page footer */
2437 footer {
2438   height: 100px;
2439   display: table-row;
2440 }
2441
2442 blockquote {
2443     border-left: 1px solid #D2D2D2;
2444     padding-left: 9px;
2445     margin: 0 0 0 .8ex;
2446     color: #777;
2447 }
2448 .oembed {
2449         
2450         font-weight: bold;
2451 }
2452 .aprofile dt{
2453 box-shadow: 1px 1px 5px 0;
2454     color: #666666;
2455     margin: 15px 0 5px;
2456     padding-left: 5px;  
2457         }
2458 /* ================== */
2459 /* = Contacts Block = */
2460 /* ================== */
2461
2462 .contact-block-img {
2463         width: 55px;
2464         height: 55px;
2465         padding-right: 3px;
2466 }
2467 .contact-block-div {
2468         float: left;
2469 }
2470
2471 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2472 #contact-block-end { clear: both; } 
2473
2474 #group-edit-wrapper {
2475         margin-bottom: 10px;
2476 }
2477
2478 #group-members-end {
2479         clear: both;
2480 }
2481 #group-edit-desc {
2482  margin-top: 15px;
2483 }
2484
2485 /*
2486 #group-separator,
2487 #prof-separator { display: none;}
2488 */
2489 #prof-members-end{
2490         clear: both;
2491         }
2492
2493 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2494         margin-bottom: 10px;
2495         margin-top: 20px;
2496 }
2497
2498 #prvmail-submit {
2499         float: right;
2500         margin-top: 10px;
2501 }
2502
2503 #prvmail-subject
2504 {
2505 background: none repeat scroll 0 0 #FFFFFF;
2506 border: 1px solid #CCCCCC;
2507 border-radius: 5px 5px 5px 5px;
2508 font-weight: bold;
2509 height: 20px;
2510 margin: 0 0 5px;
2511 vertical-align: middle;
2512 }
2513 #prvmail-form{
2514  width: 597px;  
2515         }
2516         
2517 #prvmail-upload-wrapper,
2518 #prvmail-link-wrapper,
2519 #prvmail-rotator-wrapper {
2520         float: left;
2521         margin-top: 10px;
2522         margin-right: 10px;
2523         width: 24px;
2524 }
2525
2526 #prvmail-end {
2527         clear: both;
2528 }
2529
2530 .mail-list-sender,
2531 .mail-list-detail {
2532         float: left;
2533 }
2534 .mail-list-detail {
2535         margin-left: 20px;
2536 }
2537
2538 .mail-list-subject {
2539         font-size: 1.1em;
2540         margin-top: 10px;
2541 }
2542 a.mail-list-link {
2543     display: block;
2544     font-size: 1.3em;
2545     padding: 4px 0;
2546 }
2547
2548 /*
2549 *a.mail-list-link:hover {
2550 *       background-color: #15607B;
2551 *       color: #F5F6FB;
2552 *}
2553 */
2554
2555 .mail-list-outside-wrapper-end {
2556         clear: both;
2557 }
2558
2559 .mail-list-outside-wrapper {
2560         margin-top: 30px;
2561 }
2562
2563 .mail-list-delete-wrapper {
2564         float: right;
2565         margin-right: 30px;
2566         margin-top: 15px;
2567 }
2568
2569 .mail-list-delete-icon {
2570         border: none;
2571 }
2572
2573 .mail-conv-sender,
2574 .mail-conv-detail {
2575         float: left;
2576 }
2577 .mail-conv-detail {
2578         margin-left: 20px;
2579         width: 500px;
2580 }
2581
2582 .mail-conv-subject {
2583     font-size: 1.4em;
2584     margin: 10px 0;
2585 }
2586
2587 .mail-conv-outside-wrapper-end {
2588         clear: both;
2589 }
2590
2591 .mail-conv-outside-wrapper {
2592         margin-top: 30px;
2593 }
2594
2595 .mail-conv-delete-wrapper {
2596         float: right;
2597         margin-right: 30px;
2598         margin-top: 15px;
2599 }
2600 .mail-conv-break {
2601         clear: both;
2602 }
2603
2604 .mail-conv-delete-icon {
2605         border: none;
2606 }
2607
2608 /* ========== */
2609 /* = Events = */
2610 /* ========== */
2611 .eventcal {
2612         float: left;
2613         font-size: 20px;
2614 }
2615
2616 .vevent {
2617 position: relative;
2618 width: 400px;
2619 padding: 20px;
2620 padding-top: 10px;
2621 margin: 0 0px;
2622 margin-bottom: 10px;
2623 background-color: white;
2624 -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
2625 -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
2626 box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
2627 }
2628 .vevent .event-location {
2629         margin-left: 10px;
2630         margin-right: 10px;
2631 }
2632 .vevent .event-description {
2633 margin-left: 10px;
2634 margin-right: 10px;
2635 font-size: 1.1em;
2636 font-weight: bolder;
2637 }
2638 .vevent .event-start, .vevent .event-end {
2639
2640 margin-right: 20px;
2641 margin-bottom: 2px;
2642 margin-top: 2px;
2643 font-size: 0.9em;
2644 text-align: left;
2645 }
2646 .event-start .dtstart, .event-end .dtend {
2647 float: right;
2648 }
2649
2650
2651 #new-event-link {
2652         margin-bottom: 10px;
2653 }
2654
2655 .edit-event-link, .plink-event-link {
2656         float: left;
2657         margin-top: 4px;
2658         margin-right: 4px;
2659         margin-bottom: 15px;
2660 }
2661
2662 .event-description:before {
2663         content:   url("../diabook/icons/events2.png") !important;
2664         margin-right: 15px;
2665 }
2666
2667 .event-start, .event-end {
2668         margin-left: 10px;
2669         width: 330px;
2670         clear: both;
2671 }
2672
2673 .event-start .dtstart, .event-end .dtend {
2674         float: right;
2675 }
2676 .event-list-date {
2677         margin-bottom: 10px;
2678 }
2679
2680 .prevcal, .nextcal {
2681         float: left;
2682         margin-left: 32px;
2683         margin-right: 32px;
2684         margin-top: 64px;
2685 }
2686 .event-calendar-end {
2687         clear: both;
2688 }
2689
2690  
2691 .calendar {
2692         font-family: Courier, monospace;
2693 }
2694 .calendar.eventcal a {
2695   color: #3465A4;       
2696         }
2697 .today {
2698         font-weight: bold;
2699         color: #FF0000;
2700 }
2701
2702 .settings-block {
2703         border: 1px solid #AAA;
2704         margin: 10px;
2705         padding: 10px;
2706 }
2707
2708 .app-title {
2709         margin: 10px;
2710 }
2711
2712 #identity-manage-desc {
2713         margin-top:15px;
2714         margin-bottom: 15px;
2715 }
2716
2717 #identity-manage-choose {
2718         margin-bottom: 15px;
2719 }
2720
2721 #identity-submit {
2722         margin-top: 20px;
2723 }
2724
2725 #photo-prev-link, #photo-next-link {
2726         padding: 10px;
2727         float: left;
2728 }
2729 .lightbox{
2730         float: left;
2731         }
2732 #photo-photo {
2733         float: left;
2734 }
2735 #photo-like-div .wall-item-like-buttons {
2736         float: left;
2737    margin-right: 10px;
2738         }
2739 .wall-item-like-buttons .icon.like {
2740 float: left;
2741 }
2742
2743 #photo-photo-end {
2744         clear: both;
2745 }
2746
2747 .tabs .comment-wwedit-wrapper {
2748         display: block;
2749    margin-top: 30px;
2750    margin-left: 50px;
2751         }
2752
2753 .profile-match-photo {
2754         float: left;
2755         text-align: center;
2756         width: 120px;
2757 }
2758
2759 .profile-match-name {
2760         float: left;
2761         text-align: center;
2762         width: 120px;
2763         overflow: hidden;
2764 }
2765
2766 .profile-match-break,
2767 .profile-match-end {
2768         clear: both;
2769 }
2770
2771 .profile-match-connect {
2772         text-align: center;
2773         font-weight: bold;
2774 }
2775
2776 .profile-match-wrapper {
2777         float: left;
2778         padding: 10px;
2779         width: 120px;
2780         height: 120px;
2781         scroll: auto;
2782 }
2783 #profile-match-wrapper-end {
2784         clear: both;
2785 }
2786
2787 /* ============= */
2788 /* = Directory = */
2789 /* ============= */
2790 /* contacts menu */
2791 .contact-photo-wrapper {
2792   position: relative;
2793 }
2794 .contact-photo {
2795   width: 48px;
2796   height: 48px;
2797   overflow: hidden;
2798   display: block;
2799 }
2800 .contact-photo img {
2801   width: 48px;
2802   height: 48px;
2803 }
2804 .contact-photo-menu-button {
2805   display: none;
2806   /* position: absolute; */
2807   /* position: absolute; */
2808   left: 0px;
2809   top: -16px;
2810 }
2811 .contact-wrapper {
2812   float: left;
2813   width: 90px;
2814   height: 90px;
2815   margin-bottom: 15px;
2816 }
2817 .contact-wrapper .contact-photo {
2818   width: 80px;
2819   height: 80px;
2820 }
2821 .contact-wrapper .contact-photo img {
2822   width: 80px;
2823   height: 80px;
2824 }
2825 .contact-wrapper .contact-photo-menu-button {
2826   left: 0px;
2827   top: 63px;
2828 }
2829 .directory-item {
2830   float: left;
2831   width: 200px;
2832   height: 200px;
2833 }
2834 .directory-item .contact-photo {
2835   width: 175px;
2836   height: 175px;
2837 }
2838 .directory-item .contact-photo img {
2839   width: 175px;
2840   height: 175px;
2841 }
2842 .contact-name {
2843   text-align: left;
2844   font-weight: bold;
2845   font-size: 12px;
2846 }
2847 .contact-details {
2848   color: #999999;
2849 }
2850 #side-bar-photos-albums{
2851         margin-top: 15px;       
2852         }
2853 .photo-top-photo, .photo-album-photo {
2854   -webkit-border-radius: 5px 5px 0 0;
2855   -moz-border-radius: 5px 5px 0 0;
2856   border-radius: 5px 5px 0 0;
2857 }
2858 .photo-album-image-wrapper, .photo-top-image-wrapper {
2859   float: left;
2860    -moz-box-shadow: 0 0 5px #888;
2861    -webkit-box-shadow: 0 0 5px #888;
2862    box-shadow: 0 0 5px #888;
2863   background-color: #000;
2864    -webkit-border-radius: 5px;
2865    -moz-border-radius: 5px;
2866   border-radius: 5px;
2867   padding-bottom: 20px;
2868   position: relative;
2869   margin: 0 10px 10px 0;
2870   width: 200px; height: 140px;
2871   overflow: hidden;  
2872 }
2873 .photo-top-album-name {
2874         width: 100%;
2875         position: absolute; 
2876         bottom: 0px; 
2877         padding-left: 3px;
2878         background-color: #EEE;
2879 }
2880 .photo-top-album-link{
2881   color: #3465A4;
2882         }
2883 .photo-top-album-img{
2884         
2885         }
2886 /*.photo-top-image-wrapper {
2887         position: relative;
2888         float: left;
2889         margin-top: 15px;
2890         margin-right: 15px;
2891         width: 200px; height: 200px; 
2892         overflow: hidden; 
2893 }
2894 .photo-top-album-name {
2895         width: 100%;
2896         min-height: 2em;
2897         position: absolute; 
2898         bottom: 0px; 
2899         padding: 0px 3px;
2900         padding-top: 0.5em;
2901         background-color: rgb(255, 255, 255);
2902 }*/
2903 #photo-top-end {
2904         clear: both;
2905 }
2906
2907 #photo-top-links {
2908         margin-bottom: 30px;
2909         margin-left: 30px;
2910 }
2911
2912 #photos-upload-newalbum-div {
2913         float: left;
2914         width: 175px;
2915 }
2916