summaryrefslogtreecommitdiff
path: root/style.css
blob: 2963e1ea3c8fcf62cc42ab808a1d58f260abf31d (plain)
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
/*
Theme Name: North Star - Twenty Ten
Theme URI: http://lnnorthstar.org

Author: Luke Shumaker, based on work by the WordPress team
Author URI: http://lukeshu.ath.cx

License: GNU General Public License
License URI: license.txt

Description: The North Star 2010-2011 theme, a fork of Twenty Ten
Version: 0.2
Tags: multi-author, significant-rolls
*/

/*@import "widgets.css";*/

#site-description {
	font-family:sans-serif;
	margin-left:8em;
	margin-top:-3em;
}
.entry-meta, .entry-utility {
	font-size: 0.8em;
	font-family: sans-serif;
	clear: both;
}
.entry-meta .authors {
	font-weight:bold;
}
.entry-meta .role {
	text-transform: uppercase;
}

.meta-prep-credit {
	font-size: 0.8em;
	text-transform: lowercase;
	font-family: sans-serif;
	margin-bottom: 0.5em;
}
.meta-prep-credit strong {
	text-transform: uppercase;
}

.entry-banner,
.entry-banner img {
	width: 100%;
	height: auto;
}

#author-avatar {
	float:left;
}

.widget-title {
	font-weight:bold;
	font-size:1.1em;
	text-shadow: -1px 1px #FFFFFF;
}
.widget_ltshomewidget {
	list-style-type:none;
}
	ul.lts_sidebar {
		padding-top:1em;
		border-top:solid 1px #CCCCCC;
		margin-top:1em;
	}

div.site-generator {
	text-align:center;
}
	a.site-generator {
		background: url(images/wordpress.png) center left no-repeat;
		color: #666;
		display: inline-block;
		line-height: 16px;
		padding-left: 20px;
		font-style: italic;
	}
	a.site-generator:hover,
	a.site-generator:active,
	a.site-generator:focus { text-decoration: underline; }
	a.site-generator       { text-decoration: none;      }

body {
	padding:0;
	margin:0;
}
	h1, h2, h3, h4, h5, h6 {
		clear:both;
	}
	h1 {
		font-family:sans-serif;
		color: #a50400;
		font-size:5em;
		text-decoration:none;
		text-align:center;
		margin: 18pt;
	}
	h1 img { display: inline; border: none; }
	h2 {
		background-color:#cd8282;
		border-top: .25em solid #bd0000;
		font-family:sans-serif;
		text-align:center;
	}
		h2 a:hover,
		h2 a:active,
		h2 a:focus { color: #333333; text-decoration: underline; }
		h2 a       { color: #333333; text-decoration: none; }
	h3 {
		background-color:#bd0000;
		color:#ffffff;
		font-family:sans-serif;
		text-align:center;
	}
		h3 a {
			text-decoration:none;
		}
		h3 a:hover,
		h3 a:active,
		h3 a:focus { color: #ffff00; }
		h3 a       { color: #ffffff; }
	h4 {
		border-bottom:solid 1px black;
	}
	ul, ol {
		list-style-position: outside;
		padding-left: 1em;
		margin-left: 0;
	}
		li {
			font-family:sans-serif;
		}
	acronym, abbr {
		border-bottom: 1px dotted black;
		cursor:help;
	}
	blockquote {
		text-align: center;
		width:50%;
		float:right;
		font-style: italic;
		font-size: 1.2em;
		font-family: sans-serif;
	}
	blockquote p:before { content: '“'; }
	blockquote p:after { content: '”'; }
	a:hover,
	a:active,
	a:focus { color: red; }
	img { border: solid 1px black; }
	

/* Classes and IDs ************************************************************/
	.infobar {
		width: 100%;
		padding: 0.1em 0;
		border: solid black;
		border-width: 1px 0;
		text-align: center;
		font-family: sans-serif;
		clear:both;
		}
		.infobar .volume {
			float:left;
			margin-left: 10%;
			}
		.infobar .issue {
			float:right;
			margin-right:10%;
			}
	.nav {
		margin: 1em 0;
		background-color: #bd0000;
		background-image: linear-gradient(left top, #C54444, #BD0000);
		
		line-height: 3.1em;
		text-align:left;
		padding-left: 10%;
		}
		.nav ul {
			margin: 0;
			padding: 0;
			font-size: 1em;
			display: inline;
			}
			.nav ul li {
				display: inline;
				list-style-type: none;
				}
				.nav ul li form {
					display: inline;
					float:right;
					margin-right: 10%;
					}
					.nav ul li form #s {
						background-color: white;
						border: 1px solid #5B0000;
						height: 28px;
						padding: 0;
						padding-left: 14px;
						vertical-align: middle;
						border-top-left-radius: 14px;
						border-bottom-left-radius: 14px;
						box-shadow: 2px 3px 6px rgba(0,0,0,.5) inset;
						}
					.nav ul li form #searchsubmit {
						background-color: #034208;
						background-image: url('/wp-content/themes/lts/images/search.png');
						background-repeat: no-repeat;
						background-position: center;
						color: transparent;
						height:30px;
						width:34px;
						padding:0;
						border: solid 1px #5b0000;
						border-left: none;
						background-color: #069312;
						vertical-align: middle;
						border-top-right-radius: 14px;
						border-bottom-right-radius: 14px;
						}
				.nav ul li div {
					margin: 0 2em;
					display: inline;
					padding: 1em 0;
					}
					.nav ul li div.menu-bannernav-container {
						border-right: solid 1px #e13737;
						border-left: solid 1px #5b0000;
						}
					.nav ul li div ul li a {
						display: inline-block;
						text-decoration: none;
						font-weight: bold;
						padding: 0 1.5em;
						border-left: solid 1px #e13737;
						border-right: solid 1px #5b0000;
						}
						.nav li a:hover,
						.nav li a:active,
						.nav li a:focus { text-shadow: -1px -1px #000000; color: white; background-color: maroon; }
						.nav li a       { text-shadow: -1px -1px #5b0000; color: white; }

	div.main {
		position: relative;
		width:55%;/* 75-20 */
		float:right;
		margin:1em;
	}
	.sidebar {
		position: relative;
		display:block;
		float:right;
		margin:1em 10% 1em 0;
		width:20%;
		background-color:#ECECEC;
		border:1px solid #CCCCCC;
		padding:.2em;
		font-size:.8em;
		vertical-align:top;
	}
		/*.sidebar ul,
		.sidebar ol {
			margin: 0;
			padding: 0;
		}*/
			.sidebar > ol > li,
			.sidebar > ul > li {
				margin-top:1em;
			}
/********************************************************************/
	.open {
		font-size:1.7em;
		font-family:sans-serif;
	}

	.sig {
		font-style:italic;
		padding-left:1em;
		border-left:0.3em solid #3f7448;
	}
	.aside {
		padding-left:1em;
		border-left:0.3em solid #3f7448;
	}
	
	.txt {
		white-space: pre-wrap;
	}
	
	code {
		white-space: pre-wrap;
	}

	ul.lts_sidebar {
		list-style-type:none;
		padding:0;
		text-align:center;
	}
		ul.lts_sidebar img {
			border:none;
		}
		ul.lts_sidebar table {
			margin:0 auto;
		}

	.footer {
		width:100%;
		clear:both;
	}
		.footer p {
			margin: 1.5em;
		}

		.footer .valid {
			display:block;
			width:100%;
			text-align:center;
			background-color:#3465a4;
			padding:1em 0;
			color: #ffffff;
			margin:0;
		}
			.footer .valid a {
				color: #a50400;
			}
	
	.nocss { display:none; }
	.u { text-decoration:underline; }
	.title { text-decoration:underline; }
	.alignleft  { float:left;  margin: 0 1em; max-width:50%; }
	.alignright { float:right; margin: 0 1em; max-width:50%; }