Project

General

Profile

« Previous | Next » 

Revision 824ae003

Added by Andreas Kohlbecker almost 5 years ago

ref #8320 fixing tab color specificity probelm

View differences:

themes/zen_dataportal/css/cdm.css
1
@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);.pie-element,.lt-ie9 #page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");position:relative}.pie-container{z-index:0;position:relative}.z-pie-element,.lt-ie9 #page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");z-index:0}.lt-ie9 #header{padding-right:0;margin-right:20px}.block a:link,.block a:visited,.node a:link,.node a:visited,#identificationKey a:link,#identificationKey a:visited,#content a:link,#content a:visited{color:#115e92;text-decoration:none}.block a:hover,.block a:focus,.node a:hover,.node a:focus,#identificationKey a:hover,#identificationKey a:focus,#content a:hover,#content a:focus{text-decoration:underline}.block .Synonym a:link,.block .Synonym a:visited,.block .misapplied-name a:link,.block .misapplied-name a:visited,.node .Synonym a:link,.node .Synonym a:visited,.node .misapplied-name a:link,.node .misapplied-name a:visited,#identificationKey .Synonym a:link,#identificationKey .Synonym a:visited,#identificationKey .misapplied-name a:link,#identificationKey .misapplied-name a:visited,#content .Synonym a:link,#content .Synonym a:visited,#content .misapplied-name a:link,#content .misapplied-name a:visited{color:#7c7c7c}.block .Taxon a:link,.block .Taxon a:visited,.node .Taxon a:link,.node .Taxon a:visited,#identificationKey .Taxon a:link,#identificationKey .Taxon a:visited,#content .Taxon a:link,#content .Taxon a:visited{color:#115e92}#page-toc{float:right;background-color:#fff}#page-toc h3{margin-top:0;line-height:18px}#taxonProfileImage{float:left}.block-cdm-dataportal-feature,.media-caption,.specimens{clear:both;margin-bottom:18px}.block-cdm-dataportal-feature dt,.media-caption dt,.specimens dt{float:left;font-weight:bold;margin-right:0.3em}.block-cdm-dataportal-feature dd,.media-caption dd,.specimens dd{margin:0;margin-left:20px}.block-cdm-dataportal-feature dl dl,.media-caption dl dl,.specimens dl dl{margin:0}.breadcrumbs li{padding:0 0 0 0}#search_results a:link,#search_results a:visited{color:#115e92;text-decoration:none}#search_results a:hover,#search_results a:focus{text-decoration:underline}#search_results .Synonym a:link,#search_results .Synonym a:visited,#search_results .misapplied-name a:link,#search_results .misapplied-name a:visited{color:#7c7c7c}#search_results .Taxon a:link,#search_results .Taxon a:visited{color:#115e92}#search_results table{margin:1em 0}div.cdm-item-list div.item{margin:9px 0}.page-part{margin-bottom:18px;clear:none}.description_list h3{font-size:12px;line-height:18px;font-weight:bold}#synonymy div.accepted-name{margin-bottom:-1em;margin-top:1em}#synonymy .homotypic-synonymy-group,#synonymy .heterotypic-synonymy-group,#synonymy .taxon-relationships{border-bottom:1px solid #DEDEDE;margin:1em 0px;padding:0}dl.media-caption{margin:0}.media-caption dd{margin-left:0}.media-caption dd .title{font-size:100%}.image-gallerie td.caption{padding-bottom:1em}#specimens table.media_gallery{margin-top:0.2em}#specimens .description_list{clear:both}#specimens .description_list h3{margin-top:0;background-color:#ddd}#specimens .description_list h4{clear:left;margin-bottom:0;font-style:italic}#specimens .dynabox_content{margin-left:10px;margin-right:10px}#specimens .block-cdm-dataportal-feature{margin-left:20px;margin-bottom:0}#specimens .block-cdm-dataportal-feature h2{font-size:12px;line-height:18px;font-weight:bold}#specimens ul.typeDesignations{clear:both}#specimens .dna-sequence div{font-size:12px;font-family:monospace;clear:left;padding-left:20px}#specimens .derived_from{clear:both}.registration .name_type_designation .type_status{font-weight:bold}.registration .registration-date-and-institute{color:#999}.registration .published-name .TaxonName .name{font-weight:bold}.registration .typified-name .cdm\:TaxonName{color:#999}.registration .typified-name .cdm\:TaxonName a{color:#999}.registration .typified-name .cdm\:TaxonName .TaxonName .name{font-weight:bold}.registration .registration-summary .registered_name .name{font-weight:bold}.registration .registration-summary .referenced_typified_name{color:#999}.registration .registration-summary .label{font-weight:bold}#system-theme-settings .image-preview{width:600px;max-height:150px;overflow:auto}#system-theme-settings .image-preview img{max-width:none}#classification-breadcrumbs{font-size:1.5em;line-height:1.5em}@media all and (min-width: 960px){#classification-breadcrumbs{font-size:1em}}
1
/**
2
 * @file
3
 * cdm_dataportal specific styling
4
 *
5
 * Style the markup found in the cdm_dataportal module.
6
 */
7
@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);
8
@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);
9
/* line 30, ../sass/ie-legacy.scss */
10
.pie-element, .lt-ie9 #page {
11
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
12
  position: relative;
13
}
14

  
15
/* line 43, ../sass/ie-legacy.scss */
16
.pie-container {
17
  z-index: 0;
18
  position: relative;
19
}
20

  
21
/* line 47, ../sass/ie-legacy.scss */
22
.z-pie-element, .lt-ie9 #page {
23
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
24
  z-index: 0;
25
}
26

  
27
/* line 63, ../sass/ie-legacy.scss */
28
.lt-ie9 #header {
29
  /* 
30
   * reset right padding to zero and use margin-right instead,
31
   * this avoids the need for background-clip: content-box
32
   * which is not suppoorted in IE < 9
33
   */
34
  padding-right: 0;
35
  margin-right: 20px;
36
}
37

  
38
/*  style links only for content in blocks and node and backbutton
39
    added also #identificationKey since there are not yet drupal nodes */
40
/* line 43, ../sass/_mixins.scss */
41
.block a:link,
42
.block a:visited, .node a:link,
43
.node a:visited, #identificationKey a:link,
44
#identificationKey a:visited, #content a:link,
45
#content a:visited {
46
  color: #115e92;
47
  text-decoration: none;
48
}
49
/* line 49, ../sass/_mixins.scss */
50
.block a:hover,
51
.block a:focus, .node a:hover,
52
.node a:focus, #identificationKey a:hover,
53
#identificationKey a:focus, #content a:hover,
54
#content a:focus {
55
  text-decoration: underline;
56
}
57
/* line 58, ../sass/_mixins.scss */
58
.block .Synonym a:link,
59
.block .Synonym a:visited, .block .misapplied-name a:link,
60
.block .misapplied-name a:visited, .node .Synonym a:link,
61
.node .Synonym a:visited, .node .misapplied-name a:link,
62
.node .misapplied-name a:visited, #identificationKey .Synonym a:link,
63
#identificationKey .Synonym a:visited, #identificationKey .misapplied-name a:link,
64
#identificationKey .misapplied-name a:visited, #content .Synonym a:link,
65
#content .Synonym a:visited, #content .misapplied-name a:link,
66
#content .misapplied-name a:visited {
67
  color: #7c7c7c;
68
}
69
/* line 64, ../sass/_mixins.scss */
70
.block .Taxon a:link,
71
.block .Taxon a:visited, .node .Taxon a:link,
72
.node .Taxon a:visited, #identificationKey .Taxon a:link,
73
#identificationKey .Taxon a:visited, #content .Taxon a:link,
74
#content .Taxon a:visited {
75
  color: #115e92;
76
}
77

  
78
/* line 19, ../sass/cdm.scss */
79
#content a.tabs-primary__tab-link {
80
  color: #333;
81
}
82

  
83
/* line 23, ../sass/cdm.scss */
84
#page-toc {
85
  float: right;
86
  background-color: white;
87
}
88
/* line 26, ../sass/cdm.scss */
89
#page-toc h3 {
90
  margin-top: 0;
91
  line-height: 18px;
92
}
93

  
94
/* line 32, ../sass/cdm.scss */
95
#taxonProfileImage {
96
  float: left;
97
}
98

  
99
/* line 36, ../sass/cdm.scss */
100
.block-cdm-dataportal-feature, .media-caption, .specimens {
101
  clear: both;
102
  margin-bottom: 18px;
103
}
104
/* line 39, ../sass/cdm.scss */
105
.block-cdm-dataportal-feature dt, .media-caption dt, .specimens dt {
106
  float: left;
107
  font-weight: bold;
108
  margin-right: 0.3em;
109
}
110
/* line 44, ../sass/cdm.scss */
111
.block-cdm-dataportal-feature dd, .media-caption dd, .specimens dd {
112
  margin: 0;
113
  margin-left: 20px;
114
}
115
/* line 48, ../sass/cdm.scss */
116
.block-cdm-dataportal-feature dl dl, .media-caption dl dl, .specimens dl dl {
117
  margin: 0;
118
  /* reset default from cdm_dataportal.css */
119
}
120

  
121
/* line 53, ../sass/cdm.scss */
122
.breadcrumbs li {
123
  padding: 0 0 0 0;
124
}
125

  
126
/*
127
 * Search results
128
 */
