1 rizwank 1.1
2 body {
3 margin:0px 0px 20px 0px;
4 background:#FFF;
5 }
6 A { color: #003366; text-decoration: underline; }
7 A:link { color: #003366; text-decoration: underline; }
8 A:visited { color: #003366; text-decoration: underline; }
9 A:active { color: #999999; }
10 A:hover { color: #999999; }
11
12 h1, h2, h3 {
13 margin: 0px;
14 padding: 0px;
15 }
16
17 #banner {
18 font-family:palatino, georgia, verdana, arial, sans-serif;
19 color:#333;
20 font-size:x-large;
21 font-weight:normal;
22 rizwank 1.1 padding:15px;
23 border-top:4px double #666;
24 }
25
26 #banner a,
27 #banner a:link,
28 #banner a:visited,
29 #banner a:active,
30 #banner a:hover {
31 font-family: palatino, georgia, verdana, arial, sans-serif;
32 font-size: xx-large;
33 color: #333;
34 text-decoration: none;
35 }
36
37 .description {
38 font-family:palatino, georgia, times new roman, serif;
39 color:#333;
40 font-size:small;
41 text-transform:none;
42 }
43 rizwank 1.1
44 #content {
45 position:absolute;
46 background:#FFF;
47 margin-right:20px;
48 margin-left:225px;
49 margin-bottom:20px;
50 border:1px solid #FFF;
51 width: 70%;
52 }
53
54 #container {
55 background:#FFF;
56 border:1px solid #FFF;
57 }
58
59 #links {
60 padding:15px;
61 border:1px solid #FFF;
62 width:200px;
63 }
64 rizwank 1.1
65 .blog {
66 padding:15px;
67 background:#FFF;
68 }
69
70 .blogbody {
71 font-family:palatino, georgia, verdana, arial, sans-serif;
72 color:#333;
73 font-size:small;
74 font-weight:normal;
75 background:#FFF;
76 line-height:200%;
77 }
78
79 .blogbody a,
80 .blogbody a:link,
81 .blogbody a:visited,
82 .blogbody a:active,
83 .blogbody a:hover {
84 font-weight: normal;
85 rizwank 1.1 text-decoration: underline;
86 }
87
88 .title {
89 font-family: palatino, georgia, times new roman, serif;
90 font-size: medium;
91 color: #666;
92 }
93
94 #menu {
95 margin-bottom:15px;
96 background:#FFF;
97 text-align:center;
98 }
99
100 .date {
101 font-family:palatino, georgia, times new roman, serif;
102 font-size: large;
103 color: #333;
104 border-bottom:1px solid #999;
105 margin-bottom:10px;
106 rizwank 1.1 font-weight:bold;
107 }
108
109 .posted {
110 font-family:verdana, arial, sans-serif;
111 font-size: x-small;
112 color: #000000;
113 margin-bottom:25px;
114 }
115
116
117 .calendar {
118 font-family:verdana, arial, sans-serif;
119 color:#666;
120 font-size:x-small;
121 font-weight:normal;
122 background:#FFF;
123 line-height:140%;
124 padding:2px;
125 text-align:left;
126 }
127 rizwank 1.1
128 .calendarhead {
129 font-family:palatino, georgia, times new roman, serif;
130 color:#666600;
131 font-size:small;
132 font-weight:normal;
133 padding:2px;
134 letter-spacing: .3em;
135 background:#FFF;
136 text-transform:uppercase;
137 text-align:left;
138 }
139
140 .side {
141 font-family:verdana, arial, sans-serif;
142 color:#333;
143 font-size:x-small;
144 font-weight:normal;
145 background:#FFF;
146 line-height:140%;
147 padding:2px;
148 rizwank 1.1 }
149
150 .sidetitle {
151 font-family:palatino, georgia, times new roman, serif;
152 color:#666600;
153 font-size:small;
154 font-weight:normal;
155 padding:2px;
156 margin-top:30px;
157 letter-spacing: .3em;
158 background:#FFF;
159 text-transform:uppercase;
160 }
161
162 .syndicate {
163 font-family:verdana, arial, sans-serif;
164 font-size:xx-small;
165 line-height:140%;
166 padding:2px;
167 margin-top:15px;
168 background:#FFF;
169 rizwank 1.1 }
170
171 .powered {
172 font-family:palatino, georgia, times new roman, serif;
173 color:#666;
174 font-size:x-small;
175 line-height:140%;
176 text-transform:uppercase;
177 padding:2px;
178 margin-top:50px;
179 letter-spacing: .2em;
180 background:#FFF;
181 }
182
183
184 .comments-body {
185 font-family:palatino, georgia, verdana, arial, sans-serif;
186 color:#666;
187 font-size:small;
188 font-weight:normal;
189 background:#FFF;
190 rizwank 1.1 line-height:140%;
191 padding-bottom:10px;
192 padding-top:10px;
193 border-bottom:1px dotted #999;
194 }
195
196 .comments-post {
197 font-family:verdana, arial, sans-serif;
198 color:#666;
199 font-size:x-small;
200 font-weight:normal;
201 background:#FFF;
202 }
203
204
205 .trackback-url {
206 font-family:palatino, georgia, verdana, arial, sans-serif;
207 color:#666;
208 font-size:small;
209 font-weight:normal;
210 background:#FFF;
211 rizwank 1.1 line-height:140%;
212 padding:5px;
213 border:1px dotted #999;
214 }
215
216
217 .trackback-body {
218 font-family:palatino, georgia, verdana, arial, sans-serif;
219 color:#666;
220 font-size:small;
221 font-weight:normal;
222 background:#FFF;
223 line-height:140%;
224 padding-bottom:10px;
225 padding-top:10px;
226 border-bottom:1px dotted #999;
227 }
228
229 .trackback-post {
230 font-family:verdana, arial, sans-serif;
231 color:#666;
232 rizwank 1.1 font-size:x-small;
233 font-weight:normal;
234 background:#FFF;
235 }
236
237
238 .comments-head {
239 font-family:palatino, georgia, verdana, arial, sans-serif;
240 font-size:small;
241 color: #666;
242 border-bottom:1px solid #999;
243 margin-top:20px;
244 font-weight:bold;
245 background:#FFF;
246 }
247
248 #banner-commentspop {
249 font-family:palatino, georgia, verdana, arial, sans-serif;
250 color:#FFF;
251 font-size:large;
252 font-weight:bold;
253 rizwank 1.1 border-left:1px solid #FFF;
254 border-right:1px solid #FFF;
255 border-top:1px solid #FFF;
256 background:#003366;
257 padding-left:15px;
258 padding-right:15px;
259 padding-top:5px;
260 padding-bottom:5px;
261 }
|