Subversion Repositories SmartDukaan

Rev

Rev 430 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
430 ashish 1
/*
2
Design by Free CSS Templates
3
http://www.freecsstemplates.org
4
Released for free under a Creative Commons Attribution 2.5 License
5
*/
6
 
7
body {
8
    margin: 0;
9
    padding: 0;
10
    background: #FFFFFF url( images/img01.jpg ) repeat-x;
11
    text-align: justify;
12
    font: 15px Arial, Helvetica, sans-serif;
13
    color: #626262;
14
}
15
 
16
form {
17
    margin: 0;
18
    padding: 0;
19
}
20
 
21
input {
22
    padding: 5px;
23
    background: #FEFEFE url( images/img13.gif ) repeat-x;
24
    border: 1px solid #626262;
25
    font: normal 1em Arial, Helvetica, sans-serif;
26
}
27
 
28
h1, h1 a, h2, h2 a, h3, h3 a {
29
    margin: 0;
30
    text-decoration: none;
31
    font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
32
    font-weight: normal;
33
    color: #444444;
34
}
35
 
36
h1 {
37
    letter-spacing: -1px;
38
    font-size: 2.2em;
39
    font-family: Verdana, Arial, Helvetica, sans-serif;
40
}
41
 
42
h2 {
43
    letter-spacing: -1px;
44
    font-size: 2em;
45
}
46
 
47
h3 {
48
    font-size: 1em;
49
}
50
 
51
p, ol, ul {
52
    margin-bottom: 2em;
53
    line-height: 200%;
54
}
55
 
56
blockquote {
57
    margin: 0 0 0 1.5em;
58
    padding-left: 1em;
59
    border-left: 5px solid #DDDDDD;
60
}
61
 
62
a {
63
    color: #1692B8;
64
}
65
 
66
a:hover {
67
    text-decoration: none;
68
}
69
 
70
/* Header */
71
 
72
#header {
73
    height: 42px;
74
}
75
 
76
#logo h1, #logo p {
77
    float: left;
78
    text-transform: lowercase;
79
}
80
 
81
#logo h1 {
82
    padding: 0px 0 0 40px;
83
}
84
 
85
#logo p {
86
    margin: 0;
87
    padding: 14px 0 0 4px;
88
    line-height: normal;
89
    font-family: Verdana, Arial, Helvetica, sans-serif;
90
    font-size: 14px;
91
}
92
 
93
#logo a {
94
    text-decoration: none;
95
    color: #D0C7A6;
96
}
97
 
98
#menu {
99
    float: right;
100
}
101
 
102
#menu ul {
103
    margin: 0;
104
    padding: 0;
105
    list-style: none;
106
}
107
 
108
#menu li {
109
    display: block;
110
    float: left;
111
    height: 42px;
112
}
113
 
114
#menu a {
115
    display: block;
116
    padding: 8px 20px 0px 20px;
117
    text-decoration: none;
118
    text-align: center;
119
    text-transform: lowercase;
120
    font-family: Verdana, Arial, Helvetica, sans-serif;
121
    font-weight: normal;
122
    font-size: 14px;
123
    color: #CEC5A4;
124
}
125
 
126
#menu .last {
127
    margin-right: 20px;
128
}
129
 
130
#menu a:hover {
131
    color: #FFFFFF;
132
}
133
 
134
#menu .current_page_item A {
135
    text-decoration: underline;
136
}
137
 
138
#menu .current_page_item a {
139
}
140
 
141
/* Page */
142
 
143
#page {
144
    padding: 40px 40px 0 40px;
145
}
146
 
147
/* Content */
148
 
149
#content {
150
    margin-right: 340px;
151
}
152
 
153
.post {
154
    margin-bottom: 10px;
155
}
156
 
157
.post .title {
158
    border-bottom: 1px #999999 dashed;
159
    font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
160
}
161
 
162
.post .title h2 {
163
    padding: 30px 30px 0 0px;
164
    text-transform: lowercase;
165
    font-weight: normal;
166
    font-size: 2.2em;
167
}
168
 
169
.post .title p {
170
    margin: 0;
171
    padding: 0 0 10px 0px;
172
    line-height: normal;
173
    color: #BABABA;
174
}
175
 
176
.post .title p a {
177
    color: #BABABA;
178
}
179
 
180
.post .entry {
181
    padding: 20px 0px 20px 0px;
182
}
183
 
184
.post .links {
185
    margin: 0;
186
    padding: 0 30px 30px 0px;
187
}
188
 
