d675c0aeba3374898da0506c22af9cc09a29a406
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) @charset "UTF-8";
2) /* Typography */
3) 
4) 
5) /* UNIVERSAL ------------*/
6) 
7) body {
8) 	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
Andrew Lewman increase the space for the...

Andrew Lewman authored 13 years ago

9) 	font-size: 10pt;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

10) 	color: #1a1a1a;
11) }
12) 
Andrew Lewman add dt and dd to the css ty...

Andrew Lewman authored 13 years ago

13) h1, h2, h3, h4, dt {
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

14) 	font-family: Georgia, "Times New Roman", Times, serif;
15) 	font-weight: bold;
16) 	color: #23300e;
17) }
18) 
19) h1 a:link,
20) h1 a:visited,
21) h2 a:link,
22) h2 a:visited,
23) h3 a:link,
24) h3 a:visited,
25) h4 a:link,
26) h4 a:visited { text-decoration: none; }
27) 
28) 
29) h1 {
30) 	font-size: 2em;
31) 	line-height: 28px;
32) 	margin-bottom: 10px;
33) }
34) 
Andrew Lewman add dt and dd to the css ty...

Andrew Lewman authored 13 years ago

35) h2,dt {
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

36) 	font-size: 1.5em;
37) 	line-height: 28px;
38) 	margin-bottom: 10px;
39) }
40) 	.subcol h2 { margin: 0; }
41) 	#sidenav h2,
42) 	.sidenav-sub h2 { padding: 10px 0 0 10px; }
43) 	h2.bulb {
44) 		background: url(../images/lightbulb.jpg) left top no-repeat;
45) 		padding: 0 0 0 25px;
46) 	}
47) 
48) h3 {
49) 	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
50) 	font-size: 1.167em;
51) 	line-height: 20px;
52) 	color: #0d1304;
53) }
54) 
55) h4 {
56) 	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
57) 	line-height: 20px;
58) 	font-size: 1em;
59) }
60) 	.focus h4 { margin-bottom: 5px; }
61) 
Andrew Lewman add dt and dd to the css ty...

Andrew Lewman authored 13 years ago

62) p, blockquote, ol, ul, dd {
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

63) 	font-size: 1em;
64) 	line-height: 20px;
65) 	margin-bottom: 18px;
66) }
67) 
68) a:link, a:visited { color: #4e6a20; }
69) a:hover { color: #a07320; }
70) 
71) strong { font-weight: bold; }
72) em { font-style: italic; }
73) 
74) blockquote {
75) 	color: #454545;
76) 	font-style: italic;
77) 	padding: 0 20px;
78) }
79) 
80) ol, ul {
81) 	padding-left: 40px;
82) }
83) ol { list-style: outside lower-alpha; }
84) ul { list-style: outside square; }
85) 
86) .small { font-size: 0.833em; }
87) 
88) .caps {
89) 	font-size: 1em;
90) 	text-transform: uppercase;
91) 	margin: 2px 0 5px;
92) }
93) 
Damian Johnson Fixes sent to tor-assistant...

Damian Johnson authored 13 years ago

94) .nounderline {
95)   text-decoration: none;
96) }
97) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

98) /* NAVIGATION ------------*/
99) 
100) #nav ul { font-size: 1.167em; }
101) 
102)   #nav ul li { list-style: none; }
103)   
104)   #nav ul li a:link,
105)   #nav ul li a:visited {
106)     color: #23300e;
107)     text-decoration: none;
108)     padding: 10px 20px 0;
109)     height: 40px;
110)     float: left;
111)   }
112)   #nav ul li a:hover,
113)   #nav ul li a.active { background: url(../images/bg-nav-hover.jpg) left top repeat-x;}
114)   #nav ul li a.active { font-weight: bold; }
115) 
116) #breadcrumbs a:link,
117) #breadcrumbs a:visited,
118) .meta {
119) 	text-transform: uppercase;
120) 	font-size: 0.833em;
121) 	text-decoration: none;
122) }
123) 
124) .meta a:link,
125) .meta a:visited { text-decoration: none; }
126) 
127) 
128) /* BANNER ------------*/
129) 
130) h1.headline {
131) 	color: #fff;
Andrew Lewman make the headline banner st...

