13815226d7fe3d38093c8c6f9fce8a7aba912da5
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;
9) 	font-size: 9pt;
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) 
94) /* NAVIGATION ------------*/
95) 
96) #nav ul { font-size: 1.167em; }
97) 
98)   #nav ul li { list-style: none; }
99)   
100)   #nav ul li a:link,
101)   #nav ul li a:visited {
102)     color: #23300e;
103)     text-decoration: none;
104)     padding: 10px 20px 0;
105)     height: 40px;
106)     float: left;
107)   }
108)   #nav ul li a:hover,
109)   #nav ul li a.active { background: url(../images/bg-nav-hover.jpg) left top repeat-x;}
110)   #nav ul li a.active { font-weight: bold; }
111) 
112) #breadcrumbs a:link,
113) #breadcrumbs a:visited,
114) .meta {
115) 	text-transform: uppercase;
116) 	font-size: 0.833em;
117) 	text-decoration: none;
118) }
119) 
120) .meta a:link,
121) .meta a:visited { text-decoration: none; }
122) 
123) 
124) /* BANNER ------------*/
125) 
126) h1.headline {
127) 	color: #fff;
128) 	font-size: 3.5em;
129) 	line-height: 28px;
130) 	font-weight: normal;
131) 	text-shadow: 1px 1px 2px #23300e;
132) 	float: left;
133) 	width: 360px;
134) 	margin-bottom: 12px;
135) }
136) 
137) p.desc {
138) 	font-size: 1.417em;
139) 	line-height: 20px;
140) 	color: #fff;
141) 	text-shadow: 1px 1px 2px #23300e;
142) 	width: 360px;
143) 	float: left;
144) }
145) 
146) #banner ul {
147) 	color: #fff;
148) 	text-shadow: 1px 1px 2px #366b32;
149) 	line-height: 16px;
150) 	font-size: 1.167em;
151) }
152) 
153) #banner .incorrect a:link,
154) #banner .incorrect a:visited {
155) 	color: #fff;
156) 	font-size: 0.833em;
157) 	text-align: right;
158) 	width: 315px;
159) 	float: left;
160) 	padding-right: 45px;
161) 	line-height: 0;
162) 	margin: -3px 0 0;
163) }
164) 
165) /* SIDENAV ------------*/
166) 
167) #sidenav ul {
168) 	margin-bottom: 0;
169) 	padding-left: 0;
170) 	list-style: none;
171) }
172) 
173) #sidenav ul li ul li { font-size: 0.917em; }
174) 
175) #sidenav ul li a:link,
176) #sidenav ul li a:visited {
177) 	text-decoration: none;
178) 	color: #23300e;
179) 	line-height: 18px;
180) }
181) 
182) #sidenav ul li a.active,
183) #sidenav ul li.active,
184) #sidenav ul li a:hover { font-weight: bold; }
185) 
186) .sidenav-sub ul {
187) 	padding-left: 0;
188) 	list-style: none;
189) 	margin-bottom: 0;
190) }
191) 
192) .sidenav-sub ul li a:link,
193) .sidenav-sub ul li a:visited {
194) 	text-decoration: none;
195) 		line-height: 16px;
196) }
197) 
198) /* TABLE ------------*/
199) 
200) table h2,
201) #home-our-projects h2,
202) #home-announcements h2 {
203) 	background: url(../images/table-head.jpg) left top repeat-x;
204) 	color: #f6f6ed;
205) 	padding-left: 10px;
206) 	margin: 0;
207) }
208) table h3 { font-size: 1.167em; }
209) table p {
210) 	margin: 0; 
211) }
212) 
213) table .name {
214) 	font-size: 1.5em;
215) 	font-weight: bold;
216) 	color: #23300e;
217) }
218) 
219) .calendar .month { color: #fff; }
220) .calendar .day {
221) 	font-weight: bold;
222) 	color: #4d4d4d;
223) 	font-size: 1.429em;
224) 	line-height: 32px;
225) }
226) 
227) /* DL TABLE ------------*/
228) 
229) .column-title {
230) 	font-weight: bold;
231) 	color: #23300e;
232) }
233) 
234) /* MISC ------------*/
235) 
236) .continue a:link,
237) .continue a:visited {
238) 	float: right;
239) 	font-weight: bold;
240) 	text-decoration: none;
241) }
242) 
243) .paypal {
244) 	font-size: 1.167em;
245) 	color: #666;
246) }
247) 
Andrew Lewman add dt and dd to the css ty...

Andrew Lewman authored 13 years ago

248) .amazon {
249) 	font-size: 1.167em;
250) 	color: #666;
251) }
252)