/* Copyright 2005 Redshift Software, Inc. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) */ #sidebar { float: right; vertical-align: top; padding: 0em 0em 0em 0em; margin: 1em 1em 1em 0em; } #sidebar #menu, #sidebar #search { width: 15.25em; padding: 0.25em; background: #EEEEEE; margin: 0em 0em 1em 0em; border: #CCCCCC 1px solid; } /**** The menus... ****/ /* Menu on the right of the content. */ #sidebar #menu { } #sidebar #menu * { text-decoration: none; color: #000000; margin: 0em; padding: 0em; } #sidebar #menu ul { list-style-type: none; } #sidebar #menu ul li { } #sidebar #menu ul li h4 a { font-weight: bold; margin: 0em 0em 0.25em 0em; } #sidebar #menu ul li ul { list-style-type: none; } #sidebar #menu ul li ul li { } #sidebar #menu ul li ul li .heading{ text-indent: 0.25em; } #sidebar #menu ul li ul li a { } /* The links all behave the same. */ #sidebar #menu ul li h4 a, #sidebar #menu ul li ul li a { color: #000000; display: block; position: relative; width: 100%; text-indent: 0.25em; } #sidebar #menu ul li ul li ul li a { text-indent: 1.25em; } #sidebar #menu ul li ul li ul li ul li a { text-indent: 2.25em; } #sidebar #menu a span.link { color: #EEEEEE; display: block; text-align: right; margin: -2.75ex 4px 0px 0px; font-weight: bold; } #sidebar #menu a:hover span.link { color: #2070A0; } #sidebar #menu a:hover { color: #2070A0; background: #DDDDDD; } /**** Search... ****/ /* Search box */ #sidebar #search { } #sidebar #search #search-0 { padding: 0em 0.125em 0em 0.125em; } #sidebar #search h4 { font-weight: bold; } /* - The three parts of the search widget. */ #sidebar #search #search-text { display: block; height: 1.8em; margin: 0em; padding: 0.25em 0em 1px 0em; } #sidebar #search #search-text #q { width: 98%; margin: 0 -5px 0 0; padding: 1px; border: 1px solid #000000; color: #000000; background-color: #FFFFFF; } #sidebar #search #search-choice { } #sidebar #search #search-choice #hq { margin: 0; padding: 0; border: 1px solid #000000; color: #000000; background-color: #FFFFFF; } #sidebar #search #go { } #sidebar #search #go #search-button { margin: 0; padding: 0; background: none; border: 1px solid #000000; cursor: pointer; } #sidebar #search #go #search-button span.link { color: #EEEEEE; font-weight: bold; } #sidebar #search #go #search-button:hover { color: #2070A0; background: #DDDDDD; } #sidebar #search #go #search-button:hover span.link { color: #2070A0; } /* - The custom Google banner and link. */ #sidebar #search #google { display: block; margin: 0em 0em 0em 0em; border: none; text-align: center; } #sidebar #search #google a { display: block; font-size: 10px; color: #000000; } #sidebar #search #google img { width: 75px; height: 32px; margin: 0em -20px 0em 0em; border: none; } /* The big download button... */ /** #sidebar #get-boost { width: 15.25em; padding: 0.25em; margin: 0em 0em 1em 0em; } #get-boost h2 { background: url(get-boost-right.png) no-repeat top right; } #get-boost a { display: block; height: 55px; width: 100%; background: url(get-boost-left.png) no-repeat top left; padding: 25px 0em 0em 0em; text-indent: 70px; font-size: 20px; font-weight: bold; color: #000000; } /*/ #sidebar #get-boost { width: 15.25em; padding: 0.25em; background: #EEEEEE; margin: 0em 0em 1em 0em; border: #CCCCCC 1px solid; } #get-boost a { color: #000000; display: block; position: relative; width: 100%; height: 40px; text-indent: 42px; font-weight: bold; background: url(get-boost-small.png) no-repeat 2px center; line-height: 40px; font-size: 20px; } #get-boost a span.link { color: #EEEEEE; font-weight: bold; display: block; text-align: right; margin: -40px 4px 0px 0px; } #get-boost a:hover { color: #2070A0; background-color: #DDDDDD; } #get-boost a:hover span.link { color: #2070A0; } /**/