Andrew Lewman authored 13 years ago

132) 	font-size: 3.0em;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

133) 	line-height: 28px;
134) 	font-weight: normal;
135) 	text-shadow: 1px 1px 2px #23300e;
136) 	float: left;
137) 	width: 360px;
138) 	margin-bottom: 12px;
139) }
140) 
141) p.desc {
142) 	font-size: 1.417em;
143) 	line-height: 20px;
144) 	color: #fff;
145) 	text-shadow: 1px 1px 2px #23300e;
146) 	width: 360px;
147) 	float: left;
148) }
149) 
150) #banner ul {
151) 	color: #fff;
152) 	text-shadow: 1px 1px 2px #366b32;
153) 	line-height: 16px;
154) 	font-size: 1.167em;
155) }
156) 
157) #banner .incorrect a:link,
158) #banner .incorrect a:visited {
159) 	color: #fff;
160) 	font-size: 0.833em;
161) 	text-align: right;
162) 	width: 315px;
163) 	float: left;
164) 	padding-right: 45px;
165) 	line-height: 0;
166) 	margin: -3px 0 0;
167) }
168) 
169) /* SIDENAV ------------*/
170) 
171) #sidenav ul {
172) 	margin-bottom: 0;
173) 	padding-left: 0;
174) 	list-style: none;
175) }
176) 
177) #sidenav ul li ul li { font-size: 0.917em; }
178) 
179) #sidenav ul li a:link,
180) #sidenav ul li a:visited {
181) 	text-decoration: none;
182) 	color: #23300e;
183) 	line-height: 18px;
184) }
185) 
186) #sidenav ul li a.active,
187) #sidenav ul li.active,
188) #sidenav ul li a:hover { font-weight: bold; }
189) 
190) .sidenav-sub ul {
191) 	padding-left: 0;
192) 	list-style: none;
193) 	margin-bottom: 0;
194) }
195) 
196) .sidenav-sub ul li a:link,
197) .sidenav-sub ul li a:visited {
198) 	text-decoration: none;
199) 		line-height: 16px;
200) }
201) 
202) /* TABLE ------------*/
203) 
204) table h2,
205) #home-our-projects h2,
206) #home-announcements h2 {
207) 	background: url(../images/table-head.jpg) left top repeat-x;
208) 	color: #f6f6ed;
209) 	padding-left: 10px;
210) 	margin: 0;
211) }
212) table h3 { font-size: 1.167em; }
213) table p {
214) 	margin: 0; 
215) }
216) 
217) table .name {
218) 	font-size: 1.5em;
219) 	font-weight: bold;
220) 	color: #23300e;
221) }
222) 
223) .calendar .month { color: #fff; }
224) .calendar .day {
225) 	font-weight: bold;
226) 	color: #4d4d4d;
227) 	font-size: 1.429em;
228) 	line-height: 32px;
229) }
230) 
231) /* DL TABLE ------------*/
232) 
233) .column-title {
234) 	font-weight: bold;
235) 	color: #23300e;
236) }
237) 
238) /* MISC ------------*/
239) 
240) .continue a:link,
241) .continue a:visited {
242) 	float: right;
243) 	font-weight: bold;
244) 	text-decoration: none;
245) }
246) 
247) .paypal {
248) 	font-size: 1.167em;
249) 	color: #666;
250) }
251) 
Andrew Lewman add dt and dd to the css ty...

Andrew Lewman authored 13 years ago

252) .amazon {
253) 	font-size: 1.167em;
254) 	color: #666;
255) }
256)