~studentersamfundet-web/studentersamfundet-web/web

274 by Mausern Testbruker
Oktoberfest kampanje og medlemsmøte. Typo
1
@import 'css/reset.css';
2
@import 'css/rebuild.css';
3
@import 'css/wp.css';
4
5
/**
6
 * Midlertidig
7
 */
8
9
/* Midlertidig fiks */
10
#external-ad-single-bottom,
11
#internal-ad-single-bottom {
12
    display:none;
13
}
14
15
/* Keeping rocky-reklame for future reference */
16
/* Rocky-reklame */
17
#studio_rocky {
18
	background:transparent url(kampanje/studio_rocky.png) no-repeat;
19
/*	text-indent:-9999px;*/
20
/*	overflow:hidden;*/
21
	width:185px;
22
	height:155px;
23
	position:absolute;
24
	top:5px;
25
	left: 50%;
26
	z-index:9999;
27
        margin-left: 120px;
28
	display:block;
29
	color:red;
30
}
31
32
#studio_rocky span{
33
	display:block;
34
/*	width:100%;
35
	height:100%;*/
36
	position:absolute;
37
	left:85px;
38
	bottom:10px;
39
	font-size:120%;
40
	color:red;
41
	font-weight:bolder;
42
}
43
44
/**
45
 * Structure
46
 */
47
48
/* Layout */
49
#access {
50
    display:none;
51
}
52
53
#main,
54
#kolofon,
55
#sponsors
56
{
57
    width:1000px;
58
    margin:auto;
59
    position:relative;
60
}
61
#main {
62
    margin-top:-20px;
63
}
64
#content {
65
    float:left;
66
    margin:50px 0 20px;
67
    width:950px;
68
    background: #ffffff;
69
    position:relative;
70
    padding:0 25px;
71
}
72
73
.page-medlemmer .column,
74
.home .column {
75
    width:425px;
76
    margin:0;
77
    padding:50px 25px;
78
    float:left;
79
}
80
81
.hentry {
82
    margin:0;
83
    width: 518px;
84
/*    overflow:hidden; */
85
    background:#ffffff;
86
    margin-bottom: 30px;
87
}
88
.hentry.forsidesak
89
{
90
	min-height:250px;
91
}
92
93
.single .hentry,
94
.archive #articles
95
{
96
    float:left;
97
    margin:50px 35px 50px 25px;
98
    width:540px;
99
}
100
101
.page-medlemmer .hentry {
102
    width:950px;
103
    margin:0;
104
}
105
106
.page-medlemmer .hentry h1 {
107
    margin:40px 50px 0;
108
}
109
110
#primary.sidebar,#secondary.sidebar {
111
    width:300px;
112
    float:left;
113
    padding:30px 25px 30px 25px;
114
}
115
116
.program #sorting {
117
    width:566px;
118
    float:left;
119
    margin:25px 25px 0;
120
}
121
.program #sorting li {
122
    padding-bottom:0 !important;
123
}
124
.program #program {
125
    float:left;
126
    width:566px;
127
    margin:0 25px 25px;
128
    background:#9ac9f7;
129
}
130
131
.program #program li,
132
.program #sorting li {
133
    display:block;
134
    overflow:hidden;
135
    padding:10px;
136
}
137
138
.program #program span,
139
.program #sorting span {
140
    display:block;
141
    float:left;
142
}
143
144
.program span.event-name {
145
    width:338px;
146
}
147
.program span.event-type {
148
    width:64px;
149
}
150
.program span.event-date {
151
    width:64px;
152
}
153
.program span.event-place {
154
    width:64px;
155
}
156
157
.program #primary.sidebar,.program #secondary.sidebar {
158
    width:282px;
159
}
160
161
* html #primary {
162
    left: 20px;
163
    position: relative;
164
}
165
.program-teaser {
166
    width:1000px;
167
    margin:auto;
168
}
169
170
/* end layout */
171
172
/* Header */
173
body.dns {
174
    background:#efefef;
175
}
176
/*body.dns */
177
#header {
178
    background:#191919 url('img/header-210x.png') repeat-x bottom;
179
}
180
#header {
181
    height:206px;
182
    margin-bottom:10px;
183
    overflow:hidden;
184
    position:relative;
185
}
186
.site-title {
187
    z-index:999
188
}
189
.site-title a {
190
    background: url('img/bannerindex-400.png') no-repeat -20px 0;
191
    display:block;
192
    height:63px;
193
    margin-top:20px;
194
    text-indent:-9999px;
195
    width:400px;
196
}
197
198
#quick-menu {
199
    color:#cccccc;
