web/wp-content/themes/newsworthy/style.css
changeset 1 0d28b7c10758
equal deleted inserted replaced
0:0d9a58d2c515 1:0d28b7c10758
       
     1 /*
       
     2 
       
     3 Theme Name: Newsworthy
       
     4 
       
     5 Theme URI: http://www.themelab.com/free-wordpress-themes/
       
     6 
       
     7 Description: An news/magazine theme.  Template designed by <a href="http://www.demusdesign.com">DemusDesign</a>
       
     8 
       
     9 Version: 1.0
       
    10 
       
    11 Author: Theme Lab
       
    12 
       
    13 Author URI: http://www.themelab.com/
       
    14 
       
    15 Tags: magazine, widgets, newspaper
       
    16 
       
    17 
       
    18 
       
    19 */
       
    20 
       
    21 
       
    22 
       
    23 * {
       
    24 
       
    25 	margin: 0;
       
    26 
       
    27 	padding: 0;
       
    28 
       
    29 	}
       
    30 
       
    31 	
       
    32 
       
    33 body {
       
    34 
       
    35 	background: #DDD;
       
    36 
       
    37 	color: #333;
       
    38 
       
    39 	}
       
    40 
       
    41 	
       
    42 
       
    43 /* ------------------------------------------
       
    44 
       
    45                   HTML STYLE TAGS
       
    46 
       
    47     ------------------------------------------- */
       
    48 
       
    49 /*block elements */
       
    50 
       
    51 p {
       
    52 
       
    53 	line-height: 1.5em;
       
    54 
       
    55 	margin-bottom: 10px;
       
    56 
       
    57 	font-family: georgia,times,serif;
       
    58 
       
    59 	}
       
    60 
       
    61 
       
    62 
       
    63 code {
       
    64 
       
    65   	margin: 3px 0;
       
    66 
       
    67   	padding: 15px;
       
    68 
       
    69   	text-align: left;
       
    70 
       
    71   	display: block;
       
    72 
       
    73   	overflow: auto;  
       
    74 
       
    75   	font: 500 1em'Lucida Console', 'Courier New', Monospace;
       
    76 
       
    77   	/* white-space: pre; */
       
    78 
       
    79   	border: 1px solid #F0F0F0;
       
    80 
       
    81 	background: #F8F8F8;  
       
    82 
       
    83 }
       
    84 
       
    85 	
       
    86 
       
    87 blockquote {
       
    88 
       
    89 	padding: 20px;
       
    90 
       
    91 	background: #F8F8F8;
       
    92 
       
    93 	border: 1px solid #F0F0F0;
       
    94 
       
    95 	}
       
    96 
       
    97 	
       
    98 
       
    99 /* headers */
       
   100 
       
   101 h1 {
       
   102 
       
   103 	font-family: georgia,times,serif;
       
   104 
       
   105 	margin-bottom: 5px;
       
   106 
       
   107 	}
       
   108 
       
   109 	
       
   110 
       
   111 h1.head, h1.head a {
       
   112 
       
   113 	margin: 15px 10px 0px 20px;
       
   114 
       
   115 	color: #000;
       
   116 
       
   117 	text-decoration: none;
       
   118 
       
   119 	}
       
   120 
       
   121 	
       
   122 
       
   123 h1.head a {
       
   124 
       
   125 	margin-left: 0px;
       
   126 
       
   127 	}
       
   128 
       
   129 	
       
   130 
       
   131 h2.head {
       
   132 
       
   133 	font-style: italic;
       
   134 
       
   135 	font-size: 1.2em;
       
   136 
       
   137 	color: #900;
       
   138 
       
   139 	margin: 0 10px 15px 20px;
       
   140 
       
   141 	}
       
   142 
       
   143 	
       
   144 
       
   145 h2 {
       
   146 
       
   147 	margin-bottom: 10px;
       
   148 
       
   149 	}
       
   150 
       
   151 	
       
   152 
       
   153 h3 {
       
   154 
       
   155 	margin: 5px 0;
       
   156 
       
   157 	}
       
   158 
       
   159 	
       
   160 
       
   161 h4 {
       
   162 
       
   163 	color: #900;
       
   164 
       
   165 	}
       
   166 
       
   167 	
       
   168 
       
   169 	
       
   170 
       
   171 /* images */
       
   172 
       
   173 img.left {
       
   174 
       
   175 	border:1px solid #DDD;
       
   176 
       
   177 	padding: 2px;
       
   178 
       
   179 	background: #F0F0F0;
       
   180 
       
   181 	margin: 0 8px 8px 0;
       
   182 
       
   183 	}
       
   184 
       
   185 	
       
   186 
       
   187 img.banner {
       
   188 
       
   189 	background: #FFF;
       
   190 
       
   191 	padding: 3px;
       
   192 
       
   193 	border: 1px solid #DDD;
       
   194 
       
   195 	margin: 0 7px 14px 7px;
       
   196 
       
   197 	}
       
   198 
       
   199 	
       
   200 
       
   201 img.banner:hover {
       
   202 
       
   203 	border: 1px solid #B6B6B6;
       
   204 
       
   205 	background: #F6F6F6;
       
   206 
       
   207 	}
       
   208 
       
   209 
       
   210 
       
   211 /*lists & definitions */
       
   212 
       
   213 ol.normal {
       
   214 
       
   215 	margin: 10px 0px 10px 30px;
       
   216 
       
   217 	}	
       
   218 
       
   219 	
       
   220 
       
   221 
       
   222 
       
   223 ul.normal {
       
   224 
       
   225 	margin: 10px 0px 10px 12px;
       
   226 
       
   227 	list-style: none;
       
   228 
       
   229 	}	
       
   230 
       
   231 	
       
   232 
       
   233 ul.normal li {
       
   234 
       
   235 	padding-left: 15px;
       
   236 
       
   237 	background: url('images/bullet.gif') no-repeat left center;
       
   238 
       
   239 	}
       
   240 
       
   241 	
       
   242 
       
   243 dl {
       
   244 
       
   245 	margin: 20px 0;
       
   246 
       
   247 	}
       
   248 
       
   249 	
       
   250 
       
   251 dt {
       
   252 
       
   253 	color: #900;
       
   254 
       
   255 	font-weight: 600;
       
   256 
       
   257 	}
       
   258 
       
   259 	
       
   260 
       
   261 dd {
       
   262 
       
   263 	font-style: italic;
       
   264 
       
   265 	margin: 0 0 5px 15px;
       
   266 
       
   267 	}
       
   268 
       
   269 	
       
   270 
       
   271 /* start - table */
       
   272 
       
   273 table {
       
   274 
       
   275 	border-collapse: collapse;
       
   276 
       
   277 	margin: 10px 20px;		
       
   278 
       
   279 }
       
   280 
       
   281 tr { background: #FFF; }
       
   282 
       
   283 tr.altrow { background: #F9F9F9;	}
       
   284 
       
   285 th, td {
       
   286 
       
   287 	text-align: left;			
       
   288 
       
   289 	border-width: 1px;
       
   290 
       
   291   	border-style: solid;
       
   292 
       
   293 }
       
   294 
       
   295 th {
       
   296 
       
   297 	color: #900;
       
   298 
       
   299 	background: #F0F0F0; 
       
   300 
       
   301 	padding: .8em 1em;	
       
   302 
       
   303   	border-color: #DDD #DDD #CCC #DDD;	
       
   304 
       
   305 }
       
   306 
       
   307 td {
       
   308 
       
   309 	border-color: #EFEFEF;	
       
   310 
       
   311 	padding: .7em 1em;	
       
   312 
       
   313 }	
       
   314 
       
   315 
       
   316 
       
   317 /* form elements */
       
   318 
       
   319 form {
       
   320 
       
   321 	margin: 10px 0; 
       
   322 
       
   323 	padding: 15px 25px 25px 25px; 
       
   324 
       
   325 	border: 1px solid #F0F0F0;
       
   326 
       
   327 	background: #F8F8F8;
       
   328 
       
   329 }
       
   330 
       
   331 
       
   332 
       
   333 form#searchform {
       
   334 
       
   335 	margin: 0; 
       
   336 
       
   337 	padding: 0; 
       
   338 
       
   339 	border: 0;
       
   340 
       
   341 	background: none;
       
   342 
       
   343 }
       
   344 
       
   345 
       
   346 
       
   347 form#searchform p {
       
   348 
       
   349 	border-bottom: 0;
       
   350 
       
   351 	padding: 0;	margin: 0;	
       
   352 
       
   353 	color: #666666;
       
   354 
       
   355 }
       
   356 
       
   357 
       
   358 
       
   359 form p {
       
   360 
       
   361 	border-bottom: 1px solid #E6E6E6;
       
   362 
       
   363 	padding: 12px 0 5px 0;	margin: 0;	
       
   364 
       
   365 	color: #666666;
       
   366 
       
   367 }
       
   368 
       
   369 label {
       
   370 
       
   371 	font-weight: bold;
       
   372 
       
   373 	color: #666666;
       
   374 
       
   375 }
       
   376 
       
   377 input, select, textarea {
       
   378 
       
   379 	margin: 5px 0;
       
   380 
       
   381 	padding: 5px;
       
   382 
       
   383 	color: #666;
       
   384 
       
   385 	border-width: 1px;
       
   386 
       
   387 	border-style: solid;
       
   388 
       
   389   	border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4; 	
       
   390 
       
   391 }
       
   392 
       
   393 input:focus, select:focus, textarea:focus {
       
   394 
       
   395 	color: #333;
       
   396 
       
   397 }
       
   398 
       
   399 #author, #email, #comment, #url {
       
   400 
       
   401 	width: 380px;
       
   402 
       
   403 }
       
   404 
       
   405 input.button { 
       
   406 
       
   407 	height: 30px;
       
   408 
       
   409 	margin: 0;
       
   410 
       
   411 	padding: 2px 3px; 
       
   412 
       
   413 	color: #FFF;
       
   414 
       
   415 	background:#900;
       
   416 
       
   417 	border-width: 1px;
       
   418 
       
   419   	border-style: solid;
       
   420 
       
   421   	border-color: #c33 #600 #600 #c33;
       
   422 
       
   423 }
       
   424 
       
   425 
       
   426 
       
   427 /* ------------------------------------------
       
   428 
       
   429                    SITE LAYOUT
       
   430 
       
   431     ------------------------------------------- */
       
   432 
       
   433 	
       
   434 
       
   435 #wrap {
       
   436 
       
   437 	width: 960px;
       
   438 
       
   439 	margin: 0 auto;
       
   440 
       
   441 	}
       
   442 
       
   443 	
       
   444 
       
   445 #content {
       
   446 
       
   447 	width: 100%;
       
   448 
       
   449 	margin: 10px 0 0 0;
       
   450 
       
   451 	background-color: #FFFFFF;
       
   452 
       
   453 	border: 1px solid #999999;
       
   454 
       
   455 	}
       
   456 
       
   457 	
       
   458 
       
   459 #maincontent {
       
   460 
       
   461 	background: #F3F3F3 url('images/fade.jpg') repeat-x top left;
       
   462 
       
   463 	padding: 15px 0 0 0;
       
   464 
       
   465 	}
       
   466 
       
   467 	
       
   468 
       
   469 #right {
       
   470 
       
   471 	float: right;
       
   472 
       
   473 	width: 299px;
       
   474 
       
   475 	padding: 0px 10px 0 10px;
       
   476 
       
   477 	font-size: 0.8em;
       
   478 
       
   479 	margin-bottom: 10px;
       
   480 
       
   481 	}
       
   482 
       
   483 	
       
   484 
       
   485 .middle {
       
   486 
       
   487 	float: right;
       
   488 
       
   489 	width: 140px;
       
   490 
       
   491 	margin: 0;
       
   492 
       
   493 	padding: 0;
       
   494 
       
   495 	font-size: 0.7em;
       
   496 
       
   497 	margin: 0 0px 10px 10px;
       
   498 
       
   499 	}
       
   500 
       
   501 	
       
   502 
       
   503 #main {
       
   504 
       
   505 	width: 620px;
       
   506 
       
   507 	margin-left: 9px;
       
   508 
       
   509 	padding: 10px 10px 0 0;
       
   510 
       
   511 	background: #fff;
       
   512 
       
   513 	border: 1px solid #DDD;
       
   514 
       
   515 	}
       
   516 
       
   517 	
       
   518 
       
   519 #left {
       
   520 
       
   521 	PADDING: 0 0 0 10px
       
   522 
       
   523 	}
       
   524 
       
   525 
       
   526 
       
   527 .footer {
       
   528 
       
   529 	width: 960px;
       
   530 
       
   531 	margin-bottom: 30px;
       
   532 
       
   533 	border-left: 1px solid #999; border-right: 1px solid #999; border-bottom: 1px solid #999;
       
   534 
       
   535 	font-size: 0.7em;
       
   536 
       
   537 	clear: both;
       
   538 
       
   539 	padding-top: 4px;
       
   540 
       
   541 	background: #FFF url('images/subfade.gif') repeat-x top left;
       
   542 
       
   543 	}
       
   544 
       
   545 	
       
   546 
       
   547 /* ------------------------------------------
       
   548 
       
   549                      NAVIGATION
       
   550 
       
   551     ------------------------------------------- */
       
   552 
       
   553 /* site-meta - very top right navigation */
       
   554 
       
   555 #sitemeta {
       
   556 
       
   557 	width: 960px;
       
   558 
       
   559 	font: 400 0.8em arial,sans-serif;
       
   560 
       
   561 	color: #000;
       
   562 
       
   563 	text-align: right;
       
   564 
       
   565 	margin: 5px 0;
       
   566 
       
   567 	}
       
   568 
       
   569 	
       
   570 
       
   571 #sitemeta .nav {
       
   572 
       
   573 	float: right;
       
   574 
       
   575 	clear: both;
       
   576 
       
   577 	}
       
   578 
       
   579 	
       
   580 
       
   581 #sitemeta a {
       
   582 
       
   583 	color: #944;
       
   584 
       
   585 	text-decoration: none;
       
   586 
       
   587 	margin: 0 5px;
       
   588 
       
   589 	}
       
   590 
       
   591 	
       
   592 
       
   593 #sitemeta a:hover {
       
   594 
       
   595 	text-decoration: underline;
       
   596 
       
   597 	}
       
   598 
       
   599 	
       
   600 
       
   601 /* main menu bar */
       
   602 
       
   603 #menubar {
       
   604 
       
   605 	width: 100%;
       
   606 
       
   607 	padding-top: 4px;
       
   608 
       
   609 	background: url('images/subfade.gif') repeat-x top left;
       
   610 
       
   611 	}
       
   612 
       
   613 	
       
   614 
       
   615 #menubar ul.nav {
       
   616 
       
   617 	width: 960px;
       
   618 
       
   619 	background-color: #F0F0F0;
       
   620 
       
   621 	margin-left: 0px;
       
   622 
       
   623 	}
       
   624 
       
   625 	
       
   626 
       
   627 #menubar li {
       
   628 
       
   629 	list-style-type: none;
       
   630 
       
   631 	display: inline;
       
   632 
       
   633 	}
       
   634 
       
   635 
       
   636 
       
   637 #menubar li a {
       
   638 
       
   639 	float: left;
       
   640 
       
   641 	display: block;
       
   642 
       
   643 	color: #333;
       
   644 
       
   645 	text-decoration: none;
       
   646 
       
   647 	background: #FFF url('images/menu_fade.jpg') repeat-x bottom left;
       
   648 
       
   649 	padding: 8px 6px 8px 6px;
       
   650 
       
   651 	border-right: 1px solid #DDD;
       
   652 
       
   653 	border-bottom: 1px solid #DDD;
       
   654 
       
   655 	font-size: 0.9em;
       
   656 
       
   657 	font-family: 'times new roman',times,serif;
       
   658 
       
   659 	font-variant: small-caps;
       
   660 
       
   661 	}
       
   662 
       
   663 	
       
   664 
       
   665 #menubar li a.meta {
       
   666 
       
   667 	float: right;
       
   668 
       
   669 	background: #DCDCFF url('images/menu_meta.jpg') repeat-x bottom left;
       
   670 
       
   671 	border-right: none;
       
   672 
       
   673 	border-left: 1px solid #ccc;
       
   674 
       
   675 	color: #600;
       
   676 
       
   677 	}
       
   678 
       
   679 	
       
   680 
       
   681 #menubar li.up a, #menubar li.current-cat a {
       
   682 
       
   683 	background-image: none;
       
   684 
       
   685 	background: #FFF;
       
   686 
       
   687 	border-bottom: 1px solid #FFF;
       
   688 
       
   689 	}
       
   690 
       
   691 	
       
   692 
       
   693 #menubar li a:hover {
       
   694 
       
   695 	color: #fff;
       
   696 
       
   697 	background-color: #444449;
       
   698 
       
   699 	background-image: none;
       
   700 
       
   701 	}
       
   702 
       
   703 	
       
   704 
       
   705 #menubar li.up a:hover {
       
   706 
       
   707 	background: #FFF;
       
   708 
       
   709 	color: #333;
       
   710 
       
   711 	text-decoration: underline;
       
   712 
       
   713 	}
       
   714 
       
   715 	
       
   716 
       
   717 #menubar li a.meta:hover {
       
   718 
       
   719 	background-image: none;
       
   720 
       
   721 	background-color: #DADAFF;
       
   722 
       
   723 	color: #600;
       
   724 
       
   725 	}
       
   726 
       
   727 	
       
   728 
       
   729 /* submenu - directly under the main menubar */
       
   730 
       
   731 #submenu {
       
   732 
       
   733 	width: 934px;
       
   734 
       
   735 	padding: 4px 20px 5px 6px;
       
   736 
       
   737 	background-color: #fff;
       
   738 
       
   739 	font-size: 0.6em;
       
   740 
       
   741 	font-family: arial,sans-serif;
       
   742 
       
   743 	border-bottom: 1px solid #CCC;
       
   744 
       
   745 	}
       
   746 
       
   747 #submenu li {
       
   748 
       
   749 	list-style-type: none;
       
   750 
       
   751 	display: inline;
       
   752 
       
   753 	}	
       
   754 
       
   755 #submenu a {
       
   756 
       
   757 	float: left;
       
   758 
       
   759 	color: #600;
       
   760 
       
   761 	padding: 0 12px 0 5px;
       
   762 
       
   763 	text-decoration: underline;
       
   764 
       
   765 	border-left: 1px solid #DDD;
       
   766 
       
   767 	}
       
   768 
       
   769 	
       
   770 
       
   771 #submenu a:hover {
       
   772 
       
   773 	text-decoration: none;
       
   774 
       
   775 	}
       
   776 
       
   777 	
       
   778 
       
   779 	
       
   780 
       
   781 #main a, #foot a {
       
   782 
       
   783 	color: #999;
       
   784 
       
   785 	}
       
   786 
       
   787 	
       
   788 
       
   789 #main a:hover, #foot a:hover {
       
   790 
       
   791 	text-decoration: none;
       
   792 
       
   793 	}
       
   794 
       
   795 	
       
   796 
       
   797 /* --------------------------------------------------------------------------
       
   798 
       
   799                   UNIVERSAL WIDTH AND POSITION STYLES
       
   800 
       
   801    -------------------------------------------------------------------------- */
       
   802 
       
   803 	
       
   804 
       
   805 .fullcontent {
       
   806 
       
   807 	width: 620px;
       
   808 
       
   809 	}
       
   810 
       
   811 	
       
   812 
       
   813 .halfcontent {
       
   814 
       
   815 	width: 296px;
       
   816 
       
   817 	margin: 0 5px 10px 4px;
       
   818 
       
   819 	background: url('images/subfade.gif') repeat-x top left;
       
   820 
       
   821 	font-size: 0.9em;
       
   822 
       
   823 	padding-top: 14px;
       
   824 
       
   825 	}
       
   826 
       
   827 	
       
   828 
       
   829 .threehundred {
       
   830 
       
   831 	width: 296px;
       
   832 
       
   833 	margin: 0 5px 0 4px;
       
   834 
       
   835 	}
       
   836 
       
   837 	
       
   838 
       
   839 .left {
       
   840 
       
   841 	float: left;
       
   842 
       
   843 	}
       
   844 
       
   845 
       
   846 
       
   847 .clearboth {
       
   848 
       
   849 	clear: both; 
       
   850 
       
   851 	line-height: 0; 
       
   852 
       
   853 	height: 0;
       
   854 
       
   855 	font-size: 0;
       
   856 
       
   857 	}
       
   858 
       
   859 	
       
   860 
       
   861 .clearright {
       
   862 
       
   863 	float: right;
       
   864 
       
   865 	clear: right;
       
   866 
       
   867 	line-height: 0; 
       
   868 
       
   869 	height: 0;
       
   870 
       
   871 	font-size: 0;
       
   872 
       
   873 	}
       
   874 
       
   875 
       
   876 
       
   877 .clear {
       
   878 
       
   879 	clear: left;
       
   880 
       
   881 	line-height: 0;
       
   882 
       
   883 	font-size: 0;
       
   884 
       
   885 	}
       
   886 
       
   887 	
       
   888 
       
   889 #right .half {
       
   890 
       
   891 	width: 130px;
       
   892 
       
   893 	float: left;
       
   894 
       
   895 	margin: 0 10px 10px 0;
       
   896 
       
   897 	}
       
   898 
       
   899 	
       
   900 
       
   901 .middle .half {
       
   902 
       
   903 	width: 110px;
       
   904 
       
   905 }
       
   906 
       
   907 	
       
   908 
       
   909 /* ----------------------------------------------
       
   910 
       
   911                     BLOG POSTS
       
   912 
       
   913    ----------------------------------------------- */
       
   914 
       
   915 	
       
   916 
       
   917 .post {	
       
   918 
       
   919 	border-top: 1px solid #DDD;
       
   920 
       
   921 	margin-bottom: 20px;
       
   922 
       
   923 	padding: 10px 0;
       
   924 
       
   925 	}
       
   926 
       
   927 .postmeta {
       
   928 
       
   929 	margin: 10px 0 0 0;
       
   930 
       
   931 	padding: 10px 5px;
       
   932 
       
   933 	border-top: 1px solid #F0F0F0;
       
   934 
       
   935 	}
       
   936 
       
   937 .postmeta a {
       
   938 
       
   939 	padding: 0 12px 0 18px;
       
   940 
       
   941 	}
       
   942 
       
   943 .postmeta a.readmore {
       
   944 
       
   945 	background: url('images/readmore.gif') no-repeat left center;
       
   946 
       
   947 	}
       
   948 
       
   949 .postmeta a.comments {
       
   950 
       
   951 	background: url('images/comments.gif') no-repeat left center;
       
   952 
       
   953 	}
       
   954 
       
   955 .postmeta span.category {
       
   956 
       
   957 	background: url('images/file.gif') no-repeat left center;
       
   958 
       
   959 	padding: 0 12px 0 18px;
       
   960 
       
   961 	}
       
   962 
       
   963 .postmeta span.category a {
       
   964 
       
   965 	padding: 0;
       
   966 
       
   967 	}
       
   968 
       
   969 
       
   970 
       
   971 /* -------------------------------------------------
       
   972 
       
   973                   THREADED COMMENT STYLES
       
   974 
       
   975     ------------------------------------------------- */
       
   976 
       
   977 .comment {
       
   978 
       
   979 	border-top: 1px solid #F0F0F0;
       
   980 
       
   981 	border-right: 1px solid #F0F0F0;
       
   982 
       
   983 	border-left: 1px solid #F0F0F0;
       
   984 
       
   985 	padding: 20px;
       
   986 
       
   987 	width: 410px
       
   988 
       
   989 	}
       
   990 
       
   991 .lastcomment {
       
   992 
       
   993 	border-bottom: 1px solid #F0F0F0;
       
   994 
       
   995 	}
       
   996 
       
   997 	
       
   998 
       
   999 .odd {
       
  1000 
       
  1001 	background: #F8F8F8;
       
  1002 
       
  1003 	}
       
  1004 
       
  1005 
       
  1006 
       
  1007 .avatar {
       
  1008 
       
  1009 	border: 2px solid #E6E6E6;
       
  1010 
       
  1011 	float: left;
       
  1012 
       
  1013 	margin: -5px 20px 5px 0;
       
  1014 
       
  1015 	}
       
  1016 
       
  1017 
       
  1018 
       
  1019 #respond, #comments {
       
  1020 
       
  1021 	margin-top: 30px;
       
  1022 
       
  1023 	}
       
  1024 
       
  1025 .author, .comment-meta {
       
  1026 
       
  1027 	color: #666;
       
  1028 
       
  1029 	font-style: italic;
       
  1030 
       
  1031 	margin-bottom: 10px;
       
  1032 
       
  1033 	}
       
  1034 
       
  1035 .comment-meta a {
       
  1036 
       
  1037 	color: #666;
       
  1038 
       
  1039 	text-decoration: none;
       
  1040 
       
  1041 	}
       
  1042 
       
  1043 .commentlist {
       
  1044 
       
  1045 	width: 452px;
       
  1046 
       
  1047 	border-bottom: 1px solid #F0F0F0;
       
  1048 
       
  1049 	}
       
  1050 
       
  1051 .commentlist li {
       
  1052 
       
  1053 	list-style: none;
       
  1054 
       
  1055 	}
       
  1056 
       
  1057 .comment-author {
       
  1058 
       
  1059 	margin: 5px 0;
       
  1060 
       
  1061 	}
       
  1062 
       
  1063 .fn, .says {
       
  1064 
       
  1065 	font-size: 1.2em;
       
  1066 
       
  1067 	font-weight: bold;
       
  1068 
       
  1069 	font-style: normal;
       
  1070 
       
  1071 	}
       
  1072 
       
  1073 .fn a {
       
  1074 
       
  1075 	color: #333 !important;
       
  1076 
       
  1077 	text-decoration: none;
       
  1078 
       
  1079 	}
       
  1080 
       
  1081 .children .comment {
       
  1082 
       
  1083 	width: 390px;
       
  1084 
       
  1085 	border-right: 0;
       
  1086 
       
  1087 	border-top: 0;
       
  1088 
       
  1089 	border-bottom: 1px solid #F0F0F0;
       
  1090 
       
  1091 	margin-top: 20px;
       
  1092 
       
  1093 	}
       
  1094 
       
  1095 .children .children .comment {
       
  1096 
       
  1097 	width: 370px;
       
  1098 
       
  1099 	}
       
  1100 
       
  1101 .children .children .children .comment {
       
  1102 
       
  1103 	width: 350px;
       
  1104 
       
  1105 	}
       
  1106 
       
  1107 .children .children .children .children .comment {
       
  1108 
       
  1109 	width: 330px;
       
  1110 
       
  1111 	}
       
  1112 
       
  1113 .children .children .children .children .children .comment {
       
  1114 
       
  1115 	width: 310px;
       
  1116 
       
  1117 	}
       
  1118 
       
  1119 	
       
  1120 
       
  1121 /* -------------------------------------------------
       
  1122 
       
  1123                   AREA SPECIFIC STYLES
       
  1124 
       
  1125     ------------------------------------------------- */
       
  1126 
       
  1127 /*search */
       
  1128 
       
  1129 .search {
       
  1130 
       
  1131 	float:right;
       
  1132 
       
  1133 	background-color: #F6F6F6;
       
  1134 
       
  1135 	border:1px solid #999;
       
  1136 
       
  1137 	height:16px;
       
  1138 
       
  1139 	width:280px;
       
  1140 
       
  1141 	padding: 3px;
       
  1142 
       
  1143 	margin: 20px 20px 0 0;
       
  1144 
       
  1145 	color: #999;
       
  1146 
       
  1147 	}
       
  1148 
       
  1149 	
       
  1150 
       
  1151 .search_default  {
       
  1152 
       
  1153 	float:right;
       
  1154 
       
  1155 	background-color: #F6F6F6;
       
  1156 
       
  1157 	border:1px solid #999;
       
  1158 
       
  1159 	height:16px;
       
  1160 
       
  1161 	width:150px;
       
  1162 
       
  1163 	padding: 3px;
       
  1164 
       
  1165 	margin: 20px 10px 0 0;
       
  1166 
       
  1167 	color: #999;
       
  1168 
       
  1169 	}
       
  1170 
       
  1171 	
       
  1172 
       
  1173 .search_hover {
       
  1174 
       
  1175 	float:right;
       
  1176 
       
  1177 	background-color: #F6F6F6;
       
  1178 
       
  1179 	border:1px solid #999;
       
  1180 
       
  1181 	height:16px;
       
  1182 
       
  1183 	width:150px;
       
  1184 
       
  1185 	padding: 3px;
       
  1186 
       
  1187 	margin: 20px 10px 0 0;
       
  1188 
       
  1189 	color: #999;
       
  1190 
       
  1191 	}
       
  1192 
       
  1193 
       
  1194 
       
  1195 /* top story */	
       
  1196 
       
  1197 .topstory {
       
  1198 
       
  1199 	width: 610px;
       
  1200 
       
  1201 	padding: 10px;
       
  1202 
       
  1203 	border-bottom: 1px solid #DDD;
       
  1204 
       
  1205 	margin: -10px 0 10px 0;
       
  1206 
       
  1207 	background: #fff;
       
  1208 
       
  1209 	}
       
  1210 
       
  1211 	
       
  1212 
       
  1213 .topstory p, .substory p {
       
  1214 
       
  1215 	margin: 0px 2px 0px 2px;
       
  1216 
       
  1217 	}
       
  1218 
       
  1219 	
       
  1220 
       
  1221 .topstory:hover {
       
  1222 
       
  1223 	background: #444449;
       
  1224 
       
  1225 	color: #AAA;
       
  1226 
       
  1227 	}
       
  1228 
       
  1229 	
       
  1230 
       
  1231 .topstory:hover h1 {	
       
  1232 
       
  1233 color: #FFF;
       
  1234 
       
  1235 }
       
  1236 
       
  1237 
       
  1238 
       
  1239 .topstory img {
       
  1240 
       
  1241 	margin-bottom: 10px;
       
  1242 
       
  1243 	}
       
  1244 
       
  1245 
       
  1246 
       
  1247 /* substory */
       
  1248 
       
  1249 .substory:hover {
       
  1250 
       
  1251 	background: #444449 url('images/subfade.gif') repeat-x top left;
       
  1252 
       
  1253 	color: #AAA;
       
  1254 
       
  1255 	}
       
  1256 
       
  1257 
       
  1258 
       
  1259 .substory:hover h2 {	
       
  1260 
       
  1261 color: #FFF;
       
  1262 
       
  1263 }
       
  1264 
       
  1265 	
       
  1266 
       
  1267 	
       
  1268 
       
  1269 .substory {
       
  1270 
       
  1271 	float: left;
       
  1272 
       
  1273 	width: 140px;
       
  1274 
       
  1275 	padding: 9px 5px 5px 5px;
       
  1276 
       
  1277 	font-size: 0.7em;
       
  1278 
       
  1279 	margin: 0 3px 10px 0px;
       
  1280 
       
  1281 	background: url('images/subfade.gif') repeat-x top left;
       
  1282 
       
  1283 	}
       
  1284 
       
  1285 .substory.first {
       
  1286 
       
  1287 	clear: left;
       
  1288 
       
  1289 	}	
       
  1290 
       
  1291 .rightsubstory {
       
  1292 
       
  1293 	margin: 0 0 10px 0;
       
  1294 
       
  1295 	}
       
  1296 
       
  1297 	
       
  1298 
       
  1299 /* footer */
       
  1300 
       
  1301 .footer p {
       
  1302 
       
  1303 	padding: 10px;
       
  1304 
       
  1305 	}
       
  1306 
       
  1307 
       
  1308 
       
  1309 .footer .footnav {
       
  1310 
       
  1311 	border-bottom: 1px solid #CCC;
       
  1312 
       
  1313 	padding: 10px;
       
  1314 
       
  1315 	}
       
  1316 
       
  1317 
       
  1318 
       
  1319 .footnav a, .footer p a {
       
  1320 
       
  1321 	text-decoration: none;
       
  1322 
       
  1323 	padding: 5px 8px;
       
  1324 
       
  1325 	color: #666;
       
  1326 
       
  1327 	font-family: georgia,times,serif;
       
  1328 
       
  1329 	border: 1px solid #FFF;
       
  1330 
       
  1331 	background-color: #FFF;
       
  1332 
       
  1333 	}
       
  1334 
       
  1335 	
       
  1336 
       
  1337 .footnav a:hover, .footer p a:hover {
       
  1338 
       
  1339 	color: #000;
       
  1340 
       
  1341 	background-color: #f3f3f3;
       
  1342 
       
  1343 	border: 1px solid #CCC;
       
  1344 
       
  1345 	}
       
  1346 
       
  1347 	
       
  1348 
       
  1349 .footnav h3 {
       
  1350 
       
  1351 	border-bottom: 1px solid #eee;
       
  1352 
       
  1353 	color: #633;
       
  1354 
       
  1355 	}
       
  1356 
       
  1357 	
       
  1358 
       
  1359 .footnav a.first {
       
  1360 
       
  1361 	font-size: 1.5em;
       
  1362 
       
  1363 	font-weight: 800;
       
  1364 
       
  1365 	margin-left: -5px;
       
  1366 
       
  1367 	}
       
  1368 
       
  1369 
       
  1370 
       
  1371 .linksleft {
       
  1372 
       
  1373 	float: left;
       
  1374 
       
  1375 	margin-right: 10px;
       
  1376 
       
  1377 	width: 140px;
       
  1378 
       
  1379 	padding: 0 0px 0px 0px;
       
  1380 
       
  1381 	list-style-type: none;
       
  1382 
       
  1383 	}
       
  1384 
       
  1385 
       
  1386 
       
  1387 .linksleft ul {
       
  1388 
       
  1389 	list-style-type: none;
       
  1390 
       
  1391 	}
       
  1392 
       
  1393 
       
  1394 
       
  1395 .linksleft li {
       
  1396 
       
  1397 	display: inline;
       
  1398 
       
  1399 	margin: 0px;
       
  1400 
       
  1401 	padding: 0px;
       
  1402 
       
  1403 	list-style-type: none;
       
  1404 
       
  1405 	}
       
  1406 
       
  1407 
       
  1408 
       
  1409 .linksleft li a {
       
  1410 
       
  1411 	padding: 4px;
       
  1412 
       
  1413 	display: block;
       
  1414 
       
  1415 	margin:  0;
       
  1416 
       
  1417 	text-decoration:none;
       
  1418 
       
  1419 	}
       
  1420 
       
  1421 	
       
  1422 
       
  1423 .topstory:hover .postmeta, .substory:hover .postmeta {
       
  1424 
       
  1425 	border-top: 1px solid #555;
       
  1426 
       
  1427 	}
       
  1428 
       
  1429 	
       
  1430 
       
  1431 
       
  1432 
       
  1433 /* right column lists */	
       
  1434 
       
  1435 #right ul.links, .middle ul.links, .tabbertab ul {
       
  1436 
       
  1437 	list-style-type: none;
       
  1438 
       
  1439 	border-top: 1px solid #DDD;
       
  1440 
       
  1441 	margin: 0 10px 10px 0;
       
  1442 
       
  1443 	}
       
  1444 
       
  1445 #right ul.links li a, .middle ul.links li a, .tabbertab ul li a{
       
  1446 
       
  1447 	display: block;
       
  1448 
       
  1449 	width: 122px;
       
  1450 
       
  1451 	border-bottom: 1px solid #DDD;
       
  1452 
       
  1453 	padding: 3px 0px 3px 8px;
       
  1454 
       
  1455 	background: url('images/bullet_light.gif') no-repeat left center;
       
  1456 
       
  1457 	text-decoration: none;
       
  1458 
       
  1459 	color: #666;
       
  1460 
       
  1461 	}
       
  1462 
       
  1463 	
       
  1464 
       
  1465 #right ul.links li a:hover, .middle ul.links li a:hover, .tabbertab ul li a:hover {
       
  1466 
       
  1467 	background: url('images/bullet.gif') no-repeat left center;
       
  1468 
       
  1469 	color: #333;
       
  1470 
       
  1471 	}
       
  1472 
       
  1473 	
       
  1474 
       
  1475 /* middle column lists */	
       
  1476 
       
  1477 .middle ul.links {
       
  1478 
       
  1479 	margin: 0 0 0 0;
       
  1480 
       
  1481 	}
       
  1482 
       
  1483 	
       
  1484 
       
  1485 .middle ul.links li a {
       
  1486 
       
  1487 	width: 102px;
       
  1488 
       
  1489 	}
       
  1490 
       
  1491 	
       
  1492 
       
  1493 .middle .box {
       
  1494 
       
  1495 	float: right;
       
  1496 
       
  1497 	width: 110px;
       
  1498 
       
  1499 	border: 1px solid #DDD;
       
  1500 
       
  1501 	background: #F6F6F6;
       
  1502 
       
  1503 	padding: 10px;
       
  1504 
       
  1505 	margin: 0 0 10px 10px;
       
  1506 
       
  1507 	}
       
  1508 
       
  1509 	
       
  1510 
       
  1511