129
/* line 43, ../sass/_mixins.scss */
130
#search_results a:link,
131
#search_results a:visited {
132
  color: #115e92;
133
  text-decoration: none;
134
}
135
/* line 49, ../sass/_mixins.scss */
136
#search_results a:hover,
137
#search_results a:focus {
138
  text-decoration: underline;
139
}
140
/* line 58, ../sass/_mixins.scss */
141
#search_results .Synonym a:link,
142
#search_results .Synonym a:visited, #search_results .misapplied-name a:link,
143
#search_results .misapplied-name a:visited {
144
  color: #7c7c7c;
145
}
146
/* line 64, ../sass/_mixins.scss */
147
#search_results .Taxon a:link,
148
#search_results .Taxon a:visited {
149
  color: #115e92;
150
}
151
/* line 65, ../sass/cdm.scss */
152
#search_results table {
153
  margin: 1em 0;
154
}
155

  
156
/* line 70, ../sass/cdm.scss */
157
div.cdm-item-list div.item {
158
  margin: 9px 0;
159
}
160

  
161
/*
162
 * Taxon page and parts
163
 */
164
/* line 78, ../sass/cdm.scss */
165
.page-part {
166
  margin-bottom: 18px;
167
  clear: none;
168
}
169

  
170
/*
171
 * definition list container rendered by the
172
 * drupal theme function theme_description_list()
173
 */
174
/* line 88, ../sass/cdm.scss */
175
.description_list h3 {
176
  font-size: 12px;
177
  line-height: 18px;
178
  font-weight: bold;
179
}
180

  
181
/*
182
 * Synonymy
183
 */
184
/* line 102, ../sass/cdm.scss */
185
#synonymy div.accepted-name {
186
  margin-bottom: -1em;
187
  margin-top: 1em;
188
}
189
/* line 107, ../sass/cdm.scss */
190
#synonymy .homotypic-synonymy-group, #synonymy .heterotypic-synonymy-group, #synonymy .taxon-relationships {
191
  border-bottom: 1px solid #DEDEDE;
192
  /* replace padding by margin */
193
  margin: 1em 0px;
194
  padding: 0;
195
}
196

  
197
/*
198
 * Media
199
 */
200
/* line 118, ../sass/cdm.scss */
201
dl.media-caption {
202
  margin: 0;
203
}
204

  
205
/* line 122, ../sass/cdm.scss */
206
.media-caption dd {
207
  margin-left: 0;
208
}
209
/* line 124, ../sass/cdm.scss */
210
.media-caption dd .title {
211
  font-size: 100%;
212
}
213

  
214
/* line 129, ../sass/cdm.scss */
215
.image-gallerie td.caption {
216
  padding-bottom: 1em;
217
}
218

  
219
/*
220
 * specimens
221
 */
222
/* line 137, ../sass/cdm.scss */
223
#specimens table.media_gallery {
224
  margin-top: 0.2em;
225
}
226
/* line 140, ../sass/cdm.scss */
227
#specimens .description_list {
228
  clear: both;
229
}
230
/* line 142, ../sass/cdm.scss */
231
#specimens .description_list h3 {
232
  margin-top: 0;
233
  background-color: #ddd;
234
}
235
/* line 146, ../sass/cdm.scss */
236
#specimens .description_list h4 {
237
  clear: left;
238
  margin-bottom: 0;
239
  font-style: italic;
240
}
241
/* line 152, ../sass/cdm.scss */
242
#specimens .dynabox_content {
243
  margin-left: 10px;
244
  margin-right: 10px;
245
}
246
/* line 156, ../sass/cdm.scss */
247
#specimens .block-cdm-dataportal-feature {
248
  margin-left: 20px;
249
  margin-bottom: 0;
250
}
251
/* line 159, ../sass/cdm.scss */
252
#specimens .block-cdm-dataportal-feature h2 {
253
  font-size: 12px;
254
  line-height: 18px;
255
  font-weight: bold;
256
}
257
/* line 165, ../sass/cdm.scss */
258
#specimens ul.typeDesignations {
259
  clear: both;
260
}
261
/* line 168, ../sass/cdm.scss */
262
#specimens .dna-sequence div {
263
  font-size: 12px;
264
  font-family: monospace;
265
  clear: left;
266
  padding-left: 20px;
267
}
268
/* line 174, ../sass/cdm.scss */
269
#specimens .derived_from {
270
  clear: both;
271
}
272

  
273
/*
274
 * Registration page & items
275
 */
276
/* line 184, ../sass/cdm.scss */
277
.registration .name_type_designation .type_status {
278
  font-weight: bold;
279
}
280
/* line 188, ../sass/cdm.scss */
281
.registration .registration-date-and-institute {
282
  color: #999;
283
}
284
/* line 193, ../sass/cdm.scss */
285
.registration .published-name .TaxonName .name {
286
  font-weight: bold;
287
}
288
/* line 197, ../sass/cdm.scss */
289
.registration .typified-name .cdm\:TaxonName {
290
  color: #999;
291
}
292
/* line 199, ../sass/cdm.scss */
293
.registration .typified-name .cdm\:TaxonName a {
294
  color: #999;
295
}
296
/* line 202, ../sass/cdm.scss */
297
.registration .typified-name .cdm\:TaxonName .TaxonName .name {
298
  font-weight: bold;
299
}
300
/* line 208, ../sass/cdm.scss */
301
.registration .registration-summary .registered_name .name {
302
  font-weight: bold;
303
}
304
/* line 211, ../sass/cdm.scss */
305
.registration .registration-summary .referenced_typified_name {
306
  color: #999;
307
}
308
/* line 214, ../sass/cdm.scss */
309
.registration .registration-summary .label {
310
  font-weight: bold;
311
}
312

  
313
/*
314
 * Theme settings page
315
 */
316
/* line 225, ../sass/cdm.scss */
317
#system-theme-settings .image-preview {
318
  width: 600px;
319
  max-height: 150px;
320
  overflow: auto;
321
}
322
/* line 229, ../sass/cdm.scss */
323
#system-theme-settings .image-preview img {
324
  max-width: none;
325
  /* reset style in mormalize.scss */
326
}
327

  
328
/*****************************************************************************************
329
 * RESPONSIVE
330
 *
331
 * using the same media queries here as in layout/_responsive.scss
332
 *****************************************************************************************/
333
/* line 242, ../sass/cdm.scss */
334
#classification-breadcrumbs {
335
  font-size: 1.5em;
336
  line-height: 1.5em;
337
}
338

  
339
@media all and (min-width: 960px) {
340
  /* line 253, ../sass/cdm.scss */
341
  #classification-breadcrumbs {
342
    font-size: 1em;
343
  }