200
    font-size:13px;
201
    left:50%;
202
    margin-left:97px;
203
    position:absolute;
204
    text-align:right;
205
    top:5px;
206
    width:375px;
207
}
208
#quick-menu a {
209
    color:#ffffff;
210
}
211
212
#menu {
213
    position:absolute;
214
    height: 50px;
215
    bottom: 45px;
216
    width:100%;
217
/*    padding-left:23%;*/
218
}
219
220
/* Bigger submenu: */
221
.sub-menu {
222
	background-image: url(http://studentersamfundet.no/img/gradient-transparent-to-black-x100.png) !important;
223
	height: 30px;
224
	font-size: 20px;
225
	padding: 15px 0;
226
}
227
228
#header .site-title,
229
#header #menu ul ul,
230
#menu > ul {
231
    width:975px;
232
    margin:auto;
233
}
234
#menu ul,#menu li {
235
    list-style-type:none;
236
}
237
#menu li{
238
    float:left;
239
    margin-right:10px;
240
}
241
#menu li a{
242
    display:block;
243
    height:22px;
244
    padding:5px 13px 3px;
245
    text-decoration:none;
246
    color:#ffffff;
247
}
248
#menu ul div {
249
    bottom:-35px;
250
    left:0;
251
    position:absolute;
252
    margin:0;
253
    width:100%;
254
    border-top:none;
255
}
256
#menu ul ul li,
257
#menu ul ul li a {
258
    color:rgb(256,256,256);
259
    color:rgba(256,256,256,0.7);
260
}
261
#menu ul ul li a.current,
262
#menu ul ul li a:hover {
263
    color:rgba(256,256,256,1);
264
}
265
#menu ul ul li a {
266
    padding-top:1px;
267
}
268
269
#menu > ul > li {
270
    -moz-border-radius-topleft:8px;
271
    -moz-border-radius-topright:8px;
272
    -webkit-border-top-left-radius:8px;
273
    -webkit-border-top-right-radius:8px;
274
    border-top-left-radius:8px;
275
    border-top-right-radius:8px;
276
}
277
278
#menu li div {
279
    display:none;
280
    height:25px;
281
}
282
#menu li.current div {
283
    display:block;
284
}
285
#menu li:hover div,
286
#menu li:focus div
287
{
288
    display:block;
289
    background:url('img/gradient-200x.png') repeat-x 0 -204px;
290
    z-index:9;
291
}
292
/*
293
#menu li div {
294
    background-image: url(img/fade-to-black.png) !important;
295
}*/
296
297
#menu > ul > li,
298
#menu li div {
299
    background-color:#999999;
300
}
301
.section-forside #menu li#forside-meny,
302
#menu li#forside-meny:hover,
303
#menu li#forside-meny div {
304
    background:#2c69a6 url(img/gradient-white-to-transparent-x30.png) repeat-x 0 top;
305
}
306
.section-program #menu li#program-meny,
307
#menu li#program-meny:hover,
308
#menu li#program-meny div {
309
    background:#b64484 url(img/gradient-white-to-transparent-x30.png) repeat-x 0 top;
310
}
311
.section-foreninger #menu li#foreninger-meny,
312
#menu li#foreninger-meny:hover,
313
#menu li#foreninger-meny div {
314
    background:#23905b url(img/gradient-white-to-transparent-x30.png) repeat-x 0 top;
315
}
316
.section-forum #menu li#forum-meny,
317
#menu li#forum-meny:hover,
318
#menu li#forum-meny div {
319
    background:#ba3939 url(img/gradient-white-to-transparent-x30.png) repeat-x 0 top;
320
}
321
.section-inside #menu li#inside-meny,
322
#menu li#inside-meny:hover,
323
#menu li#inside-meny div {
324
    background: #6b43a2 url(img/gradient-white-to-transparent-x30.png) repeat-x 0 top;
325
}
326
.section-nyheter #menu li#nyheter-meny,
327
#menu li#nyheter-meny:hover,
328
#menu li#nyheter-meny div {
329
    background: #1c8a8e url(img/gradient-white-to-transparent-x30.png) repeat-x 0 top;
330
}
331
332
#header .aapningstider {
333
    color:#CCCCCC;
334
    font-size:12px;
335
    left:50%;
336
    margin-left:327px;
337
    overflow:hidden;
338
    position:absolute;
339
    text-align:right;
340
    line-height:1.4em;
341
    top:30px;
342
}
343
344
#bokkafeen_tider a
345
{
346
	color:#CCCCCC;
347
}
348
#header .aapningstider table {
349
    text-align:left;
350
    width:175px;
351
}
352
353
/* Header slutt */
354
355
/* Hoveddel */
356
357
.home .hentry {
358
    width:100%;
359
    padding:0;
360
    margin:0 0 40px;
361
    border:none;
362
    clear:both;
363
    overflow:hidden;
364
}
365
366
.home #more {
367
    height:0;
368
    text-align:right;
369
}
370
.home #more a {
371
    position:relative;
372
    top:-66px;
373
}
374
375
.info ul {
376
    background:none repeat scroll 0 0 #9AC9F7 !important;
377
    list-style-type:none;
378
    margin:0 0 3em;
379
    padding-bottom:10px;
380
    width:100%;
381
}
382
.info ul li {
383
    padding:10px;
384
}
385
.info ul li.alt,
386
.program #program li.alt
387
{
388
    background:url("http://studentersamfundet.no/img/gradient-transparent-to-black-x100.png") repeat-x scroll 0 0 #66A8E9 !important;
389
    left:-10px;
390
    padding:10px 20px 10px;
391
    position:relative;
392
    width:405px;
393
}
394
.program #program li.alt {
395
    width:548px;
396
}
397
.single .info ul li.alt {
398
    width:280px;
399
}
400
.info ul .term {
401
    float:left;
402
    font-weight:bold;
403
}
404
.home .info ul .term {
405
    width:50px;
406
}
407
.home .info ul .definition {
408
    padding-left:50px;
409
}
410
.single .info ul .term {
411
    width:60px;
412
}
413
.single .info ul .definition {
414
    padding-left:60px;
415
}
416
417
.hentry, .sidebar {
418
    margin-top:15px;
419
}
420
.entry-meta {
421
    margin: -12px 0 12px;
422
}
423
.vedlegg {
424
    float:right;
425
    margin:0 0 3px 10px;
426
    max-width:300px;
427
}
428
.caption {
429
    color:#333333;
430
    font-size:14px;
431
    line-height:1;
432
    margin-bottom:2em;
433
    text-align:center;
434
}
435
#vedlegg-2 .caption {
436
    margin-bottom:0.5em;
437
}
438
439
.campaign {
440
    width:425px;
441
    height:160px;
442
    background:black;
443
    margin: 40px 0;
444
}
445
.campaign a {
446
    display:block;
447
    width:100%;
448
    height:100%;
449
    text-indent:-99999px;
450
}
451
#campaign1 a {
452
    background: url('http://studentersamfundet.no/imageResize.php?pic=bilder/program/3960.jpg&maxwidth=425&maxheight=160&crop=1');
453
}
454
#campaign2 a {
455
    background: url('http://studentersamfundet.no/imageResize.php?pic=bilder/program/3705.jpg&maxwidth=425&maxheight=160&crop=1');
456
}
457
#campaign3 a {
458
    background: url('http://studentersamfundet.no/imageResize.php?pic=bilder/program/3693.JPG&maxwidth=425&maxheight=160&crop=1');
459
}
460
461
#internal-ad-single-bottom {
462
    width:540px;
463
    height:150px;
464
    background:black;
465
    margin-bottom:30px;
466
}
467
468
#external-ad-single-bottom {
469
    width:540px;
470
    height:300px;
471
    background:black;
472
}
473
474
.section-program .entry-content {
475
    margin-bottom: 1.5em;
476
}
477
.section-program #facebook-comments {
478
    clear:left;
479
}
480
.section-program .hentry .internal-ad {
481
    float:left;
482
    width:250px;
483
}
484
.section-program .hentry #newsletter.internal-ad {
485
    margin-right:40px;
486
    clear:both;
487
}
488
.section-program .hentry .internal-ad .fancybox {
489
    max-width:198px;
490
}
491
492
.program #internal-ad-sidebar-insert a {
493
    width:282px;
494
}
495
496
#internal-ad-sidebar-insert a,
497
#internal-ad-content-top a,
498
.fancybox
499
{
500
    padding: 14px 25px 16px;
501
    color:#fff !important;
502
    font-family:Georgia,serif;
503
    font-size:25px;
504
    font-weight:bold;
505
    font-style:italic;
506
    line-height:1;
507
    text-decoration:none;
508
    text-align:center;
509
    text-shadow:0 -1px 1px rgba(0,0,0,0.45);
510
    cursor:pointer;
511
    overflow:visible;
512
    width:250px;
513
    background-color: #23905B;
514
}
515
a.callToAction:hover,
516
a.callToAction:focus
517
{
518
    background-color:#111;
519
    color:#fff
520
}
521
a.callToAction:active {
522
    top:1px
523
}
524
.page-vis .internal-ad .fancybox {
525
    background-color: #6B43A2;
526
}
527
.page-foreninger #internal-ad-content-top a {
528
    background-color: #23905B;