189
.post .links a {
190
    display: block;
191
    float: left;
192
    margin-right: 10px;
193
    margin-bottom: 5px;
194
    text-align: center;
195
    text-decoration: none;
196
    font-weight: bold;
197
    color: #FFFFFF;
198
}
199
 
200
.post .links a:hover {
201
}
202
 
203
.post .links .more {
204
    width: 128px;
205
    height: 30px;
206
    background: url( images/img03.jpg ) no-repeat left center;
207
}
208
 
209
.post .links .comments {
210
    width: 152px;
211
    height: 30px;
212
    background: url( images/img04.jpg ) no-repeat left center;
213
}
214
 
215
/* Sidebar */
216
 
217
#sidebar {
218
    float: right;
219
    width: 300px;
220
    margin-top: 30px;
221
}
222
 
223
#sidebar ul {
224
    margin: 0;
225
    padding: 0;
226
    list-style: none;
227
}
228
 
229
#sidebar li {
230
    margin-bottom: 10px;
231
    background: url( images/img10.gif ) no-repeat left bottom;
232
}
233
 
234
#sidebar li ul {
235
    padding: 0 30px 40px 30px;
236
}
237
 
238
#sidebar li li {
239
    margin: 0;
240
    padding-left: 20px;
241
}
242
 
243
#sidebar h2 {
244
    padding: 30px 30px 5px 10px;
245
    background: url( images/img09.gif ) no-repeat;
246
    text-transform: lowercase;
247
    font-weight: normal;
248
    font-size: 1.6em;
249
    color: #302D26;
250
}
251
 
252
#sidebar DIV.sidebar-content {
253
    width: 265px;
254
    margin-left: 10px;
255
    padding-bottom: 1px;
256
}
257
 
258
/* Search */
259
 
260
#search {
261
    padding: 20px 30px 40px 30px;
262
}
263
 
264
#search input {
265
    padding: 0;
266
    width: 70px;
267
    height: 29px;
268
    background: #DFDFDF url( images/img14.gif ) repeat-x;
269
    font-weight: bold;
270
}
271
 
272
#search #s {
273
    padding: 5px;
274
    width: 150px;
275
    height: auto;
276
    background: #FEFEFE url( images/img13.gif ) repeat-x;
277
    border: 1px solid #626262;
278
    font: normal 1em Arial, Helvetica, sans-serif;
279
}
280
 
281
#search br {
282
    display: none;
283
}
284
 
285
/* Categories */
286
 
287
#sidebar #categories li {
288
    background: url( images/img12.gif ) no-repeat left center;
289
}
290
 
291
/* Calendar */
292
 
293
#calendar_wrap {
294
    padding: 0 30px 40px 30px;
295
}
296
 
297
#calendar table {
298
    width: 100%;
299
    text-align: center;
300
}
301
 
302
#calendar thead {
303
    background: #F1F1F1;
304
}
305
 
306
#calendar tbody td {
307
    border: 1px solid #F1F1F1;
308
}
309
 
310
#calendar #prev {
311
    text-align: left;
312
}
313
 
314
#calendar #next {
315
    text-align: right;
316
}
317
 
318
#calendar tfoot a {
319
    text-decoration: none;
320
    font-weight: bold;
321
}
322
 
323
#calendar #today {
324
    background: #FFF3A7;
325
    border: 1px solid #EB1400;
326
    font-weight: bold;
327
    color: #EB1400
328
}
329
 
330
/* Footer */
331
 
332
#footer {
333
    padding: 70px 0 50px 0;
334
    background: #757575 url( images/img08.gif ) repeat-x;
335
}
336
 
337
#footer p {
338
    margin-bottom: 1em;
339
    text-align: center;
340
    line-height: normal;
341
    font-size: .9em;
342
    color: #BABABA;
343
}
344
 
345
#footer a {
346
    padding: 0 20px;
347
    text-decoration: none;
348
    color: #DDDDDD;
349
}
350
 
351
#footer a:hover {
352
    color: #FFFFFF;
353
}
354
 
355
#footer .rss {
356
    background: url( images/img18.gif ) no-repeat left center;
357
}
358
 
359
#footer .xhtml {
360
    background: url( images/img19.gif ) no-repeat left center;
361
}
362
 
363
#footer .css {
364
    background: url( images/img20.gif ) no-repeat left center;
365
}
366
 
367
#footer .legal a {
368
    padding: 0;
369
}