344
}
themes/zen_dataportal/css/styles.css
1
@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);.pie-element,.lt-ie9 #page,#page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");position:relative}.pie-container{z-index:0;position:relative}.z-pie-element,.lt-ie9 #page,#page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");z-index:0}.lt-ie9 #header{padding-right:0;margin-right:20px}article,aside,details,figcaption,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:"droid_sansregular",sans-serif;font-size:75%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.5em}button,input,select,textarea{font-family:"droid_sansregular",sans-serif}body{margin:0;padding:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}p,pre{margin:1.5em 0}blockquote{margin:1.5em 30px}h1{font-size:2em;line-height:1.5em;margin-top:0.75em;margin-bottom:0.75em}h2{font-size:1.6em;line-height:1.875em;margin-top:0.9375em;margin-bottom:0.9375em}h3{font-size:1.5em;line-height:2em;margin-top:1em;margin-bottom:1em}h4{font-size:1em;line-height:1.5em;margin-top:1.5em;margin-bottom:1.5em}h5{font-size:0.83em;line-height:1.80723em;margin-top:1.80723em;margin-bottom:1.80723em}h6{font-size:0.67em;line-height:2.23881em;margin-top:2.23881em;margin-bottom:2.23881em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0;border:1px solid #666;padding-bottom:-1px;margin:1.5em 0}mark{background:#ff0;color:#000}code,kbd,pre,samp,tt,var{font-family:"droid_sans_monoregular",monospace,sans-serif;_font-family:'courier new', monospace;font-size:1em;line-height:1.5em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul,.item-list ul{margin:12px 0}ol ol,ol ul,ul ol,ul ul{margin:0}dd{margin:0 0 0 30px}menu,ol,ul{padding:0 0 0 30px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic;max-width:100%;height:auto}img .lt-ie9{width:auto}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{margin:0 2px;border-color:#c0c0c0;border-top-style:solid;border-top-width:0.08333em;padding-top:0.44167em;border-bottom-style:solid;border-bottom-width:0.08333em;padding-bottom:0.89167em;border-left-style:solid;border-left-width:0.08333em;padding-left:0.89167em;border-right-style:solid;border-right-width:0.08333em;padding-right:0.89167em}legend{border:0;padding:0;*margin-left:-7px}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;max-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}label{display:block;font-weight:bold}table{border-collapse:collapse;border-spacing:0;margin-top:1.5em;margin-bottom:1.5em}td{vertical-align:top;text-align:left}#page,.region-bottom{margin-left:auto;margin-right:auto;max-width:960px}#header,#content,#navigation,.region-sidebar-first,.region-sidebar-second,#footer{padding-left:20px;padding-right:20px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;*behavior:url("/polyfills/box-sizing-polyfill/boxsizing.htc");_display:inline;_overflow:hidden;_overflow-y:visible}#header,#main,#footer{*position:relative;*zoom:1}#header:before,#header:after,#main:before,#main:after,#footer:before,#footer:after{content:"";display:table}#header:after,#main:after,#footer:after{clear:both}#main{padding-top:60px;padding-bottom:40px;position:relative}#navigation{position:absolute;top:0;height:40px;width:100%}@media all and (min-width: 480px) and (max-width: 959px){.sidebar-first #content{float:left;width:66.66667%;margin-left:33.33333%;margin-right:-100%}.sidebar-first .region-sidebar-first{float:left;width:33.33333%;margin-left:0%;margin-right:-33.33333%}.sidebar-second #content{float:left;width:66.66667%;margin-left:0%;margin-right:-66.66667%}.sidebar-second .region-sidebar-second{float:left;width:33.33333%;margin-left:66.66667%;margin-right:-100%}.two-sidebars #content{float:left;width:66.66667%;margin-left:33.33333%;margin-right:-100%}.two-sidebars .region-sidebar-first{float:left;width:33.33333%;margin-left:0%;margin-right:-33.33333%}.two-sidebars .region-sidebar-second{float:left;width:100%;margin-left:0%;margin-right:-100%;padding-left:0;padding-right:0;clear:left}.two-sidebars .region-sidebar-second .block{padding-left:20px;padding-right:20px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;*behavior:url("/polyfills/box-sizing-polyfill/boxsizing.htc");_display:inline;_overflow:hidden;_overflow-y:visible}.two-sidebars .region-sidebar-second .block:nth-child(3n+1){float:left;width:33.33333%;margin-left:0%;margin-right:-33.33333%;clear:left}.two-sidebars .region-sidebar-second .block:nth-child(3n+2){float:left;width:33.33333%;margin-left:33.33333%;margin-right:-66.66667%}.two-sidebars .region-sidebar-second .block:nth-child(3n){float:left;width:33.33333%;margin-left:66.66667%;margin-right:-100%}}@media all and (min-width: 960px){.sidebar-first #content{float:left;width:75%;margin-left:25%;margin-right:-100%}.sidebar-first .region-sidebar-first{float:left;width:25%;margin-left:0%;margin-right:-25%}.sidebar-second #content{float:left;width:75%;margin-left:0%;margin-right:-75%}.sidebar-second .region-sidebar-second{float:left;width:25%;margin-left:75%;margin-right:-100%}.two-sidebars #content{float:left;width:50%;margin-left:25%;margin-right:-75%}.two-sidebars .region-sidebar-first{float:left;width:25%;margin-left:0%;margin-right:-25%}.two-sidebars .region-sidebar-second{float:left;width:25%;margin-left:75%;margin-right:-100%}}.with-wireframes #header,.with-wireframes #main,.with-wireframes #content,.with-wireframes #navigation,.with-wireframes .region-sidebar-first,.with-wireframes .region-sidebar-second,.with-wireframes #footer,.with-wireframes .region-bottom{outline:1px solid #ccc}.lt-ie8 .with-wireframes #header,.lt-ie8 .with-wireframes #main,.lt-ie8 .with-wireframes #content,.lt-ie8 .with-wireframes #navigation,.lt-ie8 .with-wireframes .region-sidebar-first,.lt-ie8 .with-wireframes .region-sidebar-second,.lt-ie8 .with-wireframes #footer,.lt-ie8 .with-wireframes .region-bottom{border:1px solid #ccc}.element-invisible,.element-focusable,#navigation .block-menu .block__title,#navigation .block-menu-block .block__title{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px)}.element-focusable:active,.element-focusable:focus{position:static !important;clip:auto;height:auto;width:auto;overflow:auto}#skip-link{margin:0}#skip-link a,#skip-link a:visited{display:block;width:100%;padding:2px 0 3px 0;text-align:center;background-color:#666;color:#fff}.header__logo{float:left;margin:0;padding:0}.header__logo-image{vertical-align:bottom}.header__name-and-slogan{float:left}.header__site-name{margin:0;font-size:2em;line-height:1.5em}.header__site-link:link,.header__site-link:visited{color:#000;text-decoration:none}.header__site-link:hover,.header__site-link:focus{text-decoration:underline}.header__site-slogan{margin:0}.header__secondary-menu{float:right}.header__region{clear:both}#navigation .block{margin-bottom:0}#navigation .links,#navigation .menu{margin:0;padding:0;margin-left:-20px;text-align:left;display:block}#navigation .links li,#navigation .menu li{float:left;line-height:20px;padding:0 20px;list-style-type:none;list-style-image:none;border-left:1px solid #000;border-right:1px solid #000;margin-left:-1px}#navigation .links li.first,#navigation .menu li.first{border-left:0}#navigation .links li.last,#navigation .menu li.last{border-right:0}#page{-webkit-box-shadow:0px 5px 20px #000;-moz-box-shadow:0px 5px 20px #000;box-shadow:0px 5px 20px #000;padding-top:20px;background-color:#fff}#sub-header{clear:both;min-height:20px}#sub-header #site-name{font-weight:lighter}#logo{float:left;margin:0;margin-right:20px;padding:0}#logo img{vertical-align:bottom}#admin-menu .dropdown .admin-menu-icon img{height:18px}#name-and-slogan{float:left;margin-right:20px}#site-name{font-size:2.5em;font-weight:bold;line-height:1.5em;margin:0}#site-name a:link,#site-name a:visited{color:#fff;text-decoration:none}#site-name a:hover,#site-name a:focus{color:#fff;text-decoration:none}#main-menu{padding:5px 0;padding-left:53px;background-color:#dedede;display:block;font-size:14.4px}#main-menu a:link,#main-menu a:visited{color:#000;text-decoration:none}#main-menu a:hover,#main-menu a:focus{text-decoration:underline}.breadcrumb ol{margin:0;padding:0}.breadcrumb li{display:inline;list-style-type:none;margin:0;padding:0}.page__title,.node__title,.block__title,.comments__title,.comments__form-title,.comment__title{margin:0}.node__title{display:none}.messages,.messages--status,.messages--warning,.messages--error{margin:1.5em 0;padding:10px 10px 10px 50px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');*background-image:url('../images/message-24-ok.png?1475577735');background-position:8px 8px;background-repeat:no-repeat;border:1px solid #be7}.messages--warning{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');*background-image:url('../images/message-24-warning.png?1475577735');border-color:#ed5}.messages--error{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');*background-image:url('../images/message-24-error.png?1475577735');border-color:#ed541d}.messages__list{margin:0}.messages__item{list-style-image:none}.messages--error p.error{color:#333}.ok,.messages--status{background-color:#f8fff0;color:#234600}.warning,.messages--warning{background-color:#fffce5;color:#840}.error,.messages--error{background-color:#fef5f1;color:#8c2e0b}.tabs-primary,.tabs-secondary{overflow:hidden;*zoom:1;background:-webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));background:-webkit-linear-gradient(bottom, #bbbbbb 1px,transparent 1px);background:-moz-linear-gradient(bottom, #bbbbbb 1px,transparent 1px);background:-o-linear-gradient(bottom, #bbbbbb 1px,transparent 1px);-pie-background:linear-gradient(bottom, #bbbbbb 1px,transparent 1px);background:linear-gradient(bottom, #bbbbbb 1px,transparent 1px);list-style:none;border-bottom:1px solid #bbb \0/ie;margin:1.5em 0;padding:0 2px;white-space:nowrap}.tabs-primary__tab,.tabs-primary__tab.is-active,.tabs-secondary__tab,.tabs-secondary__tab.is-active{float:left;margin:0 3px}a.tabs-primary__tab-link,a.tabs-primary__tab-link.is-active,a.tabs-secondary__tab-link,a.tabs-secondary__tab-link.is-active{border:1px solid #e9e9e9;border-right:0;border-bottom:0;display:block;line-height:1.5em;text-decoration:none}.tabs-primary__tab,.tabs-primary__tab.is-active{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;text-shadow:1px 1px 0 #fff;border:1px solid #bbb;border-bottom-color:transparent;border-bottom:0 \0/ie}.is-active.tabs-primary__tab{border-bottom-color:#fff}a.tabs-primary__tab-link,a.tabs-primary__tab-link.is-active{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-transition:background-color 0.3s;-moz-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s;color:#333;background-color:#dedede;letter-spacing:1px;padding:0 1em;text-align:center}a.tabs-primary__tab-link:hover,a.tabs-primary__tab-link:focus{background-color:#e9e9e9;border-color:#f2f2f2}a.tabs-primary__tab-link:active,a.tabs-primary__tab-link.is-active{background-color:transparent;*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233,233,233,0)));background:-webkit-linear-gradient(#e9e9e9,rgba(233,233,233,0));background:-moz-linear-gradient(#e9e9e9,rgba(233,233,233,0));background:-o-linear-gradient(#e9e9e9,rgba(233,233,233,0));-pie-background:linear-gradient(#e9e9e9,rgba(233,233,233,0));background:linear-gradient(#e9e9e9,rgba(233,233,233,0));border-color:#fff}.tabs-secondary{font-size:.9em;margin-top:-1.5em}.tabs-secondary__tab,.tabs-secondary__tab.is-active{margin:0.75em 3px}a.tabs-secondary__tab-link,a.tabs-secondary__tab-link.is-active{-webkit-border-radius:0.75em;-moz-border-radius:0.75em;-ms-border-radius:0.75em;-o-border-radius:0.75em;border-radius:0.75em;-webkit-transition:background-color 0.3s;-moz-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s;text-shadow:1px 1px 0 #fff;background-color:#f2f2f2;color:#666;padding:0 .5em}a.tabs-secondary__tab-link:hover,a.tabs-secondary__tab-link:focus{background-color:#dedede;border-color:#999;color:#333}a.tabs-secondary__tab-link:active,a.tabs-secondary__tab-link.is-active{text-shadow:1px 1px 0 #333;background-color:#666;border-color:#000;color:#fff}.inline{display:inline;padding:0}.inline li{display:inline;list-style-type:none;padding:0 1em 0 0}span.field-label{padding:0 1em 0 0}.more-link{text-align:right}.more-help-link{text-align:right}.more-help-link a{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');*background-image:url('../images/help.png?1475577735');background-position:0 50%;background-repeat:no-repeat;padding:1px 0 1px 20px}.pager{clear:both;padding:0;text-align:center}.pager-item,.pager-first,.pager-previous,.pager-next,.pager-last,.pager-ellipsis,.pager-current{display:inline;padding:0 0.5em;list-style-type:none;background-image:none}.pager-current{font-weight:bold}h1,h2,h3,h4,h5,h6{font-weight:normal}h1.title,h2.node-title,h2.block-title,h2.title,h2.comment-form,h3.title{margin:0}.block{margin-bottom:1.5em}.menu__item.is-leaf{list-style-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');*list-style-image:url('../images/menu-leaf.png?1475577735');list-style-type:square}.menu__item.is-expanded{list-style-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');*list-style-image:url('../images/menu-expanded.png?1475577735');list-style-type:circle}.menu__item.is-collapsed{list-style-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');*list-style-image:url('../images/menu-collapsed.png?1475577735');list-style-type:disc}.menu a.active{color:#000}.new,.update{color:#c00;background-color:transparent}.unpublished{height:0;overflow:visible;background-color:transparent;color:#d8d8d8;font-size:75px;line-height:1;font-family:Impact, "Arial Narrow", Helvetica, sans-serif;font-weight:bold;text-transform:uppercase;text-align:center;word-wrap:break-word}.lt-ie8 .node-unpublished>*,.lt-ie8 .comment-unpublished>*{position:relative}.comments{margin:1.5em 0}.comment-preview{background-color:#ffffea}.comment .permalink{text-transform:uppercase;font-size:75%}.indented{margin-left:30px}.form-item{margin:1.5em 0}.form-checkboxes .form-item,.form-radios .form-item{margin:0}tr.odd .form-item,tr.even .form-item{margin:0}.form-item input.error,.form-item textarea.error,.form-item select.error{border:1px solid #c00}.form-item .description{font-size:0.85em}.form-type-radio .description,.form-type-checkbox .description{margin-left:2.4em}.form-required{color:#c00}label.option{display:inline;font-weight:normal}a.button{-webkit-appearance:button;-moz-appearance:button;appearance:button}.password-parent,.confirm-parent{margin:0}#user-login-form{text-align:left}.openid-links{margin-bottom:0}.openid-link,.user-link{margin-top:1.5em}html.js #user-login-form li.openid-link,#user-login-form li.openid-link{margin-left:-20px}#user-login ul{margin:1.5em 0}form th{text-align:left;padding-right:1em;border-bottom:3px solid #ccc}form tbody{border-top:1px solid #ccc}form table ul{margin:0}tr.even,tr.odd{background-color:#eee;border-bottom:1px solid #ccc;padding:0.1em 0.6em}tr.even{background-color:#fff}.lt-ie8 tr.even th,.lt-ie8 tr.even td,.lt-ie8 tr.odd th,.lt-ie8 tr.odd td{border-bottom:1px solid #ccc}td.active{background-color:#ddd}td.checkbox,th.checkbox{text-align:center}td.menu-disabled{background:#ccc}#autocomplete .selected{background:#0072b9;color:#fff}html.js .collapsible .fieldset-legend{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');*background-image:url('../images/menu-expanded.png?1475577735');background-position:5px 65%;background-repeat:no-repeat;padding-left:15px}html.js .collapsed .fieldset-legend{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');*background-image:url('../images/menu-collapsed.png?1475577735');background-position:5px 50%}.fieldset-legend .summary{color:#999;font-size:0.9em;margin-left:0.5em}tr.drag{background-color:#fffff0}tr.drag-previous{background-color:#ffd}.tabledrag-toggle-weight{font-size:0.9em}tr.selected td{background:#ffc}.progress{font-weight:bold}.progress .bar{background:#ccc;border-color:#666;margin:0 0.2em;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.progress .filled{background-color:#0072b9;background-image:url('../images/progress.gif?1475577735')}@media print{a:link,a:visited{text-decoration:underline !important}a:link.header__site-link,a:visited.header__site-link{text-decoration:none !important}#content a[href]:after{content:" (" attr(href) ")";font-weight:normal;font-size:12px}#content a[href^="javascript:"]:after,#content a[href^="#"]:after{content:""}#content abbr[title]:after{content:" (" attr(title) ")"}#content{float:none !important;width:100% !important;margin:0 !important;padding:0 !important}body,#page,#main,#content{color:#000;background-color:transparent !important;background-image:none !important}#skip-link,#toolbar,#navigation,.region-sidebar-first,.region-sidebar-second,#footer,.breadcrumb,.tabs,.action-links,.links,.book-navigation,.forum-topic-navigation,.pager,.feed-icons{visibility:hidden;display:none}}.pie-element,.lt-ie9 #page,#page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");position:relative}.pie-container{z-index:0;position:relative}.z-pie-element,.lt-ie9 #page,#page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");z-index:0}.lt-ie9 #header{padding-right:0;margin-right:20px}.block a:link,.block a:visited,.node a:link,.node a:visited,#identificationKey a:link,#identificationKey a:visited,#content a:link,#content a:visited{color:#115e92;text-decoration:none}.block a:hover,.block a:focus,.node a:hover,.node a:focus,#identificationKey a:hover,#identificationKey a:focus,#content a:hover,#content a:focus{text-decoration:underline}.block .Synonym a:link,.block .Synonym a:visited,.block .misapplied-name a:link,.block .misapplied-name a:visited,.node .Synonym a:link,.node .Synonym a:visited,.node .misapplied-name a:link,.node .misapplied-name a:visited,#identificationKey .Synonym a:link,#identificationKey .Synonym a:visited,#identificationKey .misapplied-name a:link,#identificationKey .misapplied-name a:visited,#content .Synonym a:link,#content .Synonym a:visited,#content .misapplied-name a:link,#content .misapplied-name a:visited{color:#7c7c7c}.block .Taxon a:link,.block .Taxon a:visited,.node .Taxon a:link,.node .Taxon a:visited,#identificationKey .Taxon a:link,#identificationKey .Taxon a:visited,#content .Taxon a:link,#content .Taxon a:visited{color:#115e92}#page-toc{float:right;background-color:#fff}#page-toc h3{margin-top:0;line-height:18px}#taxonProfileImage{float:left}.block-cdm-dataportal-feature,.media-caption,.specimens{clear:both;margin-bottom:18px}.block-cdm-dataportal-feature dt,.media-caption dt,.specimens dt{float:left;font-weight:bold;margin-right:0.3em}.block-cdm-dataportal-feature dd,.media-caption dd,.specimens dd{margin:0;margin-left:40px}.block-cdm-dataportal-feature dl dl,.media-caption dl dl,.specimens dl dl{margin:0}.breadcrumbs li{padding:0 0 0 0}#search_results a:link,#search_results a:visited{color:#115e92;text-decoration:none}#search_results a:hover,#search_results a:focus{text-decoration:underline}#search_results .Synonym a:link,#search_results .Synonym a:visited,#search_results .misapplied-name a:link,#search_results .misapplied-name a:visited{color:#7c7c7c}#search_results .Taxon a:link,#search_results .Taxon a:visited{color:#115e92}#search_results table{margin:1em 0}div.cdm-item-list div.item{margin:9px 0}.page-part{margin-bottom:18px;clear:none}.description_list h3{font-size:12px;line-height:18px;font-weight:bold}#synonymy div.accepted-name{margin-bottom:-1em;margin-top:1em}#synonymy .homotypic-synonymy-group,#synonymy .heterotypic-synonymy-group,#synonymy .taxon-relationships{border-bottom:1px solid #DEDEDE;margin:1em 0px;padding:0}dl.media-caption{margin:0}.media-caption dd{margin-left:0}.media-caption dd .title{font-size:100%}.image-gallerie td.caption{padding-bottom:1em}#specimens table.media_gallery{margin-top:0.2em}#specimens .description_list{clear:both}#specimens .description_list h3{margin-top:0;background-color:#ddd}#specimens .description_list h4{clear:left;margin-bottom:0;font-style:italic}#specimens .dynabox_content{margin-left:20px;margin-right:20px}#specimens .block-cdm-dataportal-feature{margin-left:40px;margin-bottom:0}#specimens .block-cdm-dataportal-feature h2{font-size:12px;line-height:18px;font-weight:bold}#specimens ul.typeDesignations{clear:both}#specimens .dna-sequence div{font-size:12px;font-family:monospace;clear:left;padding-left:40px}#specimens .derived_from{clear:both}.registration .name_type_designation .type_status{font-weight:bold}.registration .registration-date-and-institute{color:#999}.registration .published-name .TaxonName .name{font-weight:bold}.registration .typified-name .cdm\:TaxonName{color:#999}.registration .typified-name .cdm\:TaxonName a{color:#999}.registration .typified-name .cdm\:TaxonName .TaxonName .name{font-weight:bold}.registration .registration-summary .registered_name .name{font-weight:bold}.registration .registration-summary .referenced_typified_name{color:#999}.registration .registration-summary .label{font-weight:bold}#system-theme-settings .image-preview{width:600px;max-height:150px;overflow:auto}#system-theme-settings .image-preview img{max-width:none}#classification-breadcrumbs{font-size:1.5em;line-height:1.5em}@media all and (min-width: 960px){#classification-breadcrumbs{font-size:1em}}
1
/**
2
 * @file
3
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
4
 *
5
 * When you turn on CSS aggregation at admin/config/development/performance, all
6
 * of these @include files will be combined into a single file.
7
 */
