1div.page h1:first-child {
2	font-size: 3em;
3}
4div.head {
5	clear: both;
6	overflow: hidden;
7}
8
9
10.stylehead {
11	float: left;
12	margin-left: 2em;
13	margin-right: 2em;
14clear: right;
15	line-height: 2em
16}
17div#search{
18	float: right;
19
20}
21
22.menu .menu-content {
23	margin-left: 5px;
24	display: none;
25	overflow: hidden;
26	background-color: white;
27	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
28	padding: 4px;
29}
30.menu:hover .menu-content {
31	position: absolute;
32	border: 1px solid lightgray;
33	display: block;
34}
35.menu .menu-content a {
36	display: block;
37	float: left;
38	clear: left
39}
40
41.awesome, .awesome:visited {
42	background: #222 url(images/alert-overlay.png) repeat-x;
43	display: inline-block;
44	padding: 5px 10px 6px;
45	color: #fff;
46	text-decoration: none;
47	-moz-border-radius: 5px;
48	-webkit-border-radius: 5px;
49	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
50	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
51	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
52	border-bottom: 1px solid rgba(0,0,0,0.25);
53	position: relative;
54	cursor: pointer;
55}
56
57.awesome:hover {
58	background-color: #111; color: #fff;
59}
60
61.awesome:active {
62	top: 1px;
63}
64
65.small.awesome, .small.awesome:visited {
66	font-size: 11px;
67}
68
69.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited {
70	font-size: 13px;
71	font-weight: bold;
72	line-height: 1;
73	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
74}
75
76.large.awesome, .large.awesome:visited {
77	font-size: 14px;
78	padding: 8px 14px 9px;
79}
80
81.green.awesome, .green.awesome:visited {
82	background-color: #91bd09;
83}
84
85.green.awesome:hover {
86	background-color: #749a02;
87}
88
89.blue.awesome, .blue.awesome:visited {
90	background-color: #2daebf;
91}
92
93.blue.awesome:hover {
94	background-color: #007d9a;
95}
96
97.red.awesome, .red.awesome:visited {
98	background-color: #e33100;
99}
100
101.red.awesome:hover {
102	background-color: #872300;
103}
104
105.magenta.awesome, .magenta.awesome:visited {
106	background-color: #a9014b;
107}
108
109.magenta.awesome:hover {
110	background-color: #630030;
111}
112
113.orange.awesome, .orange.awesome:visited {
114	background-color: #ff5c00;
115}
116
117.orange.awesome:hover {
118	background-color: #d45500;
119}
120
121.yellow.awesome, .yellow.awesome:visited {
122	background-color: #ffb515;
123}
124
125.yellow.awesome:hover {
126	background-color: #fc9200;
127}
128
129.darkblue.awesome, .darkblue.awesome:visited {
130	background-color: #4773c7;
131}
132
133.darkblue.awesome:hover {
134	background-color: #538ff4;
135}
136
137.menu:hover .darkblue.awesome {
138	background-color: #538ff4;
139}
140