~newz/fridge/fridge-theme-v2

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
body {
	margin: 0;
	padding: 0 20px;
	background: #d3caaa url(images/bg-page.png) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	background-color: #fff;
	max-width: 950px;
	min-width: 750px;
	margin: 0 auto;
	position: relative;
}
#topl {
	width: 100%;
	height: 27px;
	background: #fff url(images/top-left.png) no-repeat top left;
}
#topr { 
	background: transparent url(images/top-right.png) no-repeat top right;
	height: 27px;
}
#contentl {
	background: #fff url(images/bg-body-left.png) repeat-y top left;
	padding-left: 15px;
}
#contentr {
	background: transparent url(images/bg-body-right.png) repeat-y top right;
	padding: 170px 15px 0 215px; 
}
#contentpadding {
	float: left;
	width: 100%;
}
#leftsidebar {
	position: absolute;
	left: 20px;
	top: 188px; /* 170px + 18px */
	width: 190px;
	z-index: 100;
}
#contentpadding, #leftsidebar {
	padding-top: 18px;
}
h1 {
	padding: 0;
	margin: 0;
}
#header {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	height: 200px;
	padding: 0 15px;
}
#header h1 a {
	text-overflow: clip;
	background: #fff url(images/logo-fridge.png) no-repeat top left;
	width: 235px;
	height: 65px;
	display: block;
	text-indent: -3000px;
}
#header a {
	color: #656565;
	text-decoration: none;
	font-size: 80%;
	border-bottom: 1px dotted #fff;
}
#header li a:hover {
	border-bottom: 1px dotted #656565;
}
#header ul {
	display: block;
	margin: 0;
	padding: 0 0px .5em 0px;
	position: absolute;
	top: 0px;
	right: 15px;
}
#header ul ul {
	padding-bottom: 0;
}
#header li {
	display: block;
	float: left;
	margin: 0 18px 0 0;
	/* text-indent: 13px; */
	padding-bottom: 0;
	background-image: url(images/bullet-triangle.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1.1em;
	position: relative;
}
#header li.last {
	margin: 0;
}
#header li ul {
	position: absolute;
	background-color: #fff;
	border: 1px solid #D3CAAA;
	width: 10em;
	left: -999em;
	top: 1.1em;
	z-index: 100;
	font-size: 90%;
}
#header li:hover ul {
	left: 0;
	z-index: 1000;
}
#header li ul li {
	background-image: none;
	text-indent: 0;
	width: 100%;
	padding: 0;
	margin: 0;
}
#header li ul li a {
	display: block;
	width: 100%;
	padding: .2em 0;
	text-indent: .2em;
}
#header li ul li a:hover,#header li ul li a:active {
	color: white;
	background-color: #D3CAAA;
}
#header #searchbox {
	position: absolute;
	top: 20px;
	right: 15px;
}
#masthead {
	height: 116px;
	background: #fff url(images/masthead-bg-fridge.png) repeat-x left; 
	width: 100%;
}
#mastheadleft {
	float: left;
	background-color: #fff;
}
#mastheadcap {
	background-color: #fff;
	float: right;
}
#masthead h1 {
	background: #fff url(images/masthead-text-fridge.png) no-repeat left;
	width: 186px;
	height: 116px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	float: left;
	text-indent: -3000px;
	text-overflow: clip;
}
img {
	border: none;
}

/* navigation
 *
*/
#breadcrumb {
	font-size: 80%;
	border-bottom: 1px dotted #656565;
}
#breadcrumb h3 {
	font-size: 90%;
	color: #DB0800;
	display: inline;
	padding-right: 1em;
}
.block h2.title {
	font-size: 100%;
	padding: .4em 0 0 0;
	margin: 0;
	color: #DB0800;
}
span.taxonomy {
        display: none;
}
/* both left and right side menus */
ul.menu {
	/* font-size: 80%;*/
	padding: 0 0 0 .2em;
	margin-left: 0;
}
ul.menu li {
	display: block;
	text-indent: 17px;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	list-style: none;
}
ul.menu a {
	color: #474747;
	display: block;
	width: 100%;
	text-decoration: none;
	padding: .2em 0;
}
ul.menu a:active, ul.menu a.active {
	color: #D20000;
}
/* right side menu only */
#rightsidebar div.block {
	padding: 12px;
	font-size: 80%;
}

/* left side menu only */
#leftsidebar ul.menu li {
	background-image: url(images/bullet-triangle.png);
	background-repeat: no-repeat;
	background-position: 0 .7em;
}
#leftsidebar ul.menu a {
	border-bottom: 1px dotted #656565;
}
#leftsidebar ul.menu li.expanded {
	background-image: url(images/bullet-triangle-down.png);
}
#leftsidebar ul.menu li.expanded ul {
	padding: 0;
}
#leftsidebar ul.menu li.expanded li {
	background-color: #F0EEEB;
	background-image: url(images/bullet-triangle2.png);
	background-position: 1.3em .7em;
	font-size: 110%;
	text-indent: 2.4em;
}
#leftsidebar ul.menu li.expanded li ul {
	padding-left: 1.5em;
}
#leftsidebar ul.menu li.expanded li ul li {
	background-image: none;
}
#leftsidebar ul.menu li.expanded li a {
	border-bottom-style: none;
}
#leftsidebar ul.menu li.expanded {
	border-bottom: 1px dotted #656565;
}
#leftsidebar ul.menu ul.menu li.expanded {
	border-bottom-style: none;
}
#hotlinks_fancy {
	margin: 0 0;
	font-size: 80%;
}
#hotlinks_fancy {
	margin-bottom: 1em;
	position: relative;
	background-image: url(images/hotlinks-bg.png);
	background-repeat: no-repeat;
	background-position: bottom right; 
	border-bottom: 1px dotted #fff;
	padding-right: 1em;
	/*border-top: 1px solid white; /* needed to make ie6 behave */
}
#hotlinks_fancy a {
	color: #BD0901;
	display: block;
	margin-left: 52px;
	text-decoration: none;
}
#hotlinks_fancy p {
	margin: .5em 5px;
	font-size: 90%;
	padding-bottom: 1em;
}
#hotlinks_fancy p a {
	display: inline;
	margin: 0;
}
div.block-event { /*
	background: #fff url(images/hotlinks-bg.png) no-repeat bottom right; */
}
.item-list ul {
	margin: 0;
	padding: 10px 0 0 0;
}
.item-list li {
	font-size: 80%;/*
	list-style: none; 
	background-image: url(http://fridge.ubuntu.com/sites/default/modules/event/images/ical16x16.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px; */
	border-bottom: 1px dotted #656565;
	line-height: 1.5em;
	height: 1.5em;
	overflow: hidden;
}
.item-list li a {
	color: #474747;
	text-decoration: none;
}
.event-timeleft {
	color: #999;
	font-size: 80%;
	padding-left: 5px;
}
#leftsidebar .more-link a {
	color: #BD0901;
	text-decoration: none;
	display: block;
	padding-left: 20px;
}
#footer {
	clear: both;
}
/* end navigation */

/* overide drupal styles */
.node {
	margin: inherit;
	margin: 0;
	padding: 0 0 0 0;
}

#contentpadding form {
	clear: both;
}
.clear {
	clear: both;
}
hr.clear {
	background-color: #fff;
}
.clear-block {
	display: block;
}

ul.tabs li {
	display: inline;
}
#tabs-wrapper {
	margin: inherit;
	padding: inherit;
}
a:link { /* leaving visited links a lighter blue */
	color: #336699;
}