8
/* Import Sass mixins, variables, Compass modules, etc. */
9
@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);
10
@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);
11
@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);
12
@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);
13
/* line 30, ../sass/ie-legacy.scss */
14
.pie-element, .lt-ie9 #page, #page {
15
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
16
  position: relative;
17
}
18

  
19
/* line 43, ../sass/ie-legacy.scss */
20
.pie-container {
21
  z-index: 0;
22
  position: relative;
23
}
24

  
25
/* line 47, ../sass/ie-legacy.scss */
26
.z-pie-element, .lt-ie9 #page, #page {
27
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
28
  z-index: 0;
29
}
30

  
31
/* line 63, ../sass/ie-legacy.scss */
32
.lt-ie9 #header {
33
  /* 
34
   * reset right padding to zero and use margin-right instead,
35
   * this avoids the need for background-clip: content-box
36
   * which is not suppoorted in IE < 9
37
   */
38
  padding-right: 0;
39
  margin-right: 20px;
40
}
41

  
42
/* HTML element (SMACSS base) rules */
43
/**
44
 * @file
45
 * Normalize.css is intended to be used as an alternative to CSS resets.
46
 *
47
 * This file is a slight fork of these original sources:
48
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
49
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
50
 *
51
 * It's suggested that you read the normalize.scss file and customise it to meet
52
 * your needs, rather then including the file in your project and overriding the
53
 * defaults later in your CSS.
54
 * @see http://nicolasgallagher.com/about-normalize-css/
55
 *
56
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
57
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
58
 */
