| 174 | } |
| 176 | #contentContainer { |
| 177 | border-style: solid; |
| 178 | } |
| 180 | #contentContainer #content { |
| 181 | padding-top: 50px; |
| 182 | padding-right: 40px; |
| 183 | padding-left: 40px; |
| 184 | font-size: 0.9em; |
| 185 | } |
| 187 | #contentContainer #content p+h3 { |
| 188 | border-top: 1px solid #ccc; |
| 189 | padding-top: 20px; |
| 190 | } |
| 193 | #contentContainer #content img { |
| 194 | border: none; |
| 195 | } |
| 197 | #contentContainer ul { |
| 198 | list-style-position: inside; |
| 199 | } |
| 201 | #sidebarContainer { |
| 202 | width: 200px; |
| 203 | font-size: 0.9em; |
| 204 | margin-top: 50px; |
| 205 | position: relative; |
| 206 | z-index: 100; |
| 207 | } |
| 209 | #sidebarContainer #sidebar { |
| 210 | padding: 10px; |
| 211 | width: 180px; |
| 212 | } |
| 214 | #sidebarContainer .sideHeader { |
| 215 | font-weight: bold; |
| 216 | padding: 0px 10px 0px; |
| 217 | width: 170px; |
| 218 | font-size: 1.3em; |
| 219 | |
| 220 | } |
| 223 | #sidebarContainer h1 { |
| 224 | margin: 0; |
| 225 | padding: 0 10px; |
| 226 | font-size: 1em; |
| 227 | margin-top: 20px; |
| 228 | } |
| 232 | #sidebarContainer h1+p { |
| 233 | margin: 0; |
| 234 | padding: 6px 10px; |
| 235 | margin-bottom: 10px; |
| 236 | } |
| 238 | #sidebarContainer a { |
| 239 | } |
| 241 | #sidebarContainer p { |
| 242 | } |
| 244 | #footer { |
| 245 | border-top: 1px solid #eeeeee; |
| 246 | margin-top: 20px; |
| 247 | } |
| 249 | #footer p { |
| 250 | margin: 0; |
| 251 | padding-top: 10px; |
| 252 | padding-bottom: 10px; |
| 253 | } |
| 255 | #footer a:link, #footer a:visited { |
| 257 | } |
| 259 | #footer a:hover, #footer a:active { |
| 260 | } |
| 263 | #logo img { |
| 264 | display: block; |
| 265 | } |
| 267 | div#logo { |
| 268 | position: relative; |
| 269 | left: 15px; |
| 270 | top: 25px; |
| 271 | float: left; |
| 272 | } |
| 274 | |
| 275 | /* @end */ |
| 277 | /* @group Bread-crumb */ |
| 279 | #breadcrumbcontainer { |
| 280 | font-size: 1em; |
| 281 | font-weight: bold; |
| 282 | height: 20px; |
| 283 | padding-left: 20px; |
| 284 | padding-right: 20px; |
| 285 | display: block; |
| 286 | z-index: 100; |
| 287 | } |
| 289 | #breadcrumbcontainer ul { |
| 290 | list-style: none; |
| 291 | margin: 0; |
| 292 | padding: 0; |
| 293 | } |
| 295 | #breadcrumbcontainer li { |
| 296 | display: inline; |
| 297 | } |
| 299 | #breadcrumbcontainer a:link, #breadcrumbcontainer a:active { |
| 300 | } |
| 304 | #breadcrumbcontainer a:hover { |
| 305 | } |
| 306 | |
| 307 | /* @end */ |
| 309 | /* @group Toolbar */ |
| 311 | /* Toolbar Styles */ |
| 312 | #navcontainer { |
| 313 | position: relative; |
| 314 | height: 25px; |
| 315 | z-index: 100; |
| 316 | } |
| 319 | #navcontainer #current { |
| 320 | } |
| 321 | |
| 322 | #navcontainer ul ul #current, #navcontainer ul ul ul #current { |
| 323 | } |
| 325 | #navcontainer ul li .currentAncestor { |
| 326 | } |
| 327 | #navcontainer ul ul li .currentAncestor { |
| 328 | } |
| 329 | |
| 330 | #navcontainer ul ul ul li .currentAncestor { |
| 331 | } |
| 332 | /* Parent - Level 0 */ |
| 334 | #navcontainer ul { |
| 335 | position: relative; |
| 336 | height: 25px; |
| 337 | list-style: none; |
| 338 | left: 0px; |
| 339 | padding: 0; |
| 340 | width: 100%; |
| 341 | margin: 0; |
| 342 | } |
| 345 | #navcontainer li { |
| 347 | /*position: relative;*/ |
| 348 | width: 140px; |
| 349 | display: block; |
| 350 | float: left; |
| 351 | height: 25px; |
| 352 | text-align: center; |
| 353 | font-size: 12px; |
| 354 | } |
| 356 | #navcontainer a { |
| 357 | display: block; |
| 358 | padding: 2px 10px 0; |
| 359 | height: 23px; |
| 360 | width: auto; |
| 361 | } |
| 365 | #navcontainer a:link, #navcontainer a:visited { |
| 366 | text-decoration: none; |
| 367 | } |
| 369 | #navcontainer ul a:link, #navcontainer ul a:visited { |
| 370 | } |
| 372 | #navcontainer ul a:hover, #navcontainer ul a:active { |
| 373 | } |
| 375 | #navcontainer ul ul a:hover, #navcontainer ul ul a:active { |
| 376 | } |
| 383 | /* Child - Level 1 */ |
| 385 | #navcontainer ul ul { |
| 386 | position: absolute; |
| 387 | left: 0px; |
| 388 | right: 0; |
| 389 | top: 25px; |
| 390 | z-index: 100; |
| 391 | height: 18px; |
| 392 | width: auto; |
| 393 | } |
| 395 | #navcontainer ul ul li { |
| 396 | display: inline; |
| 397 | width: auto; |
| 398 | font-size: 10px; |
| 400 | } |
| 403 | #navcontainer ul ul li a { |
| 404 | display: inline; |
| 405 | padding: 0 10px 5px; |
| 406 | height: 13px; |
| 407 | text-align: left; |
| 408 | } |
| 410 | #navcontainer ul ul li a:link, #navcontainer ul ul li a:visited { |
| 411 | |
| 412 | } |
| 414 | #navcontainer ul ul a:link { |
| 415 | } |
| 417 | #navcontainer ul ul a:hover { |
| 418 | text-decoration: underline; |
| 419 | } |
| 421 | #navcontainer ul ul #current{ |
| 422 | } |
| 424 | /* Child Level 3 */ |
| 426 | #navcontainer ul ul ul { |
| 427 | position: absolute; |
| 428 | left: 0px; |
| 429 | top: 18px; |
| 430 | z-index: 100; |
| 431 | height: 18px; |
| 432 | width: auto; |
| 433 | } |
| 437 | #navcontainer ul ul ul li { |
| 438 | display: inline; |
| 439 | font-size: 10px; |
| 441 | } |
| 446 | #navcontainer ul ul ul a:link, #navcontainer ul ul ul a:active { |
| 447 | } |
| 449 | #navcontainer ul ul ul ul li { |
| 450 | } |
| 454 | #navcontainer ul ul ul ul a:hover{ |
| 456 | } |
| 459 | /* @end */ |
| 461 | /* @group Global Classes */ |
| 463 | blockquote, .standout { |
| 464 | } |
| 466 | h1 { |
| 467 | font-size: 2em; |
| 468 | } |
| 470 | h2 { |
| 471 | font-size: 1.5em; |
| 472 | } |
| 474 | h3 { |
| 475 | } |
| 477 | h4 { |
| 478 | } |
| 480 | .imageStyle { |
| 482 | } |
| 484 | .clear-left { |
| 485 | clear: left; |
| 486 | } |
| 487 | |
| 488 | /* @end */ |
| 490 | /* @group Blog */ |
| 492 | /* @group Archive Page */ |
| 494 | .blog-archive-background { |
| 496 | } |
| 498 | .blog-archive-headings-wrapper { |
| 499 | margin: 0px auto; /* Right And Left Margin Widths To Auto */ |
| 500 | text-align: left; /* Hack To Keep IE5 Windows Happy */ |
| 501 | } |
| 503 | .blog-archive-entries-wrapper { |
| 504 | margin: 0px auto; /* Right And Left Margin Widths To Auto */ |
| 505 | text-align: left; /* Hack To Keep IE5 Windows Happy */ |
| 506 | padding-top: 20px; |
| 507 | } |
| 509 | .blog-archive-entries-wrapper .blog-entry { |
| 510 | } |
| 512 | .blog-archive-month { |
| 513 | padding: 20px 0 0; |
| 514 | font-size: 2.5em; |
| 515 | letter-spacing: 1px; |
| 516 | margin: 0 0 5px; |
| 517 | } |
| 519 | .blog-archive-link { |
| 520 | padding: 0 20px 20px; |
| 521 | } |
| 523 | .blog-archive-link a:link, .blog-archive-link a:visited { |
| 524 | } |
| 526 | |
| 527 | /* @end */ |
| 529 | .blog-entry { |
| 530 | margin-bottom: 30px; |
| 531 | padding-bottom: 15px; |
| 532 | } |
| 534 | .blog-entry-title { |
| 535 | font-size: 1.9em; |
| 536 | letter-spacing: 1px; |
| 537 | font-weight: bold; |
| 538 | margin-bottom: 3px; |
| 539 | line-height: 2em; |
| 540 | } |
| 542 | .blog-entry-date { |
| 543 | margin-bottom: 10px; |
| 544 | } |
| 546 | .blog-entry-body { |
| 547 | } |
| 549 | .blog-entry-comments { |
| 550 | padding-top: 10px; |
| 551 | } |
| 553 | .blog-entry-category { |
| 554 | } |
| 556 | .blog-category-link-enabled { |
| 557 | } |
| 559 | .blog-category-link-disabled { |
| 560 | } |
| 562 | /* styles the archives in the blog sidebar */ |
| 563 | #blog-archives { |
| 564 | margin-bottom: 10px; |
| 565 | } |
| 567 | .blog-archive-link-enabled { |
| 568 | margin: 0 5px; |
| 569 | } |
| 571 | .blog-archive-link-disabled { |
| 572 | margin: 0 5px; |
| 573 | } |
| 575 | /* Styles the blog categories in the blog sidebar */ |
| 576 | #blog-categories { |
| 577 | margin-bottom: 10px; |
| 578 | font-size: 1.1em; |
| 579 | } |
| 581 | .blog-category-link-enabled { |
| 582 | margin: 0 5px; |
| 583 | } |
| 585 | .blog-category-link-disabled { |
| 586 | margin: 0 5px; |
| 587 | } |
| 589 | /* Styles the blog RSS feeds in the blog sidebar */ |
| 590 | #blog-rss-feeds { |
| 591 | margin-bottom: 10px; |
| 592 | } |
| 594 | .blog-rss-link { |
| 595 | } |
| 597 | .blog-comments-rss-link { |
| 598 | } |
| 599 | |
| 600 | /* @end */ |
| 602 | /* @group File Sharing */ |
| 604 | .filesharing-description { |
| 605 | } |
| 607 | .filesharing-item { |
| 608 | margin-bottom: 10px; |
| 609 | padding: 5px; |
| 610 | } |
| 612 | .filesharing-item-title a:link { |
| 613 | } |
| 615 | .filesharing-item-title a:hover { |
| 616 | } |
| 618 | .filesharing-item-title a:visited { |
| 620 | } |
| 622 | .filesharing-item-description { |
| 623 | } |
| 625 | /* @end */ |
| 627 | /* @group Photo Album */ |
| 629 | /* @group Index Page (Thumbnail view) */ |
| 631 | .album-description { |
| 632 | margin-bottom: 20px; |
| 633 | } |
| 635 | .album-wrapper { |
| 636 | display: block; |
| 637 | width: 99%; |
| 638 | position: relative; |
| 639 | top: 60px; |
| 640 | } |
| 642 | .thumbnail-wrap { |
| 643 | text-align: center; |
| 644 | position: relative; |
| 645 | float: left; |
| 646 | margin-bottom: 60px; |
| 647 | margin-right: 20px; |
| 648 | } |
| 650 | .thumbnail-frame { |
| 651 | position: absolute; |
| 652 | bottom: 0; |
| 653 | left: 0; |
| 654 | margin-bottom: 10px; |
| 655 | } |
| 657 | .thumbnail-frame img { |
| 658 | margin: auto; |
| 659 | border: none; |
| 660 | } |
| 662 | .thumbnail-caption { |
| 663 | margin: 0; |
| 664 | padding: 0; |
| 665 | height: 35px; |
| 666 | display: block; |
| 667 | } |
| 669 | .album-title { |
| 670 | font-size: 1.9em; |
| 671 | letter-spacing: 1px; |
| 672 | font-weight: bold; |
| 673 | margin-bottom: 3px; |
| 674 | } |
| 676 | .album-description { |
| 677 | margin-bottom: 8px; |
| 678 | } |
| 680 | .thumbnail-frame { |
| 681 | padding: 5px; |
| 682 | } |
| 684 | .thumbnail-frame:hover { |
| 685 | } |
| 687 | .thumbnail-frame a { |
| 688 | } |
| 690 | .thumbnail-frame a:hover { |
| 691 | } |
| 693 | .thumbnail-frame img { |
| 694 | } |
| 696 | .thumbnail-caption { |
| 697 | font-size: 0.9em; |
| 698 | } |
| 700 | /* @end */ |
| 702 | /* @group Single Page (Photo view) */ |
| 704 | .photo-background { |
| 705 | margin: 0; |
| 707 | } |
| 709 | .photo-navigation { |
| 710 | padding: 20px 40px 10px; |
| 711 | margin-bottom: 20px; |
| 712 | text-align: center; |
| 713 | } |
| 715 | .photo-links { |
| 716 | } |
| 718 | .photo-navigation a:link, .photo-navigation a:visited { |
| 720 | } |
| 722 | .photo-navigation a:hover { |
| 723 | } |
| 725 | .photo-frame{ |
| 726 | padding: 2px; |
| 727 | } |
| 729 | .photo-title { |
| 730 | font-size: 2.5em; |
| 731 | letter-spacing: 1px; |
| 732 | margin: 0 0 5px; |
| 733 | } |
| 735 | .photo-caption { |
| 736 | font-size: 1.1em; |
| 737 | margin: 0; |
| 738 | } |
| 740 | /* @end */ |
| 741 | |
| 742 | /* @end */ |
| 744 | /* @group Quicktime Page */ |
| 746 | .movie-description { |
| 748 | } |
| 749 | |
| 750 | /* @end */ |
| 752 | /* @group Quicktime Album */ |
| 754 | /* @group Index Page (Movie Thumbnail view) */ |
| 756 | .movie-page-title { |
| 757 | font-size: 1.9em; |
| 758 | letter-spacing: 1px; |
| 759 | font-weight: bold; |
| 760 | margin-bottom: 3px; |
| 761 | } |
| 763 | .movie-page-description { |
| 764 | margin-bottom: 8px; |
| 765 | } |
| 767 | .movie-thumbnail-frame { |
| 768 | width: 132px; |
| 769 | float: left; |
| 770 | text-align: center; |
| 771 | margin-right: 10px; |
| 772 | margin-bottom: 10px; |
| 773 | } |
| 775 | .movie-thumbnail-frame:hover { |
| 776 | } |
| 779 | .movie-thumbnail-caption { |
| 780 | } |
| 781 | |
| 782 | /* @end */ |
| 784 | /* @group Single Page (Movie View) */ |
| 786 | .movie-background { |
| 787 | } |
| 789 | .movie-title { |
| 790 | font-size: 1.9em; |
| 791 | letter-spacing: 1px; |
| 792 | font-weight: bold; |
| 793 | } |
| 795 | .movie-frame { |
| 797 | } |
| 798 | |
| 799 | /* @end */ |
| 802 | /* @end */ |
| 804 | /* @group Contact Form */ |
| 805 | .message-text { |
| 806 | } |
| 808 | .required-text { |
| 809 | } |
| 811 | .form-input-field { |
| 812 | } |
| 814 | .form-input-button { |
| 815 | } |
| 816 | /* @end */ |
| 818 | /* @group New Blog Styles */ |
| 820 | p.blog-entry-tags { |
| 821 | } |
| 822 | /* Styles blog tag links normal and visited state */ |
| 823 | p.blog-entry-tags a:link, |
| 824 | p.blog-entry-tags a:visited { |
| 825 | } |
| 827 | /* Styles blog tag links hover state */ |
| 828 | p.blog-entry-tags a:hover { |
| 829 | } |
| 831 | /* Styles blog tag links active state */ |
| 832 | p.blog-entry-tags a:active { |
| 833 | } |
| 835 | /* Styles the tag clous un-ordered list */ |
| 836 | ul.blog-tag-cloud { |
| 837 | } |
| 839 | /* Styles tag cloud list item */ |
| 840 | ul.blog-tag-cloud li { |
| 841 | } |
| 843 | /* Styles all links in the tag cloud in normal and visited state */ |
| 844 | ul.blog-tag-cloud li a:link, |
| 845 | ul.blog-tag-cloud li a:visited { |
| 846 | } |
| 848 | /* Styles all links in the tag cloud in hover state */ |
| 849 | ul.blog-tag-cloud li a:hover { |
| 850 | } |
| 852 | /* Styles all links in the tag cloud in active state */ |
| 853 | ul.blog-tag-cloud li a:active { |
| 854 | } |
| 856 | /* tag size 1-20 styles */ |