1:       body {
2:           margin-top:10px;
3:           margin-left: 0px; margin-right: 0px;
4:           background: #FFFFFF;
5:           font-family : "Trebuchet MS", Tahoma, Helvetica, sans-serif;
6:           }
7:       A             { color: #708090; font-family: verdana, arial, sans-serif; text-decoration: none;} 
8:       A:link        { color: #708090; text-decoration: none; } 
9:       A:visited    { color: #708090; text-decoration: none; } 
10:       A:active    { color: #5C80A3;  } 
11:       A:hover        { color: #037296;  } 
12:   h1, h2, h3 {
13:       margin:0px; padding: 0px;
14:   }
15:  
16:       #banner h1, #banner-commentspop {
17:           color: Black;
18:           font-size:26px;
19:           font-weight:bold;
20:             background: #4C90BF;
21:             padding-top:15px;                     
22:           padding-right: 5px; padding-left: 5px; 
23:           padding-bottom: 6px; 
24:           border-bottom: 5px #4C90BF groove;
25:           border-top: 5px ridge #4C90BF;        
26:           }
27:   #banner a, #banner a:link, #banner a:visited, #banner a:hover {color:black;}
28:  
29:       .description {
30:           color: #4c90bf;
31:           font-size:12px;
32:           font-weight:bold;
33:             text-transform:none;    
34:           display:block;        }    
35:  
36:       #content {
37:           z-index: 3;
38:           padding: 10px;
39:           background: #DCDCDC;
40:           margin-right:220px;
41:           margin-left: 200px;
42:           margin-bottom:20px;
43:           }
44:  
45:  
46:       #links {
47:           z-index:2;
48:           position:absolute;
49:           top: 135px;
50:           right: 20px;
51:           width: 180px;
52:           background: #DCDCDC;
53:           color: #5C80A3;
54:           text-align:center;
55:           }
56:                   
57:       #llinks {
58:           z-index:2;
59:           position:absolute;
60:           top: 135px;
61:           left: 20px;
62:           width: 150px;
63:           background: #DCDCDC;
64:           color: #5C80A3;
65:           text-align:center;
66:           }
67:                   
68:       .blog {
69:             padding-left:15px;
70:             padding-top:15px;
71:             padding-right:15px;                    
72:           }    
73:       
74:       .blogbody, .comments-body, .trackback-body {
75:           color: #5C80A3;
76:           font-size:11px;
77:           font-weight:normal;
78:             background: #DCDCDC;
79:             line-height:14px;        
80:             border-left: 1px solid #4C90BF;            
81:             border-right: 1px solid #4C90BF;
82:             border-bottom: 3px double #4C90BF;                            
83:             padding:10px;
84:           }    
85:       
86:       .title    { 
87:           font-size: 10px; 
88:           color: #4C90BF; 
89:           text-transform: uppercase;
90:           font-weight:bold;    
91:           }            
92:           
93:       #menu {
94:             margin-bottom:10px;
95:           background: #DCDCDC;
96:           font-size:11px;
97:           font-weight:bold;                              
98:           }    
99:           
100:       .date, .comments-head    { 
101:            font-size: 18px; 
102:           color: #FFFFFF; 
103:           font-weight:bold;
104:           text-transform:uppercase;
105:           margin-top:10px;        
106:             border-bottom: 3px double #FFFFFF;    
107:           }            
108:           
109:       .posted, .comments-post, .trackback-post    { 
110:           font-size: 10px; 
111:           color: #4C90BF;
112:           display:block; 
113:           text-align:right; 
114:           }
115:           
116:           
117:       .calendar {
118:           color:black;
119:           font-size:12px;
120:           font-weight:normal;
121:             padding:2px;                
122:           }
123:       
124:       .calendarhead {    
125:           color: #4C90BF;
126:           font-size:10px;
127:           font-weight:bold;
128:             background: #DCDCDC;
129:             line-height:14px;                
130:           }    
131:       
132:       .side {
133:           color: #5C80A3;
134:           font-size:10px;
135:           font-weight:normal;
136:             background: #DCDCDC;
137:             line-height:14px;                
138:           }    
139:           
140:       .sidetitle {
141:           
142:           color: #5C80A3;
143:           font-size:9px;
144:           font-weight:bold;
145:             background: #DCDCDC;
146:             line-height:14px;
147:             padding:2px;
148:             margin-top:10px;
149:             border-bottom: 1px solid #DCDCDC;
150:             text-transform:uppercase;
151:           letter-spacing: .2em;                      
152:           }        
153:       
154:       .syndicate {
155:           font-size:9px;
156:           font-weight:bold;        
157:             line-height:14px;
158:             padding:2px;
159:             margin-top:10px;
160:             text-align:center;
161:             background: #DCDCDC;          
162:            }    
163:           
164:       .powered {
165:           color: #5C80A3;
166:           font-size:10px;
167:           font-weight:bold;
168:           border-top: 1px solid #DCDCDC;
169:           border-bottom: 1px solid #DCDCDC;        
170:           line-height:14px;
171:           padding:2px;
172:           margin-top:10px;
173:           text-align:center;
174:           }    
175:           
176:       
177:   input, select, textarea {
178:       font-size: 11px; font-family:verdana,sans-serif; border: solid 1px black;
179:       padding: 1px; margin: 1px;
180:       background-color: #ffffff; color:black;
181:   }

This page was automatically generated by SharpDevelop.