59
/**
60
 * HTML5 display definitions
61
 */
62
/* Correct `block` display not defined in IE 8/9. */
63
/* line 33, ../sass/_normalize.scss */
64
article,
65
aside,
66
details,
67
figcaption,
68
figure,
69
footer,
70
header,
71
main,
72
nav,
73
section,
74
summary {
75
  display: block;
76
}
77

  
78
/* Correct `inline-block` display not defined in IE 8/9. */
79
/* line 40, ../sass/_normalize.scss */
80
audio,
81
canvas,
82
video {
83
  display: inline-block;
84
  *display: inline;
85
  *zoom: 1;
86
}
87

  
88
/**
89
 * Prevent modern browsers from displaying `audio` without controls.
90
 * Remove excess height in iOS 5 devices.
91
 */
92
/* line 52, ../sass/_normalize.scss */
93
audio:not([controls]) {
94
  display: none;
95
  height: 0;
96
}
97

  
98
/* Address styling not present in IE 8/9. */
99
/* line 58, ../sass/_normalize.scss */
100
[hidden] {
101
  display: none;
102
}
103

  
104
/**
105
 * Base
106
 *
107
 * Instead of relying on the fonts that are available on a user's computer, you
108
 * can use web fonts which, like images, are resources downloaded to the user's
109
 * browser. Because of the bandwidth and rendering resources required, web fonts
110
 * should be used with care.
111
 *
112
 * Numerous resources for web fonts can be found on Google. Here are a few
113
 * websites where you can find Open Source fonts to download:
114
 * - http://www.fontsquirrel.com/fontface
115
 * - http://www.theleagueofmoveabletype.com
116
 *
117
 * In order to use these fonts, you will need to convert them into formats
118
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
119
 * Font-Face Generator:
120
 *   http://www.fontsquirrel.com/fontface/generator
121
 *
122
 * The following is an example @font-face declaration. This font can then be
123
 * used in any ruleset using a property like this:  font-family: Example, serif;
124
 *
125
 * Since we're using Sass, you'll need to declare your font faces here, then you
126
 * can add them to the font variables in the _init.scss partial.
127
 */
128
/*
129
@font-face {
130
  font-family: 'Example';
131
  src: url('../fonts/example.eot');
132
  src: url('../fonts/example.eot?iefix') format('eot'),
133
    url('../fonts/example.woff') format('woff'),
134
    url('../fonts/example.ttf') format('truetype'),
135
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
136
  font-weight: normal;
137
  font-style: normal;
138
}
139
*/
140
/**
141
 * 1. Set default font family to sans-serif.
142
 * 2. Prevent iOS text size adjust after orientation change, without disabling
143
 *    user zoom.
144
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
145
 *    `em` units.
146
 */
147
/* line 106, ../sass/_normalize.scss */
148
html {
149
  font-family: "droid_sansregular", sans-serif;
150
  /* 1 */
151
  font-size: 75%;
152
  /* 3 */
153
  -ms-text-size-adjust: 100%;
154
  /* 2 */
155
  -webkit-text-size-adjust: 100%;
156
  /* 2 */
157
  line-height: 1.5em;
158
}
159

  
160
/* Address `font-family` inconsistency between `textarea` and other form elements. */
161
/* line 120, ../sass/_normalize.scss */
162
button,
163
input,
164
select,
165
textarea {
166
  font-family: "droid_sansregular", sans-serif;
167
}
168

  
169
/* Remove default margin. */
170
/* line 126, ../sass/_normalize.scss */
171
body {
172
  margin: 0;
173
  padding: 0;
174
}
175

  
176
/**
177
 * Links
178
 *
179
 * The order of link states are based on Eric Meyer's article:
180
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
181
 */
182
/* Address `outline` inconsistency between Chrome and other browsers. */
183
/* line 148, ../sass/_normalize.scss */
184
a:focus {
185
  outline: thin dotted;
186
}
187

  
188
/* Improve readability when focused and also mouse hovered in all browsers. */
189
/* line 154, ../sass/_normalize.scss */
190
a:active,
191
a:hover {
192
  outline: 0;
193
}
194

  
195
/**
196
 * Typography
197
 *
198
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
199
 * so that the line height of our base font becomes the basic unit of vertical
200
 * measurement. We use multiples of that unit to set the top and bottom margins
201
 * for our block level elements and to set the line heights of any fonts.
202
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
203
 */
204
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
205
/* line 170, ../sass/_normalize.scss */
206
p,
207
pre {
208
  margin: 1.5em 0;
209
}
210

  
211
/* line 173, ../sass/_normalize.scss */
212
blockquote {
213
  /* Also indent the quote on both sides. */
214
  margin: 1.5em 30px;
215
}
216

  
217
/**
218
 * Address variable `h1` font-size and margin within `section` and `article`
219
 * contexts in Firefox 4+, Safari 5, and Chrome.
220
 */
