[44] | 1 | /*
|
---|
| 2 | Theme Name: SlickPress
|
---|
| 3 | Author: WP Theme Designer
|
---|
| 4 | Author URI: http://www.wpthemedesigner.com/
|
---|
| 5 | */
|
---|
| 6 |
|
---|
| 7 | * {
|
---|
| 8 | margin: 0; padding: 0;
|
---|
| 9 | }
|
---|
| 10 | body {
|
---|
| 11 | text-align: center;
|
---|
| 12 | font: 12px Verdana;
|
---|
| 13 | color: #333333;
|
---|
| 14 | background: #ffffff url(images/header.gif) repeat-x 0 0;;
|
---|
| 15 | }
|
---|
| 16 | a {
|
---|
| 17 | text-decoration: none;
|
---|
| 18 | color: #00658D;
|
---|
| 19 | }
|
---|
| 20 | img {
|
---|
| 21 | border: 0;
|
---|
| 22 | }
|
---|
| 23 |
|
---|
| 24 | .break {
|
---|
| 25 | font-size: 0;
|
---|
| 26 | width: 0; height: 0;
|
---|
| 27 | clear: both;
|
---|
| 28 | }
|
---|
| 29 | .alignleft {
|
---|
| 30 | float: left;
|
---|
| 31 | margin: 4px 10px 5px 0;
|
---|
| 32 | }
|
---|
| 33 | .alignright {
|
---|
| 34 | float: right;
|
---|
| 35 | margin: 4px 0 5px 10px;
|
---|
| 36 | }
|
---|
| 37 | .hidden {
|
---|
| 38 | display: none;
|
---|
| 39 | }
|
---|
| 40 | .noimage img {
|
---|
| 41 | display: none;
|
---|
| 42 | }
|
---|
| 43 |
|
---|
| 44 | #wrapper {
|
---|
| 45 | text-align: left;
|
---|
| 46 | width: 980px;
|
---|
| 47 | margin: auto auto;
|
---|
| 48 | }
|
---|
| 49 |
|
---|
| 50 | /** BEGIN header **/
|
---|
| 51 | #header {
|
---|
| 52 |
|
---|
| 53 | }
|
---|
| 54 | #header ol {
|
---|
| 55 | list-style-type: none;
|
---|
| 56 | padding-bottom: 55px;
|
---|
| 57 | }
|
---|
| 58 | #header ol li {
|
---|
| 59 | font-size: 0.9em;
|
---|
| 60 | text-transform: uppercase;
|
---|
| 61 | float: left;
|
---|
| 62 | background: url(images/divider.gif) no-repeat 0 11px;
|
---|
| 63 | padding: 10px;
|
---|
| 64 | }
|
---|
| 65 | #header ol li.f {
|
---|
| 66 | background: none;
|
---|
| 67 | padding-left: 0;
|
---|
| 68 | }
|
---|
| 69 | #header h1 {
|
---|
| 70 | clear: both;
|
---|
| 71 | font-size: 2;
|
---|
| 72 | }
|
---|
| 73 |
|
---|
| 74 | #header form {
|
---|
| 75 | border: 1px solid #CCCCCC;
|
---|
| 76 | height: 30px;
|
---|
| 77 | float: right;
|
---|
| 78 | width: 460px;
|
---|
| 79 | }
|
---|
| 80 | #header form p {
|
---|
| 81 | float: left;
|
---|
| 82 | border-right: 1px solid #cccccc;
|
---|
| 83 | height: 30px;
|
---|
| 84 | font-size: 0.9em;
|
---|
| 85 | color: #808080;
|
---|
| 86 | }
|
---|
| 87 | #header form .date {
|
---|
| 88 | padding: 8px 10px 12px;
|
---|
| 89 | height: 10px;
|
---|
| 90 | }
|
---|
| 91 | #header form input {
|
---|
| 92 | margin: 7px;
|
---|
| 93 | width: 225px;
|
---|
| 94 | border: 1px solid #ffffff;
|
---|
| 95 | font-size: 1em;
|
---|
| 96 | font-family: Verdana;
|
---|
| 97 | color: #000000;
|
---|
| 98 | /*float: left;*/
|
---|
| 99 | }
|
---|
| 100 | #header form button {
|
---|
| 101 | width: 16px; height: 16px;
|
---|
| 102 | border: 0;
|
---|
| 103 | /* background: url(images/search.jpg) no-repeat 0 0;*/
|
---|
| 104 | margin: 7px;
|
---|
| 105 | text-indent: -9999px;
|
---|
| 106 | /*float: left;*/
|
---|
| 107 | }
|
---|
| 108 | #header ul {
|
---|
| 109 | list-style-type: none;
|
---|
| 110 | clear: both;
|
---|
| 111 | border-bottom: 5px solid #1F2012;
|
---|
| 112 | border-left: 1px solid #cccccc;
|
---|
| 113 | border-right: 1px solid #cccccc;
|
---|
| 114 | border-top: 1px solid #cccccc;
|
---|
| 115 | height: 27px;
|
---|
| 116 | margin: 30px 0 10px;
|
---|
| 117 | }
|
---|
| 118 | #header ul li {
|
---|
| 119 | float: left;
|
---|
| 120 | border-right: 1px solid #cccccc;
|
---|
| 121 | font-size: 0.9em;
|
---|
| 122 | text-transform: uppercase;
|
---|
| 123 | }
|
---|
| 124 | #header ul li a {
|
---|
| 125 | color: #393939;
|
---|
| 126 | display: block;
|
---|
| 127 | padding: 7px;
|
---|
| 128 | }
|
---|
| 129 | #header ul li a:hover {
|
---|
| 130 | background-color: #202014;
|
---|
| 131 | color: #ffffff;
|
---|
| 132 | }
|
---|
| 133 | /** END header **/
|
---|
| 134 |
|
---|
| 135 | /** BEGIN content **/
|
---|
| 136 | #content {
|
---|
| 137 | clear: both;
|
---|
| 138 | float: left;
|
---|
| 139 | border-right: 1px solid #CCCCCC;
|
---|
| 140 | width: 620px;
|
---|
| 141 | padding: 0 10px 10px 0;
|
---|
| 142 | }
|
---|
| 143 | #content .latest {
|
---|
| 144 | border-bottom: 5px solid #202014;
|
---|
| 145 | padding: 0 20px 10px 0;
|
---|
| 146 | margin-bottom: 10px;
|
---|
| 147 | }
|
---|
| 148 | #content .latest img {
|
---|
| 149 | float: left;
|
---|
| 150 | margin: 0 10px 5px 0;
|
---|
| 151 | width: 200px;
|
---|
| 152 | }
|
---|
| 153 | #content .latest h2 {
|
---|
| 154 | font-size: 1.5em;
|
---|
| 155 | padding-right: 90px;
|
---|
| 156 | padding-bottom: 15px;
|
---|
| 157 | }
|
---|
| 158 | #content .latest p {
|
---|
| 159 | font-size: 0.9em;
|
---|
| 160 | margin-bottom: 12px;
|
---|
| 161 | line-height: 1.4em;
|
---|
| 162 | }
|
---|
| 163 | #content .l {
|
---|
| 164 | width: 300px;
|
---|
| 165 | float: left;
|
---|
| 166 | padding: 0 10px 10px 0;
|
---|
| 167 | border-right: 1px solid #FFFFFF;
|
---|
| 168 | }
|
---|
| 169 | #content .l .post {
|
---|
| 170 | font-size: 0.9em;
|
---|
| 171 | border-bottom: 1px dotted #353535;
|
---|
| 172 | padding-top: 10px;
|
---|
| 173 | }
|
---|
| 174 | #content .l .post h2 {
|
---|
| 175 | font-size: 0.9em;
|
---|
| 176 | color: #ffffff;
|
---|
| 177 | text-transform: uppercase;
|
---|
| 178 | background-color: #202014;
|
---|
| 179 | padding: 5px 10px;
|
---|
| 180 | float: left;
|
---|
| 181 | }
|
---|
| 182 | #content .l .post h2 a {
|
---|
| 183 | color: #ffffff;
|
---|
| 184 | }
|
---|
| 185 | #content .l .post h3 {
|
---|
| 186 | clear: both;
|
---|
| 187 | font-size: 1.1em;
|
---|
| 188 | width: 100%;
|
---|
| 189 | padding: 10px 0;
|
---|
| 190 | }
|
---|
| 191 | #content .l .post img {
|
---|
| 192 | float: left;
|
---|
| 193 | margin: 0 10px 5px 0;
|
---|
| 194 | width: 100px;
|
---|
| 195 | }
|
---|
| 196 | #content .l .post p {
|
---|
| 197 | margin-bottom: 10px;
|
---|
| 198 | line-height: 1.4em;
|
---|
| 199 | }
|
---|
| 200 | #content .r {
|
---|
| 201 | width: 299px;
|
---|
| 202 | float: right;
|
---|
| 203 | padding-left: 10px;
|
---|
| 204 | border-left: 1px solid #ffffff;
|
---|
| 205 | margin-left: -1px;
|
---|
| 206 | }
|
---|
| 207 | #content .r .post {
|
---|
| 208 | font-size: 0.9em;
|
---|
| 209 | border-bottom: 1px dotted #353535;
|
---|
| 210 | padding-top: 10px;
|
---|
| 211 | }
|
---|
| 212 | #content .r .post h2 {
|
---|
| 213 | font-size: 0.9em;
|
---|
| 214 | color: #ffffff;
|
---|
| 215 | text-transform: uppercase;
|
---|
| 216 | background-color: #202014;
|
---|
| 217 | padding: 5px 10px;
|
---|
| 218 | float: left;
|
---|
| 219 | }
|
---|
| 220 | #content .r .post h2 a {
|
---|
| 221 | color: #ffffff;
|
---|
| 222 | }
|
---|
| 223 | #content .r .post h3 {
|
---|
| 224 | clear: both;
|
---|
| 225 | font-size: 1.1em;
|
---|
| 226 | width: 100%;
|
---|
| 227 | padding: 10px 0;
|
---|
| 228 | }
|
---|
| 229 | #content .r .post img {
|
---|
| 230 | float: left;
|
---|
| 231 | margin: 0 10px 5px 0;
|
---|
| 232 | width: 100px;
|
---|
| 233 | }
|
---|
| 234 | #content .r .post p {
|
---|
| 235 | margin-bottom: 10px;
|
---|
| 236 | line-height: 1.4em;
|
---|
| 237 | }
|
---|
| 238 | #content .postnav {
|
---|
| 239 | padding: 20px 0;
|
---|
| 240 | clear: both;
|
---|
| 241 | }
|
---|
| 242 | #content .postnav ul {
|
---|
| 243 | list-style-type: none;
|
---|
| 244 | border: 0;
|
---|
| 245 | }
|
---|
| 246 | #content .postnav ul li {
|
---|
| 247 | float: left;
|
---|
| 248 | border: 1px solid #cccccc;
|
---|
| 249 | margin: 2px;
|
---|
| 250 | font-size: 0.9em;
|
---|
| 251 | }
|
---|
| 252 | #content .postnav ul li a {
|
---|
| 253 | display: block;
|
---|
| 254 | border: 0 !important;
|
---|
| 255 | padding: 5px;
|
---|
| 256 | }
|
---|
| 257 | #content .postnav ul li a:hover {
|
---|
| 258 | background-color: #007AAA;
|
---|
| 259 | color: #ffffff;
|
---|
| 260 | }
|
---|
| 261 | #content li.page_info {
|
---|
| 262 | padding: 5px !important;
|
---|
| 263 | }
|
---|
| 264 | /** END content **/
|
---|
| 265 |
|
---|
| 266 | /** BEGIN sidebar **/
|
---|
| 267 | #sidebar {
|
---|
| 268 | float: right;
|
---|
| 269 | width: 340px;
|
---|
| 270 | }
|
---|
| 271 | #sidebar div.head {
|
---|
| 272 | background-color: #FFFFCB;
|
---|
| 273 | border: 1px solid #CDCCCA;
|
---|
| 274 | padding: 10px 5px;
|
---|
| 275 | }
|
---|
| 276 | #sidebar div.head h2 {
|
---|
| 277 | font-size: 0.9em;
|
---|
| 278 | text-transform: uppercase;
|
---|
| 279 | margin-bottom: 10px;
|
---|
| 280 | }
|
---|
| 281 | #sidebar div.head .rss {
|
---|
| 282 | font-size: 0.9em;
|
---|
| 283 | padding: 2px 0 2px 24px;
|
---|
| 284 | background: url(images/rss.gif) no-repeat 0 0;
|
---|
| 285 | }
|
---|
| 286 | #sidebar form {
|
---|
| 287 | border: 1px solid #CDCCCA;
|
---|
| 288 | border-top: 0;
|
---|
| 289 | margin-bottom: 10px;
|
---|
| 290 | background: url(images/subscribe.jpg) no-repeat center;
|
---|
| 291 | height: 50px;
|
---|
| 292 | }
|
---|
| 293 | #sidebar form input {
|
---|
| 294 | margin: 15px 12px 15px 40px;
|
---|
| 295 | width: 180px;
|
---|
| 296 | float: left;
|
---|
| 297 | border: 1px solid #ffffff;
|
---|
| 298 | }
|
---|
| 299 | #sidebar form button {
|
---|
| 300 | float: left;
|
---|
| 301 | width: 72px; height: 25px;
|
---|
| 302 | margin-top: 12px;
|
---|
| 303 | text-indent: -9999px;
|
---|
| 304 | border: 0;
|
---|
| 305 | background-color: transparent;
|
---|
| 306 | }
|
---|
| 307 | #sidebar div.body {
|
---|
| 308 | border: 1px solid #cccccc;
|
---|
| 309 | padding: 10px;
|
---|
| 310 | margin-bottom: 10px;
|
---|
| 311 | }
|
---|
| 312 | #sidebar div.body img {
|
---|
| 313 |
|
---|
| 314 | }
|
---|
| 315 | #sidebar div.body a {
|
---|
| 316 | color: #333333;
|
---|
| 317 | }
|
---|
| 318 | #sidebar div.body a:hover {
|
---|
| 319 | color: #00658D;
|
---|
| 320 | }
|
---|
| 321 | #sidebar ul.head {
|
---|
| 322 | list-style-type: none;
|
---|
| 323 | border: 1px solid #cccccc;
|
---|
| 324 | border-width: 1px 1px 0 0;
|
---|
| 325 | height: 30px;
|
---|
| 326 | }
|
---|
| 327 | #sidebar ul.head li {
|
---|
| 328 | float: left;
|
---|
| 329 | text-transform: uppercase;
|
---|
| 330 | font-weight: bold;
|
---|
| 331 | border-left: 1px solid #cccccc;
|
---|
| 332 | }
|
---|
| 333 | #sidebar ul.head li a {
|
---|
| 334 | color: #343434;
|
---|
| 335 | display: block;
|
---|
| 336 | padding: 8px 10px;
|
---|
| 337 | }
|
---|
| 338 | #sidebar ul.head li a:hover {
|
---|
| 339 |
|
---|
| 340 | }
|
---|
| 341 | #sidebar ul.body {
|
---|
| 342 | clear: both;
|
---|
| 343 | list-style-type: none;
|
---|
| 344 | border: 1px solid #cccccc;
|
---|
| 345 | padding: 10px;
|
---|
| 346 | margin-bottom: 10px;
|
---|
| 347 | }
|
---|
| 348 | #sidebar ul.body li {
|
---|
| 349 | font-size: 0.9em;
|
---|
| 350 | border-bottom: 1px dotted #313131;
|
---|
| 351 | padding: 6px 0;
|
---|
| 352 | }
|
---|
| 353 | #sidebar ul.body li a {
|
---|
| 354 | color: #323232;
|
---|
| 355 | }
|
---|
| 356 | #sidebar ul.body li a:hover {
|
---|
| 357 | font-weight: bold;
|
---|
| 358 | color: #006490;
|
---|
| 359 | }
|
---|
| 360 | #sidebar .l {
|
---|
| 361 | width: 165px;
|
---|
| 362 | float: left;
|
---|
| 363 | }
|
---|
| 364 | #sidebar .l h2 {
|
---|
| 365 | border-top: 4px solid #1F1F15;
|
---|
| 366 | font-size: 0.9em;
|
---|
| 367 | text-transform: uppercase;
|
---|
| 368 | padding: 5px 0;
|
---|
| 369 | }
|
---|
| 370 | #sidebar .l ul {
|
---|
| 371 | list-style-type: none;
|
---|
| 372 | margin-bottom: 20px;
|
---|
| 373 | }
|
---|
| 374 | #sidebar .l ul li {
|
---|
| 375 | font-size: 0.9em;
|
---|
| 376 | border-bottom: 1px dotted #353535;
|
---|
| 377 | padding: 6px 0;
|
---|
| 378 | }
|
---|
| 379 | #sidebar .l ul li a {
|
---|
| 380 | color: #363636;
|
---|
| 381 | }
|
---|
| 382 | #sidebar .l ul li a:hover {
|
---|
| 383 |
|
---|
| 384 | }
|
---|
| 385 | #sidebar .r {
|
---|
| 386 | width: 165px;
|
---|
| 387 | float: right;
|
---|
| 388 | }
|
---|
| 389 | #sidebar .r h2 {
|
---|
| 390 | border-top: 4px solid #1F1F15;
|
---|
| 391 | font-size: 0.9em;
|
---|
| 392 | text-transform: uppercase;
|
---|
| 393 | padding: 5px 0;
|
---|
| 394 | }
|
---|
| 395 | #sidebar .r ul {
|
---|
| 396 | list-style-type: none;
|
---|
| 397 | margin-bottom: 20px;
|
---|
| 398 | }
|
---|
| 399 | #sidebar .r ul li {
|
---|
| 400 | font-size: 0.9em;
|
---|
| 401 | border-bottom: 1px dotted #353535;
|
---|
| 402 | padding: 6px 0;
|
---|
| 403 | }
|
---|
| 404 | #sidebar .r ul li a {
|
---|
| 405 | color: #363636;
|
---|
| 406 | }
|
---|
| 407 | #sidebar .r ul li a:hover {
|
---|
| 408 |
|
---|
| 409 | }
|
---|
| 410 | /** END sidebar **/
|
---|
| 411 |
|
---|
| 412 | /** BEGIN footer **/
|
---|
| 413 | #footer {
|
---|
| 414 | clear: both;
|
---|
| 415 | border-top: 5px solid #1E2015;
|
---|
| 416 | font-size: 0.9em;
|
---|
| 417 | padding: 10px 0 30px;
|
---|
| 418 | }
|
---|
| 419 | /** END footer **/
|
---|
| 420 |
|
---|
| 421 | /** BEGIN miscellaneous **/
|
---|
| 422 | #content .single ul {
|
---|
| 423 | margin: 0 0 10px 18px;
|
---|
| 424 | }
|
---|
| 425 | #content .single ol {
|
---|
| 426 | margin: 0 0 10px 20px;
|
---|
| 427 | }
|
---|
| 428 | #content .single li {
|
---|
| 429 | padding: 2px 0;
|
---|
| 430 | line-height: 1.4em;
|
---|
| 431 | }
|
---|
| 432 | #content .single h3 {
|
---|
| 433 | margin-bottom: 5px;
|
---|
| 434 | font-size: 1.4em;
|
---|
| 435 | font-size: 1.5em;
|
---|
| 436 | font-weight: normal;
|
---|
| 437 | }
|
---|
| 438 | #content .single blockquote {
|
---|
| 439 | padding: 20px 20px 10px;
|
---|
| 440 | margin: 10px 0;
|
---|
| 441 | background-color: #f3f3f3;
|
---|
| 442 | border-width: 1px 0;
|
---|
| 443 | border-color: #dddddd;
|
---|
| 444 | border-style: solid;
|
---|
| 445 | color: #9e9e9e;
|
---|
| 446 | line-height: 1.4em;
|
---|
| 447 | }
|
---|
| 448 | .single .details {
|
---|
| 449 | padding: 20px 0;
|
---|
| 450 | }
|
---|
| 451 | .single .details p {
|
---|
| 452 | margin-bottom: 5px !important;
|
---|
| 453 | }
|
---|
| 454 | #comments {
|
---|
| 455 | padding: 0 10px 20px;
|
---|
| 456 | font-size: 0.9em;
|
---|
| 457 | }
|
---|
| 458 | #comments h2 {
|
---|
| 459 | margin: 10px 0;
|
---|
| 460 | font-size: 1.5em;
|
---|
| 461 | }
|
---|
| 462 | #comments p {
|
---|
| 463 | margin-bottom: 10px;
|
---|
| 464 | line-height: 1.5em;
|
---|
| 465 | }
|
---|
| 466 | #comments form {
|
---|
| 467 | padding-top: 20px;
|
---|
| 468 | }
|
---|
| 469 | #comments form p {
|
---|
| 470 | margin-bottom: 5px;
|
---|
| 471 | }
|
---|
| 472 | .commentauthor {
|
---|
| 473 | margin-bottom: 5px !important;
|
---|
| 474 | color: #9e9e9e;
|
---|
| 475 | font-weight: bold;
|
---|
| 476 | }
|
---|
| 477 | .commentdate {
|
---|
| 478 | font-size: 0.8em;
|
---|
| 479 | margin-bottom: 5px;
|
---|
| 480 | color: #909090;
|
---|
| 481 | }
|
---|
| 482 | .required {
|
---|
| 483 | color: #ff0000;
|
---|
| 484 | }
|
---|
| 485 | #respond {
|
---|
| 486 | padding-top: 20px;
|
---|
| 487 | }
|
---|
| 488 | .comment1 {
|
---|
| 489 | border: 1px solid #cccccc;
|
---|
| 490 | padding: 10px;
|
---|
| 491 | margin-bottom: 10px;
|
---|
| 492 | }
|
---|
| 493 | .commentdetails {
|
---|
| 494 | float: left;
|
---|
| 495 | }
|
---|
| 496 | .gravatar {
|
---|
| 497 | float: right;
|
---|
| 498 | }
|
---|
| 499 | h2.title {
|
---|
| 500 | padding: 20px 10px 20px;
|
---|
| 501 | font-size: 0.8em;
|
---|
| 502 | font-weight: normal;
|
---|
| 503 | text-transform: uppercase;
|
---|
| 504 | color: #909090;
|
---|
| 505 | }
|
---|
| 506 | .archive {
|
---|
| 507 | clear: both;
|
---|
| 508 | font-size: 0.9em;
|
---|
| 509 | padding: 10px;
|
---|
| 510 | border: 1px solid #cccccc;
|
---|
| 511 | margin: 0 0 10px 10px;
|
---|
| 512 | }
|
---|
| 513 | .archive h2 {
|
---|
| 514 | font-size: 1.6em;
|
---|
| 515 | font-weight: normal;
|
---|
| 516 | padding-bottom: 10px;
|
---|
| 517 | }
|
---|
| 518 | .archive h2 a {
|
---|
| 519 |
|
---|
| 520 |
|
---|
| 521 | }
|
---|
| 522 | .archive img {
|
---|
| 523 | float: left;
|
---|
| 524 | height: 100px;
|
---|
| 525 | margin: 5px 10px 5px 0;
|
---|
| 526 | }
|
---|
| 527 | .archive p {
|
---|
| 528 | margin-bottom: 10px;
|
---|
| 529 | line-height: 1.5em;
|
---|
| 530 | }
|
---|
| 531 | /** END miscellaneous **/
|
---|