1 | /* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */ |
---|
2 | |
---|
3 | /**************** Body and tag styles ****************/ |
---|
4 | |
---|
5 | *{margin:0; padding:0;} |
---|
6 | |
---|
7 | body{ |
---|
8 | font:76% Verdana,Tahoma,Arial,sans-serif; |
---|
9 | line-height:1.4em; |
---|
10 | text-align:center; |
---|
11 | color:#303030; |
---|
12 | background:#e8eaec; |
---|
13 | } |
---|
14 | |
---|
15 | a{ |
---|
16 | color:#467aa7; |
---|
17 | font-weight:bold; |
---|
18 | text-decoration:none; |
---|
19 | background-color:inherit; |
---|
20 | } |
---|
21 | |
---|
22 | a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;} |
---|
23 | a img{border:none;} |
---|
24 | |
---|
25 | p{padding:0 0 1.6em 0;} |
---|
26 | p form{margin-top:0; margin-bottom:20px;} |
---|
27 | |
---|
28 | img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;} |
---|
29 | img.left{float:left; margin:0 12px 5px 0;} |
---|
30 | img.center{display:block; margin:0 auto 5px auto;} |
---|
31 | img.right{float:right; margin:0 0 5px 12px;} |
---|
32 | |
---|
33 | /**************** Header and navigation styles ****************/ |
---|
34 | |
---|
35 | #container{ |
---|
36 | width:760px; |
---|
37 | margin:20px auto; |
---|
38 | padding:1px 0; |
---|
39 | text-align:left; |
---|
40 | background:#ffffff; |
---|
41 | color:#303030; |
---|
42 | border:2px solid #a0a0a0; |
---|
43 | } |
---|
44 | |
---|
45 | #header{ |
---|
46 | height:110px; |
---|
47 | width:758px; |
---|
48 | margin:0 1px 1px 1px; |
---|
49 | background:#467aa7; |
---|
50 | color:#ffffff; |
---|
51 | } |
---|
52 | |
---|
53 | #header h1{ |
---|
54 | padding:35px 0 0 20px; |
---|
55 | font-size:2.4em; |
---|
56 | background-color:inherit; |
---|
57 | color:#ffffff; |
---|
58 | letter-spacing:-2px; |
---|
59 | font-weight:normal; |
---|
60 | } |
---|
61 | |
---|
62 | #header h2{ |
---|
63 | margin:10px 0 0 40px; |
---|
64 | font-size:1.4em; |
---|
65 | background-color:inherit; |
---|
66 | color:#f0f2f4; |
---|
67 | letter-spacing:-1px; |
---|
68 | font-weight:normal; |
---|
69 | } |
---|
70 | |
---|
71 | #navigation{ |
---|
72 | height:2.2em; |
---|
73 | line-height:2.2em; |
---|
74 | width:758px; |
---|
75 | margin:0 1px; |
---|
76 | background:#578bb8; |
---|
77 | color:#ffffff; |
---|
78 | } |
---|
79 | |
---|
80 | #navigation li{ |
---|
81 | float:left; |
---|
82 | list-style-type:none; |
---|
83 | border-right:1px solid #ffffff; |
---|
84 | white-space:nowrap; |
---|
85 | } |
---|
86 | |
---|
87 | #navigation li a{ |
---|
88 | display:block; |
---|
89 | padding:0 10px; |
---|
90 | font-size:0.8em; |
---|
91 | font-weight:normal; |
---|
92 | text-transform:uppercase; |
---|
93 | text-decoration:none; |
---|
94 | background-color:inherit; |
---|
95 | color: #ffffff; |
---|
96 | } |
---|
97 | |
---|
98 | * html #navigation a {width:1%;} |
---|
99 | |
---|
100 | #navigation .selected,#navigation a:hover{ |
---|
101 | background:#80b0da; |
---|
102 | color:#ffffff; |
---|
103 | text-decoration:none; |
---|
104 | } |
---|
105 | |
---|
106 | /**************** Content styles ****************/ |
---|
107 | |
---|
108 | #content{ |
---|
109 | float:left; |
---|
110 | width:530px; |
---|
111 | font-size:1.1em; |
---|
112 | padding:20px 0 0 20px; |
---|
113 | } |
---|
114 | |
---|
115 | #content h2{ |
---|
116 | display:block; |
---|
117 | margin:0 0 16px 0; |
---|
118 | font-size:1.7em; |
---|
119 | font-weight:normal; |
---|
120 | letter-spacing:-1px; |
---|
121 | color:#505050; |
---|
122 | background-color:inherit; |
---|
123 | } |
---|
124 | |
---|
125 | #content h2 a{font-weight:normal;} |
---|
126 | #content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;} |
---|
127 | #content a:hover,#subcontent a:hover{text-decoration:underline;} |
---|
128 | #content ul,#content ol{margin:0 5px 16px 35px;} |
---|
129 | #content dl{margin:0 5px 10px 25px;} |
---|
130 | #content dt{font-weight:bold; margin-bottom:5px;} |
---|
131 | #content dd{margin:0 0 10px 15px;} |
---|
132 | |
---|
133 | /**************** Sidebar styles ****************/ |
---|
134 | |
---|
135 | #subcontent{ |
---|
136 | float:right; |
---|
137 | width:170px; |
---|
138 | padding:20px 20px 10px 0; |
---|
139 | line-height:1.4em; |
---|
140 | } |
---|
141 | |
---|
142 | #subcontent h2{ |
---|
143 | display:block; |
---|
144 | margin:0 0 15px 0; |
---|
145 | font-size:1.6em; |
---|
146 | font-weight:normal; |
---|
147 | text-align:left; |
---|
148 | letter-spacing:-1px; |
---|
149 | color:#505050; |
---|
150 | background-color:inherit; |
---|
151 | } |
---|
152 | |
---|
153 | #subcontent p{margin:0 0 16px 0; font-size:0.9em;} |
---|
154 | |
---|
155 | /**************** Menublock styles ****************/ |
---|
156 | |
---|
157 | .menublock{margin:0 0 20px 8px; font-size:0.9em;} |
---|
158 | .menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;} |
---|
159 | .menublock li a{font-weight:bold; text-decoration:none;} |
---|
160 | .menublock li a:hover{text-decoration:none;} |
---|
161 | .menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;} |
---|
162 | .menublock li ul li{margin-bottom:0;} |
---|
163 | .menublock li ul a{font-weight:normal;} |
---|
164 | |
---|
165 | /**************** Searchbar styles ****************/ |
---|
166 | |
---|
167 | #searchbar{margin:0 0 20px 0;} |
---|
168 | #searchbar form fieldset{margin-left:10px; border:0 solid;} |
---|
169 | |
---|
170 | #searchbar #s{ |
---|
171 | height:1.2em; |
---|
172 | width:110px; |
---|
173 | margin:0 5px 0 0; |
---|
174 | border:1px solid #a0a0a0; |
---|
175 | } |
---|
176 | |
---|
177 | #searchbar #searchbutton{ |
---|
178 | width:auto; |
---|
179 | padding:0 1px; |
---|
180 | border:1px solid #808080; |
---|
181 | font-size:0.9em; |
---|
182 | text-align:center; |
---|
183 | } |
---|
184 | |
---|
185 | /**************** Footer styles ****************/ |
---|
186 | |
---|
187 | #footer{ |
---|
188 | clear:both; |
---|
189 | width:758px; |
---|
190 | padding:5px 0; |
---|
191 | margin:0 1px; |
---|
192 | font-size:0.8em; |
---|
193 | color:#f0f0f0; |
---|
194 | background:#467aa7; |
---|
195 | } |
---|
196 | |
---|
197 | #footer p{padding:0; margin:0; text-align:center;} |
---|
198 | #footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;} |
---|
199 | #footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;} |
---|
200 | |
---|
201 | /**************** Misc classes and styles ****************/ |
---|
202 | |
---|
203 | .splitcontentleft{float:left; width:48%;} |
---|
204 | .splitcontentright{float:right; width:48%;} |
---|
205 | .clear{clear:both;} |
---|
206 | .small{font-size:0.8em;} |
---|
207 | .medium{font-size:0.9em;} |
---|
208 | .hide{display:none;} |
---|
209 | .textcenter{text-align:center;} |
---|
210 | .textright{text-align:right;} |
---|
211 | .important{color:#f02025; background-color:inherit; font-weight:bold;} |
---|
212 | |
---|
213 | .contour{ |
---|
214 | text-align: center; |
---|
215 | border: 1px solid #000; |
---|
216 | padding: 5px; |
---|
217 | margin: 0px; |
---|
218 | } |
---|
219 | |
---|
220 | .box{ |
---|
221 | margin:0 0 20px 0; |
---|
222 | padding:10px; |
---|
223 | border:1px solid #c0c0c0; |
---|
224 | background-color:#fafbfc; |
---|
225 | color:#505050; |
---|
226 | line-height:1.5em; |
---|
227 | } |
---|
228 | |
---|
229 | |
---|
230 | #tweets |
---|
231 | { |
---|
232 | border: 4px double #467aa7; |
---|
233 | max-width:700px; |
---|
234 | padding:16px; |
---|
235 | font-size:0.8em; |
---|
236 | } |
---|
237 | #tweets legend |
---|
238 | { |
---|
239 | color:#467aa7; |
---|
240 | } |
---|
241 | #twitter_update_list li |
---|
242 | { |
---|
243 | list-style-type:square; |
---|
244 | color:black; |
---|
245 | } |
---|