221
/* line 182, ../sass/_normalize.scss */
222
h1 {
223
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
224
  font-size: 2em;
225
  line-height: 1.5em;
226
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
227
  margin-top: 0.75em;
228
  margin-bottom: 0.75em;
229
}
230

  
231
/* line 190, ../sass/_normalize.scss */
232
h2 {
233
  font-size: 1.6em;
234
  line-height: 1.875em;
235
  margin-top: 0.9375em;
236
  margin-bottom: 0.9375em;
237
}
238

  
239
/* line 195, ../sass/_normalize.scss */
240
h3 {
241
  font-size: 1.5em;
242
  line-height: 2em;
243
  margin-top: 1em;
244
  margin-bottom: 1em;
245
}
246

  
247
/* line 200, ../sass/_normalize.scss */
248
h4 {
249
  font-size: 1em;
250
  line-height: 1.5em;
251
  margin-top: 1.5em;
252
  margin-bottom: 1.5em;
253
}
254

  
255
/* line 205, ../sass/_normalize.scss */
256
h5 {
257
  font-size: 0.83em;
258
  line-height: 1.80723em;
259
  margin-top: 1.80723em;
260
  margin-bottom: 1.80723em;
261
}
262

  
263
/* line 210, ../sass/_normalize.scss */
264
h6 {
265
  font-size: 0.67em;
266
  line-height: 2.23881em;
267
  margin-top: 2.23881em;
268
  margin-bottom: 2.23881em;
269
}
270

  
271
/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
272
/* line 217, ../sass/_normalize.scss */
273
abbr[title] {
274
  border-bottom: 1px dotted;
275
}
276

  
277
/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
278
/* line 223, ../sass/_normalize.scss */
279
b,
280
strong {
281
  font-weight: bold;
282
}
283

  
284
/* Address styling not present in Safari 5 and Chrome. */
285
/* line 228, ../sass/_normalize.scss */
286
dfn {
287
  font-style: italic;
288
}
289

  
290
/* Address differences between Firefox and other browsers. */
291
/* line 233, ../sass/_normalize.scss */
292
hr {
293
  -webkit-box-sizing: content-box;
294
  -moz-box-sizing: content-box;
295
  box-sizing: content-box;
296
  height: 0;
297
  border: 1px solid #666;
298
  padding-bottom: -1px;
299
  margin: 1.5em 0;
300
}
301

  
302
/* Address styling not present in IE 8/9. */
303
/* line 242, ../sass/_normalize.scss */
304
mark {
305
  background: #ff0;
306
  color: #000;
307
}
308

  
309
/* Correct font family set oddly in Safari 5 and Chrome. */
310
/* line 253, ../sass/_normalize.scss */
311
code,
312
kbd,
313
pre,
314
samp,
315
tt,
316
var {
317
  font-family: "droid_sans_monoregular", monospace, sans-serif;
318
  _font-family: 'courier new', monospace;
319
  font-size: 1em;
320
  line-height: 1.5em;
321
}
322

  
323
/* Improve readability of pre-formatted text in all browsers. */
324
/* line 262, ../sass/_normalize.scss */
325
pre {
326
  white-space: pre;
327
  white-space: pre-wrap;
328
  word-wrap: break-word;
329
}
330

  
331
/* Set consistent quote types. */
332
/* line 274, ../sass/_normalize.scss */
333
q {
334
  quotes: "\201C" "\201D" "\2018" "\2019";
335
}
336

  
337
/* Address inconsistent and variable font size in all browsers. */
338
/* line 279, ../sass/_normalize.scss */
339
small {
340
  font-size: 80%;
341
}
342

  
343
/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
344
/* line 285, ../sass/_normalize.scss */
345
sub,
346
sup {
347
  font-size: 75%;
348
  line-height: 0;
349
  position: relative;
350
  vertical-align: baseline;
351
}
352

  
353
/* line 291, ../sass/_normalize.scss */
354
sup {
355
  top: -0.5em;
356
}
357

  
358
/* line 294, ../sass/_normalize.scss */
359
sub {
360
  bottom: -0.25em;
361
}
362

  
363
/**
364
 * Lists
365
 */
366
/* line 305, ../sass/_normalize.scss */
367
dl,
368
menu,
369
ol,
370
ul,
371
.item-list ul {
372
  /* Address margins set differently in IE 6/7. */
373
  margin: 12px 0;
374
}
375

  
376
/* line 313, ../sass/_normalize.scss */
377
ol ol,
378
ol ul,
379
ul ol,
380
ul ul {
381
  /* Turn off margins on nested lists. */
382
  margin: 0;
383
}
384

  
385
/* line 318, ../sass/_normalize.scss */
386
dd {
387
  margin: 0 0 0 30px;
388
  /* LTR */
389
}
390

  
391
/* Address paddings set differently in IE 6/7. */
392
/* line 325, ../sass/_normalize.scss */
393
menu,
394
ol,
395
ul {
396
  padding: 0 0 0 30px;
397
  /* LTR */
398
}
399

  
400
/* Correct list images handled incorrectly in IE 7. */
401
/* line 332, ../sass/_normalize.scss */
402
nav ul,
403
nav ol {
404
  list-style: none;
405
  list-style-image: none;
406
}
407

  
408
/**
409
 * Embedded content and figures
410
 *
411
 * @todo Look into adding responsive embedded video.
412
 */
413
/* line 343, ../sass/_normalize.scss */
414
img {
415
  /* Remove border when inside `a` element in IE 8/9. */
416
  border: 0;
417
  /* Improve image quality when scaled in IE 7. */
418
  -ms-interpolation-mode: bicubic;
419
  /* Suppress the space beneath the baseline */
420
  /* vertical-align: bottom; */
421
  /* Responsive images */
422
  max-width: 100%;
423
  height: auto;
424
}
425
/* line 358, ../sass/_normalize.scss */
426
img .lt-ie9 {
427
  /* Correct IE 8 not scaling image height when resized. */
428
  width: auto;
429
}
430

  
431
/* Correct overflow displayed oddly in IE 9. */
432
/* line 366, ../sass/_normalize.scss */
433
svg:not(:root) {
434
  overflow: hidden;
435
}
436

  
437
/* Address margin not present in IE 8/9 and Safari 5. */
438
/* line 371, ../sass/_normalize.scss */
439
figure {
440
  margin: 0;
441
}
442

  
443
/**
444
 * Forms
445
 */
446
/* Correct margin displayed oddly in IE 6/7. */
447
/* line 381, ../sass/_normalize.scss */
448
form {
449
  margin: 0;
450
}
451

  
452
/* Define consistent border, margin, and padding. */
453
/* line 387, ../sass/_normalize.scss */
454
fieldset {
455
  margin: 0 2px;
456
  /* Apply borders and padding that keep the vertical rhythm. */
457
  border-color: #c0c0c0;
458
  border-top-style: solid;
459
  border-top-width: 0.08333em;
460
  padding-top: 0.44167em;
461
  border-bottom-style: solid;
462
  border-bottom-width: 0.08333em;
463
  padding-bottom: 0.89167em;
464
  border-left-style: solid;
465
  border-left-width: 0.08333em;
466
  padding-left: 0.89167em;
467
  border-right-style: solid;
468
  border-right-width: 0.08333em;
469
  padding-right: 0.89167em;
470
}
471

  
472
/**
473
 * 1. Correct `color` not being inherited in IE 8/9.
474
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
475
 * 3. Correct alignment displayed oddly in IE 6/7.
476
 */
477
/* line 402, ../sass/_normalize.scss */
478
legend {
479
  border: 0;
480
  /* 1 */
481
  padding: 0;
482
  /* 2 */
483
  *margin-left: -7px;
484
  /* 3 */
485
  /* LTR */
486
}
487

  
488
/**
489
 * 1. Correct font family not being inherited in all browsers.
490
 * 2. Correct font size not being inherited in all browsers.
491
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
492
 * 4. Improve appearance and consistency with IE 6/7.
493
 * 5. Keep form elements constrained in their containers.
494
 */
495
/* line 420, ../sass/_normalize.scss */
496
button,
497
input,
498
select,
499
textarea {
500
  font-family: inherit;
501
  /* 1 */
502
  font-size: 100%;
503
  /* 2 */
504
  margin: 0;
505
  /* 3 */
506
  vertical-align: baseline;
507
  /* 4 */
508
  *vertical-align: middle;
509
  /* 4 */
510
  max-width: 100%;
511
  /* 5 */
512
  -webkit-box-sizing: border-box;
513
  -moz-box-sizing: border-box;
514
  box-sizing: border-box;
515
  /* 5 */
516
}
517

  
518
/**
519
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
520
 * the UA stylesheet.
521
 */
522
/* line 437, ../sass/_normalize.scss */
523
button,
524
input {
525
  line-height: normal;
526
}
527

  
528
/**
529
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
530
 * All other form control elements do not inherit `text-transform` values.
531
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
532
 * Correct `select` style inheritance in Firefox 4+ and Opera.
533
 */
534
/* line 448, ../sass/_normalize.scss */
535
button,
536
select {
537
  text-transform: none;
538
}
539

  
540
/**
541
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
542
 *    and `video` controls.
543
 * 2. Correct inability to style clickable `input` types in iOS.
544
 * 3. Improve usability and consistency of cursor style between image-type
545
 *    `input` and others.
546
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
547
 *    Known issue: inner spacing remains in IE 6.
548
 */
549
/* line 464, ../sass/_normalize.scss */
550
button,
551
html input[type="button"],
552
input[type="reset"],
553
input[type="submit"] {
554
  -webkit-appearance: button;
555
  /* 2 */
556
  cursor: pointer;
557
  /* 3 */
558
  *overflow: visible;
559
  /* 4 */
560
}
561

  
562
/**
563
 * Re-set default cursor for disabled elements.
564
 */
565
/* line 476, ../sass/_normalize.scss */
566
button[disabled],
567
html input[disabled] {
568
  cursor: default;
569
}
570

  
571
/**
572
 * 1. Address box sizing set to `content-box` in IE 8/9.
573
 * 2. Remove excess padding in IE 8/9.
574
 * 3. Remove excess padding in IE 7.
575
 *    Known issue: excess padding remains in IE 6.
576
 */
