annotate css/mpiwg.css @ 2:ddf6c1a27a4b

new version with main_template and css in product.
author casties
date Thu, 07 Feb 2013 19:50:39 +0100
parents
children 1a895905f7ca
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1 /* MPIWG website style sheet
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
2 *
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
3 * (c) 2013 Robert Casties
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
4 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
5
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
6
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
7
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
8 body {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
9 margin: 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
10 font-family: Verdana, Arial, sans-serif;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
11 background-color: #fdf8ef;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
12 font-size: 12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
13 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
14
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
15 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
16 * global styles
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
17 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
18
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
19 img {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
20 border: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
21 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
22
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
23 a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
24 color: #ee802d;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
25 text-decoration: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
26 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
27
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
28 a:hover {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
29 text-decoration: underline;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
30 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
31
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
32 /* new link-classes (with icons) */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
33
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
34 a.internal {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
35 background: url(../images/arr_more.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
36 padding-left: 12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
37 padding-top: 1px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
38 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
39
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
40 a.download {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
41 background: url(../images/download.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
42 padding-left: 17px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
43 /* padding-top:1px; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
44 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
45
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
46 a.external {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
47 background: url(../images/external.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
48 padding-left: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
49 /* padding-top:1px; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
50 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
51 a.pdf {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
52 background: url(../images/pdf.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
53 padding-left: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
54 /* padding-top:1px; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
55 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
56
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
57 a.audio {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
58 background: url(../images/audio.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
59 padding-left: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
60 /* padding-top:1px; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
61 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
62
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
63 a.book {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
64 background: url(../images/book.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
65 padding-left: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
66 margin-left: -5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
67 margin-top: -1px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
68 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
69
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
70 a.maillink {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
71 color: #485297 !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
72 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
73
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
74 h1 a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
75 /* a header with a link looks like a header */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
76 color: inherit;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
77 font-weight: inherit;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
78 text-decoration: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
79 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
80
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
81 img.pic_large {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
82 /* class for wide pictures used for example on institute/addres.html etc. */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
83 margin-bottom: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
84 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
85
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
86
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
87 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
88 * header and wrapper
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
89 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
90
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
91 #wrapper {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
92 /* float: left; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
93 width: 960px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
94 margin: 0 auto;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
95 padding: 20px 0 0 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
96 background-color: #fcf2df;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
97 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
98
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
99 #header {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
100 /* float: left; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
101 width: 900px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
102 margin: 0 0 10px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
103 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
104
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
105 #header div.title {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
106 display: inline;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
107 /* float: left; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
108 width: 661px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
109 height: 40px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
110 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
111
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
112 #header div.title img {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
113 margin-bottom: 30px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
114 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
115
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
116 #header div.logo {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
117 display: inline;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
118 /* float: right; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
119 width: 87px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
120 height: 88px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
121 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
122
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
123 #header div.logo img {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
124 margin-left: 145px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
125 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
126
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
127 /* Main Navigation */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
128
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
129 #mainnav {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
130 /* float: left; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
131 width: 900px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
132 font-size: 12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
133 border-top: 8px solid #fab775;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
134 margin-bottom: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
135 padding-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
136 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
137
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
138 #mainnav div.sec {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
139 display: inline;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
140 /* float: left; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
141 border-top: 8px solid #fab775;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
142 margin-top: -0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
143 margin-right: 35px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
144 padding-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
145 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
146
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
147 #mainnav div.sec:hover {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
148 border-top: 8px solid #ea8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
149 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
150
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
151 #mainnav a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
152 color: #666666;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
153 outline: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
154 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
155
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
156 #mainnav a:hover {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
157 color: #000000;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
158 text-decoration: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
159 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
160
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
161 #mainnav div.sec.on {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
162 border-top: 8px solid #ea8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
163 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
164
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
165 #mainnav div.sec.on a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
166 color: #ea8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
167 outline: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
168 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
169 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
170
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
171 #mainnav div.sec.lang {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
172 float: right;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
173 margin-top: -13px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
174 margin-right: 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
175 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
176
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
177
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
178
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
179
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
180
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
181
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
182 /* Search */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
183
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
184 div.search {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
185 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
186 width: 900px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
187 height: 25px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
188 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
189
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
190 #wrapper_home div.search {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
191 float: right;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
192 width: 220px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
193 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
194
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
195 .searchform {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
196 float: right;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
197 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
198
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
199 input.searchinput {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
200 width: 211px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
201 padding-left: 18px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
202 border: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
203 background: url(../images/search.gif) no-repeat #FFFFFF;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
204 color: #EA8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
205 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
206
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
207
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
208
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
209
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
210
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
211
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
212 /* Breadcrumbs & Quicklinks */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
213
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
214 div.quicklinks {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
215 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
216 width: 900px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
217 border-bottom: 3px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
218 color: #EA8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
219 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
220
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
221 #wrapper_home div.quicklinks {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
222 float: right;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
223 width: 230px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
224 border-bottom: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
225 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
226
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
227 div.breadcrumbs {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
228 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
229 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
230 color: #6a4d3c;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
231 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
232
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
233 div.breadcrumbs a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
234 color: #6a4d3c;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
235 text-decoration: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
236 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
237
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
238 div.breadcrumbs .selected {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
239 color: #6a4d3c;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
240 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
241 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
242
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
243 select.quickfind {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
244 float: right;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
245 width: 230px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
246 height: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
247 padding: 2px 2px 2px 18px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
248 color: #EA8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
249 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
250 border: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
251 background: url(../images/arr_qf.gif) no-repeat #f4daae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
252 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
253
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
254
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
255
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
256
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
257
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
258
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
259
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
260
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
261
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
262 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
263 * Content
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
264 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
265
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
266 /* frontpage */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
267
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
268 div.feature, div.feature .thumbnails {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
269 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
270 width: 650px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
271 /* margin-right: 20px; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
272 font-size: 12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
273 line-height: 1.6;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
274 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
275
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
276 div.feature .thumb {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
277 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
278 width: 129px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
279 margin-right: 1px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
280 margin-bottom: 1px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
281 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
282
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
283 div.feature .feature_image {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
284 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
285 width: 650px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
286 margin-bottom: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
287 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
288
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
289 div.feature .caption {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
290 text-align: right;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
291 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
292 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
293 margin-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
294 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
295
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
296 div.feature h1 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
297 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
298 font-size: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
299 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
300 margin: 10px 2px 2px 2px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
301 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
302
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
303 div.feature h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
304 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
305 font-size: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
306 font-weight:normal;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
307 margin: 10px 2px 2px 2px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
308 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
309
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
310 div.feature p {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
311 /* margin-top: 0.5em;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
312 margin-bottom: 0.5em; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
313 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
314
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
315
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
316
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
317
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
318 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
319 * main section
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
320 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
321
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
322 div.content {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
323 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
324 width: 900px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
325 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
326
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
327 div.main {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
328 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
329 width: 720px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
330 background-color: #FFFFFF;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
331 margin-bottom: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
332 padding-right: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
333 font-size: 12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
334 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
335
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
336 div.main div.center {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
337 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
338 width: 460px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
339 padding: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
340 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
341
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
342
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
343 div.center, div.center_wide {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
344 line-height: 1.6;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
345 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
346 div.center ul {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
347 list-style: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
348 margin-left: 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
349 padding: 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
350 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
351
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
352 div.center li {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
353 margin-bottom: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
354 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
355
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
356
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
357 div.main div.center_wide {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
358 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
359 width: 710px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
360 /* padding: 20px 0 0 20px; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
361 padding: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
362 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
363
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
364
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
365 div.main h1 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
366 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
367 font-size: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
368 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
369 margin: 10px 2px 10px 2px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
370 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
371
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
372 div.main h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
373 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
374 font-size: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
375 font-weight: normal;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
376 margin: 2px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
377 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
378
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
379 div.main h3 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
380 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
381 font-size: 13px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
382 font-weight: normal;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
383 margin: 2px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
384 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
385
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
386
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
387
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
388
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
389
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
390 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
391 * subnavigation
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
392 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
393
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
394 div.leftbox {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
395 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
396 width: 170px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
397 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
398
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
399 div.subnav {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
400 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
401 width: 170px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
402 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
403 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
404
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
405 div.subnav .sn_off, .subnavbox .sn_off {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
406 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
407 width: 164px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
408 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
409 padding: 3px 6px 6px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
410 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
411
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
412 div.subnav .sn_on {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
413 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
414 width: 158px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
415 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
416 padding: 3px 6px 6px 6px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
417 background: #EA8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
418 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
419
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
420 div.subnav .sn_on a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
421 color: #FCF2DF;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
422 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
423 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
424
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
425 div.subnav .sn_off .dept {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
426 font-style: italic;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
427 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
428 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
429
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
430 div.subnav .sn_on .dept {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
431 font-style: italic;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
432 color: #f9f4e1;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
433 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
434
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
435 div.subnavbox {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
436 /* navigation below e.g. research projects */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
437 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
438 width: 170px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
439 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
440 margin-top: 30px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
441 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
442
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
443 div.subnavbox h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
444 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
445 width: 170px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
446 height: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
447 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
448 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
449 margin-bottom: 0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
450 padding-bottom: 3px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
451 margin-top: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
452 background: transparent url(../images/side.gif) repeat-x;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
453 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
454
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
455
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
456
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
457
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
458
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
459
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
460 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
461 * research section
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
462 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
463
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
464 div.center_wide.dept {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
465 padding-left: 16px !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
466 padding-right: 0 !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
467 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
468
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
469 div.center.dept {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
470 padding-left: 16px !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
471 padding-right: 0 !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
472 width: 480px !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
473 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
474
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
475 div.dept_block {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
476 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
477 width: 221px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
478 min-height:420px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
479 border-bottom: 2px solid #979CE0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
480 margin-right: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
481 margin-bottom: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
482 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
483 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
484
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
485 div.dept_block.clear {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
486 clear:left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
487 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
488
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
489 div.dept_block.wide {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
490 width: 460px !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
491 min-height:0px !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
492 height: auto !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
493 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
494
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
495 div.dept_block.short {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
496 min-height: 290px !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
497 border-bottom: None;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
498 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
499
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
500 div.dept_block h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
501 margin: 0 0 5px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
502 font-size: 13px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
503 font-weight: normal;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
504 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
505 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
506
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
507 div.dept_block.wide h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
508 margin: 0 0 5px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
509 font-size: 16px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
510 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
511 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
512
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
513 div.dept_block h1 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
514 font-size: 13px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
515 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
516 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
517 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
518
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
519 div.dept_block.wide h1 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
520 font-size: 16px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
521 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
522
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
523 div.dept_block h2 a, div.dept_block h1 a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
524 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
525 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
526
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
527 div.dept_block p {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
528 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
529 line-height: 1.6;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
530 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
531
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
532 p.dept_leader, p.dept_summary {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
533 /* legacy */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
534 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
535 line-height:1.4;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
536 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
537
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
538
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
539
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
540 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
541 * people list
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
542 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
543
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
544 div.namelist {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
545 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
546 clear: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
547 padding-top: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
548 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
549
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
550 div.namelist.line {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
551 border-top: 3px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
552 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
553 /* NEW */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
554 div.namelist h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
555 border-bottom: 3px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
556 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
557 div.namelist h2.noline {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
558 border-bottom: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
559 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
560 div.namelist.small {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
561 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
562 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
563
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
564 div.center_wide div.namelist {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
565 width: 700px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
566 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
567 div.center div.namelist div.row {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
568 width:100%;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
569 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
570 div.namelist div.row {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
571 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
572 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
573 margin-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
574 padding-bottom: 7px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
575 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
576 div.namelist div.row.noline {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
577 border-bottom: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
578 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
579
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
580 div.center_wide div.namelist div.row {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
581 width: 700px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
582 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
583
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
584 div.namelist div.row:last-child {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
585 border-bottom: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
586 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
587
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
588 div.namelist .name {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
589 display: block;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
590 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
591 width: 30%;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
592 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
593
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
594 div.namelist.namelinks .name a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
595 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
596 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
597
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
598 div.namelist .definition {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
599 display: block;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
600 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
601 width: 70%;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
602 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
603
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
604 div.namelist.namelinks .definition a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
605 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
606 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
607
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
608 /* legacy */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
609 div.namelist.namelinks .definition.normallinks a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
610 color: #EA8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
611 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
612
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
613 div.list_disclaimer {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
614 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
615 width: 180px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
616 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
617 margin-right: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
618 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
619
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
620 div.letters {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
621 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
622 margin-right: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
623 color: #EA8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
624 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
625 div.letters a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
626 margin-left: 0.2em;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
627 margin-right: 0.2em;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
628 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
629
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
630 div.letter {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
631 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
632 width: 700px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
633 margin-top: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
634 padding-bottom: 3px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
635 border-bottom: 3px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
636 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
637 font-size: 13px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
638 color: #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
639 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
640
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
641 div.jump_top {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
642 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
643 width: 700px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
644 text-align: right;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
645 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
646 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
647
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
648
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
649
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
650
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
651 /* bios */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
652
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
653 p.bio_section_header {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
654 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
655 padding-bottom: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
656 margin-bottom: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
657 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
658 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
659
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
660
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
661
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
662 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
663 * right sidebar
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
664 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
665
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
666 div.sidebar {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
667 float: right;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
668 width: 220px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
669 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
670 line-height: 1.6;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
671 /* margin-right: 10px; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
672 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
673
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
674 #wrapper_home .sidebar {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
675 width: 230px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
676 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
677
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
678 div.sideblock {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
679 /* border-bottom: 1px solid #dccbae; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
680 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
681 clear: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
682 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
683
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
684 div.sideblock h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
685 padding-bottom: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
686 margin: 18px 0px 0px 0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
687 /* brown bottom line
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
688 background: transparent url(../images/side.gif) repeat-x;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
689 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
690 border-bottom: 3px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
691 font-size: 12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
692 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
693 /*float:left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
694 clear:both;*/
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
695 font-weight: normal;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
696 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
697
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
698 div.sideblock h2 a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
699 /* no longer so ugly hack to have right-adjust link... */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
700 float: right;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
701 color: #EA8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
702 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
703 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
704
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
705 div.sideblock h2 .proj_state {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
706 /* right-adjusted block besides the title */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
707 float: right;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
708 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
709 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
710 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
711 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
712 div.sideblock h2 .proj_state a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
713 /* inside should not float */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
714 float: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
715 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
716
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
717 div.sideblock a.maillink {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
718 color: #ea8500 !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
719 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
720
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
721 div.sideblock .item, div.sideblock p {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
722 float:left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
723 width:220px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
724 margin: 5px 0 0 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
725 padding: 0 0 5px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
726 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
727
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
728 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
729
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
730 div.sideblock .item.noline {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
731 border-bottom: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
732 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
733
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
734 div.sideblock .project {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
735 background: url(../images/arr_right.gif) no-repeat #f5daaf;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
736 padding: 6px 6px 6px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
737 border-bottom: 1px solid #f3be7c;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
738 width:194px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
739 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
740
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
741 div.sideblock .project.inactive {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
742 background: url(../images/arr_right.gif) no-repeat #f6e6cc;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
743 width:194px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
744 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
745
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
746 div.sideblock .project.parent {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
747 background: url(../images/arr_up.gif) no-repeat #f9f4e1;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
748 color: #666666;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
749 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
750 margin-top:20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
751 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
752
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
753 div.sideblock .project a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
754 color: #333;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
755 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
756
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
757 div.sideblock .item.featurearchive {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
758 border-bottom:none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
759 float:left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
760 margin: 5px 0 10px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
761 padding: 0 0 5px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
762 border-bottom: None;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
763 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
764
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
765 div.sideblock .item img {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
766 margin-right: 8px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
767 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
768
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
769 div.sideblock .item.link, div.sideblock .item.internal {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
770 padding: 0 0 10px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
771 background: url(../images/arr_more.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
772 width: 200px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
773 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
774 div.sideblock .item.book {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
775 padding: 0 0 10px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
776 background: url(../images/book.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
777 width: 200px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
778 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
779
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
780 div.sideblock .item.external {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
781 padding: 0 0 10px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
782 background: url(../images/external.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
783 width: 200px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
784 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
785
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
786 div.sideblock .item.video {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
787 padding: 0 0 10px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
788 background: url(../images/vid.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
789 width: 200px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
790 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
791
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
792 div.sideblock .item.audio {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
793 padding: 0 0 10px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
794 background: url(../images/audio.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
795 width: 200px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
796 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
797
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
798 div.sideblock .item.download {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
799 padding: 0 0 10px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
800 background: url(../images/download.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
801 width: 200px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
802 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
803
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
804
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
805
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
806
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
807 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
808 * footer
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
809 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
810
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
811 .footer {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
812 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
813 width: 700px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
814 background-color: #FFFFFF;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
815 margin: 0 10px 20px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
816 border-top: 1px solid #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
817 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
818
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
819 #wrapper_home .footer {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
820 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
821 width: 900px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
822 margin: 0 10px 20px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
823 border-top: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
824 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
825
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
826 div.services {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
827 float: right;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
828 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
829 margin-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
830 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
831
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
832 .services a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
833 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
834 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
835
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
836 div.serviceprint {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
837 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
838 margin-left: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
839 padding-left: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
840 height: 25px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
841 background: url(../images/print.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
842 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
843
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
844 div.serviceforward {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
845 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
846 margin-left: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
847 padding-left: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
848 height: 25px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
849 background: url(../images/forward.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
850 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
851
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
852 div.servicepdf {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
853 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
854 margin-left: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
855 padding-left: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
856 height: 25px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
857 background: url(../images/pdf.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
858 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
859
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
860 div.boilerplate {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
861 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
862 margin: 0 0 50px 170px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
863 width: 730px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
864 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
865
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
866 #wrapper_home div.boilerplate {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
867 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
868 margin: 30px 0 50px 0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
869 width: 900px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
870 border-top: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
871 padding-top: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
872 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
873
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
874 div.legal {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
875 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
876 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
877 color: #EA8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
878 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
879
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
880 div.mpg_signet {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
881 float: right;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
882 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
883
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
884
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
885 /* more generic lists */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
886
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
887 ul.big {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
888 width:100%;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
889 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
890
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
891 ul.big li {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
892 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
893 margin-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
894 padding-bottom: 7px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
895 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
896 ul.big li:last-child {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
897 border-bottom: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
898 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
899
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
900
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
901
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
902 /* Sitemap */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
903 div.dept_block_sitemap {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
904 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
905 width: 221px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
906 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
907 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
908
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
909 .dept_title_sitemap {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
910 margin: 0 0 5px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
911 font-size: 13px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
912 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
913 width: 221px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
914 padding-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
915 border-top: 2px solid #979CE0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
916 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
917
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
918 .dept_title a, .dept_title_sitemap a, .dept_headline a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
919 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
920 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
921
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
922
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
923 div.banner_large .caption {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
924 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
925 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
926 margin-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
927 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
928
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
929
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
930 div.image_large .caption {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
931 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
932 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
933 margin-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
934 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
935 div.image_small {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
936 width: 230px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
937 padding: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
938 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
939 div.image_small.left {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
940 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
941 padding-left: 0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
942 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
943 div.image_small.right {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
944 float: right;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
945 padding-right: 0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
946 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
947 div.image_small .caption {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
948 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
949 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
950 margin-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
951 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
952
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
953
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
954
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
955 /* projects */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
956
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
957 div.projectlist {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
958 width:100%;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
959 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
960
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
961 div.projectlist h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
962 width:700px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
963 font-size: 13px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
964 border-bottom: 2px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
965 font-weight:normal;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
966 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
967 div.projectlist h2 a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
968 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
969 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
970 div.projectlist h2 a .dep {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
971 font-weight:bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
972 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
973 margin-right:10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
974 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
975 div.project_block {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
976 margin-top:10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
977 margin-bottom:14px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
978 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
979
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
980 ul.projectlist {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
981 list-style-image:url(../images/arr_more.gif);
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
982 /* line-height: 20px; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
983 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
984 ul.projectlist a{
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
985 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
986 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
987
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
988
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
989 p.maintext_more {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
990 font-size: 12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
991 margin-top: -10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
992 padding-left: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
993 background: url(../images/arr_more.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
994 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
995 p.maintext_authors {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
996 font-size: 12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
997 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
998 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
999
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1000
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1001 div.caption_inline {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1002 /* caption for images on project pages */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1003 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1004 width: 208px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1005 font-size: 9px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1006 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1007 margin-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1008 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1009
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1010 div.pic_inline {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1011 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1012 width: 220px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1013 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1014 div.pic_inline_container {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1015 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1016 width: 220px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1017 margin: 5px 15px 0 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1018 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1019
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1020
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1021
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1022 /* Research Units */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1023 li.level_1 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1024 margin-left:2px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1025 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1026 li.level_2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1027 margin-left:22px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1028 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1029 font-weight:bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1030 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1031 li.level_3 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1032 margin-left:52px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1033 font-weight:bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1034 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1035 li.level_4 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1036 margin-left:82px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1037 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1038
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1039 a.expand {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1040 margin-left:45px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1041 margin-top:10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1042 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1043
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1044
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1045
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1046
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1047
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1048
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1049
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1050 /* Events */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1051
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1052 div.event {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1053 margin-bottom: 44px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1054 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1055
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1056 div.event span.category{
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1057 border-bottom:1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1058 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1059
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1060 font-size:12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1061 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1062 div.event h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1063 margin-left:0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1064 /* color: #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1065 font-weight:bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1066 border-bottom:2px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1067 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1068 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1069 font-weight:normal;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1070 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1071
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1072 div.event h1{
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1073 margin-left:0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1074 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1075
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1076 div.event p {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1077 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1078
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1079 margin-left:82px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1080 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1081
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1082
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1083 div.event div.row {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1084 width:100%;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1085 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1086 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1087 margin-bottom: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1088 padding-bottom: 7px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1089 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1090
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1091
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1092 div.event div.row div.name {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1093 float:left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1094 width:80px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1095 color:#485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1096 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1097
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1098 div.event div.row div.definition {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1099 float:left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1100 margin-left:20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1101 width:300px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1102 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1103
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1104
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1105
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1106 /* mediathek */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1107
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1108 div.media_nav {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1109 background-color:#ffffff;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1110 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1111
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1112 div.media_nav div.element {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1113 float:left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1114 margin-left:8px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1115 margin-right:8px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1116 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1117
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1118
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1119
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1120 /* unknown */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1121 div.line{
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1122 border-bottom: 3px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1123 margin-bottom:10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1124 margin-top:10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1125 width:700px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1126 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1127 /* used e.g. on staff-pages 'kollegium/board of directors' */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1128
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1129 .deptlink {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1130 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1131 margin:20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1132 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1133
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1134 ul.presse li {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1135 border-top: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1136 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1137 padding-left:8px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1138 padding-top: 8px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1139 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1140
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1141 h2.line {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1142 border-bottom:2px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1143 margin-bottom:8px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1144 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1145 h1.line {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1146 border-bottom:3px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1147 padding-bottom:5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1148 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1149