summaryrefslogtreecommitdiff
path: root/docroot/custom_content/2col.css
blob: 4e368c263667781ce593d2e1e65413089a30aa21 (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
/*
 * Material Experience - 2 Column Custom Content Base Styles
 * 
 * EYEMG - Interactive Media Group
 * Created by Mike Crute (mcrute@eyemg.com)
 * Updated by Mike Crute (mcrute@eyemg.com) on 10/21/07
 */

body 
{ 
	font-family: Verdana, sans-serif;
	font-size: 11px;
	margin: 10px;
	padding: 0px;
}

ul#navigation 
{
	margin: 0px;
	padding: 0px;
}

ul#navigation li 
{
	margin: 5px 30px 0px 0px;
	list-style: none;
	font-weight: bolder;
	border: 1px solid white;
}

ul#navigation li a 
{
	display: block;
	text-decoration: none;
	padding: 2px;
	border: 3px solid black;
}

ul#navigation li ul li a 
{
	margin: 0px -60px 0px -30px;
	font-weight: normal;
}

.selected
{
	background: black;
	color: white;
	padding: 5px;
}

.narrowCol, .wideCol
{
	float: left;
	height: 460px; 
	overflow: hidden; 
}

.narrowCol
{
	width: 290px; 
	margin-right: 20px;
}

.wideCol
{
	width: 569px;
}