577
/* line 487, ../sass/_normalize.scss */
578
input[type="checkbox"],
579
input[type="radio"] {
580
  -webkit-box-sizing: border-box;
581
  -moz-box-sizing: border-box;
582
  box-sizing: border-box;
583
  /* 1 */
584
  padding: 0;
585
  /* 2 */
586
  *height: 13px;
587
  /* 3 */
588
  *width: 13px;
589
  /* 3 */
590
}
591

  
592
/**
593
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
594
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
595
 *    (include `-moz` to future-proof).
596
 */
597
/* line 501, ../sass/_normalize.scss */
598
input[type="search"] {
599
  -webkit-appearance: textfield;
600
  /* 1 */
601
  -webkit-box-sizing: content-box;
602
  -moz-box-sizing: content-box;
603
  box-sizing: content-box;
604
  /* 2 */
605
}
606

  
607
/**
608
 * Remove inner padding and search cancel button in Safari 5 and Chrome
609
 * on OS X.
610
 */
611
/* line 511, ../sass/_normalize.scss */
612
input[type="search"]::-webkit-search-cancel-button,
613
input[type="search"]::-webkit-search-decoration {
614
  -webkit-appearance: none;
615
}
616

  
617
/* Remove inner padding and border in Firefox 4+. */
618
/* line 517, ../sass/_normalize.scss */
619
button::-moz-focus-inner,
620
input::-moz-focus-inner {
621
  border: 0;
622
  padding: 0;
623
}
624

  
625
/**
626
 * 1. Remove default vertical scrollbar in IE 8/9.
627
 * 2. Improve readability and alignment in all browsers.
628
 */
629
/* line 526, ../sass/_normalize.scss */
630
textarea {
631
  overflow: auto;
632
  /* 1 */
633
  vertical-align: top;
634
  /* 2 */
635
}
636

  
637
/* Drupal-style form labels. */
638
/* line 532, ../sass/_normalize.scss */
639
label {
640
  display: block;
641
  font-weight: bold;
642
}
643

  
644
/**
645
 * Tables
646
 */
647
/* line 540, ../sass/_normalize.scss */
648
table {
649
  /* Remove most spacing between table cells. */
650
  border-collapse: collapse;
651
  border-spacing: 0;
652
  /* Prevent cramped-looking tables */
653
  /* width: 100%; */
654
  /* Add vertical rhythm margins. */
655
  margin-top: 1.5em;
656
  margin-bottom: 1.5em;
657
}
658

  
659
/* line 551, ../sass/_normalize.scss */
660
td {
661
  vertical-align: top;
662
  text-align: left;
663
}
664

  
665
/* Layout rules */
666
/**
667
 * @file
668
 * Positioning for a responsive layout.
669
 *
670
 * Define CSS classes to create a fluid grid layout with optional sidebars
671
 * depending on whether blocks are placed in the left or right sidebars.
672
 *
673
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
674
 */
675
/**
676
 * Center the page.
677
 *
678
 * For screen sizes larger than 1200px, prevent excessively long lines of text
679
 * by setting a max-width.
680
 */
681
/* line 34, ../sass/layouts/_responsive.scss */
682
#page,
683
.region-bottom {
684
  margin-left: auto;
685
  margin-right: auto;
686
  max-width: 960px;
687
}
688

  
689
/* Apply the shared properties of grid items in a single, efficient ruleset. */
690
/* line 46, ../sass/layouts/_responsive.scss */
691
#header,
692
#content,
693
#navigation,
694
.region-sidebar-first,
695
.region-sidebar-second,
696
#footer {
697
  padding-left: 20px;
698
  padding-right: 20px;
699
  -moz-box-sizing: border-box;
700
  -webkit-box-sizing: border-box;
701
  -ms-box-sizing: border-box;
702
  box-sizing: border-box;
703
  word-wrap: break-word;
704
  *behavior: url("/polyfills/box-sizing-polyfill/boxsizing.htc");
705
  _display: inline;
706
  _overflow: hidden;
707
  _overflow-y: visible;
708
}
709

  
710
/* Containers for grid items and flow items. */
711
/* line 54, ../sass/layouts/_responsive.scss */
712
#header,
713
#main,
714
#footer {
715
  *position: relative;
716
  *zoom: 1;
717
}
718
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
719
#header:before, #header:after,
720
#main:before,
721
#main:after,
722
#footer:before,
723
#footer:after {
724
  content: "";
725
  display: table;
726
}
727
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
728
#header:after,
729
#main:after,
730
#footer:after {
731
  clear: both;
732
}
733

  
734
/* Navigation bar */
735
/* line 60, ../sass/layouts/_responsive.scss */
736
#main {
737
  padding-top: 60px;
738
  /* Move all the children of #main down to make room. */
739
  padding-bottom: 40px;
740
  position: relative;
741
}
742

  
743
/* line 65, ../sass/layouts/_responsive.scss */
744
#navigation {
745
  position: absolute;
746
  top: 0;
747
  /* Move the navbar up inside #main's padding. */
748
  height: 40px;
749
  width: 100%;
750
}
751

  
752
/**
753
 * Use 3 grid columns for smaller screens.
754

  
755
 * FIXME ?: see sass-old/layouts/responsive-sidebars.scss line 99
756
 */
757
@media all and (min-width: 480px) and (max-width: 959px) {
758
  /**
759
   * The layout when there is only one sidebar, the left one.
760
   */
761
  /* line 87, ../sass/layouts/_responsive.scss */
762
  .sidebar-first {
763
    /* Span 2 columns, starting in 2nd column from left. */
764
    /* Span 1 column, starting in 1st column from left. */
765
  }
766
  /* line 89, ../sass/layouts/_responsive.scss */
767
  .sidebar-first #content {
768
    float: left;
769
    width: 66.66667%;
770
    margin-left: 33.33333%;
771
    margin-right: -100%;
772
  }
773
  /* line 94, ../sass/layouts/_responsive.scss */
774
  .sidebar-first .region-sidebar-first {
775
    float: left;
776
    width: 33.33333%;
777
    margin-left: 0%;
778
    margin-right: -33.33333%;
779
  }
780

  
781
  /**
782
   * The layout when there is only one sidebar, the right one.
783
   */
784
  /* line 102, ../sass/layouts/_responsive.scss */
785
  .sidebar-second {
786
    /* Span 2 columns, starting in 1st column from left. */
787
    /* Span 1 column, starting in 3rd column from left. */
788
  }
789
  /* line 104, ../sass/layouts/_responsive.scss */
790
  .sidebar-second #content {
791
    float: left;
792
    width: 66.66667%;
793
    margin-left: 0%;
794
    margin-right: -66.66667%;
795
  }
796
  /* line 109, ../sass/layouts/_responsive.scss */
797
  .sidebar-second .region-sidebar-second {
798
    float: left;
799
    width: 33.33333%;
800
    margin-left: 66.66667%;
801
    margin-right: -100%;
802
  }
803

  
804
  /**
805
   * The layout when there are two sidebars.
806
   */
807
  /* line 117, ../sass/layouts/_responsive.scss */
808
  .two-sidebars {
809
    /* Span 2 columns, starting in 2nd column from left. */
810
    /* Span 1 column, starting in 1st column from left. */
811
    /* Start a new row and span all 3 columns. */
812
  }
813
  /* line 119, ../sass/layouts/_responsive.scss */
814
  .two-sidebars #content {
815
    float: left;
816
    width: 66.66667%;
817
    margin-left: 33.33333%;
818
    margin-right: -100%;
819
  }
820
  /* line 124, ../sass/layouts/_responsive.scss */
821
  .two-sidebars .region-sidebar-first {
822
    float: left;
823
    width: 33.33333%;
824
    margin-left: 0%;
825
    margin-right: -33.33333%;
826
  }
827
  /* line 129, ../sass/layouts/_responsive.scss */
828
  .two-sidebars .region-sidebar-second {
829
    float: left;
830
    width: 100%;
831
    margin-left: 0%;
832
    margin-right: -100%;
833
    padding-left: 0;
834
    padding-right: 0;
835
    clear: left;
836
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
837
    /* Span 1 column, starting in the 1st column from left. */
838
    /* Span 1 column, starting in the 2nd column from left. */
839
    /* Span 1 column, starting in the 3rd column from left. */
840
  }
841
  /* line 135, ../sass/layouts/_responsive.scss */
842
  .two-sidebars .region-sidebar-second .block {
843
    padding-left: 20px;
844
    padding-right: 20px;
845
    -moz-box-sizing: border-box;
846
    -webkit-box-sizing: border-box;
847
    -ms-box-sizing: border-box;
848
    box-sizing: border-box;
849
    word-wrap: break-word;
850
    *behavior: url("/polyfills/box-sizing-polyfill/boxsizing.htc");
851
    _display: inline;
852
    _overflow: hidden;
853
    _overflow-y: visible;
854
  }
855
  /* line 139, ../sass/layouts/_responsive.scss */
856
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
857
    float: left;
858
    width: 33.33333%;
859
    margin-left: 0%;
860
    margin-right: -33.33333%;
861
    clear: left;
862
  }
863
  /* line 144, ../sass/layouts/_responsive.scss */
