]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/neo/css/display.css
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
[quix0rs-gnu-social.git] / theme / neo / css / display.css
1 /** theme: neo
2  *
3  * @package   StatusNet
4  * @author    Samantha Doherty <sammy@status.net>
5  * @copyright 2011 StatusNet, Inc.
6  * @license   http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
7  * @link      http://status.net/
8  */
9
10 @font-face {
11     font-family: 'Lato';
12     src: url('../fonts/lato-regular-webfont.eot?') format('eot'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype'), url('../fonts/lato-regular-webfont.svg#webfontCjmEHx3G') format('svg');
13     font-weight: normal;
14     font-style: normal;
15 }
16
17 @font-face {
18     font-family: 'Lato';
19     src: url('../fonts/lato-bold-webfont.eot?') format('eot'), url('../fonts/lato-bold-webfont.woff') format('woff'), url('../fonts/lato-bold-webfont.ttf') format('truetype'), url('../fonts/lato-bold-webfont.svg#webfontCjmEHx3G') format('svg');
20     font-weight: bold;
21     font-style: normal;
22 }
23
24 @font-face {
25     font-family: 'Lato';
26     src: url('../fonts/lato-italic-webfont.eot?') format('eot'), url('../fonts/lato-italic-webfont.woff') format('woff'), url('../fonts/lato-italic-webfont.ttf') format('truetype'), url('../fonts/lato-italic-webfont.svg#webfontCjmEHx3G') format('svg');
27     font-weight: normal;
28     font-style: italic;
29 }
30
31 @media screen, projection, tv {
32
33 /* general styles and layout */
34
35 body {
36     background-color: #C6C8CC;
37     background-image: url(../images/bg.png);
38     font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; 
39     color: #222;
40 }
41
42 input, textarea, select, option {
43     font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; 
44 }
45
46 a {color: #3e3e8c;}
47 a:hover {color: blue;}
48
49 abbr {border-bottom: none;}
50
51 h1 {font-size: 1.6em;}
52 h2 {font-size: 1.6em;}
53 h3 {font-size: 1.4em;}
54 h4 {font-size: 1.4em;}
55 h5 {font-size: 1.2em;}
56 h6 {font-size: 1em;}
57
58 #wrap {
59     background: #fff url('../images/brdr_black_dot.png') repeat-x 0px 10px;
60 }
61
62 #header {
63     padding-top: 12px;
64 }
65
66 #core {
67     border-top: 5px solid #FB6104;
68     border-left: 1px solid #d8dae6;
69     border-right: 1px solid #d8dae6;
70 }
71
72 #aside_primary_wrapper {
73     background-color: #ececf2;  
74 }    
75
76 #content_wrapper  {  
77     border-right: 1px solid #d8dae6;
78 }  
79
80 #site_nav_local_views_wrapper  {  
81     background-color: #ececf2;  
82     border-right: 1px solid #d8dae6;
83 }  
84
85 #footer {
86     top: -6px;
87     -webkit-border-top-left-radius: 6px;
88     -webkit-border-top-right-radius: 6px;
89     -moz-border-radius-topleft: 6px;
90     -moz-border-radius-topright: 6px;
91     border-top-left-radius: 6px;
92     border-top-right-radius: 6px;
93 }
94
95 /* header elements */
96
97 #site_nav_global_primary {
98     top: 10px;
99     -webkit-border-top-right-radius: 6px;
100     -moz-border-radius-topright: 6px;
101     border-top-right-radius: 6px;
102     background: #364A84;
103     background: -moz-linear-gradient(top, #516499 , #364a84);
104     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84));
105     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516499', endColorstr='#364a84',GradientType=0 ); /* XXX move all to ie.css */ 
106 }
107
108 #site_nav_global_primary li {
109     margin-right: 0px;
110 }
111
112 #site_nav_global_primary li:last-child {
113     margin-right: 10px;
114 }
115
116 #site_nav_global_primary a {
117     padding: 2px 10px 2px 10px;
118     height: 20px;
119     display: block;
120     float: left;
121     color: #fff;
122     text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
123 }
124
125 #site_nav_global_primary a:hover {
126     color: #fff !important;
127     text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
128     background: #4c619c;
129     text-decoration: none;
130 }
131
132 #site_notice {
133     -webkit-border-radius: 6px;
134     -moz-border-radius: 6px;
135     border-radius: 6px;
136 }
137
138 /* input forms */
139
140 .input_forms {
141     float: left;
142     top: -20px;
143     left: -20px;
144     padding: 18px 20px 0px 20px;
145     border-bottom: none;
146     margin-bottom: 0px;
147     background: #fafafa url('../images/brdr_black_dot.png') repeat-x bottom left;
148 }
149
150 #input_form_nav li a {
151     display: block;
152     float: left;
153     padding: 0px 10px 1px 10px;
154     -webkit-border-radius: 4px;
155     -moz-border-radius: 4px;
156     border-radius: 4px;
157     border: 1px solid #ECECF2;
158     font-weight: bold;
159     line-height: 1.4em;
160     color: #3e3e8c;
161     text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
162     background: #ececf2;
163     background: -moz-linear-gradient(top, #ffffff , #ececf2);
164     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececf2));
165     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececf2',GradientType=0 );
166 }
167
168 #input_form_nav li:hover a, #input_form_nav li.current a {
169     color: #fff;
170     text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
171     border: 1px solid #ececf2;
172     background: #364a84;
173     background: -moz-linear-gradient(top, #7b8dbb , #364a84);
174     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b8dbb), color-stop(100%,#364a84));
175     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b8dbb', endColorstr='#364a84',GradientType=0 );
176 }
177
178 .input_form_nav_tab a, .input_form_nav_tab.current a {
179     text-decoration: none;
180 }
181
182 .form_notice .error,
183 .form_notice .success,
184 .form_notice .notice-status {
185     -webkit-border-radius: 4px;
186     -moz-border-radius: 4px;
187     border-radius: 4px;
188 }
189
190 .form_notice_placeholder .placeholder,
191 .form_notice textarea ,
192 .input_form .form_settings li input,
193 .input_form .form_settings li textarea,
194 .threaded-replies .placeholder {
195     -webkit-border-radius: 4px;
196     -moz-border-radius: 4px;
197     border-radius: 4px;
198     box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
199     -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
200     -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
201 }
202
203 .input_form .form_settings .submit {
204     font-size: 1.1em;
205 }
206
207 /* site nav local views */
208
209 #site_nav_local_views H3 {
210     margin-bottom: 10px;
211     padding-bottom: 6px;
212     background: url('../images/brdr_black_dot.png') repeat-x bottom left;
213     color: #7a7c87;
214     font-size: 1.1em;
215     letter-spacing: 2px;
216     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
217     text-transform: uppercase;
218 }
219
220 #site_nav_local_views a {
221     display: block;
222     width: 118px;
223     padding: 0px 10px 1px 10px;
224     -webkit-border-radius: 4px;
225     -moz-border-radius: 4px;
226     border-radius: 4px;
227     text-transform: uppercase;
228     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
229     word-wrap: break-word;
230 }
231
232 #site_nav_local_views a:hover, #site_nav_local_views .current a {
233     color: #fff;
234     text-decoration: none;
235     text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
236     background: #364a84;
237     background: -moz-linear-gradient(top, #7b8dbb , #364a84);
238     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b8dbb), color-stop(100%,#364a84));
239     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b8dbb', endColorstr='#364a84',GradientType=0 );
240 }
241
242 /* aside primary */
243
244 #aside_primary .section {
245     font-size: 0.88em;
246 }
247
248 #aside_primary h2 {
249     margin-bottom: 10px;
250     padding-bottom: 6px;
251     background: url('../images/brdr_black_dot.png') repeat-x bottom left;
252     color: #7a7c87;
253     font-size: 1.25em;
254     letter-spacing: 2px;
255     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
256     text-transform: uppercase;
257 }
258
259 .profile_block .entity_actions {
260     float: right;
261     width: 110px;
262     margin-top: 2px;
263     margin-bottom: 2px;
264 }
265
266 .profile_block .entity_moderation:hover ul,
267 .profile_block .entity_role:hover ul {
268     right: 20px;
269 }
270
271 .profile_block_name {
272     font-size: 14px;
273     font-weight: bold;
274 }
275
276 .profile_block_location {
277     font-weight: bold;
278 }
279
280 .profile_block_description {
281     line-height: 1.2em;
282 }
283
284 #site_nav_object ul {
285     background: url('../images/brdr_black_dot.png') repeat-x top left;
286 }
287
288 #site_nav_object li {
289     display: block;
290     margin: -8px 0px 8px 0px;
291     padding-top: 8px;
292 }
293
294 #site_nav_object a {
295     font-size: 14px;
296     display: block;
297     padding: 0px 0px 1px 10px;
298     -webkit-border-radius: 4px;
299     -moz-border-radius: 4px;
300     border-radius: 4px;
301     text-transform: uppercase;
302     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
303 }
304
305 #site_nav_object a:hover, #site_nav_object .current a {
306     color: #fff;
307     text-decoration: none;
308     text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
309     background: #364a84;
310     background: -moz-linear-gradient(top, #7b8dbb , #364a84);
311     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b8dbb), color-stop(100%,#364a84));
312     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b8dbb', endColorstr='#364a84',GradientType=0 );
313 }
314
315 .section ul.entities {
316     width: 240px;
317 }
318
319 .section .entities li {
320     margin-right: 3.6px;
321     margin-bottom: 5px;
322     width: 24px;
323 }
324
325 #popular_notices .avatar {
326     position: relative;
327     top: 4px;
328     margin-bottom: 6px;
329 }
330
331 #aside_primary td {
332     padding-right: 20px;
333     padding-bottom: 14px;
334 }
335
336 #aside_primary td .nickname {
337     line-height: 1.6em;
338 }
339
340 .section .avatar {
341     box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
342     -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
343     -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
344 }
345
346 .invite_button {
347     height: 2.1em;
348     line-height: 2.1em;
349     display: block;
350     text-align: center;
351     color:#fff;
352     font-weight: bold;
353     text-transform: uppercase;
354     font-size: 1.2em;
355     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
356     border: 1px solid #d7621c;
357     border-radius: 4px;
358     -moz-border-radius: 4px;
359     -webkit-border-radius: 4px;
360     background: #FB6104;
361     background: -moz-linear-gradient(top, #ff9d63 , #FB6104);
362     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9d63), color-stop(100%,#FB6104)); 
363     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d63', endColorstr='#FB6104',GradientType=0 );
364 }
365
366 .invite_button:hover {
367     color: #fff;
368     text-decoration: none;
369     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
370     background: #ff9d63;
371     background: -moz-linear-gradient(top, #FB6104 , #fc8035);
372     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FB6104), color-stop(100%,#fc8035));
373     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FB6104', endColorstr='#fc8035',GradientType=0 );
374 }
375
376 /* notices etc */
377
378 #content h1 {
379     border-bottom: 3px solid #A6ADBF;
380     color: #A6ADBF;
381     font-size: 1.4em;
382     letter-spacing: 4px;
383     text-transform: none;
384 }
385
386 #content .notice {
387     padding-bottom: 4px;
388     border-bottom: 2px dotted #eee;
389 }
390
391 .notice div.entry-content {
392     font-size: 0.88em;
393     line-height: 1.2em;
394     margin-top: 6px;
395     opacity: 0.6;
396 }
397
398 .notice:hover div.entry-content {
399     opacity: 1;
400 }
401
402 .user_in .notice div.entry-content {
403     max-width: 440px;
404 }
405
406 div.entry-content a.response:before {
407         content: "(";
408 }
409
410 div.entry-content a.response:after {
411         content: ")";
412 }
413
414 .notice-options {
415     margin-top: 4px;
416 }
417
418 #content .threaded-replies .notice .author .photo {
419     box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
420     -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
421     -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
422 }
423
424 .user_in.realtime-popup .notice div.entry-content {
425     max-width: 320px;
426 }
427
428
429 .realtime-popup .threaded-replies {
430     margin-left: 15px;
431 }
432
433 .realtime-popup .threaded-replies .form_notice textarea {
434     width: 385px !important;
435 }
436
437 .realtime-popup .threaded-replies .form_notice label.notice_data-attach {
438     top: 10px !important;
439     right: 10px !important;
440 }
441
442
443 .pagination {
444     height: 1.2em;
445 }
446
447 .entity_profile {
448     float: left;
449     width: 360px;
450     margin-top: 4px;
451 }
452
453 .entity_profile .entity_depiction {
454     margin-top: 4px;
455 }
456
457 .entity_actions {
458     width: 140px;
459     margin-top: 8px;
460     margin-bottom: 10px;
461 }
462
463 .entity_actions a, .entity_actions p, .entity_actions .entity_subscribe input, .entity_actions .entity_block input, .entity_actions .entity_moderation input, .entity_actions .entity_role input, .entity_actions .entity_nudge input, .entity_actions .entity_delete input, .entity_actions input.submit {
464         text-shadow:0 1px 0 rgba(255,255,255,0.4);
465     border-radius: 4px;
466     -moz-border-radius: 4px;
467     -webkit-border-radius: 4px;
468     background-color: #CDD1DD !important;
469 }
470
471 .entity_moderation:hover ul,
472 .entity_role:hover ul {
473     border-radius: 4px;
474     -moz-border-radius: 4px;
475     -webkit-border-radius: 4px;
476 }
477
478 .entity_send-a-message .form_notice legend {
479         text-shadow:0 1px 0 rgba(255,255,255,0.4);
480 }
481
482 .entity_send-a-message .form_notice {
483     border: 1px solid #7B4E82;
484 }
485
486 .entity_send-a-message .form_notice #notice_action-submit {
487     color: #fff !important;
488     top: 46px;
489 }
490
491 #aside_primary #entity_remote_subscribe a:hover {
492     background-color: #fff !important;
493 }
494
495 #entity_remote_subscribe .dialogbox {
496     border: 1px solid #7B4E82;
497     border-radius: 8px;
498         -moz-border-radius: 8px;
499         -webkit-border-radius: 8px;
500 }
501
502 #entity_remote_subscribe input {
503     padding-left: 4px;
504 }
505
506 #entity_remote_subscribe .submit_dialogbox {
507     margin-top: 10px;
508     float: right;
509 }
510
511 #filter_tags_item .submit {
512   left: 6px;
513   top: -3px;
514 }
515
516 #pagination {
517     height: 1.2em;
518     padding-bottom: 12px;
519     -webkit-border-radius: 6px;
520     -moz-border-radius: 6px;
521     border-radius: 6px;
522 }
523
524 #pagination a {
525     color: #3e3e8c;
526 }
527
528
529 #footer a {
530     color: #3e3e8c;
531 }
532
533 #site_nav_global_secondary {
534     margin-bottom: 10px;
535 }
536
537 .error, .success, .notice-status {
538     -webkit-border-radius: 6px;
539     -moz-border-radius: 6px;
540     border-radius: 6px;
541 }
542
543
544 .form_notice input.submit, .form_settings input.submit, .form_settings input.cancel, #form_invite input.submit {
545     height: 1.9em;
546     padding: 0px 10px;
547     color:#fff;
548     font-weight: bold;
549     text-transform: uppercase;
550     font-size: 1.2em;
551     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
552     border: 1px solid #d7621c;
553     border-radius: 4px;
554     -moz-border-radius: 4px;
555     -webkit-border-radius: 4px;
556     background: #FB6104;
557     background: -moz-linear-gradient(top, #ff9d63 , #FB6104);
558     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9d63), color-stop(100%,#FB6104)); 
559     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d63', endColorstr='#FB6104',GradientType=0 );
560 }
561
562 .form_notice input.submit:hover, .form_settings input.submit:hover, .form_settings input.cancel:hover, #form_invite input.submit:hover {
563     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
564     background: #ff9d63;
565     background: -moz-linear-gradient(top, #FB6104 , #fc8035);
566     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FB6104), color-stop(100%,#fc8035));
567     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FB6104', endColorstr='#fc8035',GradientType=0 );
568 }
569
570 .form_settings input#settings_design_reset, .form_settings input.cancel {
571     background: #e2e2e2;
572     color: #8e181b;
573     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
574 }
575
576 .form_settings input#settings_design_reset:hover, .form_settings input.cancel:hover {
577     background: #f2f2f2;
578     color: #8e181b;
579     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
580 }
581
582 #form_login p.form_guide, #form_register #settings_rememberme p.form_guide, #form_openid_login #settings_rememberme p.form_guide, #settings_twitter_remove p.form_guide, #design_background-image_onoff p.form_guide {
583     margin-left: 26%;
584 }
585
586 .form_settings fieldset fieldset {
587     margin-bottom: 30px;
588     padding-top: 25px;
589 }
590
591 #invite #content p {
592     margin-bottom: 15px;
593 }
594
595 #invite #content ul {
596     list-style-type: none;
597     margin-bottom: 25px;
598     margin-left: 25px;
599 }
600
601 #invite #content li {
602     background: url(../images/resultset_next.png) no-repeat 0px 3px;
603     padding-left: 20px;
604     margin-bottom: 10px;
605 }
606
607 #invite #content #form_invite ul, #invite #content #form_invite li {
608     margin-left: 0px;
609     padding-left: 0px;
610     background: none;
611 }
612
613 #form_invite input[type=text], #form_invite textarea {
614     width: 250px;
615     padding: 5px;
616     border: 1px solid #a6a6a6;
617     -webkit-border-radius: 4px;
618     -moz-border-radius: 4px;
619     border-radius: 4px;
620     box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
621     -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
622     -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
623 }
624
625 #form_invite textarea {
626     clear: left;
627     width: 508px;
628     height: 48px;
629 }
630
631 #form_invite a.add_row, #form_invite a.remove_row {
632     display: block;
633     height: 16px;
634     width: 16px;
635     overflow: hidden;
636     background-image: url('../../base/images/icons/icons-01.gif');
637     background-repeat: no-repeat;
638 }
639
640 #form_invite a.remove_row {
641     background-position: 0px -1252px;
642     display: inline-block;
643     position: relative;
644     top: 4px;
645     left: 10px;
646     line-height: 4em;
647 }
648
649 #form_invite a.add_row {
650     clear: both;
651     position: relative;
652     top: 10px;
653     background-position: 0px -1186px;
654     width: 120px;
655     padding-left: 20px;
656     line-height: 1.2em;
657 }
658
659 #form_invite label[for=personal] {
660     display: block;
661     margin-top: 25px;
662 }
663
664 #content thead th {
665 text-align:left;
666 }
667 #content tbody th {
668 vertical-align:top;
669 text-align:left;
670 font-weight:normal;
671 padding-top:11px;
672 padding-right:18px;
673 }
674 #content tbody tr {
675     border-top: 1px dotted #bbb;
676 }
677 #content td {
678 padding:11px 18px 11px 0;
679 vertical-align:top;
680 }
681 #content td:last-child {
682 padding-right:0;
683 }
684
685 /* Search */
686
687 #form_search {
688     padding-bottom: 10px;
689     margin-bottom: 20px;
690     background: url('../images/brdr_black_dot.png') repeat-x bottom left;
691 }
692
693 #form_search fieldset {
694     margin-bottom: 0px;
695 }
696
697 #form_search ul.form_data #q {
698     margin-left: 10px;
699     width: 210px;
700 }
701
702 #form_search input.submit {
703     height: 1.6em;
704     line-height: 1.6em;
705     font-size: 1.1em;
706     padding-bottom: 2px;
707     margin-left: 5px;
708 }
709
710 #noticesearch .entity_actions {
711     margin: 0px;
712 }
713
714 #noticesearch p.error {
715     margin-top: 60px;
716 }
717
718 /* Bookmark specific styles */
719
720 .bookmark h3 {
721     margin: 0px 0px 8px 0px;
722     float: left;
723     line-height: 1.2em;
724     max-width: 92%;
725 }
726
727 .bookmark-notice-count {
728     border-radius: 4px;
729         -moz-border-radius: 4px;
730         -webkit-border-radius: 4px;
731     padding: 1px 6px;
732     font-size: 1.2em;
733     line-height: 1.2em;
734     background: #fff;
735     border: 1px solid #7b8dbb;
736     color: #3e3e8c !important;
737     position: relative;
738     right: 4px;
739     margin-left: 10px;
740 }
741
742 .bookmark-notice-count:hover {
743     text-decoration: none;
744     background: #f2f2f2;
745     border: 1px solid #7b8dbb;
746     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
747 }
748
749 .notice .bookmark-description {
750     clear: both;
751     margin-left: 0px;
752     margin-bottom: 0px;
753 }
754
755 .notice .bookmark-author {
756     margin-left: 0px;
757     float: left;
758 }
759
760 .bookmark-tags {
761     clear: both;
762     margin-bottom: 8px;
763     line-height: 1.6em;
764 }
765
766 ul.bookmark-tags a {
767     border-radius: 4px;
768         -moz-border-radius: 4px;
769         -webkit-border-radius: 4px;
770     padding: 1px 6px;
771     background: #f2f2f2;
772     color: #3e3e8c !important;
773     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
774     font-size: 0.88em;
775 }
776
777 ul.bookmark-tags a:hover {
778     background-color: #cdd1dd;
779     text-decoration: none;
780 }
781
782 .bookmark-avatar {
783     float: none !important;
784     position: relative;
785     top: 2px;
786 }
787
788 .bookmark div.entry-content {
789     font-size: 0.88em;
790     line-height: 1.2em;
791     margin-top: 6px;
792     opacity: 0.6;
793     margin-bottom: 0px;
794 }
795
796 .bookmark:hover div.entry-content {
797     opacity: 1;
798 }
799
800 .bookmark .notice-options {
801     margin-top: 16px;
802 }
803
804 #bookmarkpopup {
805     min-width: 600px;
806     margin-top: 0px;
807     height: 100%;
808     border: 10px solid #364A84;
809     background: #364A84;
810 }
811
812 #bookmarkpopup #wrap {
813     width: auto;
814     min-width: 560px;
815     padding: 40px 0px 25px 0px;
816     margin-right: 2px;
817     background: #fff url(../mobilelogo.png) no-repeat 6px 6px;
818 }
819
820 #bookmarkpopup #header {
821     width: auto;
822     padding: 0px 10px;
823 }
824
825 #bookmarkpopup .form_settings label {
826     margin-top: 2px;
827     text-align: right;
828     width: 24%;
829     font-size: 1.2em;
830 }
831
832 #bookmarkpopup .form_settings .form_data input {
833     width: 60%;
834 }
835
836 #bookmarkpopup .form_guide {
837     color: #777;
838 }
839
840 #bookmarkpopup #bookmark-submit {
841     min-width: 100px;
842 }
843
844 #bookmarkpopup fieldset fieldset {
845     margin-bottom: 10px;
846 }
847
848 #form_initial_bookmark.form_settings .form_data li {
849     margin-bottom: 0px;
850 }
851
852 #form_new_bookmark.form_settings .bookmarkform-thumbnail {
853     position: absolute;
854     top: 50px;
855     right: 0px;
856 }
857
858 /* Onboard specific styles */
859
860 #cboxOverlay{
861     background: url(../images/lightbox_bg.png) repeat 0 0 !important;
862 }
863
864 #cboxContent{
865     background: #fff url(../logo.png) no-repeat 10px bottom !important;
866 }
867
868 .onboard_iframe {
869     background: none;
870     padding: 10px;
871 }
872
873 .onboard_iframe #wrap {
874     width: auto;
875     background: none;
876 }
877
878 .onboard_welcome p {
879     margin-bottom: 10px;
880 }
881
882 .onboard_welcome ul {
883     list-style-type: none;
884     margin-bottom: 10px;
885 }
886
887 .onboard_welcome ul li {
888     background: url(../images/resultset_next.png) no-repeat 0px 3px;
889     padding-left: 20px;
890     margin-left: 10px;
891 }
892
893 #aside_primary #onboard_section {
894     background: #f2f2f2;
895     width: 196px;
896     padding: 10px;
897     border-radius: 4px;
898     -moz-border-radius: 4px;
899     -webkit-border-radius: 4px;
900     border: 1px solid #516499;
901     background: #fafafa;
902 }
903
904 #onboard_section H2 {
905     -webkit-border-top-left-radius: 4px;
906     -moz-border-radius-topleft: 4px;
907     border-top-left-radius: 4px;
908     -webkit-border-top-right-radius: 4px;
909     -moz-border-radius-topright: 4px;
910     border-top-right-radius: 4px;
911     position: relative;
912     top: -11px;
913     left: -11px;
914     padding: 2px 0px 2px 10px;
915     margin-right: -22px;
916     margin-bottom: 5px;
917     color: #fff;
918     text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
919     background: #364A84;
920     background: -moz-linear-gradient(top, #516499 , #364a84);
921     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84));
922     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516499', endColorstr='#364a84',GradientType=0 );
923 }
924
925 #onboard_section ul {
926     list-style-type: none;
927 }
928
929 #onboard_section .onboard-step-incomplete {
930     background: url(../images/resultset_next.png) no-repeat 0px 1px;
931     padding-left: 20px;
932     margin-bottom: 10px;
933 }
934
935 #onboard_section .onboard-step-complete {
936     background: url(../images/tick.png) no-repeat 0px 1px;
937     padding-left: 20px;
938     margin-bottom: 10px;
939     text-decoration: line-through;
940     color: #555;
941 }
942
943 /* Billing specific styles */
944
945 #content table.billing_info {
946     margin-top: 10px;
947     background:rgba(240, 240, 240, 0.4);
948 }
949
950 #content table.billing_info th {
951     text-align: right;
952     width: 50%;
953 }
954
955 .invalid {
956     border: solid 2px red !important;
957 }
958
959 #payment_history table {
960     width: 100%;
961 }
962
963 #billingadminpanel .form_settings input {
964     margin-right: 0px;
965 }
966
967 /* Directory specific styles */
968
969 div#profile_directory div.alpha_nav > a {
970     border-left: 1px solid #ccc !important;
971     padding-left: 3.5px !important;
972     padding-right: 4px !important;
973     margin-right: 0px;
974     float: left;
975     line-height: 1.4em;
976 }
977
978 div#profile_directory div.alpha_nav > a.first {
979     border-left: none !important;
980 }
981
982 div#profile_directory div.alpha_nav a.current {
983     background-color: #ECECF2 !important;
984 }
985
986 table.profile_list {
987     margin-top: 25px;
988 }
989
990 .profile_list th {
991     font-size: 0.8em;
992 }
993
994 .profile_list th#created {
995     width: 100px;
996 }
997
998 .profile_list th#subscriptions {
999     width: 90px;
1000 }
1001
1002 .profile_list th.current {
1003         background: none !important;
1004 }
1005
1006 .profile_list th.current.reverse {
1007         background: none !important;
1008 }
1009
1010 .profile_list th.current a {
1011         padding-right: 25px;
1012         background: url(../images/bluearrow_down.png) no-repeat top right;
1013 }
1014
1015 .profile_list th.current.reverse a {
1016         background: url(../images/bluearrow_up.png) no-repeat top right;
1017 }
1018
1019 table.profile_list tr.alt {
1020     background-color: #fafafa !important;
1021     border: none !important;
1022 }
1023
1024 td.entity_profile {
1025     width: auto;
1026     min-width: 250px;
1027 }
1028
1029 .profile_list .fn {
1030     display: block;
1031     font-size: 1.1em;
1032     width: auto;
1033 }
1034
1035 .profile_list .nickname, .profile_list .fn.nickname {
1036     position: relative;
1037     top: -8px;
1038     display: block;
1039     margin-bottom: -12px;
1040     font-size: 1.4em;
1041 }
1042
1043 .profile_list .label {
1044     display: block;
1045     margin-left: 59px !important;
1046 }
1047
1048 .profile_list .note {
1049     font-size: 0.88em;
1050     line-height: 1.36em;
1051 }
1052
1053 .profile_list .entry_created, .profile_list .entry_subscriber_count, .profile_list .entry_notice_count {
1054     font-size: 0.88em;
1055 }
1056
1057 .profile_list td.entity_actions {
1058     width: 24px;
1059     max-width: 24px;
1060     min-width: 24px;
1061     height: 20px;
1062     padding-left: 6px !important;
1063     position: relative;
1064     float: none;
1065     display: table-cell !important;
1066 }
1067
1068 .profile_list .entity_actions ul {
1069     position: absolute;
1070     right: 20px;
1071 }
1072
1073 .profile_list .entity_actions input {
1074     width: 22px;
1075     height: 22px;
1076     padding-top: 1px;
1077     padding-right: 0px;
1078     padding-left: 20px;
1079     display: block;
1080     overflow: hidden;
1081     font-size: 0em;
1082     border: 1px solid #CDD1DD;
1083 }
1084
1085 .profile_list .form_group_leave input.submit,
1086 .profile_list .form_user_unsubscribe input.submit {
1087     background-position: 2px -1250px;
1088 }
1089
1090 .profile_list .form_group_join input.submit,
1091 .profile_list .form_user_subscribe input.submit {
1092     background-position: 2px -1184px;
1093 }
1094
1095 .profile_list .entity_actions input:hover {
1096     width: auto;
1097     padding-right: 10px;
1098     overflow: visible;
1099     font-size: 1em;
1100     line-height: 1.3em;
1101     border: 1px solid #A6ADBF;
1102     box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
1103     -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
1104     -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
1105 }
1106
1107 /* Event specific styles */
1108
1109 .notice .vevent div {
1110     margin-bottom: 8px;
1111 }
1112
1113 .event-info {
1114     margin-left: 0px !important;
1115     margin-top: 2px !important;
1116 }
1117
1118 .notice .event-info + .notice-options {
1119     margin-top: 14px;
1120 }
1121
1122 .notice .threaded-replies .event-info + .notice-options {
1123     margin-top: 20px;
1124 }
1125
1126 #form_event_rsvp #new_rsvp_data {
1127     display: inline;
1128     margin: 10px 0px;
1129 }
1130
1131 #form_event_rsvp input.submit {
1132     height: auto;
1133     padding: 0px 10px;
1134     margin-left: 10px;
1135     color:#fff;
1136     font-weight: bold;
1137     text-transform: uppercase;
1138     font-size: 1.1em;
1139     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
1140     border: 1px solid #d7621c;
1141     border-radius: 4px;
1142     -moz-border-radius: 4px;
1143     -webkit-border-radius: 4px;
1144     background: #FB6104;
1145     background: -moz-linear-gradient(top, #ff9d63 , #FB6104);
1146     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9d63), color-stop(100%,#FB6104)); 
1147     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d63', endColorstr='#FB6104',GradientType=0 );
1148 }
1149
1150 #form_event_rsvp input.submit:hover {
1151     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
1152     background: #ff9d63;
1153     background: -moz-linear-gradient(top, #FB6104 , #fc8035);
1154     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FB6104), color-stop(100%,#fc8035));
1155     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FB6104', endColorstr='#fc8035',GradientType=0 );
1156 }
1157
1158 #wrap .vevent form.processing input.submit {
1159     text-indent: 0;
1160     background: #ff9d63;
1161 }
1162
1163 #input_form_event .form_settings .form_data {
1164     float: left;
1165 }
1166
1167 #input_form_event .form_settings .form_data li {
1168     float: left;
1169     width: auto;
1170 }
1171
1172 #input_form_event .form_settings .form_data label {
1173     width: auto;
1174 }
1175
1176 label[for=event-starttime], label[for=event-endtime] {
1177     display: none !important;
1178 }
1179
1180 #event-starttime, #event-endtime {
1181     margin-top:  -1px;
1182     margin-bottom:  -1px;
1183     height: 2em;
1184 }
1185
1186 #event-startdate, #event-enddate {
1187     margin-right: 20px;
1188     width: 120px;
1189 }
1190
1191 /* Limited-scope specific styles */
1192
1193 .limited-scope .entry-content .timestamp {
1194     padding-left: 20px;
1195     position: relative;
1196 }
1197
1198 .limited-scope .entry-content .timestamp:before {
1199     content: url(../images/lock.png);
1200     position: absolute;
1201     top: -2px;
1202     left: 0px;
1203 }
1204
1205 .limited-scope li .entry-content .timestamp {
1206     padding-left: 0px;
1207 }
1208
1209 .limited-scope li .entry-content .timestamp:before {
1210     content: none;
1211 }
1212
1213 .limited-scope li.limited-scope .entry-content .timestamp {
1214     padding-left: 20px;
1215 }
1216
1217 .limited-scope li.limited-scope .entry-content .timestamp:before {
1218     content: url(../images/lock.png);
1219     position: absolute;
1220     top: -2px;
1221     left: 0px;
1222 }
1223
1224 /* QnA specific styles */
1225
1226 .question div.question-description {
1227     font-size: 1em;
1228     line-height: 1.36em;
1229     margin-top: 0px;
1230     opacity: 1;
1231 }
1232
1233 .question div.answer-content, .qna-full-question div.answer-content {
1234     font-size: 1em;
1235     opacity: 1;
1236 }
1237
1238 .qna-dummy-placeholder input, .question #qna-answer, .qna-full-question #qna-answer {
1239     -webkit-border-radius: 4px;
1240     -moz-border-radius: 4px;
1241     border-radius: 4px;
1242     box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
1243     -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
1244     -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
1245 }
1246
1247 .question-description input.submit, .answer-content input.submit {
1248     height: auto;
1249     padding: 0px 10px;
1250     margin: 6px 0px 10px 0px;
1251     color:#fff;
1252     font-weight: bold;
1253     text-transform: uppercase;
1254     font-size: 1.1em;
1255     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
1256     border: 1px solid #d7621c;
1257     border-radius: 4px;
1258     -moz-border-radius: 4px;
1259     -webkit-border-radius: 4px;
1260     background: #FB6104;
1261     background: -moz-linear-gradient(top, #ff9d63 , #FB6104);
1262     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9d63), color-stop(100%,#FB6104)); 
1263     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d63', endColorstr='#FB6104',GradientType=0 );
1264 }
1265
1266 #qna-answer-submit {
1267     min-width: 100px;
1268 }
1269
1270 .question .question-description input.submit:hover, .question .answer-content input.submit:hover {
1271     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
1272     background: #ff9d63;
1273     background: -moz-linear-gradient(top, #FB6104 , #fc8035);
1274     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FB6104), color-stop(100%,#fc8035));
1275     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FB6104', endColorstr='#fc8035',GradientType=0 );
1276 }
1277
1278 .question .question-description #answer-form input.submit {
1279     margin-top: 0px;
1280 }
1281
1282 .question p.best, .answer p.best {
1283     background: url(../images/rosette.png) no-repeat top left;
1284     padding-left: 20px;
1285 }
1286
1287 .question p.best:before, .answer p.best:before {
1288     content: none !important;
1289 }
1290
1291 /* Blog specific styles */
1292
1293 label[for=blog-entry-content] {
1294     display: none !important;
1295 }
1296
1297 #input_form_blog td {
1298     padding-top: 0px;
1299     padding-bottom: 0px;
1300 }
1301
1302 #input_form_blog td.mceToolbar {
1303     padding-top: 4px;
1304 }
1305
1306 /* Poll specific styles */
1307
1308 .notice div.poll-content {
1309     opacity: 1;
1310 }
1311
1312 #poll-response-submit {
1313     min-width: 100px;
1314 }
1315
1316 /* SNOD CompanyLogo styling */
1317
1318 #site_nav_local_views a.company_logo {
1319     width: 138px;
1320     padding: 0px;
1321     font-weight: bold;
1322     text-transform: none;
1323     line-height: 1em;
1324     margin-bottom: 20px;
1325     position: relative;
1326     top: -4px;
1327 }
1328
1329 #site_nav_local_views a.company_logo:hover {
1330     background: none;
1331     color: blue;
1332     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
1333 }
1334
1335 .company_logo img {
1336     max-width: 138px;
1337     margin-bottom: 4px;
1338 }
1339
1340 .company_logo span {
1341     display: block;
1342 }
1343
1344 a.company_logo:hover span {
1345     text-decoration: underline;
1346 }
1347
1348 }/*end of @media screen, projection, tv*/