1
|
|
2
|
body,
|
3
|
input,
|
4
|
textarea,
|
5
|
select {
|
6
|
color: #000;
|
7
|
background: none;
|
8
|
font-family: Verdana, sans-serif;
|
9
|
font-size: 11pt;
|
10
|
}
|
11
|
|
12
|
ul.main-menu,
|
13
|
ul.secondary-menu,
|
14
|
#header-region,
|
15
|
.sidebar {
|
16
|
display: none;
|
17
|
}
|
18
|
|
19
|
body.two-sidebars,
|
20
|
body.sidebar-first,
|
21
|
body.sidebar-second,
|
22
|
body {
|
23
|
width: 640px;
|
24
|
}
|
25
|
|
26
|
body.sidebar-first #center,
|
27
|
body.sidebar-second #center,
|
28
|
body.two-sidebars #center,
|
29
|
body.sidebar-first #squeeze,
|
30
|
body.sidebar-second #squeeze,
|
31
|
body.two-sidebars #squeeze {
|
32
|
margin: 0;
|
33
|
}
|
34
|
|
35
|
#wrapper,
|
36
|
#wrapper #container .breadcrumb,
|
37
|
#wrapper #container #center,
|
38
|
#wrapper #container #center .right-corner,
|
39
|
#wrapper #container #center .right-corner .left-corner,
|
40
|
#wrapper #container #footer,
|
41
|
#wrapper #container #center #squeeze {
|
42
|
position: static;
|
43
|
left: 0;
|
44
|
padding: 0;
|
45
|
margin: 0;
|
46
|
width: auto;
|
47
|
float: none;
|
48
|
clear: both;
|
49
|
background: none;
|
50
|
}
|
51
|
|
52
|
#wrapper #container #header {
|
53
|
height: 130px;
|
54
|
}
|
55
|
|
56
|
#wrapper #container #header h1,
|
57
|
#wrapper #container #header h1 a:link,
|
58
|
#wrapper #container #header h1 a:visited {
|
59
|
text-shadow: none;
|
60
|
color: #000;
|
61
|
}
|