864
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
865
    float: left;
866
    width: 33.33333%;
867
    margin-left: 33.33333%;
868
    margin-right: -66.66667%;
869
  }
870
  /* line 148, ../sass/layouts/_responsive.scss */
871
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
872
    float: left;
873
    width: 33.33333%;
874
    margin-left: 66.66667%;
875
    margin-right: -100%;
876
  }
877
}
878
/**
879
 * Use 5 grid columns for larger screens.
880
 */
881
@media all and (min-width: 960px) {
882
  /**
883
   * The layout when there is only one sidebar, the left one.
884
   */
885
  /* line 166, ../sass/layouts/_responsive.scss */
886
  .sidebar-first {
887
    /* Span 4 columns, starting in 2nd column from left. */
888
    /* Span 1 column, starting in 1st column from left. */
889
  }
890
  /* line 168, ../sass/layouts/_responsive.scss */
891
  .sidebar-first #content {
892
    float: left;
893
    width: 75%;
894
    margin-left: 25%;
895
    margin-right: -100%;
896
  }
897
  /* line 173, ../sass/layouts/_responsive.scss */
898
  .sidebar-first .region-sidebar-first {
899
    float: left;
900
    width: 25%;
901
    margin-left: 0%;
902
    margin-right: -25%;
903
  }
904

  
905
  /**
906
   * The layout when there is only one sidebar, the right one.
907
   */
908
  /* line 181, ../sass/layouts/_responsive.scss */
909
  .sidebar-second {
910
    /* Span 4 columns, starting in 1st column from left. */
911
    /* Span 1 column, starting in 5th column from left. */
912
  }
913
  /* line 183, ../sass/layouts/_responsive.scss */
914
  .sidebar-second #content {
915
    float: left;
916
    width: 75%;
917
    margin-left: 0%;
918
    margin-right: -75%;
919
  }
920
  /* line 188, ../sass/layouts/_responsive.scss */
921
  .sidebar-second .region-sidebar-second {
922
    float: left;
923
    width: 25%;
924
    margin-left: 75%;
925
    margin-right: -100%;
926
  }
927

  
928
  /**
929
   * The layout when there are two sidebars.
930
   */
931
  /* line 196, ../sass/layouts/_responsive.scss */
932
  .two-sidebars {
933
    /* Span 3 columns, starting in 2nd column from left. */
934
    /* Span 1 column, starting in 1st column from left. */
935
    /* Span 1 column, starting in 5th column from left. */
936
  }
937
  /* line 198, ../sass/layouts/_responsive.scss */
938
  .two-sidebars #content {
939
    float: left;
940
    width: 50%;
941
    margin-left: 25%;
942
    margin-right: -75%;
943
  }
944
  /* line 203, ../sass/layouts/_responsive.scss */
945
  .two-sidebars .region-sidebar-first {
946
    float: left;
947
    width: 25%;
948
    margin-left: 0%;
949
    margin-right: -25%;
950
  }
951
  /* line 208, ../sass/layouts/_responsive.scss */
952
  .two-sidebars .region-sidebar-second {
953
    float: left;
954
    width: 25%;
955
    margin-left: 75%;
956
    margin-right: -100%;
957
  }
958
}
959
/* Component (SMACSS module) rules */
960
/**
961
 * @file
962
 * SMACSS Modules
963
 *
964
 * Adds modular sets of styles.
965
 *
966
 * Additional useful selectors can be found in Zen's online documentation.
967
 * https://drupal.org/node/1707736
968
 */
969
/**
970
 * Wireframes.
971
 */
972
/* line 22, ../sass/components/_misc.scss */
973
.with-wireframes #header,
974
.with-wireframes #main,
975
.with-wireframes #content,
976
.with-wireframes #navigation,
977
.with-wireframes .region-sidebar-first,
978
.with-wireframes .region-sidebar-second,
979
.with-wireframes #footer,
980
.with-wireframes .region-bottom {
981
  outline: 1px solid #ccc;
982
}
983
/* line 26, ../sass/components/_misc.scss */
984
.lt-ie8 .with-wireframes #header, .lt-ie8
985
.with-wireframes #main, .lt-ie8
986
.with-wireframes #content, .lt-ie8
987
.with-wireframes #navigation, .lt-ie8
988
.with-wireframes .region-sidebar-first, .lt-ie8
989
.with-wireframes .region-sidebar-second, .lt-ie8
990
.with-wireframes #footer, .lt-ie8
991
.with-wireframes .region-bottom {
992
  /* IE6/7 do not support the outline property. */
993
  border: 1px solid #ccc;
994
}
995

  
996
/**
997
 * Accessibility features.
998
 */
999
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
1000
/* line 40, ../sass/components/_misc.scss */
1001
.element-invisible,
1002
.element-focusable,
1003
#navigation .block-menu .block__title,
1004
#navigation .block-menu-block .block__title {
1005
  position: absolute !important;
1006
  height: 1px;
1007
  width: 1px;
1008
  overflow: hidden;
1009
  clip: rect(1px 1px 1px 1px);
1010
  clip: rect(1px, 1px, 1px, 1px);
1011
}
1012

  
1013
/* Turns off the element-invisible effect. */
1014
/* line 45, ../sass/components/_misc.scss */
1015
.element-focusable:active, .element-focusable:focus {
1016
  position: static !important;
1017
  clip: auto;
1018
  height: auto;
1019
  width: auto;
1020
  overflow: auto;
1021
}
1022

  
1023
/*
1024
 * The skip-link link will be completely hidden until a user tabs to the link.
1025
 */
1026
/* line 62, ../sass/components/_misc.scss */
1027
#skip-link {
1028
  margin: 0;
1029
}
1030
/* line 66, ../sass/components/_misc.scss */
1031
#skip-link a,
1032
#skip-link a:visited {
1033
  display: block;
1034
  width: 100%;
1035
  padding: 2px 0 3px 0;
1036
  text-align: center;
1037
  background-color: #666;
1038
  color: white;
1039
}
1040

  
1041
/**
1042
 * Branding header.
1043
 */
1044
/* Wrapping link for logo. */
1045
/* line 81, ../sass/components/_misc.scss */
1046
.header__logo {
1047
  float: left;
1048
  /* LTR */
1049
  margin: 0;
1050
  padding: 0;
1051
}
1052

  
1053
/* Logo image. */
1054
/* line 88, ../sass/components/_misc.scss */
1055
.header__logo-image {
1056
  vertical-align: bottom;
1057
}
1058

  
1059
/* Wrapper for website name and slogan. */
1060
/* line 93, ../sass/components/_misc.scss */
1061
.header__name-and-slogan {
1062
  float: left;
1063
}
1064

  
1065
/* The name of the website. */
1066
/* line 98, ../sass/components/_misc.scss */
1067
.header__site-name {
1068
  margin: 0;
1069
  font-size: 2em;
1070
  line-height: 1.5em;
1071
}
1072

  
1073
/* The link around the name of the website. */
1074
/* line 106, ../sass/components/_misc.scss */
1075
.header__site-link:link, .header__site-link:visited {
1076
  color: #000;
1077
  text-decoration: none;
1078
}
1079
/* line 112, ../sass/components/_misc.scss */
1080
.header__site-link:hover, .header__site-link:focus {
1081
  text-decoration: underline;
1082
}
1083

  
1084
/* The slogan (or tagline) of a website. */
1085
/* line 118, ../sass/components/_misc.scss */
1086
.header__site-slogan {
1087
  margin: 0;
1088
}
1089

  
1090
/* The secondary menu (login, etc.) */
1091
/* line 123, ../sass/components/_misc.scss */
1092
.header__secondary-menu {
1093
  float: right;
1094
  /* LTR */
1095
}
1096

  
1097
/* Wrapper for any blocks placed in the header region. */
1098
/* line 128, ../sass/components/_misc.scss */
1099
.header__region {
1100
  /* Clear the logo. */
1101
  clear: both;
1102
}
1103

  
1104
/**
1105
 * Navigation bar.
1106
 */
1107
/* line 136, ../sass/components/_misc.scss */
1108
#navigation {
1109
  /* Sometimes you want to prevent overlapping with main div. */
1110
  /* overflow: hidden; */
1111
  /* Main menu and secondary menu links and menu block links. */
1112
}
1113
/* line 140, ../sass/components/_misc.scss */
1114
#navigation .block {
1115
  margin-bottom: 0;
1116
}
1117
/* line 151, ../sass/components/_misc.scss */
1118
#navigation .links,
1119
#navigation .menu {
1120
  margin: 0;
1121
  padding: 0;
1122
  margin-left: -20px;
1123
  text-align: left;
1124
  /* LTR */
1125
  display: block;
1126
}
1127
/* line 158, ../sass/components/_misc.scss */
1128
#navigation .links li,
1129
#navigation .menu li {
1130
  /* A simple method to get navigation links to appear in one line. */
1131
  float: left;
1132
  /* LTR */
1133
  line-height: 20px;
1134
  padding: 0 20px;
1135
  list-style-type: none;
1136
  list-style-image: none;
1137
  border-left: 1px solid black;
1138
  border-right: 1px solid black;
1139
  margin-left: -1px;
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff