From 6ae6c4af2805ccf47e56ec0ff33815380a28fcee Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Fri, 29 Jan 2010 02:32:04 +0000 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E6=AC=A1=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=BA=90=E4=BB=A3=E7=A0=81=E5=88=B0=E4=BB=A3=E7=A0=81=E5=BA=93?= =?UTF-8?q?=E3=80=82=20+YUCHENG=20HU+?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.code.sf.net/p/hawebs/svn@7 a2543c7e-f6e9-4f8a-8bff-1ffc34733512 --- .../trunk/assets/css/screen/screen_2010.css | 39 + .../trunk/assets/css/screen/screen_basic.css | 80 + .../trunk/assets/css/screen/screen_global.css | 144 ++ .../assets/css/screen/screen_hacks_2010.css | 35 + .../css/screen/screen_interface_2010.css | 1869 +++++++++++++++++ mainweb/trunk/assets/img/interface/bg1px.gif | Bin 0 -> 287 bytes mainweb/trunk/assets/img/interface/logo.png | Bin 0 -> 9699 bytes mainweb/trunk/assets/img/nav_options/nav.gif | Bin 0 -> 2390 bytes 8 files changed, 2167 insertions(+) create mode 100644 mainweb/trunk/assets/css/screen/screen_2010.css create mode 100644 mainweb/trunk/assets/css/screen/screen_basic.css create mode 100644 mainweb/trunk/assets/css/screen/screen_global.css create mode 100644 mainweb/trunk/assets/css/screen/screen_hacks_2010.css create mode 100644 mainweb/trunk/assets/css/screen/screen_interface_2010.css create mode 100644 mainweb/trunk/assets/img/interface/bg1px.gif create mode 100644 mainweb/trunk/assets/img/interface/logo.png create mode 100644 mainweb/trunk/assets/img/nav_options/nav.gif diff --git a/mainweb/trunk/assets/css/screen/screen_2010.css b/mainweb/trunk/assets/css/screen/screen_2010.css new file mode 100644 index 00000000..fd699038 --- /dev/null +++ b/mainweb/trunk/assets/css/screen/screen_2010.css @@ -0,0 +1,39 @@ +@charset "UTF-8"; +/** + * Copyright (C) 2006-2010 YUCHENG HU + * + * ---------------------------------------------------------------------------------- + * HA SYSTEMS + * http://www.tcivis.com + * http://www.hawebs.org + * http://www.hawebs.net + * + * Contact + * huyuchengus@gmail.com / yuchenghu@hawebs.net + * + * ---------------------------------------------------------------------------------- + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + * + * GNU GENERAL PUBLIC LICENSE + * + * ---------------------------------------------------------------------------------- + */ + +@import url("screen_basic.css"); /* Basic rules */ +@import url("screen_interface_2010.css"); /* The interface design */ +@import url("screen_global.css"); /* Stlyes for many elements */ +@import url("screen_hacks_2010.css"); /* We all love IE6 */ +/* @import url("SpryTabbedPanels.css"); Spry */ +/* @import url("SprySlidingPanels.css"); Spry */ +/*@import url("sifr.css"); sifr styles */ diff --git a/mainweb/trunk/assets/css/screen/screen_basic.css b/mainweb/trunk/assets/css/screen/screen_basic.css new file mode 100644 index 00000000..f7e2f654 --- /dev/null +++ b/mainweb/trunk/assets/css/screen/screen_basic.css @@ -0,0 +1,80 @@ +@charset "UTF-8"; +/** + * Copyright (C) 2006-2010 YUCHENG HU + * + * ---------------------------------------------------------------------------------- + * HA SYSTEMS + * http://www.tcivis.com + * http://www.hawebs.org + * http://www.hawebs.net + * + * Contact + * huyuchengus@gmail.com / yuchenghu@hawebs.net + * + * ---------------------------------------------------------------------------------- + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + * + * GNU GENERAL PUBLIC LICENSE + * + * ---------------------------------------------------------------------------------- + */ + + /*Purpose: undo some of the default styling of common (X)HTML browsers */ +:link,:visited { text-decoration:none; color: #0aa1dd; } +a:hover {text-decoration:underline;} +ul,ol { list-style:none } +h1,h2,h3,h4,h5,h6,pre,code { font-size:small; } +ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,fieldset,blockquote,input{ margin:0; padding:0 } +a img,:link img,:visited img { border:none } +address { font-style:normal } +/* more varnish stripping as necessary... */ + +* { + margin: 0px; + padding: 0px; +} + +html { + margin: 0px; + padding: 0px; + font-size: 100.01%; +} + +body { + margin: 0px; + padding: 0px; + background-color: #fff; + color: #000; + font-family: Arial, Helvetica, sans-serif; + font-size: 62.5%; +} + +form { + margin: 0px; + padding: 0px; +} + +blockquote { + margin: 0px; + padding: 0 20px 10px 10px; +} + +pre { + font-family: Arial, Helvetica, sans-serif; + white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ + white-space: pre-wrap; /* css-3 */ + white-space: -pre-wrap; /* Opera 4-6 */ + white-space: -o-pre-wrap; /* Opera 7 */ + word-wrap: break-word; /* Internet Explorer 5.5+ */ +} \ No newline at end of file diff --git a/mainweb/trunk/assets/css/screen/screen_global.css b/mainweb/trunk/assets/css/screen/screen_global.css new file mode 100644 index 00000000..7267f819 --- /dev/null +++ b/mainweb/trunk/assets/css/screen/screen_global.css @@ -0,0 +1,144 @@ +.rsslink_2 /* The icon on the top of the Blog page */{ + background:url(/assets/img/global_elements/rss_blue.gif) 25px 11px no-repeat; + text-transform: uppercase; + font-size: 10px; + line-height: 12px; +} + +.rsslink_2 a:link, .rsslink_2 a:visited { + color:#0aa1dd; + background-color:#fff; +} + +.rsslink_2 a:hover, .rsslink_2 a:visited:hover { + color:#333; + background-color:#fff; +} + +.rssicon /* Icon for Blue RSS */ { + background:url(/assets/img/global_elements/rss_blue.gif) right center no-repeat; + padding-right:15px; +} + + +.float_left /* Generic class to float */ { + float:left !important; +} + +.float_right /* Generic class to float */ { + float:right !important; +} + +.clearboth /* Generic class to clear */ { + clear:both; +} + +.clearleft /* Generic class to clear */ { + clear:left; +} + +.clearright /* Generic class to clear */ { + clear:right; +} + +.bottomborder /* Generic class for border on bottom of a element */ { + border-bottom:1px solid #ccc; +} + +.topborder /* Generic class for border on top of a element */ { + border-top:1px solid #ccc; +} + +.noborders /* Generic class for borders */ { + border-style: none !important; +} + +.blog_blue /* Blog icon */ { + background:url(/assets/img/global_elements/blog_blue.gif) right center no-repeat; + padding-right:15px; +} + +.p_item /* P icon */ { + background:url(/assets/img/global_elements/p.gif) left 1px no-repeat; + padding-left:20px !important; +} + +.horizontallines /* horizonta line HR image */{ + background:url(/assets/img/global_elements/horizontallines.gif) left top repeat-x; + height:10px; + display:block; + margin:20px 0px 15px 0px; + clear:both; +} + +.horizontallines_basic { + background-image:url(/assets/img/global_elements/horizontallines.gif); +} + +.halfhorizontallines /* half height orizontal line HR image */{ + background:url(/assets/img/global_elements/halfhorizontal.gif) left top repeat-x; + height:5px; + display:block; + margin:0px 0px 15px 0px; + clear:both; +} + +.halfhorizontal_basic { + background-image:url(/assets/img/global_elements/halfhorizontal.gif); +} + +.divider /* Section divider */{ + height:10px; + display:block; + margin:0px 0px 15px 0px; + clear:both; +} + +.next_right /* Next page icon */ { + background:url(/assets/img/global_elements/arrow_blue.gif) right center no-repeat; + padding-right:8px; +} + +.ucase { + text-transform:uppercase; +} + +.title_case { + text-transform:capitalize +} + +.bold { + font-weight:bold +} +.nowrap { + white-space: nowrap +} + +.faded { + color:#ccc +} + +.bluetext { + color:#0aa1dd +} + +.notopmargin { + margin-top:0 !important +} + +.smallerH1 { + font-size:18px !important; + height:25px !important +} + +div, h1, h2, h3, p {color:#33302d;} + +.liststyle {background:url(/assets/img/global_elements/arrow_grey.gif) no-repeat 0 2px; padding: 0 0 13px 9px; *float:left;_float:left;;font-family:Georgia, "Times New Roman", Times, serif} /* For list display, generally within articles */ +#article ul li {background:url(/assets/img/global_elements/arrow_grey.gif) no-repeat 0 2px; padding: 0 0 13px 9px; *float:left;_float:left;font-family:Georgia, "Times New Roman", Times, serif;} + +.liststyle, x:-moz-any-link, x:default {float: left} +.liststyleFF3_413 {border:none} +.liststyleFF3_413, x:-moz-any-link, x:default {width: 413px} + +OL.orderedlist, #article ol { list-style-type:decimal !important; margin-left: 20px } /* For ordered lists */ +OL.orderedlist li, #article ol li { margin-bottom: 13px; font-family:Georgia, "Times New Roman", Times, serif } \ No newline at end of file diff --git a/mainweb/trunk/assets/css/screen/screen_hacks_2010.css b/mainweb/trunk/assets/css/screen/screen_hacks_2010.css new file mode 100644 index 00000000..32d64c60 --- /dev/null +++ b/mainweb/trunk/assets/css/screen/screen_hacks_2010.css @@ -0,0 +1,35 @@ +/*[Begin] clearfix hack for firefox*/ + +.clearfix:after { + +content: "."; + +display: block; + +height: 0; + +clear: both; + +visibility: hidden; + +} + +.clearfix {display: inline-block;} + +/* Hides from IE-mac \*/ + +* html .clearfix {height: 1%;} + +.clearfix {display: block;} + +#sciamtopics_topic ul.ie_margin { *margin-left:13px;_margin-left:5px; } + +.fixIEfloats {*position: relative; *display:inline-block; _position: relative; _display:inline-block} /* to prevent cut-off of floated elements in IE, apply to adjacent floated elements */ + +/* End hide from IE-mac */ + +/*[End] clearfix hack for firefox*/ + +/*\*//*/ +#sciamtopics_topic ul.ie_margin {margin-left:5px} +/* */ \ No newline at end of file diff --git a/mainweb/trunk/assets/css/screen/screen_interface_2010.css b/mainweb/trunk/assets/css/screen/screen_interface_2010.css new file mode 100644 index 00000000..a89724bf --- /dev/null +++ b/mainweb/trunk/assets/css/screen/screen_interface_2010.css @@ -0,0 +1,1869 @@ +@charset "UTF-8"; +/** + * Copyright (C) 2006-2010 YUCHENG HU + * + * ---------------------------------------------------------------------------------- + * HA SYSTEMS + * http://www.tcivis.com + * http://www.hawebs.org + * http://www.hawebs.net + * + * Contact + * huyuchengus@gmail.com / yuchenghu@hawebs.net + * + * ---------------------------------------------------------------------------------- + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + * + * GNU GENERAL PUBLIC LICENSE + * + * ---------------------------------------------------------------------------------- + */ + +#wrapper { + display:block; + width:971px; + margin:0px auto 0px auto; +} +#main { + background-color:#e4e0dd; + padding:10px 10px 5px 10px; + margin-bottom:10px +} +/* Columns +===========================*/ +#column-two-narrow { + background:url(../../img/interface/twocolumn_narrow.gif) repeat-y top left; + width: 972px; + margin: 17px 0; + clear:both; +} +#column-two-narrow #main-content { + width: 758px; + padding: 0 34px 0 0; + float:left; +} +/* #main-content .title { + border-bottom:2px solid #ccc; +} */ + +#main-content .title h1, #main-content h1 { + float:left; + font-size:25px; + color:#33302d; + font-weight: normal; + background-color:#fff; +} +#main-content .title span { + float:right; + padding-left:8px; + /* text-transform:uppercase; */ + font-size:.9em; +} +#column-two-narrow #sidebar { + float:left; + width: 180px; +} +#column-two-narrow #sidebar .advertise { + padding: 10px 8px; +} +/* NAV UNDER +===========================*/ +#nav-more { + padding: 0; + font-size:1.1em; + background-color: #e4e0dd; + ; + margin: 0 10px 0 10px +} +#nav-more h2 { + font-size:1em; + float:left; + padding: 0; + width:345px; + color: #6c655f !important +} +#nav-more p { + padding: 8px 0 0 0; + text-transform:uppercase; + font-weight:bold; +} +#nav-more p a { + margin: 0 5px 0 0; +} +#nav-more p a img { + vertical-align:middle; +} +/* header START ---------- */ + +#header { + display:block; + overflow:visible; + float:left; + clear:both; + width:971px; + height:91px; + margin:2px 0px 0px 0px; + padding:10px 5px 5px 7px; + /*background:url(/assets/img/advertisers/advertisement.gif) 234px 1px no-repeat #34302d;*/ + background:url(../../img/interface/bg1px.gif) top left repeat-x #4A84C5; + color:#fff +} +#header_a { + display:block; + overflow:hidden; + float:left; + width:227px; + height:91px; + margin:0px; + padding:0px; +} +#header_a ul a { + display:block; + float:left; + width:205px; + height:91px; + margin: 7px 0 0 17px; + _margin-left:8px; + padding:0px; + background:url(../../img/interface/logo.png) left top no-repeat; + text-indent: -9999px; +} +#header_b { + display:block; + overflow: visible; + float:left; + width:733px; + height:91px; + margin:0px; + padding:0px; +} +/* header END ---------- */ + + +/* nav_options START ---------- */ +#top_menu { + clear: both; + float: left; + width: 100%; + position: relative; + top: 0; + left: 0; + z-index:2; +} +#nav_options { + display:block; + float:left; + clear:both; + width:971px; + height:25px; + margin:0px; + padding:3px 5px 5px 7px; + background:url(../../img/interface/bg1px.gif) 0px -108px repeat-x #4A84C5; + overflow:hidden; + color:#fff +} +#nav_options ul li { + display:block; + float:left; + margin:0px; + padding:0px; +} +#nav_options li ul { /* second-level lists */ + position: absolute; + left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */ + width: 133px; + padding-top:0; +} +#nav_options li a:hover ul, #nav_options li.sfhover ul, #nav_options li:hover ul, #nav_options li.over ul, #nav_options li.sfhover ul { /* lists nested under hovered list items */ + left: auto; +} +#nav_options li a:hover ul.sub, #nav_options li.sfhover ul, #nav_options li:hover ul.sub, #nav_options li.over ul.sub, #nav_options li.sfhover ul { /* lists nested under hovered list items */ + left: auto; +} +#nav_options li a:hover ul ul, #nav_options li a:hover ul ul ul, #nav_options li a:hover ul ul ul ul, #nav_options li a:hover ul ul ul ul ul, #nav_options li:hover ul ul, #nav_options li:hover ul ul ul, #nav_options li:hover ul ul ul ul, #nav_options li:hover ul ul ul ul ul { + display: none; +} +#nav_options li a:hover ul, #nav ul li a:hover ul, #nav_options ul ul li a:hover ul, #nav_options ul ul ul li a:hover ul, #nav_options ul ul ul ul li a:hover ul, #nav_options li:hover ul, #nav_options ul li:hover ul, #nav_options ul ul li:hover ul, #nav_options ul ul ul li:hover ul, #nav_options ul ul ul ul li:hover ul { + display:block; +} +/*ie6 script fix*/ +#nav_options ul li.over { + display:block; +} +#nav_options li.over ul ul, #nav_options li.over ul ul ul, #nav_options li.over ul ul ul ul, #nav_options li.over ul ul ul ul ul { + display: none; +} +#nav_options li.over ul, #nav_options ul li.over ul, #nav_options ul ul li.over ul, #nav_options ul ul ul li.over ul, #nav_options ul ul ul ul li.over ul { + display:block; +} +/*ie6 script fix -- end */ + +#nav_options .register a:link, #nav_options .register a:visited, #nav_options .sec a:link, #nav_options .sec a:visited, #nav_options .blog a:link, #nav_options .blog a:visited, #nav_options .sciammag a:link, #nav_options .sciammag a:visited, #nav_options .sciammind a:link, #nav_options .sciammind a:visited, #nav_options .special a:link, #nav_options .special a:visited { + color:#fff; + background-color:#34302d; + font-size:11px; + height: 13px; +} +#nav_options .register a:hover, #nav_options .register a:visited:hover, #nav_options .sec a:hover, #nav_options .sec a:visited:hover, #nav_options .blog a:hover, #nav_options .blog a:visited:hover, #nav_options .sciammag a:hover, #nav_options .sciammag a:visited:hover, #nav_options .sciammind a:hover, #nav_options .sciammind a:visited:hover, #nav_options .special a:hover, #nav_options .special a:visited:hover { + color:#fff; + background-color:#505050; +} +#nav_options .botBorder a { + border-bottom: 1px solid #77736e; +} +#nav_options .submenu a { + padding: 5px 3px 5px 3px; + border-top: 1px solid #77736e; + border-left: 1px solid #77736e; + border-right: 1px solid #77736e; + border-bottom: none; + background-color:#33302d; + display:block; + color:#fff; + background-image:none +} +#nav_options .register a { + width: 12em +} +#nav_options .register a:hover { + border-bottom: none +} +/* #nav_options .sec a {} */ + +#nav_options .sec a:hover { + border-bottom: none +} +#nav_options .right a { + border-right: 1px solid #77736e; + border-left: 1px solid #77736e; + width: 110px +} +#nav_options .left a { + border-left: 1px solid #77736e; + border-right: 1px solid #77736e; + width: 150px +} +#nav_options .sec a:hover { + background-color:#505050; +} +#nav_options .blog a { + width: 16em +} +#nav_options .blog a:hover { + border-bottom: none +} +#nav_options .sciammag a { + width: 140px +} +#nav_options .sciammagright a { + width: 16em +} +#nav_options .sciammag a:hover { + border-bottom: none +} +#nav_options .sciammind a { + width: 130px +} +#nav_options .sciammindright a { + width: 16em +} +#nav_options .sciammind a:hover { + border-bottom: none +} +.borderbottom { + padding-bottom:5px; + border-bottom: 1px solid #77736e; +} +#nav li a { + background:url(../../img/nav_options/nav.gif); + height:25px; + border: #4A84C5 solid 1px; +} +#nav li.buttonspace { + margin-right: 13px +} +#nav li a:hover { + border: #77736e solid 1px; + background-position: 0 -43px +} +#nav li a.link_nav_options_register { + display:block; + width:114px; + text-indent: -9999px; + margin:0; + background-position: 1px -2px +} +#nav li a.link_nav_options_register:hover, #nav li a.link_nav_options_register.active { + background-position: 1px -43px; + border-bottom: none +} +#nav li a.link_nav_options_sections { + display:block; + width:124px; + text-indent: -9999px; + margin:0; + background-position: -128px -2px; +} +#nav li a.active { + border: #77736e solid 1px; + border-bottom: none +} +#nav li a.link_nav_options_sections:hover, #nav li a.link_nav_options_sections.active { + background-position: -128px -43px; + border-bottom: none +} +#nav li a.link_nav_options_blogs { + display:block; + width:62px; + text-indent: -9999px; + margin:0; + background-position: -264px -2px; +} +#nav li a.link_nav_options_blogs:hover, #nav li a.link_nav_options_blogs.active { + background-position: -264px -43px; + border-bottom: none +} +#nav li a.link_nav_options_sciammag { + display:block; + width:211px; + text-indent: -9999px; + margin:0; + background-position: -336px -2px; +} +#nav li a.link_nav_options_sciammag:hover, #nav li a.link_nav_options_sciammag.active { + background-position: -336px -43px; + border-bottom: none +} +#nav li a.link_nav_options_sciammind { + display:block; + width:181px; + text-indent: -9999px; + margin:0; + background-position: -560px -2px; +} +#nav li a.link_nav_options_sciammind:hover, #nav li a.link_nav_options_sciammind.active { + background-position: -560px -43px; + border-bottom: none +} +#nav li a.link_nav_options_jobs { + display:block; + width:92px; + text-indent: -9999px; + margin:0; + background-position: -755px -2px; +} +#nav li a.link_nav_options_jobs:hover { + background-position: -755px -43px; +} +#nav li a.link_nav_options_subscribe { + display:block; + width:74px; + text-indent: -9999px; + margin:0; + background-position: -861px -2px; +} +#nav li a.link_nav_options_subscribe:hover { + background-position: -861px -43px; +} +#nav_options ul li a:hover ul li a:hover ul.left { + left:-105px; +} +/* nav_options END ---------- */ + +/* nav_category START ---------- */ + +#top_category { + clear: both; + float: left; + width: 100%; + position: relative; + top: 0; + left: 0; + z-index:1; +} +#nav_category { + display:block; + float:left; + clear:both; + width:971px; + height:27px; + margin:0px; + padding:0px; + background:url(/assets/img/interface/bg1pxc.gif) top left repeat-x #e0f649; + overflow:hidden; + color:#33302d; +} +#nav_category form { + float:right; + overflow:hidden; + margin:0px; + padding:3px 5px 0 0; + height:20px; +} +#nav_category input { + height:20px !important; + margin:0px 0px 0px 4px; + padding:0px; + float:left; +} +.nav_options_input { + height:20px !important; + width:195px; + margin:0px; + padding:2px 0px 0px 2px !important; + font-size:12px; + color:#c2bbb4; + border:1px solid #999; + background-color:#fff; + display:inline; +} +.nav_options_input:focus { + border:1px solid #6ccef4; + background-color:#eee; + color:#34302d; +} +#nav_category ul li { + display:inline; + float:left; + margin:0px; + padding:0px; +} +#nav_category li ul { /* second-level lists */ + position: absolute; + left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */ + width: 133px; + padding-top:0; + font-size:11px; + margin: -7px 0 0 10px +} +#nav_category li a:hover ul, #nav_category li.sfhover ul, #nav_category li:hover ul, #nav_category li.over ul, #nav_category li.sfhover ul { /* lists nested under hovered list items */ + left: auto; +} +#nav_category li a:hover ul.sub, #nav_category li.sfhover ul, #nav_category li:hover ul.sub, #nav_category li.over ul.sub, #nav_category li.sfhover ul { /* lists nested under hovered list items */ + left: auto; +} +#nav_category li a:hover ul ul, #nav_category li a:hover ul ul ul, #nav_category li a:hover ul ul ul ul, #nav_category li a:hover ul ul ul ul ul, #nav_category li:hover ul ul, #nav_category li:hover ul ul ul, #nav_category li:hover ul ul ul ul, #nav_category li:hover ul ul ul ul ul { + display: none; +} +#nav_category li a:hover ul, #cat ul li a:hover ul, #nav_category ul ul li a:hover ul, #nav_category ul ul ul li a:hover ul, #nav_category ul ul ul ul li a:hover ul, #nav_category li:hover ul, #nav_category ul li:hover ul, #nav_category ul ul li:hover ul, #nav_category ul ul ul li:hover ul, #nav_category ul ul ul ul li:hover ul { + display:block; +} +/*ie6 script fix*/ +#nav_category ul li.over { + display:block; +} +#nav_category li.over ul ul, #nav_category li.over ul ul ul, #nav_category li.over ul ul ul ul, #nav_category li.over ul ul ul ul ul { + display: none; +} +#nav_category li.over ul, #nav_category ul li.over ul, #nav_category ul ul li.over ul, #nav_category ul ul ul li.over ul, #nav_category ul ul ul ul li.over ul { + display:block; +} +/*ie6 script fix -- end */ + +#nav_category .subcats a { + padding: 5px 3px 5px 3px; + width: 125px; + border-bottom: 1px solid #c0ce25; + border-left: 1px solid #c0ce25; + border-right: 1px solid #c0ce25; + background-color:#f1fca1; + display:block; + color:#33302d; + background-image:none; + height:auto; + font-size: 1.0875em; + text-indent: 0 +} +#cat li a { + background:url(/assets/img/interface/dot.gif) 0px 12px no-repeat; + height:27px; + display:block; + padding: 6px 9px 0 12px; + font-family: Georgia, "Times New Roman", Times, serif; + font-size: 1.3em; + font-weight:500; + text-transform:capitalize; + color: #33302d +} +/* nav_category END ---------- */ + +#nav_undershadow { + display:block; + float:left; + clear:both; + width:970px; + height:10px; + margin:0px 0px 15px 0px; + padding:0px; + background:url(/assets/img/interface/new_undershadow.gif) left top repeat-x; + overflow:hidden; +} +#new_undershadow { + display:block; + float:left; + clear:both; + width:970px; + height:5px; + margin:0px; + padding:0px; + background:url(/assets/img/interface/nav_undershadow.gif) left top repeat-x #e4e0dd; + overflow:hidden; +} +#nav_undershadow_video { + display:block; + float:left; + clear:both; + width:971px; + height:10px; + margin:0; + padding:0px; + background:url(/assets/img/interface/nav_undershadow_video.gif) left top repeat-x; + overflow:hidden; +} +.nav_spacer { + display:block; + float:left; + clear:both; + width:970px; + height:10px; + margin:0px 0px 15px 0px; + padding:0px; + overflow:hidden; +} +#content_container { + display:block; + float:left; + clear:both; + width:970px; + margin:0px; + padding:0px; + overflow:hidden; +} +/* content_a START ---------- */ + +#content_a { + display:block; + float:left; + width:605px; + margin:0px 10px 20px 0px; + padding:0px; + overflow:hidden; +} +.section_a, .section_b { + /* padding: 6px 10px 6px 10px; */ + background-color:#fff;/* margin-bottom: 10px; */ +} +.round_t, .round_b { + background-color:#fff; + text-align:left; +} +.round_b { + margin-bottom:10px; +} +.round_t img, .round_b img { + vertical-align:top +} +.round_t { + background:url(/assets/img/interface/corner_footer_tr.gif) no-repeat top right; +} +.round_b { + background:url(/assets/img/interface/corner_footer_br.gif) no-repeat top right; +} +.t { + background: url(/assets/img/interface/corner-border.png) 0 0 repeat-x #fff; + width: 100% +} +.b { + background: url(/assets/img/interface/corner-border.png) 0 100% repeat-x +} +.l { + background: url(/assets/img/interface/corner-border.png) 0 0 repeat-y +} +.r { + background: url(/assets/img/interface/corner-border.png) 100% 0 repeat-y +} +.bl { + background: url(/assets/img/interface/corner-bl.png) 0 100% no-repeat +} +.br { + background: url(/assets/img/interface/corner-br.png) 100% 100% no-repeat; + margin-bottom:10px +} +.tl { + background: url(/assets/img/interface/corner-tl.png) 0 0 no-repeat +} +.tr { + background: url(/assets/img/interface/corner-tr.png) 100% 0 no-repeat; + padding: 10px 10px 6px 10px; +} +.rd-corners-div { + border-left: #cccccc 1px solid; + border-right: #cccccc 1px solid; + padding: 0 10px 0 10px +} +.bottom { + background-color:#ffffff; + float:left; + border-bottom:#cccccc 1px solid; + height:5px; + width: auto; +} +.bottom-r { + float:left; + height:6px; + background: url(/assets/img/interface/corner-br.png) 100% 100% no-repeat; + width: 6px +} +.bottom-l { + float:left; + height:6px; + background: url(/assets/img/interface/corner-bl.png) 100% 100% no-repeat; + width: 6px +} +.wide { + width:100% +} +#content_a p { + margin-bottom:20px; +} +#content_a p a:link, #content_a p a:visited { + color:#0aa1dd; + background-color:#fff +} +#content_a p a:hover, #content_a p a:visited:hover { + text-decoration: underline; +} +#content_a .title { + margin:0 +} +#content_a .title h1 { + float:left; + font-size:2.8em; + color:#33302d; + font-family: Georgia, "Times New Roman", Times, serif; + font-weight: normal; + background-color:#fff; +} +#content_a .title span { + float:right; + padding-left:8px; + text-transform:uppercase; + font-size:.9em; + color:#666; + margin-top:-13px +} +#content_a .title span span { + text-transform:capitalize +} +#content_a h1 { + font-size:2.8em; + color:#33302d; + font-weight: normal; + background-color:#fff; + font-family: Georgia, "Times New Roman", Times, serif; + text-transform: capitalize +} +#content_a h1 span { + color:#bcd605; + background-color:#fff +} +#content_a h2 { + color:#33302d; /* #000 */ + text-transform: uppercase; + background-color:#fff +} +#content_a h2 a:link, #content_a h2 a:visited { + color:#0aa1dd; + background-color:#fff +} +#content_a h2 a:hover, #content_a h2 a:visited:hover { + text-decoration: underline; +} +#content_a h2 span { + color:#0aa1dd;/* background-color:#fff */ +} +#content_a h3 { + color:#33302d; + background-color:#fff +} +#content_a h4 { + font-size:1.2em; + color:#33302d; + font-weight: bold; + background-color:#fff; + text-transform:capitalize +} +#content_a h4 span { + color:#0aa1dd; + background-color:#fff +} +#content_a li span.source { + padding-right:8px; + font-weight:normal; + font-weight:bold; + font-size:10.5px +} +#content_a h5 { + color:#0aa1dd; + font-size:14px; + font-weight: bold; + margin-bottom:14px; + background-color:#fff +} +#content_a h6 { + color:#33302d; + font-size:10px; + font-weight:normal; + margin-bottom:10px; + text-transform:uppercase; + background-color:#fff +} +#content_a h6 a:link, #content_a h6 a:visited { + color:#0aa1dd; + background-color:#fff +} +#content_a h6 a:hover, #content_a h6 a:visited:hover { + text-decoration: underline; +} +/* searchtopic +------------------------------------------------------*/ +#searchtopicbox { + padding:10px; + margin:10px 0px 10px 0px; + display:block; + width:593px; + border:5px solid #e0f649; +} +#searchtopicbox a:link, #searchtopicbox a:visited { + color:#0aa1dd; + background-color:#fff +} +#searchtopicbox a:hover, #searchtopicbox a:visited:hover { + text-decoration: underline; +} +#searchtopicbox p { + margin:10px 0px 0px 0px; +} +.searchdates { + color:#666; + background-color:#fff; + margin-top:8px +} +/* blogbox START ---------- */ + +#blogbox { + background:url(/assets/img/global_elements/bkgrd_lines.jpg) left top repeat-y; + padding:0px; + margin:10px 0px 20px 0px; + display:block; + width:603px; + overflow: hidden; +} +#blogbox_container h1 { + font-size: 13px; + color: #33302d; + margin-bottom: 5px; + background-color:#fff +} +#blogbox_container { + padding:5px 10px 15px 10px; +} +#blogbox_container a:link, #blogbox_container a:visited { + color: #0aa1dd; + background-color:#fff +} +#blogbox_container a:hover, #blogbox_container a:visited:hover { + text-decoration: underline; +} +#blogbox_container ul { + float:left; + margin:0px; + color: #bad608; + overflow:hidden; + font-size:11px; + background-color:#fff +} +#blogbox_container li { + width:125px; + list-style-position: outside; + list-style-type: disc; + overflow:hidden; + background:url(/assets/img/global_elements/bullet_blog.jpg) left center no-repeat; + padding-left:10px; + margin-right:5px; +} +.blogbox_lines { + background:url(/assets/img/global_elements/horizontallines.gif) left top repeat-x; + height:5px; + display:block; + margin:0px; +} +.blogbox_lines_bottom { + background:url(/assets/img/global_elements/horizontallines.gif) left bottom repeat-x; + height:5px; + display:block; + margin:20px 0px 0px 0px; + clear:left; +} +.blogheader /* Blog header class */ { + margin-bottom:5px; +} +.blogheaderimg /* Blog image class */ { + margin-right:10px; + float: left; +} +.blogparagraph { + display: block; + padding:10px 0px; + margin:5px 0px; + background:url(/assets/img/global_elements/horizontallines.gif) left bottom repeat-x; +} +.blogparagraph p { + margin-bottom:10px !important; +} +.blogparagraphimg /* The image block in the blog paragraphs */ { + float:right; + margin:0px 0px 5px 10px; + width:160px; + color:#999; + font-size:10px; + background-color:#fff +} +.blogparagraphimg a:link, .blogparagraphimg a:visited { + color:#0aa1dd; + background-color:#fff +} +.blogparagraphimg a:hover, .blogparagraphimg a:visited:hover { + color:#33302d; + background-color:#fff +} +.blogheaderline { + background:url(/assets/img/global_elements/block.jpg) right bottom no-repeat; + margin-top:2px; + padding-bottom:2px; +} +/* blogbox END ---------- */ + + +#breaking_news_quote { + width:299px; + padding:0px; + display:block; + float:right; + overflow:hidden; + margin-right:10px; +} +#breaking_news_quote h2 { + font-size:12px; + margin-bottom:5px; + text-transform:uppercase; + color:#666; + background-color:#fff +} +#breaking_news_quote p { + background:url(/assets/img/global_elements/quotebox.gif) left top no-repeat #fff; + width:259px; + padding:11px 25px 15px 15px; + height:185px; + display:block; + color:#666 !important; +} +#breaking_news_quote span { + color:#33302d !important; + margin:10px 10px 0px 0px !important; + width:250px !important; + height:120px !important; + font-size: 15px !important; /* orig 20px */ + font-weight:normal; + line-height:17pt; /* orig 25px */ + background-color:#fff; + font-weight:bold +} +#breaking_news_quote ul { + float:left; + font-size: 13px; +} +#breaking_news_quote li a:link, #breaking_news_quote li a:visited { + color:#0aa1dd; + background-color:#fff +} +#breaking_news_quote li a:hover, #breaking_news_reuters_quote li a:visited:hover { + text-decoration: underline; +} +/* content_a END ---------- */ + +/* content_b START ---------- */ + +.b_bkgrd /* background style for content_b */ { + padding:0px 0px 20px 10px; + color:#33302d; /* #000 */ +} +#content_b { + display:block; + float:left; + width:336px; + overflow:visible; +} +#content_b a:link, #content_b a:visited { + color:#0aa1dd; +} +/*#content_b a:hover, #content_b a:visited:hover { + color:#33302d; + background-color:#fff +}*/ + +#content_b h1 { + font-size:14px; + text-transform:uppercase; + margin:15px 10px 10px 0px; + padding:0px 10px 10px 0px; + color:#33302d; + position:relative; +} +#content_b h2 { + font-size:12px; + margin-bottom:5px; + text-transform:uppercase; + color:#666; + position:relative; +} +#content_b h3 { + font-size:15px; + margin-bottom:5px; + text-transform:uppercase; + color:#0ba2db; +} +#content_b h4 { + font-size:15px; + margin-bottom:5px; + color:#333; +} +/* #content_b ul { + margin-bottom:15px; + position:relative; +} + +#content_b li { + margin-bottom:8px; + margin-right:8px +} + +#content_b li span { + font-size:11px; + color:#c2bbb4 ; + padding-right:8px; + } */ + +#content_b .advertise { + padding: 20px 0; + overflow:visible +} +.content_b_160x600 { + float:right; + background:url(/assets/img/advertisers/advertisement_grey.gif) left top no-repeat; + padding:8px 10px 0px 0px; +} +.content_b_160x600 img { + border:1px solid #ccc; + margin-bottom:10px; + padding:0; +} +/* content_b END ---------- */ + + +/* rightNav START ---------- */ +.rightNav { + background-color:#fff; + color:#33302d; + font-family:Georgia, "Times New Roman", Times, serif; + font-size: 1.4em !important; +} +.rightNav h2 { + display: block; + height: 27px; + line-height: 27px; + border: none !important; + color: #e0f648 !important; + margin:0 !important; + padding:0px 0px 3px 5px !important; + background:url(/assets/img/interface/337-hdr.gif) left top no-repeat #e4e0dd; + font-size:1.05em !important; + font-family:Arial, Helvetica, sans-serif; + font-weight: 600; + text-transform: none !important +} +.rightNav span.viewall { + float:right; + font-family: Arial, Helvetica, sans-serif; + width:88px; + padding-right:10px; + font-size:.675em; + text-align:right +} +.rightNav span.viewall a { + color: #e0f648 !important; + background: none !important; +} +#subcenter { + height: 138px; + padding-top:5px +} +#subcenter img { + margin-right: 8px +} +#subcenter ul { + margin:0; + float: left; +} +#subcenter ul li { + float: none; + background: url(/assets/img/global_elements/arrow_grey.gif) left 10px no-repeat; + padding-left: 10px +} +#subcenter ul li a { + font-family: Georgia, "Times New Roman", Times, serif !important; + font-size:1.1em; + margin-bottom:3px !important +} +.n_letter { + background-color:#fff; + color:#33302d; + font-size: 1.4em !important; +} +.n_letter h2 { + color:#33302d !important; + font-size:1em !important; + text-transform:capitalize !important; + font-weight: bold; + margin-bottom: 0 !important; +} +.n_letter span { + font-size:.8em !important; +} +.n_letter img { + margin-right:8px; +} +.n_letter form { + padding-top:5px !important; + margin-top:-15px; + clear: both +} +.n_letter .emailupdate_input { + width: 188px; + font-family: tahoma, arial, helvetica, sans-serif; + color: #c2bbb4; + height: 17px; + font-size: 11px; +} +.n_letter .emailupdate_input:focus { + color: #34302d; +} +.n_letter .emailupdate_submit { + padding-left:3px; + margin-top:-4px +} +.fix_floats { + overflow: hidden; + width: 100%; + padding-bottom: 18px +} +.rightNav h2 span { + float:left; + width: 24px; +} +.rightNav h2 span.Video { + background:url(/assets/img/interface/vidIcon.png) left 3px no-repeat; +} +.rightNav h2 span.Slideshows { + background:url(/assets/img/interface/Slideshows.png) -3px 3px no-repeat; +} +.rightNav h2 span.Podcasts { + background:url(/assets/img/interface/Podcasts.png) -1px 3px no-repeat; +} +.rightNav ul { + padding:5px 0 1px 0; + /*margin: 0 5px 0 5px !important; + border-left: #dad6d2 1px solid; + border-right: #dad6d2 1px solid;*/ + margin:0 !important; +} +.rightNav li { + padding:5px 0 5px 0; + display: block; + margin: 0 !important; + float: left; +} +.rightNav li img { + border: solid 1px #dad6d2; +} +.rightNav li.idr { + font-size: .8em; +} +.rightNav li.idr img { + float: left; + margin: 0 10px 5px 0; +} +.rightNav li.idr span { + font-size:.675em; + line-height:100% !important +} +.rightNav li.idr a { + font-size: 1em; + display: inline +} +.rightNav li.idr a.headline { + font-size: 1.4em; + display: block +} +.rightNav li.video { + width: 100px; +} +.rightNav li.slideshows { + width: 150px; +} +.rightNav li.podcasts { + width: 100%; + padding-right: 10px +} +.rightNav li.podcasts span a, .rightNav li.podcasts span a:hover { + font-family:Arial, Helvetica, sans-serif; + font-weight:bold; + color:#33302d !important; + display:inline +} +.rightNav li.podcasts a.rss { + font-family:Arial, Helvetica, sans-serif; + color:#000 !important; + display: inline; + font-size:11px !important; +} +/* .rightNav li img { + float:left; + padding-right:5px +} */ + +#explore ul { + padding:0; +} +#explore ul li { + float: none; + padding-bottom:13px; + width:100% +} +#explore ul li a { + display: inline +} +#explore ul li a.one { + font-size: 1.2em +} +#explore ul li a.two { + font-size: 1.4em; +} +#explore ul li a.three { + font-size: 1.2em; + color:#52acd0 +} +#explore ul li a.four { + font-size: 1em; + color:#9dbecc +} +.rightNav a { + display: block; +} +.rightNav a:hover { + display: block; + text-decoration:underline +} +.rightNavlast { + border: none !important; + padding-bottom:0 !important; +} +#NewsfromOurPartners ul { + /* list-style: disc outside !important; */ + padding-bottom:13px; +} +#NewsfromOurPartners ul li { + float: none !important; + font-size: .857em; + background:url(/assets/img/global_elements/arrow_grey.gif) left 8px no-repeat; + padding-left:8px; +} +#NewsfromOurPartners ul li a:link { + color:#33302d +} +#NewsfromOurPartners ul li a:hover { + color:#0aa1dd +} +/* Most Popular / Latest News */ +#pop_news UL.tabNavigation { + list-style: none; + margin: 0 0 0 0; + padding:8px 0 11px 0; + background:url(/assets/img/interface/mostPop_latestNews_bar.gif) left bottom no-repeat; +} +#pop_news_cat UL.tabNavigation { + list-style: none; + margin: 0; + padding:8px 0 3px 0; +} +#pop_news UL.tabNavigation LI, #pop_news_cat UL.tabNavigation LI { + display: inline; +} +#pop_news UL.tabNavigation LI A { + background: url(/assets/img/interface/tabOff.gif) no-repeat; + color: #fff; + font-size:1.3em; + font-weight: 600; + text-decoration: none; +} +#pop_news_cat UL.tabNavigation LI A { + background: url(/assets/img/category/catTabOff.gif) no-repeat; + color: #6c655f; + font-size:1.3em; + font-weight: 600; + text-decoration: none; +} +#pop_news UL.tabNavigation LI A.selected, #pop_news UL.tabNavigation LI A:hover { + background: url(/assets/img/interface/tabOn.gif) no-repeat; + color: #e0f648; +} +#pop_news_cat UL.tabNavigation LI A.selected, #pop_news_cat UL.tabNavigation LI A:hover { + background: url(/assets/img/category/catTabOn.gif) no-repeat; + color: #33302d; +} +#pop_news UL.tabNavigation LI A:focus, #pop_news_cat UL.tabNavigation LI A:focus { + outline: 0; +} +#pop_news div.tabs > div, #pop_news_cat div.tabs > div { + padding: 5px; + margin-top: 3px; + border: 5px solid #333; +} +#pop_news div.tabs > div h2, #pop_news_cat div.tabs > div h2 { + margin-top: 0; +} +#pop_news p, #latest p, #pop_news_cat p, #latest_cat p { + background-color:#fff; + border-bottom: 1px #dad6d2 solid; + border-left: 1px #dad6d2 solid; + border-right: 1px #dad6d2 solid; + font-family: Georgia, "Times New Roman", Times, serif; + font-size: 1.4em; + padding: 10px; +} +#pop_news p.first, #latest p.first, #pop_news_cat p.first, #latest_cat p.first { + border-top: 1px #dad6d2 solid; +} +#pop_news p.even, #latest p.even, #pop_news_cat p.even, #latest_cat p.even { + background: #f9f8f6 +} +#pop_news p a, #latest p a, #pop_news_cat p a, #latest_cat p a { + color: #33302d !important; +} +#pop_news p a:hover, #latest p a:hover, #pop_news_cat p a:hover, #latest_cat p a:hover { + color: #0aa1dd !important; +} +/* Around the Web || Latest Stories (Categories) */ +p.rightNavStyle2 { + background-color:#fff; + border-bottom: 1px #dad6d2 solid; + border-left: 1px #dad6d2 solid; + border-right: 1px #dad6d2 solid; + font-family: Georgia, "Times New Roman", Times, serif; + font-size: 1em; + padding: 10px; +} +p.rightNavStyle2 span.thirdparty { + color:#999999; + font-family:Georgia, "Times New Roman", Times, serif; + font-size: .875em +} +p.rightNavStyle2 a { + color: #33302d !important; + display:inline +} +p.rightNavStyle2 a:hover { + display:inline +} +p.even { + background: #f9f8f6 +} +p.rightNavStyle2 span { + font-family:Arial, Helvetica, sans-serif; + font-size:.75em +} +p.rightNavStyle2 a:hover { + color: #0aa1dd !important; +} +#mostpop p.first, #latest p.first { + border-top: 1px #dad6d2 solid +} +#mostpop p.last, #latest p.last { + border-bottom: none !important; + padding-bottom: 3px !important; +} +/* accordionmenu END ---------- */ + +/* footer_information START ---------- */ + +#footer_information { + color:#6c655f; + display: block; + width: 250px; + height: 160px; + overflow:hidden; + float:left; + background:url(/assets/img/interface/footerDivide.gif) right 18px no-repeat; +} +#footer_information ul { + width: 120px; + float: left; + font-size:11px +} +#footer_information li { + margin-bottom:6px; +} +#footer_information a:link, #footer_information a:visited { + color:#6c655f; + background-color:inherit +} +#footer_information a:hover, #footer_information a:visited:hover { + text-decoration:underline +} +#footer_information h1 { + text-transform:uppercase; + font-size:14px; + font-weight: normal; + color:#33302d; + margin:20px 108px 9px auto; + /*text-align:center;*/ + background-color:inherit +} +/* footer_information END ---------- */ + +/* footer_publications START ---------- */ + +#footer_publications { + color:#6c655f; + display: block; + width: 196px; + height: 158px; + overflow:hidden; + float:left; + background:url(/assets/img/interface/footerDivide.gif) right 18px no-repeat; + background-color:inherit +} +#footer_publications ul { + width: 160px; + float: left; + font-size:11px +} +#footer_publications li { + margin:0px 0px 6px 10px; + display: block; +} +#footer_publications a:link, #footer_publications a:visited { + color:#6c655f; + background-color:inherit +} +#footer_publications a:hover, #footer_publications a:visited:hover { + text-decoration:underline +} +#footer_publications h1 { + text-transform:uppercase; + font-size:14px; + font-weight: normal; + color:#33302d; + margin:20px 108px 9px 10px; + text-align:left; + background-color:inherit +} +/* footer_publications END ---------- */ + +/* footer_services START ---------- */ + +#footer_services { + color:#6c655f; + display: block; + width: 194px; + height: 160px; + overflow:hidden; + float:left; + background:url(/assets/img/interface/footerDivide.gif) left 18px no-repeat; +} +#footer_services ul { + width: 158px; + float: left; + font-size:11px +} +#footer_services li { + margin:0px 0px 6px 10px; + display: block; +} +#footer_services a:link, #footer_services a:visited { + color:#6c655f; + background-color:inherit +} +#footer_services a:hover, #footer_services a:visited:hover { + text-decoration:underline +} +#footer_services h1 { + text-transform:uppercase; + font-size:14px; + font-weight: normal; + color:#33302d; + margin:20px 0 9px 10px; + text-align:left; + background-color:inherit +} +/* footer_services END ---------- */ + +/* footer_newsletters START ---------- */ + +#footer_newsletters { + color:#6c655f; + display: block; + height: 153px; + overflow:hidden; + float:left; + width:319px; + padding-left:10px; + background:url(/assets/img/interface/footerDivide.gif) left 18px no-repeat #fff; +} +#footer_newsletters ul { + width: 150px; + padding-top:8px; + _padding-top:0; +} +#footer_newsletters ul li { + width: 150px; + float: left; + height:35px; + overflow:visible +} +#footer_newsletters ul li img { + padding-right: 5px; + float: left; + margin-top:-6px; + _margin-top:0; +} +/*#footer_newsletters ul li span { + padding-top: 9px +} */ + +#footer_newsletters a:link, #footer_newsletters a:visited { + color:#6c655f; + background-color:#fff; + text-decoration: none; + font-size:11px +} +#footer_newsletters a:hover, #footer_newsletters a:visited:hover { + text-decoration: underline +} +#footer_newsletters h1 { + text-transform:uppercase; + font-size:14px; + font-weight: normal; + color:#33302d; + margin:20px auto 9px auto; + text-align:left; + background-color:inherit +} +/* footer_newsletters END ---------- */ + + +#footer { + display:block; + /* float:left; */ + clear: both; + width:971px; + margin:0px 0px 17px 0px; + padding:0px; + overflow:hidden; + border-bottom:1px solid #ccc; + border-top:1px solid #ccc; +} +#credits { + display:block; + float:left; + clear: both; + width:971px; + height:30px; + margin:0px; + padding:0px; + overflow:hidden; + font-size:10px; + color: #666; +} +/* Article Topic +------------------------------------------------------*/ +#article-topic { + border-bottom:5px solid #DAD6D2; +} +.pagination { + font-family: Arial, Helvetica, sans-serif; + float:right; + font-size:12px; + font-weight:bold; + /* margin-top:-10px; */ + padding-bottom:5px; +} +.pagination a { + color: #33302d; + background-color: #e4e0dd; + padding: 0 5px 0 5px; + display:inline +} +.pagination a:hover { + color: #fff; + background-color: #0aa1dd; + padding: 0 5px 0 5px; + display:inline +} +.pagination span { + padding: 0 5px 0 5px +} +.topic { + background:url(/assets/img/interface/topic.gif) no-repeat top left; + padding: 0 0 10px 90px; + margin:0; +} +.article-topic-lines { + background:url(/assets/img/global_elements/horizontallines.gif) repeat-x bottom left; + padding-bottom:10px; + border:none !important; +} +#article-topic a { + font-weight:bold; + text-transform:uppercase; +} +#article-topic h1 { + color:#33302D; + font-size:2.7em; + padding-bottom: 6px !important; + float:left; + margin-top:-8px +} +.margincorrect { + margin-top:0 !important +} +#article-topic h2 { + color:#33302D; + clear:both; + font-size:1.2em; + padding-left:4px +} +#article-topic h3 { + float:left; + margin: 0 0 8px 0; +} +#article-topic h3 a { + float:right; + font-size:0.8em; +} +#article-topic .title { + width: 607px; + height:76px; + float:left; + background:url(/assets/img/global_elements/dotted.gif) repeat-x 0 61px; + padding: 30px 0 5px 0px; +} +#article-topic .rss { + float:left; + width: 50px; + padding: 3px 0 0 10px; + margin-top:-8px; + text-transform:uppercase; +} +#article-topic .active-discussion { + float:right; + margin: 13px 0 0 0; + padding: 17px 16px 0 40px; + background:url(/assets/img/category/activediscussions.png) no-repeat top left; + width: 288px; + height:63px; +} +#article-topic .active-discussion p { + clear:both; + font-size:1.1em; +} +#article-topic .active-discussion p a { + text-transform:none; + font-weight:normal; +} +#article-topic .more { + padding: 15px 0 0 0; +} +/*Scientific American +------------------------------------------------------*/ +#scientific-american .heading { + background:#DAD6D2; + height:19px; + padding: 1px 5px 0 5px; +} +#scientific-american h2 { + float:left; + font-size:1.2em; + padding: 3px 0 0 0; + color:#33302D; +} +#scientific-american .exploremore { + float:right; + width: 68px; + height:14px; + text-transform:uppercase; + padding: 0 0 0 5px; +} +#scientific-american .SlidingPanels { + width: 971px; + height: auto; + float: left; +} +#scientific-american .SlidingPanelsContentGroup { + width: 975px; + float: left; +} +#scientific-american .SlidingPanelsContent { + float: left; + width:190px; + height: auto; + padding: 3px 5px 3px 0; +} +#scientific-american img { + float: left; + margin-right: 5px; + margin-bottom: 4px; +} +#scientific-american .SlidingPanelsContent .content { + float: left; +} +#item1 .content, #item2 .content { + border-right: solid 3px #FFFFFF; +} +#scientific-american .content { + height: 153px; +} +#scientific-american p { + margin: 0; + font-size:12px; + font-weight:bold +} +/* #scientific-american .prev { + text-align: left; + padding: 4px 4px; + clear: both; +} + +#scientific-american .next { + text-align: right; + padding: 4px 4px; + clear: both; +} + +.SlidingPanelsAnimating * { + overflow: visible !important; +} + +#scientific-american .navLinks { + clear: both; + text-align: center; + border-top: solid 1px #CCC; + padding-top: 4px; + padding-bottom: 4px; + border: solid 1px #999; +} */ + + /* sponsors +----------------------------------------------------------------*/ +.sponsors { + width: 309px; + float:right; + padding: 0 10px 0 0; +} +.sponsors_narrow { + width: 160px; + float:right; + padding: 0 10px 0 0; +} +.sponsors ul, .sponsors_narrow ul { + width: 143px; + float:left; +} +.sponsors .left { + width: 130px; + padding: 0 20px 0 0; +} +.sponsors ul li, .sponsors_narrow ul li { + background:url(/assets/img/global_elements/arrow_grey.gif) no-repeat 0 2px; + padding: 0 0 5px 10px; +} +.sponsors ul li a, .sponsors_narrow ul li a { + color:#4242FD !important; +} +/* (In-Depth) Reports +----------------------------------------------------------------*/ +#report-header { + padding:10px 0 10px 0 +} +#report-header .title { + position:relative; + width:625px; + float:left +} +#report-header .title h1 { + text-transform:capitalize; + font-size:3.3em +} +#report-header .title p { + font-size:13px +} +#report-header .report-sponsor { + float:right; + /*margin: 13px 0 0 0; + padding: 0 0 15px 0;*/ + width: 260px; + height:73px; + color:#999; + background-color:#ccc; +} +.bottomrule { + height: 5px; + display: block; + margin:0; + clear: both; +} +#report-features li.title, .report_b p.title, #report-more p.title { + background:url(/assets/img/interface/reportsbg.gif) repeat-x top left; + color:#e0f648; + text-transform:uppercase; + padding:3px; + font-weight:bold; + font-size:11px +} +#report-features li a.headline { + font-size:14px +} +#report-features li .img_credit { + font-size:11px; + color:#c2bbb4; + padding:0 5px 0 6px +} +#report-features { + margin:0 0 10px 0; + padding:0 0 0 1px; + width:623px; + background:url(/assets/img/interface/4columnbg.gif) repeat-y top left; +} +#report-features ul { + width:154px; + float:left; + padding:0 1px 0 0; + margin-bottom:0; +} +#report-features li { + padding:0 +} +#report-features li a.headline { + font-weight:bold +} +#report-features li img { + border-bottom:1px #dad6d2 solid +} +#report-features li.title { + border-top:1px #dad6d2 solid; +} +#report-features li.text { + padding:5px 5px 5px 6px; +} +#report-more { + margin:0; + padding:0; + ; + font-size:11px +} +#report-more p.title { + width:614px; + border-left:1px #dad6d2 solid; + border-right:1px #dad6d2 solid; + border-bottom:1px #dad6d2 solid +} +#report-more p { + margin:0; + padding:6px; + float:left; + width:608px; + border-left:1px #dad6d2 solid; + border-right:1px #dad6d2 solid; + border-bottom:1px #dad6d2 solid +} +#report-more p img { + border:1px #dad6d2 solid; + float:left; + margin-right:5px +} +#report-more p.even, #report-more p a.even { + background-color:#f9f8f6 +} +.report_b p span, #report-more p span { + color: #6c655f; + font-size:10px; +} +.report_b p a.headline, #report-more p a.headline { + font-size:12px; + font-weight:bold +} +.report_b { + margin:0 0 10px 0; + padding:0; + width:318px; + border-left:1px #dad6d2 solid; + border-right:1px #dad6d2 solid; + font-size:11px; + float:right +} +.report_b p { + padding:7px 7px 15px 7px +} +.report_b p.cell { + margin:0; + padding:7px; + border-top:1px #dad6d2 solid +} +.report_b p img { + float:left; + margin-right:5px +} +.report_b p.even { + background-color:#f9f8f6; + border-bottom:1px #dad6d2 solid; + border-top:1px #dad6d2 solid +} +/* Google Custom Ads +----------------------------------------------------------------*/ +#google { + font-size:11px +} +#google a.lead, #google a.lead:hover { + color: #33302d; + text-decoration:none; + font-size:12px +} +#google a.link, #google a.link:hover { + color: #27499f; + text-decoration:none +} +#google a.adsBy, #google a.adsBy:hover { + color:#ccc; + font-size:12px +} diff --git a/mainweb/trunk/assets/img/interface/bg1px.gif b/mainweb/trunk/assets/img/interface/bg1px.gif new file mode 100644 index 0000000000000000000000000000000000000000..a57220b8d40a13d638f27750583025c47c3d7847 GIT binary patch literal 287 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 literal 0 HcmV?d00001 diff --git a/mainweb/trunk/assets/img/nav_options/nav.gif b/mainweb/trunk/assets/img/nav_options/nav.gif new file mode 100644 index 0000000000000000000000000000000000000000..6184db8cb576b20d46471eeab955992a78d61fac GIT binary patch literal 2390 zcmcJK={K8+0*BuuZz9wdRWzL;Oh;5Lol;W6Oh$uPt41#qZHFnPwX{r!*2Rro2@P>Y zRokf8VhL*OI-y8nD_T@7O_ib*f)GnI_s;zv?(f6%uxR^YAxzrFn7}oYq z)Ewi+o?6>!k9)bcFC)h%Bqk-Nq^8|V&!A*x-KS>f&~pEsN6%D8YlN$*>uNm7FJ_jM zmX%kq9%w7usp;szud3Lp!Qd^e>PkB3j$;n6y6&ECrAmHZ|G?nT%WUO39-%|d5#9^a zebF=JsG?Id*{h?bp>s&**q`=rm}q@NPUqdQWM_A8UwYs^s)JKHF^q>bssIS_TZ^hr zAR0mY3cw`UwyD-8T*%j$>rBXSU255IsAuwN20t4{0KVUJ!A|*wrJV^Dqy|rF_02UN zzK4*7!&I6#0CR$=3j8(vq%HeWU4db-(<7%pS!2ehY^>XNRrPrxxX?h`s9}myI8?3_dBdd~)SdVKe!-=!Q8?AyL(Fes5QDx^Q(#PCq~~A> zkZd0V;53*5XOGQZ=1lVvp;4%}tV8!_A*;#1XXu=N9uubcZ1#^ug`4wNCl^NFs`&^@ zqeZaeI8_qi9O1E+;_Je@phl1&{^B1Wa%14QQB-|!|DAj!#}M!j5m4m)rq3$ZFgbCen-UmX>t}P}hjh&w+U99j@h!rs%mUC@OjYd7=Zlog4oTb!<|-E!qDr?%N@sLU#`dtd-jmQ zYGJL^57gtHo^~?`zoM9o<%z?RvXL^w|mpTqpnKbwIXM9er5<`|{^GR=VrA^eE zF$ELHK(*pvzL;N4**2%h2zUrS+Zhn2gB{xXRkcs_dN)R{YiJp*b*p<>kCDBt$=@B7 zT?<<0Vp5GZc*p4>8+?PZs*OIQrj?EUQ(U9X0rQEF%|YB^)#i}3Bt!wg%NdJ@37Vne z5hAu)JnCX86u)wJFy4CY=@q&)<{enQHGU~dxHaLMYP|i%pB}nB8B`W~CMKjwxIJ}? zYb=?*JrOFIxwBX;nT?SMCGW^`COd*8&9I&KY1o>bIf~`#&IhW4$?klvSJ>`Ceqhb+ z$HJ)9-9<*K$=(u^9=5k!URJaBsj6vp?{h8JWPhb$B22a~Y+kI{Uu~DH?yqs=Or@f3 z&70D79+oZL7_eNEZVo$`9*AFi-8|TO6UaW;o{m~OkO)#uzwFG@Z+_WbDr0}yTluWi zwJ+kD%B13no3ewQMYimVRI(v(cMP#H41FFg6Ago03suTu@C3Y&1Lo1E5FM+_5z}#LQmyU&SldK0F)`_ybS~88|?yl5No&)Z{|EmL{KPZ?%z4 zr7%_CRC{DTD(*0n17E=c1T_FmvYy8Zx$(d)0L(Qf8!EZ;zC}ksk(}S8b3t~7+u^x6 z10^O={QfI@8}x%?#X4m>y`U$D5~|Mm_T7Xd5{ZF9c8=?sVE_b(2PAD|$kGJ=cmgK# zNfjBrs2NZ4KvB!UQmYC6P-N@oBTEVZ!;^W@za5TyG<^+Qa@W;;`&nF4I~K_}dmcYa zqpBhotQWX_(b^si5v81fbs9-0iOF}FrDu*}$Tq#EPs%B!Kh_-`-YW_(T05+d>5zwl zml#x;CfPvRcijyFc;smgR=7p=y?Sh~22mvgZton3mxffB`(IUfEL%e01E{zXqvPN| zu9N8qATO}$`jJD9c2A-o}ci$yjEg8T;N^}pZcLn)O|e1_j{(RaYj>A>VDYp>q7 zFAIv*v3bi9t}U9=1_Gb1U$>bTVaX~BSqgnmx0gn5cc9Y97k~fSb-sAE@o}>Y zIq@e>e9D{$P*qh|66pGwbpHqh#F--vIgsiIfL?1?dis8|ds|-kzq*at_4Lbg%{50F zP~P>`Wv;>-J`ZW5&l?+?28Ch&+@BICH#KuzS0f(oPcOMOwN4DKMz-zGh_ag67h{DO H0QmktFJW@) literal 0 HcmV?d00001