full
[www.git] / css / cssfreeside_embed.css
1 /* CSS Document */
2
3
4 #header1 {
5         clear: both;
6         margin: 0;
7         padding: 0;
8         padding-bottom: 20px;
9         border-bottom: 0;
10         border-right: 0;
11         border-left: 0;
12         text-align: left;
13
14         font-family: Verdana, Arial, sans-serif;
15         font-color: #666666;
16         font-size: 12px;
17         padding: 0;
18
19         } 
20         
21 #cornernav {
22         margin: 5px;
23         padding: 0;
24         text-align: right;
25         color: #4A0E5B;
26         
27         } 
28
29 #cornernav a:link {
30         color: #4A0E5B;
31         decoration: underline;
32         font-weight: normal;
33         }
34         
35 #cornernav a:visited  {
36         color: #4A0E5B;
37         decoration: underline;
38         font-weight: normal;
39         }
40
41 #cornernav a:hover {
42         color: #F08B08;
43         decoration: underline;
44         font-weight: normal;
45         }
46
47
48
49 #header2 { /*main navigation*/
50         clear: both;
51         margin: 0;
52         padding-top: .25em;
53         padding-bottom: .5em;
54         background: #959494;
55         border-bottom: 1px solid black;
56         border-top: 1px solid black;
57         border-right: 0;
58         border-left: 0;
59         text-align: right;
60
61         } 
62
63
64 #nav {
65         color: #000000;
66         text-align: right;
67         margin: 0;
68         font-weight: normal;
69         text-decoration: none;
70         font: Verdana, Arial, sans-serif;
71         font-family: Verdana, Arial, sans-serif;
72         font-size: 13px;
73         padding: 0;
74         }
75
76 #nav a:link {
77         text-decoration: none;
78         font-color: #000000;
79         font-weight: normal;
80         }
81          
82 #nav a:hover {
83         text-decoration: none;
84         color: #fff;
85         font-weight: normal;
86         }
87
88  
89 td.freeside {
90 line-height: 1.3em;
91 letter-spacing: 0.02em;
92         word-spacing: 1px;
93 }
94
95 #content_none {
96 }
97
98 #fs_footer  {
99         clear: both;
100         border-top: 1px solid black;
101         padding: .25em;
102         margin: 0;
103         margin-top: 2px;
104         text-align: center;
105         background: #462545;
106         color: #ffffff;
107         }  
108
109 #footernav {
110         text-align: center;
111         color: #ffffff;
112         decoration: none;
113         
114         } 
115
116 #footernav a:link {
117         color: #ffffff;
118         decoration: none;
119         
120         }
121         
122 #footernav      a:visited {
123         color: #ffffff;
124         decoration: none;
125         
126         }
127
128 #footernav a:hover {
129         color: #F08B08;
130         decoration: none;
131         }
132
133         
134 a.freeside:link, a.freeside:visited {
135         color: #800080;
136         text-decoration: underline;
137         font-weight: normal;
138         letter-spacing: 1px;
139         word-spacing: normal;
140         }
141         
142
143         
144 a.freeside:hover {
145         color: #000;
146         }
147
148
149 h1.freeside { 
150         font: Verdana, Arial, sans-serif;
151         font-family: Verdana, Arial, sans-serif;
152         font-weight: bold;
153         font-size: 20px; 
154         line-height: 20px;
155         color: #fff;
156         padding: 0;
157         margin: 0;
158         /* margin-top: 2.05em; */
159         margin-left: 0;
160         margin-right: 1em;
161         
162         letter-spacing: 0.02em;
163         word-spacing: 1px;
164
165         text-align: left;
166
167         }
168
169 h2.freeside { 
170         font: Verdana, Arial, sans-serif;
171         font-family: Verdana, Arial, sans-serif;
172         font-weight: bold;
173         font-size: 150%;
174         color: #ffffff ;
175         padding: 0;
176         margin-top: 5px;
177         margin-bottom: 5px;
178         margin-left: 0;
179         }
180
181
182 /*
183 body {
184         background: #E1E1E1;
185         margin: 0;
186         margin-top: 0;
187         padding: 0;
188         }
189
190 .block {
191         background: #B7B7B7;
192         padding: 5px;
193         font-size: 140%;
194         margin-left: 20px;
195         text-align: center middle;
196         }
197 */
198 .blkbold {
199         color: #800080;
200         font: 100%;
201         }