529
}
530
531
.fancybox,
532
.info ul,
533
.info ul li.alt,
534
ul#program,
535
ul#program li.alt,
536
#internal-ad-sidebar-insert a,
537
#internal-ad-content-top a,
538
#content,
539
.join a
540
{
541
    display:inline-block;
542
    background-image: url(img/gradient-transparent-to-black-x100.png);
543
    background-repeat: repeat-x;
544
    background-position: center bottom;
545
    -webkit-border-radius:15px;
546
    -moz-border-radius:15px;
547
    border-radius:15px;
548
    -moz-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.25);
549
    -webkit-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.25);
550
    box-shadow:5px 5px 5px rgba(0, 0, 0, 0.25);
551
    border: 1px solid rgba(0,0,0,.25);
552
    border-bottom-color: rgba(0,0,0,.35);
553
    position:relative;
554
}
555
.small.fancybox,
556
.info ul li.alt,
557
ul#program li.alt,
558
#content {
559
    background-image:none;
560
}
561
.small.fancybox,
562
.info ul li.alt,
563
ul#program li.alt
564
{
565
    -webkit-border-radius:7px;
566
    -moz-border-radius:7px;
567
    border-radius:7px;
568
}
569
#content {
570
    -webkit-border-radius:4px;
571
    -moz-border-radius:4px;
572
    border-radius:4px;
573
    -moz-box-shadow:0 1px 15px rgba(0, 0, 0, 0.25);
574
    -webkit-box-shadow:0 1px 15px rgba(0, 0, 0, 0.25);
575
    box-shadow:0 1px 15px rgba(0, 0, 0, 0.25);
576
}
577
.fancybox:hover,
578
.fancybox:focus,
579
#internal-ad-sidebar-insert a:hover,
580
#internal-ad-sidebar-insert a:focus,
581
#internal-ad-content-top a:hover,
582
#internal-ad-content-top a:focus,
583
.join a
584
{
585
    background-image: url(img/gradient-white-to-transparent-x100.png);
586
    background-position:center top;
587
}
588
589
.join a,
590
.join a:visited {
591
    display:block;
592
    background-color:#66a8e9;
593
    color:#333333;
594
    border-color:rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.2);
595
    font-family:Georgia,serif;
596
    font-size:34px;
597
    font-style:italic;
598
    line-height:1;
599
    padding-left:15px;
600
    padding-right:15px;
601
    padding-top:50px;
602
    position:absolute;
603
    text-align:center;
604
    top:-100px;
605
    left:872px;
606
    width:145px;
607
    height:125px;
608
    z-index:999;
609
    -moz-border-radius:90px;
610
    -webkit-border-radius:90px;
611
    border-radius:90px;
612
    -webkit-box-shadow:4px 5px 5px rgba(0, 0, 0, 0.15);
613
    -moz-box-shadow:4px 5px 5px rgba(0, 0, 0, 0.15);
614
    box-shadow:4px 5px 5px rgba(0, 0, 0, 0.15);
615
}
616
.join a:hover,
617
.join a:focus {
618
    background-color:#9ac9f7;
619
}
620
621
622
623
/* Hoveddel slutt */
624
625
/* Sidebar */
626
.sidebar ul {
627
    list-style-type:none;
628
    margin-left:0;
629
    width:300px;
630
}
631
.sidebar .widget {
632
    margin-bottom:30px;
633
}
634
635
.events.widget li.event,
636
.news.widget li.article {
637
    margin:0 0 40px;
638
}
639
640
.fordeler.widget a#fordeler-call-to-action {
641
    background-color:lightGreen;
642
    bottom:50px;
643
    color:#333333;
644
    display:block;
645
    font-family:Georgia,serif;
646
    font-size:25px;
647
    font-style:italic;
648
    height:25px;
649
    padding:35px 0;
650
    position:absolute;
651
    text-align:center;
652
    width:300px;
653
}
654
655
/* Sidebar slutt */
656
657
/* Footer */
658
659
#sponsors .sponsor {
660
    float:left;
661
    text-align:center;
662
    width: 16.666%;
663
}
664
665
#footer {
666
    background-color:black;
667
    color:#eeeeee;
668
    clear:both;
669
    padding-top:20px;
670
    overflow:auto;
671
}
672
673
#footer .credits {
674
    clear:both;
675
    display:block;
676
    text-align:center;
677
    width:100%;
678
}
679
680
#footer-about,
681
#flickr-images
682
{
683
    float:left;
684
    width:300px;
685
    margin-right:50px;
686
}
687
688
#facebook-followers {
689
    float:right;
690
}
691
692
#flickr-images > ul {
693
    list-style-type:none;
694
    margin:0;
695
}
696
#flickr-images > ul > li {
697
    display:block;
698
    float:left;
699
}
700
701
/* Footer slutt */
702
703
/**
704
 * Typography
705
 */
706
body, input, textarea {
707
    font: 14px Arial,sans-serif;
708
    line-height:1.5em;
709
    color:#333333;
710
}
711
712
p, ul, ol, dd, pre {
713
    margin-bottom:1.5em;
714
}
715
pre, code {
716
    font:14px Monaco, monospace;
717
    line-height:1.3;
718
}
719
a,a:visited {
720
    text-decoration:none;
721
    color:#66A8E9;
722
}
723
a:hover, a:focus {
724
    text-decoration:underline;
725
}
726
a:focus { outline:thin dotted; }
727
a:hover, a:active { outline: none; }
728
729
abbr {
730
    border-bottom: 1px dotted;
731
}
732
733
h1 {
734
    font-style:normal;
735
    color: black;
736
    color: black !important;
737
}
738
739
h2,h3,h4,h5,h6 {
740
    font-family: Georgia, serif;
741
    font-style: italic;
742
}
743
744
h1,h2,h3,h4,h5,h6
745
{
746
    clear:none;
747
    color:#66a8e9;
748
    margin-bottom:0.5em;
749
    text-decoration:none;
750
    line-height:1;
751
}
752
753
h4,h5,h6 {
754
    color:#d83e00;
755
}
756
757
.sidebar h1 a,
758
.sidebar h2 a,
759
.sidebar h3 a,
760
.sidebar h4 a,
761
.sidebar h5 a,
762
.sidebar h6 a {
763
    color:#D83E00;
764
}
765
766
.info ul a,
767
ul#program a
768
{
769
    color:#333333;
770
}
771
772
.entry-title {
773
    font-size: 34px;
774
}
775
h1 {
776
    font-size:34px;
777
}
778
h2 {
779
    font-size:25px;
780
}
781
h3 {
782
    font-size:23px;
783
}
784
h4 {
785
    font-size:16px;
786
}
787
h5 {
788
    font-size:16px;
789
}
790
h6 {
791
    font-size:16px;
792
}
793
.home h3,.home h3 a {
794
    font-size:28px;
795
    color:#66A8E9;
796
    text-decoration:none;
797
}
798
.home .entry-title,
799
.home .entry-title a {
800
    font-size:18px;
801
    color:#d83e00;
802
}
803
804
.entry-meta {
805
    font-size:12px;
806
}
807
808
.sidebar {
809
    font-size:12px;
810
}
811
812
/* Lists */
813
.entry-content ul,
814
.entry-content ol {
815
    padding:0;
816
}
817
.entry-content ul ul,
818
.entry-content ol ol,
819
.entry-content ul ol,
820
.entry-content ol ul {
821
    padding-left:20px;
822
}
823
.entry-content ul {
824
    list-style: circle inside;
825
}
826
.entry-content ul ul {
827
    list-style: disc inside;
828
}
829
.entry-content ul ul ul {
830
    list-style: square inside;
831
}
832
.entry-content ul ul ul ul {
833
    list-style: circle inside;
834
}
835
.entry-content ul ul ul ul ul {
836
    list-style: disc inside;
837
}
838
.entry-content ul ul ul ul ul ul {
839
    list-style: square inside;
840
}
841
.entry-content ol {
842
    list-style: decimal inside;
843
}
844
.entry-content ol ol {
845
    list-style: upper-roman inside;
846
}
847
.entry-content ol ol ol {
848
    list-style: lower-roman inside;
849
}
850
.entry-content ol ol ol ol {
851
    list-style: decimal inside;
852
}
853
.entry-content ol ol ol ol ol {
854
    list-style: upper-roman inside;
855
}
856
.entry-content ol ol ol ol ol ol {
857
    list-style: lower-roman inside;
858
}
859
860
/* Quotes */
861
.entry-content blockquote {
862
    margin: 1em 2em;
863
    font-style:italic;
864
    background:#eeeeee;
865
    margin:1em 2em;
866
    padding:1px 19px;
867
}
868
.entry-content blockquote blockquote {
869
    border:1px solid #000000;
870
}
871
.entry-content cite {
872
    font-style:italic;
873
}
874
875
/* Images */
876
img {
877
    max-width:100%;
878
}
879
.entry-content img {
880
    margin: 0 0 10px;
881
}
882
.entry-content img.alignright {
883
    margin: 0 0 10px 10px;
884
}
885
.entry-content img.alignleft {
886
    margin: 0 10px 10px 0;
887
}
888
889
/************
890
 * Social *
891
 ***********/
