-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmain.css
More file actions
209 lines (180 loc) · 2.73 KB
/
main.css
File metadata and controls
209 lines (180 loc) · 2.73 KB
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
* { padding: 0; margin: 0; }
body {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
background: #06C;
}
#wrapper {
margin: 0 auto;
width: 800px;
}
span.reference{
position:fixed;
margin:0 auto;
font-size:13px;
font-weight:normal;
}
#header {
width: 800px;
color: #333;
padding: 0px;
height: 150px;
margin: 0px 0px 0px 0px;
background: #BD9C8C;
}
#navigation {
width: 800px;
color: #333;
padding: 0px;
margin: 0px 0px 0px 0px;
background: #F60;
}
/*Start MainMenu*/
.nav{
margin: 0;
padding: 0;
float: left;
font: 12px Verdana, Geneva, sans-serif;
width: 100%;
overflow: hidden;
background: #F60;
}
.nav li{
display: inline;
}
.nav li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}
.nav li a:visited{
color: white;
}
.nav li a:hover, .solidblockmenu li .current{
color: #fff;
background-color:#000;
}
/*End MainMenu*/
#content {
width: 800px;
color: #ffffff;
background: #;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
height: auto;
}
.label {
background:#ffffff;
color:#09F;
font-size:15px;
}
.join {
width:800px;
height:800px;
float:left;
padding: 0px;
margin-top:10px;
overflow:hidden;
}
#wufoo{position:absolute;width:100%;height:100%;}
.video {
width:800px;
padding-top:30px;
text-align:center;
overflow:hidden;
}
.photos {
width:800px;
padding-top:30px;
text-align:center;
overflow:auto;
}
.banner{
margin:0px;
padding:0px;
border:0px;
float:left;
}
.section{
margin:0px;
min-height:1000px;
max-height:auto;
padding-bottom:20px;
width:800px;
float:left;
}
.section h2{
margin:183px 0px 0px 50px;
color:#09F;
width:600px;
}
.section p{
font-size:15px;
line-height:22px;
color:#ffffff;
font-family: Verdana, Geneva, sans-serif;
margin:20px 0px 0px 50px;
width:600px;
}
.textlist li {
font-size:15px;
line-height:22px;
color:#ffffff;
font-family: Verdana, Geneva, sans-serif;
margin:20px 0px 0px 50px;
width:600px;
}
.section h3{
margin:20px 0px 0px 50px;
font-size:20px;
line-height:22px;
font-family: Verdana, Geneva, sans-serif;
color:#09F;
width:600px;
}
.section h4{
margin:20px 0px 0px 50px;
font-size:15px;
line-height:22px;
font-family: Verdana, Geneva, sans-serif;
color:#ffffff;
width:600px;
}
#gallery {
width:800px;
padding-top:35px;
padding-left:35px;
text-align:center;
overflow:hidden;
}
#gallery ul {
width:800px;
height: auto;
overflow: hidden;
}
#gallery ul li {
float: left;
text-align:left;
margin-top:5px;
margin-rightt:5px;
margin-bottom:0px;
margin-left:5px;
display: inline;
}
.black{
color:#fff;
background: #639 url() repeat-x bottom left;
}
.white{
color:#fff;
background:#639 url() repeat-x bottom left;
}
img {
border: 0;
}
A:link {color: white}
A:visited {color: white}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}