892
893
#facebook-comments iframe {
894
    width:550px !important;
895
}
896
#facebook-comments .wallkit_form div.connect_area div.or {
897
    position:absolute;
898
    right:170px;
899
}
900
#facebook-comments .wallkit_form div.connect_area div.connect_button_text {
901
    position:absolute;
902
    right:16px;
903
}
904
905
#social-content-top {
906
    width:100%;
907
    margin-bottom:10px;
908
    overflow:hidden;
909
}
910
911
#facebook-share-content-top,
912
#tweetmeme-content-top {
913
    float:right;
914
}
915
916
#tweetmeme-content-top {
917
    padding:0 10px;
918
}
919
920
#facebook-followers iframe {
921
    height:300px !important;
922
}
923
924
/******************************
925
 * Styles for inividual pages *
926
 *****************************/
927
928
.home #articles .post > a > img {
929
    float:left;
930
    margin:2px 10px 0 0;
931
    width:93px;
932
}
933
934
.home #frontpage-ads .ads-container {
935
    clear:both;
936
    padding:20px;
937
    margin:20px 0;
938
    background:#eee;
939
    overflow:hidden;
940
}
941
.home #frontpage-ads .ads-container .ad {
942
    float:left;
943
    margin:20px;
944
}
945
946
.home #lead-text h1 {
947
    margin:0.5em 0;
948
}
949
950
h2.jobb {
951
    background:#eeeeee;
952
    margin-top:0.5em;
953
    padding:10px 10px 5px;
954
}
955
.page-kontakt .entry-content h5 {
956
    margin-bottom:0.2em;
957
}
958
959
.page-kontakt .entry-content > ul {
960
    list-style-type:none;
961
    margin:0;
962
}
963
964
/* Fordeler.php */
965
.fordel {
966
    width:540px;
967
    height:405px;
968
    background-position:center center;
969
    position:relative;
970
}
971
.fordel p {
972
    background-color:white;
973
    bottom:0;
974
    color:#000000;
975
    font-size:20px;
976
    margin-bottom:0;
977
    opacity:0.6;
978
    padding:15px 20px;
979
    position:absolute;
980
    width:100%;
981
    padding:10px;
982
}
983
984
#fordel-1 { 
985
    background:url(http://studentersamfundet.no/imageResize.php?pic=bilder/nyheter/311.jpg&maxwidth=540&maxheight=405&crop=1);
986
}
987
#fordel-2 { 
988
    background:url(http://studentersamfundet.no/imageResize.php?pic=bilder/nyheter/311.jpg&maxwidth=540&maxheight=405&crop=1);
989
}
990
#fordel-3 { 
991
    background:url(http://studentersamfundet.no/imageResize.php?pic=bilder/nyheter/311.jpg&maxwidth=540&maxheight=405&crop=1);
992
}
993
#fordel-4 { 
994
    background:url(http://studentersamfundet.no/imageResize.php?pic=bilder/nyheter/311.jpg&maxwidth=540&maxheight=405&crop=1);
995
}
996
#fordel-5 { 
997
    background:url(http://studentersamfundet.no/imageResize.php?pic=bilder/nyheter/311.jpg&maxwidth=540&maxheight=405&crop=1);
998
}
999
#fordel-6 { 
1000
    background:url(http://studentersamfundet.no/imageResize.php?pic=bilder/nyheter/311.jpg&maxwidth=540&maxheight=405&crop=1);
1001
}
1002
#fordel-7 { 
1003
    background:url(http://studentersamfundet.no/imageResize.php?pic=bilder/nyheter/311.jpg&maxwidth=540&maxheight=405&crop=1);
1004
}
1005
1006
.page-stillinger .entry-content strong {
1007
    display:block;
1008
}