bplist00_WebSubresources_WebMainResource"&*/37;?CHLPTX\`dhlptx| _WebResourceMIMEType_WebResourceData_WebResourceResponse_WebResourceTextEncodingName^WebResourceURLYtext/htmlO 404 Not Found

Not Found

The requested URL /scripts/skyfix.js was not found on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.


Apache/2.0.52 (Red Hat) Server at www.realbuzz.com Port 80
Obplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse (./67;?CSTUVWXYZ[\]adU$null  !"#$%&%'R$6S$10R$2S$13R$7R$3S$11R$8R$4S$14R$9R$0V$classR$5S$12R$1#A%bܐ#A%LV )*+,-WNS.base[NS.relative_)http://www.realbuzz.com/scripts/skyfix.js0123X$classesZ$classname345UNSURLV%NSURLXNSObjectYtext/html89:YNS.stringZiso-8859-101<==>5_NSMutableStringXNSString@AB DEFLRZNS.objectsWNS.keysGHIJKMNOPQ VServerZConnectionTDate^Content-Length\Content-Type_Apache/2.0.52 (Red Hat)Uclose_Thu, 20 Mar 2008 17:31:13 GMTS417_text/html; charset=iso-8859-101^__`5_NSMutableDictionary\NSDictionary01bcc5_NSHTTPURLResponseInternal01effg5_NSHTTPURLResponse]NSURLResponse$)2DILbd~  "$&RW`kou|  +0?Lfl h+Ziso-8859-1_)http://www.realbuzz.com/scripts/skyfix.js O// vim: ft=javascript var mydomain='www.realbuzz.com'; window.onload = function() { attachFavourites(); chain(); // request to take out the error message box. // if (window.errorMessages) { // showError(window.errorMessages, 400, 200); // } } function dynamiclink() { for (i=0;i<=(document.links.length-1);i++) { if (document.links[i].hostname.indexOf(mydomain)==-1&&document.links[i].href.indexOf("http:")!=-1) document.links[i].target="_blank"; } } function chain(){ mladdevents(); externalLinks(); dynamiclink(); } function showError(msg, w, h) { if (!msg) return; if (!w) var w = 275; if (!h) var h = 60; if (!window.errorContainer) { // dulled container var eb = document.createElement('div'); eb.id = 'error_container'; eb.style.position = 'absolute'; window.fixedSupported = false; with (eb.style) { left = 0; top = 0; width = document.body.offsetWidth +'px'; height = document.body.offsetHeight +'px'; zIndex = 10000000; } // message var msgbox = document.createElement('div'); msgbox.id = 'error_message_box'; var msgContainer = document.createElement('div'); msgContainer.id = 'error_message_container'; msgbox.appendChild(msgContainer); with (msgbox.style) { position = 'absolute'; left = '50%'; top = '100px'; width = w+'px'; // height = h+'px'; padding = '20px 20px 60px 20px'; marginLeft = (-((w+20)/2))+'px'; //marginTop = (-(h/2))+'px'; } var ok = document.createElement('div'); ok.id = 'error_button_container'; ok.style.margin = '0 -20px'; var okbutton = document.createElement('button'); okbutton.appendChild(document.createTextNode('OK')); okbutton.onclick = hideError; ok.appendChild(okbutton); msgbox.appendChild(ok); eb.appendChild(msgbox); document.body.appendChild(eb); window.errorContainer = eb; } var msgbox = document.getElementById('error_message_container'); var o; while (o = msgbox.firstChild) { msgbox.removeChild(msgbox.firstChild); } msgbox.innerHTML = msg; window.errorContainer.style.display = 'block'; window.scrollTo(0,0); } function hideError() { if (window.errorContainer) window.errorContainer.style.display = 'none'; } function externalLinks() { if (!document.getElementsByTagName) return; var anchors = document.getElementsByTagName("a"); for (var i=0; i5_NSMutableStringXNSString@AB DEFMTZNS.objectsWNS.keysGHIJKLNOPQRS VServerZConnectionTDate^Content-Length\X-Powered-By\Content-Type_Apache/2.0.52 (Red Hat)Uclose_Thu, 20 Mar 2008 17:31:13 GMTT6856YPHP/4.3.9_text/html; charset=UTF-801bccd5_NSMutableDictionary\NSDictionary01fgg5_NSHTTPURLResponseInternal01ijjk5_NSHTTPURLResponse]NSURLResponse$)2DILbd"$&(Y^grv|   '27FS`z#7lEUutf-8_.http://www.realbuzz.com/scripts/scripts.js.php ORbplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?HQZNS.objectsWNS.keys@ABCDEFGIJKLMNOP VServer]Last-Modified]Accept-RangesZConnectionTDate^Content-LengthTEtag\Content-Type_Apache/2.0.52 (Red Hat)_Wed, 28 Feb 2007 01:26:57 GMTUbytesUclose_Thu, 20 Mar 2008 17:18:50 GMTT4508_"37935d-119c-45329a40"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd!-/13^clw{*5:IN[u /48LlZO/** * mp3playa - Streaming Flash Mp3 player * * Copyright (C) 2004,2005 Troels Knak-Nielsen * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; * version 2.1 of the License. * * This library 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 * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @version 1.5 * */ var Playa = {}; // constants Playa.VERSION = "1.5"; Playa.STATE_STOPPED = 0; Playa.STATE_PLAYING = 1; // private Playa.__isStarted = false; // events Playa.onPlayStop = function() {}; Playa.onPlayStart = function() {}; Playa.onStateChange = function() {}; // public properties Playa.title = ""; Playa.playListPosition = -1; Playa.playlistSize = -1; Playa.path = ""; Playa.state = Playa.STATE_STOPPED; Playa.btnState = "Loading"; /** * Internal function to retrieve player-object * @private */ Playa.__getPlaya = function() { if (navigator.appName.indexOf ("Microsoft") !=-1) { var p = window["playa"]; } else { var p = document["playa"]; } if (typeof(p) != "undefined") { if (p.PercentLoaded() == 100) { return p; } } return null; }; /** * This is the main loop * @private */ Playa.poll = function() { var p = Playa.__getPlaya(); setTimeout("Playa.poll()", 200); if (p != null) { var previousState = Playa.state; var previousPath = Playa.path; Playa.title = p.GetVariable("Response_title"); Playa.playListPosition = parseInt(p.GetVariable("Response_playListPosition")); Playa.path = p.GetVariable("Response_path"); Playa.btnState = p.GetVariable("Response_btnState"); Playa.playlistSize = parseInt(p.GetVariable("Response_playlistSize")); // update state if (Playa.btnState == "Play") { Playa.state = Playa.STATE_STOPPED; } else if (Playa.btnState == "Stop") { Playa.state = Playa.STATE_PLAYING; } // trigger events if (Playa.state != previousState || previousPath != Playa.path) { if (Playa.state == Playa.STATE_STOPPED) { Playa.onPlayStop(); } else { Playa.onPlayStart(); } Playa.onStateChange(); } } }; /** * Starts the playa * @public */ Playa.start = function() { if (Playa.__isStarted) { return; } Playa.poll(); Playa.__isStarted = true; }; /** * Fire this event when user press the play/stop button * Toggles between playing/stopped state. * @public */ Playa.doPlayStop = function() { var p = Playa.__getPlaya(); if (p != null) { p.SetVariable("Request_command", "PlayStop"); } }; /** * Starts playing, if the playback is stopped * @public */ Playa.doPlay = function() { var p = Playa.__getPlaya(); if (p != null) { p.SetVariable("Request_command", "Play"); } }; /** * Stops playback if it's playing * @public */ Playa.doStop = function() { var p = Playa.__getPlaya(); if (p != null) { p.SetVariable("Request_command", "Stop"); } }; /** * Fire this event when user press the next button * @public */ Playa.doNext = function() { var p = Playa.__getPlaya(); if (p != null) { p.SetVariable("Request_command", "Next"); } }; /** * Fire this event when user press the prev button * @public */ Playa.doPrev = function() { var p = Playa.__getPlaya(); if (p != null) { p.SetVariable("Request_command", "Prev"); } }; /** * Plays a file. * @param url String * @public */ Playa.doPlayUrl = function(sUrl) { var p = Playa.__getPlaya(); if (p != null) { p.SetVariable("Request_args", sUrl); p.SetVariable("Request_command", "PlayUrl"); } }; /** * Jumps to a position in the playlist. * @param index Integer * @public */ Playa.doJump = function(nIndex) { var p = Playa.__getPlaya(); if (p != null) { p.SetVariable("Request_args", "" + nIndex); p.SetVariable("Request_command", "PlayPosition"); } }; /*** Start processing */ Playa.start();_(http://www.realbuzz.com/scripts/playa.js_application/x-javascript OQbplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?HQZNS.objectsWNS.keys@ABCDEFGIJKLMNOP VServer]Last-Modified]Accept-RangesZConnectionTDate^Content-LengthTEtag\Content-Type_Apache/2.0.52 (Red Hat)_Wed, 28 Feb 2007 01:26:56 GMTUbytesUclose_Thu, 20 Mar 2008 17:18:51 GMTT8760_"379360-2238-45235800"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd!-/13]bkvz )49HMZt .37KlYO"8function mladdevents(){ if(window.mlrunShim == true){ var Iframe = document.createElement("iframe"); Iframe.setAttribute("src","about:blank"); Iframe.setAttribute("scrolling","no"); Iframe.setAttribute("frameBorder","0"); Iframe.style.zIndex = "2"; Iframe.style.filter = 'alpha(opacity=0)'; } var effects_a = new Array(); var divs = document.getElementsByTagName('div'); for(var j=0;j 0){ lis[i].className += 'haschild'; if(divs[j].className.indexOf('arrow') != -1){ if(divs[j].className.indexOf('vertical') != -1 || lis[i].parentNode.parentNode.nodeName != 'DIV'){ lis[i].getElementsByTagName('a')[0].innerHTML += ''; } else{ lis[i].getElementsByTagName('a')[0].innerHTML += ''; } } else if(divs[j].className.indexOf('plus') != -1){ lis[i].getElementsByTagName('a')[0].innerHTML += '+'; } } else{ if(divs[j].className.indexOf('arrow') != -1){ //This accounts for a wierd IE-specific bug in horizontal menus. CSS will set visibility: hidden;. This keeps the menu level(in IE) lis[i].getElementsByTagName('a')[0].innerHTML += ''; } } var uls = lis[i].getElementsByTagName('ul'); for(var k=0;k?ISZNS.objectsWNS.keys@ABCDEFGHJKLMNOPQR VServer_Content-EncodingTVaryZConnectionTDate_Transfer-EncodingWExpires\X-Powered-By\Content-Type_Apache/2.0.52 (Red Hat)Tgzip_Accept-EncodingUclose_Thu, 20 Mar 2008 17:18:51 GMTXIdentity_Fri, 21 Mar 2008 17:18:51 GMTYPHP/4.3.912fggh6_NSMutableDictionary\NSDictionary12jkk6_NSHTTPURLResponseInternal12mnno6_NSHTTPURLResponse]NSURLResponse$)2DILbd  %1357ejs~ !,1EMZg"%AFJ^plOP] /** SOF en-gb.css **/ /** Blog styles **/ /* subscribe image */ #container .blog_header .subscribe_blog * { cursor: pointer; } #container .blog_header .subscribe_blog a { width: 115px; height: 50px; /* IE 6 */ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/en-gb/subscribe_blog.png',sizingMethod='image'); } #container[id] .blog_header .subscribe_blog a { /* Real browsers */ background: transparent url('../images/en-gb/subscribe_blog.png'); filter: none; } /* email to friend image */ .blog_post_header .email_friend * { cursor: pointer; } .blog_post_header .email_friend a { width: 110px; height: 40px; /* IE 6 */ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/en-gb/email_friend.png',sizingMethod='image') } .blog_post_header[class] .email_friend a { /* Real browsers */ background: transparent url('../images/en-gb/email_friend.png'); filter: none; } /** Blog schemes **/ /* Default blog colours (green) */ .blog_overview { background-image: url('../images/en-gb/overview_title_bckgrd_gre.gif'); background-repeat: no-repeat; } .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_gre.gif'); background-repeat: no-repeat; } .blog_post-private .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_gre_priv.gif'); } /***/ .blog_scheme-purple .blog_overview { background-image: url('../images/en-gb/overview_title_bckgrd_pur.gif'); } .blog_scheme-purple .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_pur.gif'); } .blog_post-private .blog_scheme-purple .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_pur_priv.gif'); } /***/ .blog_scheme-blue .blog_overview { background-image: url('../images/en-gb/overview_title_bckgrd_blu.gif'); } .blog_scheme-blue .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_blu.gif'); } .blog_post-private .blog_scheme-blue .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_blu_priv.gif'); } /***/ .blog_scheme-yellow .blog_overview { background-image: url('../images/en-gb/overview_title_bckgrd_yel.gif'); } .blog_scheme-yellow .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_yel.gif'); } .blog_post-private .blog_scheme-yellow .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_yel_priv.gif'); } /***/ .blog_scheme-namerica .blog_overview { background-image: url('../images/en-gb/overview_title_bckgrd_blu.gif'); } .blog_scheme-namerica .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_blu.gif'); } .blog_post-private .blog_scheme-namerica .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_blu_priv.gif'); } /***/ .blog_scheme-oceania .blog_overview { background-image: url('../images/en-gb/overview_title_bckgrd_blu.gif'); } .blog_scheme-oceania .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_blu.gif'); } .blog_post-private .blog_scheme-oceania .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_blu_priv.gif'); } /***/ .blog_scheme-africa .blog_overview { background-image: url('../images/en-gb/overview_title_bckgrd_yel.gif'); } .blog_scheme-africa .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_yel.gif'); } .blog_post-private .blog_scheme-africa .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_yel_priv.gif'); } /***/ .blog_scheme-pink .blog_overview { background-image: url('../images/en-gb/overview_title_bckgrd_pin.gif'); } .blog_scheme-pink .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_pin.gif'); } .blog_post-private .blog_scheme-pink .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_pin_priv.gif'); } /***/ .blog_scheme-samerica .blog_overview { background-image: url('../images/en-gb/overview_title_bckgrd_red.gif'); } .blog_scheme-samerica .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_red.gif'); } .blog_post-private .blog_scheme-samerica .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_red_priv.gif'); } /***/ .blog_scheme-red .blog_overview { background-image: url('../images/en-gb/overview_title_bckgrd_red.gif'); } .blog_scheme-red .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_red.gif'); } .blog_post-private .blog_scheme-red .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_red_priv.gif'); } /***/ .blog_scheme-grey .blog_overview { background-image: url('../images/en-gb/overview_title_bckgrd.gif'); } .blog_scheme-grey .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd.gif'); } .blog_post-private .blog_scheme-grey .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_priv.gif'); } /***/ .blog_scheme-flm .blog_overview { background-image: url('../images/en-gb/overview_title_bckgrd_flm.gif'); } .blog_scheme-flm .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_flm.gif'); } .blog_post-private .blog_scheme-flm .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_flm_priv.gif'); } /***/ .blog_scheme-turquoise .blog_overview { background-image: url('../images/en-gb/overview_title_bckgrd_trq.gif'); } .blog_scheme-turquoise .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_trq.gif'); } .blog_post-private .blog_scheme-turquoise .blog_post_header { background-image: url('../images/en-gb/private_post_back_trq.gif'); } /***/ .blog_scheme-lilac .blog_overview { background-image: url('../images/en-gb/overview_title_bckgrd_lilac.gif'); } .blog_scheme-lilac .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_lilac.gif'); } .blog_post-private .blog_scheme-lilac .blog_post_header { background-image: url('../images/en-gb/private_post_back_lil.gif'); } /***/ .blog_scheme-greatrun .blog_overview { background-image: url('../images/en-gb/overview_title_bckgrd_grun.gif'); } .blog_scheme-greatrun .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_grun.gif'); } .blog_post-private .blog_scheme-greatrun .blog_post_header { background-image: url('../images/en-gb/private_post_back_grun.gif'); } /***/ .blog_scheme-nyc .blog_overview { background-image: url('../images/en-gb/overview_title_bckgrd_nyc.gif'); } .blog_scheme-nyc .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_nyc.gif'); } .blog_post-private .blog_scheme-nyc .blog_post_header { background-image: url('../images/en-gb/private_post_back_nyc.gif'); } /***/ .blog_scheme-wmm .blog_overview { background-image: url('../images/en-gb/overview_title_bckgrd_wmm.gif'); } .blog_scheme-wmm .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_wmm.gif'); } .blog_post-private .blog_scheme-wmm .blog_post_header { background-image: url('../images/en-gb/private_post_back_wmm.gif'); } /***/ .blog_scheme-hydro .blog_overview { background-image: url('../images/en-gb/overview_title_bckgrd_wc.gif'); } .blog_scheme-hydro .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_wc.gif'); } .blog_post-private .blog_scheme-hydro .blog_post_header { background-image: url('../images/en-gb/private_post_back_wc.gif'); } /***/ .blog_scheme-chicago .blog_overview { background-image: url('../images/en-gb/overview_title_bckgrd_chi.gif'); } .blog_scheme-chicago .blog_post_header { background-image: url('../images/en-gb/post_title_bckgrd_chi.gif'); } .blog_post-private .blog_scheme-chicago .blog_post_header { background-image: url('../images/en-gb/private_post_back_chi.gif'); } /** Blog competition header **/ #blog_comeptition_page.blog_comeptition_page_1 h1 { background-image: url('../images/en-gb/comp_header_bckgrd_ipod.jpg') ! important; } /** Blog competition header **/ #blog_comeptition_page.blog_comeptition_page_2 h1 { background-image: url('../images/en-gb/comp_header_bckgrd_camera.jpg') ! important; } /** EOF en-gb.css **/ /** SOF en-us.css **/ /** Blog styles **/ /* subscribe image */ #container .blog_header .subscribe_blog * { cursor: pointer; } #container .blog_header .subscribe_blog a { width: 115px; height: 50px; /* IE 6 */ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/en-us/subscribe_blog.png',sizingMethod='image') } #container[id] .blog_header .subscribe_blog a { /* Real browsers */ background: transparent url('../images/en-us/subscribe_blog.png'); filter: none; } /* email to friend image */ .blog_post_header .email_friend * { cursor: pointer; } .blog_post_header .email_friend a { width: 110px; height: 40px; /* IE 6 */ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/en-us/email_friend.png',sizingMethod='image') } .blog_post_header[class] .email_friend a { /* Real browsers */ background: transparent url('../images/en-us/email_friend.png'); filter: none; } /** Blog schemes **/ /* Default blog colours (green) */ .blog_overview { background-image: url('../images/en-us/overview_title_bckgrd_gre.gif'); background-repeat: no-repeat; } .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_gre.gif'); background-repeat: no-repeat; } .blog_post-private .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_gre_priv.gif'); } /***/ .blog_scheme-purple .blog_overview { background-image: url('../images/en-us/overview_title_bckgrd_pur.gif'); } .blog_scheme-purple .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_pur.gif'); } .blog_post-private .blog_scheme-purple .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_pur_priv.gif'); } /***/ .blog_scheme-blue .blog_overview { background-image: url('../images/en-us/overview_title_bckgrd_blu.gif'); } .blog_scheme-blue .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_blu.gif'); } .blog_post-private .blog_scheme-blue .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_blu_priv.gif'); } /***/ .blog_scheme-yellow .blog_overview { background-image: url('../images/en-us/overview_title_bckgrd_yel.gif'); } .blog_scheme-yellow .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_yel.gif'); } .blog_post-private .blog_scheme-yellow .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_yel_priv.gif'); } /***/ .blog_scheme-africa .blog_overview { background-image: url('../images/en-us/overview_title_bckgrd_yel.gif'); } .blog_scheme-africa .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_yel.gif'); } .blog_post-private .blog_scheme-africa .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_yel_priv.gif'); } /***/ .blog_scheme-namerica .blog_overview { background-image: url('../images/en-us/overview_title_bckgrd_blu.gif'); } .blog_scheme-namerica .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_blu.gif'); } .blog_post-private .blog_scheme-namerica .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_blu_priv.gif'); } /***/ .blog_scheme-oceania .blog_overview { background-image: url('../images/en-us/overview_title_bckgrd_blu.gif'); } .blog_scheme-oceania .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_blu.gif'); } .blog_post-private .blog_scheme-oceania .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_blu_priv.gif'); } /***/ .blog_scheme-pink .blog_overview { background-image: url('../images/en-us/overview_title_bckgrd_pin.gif'); } .blog_scheme-pink .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_pin.gif'); } .blog_post-private .blog_scheme-pink .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_pin_priv.gif'); } /***/ .blog_scheme-samerica .blog_overview { background-image: url('../images/en-us/overview_title_bckgrd_red.gif'); } .blog_scheme-samerica .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_red.gif'); } .blog_post-private .blog_scheme-samerica .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_red_priv.gif'); } /***/ .blog_scheme-red .blog_overview { background-image: url('../images/en-us/overview_title_bckgrd_red.gif'); } .blog_scheme-red .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_red.gif'); } .blog_post-private .blog_scheme-red .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_red_priv.gif'); } /***/ .blog_scheme-grey .blog_overview { background-image: url('../images/en-us/overview_title_bckgrd.gif'); } .blog_scheme-grey .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd.gif'); } .blog_post-private .blog_scheme-grey .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_priv.gif'); } /***/ .blog_scheme-flm .blog_overview { background-image: url('../images/en-us/overview_title_bckgrd_flm.gif'); } .blog_scheme-flm .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_flm.gif'); } .blog_post-private .blog_scheme-flm .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_flm_priv.gif'); } /***/ .blog_scheme-turquoise .blog_overview { background-image: url('../images/en-us/overview_title_bckgrd_trq.gif'); } .blog_scheme-turquoise .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_trq.gif'); } .blog_post-private .blog_scheme-turquoise .blog_post_header { background-image: url('../images/en-us/private_post_back_trq.gif'); } /***/ .blog_scheme-lilac .blog_overview { background-image: url('../images/en-us/overview_title_bckgrd_lilac.gif'); } .blog_scheme-lilac .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_lilac.gif'); } .blog_post-private .blog_scheme-lilac .blog_post_header { background-image: url('../images/en-us/private_post_back_lil.gif'); } /***/ .blog_scheme-greatrun .blog_overview { background-image: url('../images/en-us/overview_title_bckgrd_grun.gif'); } .blog_scheme-greatrun .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_grun.gif'); } .blog_post-private .blog_scheme-greatrun .blog_post_header { background-image: url('../images/en-us/private_post_back_grun.gif'); } /***/ .blog_scheme-nyc .blog_overview { background-image: url('../images/en-us/overview_title_bckgrd_nyc.gif'); } .blog_scheme-nyc .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_nyc.gif'); } .blog_post-private .blog_scheme-nyc .blog_post_header { background-image: url('../images/en-us/private_post_back_nyc.gif'); } /***/ .blog_scheme-hydro .blog_overview { background-image: url('../images/en-us/overview_title_bckgrd_wc.gif'); } .blog_scheme-hydro .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_wc.gif'); } .blog_post-private .blog_scheme-hydro .blog_post_header { background-image: url('../images/en-us/private_post_back_wc.gif'); } /***/ .blog_scheme-chicago .blog_overview { background-image: url('../images/en-us/overview_title_bckgrd_chi.gif'); } .blog_scheme-chicago .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_chi.gif'); } .blog_post-private .blog_scheme-chicago .blog_post_header { background-image: url('../images/en-us/private_post_back_chi.gif'); } /***/ .blog_scheme-wmm .blog_overview { background-image: url('../images/en-us/overview_title_bckgrd_wmm.gif'); } .blog_scheme-wmm .blog_post_header { background-image: url('../images/en-us/post_title_bckgrd_wmm.gif'); } .blog_post-private .blog_scheme-wmm .blog_post_header { background-image: url('../images/en-us/private_post_back_wmm.gif'); } /** Blog competition header **/ #blog_comeptition_page.blog_comeptition_page_1 h1 { background-image: url('../images/en-us/comp_header_bckgrd_ipod.jpg') ! important; } /** Blog competition header **/ #blog_comeptition_page.blog_comeptition_page_2 h1 { background-image: url('../images/en-us/comp_header_bckgrd_camera.jpg') ! important; } /** EOF en-us.css **/ /** SOF site.css **/ /* Styles for the new Have You Tried? box at the top of every page */ #haveYouTried { position: absolute; left: 10px; top: 102px; margin: 0; float: right; z-index: 5; color: #333; font-size: 0.9em; } #haveYouTried select { padding-top: 2px; width: 200px; font-size: 11px; } /* HOTSHOTS */ .hotshot_desc .hotshot_title2 { font-size: 10px; } img.hotshot_thumbnail_img2 { height:89px; margin-left:6px; margin-top:5px; width:129px; } div.hotshot_thumbnail_div2 { width: 143px; height: 157px; float: left; background-image: url("/common/images/hotshots/thumbnail_div_small.jpg"); margin: 8px 2px 8px 2px; } div.hotshots_allhotshots { width: 150px; float: left; border: 1px solid #cad3d8; margin-top: 10px; } div.hotshots_dalbum { width: 460px; float: right; border: 1px solid #cad3d8; margin-top: 10px; } div.hotshots_allhotshots h3, div.hotshots_dalbum h3 { border-bottom: 1px solid #CCCCCC; height: 20px; padding:0; margin:0; font-size: 12px; padding: 3px 0 0 3px; background-color: #E7F0E7; } /* div.hotshots_allhotshots img, div.hotshots_dalbum img { border: 1px dashed #CCCCCC; width: 100px; height: 65px; position: relative; margin:10px; } */ div.image_rotating { background: #3c9a3c; color: #fff; width: 100px; position: absolute; padding: 4px; font-weight: bold; margin-left: -55px; left: 50%; top: 50%; line-height: 20px; margin-top: -15px; border: 1px solid #fff; opacity: 0.9; display: none; } div.hotshot_toolbar { position: relative; height: 20px; } div.hotshot_toolbar .rotate_left { position: absolute; left: 20px; top: 0px; } div.hotshot_toolbar .rotate_right { position: absolute; right: 20px; top: 0px; } div.hotshots_profile_right { width: 99%; text-align: right; margin-right: 20px !important; } div.profile_hotshot div.about_user dl { padding: 0 !important; } .hotshot_author2, .hotshot_uploadedon2 { /*font-size: 12px;*/ font-size: 0.99em; } #hotshot_comments #inline_login { height: 100px !important; margin: auto !important; margin-top: 5px !important; position: relative; width: 350px; } #inline_login div.block img { height: auto; width: auto; padding: 0; border: none; vertical-align: top; margin:0; } div.hotshots_view_links { margin-left: 45px; } div.hotshots_viewmedia_videomiddle, div.hotshots_viewmedia_imagemiddle { margin: 0 auto 0 auto; text-align: center; } div.hotshots_viewmedia_middle h2.hotshot_header { margin: 0 0 0 3px !important; } .search-box-container { width:475px; border:1px solid #DDDDDD; background-color:#F5F5F5; margin: 0 auto 10px auto; } .search-box form { margin:0; } .search-box-top { background-color:#2B912E; padding:5px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; } .search-box { color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:10px; } .comment-container { width:520px; background-color:#F9F9F9; border-bottom:2px solid #D4D4D4; margin-bottom:20px; } .comment-top { background-color:#E7F0E7; font-family:Arial, Helvetica, sans-serif; font-size:14px; padding:5px; border-top:1px solid #D4D4D4; border-bottom:2px solid #FFFFFF; } .comment { color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:10px; } div.hotshots_fr { width: 95%; float: right; text-align: right; padding-right: 15px; } hr.hotshot_hr { float: left; width: 100%; border-top: 1px solid #cad3d8; } div.hotshots_main #inline_login { border: 1px solid #ccc; background: #F5F5F5; height: 60px; margin: 5px -9px 5px -13px !important; } div.hotshots_main #inline_login div.block { font-size: 0.8em; } div.hotshots_main table.hotshots_uploadtable { border: 0 !important; border-collapse: collapse; padding:0 !important; margin:0 !important; width: 100% !important; } div.hotshots_main table.hotshots_uploadtable td { border: 0 !important; padding:0 !important; margin:0 !important; background-color: white !important; } div.hotshots_main table.hotshots_uploadtable td.hotshots_f5 { border: 0 !important; padding:0 !important; margin:0 !important; background-color: #F5F5F5 !important; } h2.hotshot_header { font-size:1.2em; font-weight:bold; padding-bottom:4px; background-color:#E7F0E7 !important; border-top:1px solid #C8C8C8; color:#333333 !important; margin:10px 0 0 0 !important; /*padding:3px 10px;*/ text-align:left; width: 605px !important; } div.fl { float: left; margin-left: 40px; } example { font-style: italic; font-size: 12px; } input.w100 { width: 100%; border: 1px solid #cad3d8; } img.hotshots_btn { border: 0px; width: 204px; } textarea.hotshots_textarea { border: 1px solid #cad3d8; width: 99%; height: 90px; } div.hotshots_defpage { font-size:1.2em; /*margin:5px 0pt;*/ margin: 5px 0 15px 0; padding:10px; } p.hotshots_poptags { border: 1px solid #cad3d8; background-color: #f4f4f4; padding: 15px; width: 590px; font-size: 14px; font-weight: bold; float: left; position: relative; } p.hotshots_poptags .tag_tiny { font-size: 9px; color: #D2D2D2; float: left; display: block; line-height: 20px; padding: 5px; text-decoration: none !important; } p.hotshots_poptags .tag_small { font-size: 14px; color: #D2D2D2; float: left; display: block; line-height: 20px; padding: 5px; text-decoration: none !important; } p.hotshots_poptags .tag_medium { font-size: 12px; color: #D2D2D2; float: left; display: block; line-height: 20px; padding: 5px; text-decoration: none !important; } p.hotshots_poptags .tag_large { font-size: 20px; color: #D2D2D2; float: left; display: block; line-height: 20px; padding: 5px; text-decoration: none !important; } p.hotshots_poptags a.tag_huge { font-size: 32px; color: #D2D2D2; float: left; display: block; padding: 5px; line-height: 20px; text-decoration: none !important; } .tag_tiny:hover, .tag_small:hover, .tag_medium:hover, .tag_large:hover, .tag_huge:hover { background-color: #d4d4d4; } div.hotshots_defpage textarea { width: 100%; border: 1px solid #cad3d8; height: 80px; } div.hotshots_defpage input { width: 100%; border: 1px solid #cad3d8; } div.hotshots_defpage #inline_button, div.hotshots_defpage #inline_remember { border: none !important; width: auto !important; } div.hotshots_upload_left { float: left; width: 200px; background-color: #F5F5F5; color: black; font-size:1.2em; margin-top: 10px; } div.hotshots_upload_right { float: right; width: 410px; margin-top: 10px; } span.hotshots_info_title { font-size:1.3em; font-weight:bold; margin: 20px 0 10px 5px; float: left; width: 100%; } div.hotshots_header_info { padding: 80px 15px 0 270px; } div.hotshot_header_container { background-image:url(/common/images/hotshots/hotshots_whatare.jpg); color:#333; font-size:0.9em; height: 148px; } div.hotshot_bottom_panel { border-top: 1px solid #999999; background-color: #cccccc; padding: 10px; float: left; width: 600px; margin-bottom: 10px; color: white; font-weight: bold; } .hotshot_media_title { width: 400px; display: block; } div.hotshots_addinfo_container { width: 600px; padding: 10px; margin-bottom: 10px; float: left; } div.hotshots_addinfo_box1 { width: 190px; float: left; margin-right: 20px; } div.hotshots_addinfo_box2 input { width: 100%; border: 1px solid #cad3d8; } div.hotshots_addinfo_box2 { width: 370px; float: left; } #hot_shots_page { float: left; width: 628px; margin-left: -3px; } .hotshots_main { padding-left: 4px; float: left; margin-left: auto; margin-right: auto; width: 620px; /*width: 100%;*/ } .hotshots_main2 { float: left; width: 620px; } .hotshots_main[class] { padding-left: 0px; } .hotshots_main p { padding: 0 8px; } .hotshots_viewmedia_middle { position: relative; } .hotshots_viewmedia_middle .hotshot_back { position: absolute; top: 2px; right: 8px; } .hotshots_media { padding: 8px; } .hotshot_media_details { text-align: left !important; padding: 8px; font-size: 1.3em; } .hotshots_media_video { /*width: 340px;*/ /*width: 512px;*/ width: 99%; text-align: left; margin: auto; } .hotshots_media_image { /*width: 512px;*/ width: 99%; margin: auto; } .hotshots_media_image img { border: 1px solid #eee; width:512px; height:384px; padding-top:10px; padding-bottom:10px; background-color:#F9F9F9; border-bottom:2px solid #D4D4D4; text-align:center; } .hotshots_media_image p, .hotshots_media_video p { padding: 0; } /** upload form **/ #hot_shots_page .standard_form fieldset { border: 0; padding: 0; margin: 0; } #hot_shots_page .standard_form fieldset legend { display: none; } #article-col #hot_shots_page form.standard_form .field input, #article-col #hot_shots_page form.standard_form .field textarea { width: 400px; } /**/ /** hot shot pagination **/ .hotshot_pagination { position: relative; /* IE6 fix */ margin-right: 1px; margin-top: 5px; background: #E3E3E3; border-top: 1px solid #989898; padding: 3px 10px; float: left; width: 600px; } .hotshot_pagination ul, .hotshot_pagination li { list-style: none; } .hotshot_pagination ul { padding: 0; margin: 0; } .hotshot_pagination li { display: inline; font-weight: bold; padding: 0; margin: 0; } #article-col .hotshot_pagination li .current_page, #article-col .hotshot_pagination li a { color: #333; padding: 3px 4px; text-decoration: none; font-weight: bold; } #article-col .hotshot_pagination li a:hover { background: #333; color: #fff; } .hotshot_pagination { line-height: 1.6em; } .hotshot_pagination li .current_page { background: #bbb; } /**/ #article-col #hot_shots_page h1 { margin: 0; } div.hotshots_pages_container { background:#E3E3E3 none repeat scroll 0%; border-top:1px solid #989898; height:23px; margin:4px 0pt 0pt; min-height:23px; padding:5px 200px 0pt 10px; position:relative; } #article-col div.hotshots_pages_container ul { margin: 0; padding: 0; } #article-col div.hotshots_pages_container ul,#article-col div.hotshots_pages_container li { list-style-image:none; list-style-position:outside; list-style-type:none; } #article-col div.hotshots_pages_container li { display:inline; font-weight:bold; margin:0pt; padding:0pt; } #article-col div.hotshots_pages_container li .current_page, #article-col div.hotshots_pages_container li a { color:#333333; font-weight:bold; padding:3px 4px; text-decoration:none; } #article-col div.hotshots_pages_container li a:hover { background: #333333 none repeat scroll 0%; color: #FFFFFF; } #article-col div.hotshots_pages_container li .current_page { background:#BBBBBB none repeat scroll 0%; } .hotshot_desc .hotshot_title { font-weight: bold; font-size: 12px; } div.hotshots_header_flm_videos { background-image: url("/common/images/hotshots/flm_vid_header.jpg"); height: 125px; padding: 25px 0 10px 10px; color: white; font-size: 30px; font-weight: bold; margin-bottom: 10px; } div.hotshots_header { background-image:url(/common/images/hotshots/hotshots_whatare.jpg); background-repeat: no-repeat; color:#333; font-size:0.9em; height: 148px; } div.hotshots_pages { border: 1px dashed #cdcdcd; background-color: #f4f4f4; padding: 10px; /* float: left; */ width 100%; } div.hotshot_thumbnail_div { width: 200px; height: 220px; float: left; background-image: url("/common/images/hotshots/thumbnail_div.jpg"); margin: 8px 2px 8px 2px; } div.hotshot_thumbnail_div_tag { position: relative; width: 200px; height: 146px; float: left; background-image: url("/common/images/hotshots/photo_frame.gif"); margin: 8px 3px 8px 3px; background-repeat: no-repeat; } img.hotshot_thumbnail_img { width: 180px; height: 126px; margin-top: 7px; margin-left: 9px; } div.hotshot_desc { width: 180px; margin: 0px 8px; } div.hotshots_viewmedia_middle { margin: 0 0 0 -3px; } div.hotshots_viewmedia_middle input.hotshots_viewmedia_input{ width: 512px; border: 1px solid #cad3d8; } input.hotshots_viewmedia_input2 { width: 57%; border: 1px solid #cad3d8; } .hotshots_view_description { text-align: left; overflow: scroll; max-height: 150px; /** IE hack to emulate max-height **/ height: expression(this.scrollHeight > 150 ? "150px" : "auto"); } div.hotshots_main input.hotshots_viewmedia_input { border: 1px solid #cad3d8; width: 99%; } div.hotshots_comment { width: 490px; padding: 10px; margin-bottom: 10px; margin-top: 10px; text-align: left; overflow: auto; height: 70px; } div.hotshots_comment em { font-weight: bold; } div.hotshots_common_container { margin-bottom: 10px; } /* HOTSHOTS */ .fckeditor { margin-right: -3px; /* IE6 fix */ } /** Error dialog **/ #error_container { /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/error_dulled.png',sizingMethod='scale');*/ } #error_container[id] { background: url('/images/error_dulled.png'); /* filter: none; */ } #error_container #error_message_box { border: 2px solid #2B912D; background: #555; color: #eee; font-size: 1.5em; } #error_container #error_button_container { text-align: center; position: absolute; bottom: 10px; width: 100%; } #error_container #error_button_container button { border-color: #56A539; background: #2B912D; color: #fff; padding: 3px 20px; margin: auto; } /* Generic H2 tag class - currently used in signup confirmation page */ h2.generic{ background-color: transparent !important; color: black !important; margin: 0px !important; padding: 0px !important; } h2.generic a { font-weight: bold !important; } /** Imported from old realbuzz site - article stuff ****** NOTE : Please change the css image reference for Antartica, when available ! ********** **/ .table-reg { font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#000000; padding:5px; background-color:#EEEEEE; } img.article-image-right,div.article-image-right { display:inline; margin:0px 0px 12px 10px; float:right; border:1px solid #333333; padding:1px; } img.article-image-right-no-border,div.article-image-right-no-border{ display:inline; margin:0px 0px 12px 10px; float:right; padding:1px; } div.rbuzz-fact { border:1px solid #666666; background-color:#EDF4DF; background-image:url(../images/rbuzz_fact_bckgrd.gif); background-repeat:no-repeat; padding: 35px 10px 5px 10px; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; color:#000000; } div.rbuzz-verdict { border:1px solid #666666; background-color:#EDF4DF; background-image:url(../images/rbuzz_verdict_bckgrd.gif); background-repeat:no-repeat; padding: 35px 10px 5px 10px; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; color:#000000; } div.rbuzz-checklist { border:1px solid #666666; background-color:#EDF4DF; background-image:url(../images/rbuzz_checklist.gif); background-repeat:no-repeat; padding: 35px 10px 5px 10px; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; color:#000000; } div.article-bckgrd-panel { padding:10px; background-color:#EEEEEE; border:1px solid #666666; } div.plans { border:1px solid #666666; background-color:#EDF4DF; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; color:#000000; width:427px; margin:5px auto 5px auto; } div.cell-spacer-bottom { clear:both; } div.plans-title { } div.plans-main { padding:10px 10px 5px 10px; } div.plans-header { font-family:Arial, Helvetica, sans-serif; font-size:1.2em; color:#000000; font-weight:bold; text-align:left; background-color:#BDDCA0; padding:2px 5px 4px 5px; margin:10px 0px 8px 0px; } div.plans-row { } div.plans1 { float:left; width:195px; margin:0px 10px 5px 0px; } div.plans2 { float:left; width:195px; margin:0px 0px 5px 0px; } div.plans-left { float:left; border:1px solid #333333; margin:0px 5px 4px 0px; } div.plans-right { float:left; text-align:left; margin:0px 0px 4px 0px; } div.article-table-container { width:100%; margin:5px auto 10px auto; line-height:18px; text-align:left; clear:right; float: left; } div.article-table-row { width:100%; } div.article-table-dark-grey2 { float:left; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; color:#000000; background-color:#DDDDDD; margin:1px; padding:5px; width:289px; } div.article-table-dark-grey1 { float:left; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; color:#000000; background-color:#DDDDDD; margin:1px; padding:5px; width:590px; } div.article-table-light-grey2 { float:left; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; color:#000000; background-color:#EEEEEE; margin:1px; padding:5px; width:289px; } div.article-table-light-grey1 { float:left; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; color:#000000; background-color:#EEEEEE; margin:1px; padding:5px; width:590px; } div.article-table-dark-grey3 { float:left; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; color:#000000; background-color:#DDDDDD; margin:1px; padding:5px; width:189px; } div.article-table-light-grey3 { float:left; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; color:#000000; background-color:#EEEEEE; margin:1px; padding:5px; width:189px; } div.article-table-dark-grey4 { float:left; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; color:#000000; background-color:#DDDDDD; margin:1px; padding:5px; width:139px; } div.article-table-light-grey4 { float:left; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; color:#000000; background-color:#EEEEEE; margin:1px; padding:5px; width:139px; } div.article-table-dark-grey-row5 { float:left; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; color:#000000; background-color:#DDDDDD; margin:1px; padding:5px; width:580px; } div.article-table-dark-grey-row2 { float:left; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; color:#000000; background-color:#DDDDDD; margin:1px; padding:5px; width:580px; } div.article-table-light-grey5 { float:left; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; color:#000000; background-color:#EEEEEE; margin:1px; padding:5px; width:109px; } div.article-table-dark-grey5 { float:left; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; color:#000000; background-color:#DDDDDD; margin:1px; padding:5px; width:109px; } div.article-table-light-dancell3 { float:left; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; color:#000000; background-color:#EEEEEE; margin:1px; padding:5px; width:124px; } div.article-table-dark-dancell3 { float:left; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; color:#000000; background-color:#DDDDDD; margin:1px; padding:5px; width:124px; } .table-background-dark-4 { background-image:url(../images/articles/main/darktable_bg.jpg); background-repeat:repeat; } .table-background-light-4 { background-image:url(../images/articles/main/lighttable_bg.jpg); background-repeat:repeat; } div.article-table-light-dancell4 { float:left; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; color:#000000; background-color:#EEEEEE; margin:1px; padding:5px; width:90px; } div.article-table-dark-dancell4 { float:left; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; color:#000000; background-color:#DDDDDD; margin:1px; padding:5px; width:90px; } .article-table-bg-dark { background-image:url(/images/article_table_bg_dgrey.gif); vertical-align:top; text-align:left; } .article-table-bg-light { background-image:url(/images/article_table_bg_lgrey.gif); vertical-align:top; text-align:left; } /** Article stuff ends **/ div.crumb { background:#ddd !important; padding:2px 5px 2px 5px; font-size:0.8em; margin-left:-3px; border-bottom:1px solid #777 !important; position: relative; } div.crumb a { font-weight:normal; color:#000 !important; } .top-tip { border:1px solid #666; margin:20px auto 20px auto; background: #edf4df url(http://www.realbuzz.com/images/top_tip_bckgrd.gif) no-repeat; text-align:justify; padding:35px 10px 5px 10px; width:407px; } html, body { padding: 0; margin: 0; background-color: #eee; } body { font-family: arial, sans-serif; font-size: 0.75em; background:#eee url(/images/site_frame/fullBG.gif) repeat-y !important; } br.clear { clear: both; } a img { border: none; } /** generic form stuff **/ form input.field { border: 1px solid #505050; background: #fff; color: #000; padding: 2px; width: 100px; } form input.go_button { vertical-align: bottom; } /* DIV Wrapper for site errors */ #error_wrapper{ color: #ff0000; } #main-col { width:800px; float:left; border-right:1px solid #787878; background-color:#FFFFFF; position: relative; background:#eee url(/images/site_frame/fullBG.gif) repeat-y !important; } #sky-col { width: 164px; float: right; padding: 12px 0 0 9px; height: 640px; clear: right; } .sky-160-container { padding: 0; background-repeat: no-repeat; text-align: center; left: 800px; top: 192px; position: absolute; width: 175px; } .sky-160-container .ad_button { font-size: 1px; margin-bottom: 5px; } #container { width: 975px; clear: left; } /** Header **/ #header img { vertical-align: middle; border: none; } #logo { float: left; padding: 0 15px 0 7px; background: #eee; margin-right: -3px; /* IE FIX */ } #logo[id] { margin-right: 0; } /* #header-banner img { border-right: 5px solid #BDBDBD; margin-right: -70px; } */ #header { width:976px; height:99px; display:table; background:#eee; } #header-banner { position: absolute; left: 240px; top: 5px; width: 730px; height: 90px; vertical-align: middle; text-align: center; } #header-banner img { vertical-align: bottom; } #header-banner table { border-collapse: collapse; margin: 0; padding: 0; border: none; } #header-banner td { border: none; width: 730px; height: 90px; vertical-align: middle; text-align: center; } /** power bar **/ #powerBar { padding: 0 0 0 10px; background: #E1E1E1; width: 963px; height: 28px; border: 1px solid #B7B7B7; overflow: hidden; clear: left; } #powerBar input { font-size: 0.9em; vertical-align: middle; } /** language selection **/ #localSelect { float:right; position:absolute; top:0px; right:0px; z-index:100; } #Local_select_text { display:none; } /** login **/ #accountLogin form { margin: 0; padding: 3px 0 0 0; } #accountLogin fieldset { padding: 0; margin: 0; border: none; } #accountLogin fieldset legend { display: none; } /** Inline login for signup **/ #signup_inline_login #inline_login{ width: 620px; margin: 0px !important; padding: 0px; } /** RSS **/ #rssFeeds { position: absolute; top: 103px; /* left: 420px; changed for new Have You Tried box...*/ left: 550px; z-index: 1000; } /** google search **/ #googleSearch { float: right; width: 300px; margin-top: 4px; } #googleSearchBox { width: 220px; } #googleSearch fieldset { padding: 0; margin: 0; border: none; } #googleSearch fieldset legend { display: none; } #googleSearch a img { vertical-align: middle; } #googleSearch label { font-weight: bold; vertical-align: middle; } /** I have created to article col divs - one for articles themselves (article-col-reading) and article-col for everything else **/ #article-col-reading { padding: 0 10px 1px 184px; /*background: url('../images/left_nav_backgroud.gif') repeat-y top left;*/ background:#eee url(/images/site_frame/fullBG.gif) repeat-y !important; } html > body #article-col-reading { padding: 0 10px 1px 184px; background: url('../images/left_nav_backgroud.gif') repeat-y top left; } #article-col-reading h1 { background:#E74135 url('/images/header_target_bckgrd.gif') top left no-repeat; color:#FFFFFF; font-size:1.7em; padding:13px 10px 5px 14px; margin:0px -10px 0px -13px; /**margin: 1px 1px 0 4px;**/ position: relative; /* background-image: */ } #article-col-reading h2 { background-color:#F49D94; color:#801205; font-size:1.3em; padding:4px 6px 4px 14px; margin:0px -10px 0px -13px; /**margin: 0 1px 0 4px;**/ position: relative; } #article-col-reading div.crumb { background:#ddd !important; padding:2px 5px 2px 5px; font-size:0.8em; margin-left:-13px !important; margin-right: -10px; border-bottom:1px solid #777 !important; position:relative; } #article-col-reading a { color:#333; font-weight:normal; text-decoration:underline; } #article-col-reading a:hover { color: #5dd; } /** End article-col-reading **/ #article-col { padding: 0 0px 1px 171px; /*background: url('../images/left_nav_backgroud.gif') repeat-y top left;*/ background:#eee url(/images/site_frame/fullBG.gif) repeat-y !important; } html > body #article-col { padding: 0 0px 1px 174px; /*background: url('../images/left_nav_backgroud.gif') repeat-y top left;*/ background:#eee url(/images/site_frame/fullBG.gif) repeat-y !important; } #article-col td { padding:2px; border:1px solid #999; background-color:#eaeaea; } #article-col table { border:1px solid #999; margin-left:10px; margin-right:10px; } #wide-article-col { padding: 0 0 1px 0; } #authorline { padding: 5px; display: block; z-index: 20; text-align:right; } #authorline a { text-decoration: none; color: black !important; font-weight: normal !important; } #authorline a:hover { text-decoration: underline; font-weight: normal !important; } /** Left menu **/ #left-nav-col { width:170px; background-color:#CCCCCC; float: left; } #left-nav-col li { background: #fff; /* padding: 1px 0 0 0;*/ } #left-nav-col li a { background: #E9E9E9; display: block; padding: 4px 7px 6px 7px; text-decoration: none; text-transform:none; font-size:0.9em; border-bottom: 1px solid #fff; } #left-nav-col a { color: #127C13; } #left-nav-col a:hover { background: #3C9A3C; color: #fff; } #left-nav-col a.current { background: #3C9A3C; color: #fff; } /** per section colouring **/ /***** footer_items *****/ #Menu_article_title_footer_items a:hover { color: #fff; background: #505FA8; } #Menu_article_title_footer_items h3 { border-top: 2px solid #233072; background: #505FA8; } /***** FITNESS *****/ #left-nav-col #Menu_fitness a { color: #402344; } #left-nav-col #Menu_fitness a:hover { background: #8C6393; color: #fff; } #left-nav-col #Menu_fitness a.current { background: #8C6393; color: #fff; } #Menu_article_title_fitness a:hover { color: #fff; background: #8C6393; } #Menu_article_title_fitness h1, #Menu_article_title_fitness h3 { border-top: 2px solid #402344; background: #8C6393 !important; height:10px; padding:4px 10px 10px 7px !important; margin-left: 0px !important; font-size:1.2em !important; } /***** SPORT *****/ #left-nav-col #Menu_sport a { color: #233072; } #left-nav-col #Menu_sport a:hover { background: #505FA8; color: #fff; } #left-nav-col #Menu_sport a.current { background: #505FA8; color: #fff; } #Menu_article_title_sport a:hover { color: #fff; background: #505FA8; } #Menu_article_title_sport h1, #Menu_article_title_sport h3 { border-top: 2px solid #233072; background: #505FA8 !important; height:10px; padding:4px 10px 10px 7px !important; margin-left: 0px !important; font-size:1.2em !important; } /***** OUTDOORS *****/ #left-nav-col #Menu_outdoors a { color: #475A03; } #left-nav-col #Menu_outdoors a:hover { background: #84993A; color: #fff; } #left-nav-col #Menu_outdoors a.current { background: #84993A; color: #fff; } #Menu_article_title_outdoors a:hover { color: #fff; background: #84993A; } #Menu_article_title_outdoors h1, #Menu_article_title_outdoors h3 { border-top: 2px solid #475A03; background: #84993A !important; height:10px; padding:4px 10px 10px 7px !important; margin-left: 0px !important; font-size:1.2em !important; } /***** HEALTHY LIVING *****/ #left-nav-col #Menu_healthy_living a { color: #144991; } #left-nav-col #Menu_healthy_living a:hover { background: #3C7DD5; color: #fff; } #left-nav-col #Menu_healthy_living a.current { background: #3C7DD5; color: #fff; } #Menu_article_title_healthy_living a:hover { color: #fff; background: #3C7DD5; } #Menu_article_title_healthy_living h1, #Menu_article_title_healthy_living h3 { border-top: 2px solid #144991; background: #3C7DD5 !important; height:10px; padding:4px 10px 10px 7px !important; margin-left: 0px !important; font-size:1.2em !important; } /***** DIET AND NUTRITION *****/ #left-nav-col #Menu_diet_and_nutrition a { color: #73330C; } #left-nav-col #Menu_diet_and_nutrition a:hover { background: #DE7B40; color: #fff; } #left-nav-col #Menu_diet_and_nutrition a.current { background: #DE7B40; color: #fff; } #Menu_article_title_diet_and_nutrition a:hover { color: #fff; background: #DE7B40; } #Menu_article_title_diet_and_nutrition h1, #Menu_article_title_diet_and_nutrition h3 { border-top: 2px solid #73330C; background: #DE7B40 !important; height:10px; padding:4px 10px 10px 7px !important; margin-left: 0px !important; font-size:1.2em !important; } /***** TRAVEL *****/ #left-nav-col #Menu_travel,#left-nav-col #Menu_travelDestinations a { color: #0D5443; } #left-nav-col #Menu_travel a:hover,#left-nav-col #Menu_travelDestinations a:hover { background: #61AF9C; color: #fff; } #left-nav-col #Menu_travel a.current,#left-nav-col #Menu_travelDestinations a.current { background: #61AF9C; color: #fff; } #Menu_article_title_travel a:hover,#Menu_article_title_travelDestinations a:hover { color: #fff; background: #61AF9C; } #Menu_article_title_travel h1,#Menu_article_title_travelDestinations h1, #Menu_article_title_travel h3, #Menu_article_title_travelDestinations h3 { border-top: 2px solid #0D5443; background: #61AF9C !important; height:10px; padding:4px 10px 10px 7px !important; margin-left: 0px !important; font-size:1.2em !important; } /***** ENTERTAINMENT *****/ #left-nav-col #Menu_entertainment a { color: #805005; } #left-nav-col #Menu_entertainment a:hover { background: #E0A82F; color: #fff; } #left-nav-col #Menu_entertainment a.current { background: #E0A82F; color: #fff; } #Menu_article_title_entertainment a:hover { color: #fff; background: #E0A82F; } #Menu_article_title_entertainment h1, #Menu_article_title_entertainment h3 { border-top: 2px solid #805005; background: #E0A82F !important; height:10px; padding:4px 10px 10px 7px !important; margin-left: 0px !important; font-size:1.2em !important; } /* TODO FIX THIS ! */ .footer-container { border-top: 1px solid #787878; border-right: 1px solid #787878; background-color:#FFFFFF; padding:10px; width: 954px; clear: both; height: 80px; } .footer-left { float:left; width:75px; } .footer-right { float:right; width:875px; } #Footer_menu { text-transform: lowercase; } #Footer_menu a { margin-left: 12px; margin-right: 12px; } /*.footerItem { margin-left:12px; margin-right:12px; }*/ .footer-right1 { margin:0 0 5px 0; } .footer-right2 { } .footer-container a { padding:1px 10px 1px 10px; } .footer-container a:visited { color: #333; } .footer-container a:hover { color: #333 ! important; /*background-color: #666;*/ /* changing background colour causes weird bugs in IE6 */ text-decoration: none; } .footer-spacer { width:779px; font-size:1px; } #article-col h1 { background:#E74135 url('/images/header_target_bckgrd.gif') top left no-repeat; color:#FFFFFF; font-size:1.7em; padding:13px 10px 5px 7px; margin:0px 0px 0px -3px; /**margin: 1px 1px 0 4px;**/ position: relative; /* background-image: */ } #article-col h2 { background-color:#F49D94; color:#801205; font-size:1.3em; padding:4px 6px 4px 6px; margin:0px 0px 0px -3px; /**margin: 0 1px 0 4px;**/ position: relative; } h1#Title_running{ background-color:#505FA8; background-image:none !important; } h2#Subtitle_running{ background-color:#B7BBCC; background-image:none !important; color:#233072; } h1#Title_sport{ background-color:#505FA8; background-image:none !important; } h2#Subtitle_sport{ background-color:#B7BBCC; background-image:none !important; color:#233072; } h1#Title_fitness{ background-color:#8C6393; background-image:none !important; } h2#Subtitle_fitness{ background-color:#C9B4CC; background-image:none !important; color:#402344; } h1#Title_healthy_living{ background-color:#3C7DD5; background-image:none !important; } h2#Subtitle_healthy_living{ background-color:#BBD0ED; background-image:none !important; color:#144991; } h1#Title_diet_and_nutrition{ background-color:#DE7B40; background-image:none !important; } h2#Subtitle_diet_and_nutrition{ background-color:#ECC8B2; background-image:none !important; color:#73330C; } h1#Title_outdoors{ background-color:#84993A; background-image:none !important; } h2#Subtitle_outdoors{ background-color:#CBD3AD; background-image:none !important; color:#475A03; } h1#Title_travel{ background-color:#61AF9C; background-image:none !important; } h1#Title_travel_adventure{ background-color:transparent; } h2#Subtitle_travel{ background-color:#B1D1C9; background-image:none !important; color:#0D5443; } h1#Title_entertainment{ background-color:#E0A82F; background-image:none !important; } h2#Subtitle_entertainment{ background-color:#EFD6A0; background-image:none !important; color:#805005; } h1#Title_contributors{ background: url('/common/images/contributors/header.jpg'); padding-top: 50px; padding-left: 28px; padding-bottom: 25px; border-bottom: 4px solid #E3E3E3; } h1#Title_footer_items{ background:#2B912D url('/images/header_target_bckgrd.gif') top left no-repeat; color:#FFFFFF; font-size:2.1em; font-weight:bold; padding:47px 0pt 24px 25px; border-bottom: 3px solid #e5e5e5; margin-bottom: 15px; } /** Article advert **/ .ad-block-container { clear: right; background-color:#EFF4F0; border:1px solid #B1BFB0; padding:10px; float:right; margin:15px -3px 10px 10px; display:block !important; } /* Standfirst part of all articles */ #Stand_first { font-weight: bold; /* background-color: yellow; diagniostic */ } /* System roundup box displaying system information, for use with page preview*/ #system_preview{ background-color: blue; line-height: 20px; color: white; width: 170px; font-size: 16px; position: absolute; right: 0px; } .valid_xhtml { clear: both; } /** HOMEPAGE **/ .main_content { width: 469px; float: left; border-top: 3px solid #656565; margin-top: 1px; background:#fff; } #highlights-container { background-image:url(../images/homepage/highlights_bckgrd.jpg); background-repeat:no-repeat; margin: 0 0 5px 0; list-style-type:none; list-style-position:outside; padding:0; width:469px; } #highlights-container li{ padding:0; } .highlight-1 a {display:block; padding:7px 10px 5px 15px; border-bottom:1px solid #FFFFFF; text-decoration:none !important; border-left:1px solid #505FA8;} /**.highlight-1 a:hover {background-color:#505FA8;}**/ .highlight-1 a:hover {background:url(/images/homepage/highBlue.png)} .highlight-2 a {display:block; padding:7px 10px 5px 15px; border-bottom:1px solid #FFFFFF; text-decoration:none !important; border-left:1px solid #505FA8;} /**.highlight-2 a:hover {background-color:#505FA8;}**/ .highlight-2 a:hover {background:url(/images/homepage/highBlue.png)} .highlight-3 a {display:block; padding:7px 10px 5px 15px; border-bottom:1px solid #FFFFFF; text-decoration:none !important; border-left:1px solid #8C6393;} .highlight-3 a:hover {background-color:#8C6393;} .highlight-4 a {display:block; padding:7px 10px 5px 15px; border-bottom:1px solid #FFFFFF; text-decoration:none !important; border-left:1px solid #3C7DD5;} .highlight-4 a:hover {background-color:#3C7DD5;} .highlight-5 a {display:block; padding:7px 10px 5px 15px; border-bottom:1px solid #FFFFFF; text-decoration:none !important; border-left:1px solid #DE7B40;} .highlight-5 a:hover {background-color:#DE7B40;} .highlight-6 a {display:block; padding:7px 10px 5px 15px; border-bottom:1px solid #FFFFFF; text-decoration:none !important; border-left:1px solid #84993A;} .highlight-6 a:hover {background-color:#84993A;} .highlight-7 a {display:block; padding:7px 10px 5px 15px; border-bottom:1px solid #FFFFFF; text-decoration:none !important; border-left:1px solid #61AF9C;} .highlight-7 a:hover {background-color:#61AF9C;} .highlight-8 a {display:block; padding:7px 10px 5px 15px; border-bottom:1px solid #FFFFFF; text-decoration:none !important; border-left:1px solid #E0A82F;} .highlight-8 a:hover {background-color:#E0A82F;} .highlight-15 a {display:block; padding:7px 10px 5px 15px; border-bottom:1px solid #FFFFFF; text-decoration:none !important; border-left:1px solid #E0A82F;} .highlight-15 a:hover {background-color:#E0A82F;} .highlight-10 a {display:block; padding:7px 10px 5px 15px; border-bottom:1px solid #FFFFFF; text-decoration:none !important; border-left:1px solid #E0A82F;} .highlight-10 a:hover {background-color:#E0A82F;} a span.highlight_title {font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:13px; font-weight:bold; text-decoration:none; margin:0px;} a:visited span.highlight_title {font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:13px; font-weight:bold; text-decoration:none; margin:0px;} a:hover span.highlight_title {font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:13px; font-weight:bold; text-decoration:none; margin:0px;} a span.highlight_description {font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:11px; font-weight:normal; text-decoration:none; margin:0px;} a:visited span.highlight_description {font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:11px; font-weight:normal; text-decoration:none; margin:0px;} a:hover span.highlight_description {font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:11px; font-weight:normal; text-decoration:none; margin:0px;} h2.highlights { background:#d2d4d1; margin:0; padding:6px 0 2px 15px; font-weight:normal; font:1.62em arial; color:#555; border-bottom:1px solid #fff; } /** CTA **/ .cta_block { padding: 10px; } .cta_block .first { float: left; } .cta_block .second { float: right; } /** My Realbuz side bar **/ #my_realbuzz { width: 325px; float: right; background: #F3F6F3; } #my_realbuzz h2 { background: #3C9A3C; color: #fff; border-top: 3px solid #127C13; font-weight: normal; padding: 8px 8px 1px 8px; font-size: 1.5em; margin: 1px 0 0 0; } #my_realbuzz h2 a,#my_realbuzz_section h2 a { text-decoration: none; color: #fff; } #my_realbuzz h2 a:hover,#my_realbuzz_section h2 a:hover { text-decoration: underline; color: #fff; } #my_realbuzz h3 { background: #54A955 url('../images/my_realbuzz_small_header.gif'); color: #fff; padding: 8px 8px 1px 8px; font-weight: normal; font-size: 1em; margin: 0px 0 0 0; } #my_realbuzz .latest_blog_posts h3 { padding: 10px 8px 8px; } #my_realbuzz .box { clear: left; padding-top: 1px; padding-right: 1px; } /** latest blog posts **/ .latest_blog_posts ol { list-style: none; padding: 0; margin: 0; } .latest_blog_posts li { padding: 5px 10px; font-weight: bold; font-size: 0.9em; text-align: left; clear: left; } .latest_blog_posts li a { color: #333; } .latest_blog_posts li a:hover { text-decoration: none; } .latest_blog_posts li a:visited { } .latest_blog_posts li .user_image { float: left; padding-right: 4px; position: relative; clear: left; } .latest_blog_posts li .user_image img { width: 52px; height: 39px; } .latest_blog_posts li .latest_post { font-weight: normal; } .latest_blog_posts li .latest_post_label { font-weight: bold; color: #999; } /** hot forum threads **/ #my_realbuzz .latest_forum_posts_table { padding: 2px; } #my_realbuzz .latest_forum_posts table { width: 100%; border-collapse: collapse; } #my_realbuzz .latest_forum_posts table th { color: #333; padding: 3px; } #my_realbuzz .latest_forum_posts table td { padding: 3px; } #my_realbuzz .latest_forum_posts table .topics { text-align: left; border-right: 1px solid #D5D5D5; border-bottom: 1px solid #D5D5D5; padding-left: 5px; } #my_realbuzz .latest_forum_posts table .posts { text-align: center; background: #EAEDEA; border-left: 1px solid #D5D5D5; border-bottom: 1px solid #D5D5D5; font-weight: bold; } #my_realbuzz .latest_forum_posts table a { color: #333; } #my_realbuzz .latest_forum_posts table a:hover { text-decoration: none; } #my_realbuzz .inline_advert { text-align: center; padding-top: 10px; } #my_realbuzz .inline_advert img { vertical-align: bottom; } /** editor's posts homepage **/ #latest_editor_posts { clear: left; padding: 8px 10px 1px 10px; } #latest_editor_posts .latest_blog_posts { background: #F1F2F1; border-style: solid; border-color: #5D5D5D; border-width: 3px 1px 1px 1px; } .latest_blog_posts { position:relative; } #latest_editor_posts h3 { background: #D1D3D1; border-bottom: 1px solid #5D5D5D; margin: 0; font-weight: normal; font-size: 1em; padding: 4px 4px 4px 10px; } #latest_editor_posts a.user_link { font-weight: normal; } #latest_editor_posts .latest_blog_posts li { padding: 10px; } /** Travel headers **/ /* global header stuff */ #Title_travelDestinations { font-size: 2em ! important; padding-left: 25px ! important; margin-left: -3px ! important; border-bottom: 5px solid #E5E5E5; } /* individual headers */ #Title_travelDestinations { background: #BCE1FE url('../images/travel/destinations_header_bckgrd.jpg'); color: #333 ! important; height: 82px; line-height: 100px; } #Newsletters .newsletter { /* clear: left;*/ margin: 1px; margin-left: 0px; position: relative; /* IE6 fix */ border-bottom:2px solid #008A02; border-top:2px solid #99C428; padding: 5px; } #Newsletters .newsletter .graphic { position: relative; /* IE6 fix */ float: left; } #Newsletters .newsletter .graphic img { vertical-align: bottom; width: 200px; height: 100px; } #Newsletters .newsletter .title { background: #59A442; color: #fff; font-size: 1.4em; margin-left: 200px; /* image size */ } #Newsletters .newsletter .title label, #Newsletters .newsletter .title .label { display: block; padding: 5px 5px 7px 10px; cursor: pointer; } #Newsletters .newsletter .title .label { cursor: auto; } #Newsletters .newsletter .title input { float: right; margin: 5px; vertical-align: middle; line-height: 1.4em; cursor: pointer; position: relative; /* IE6 fix */ } #Newsletters .newsletter .description { padding: 0 5px; margin-left: 200px; } .news-header { display: block; padding-left: 30px; padding-right: 200px; font-weight: normal; } .news-header a { font-weight: bold; } /*-- BOTTOM STYLES --*/ .prev-next-container_fitness { background-color:#c9b4cc; border-bottom:2px solid #8c6393; padding:4px 10px 6px 10px; margin:0 -10px 2px -13px; color:#233072; font-size:1.1em; height:14px; } .also-header_fitness { color:#fff; background-color: #8c6393; font-size:1.1em; font-weight:bold; padding:7px 10px 4px 10px; border-bottom:2px solid #c9b4cc; } .prev-next-container_sport { background-color:#B7BBCC; border-bottom:2px solid #233072; padding:4px 10px 6px 10px; margin:0 -10px 2px -13px; color:#233072; font-size:1.1em; height:14px; } .also-header_sport { color:#fff; background-color: #233072; font-size:1.1em; font-weight:bold; padding:7px 10px 4px 10px; border-bottom:2px solid #B7BBCC; } .prev-next-container_healthy_living { background-color:#bbd0ed; border-bottom:2px solid #3c7dd5; padding:4px 10px 6px 10px; margin:0 -10px 2px -13px; color:#233072; font-size:1.1em; height:14px; } .also-header_healthy_living { color:#fff; background-color: #3c7dd5; font-size:1.1em; font-weight:bold; padding:7px 10px 4px 10px; border-bottom:2px solid #bbd0ed; } .prev-next-container_diet_and_nutrition { background-color:#ecc8b2; border-bottom:2px solid #de7b40; padding:4px 10px 6px 10px; margin:0 -10px 2px -13px; color:#233072; font-size:1.1em; height:14px; } .also-header_diet_and_nutrition { color:#fff; background-color: #de7b40; font-size:1.1em; font-weight:bold; padding:7px 10px 4px 10px; border-bottom:2px solid #ecc8b2; } .prev-next-container_outdoors { background-color:#cbd3ad; border-bottom:2px solid #84993a; padding:4px 10px 6px 10px; margin:0 -10px 2px -13px; color:#233072; font-size:1.1em; height:14px; } .also-header_outdoors { color:#fff; background-color: #84993a; font-size:1.1em; font-weight:bold; padding:7px 10px 4px 10px; border-bottom:2px solid #cbd3ad; } .prev-next-container_travel { background-color:#b1d1c9; border-bottom:2px solid #61af9c; padding:4px 10px 6px 10px; margin:0 -10px 2px -13px; color:#233072; font-size:1.1em; height:14px; } .also-header_travel { color:#fff; background-color: #61af9c; font-size:1.1em; font-weight:bold; padding:7px 10px 4px 10px; border-bottom:2px solid #b1d1c9; } .prev-next-container_entertainment { background-color:#efd6a0; border-bottom:2px solid #e0a82f; padding:4px 10px 6px 10px; margin:0 -10px 2px -13px; color:#233072; font-size:1.1em; height:14px; } .also-header_entertainment { color:#fff; background-color: #e0a82f; font-size:1.1em; font-weight:bold; padding:7px 10px 4px 10px; border-bottom:2px solid #efd6a0; } .prev-next-left { float:left; width:150px; } .prev-next-right { float:right; width:200px; text-align:right; font-weight:bold; } .prev-next-right a {color:#233072; text-decoration:none;} .prev-next-right a:visited {color:#233072; text-decoration:none;} .prev-next-right a:hover {color:#233072; text-decoration:underline;} .prev-next-spacer { margin:0 10px 0 10px; } #article-col a { color:#333; font-weight:normal; text-decoration:underline; } #article-col a:hover { text-decoration: none; } #Footer_menu { color:#333; font-size:1.0em; } #Footer_menu a { font-size:0.9em; color:#333; } #Footer_menu a:hover { color:#fff; } /** Also in this section stuff **/ .also-container { border-bottom:2px solid #D8D8D8; margin:0 -5px 10px -13px; background-image:url(../images/articles/also_bckgrd.gif); clear:right; float:right; width:629px; } html > body .also-container { border-bottom:2px solid #D8D8D8; margin:0 -10px 10px -13px; background-image:url(../images/articles/also_bckgrd.gif); clear:right; float:right; width:629px; } .also-header { color:#FFFFFF; background-color:#233072; font-size:1.1em; font-weight:bold; padding:7px 10px 4px 10px; border-bottom:2px solid #B7BBCC; } .also-left { float:left; width:289px; padding:12px 10px 15px 10px; font-size:1.1em; font-weight:bold; } .also-right { float:right; width:289px; padding:12px 10px 15px 10px; font-size:1.1em; font-weight:bold; } .also-row { clear:both; padding:0 0 6px 0; } .also-row a {text-decoration:none; padding:1px 2px;} .also-row a:visited {text-decoration:none; padding:1px 2px;} .also-row a:hover {background-color:#555555; color:#FFFFFF !important; text-decoration:none; padding:1px 2px;} .also-spacer { font-size:1px; height:2px; width:500px; } /**Also in this section ends **/ .pod-table { width:600px; border:none !important; background: #fff !important; } .pod-table td { padding:5px 10px; border:none !important; background: #fff !important; } /**Latest blogs in articles **/ .latest_blog_posts h3 { background:#d0dcce; color:#505050; padding:5px; font-size:1em; margin:0; } #article-col form.standard_form { float: left; background: transparent url('../images/form_bg.gif') repeat-y top left; width: 620px; margin-top: 5px; } #article-col form.standard_form p.form_body { margin-left: 210px; } #article-col form.standard_form .field input, #article-col form.standard_form .field textarea { border: 1px solid #333; background: #fff; width: 250px; font-family: arial, sans-serif; font-size: 1em; } #article-col form.standard_form label { display: inline; float: left; width: 170px; margin-right: 30px; clear: left; } #article-col form.standard_form .field, #article-col form.standard_form .checkbox, #article-col form.standard_form .upload, #article-col form.standard_form .radio, #article-col form.standard_form .multifield { padding: 5px 0 5px 10px; clear: left; } #article-col form.standard_form .button { clear: left; } #article-col form.standard_form .field p, #article-col form.standard_form .radio p, #article-col form.standard_form .checkbox p { float: left; width: 170px; clear: left; font-size: 0.9em; margin: 0; padding: 0.5em 0; } #article-col form.standard_form .button { padding: 10px 0 10px 200px; /* same width as label */ margin-left: 10px; } #article-col form.standard_form .field .datetime { float: left; } #article-col form.standard_form .field .datetime label { width: 5em; } #article-col form.standard_form .radio .field { clear: left; } #article-col form.standard_form .radio .field, #article-col form.standard_form .radio .field label { display: inline; float: none; background: transparent; margin-right: 0; } #article-col form.standard_form .radio input { vertical-align: middle; border: none; background: transparent; width: auto; } #article-col form.standard_form .multifield { float: left; } #article-col form.standard_form .multifield .field { } #article-col form.standard_form .multifield .field label { width: 4em; } #article-col form.standard_form .upload .upload_box { background: #eee; border: 1px solid #ccc; margin-left: 200px; padding: 5px; width: 300px; } #article-col form.standard_form .upload .upload_box label { float: none; font-weight: bold; } #article-col form.standard_form .upload .upload_box .user_image { } #article-col form.standard_form .upload .upload_box .user_image img { float: left; margin-right: 5px; } #article-col form.standard_form .upload .upload_box .image_upload_field { clear: left; } #article-col form.standard_form input.finduser_button { width: auto; background: transparent; border: none; color: #000; } #article-col form.standard_form a { font-weight: bold; } #article-col form.standard_form p.external a { } #article-col .latest_forum_posts_table table { margin: 0; } #article-col .mystuff_header { color: #FFFFFF; font-size: 2.1em; font-weight: bold; padding: 35px 0pt 20px 35px; background-color: #2B912D; border-bottom: 5px solid #E5E5E5; margin: 0 0 0 -1px; } /* Per page styles */ #newsletter_landing { } #newsletter_landing .mystuff_header { font-size: 2em ! important; background-image: url('/common/images/newsletters/about_main_bckgrd.jpg'); height: 45px; } h1.stuff_blank_header { font-size: 2.1em ! important; background-image: url('/common/images/mystuff/mystuff_no_text.jpg') !important; height: 85px; color: #000 !important; font-weight: bold; padding: 15px 0pt 20px 30px !important; background-color: #fff !important; } #newsletter_landing p { padding: 0 7px ! important; font-size: 1.1em; } #newsletter_landing .newsletter .label, #newsletter_landing .newsletter label { font-size: 1.15em; } #newsletter_landing a { font-weight: bold; color: #333; text-decoration: underline; } #newsletter_landing a:hover { text-decoration: none; color: #333; } #newsletter_landing .newsletter .description { margin: 6px 6px 6px 203px; color: #333; } .confirm_page p { margin: 1em 10px; } .yesno_form { margin: 1em 10px; } .yesno_form input { margin-right: 10px; } #ForgottenPassword { font-family:Arial, Helvetica, sans-serif; font-size: 2em; } #ExtrasHelp { } #ExtrasHelp p { padding: 0 10px; font-size: 1.1em } #ExtrasHelp img { float: right; margin-bottom: 10px; } #ExtrasHelp a { color: #333; font-weight: bold; text-decoration: underline; } #ExtrasHelp a:hover { text-decoration: none; color: #333; } #Menu_item_highlight_left_nav_shop { } /* *** Travel Sections CSS *** */ /* EUROPE */ #Europe_header_image_box{ margin-bottom:30px; margin-right: 2px; margin-left: 0px; padding:0px; background-image: url('/images/travel/europe1_header_bckgrd.jpg'); background-repeat: no-repeat; background-position: top; /* background-color: #E3E3E3; */ height:100px; border-bottom: 5px solid #E5E5E5; } #Europe_header_text{ padding-top:47px !important; padding-left:45px; background-color: transparent !important; color: #FFF; font-size: 2em; font-weight: bold; } /* NORTH AMERICA */ #North_America_header_image_box{ margin-bottom:30px; margin-right: 2px; margin-left: 0px; padding:0px; background-image: url('/images/travel/namerica2_header_bckgrd.jpg'); background-repeat: no-repeat; background-position: top; /* background-color: #E3E3E3; */ height:100px; border-bottom: 5px solid #E5E5E5; } #North_America_header_text{ padding-top:47px !important; padding-left:45px; background-color: transparent !important; color: #FFF; font-size: 2em; font-weight: bold; } /* SOUTH AMERICA */ #South_America_header_image_box{ margin-bottom:30px; margin-right: 2px; margin-left: 0px; padding:0px; background-image: url('/images/travel/samerica1_header_bckgrd.jpg'); background-repeat: no-repeat; background-position: top; /* background-color: #E3E3E3; */ height:100px; border-bottom: 5px solid #E5E5E5; } #South_America_header_text{ padding-top:18px !important; padding-left:45px; background-color: transparent !important; color: #000; font-size: 2em; font-weight: bold; } /* AFRICA */ #Africa_header_image_box{ margin-bottom:30px; margin-right: 2px; margin-left: 0px; padding:0px; background-image: url('/images/travel/africa1_header_bckgrd.jpg'); background-repeat: no-repeat; background-position: top; /* background-color: #E3E3E3; */ height:100px; border-bottom: 5px solid #E5E5E5; } #Africa_header_text{ padding-top:47px !important; padding-left:45px; background-color: transparent !important; color: #000; font-size: 2em; font-weight: bold; } /* ASIA */ #Asia_header_image_box{ margin-bottom:30px; margin-right: 2px; margin-left: 0px; padding:0px; background-image: url('/images/travel/asia1_header_bckgrd.jpg'); background-repeat: no-repeat; background-position: top; /* background-color: #E3E3E3; */ height:100px; border-bottom: 5px solid #E5E5E5; } #Asia_header_text{ padding-top:50px !important; padding-left:45px; background-color: transparent !important; color: #000; font-size: 2em; font-weight: bold; } /* AUSTRALIA */ #Australia_header_image_box{ margin-bottom:30px; margin-right: 2px; margin-left: 0px; padding:0px; background-image: url('/images/travel/australia1_header_bckgrd.jpg'); background-repeat: no-repeat; background-position: top; /* background-color: #E3E3E3; */ height:100px; border-bottom: 5px solid #E5E5E5; } #Australia_header_text{ padding-top:18px !important; padding-left:45px; background-color: transparent !important; color: #FFF; font-size: 2em; font-weight: bold; } /* ANTARTICA */ #Antartica_header_image_box{ margin-bottom:30px; margin-right: 2px; margin-left: 0px; padding:0px; background-image: url('/images/travel/antarctica_header_bckgrd.jpg'); background-repeat: no-repeat; background-position: top; /* background-color: #E3E3E3; */ height:100px; border-bottom: 5px solid #E5E5E5; } #Antartica_header_text{ padding-top:18px !important; padding-left:45px; background-color: transparent !important; color: #FFF; font-size: 2em; font-weight: bold; } /* CARIBBEAN */ #Caribbean_header_image_box{ margin-bottom:30px; margin-right: 2px; margin-left: 0px; padding:0px; background-image: url('/images/travel/caribbean1_header_bckgrd.jpg'); background-repeat: no-repeat; background-position: top; /* background-color: #E3E3E3; */ height:100px; border-bottom: 5px solid #E5E5E5; } #Caribbean_header_text{ padding-top:47px !important; padding-left:45px; background-color: transparent !important; color: #FFF; font-size: 2em; font-weight: bold; } /* The dynamic image on travel articles */ #travel_image{ padding: 0px; margin: -12px -20px 0px -14px; position: absolute; /* width: 415px; */ } .article_top_list { /*width: 500px;*/ } h1.blog_category_2 span { width: 200px !important; padding: 45px 0 0 26px !important; } h1.blog_category_23 span, h1.blog_category_9 span { width: 250px !important; } /* DEFINITIONS FOR NEW PHOTOS&VIDEOS KEYWORD SEARCH && LOGIN BOX */ /* CSS Document */ #my_photos_logon_container_header{ width:609px; height:11px; background-image:url(../common/images/hotshots/top_strip.jpg); background-position:top; background-repeat:no-repeat; } #my_photos_logon_container{ width:593px; height:auto; background-color:#cccccc; padding:8px; } #my_photos_logon_container_footer{ width:609px; height:11px; background-image:url(../common/images/hotshots/bottom_strip.jpg); background-position:bottom; background-repeat:no-repeat; margin-bottom: 10px; } #my_photos_logon_container h1{ font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:16px !important; font-weight:bold; margin-top:0; margin-bottom:4px; padding:0; } .my_photos_form { margin-top: 0; margin-bottom: 0; } .my_photos_form_textfield { width:110px; } .my_photos_form p{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333; margin:0; } a.small-link:link{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333; text-decoration:underline; } a.small-link:visited{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333; text-decoration:underline; } a.small-link:hover{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333; text-decoration:none; } a.small-link:active{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333; text-decoration:underline; } a.big-link:link{ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#333333; text-decoration:underline; font-weight:bold; } a.big-link:visited{ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#333333; text-decoration:underline; font-weight:bold; } a.big-link:hover{ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#333333; text-decoration:none; font-weight:bold; } a.big-link:active{ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#333333; text-decoration:underline; font-weight:bold; } #logon_details_dark_surround_box{ background-color:#bbbbbb; border-bottom:2px solid #aaaaaa; padding:4px; margin-bottom:6px; } #logon_details_dark_surround_box h1 { background: transparent; } #logon_details_dark_surround_box table { border-collapse: collapse; border:0; margin:0; padding:0; } #logon_details_dark_surround_box td { border: 0; background-color: transparent; } #browse_upload_container{ padding:4px; } #browse_upload_container table{ border-collapse: collapse; border:0; } #browse_upload_container td{ border: 0; background:transparent; } #browse_upload_container h1{ background: transparent; } .browse_upload_container_col_left{ float:left; width:190px; } .browse_upload_container_col_right{ float:right; width:390px; } .browse_upload_form { margin-top: 0; margin-bottom: 0; } .browse_upload_form_textfield { width:220px; } .browse_upload_form p{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333; margin:0; } #signup-wrapper { width:620px; height:auto; border:1px solid #BEBEBE; background-image:url(../images/signup_bckgrd.gif); background-position:top; background-repeat:no-repeat; padding-top:40px 0 0 0; text-align:center; margin-top: 10px; float: left; } #signup-wrapper .signup-row { width:620px; height:auto; } #signup-wrapper .signup-row a:link { font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:12px; text-decoration:none; } #signup-wrapper .signup-row a:visited { font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:12px; text-decoration:none; } #signup-wrapper .signup-row a:hover { font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:12px; text-decoration:underline; } #signup-wrapper .signup-box-grey { background-color:#E1E1E1; width:580px; height:auto; margin-top:10px; padding:10px; margin-left:auto; margin-right:auto; margin-bottom:10px; } #signup-wrapper .signup-form { padding:0; margin:0; text-align:left; } #signup-wrapper .logon-form p { font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:12px; padding:0; margin:0; } #signup-wrapper .signup-intro { width:360px; height:auto; margin-left:27px; margin-top:85px; margin-bottom:50px; float:left; } #signup-wrapper .signup-intro p { font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:12px; text-align:left; } #signup-wrapper .label { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; } #signup-wrapper .textfields { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; } #signup-wrapper textarea.textfields { height: 60px; } #signup-wrapper .newsletters-container { width:600px; margin-left:auto; margin-right:auto; } #signup-wrapper .newsletters-container p { font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:12px; text-align:left; } #signup-wrapper table, #signup-wrapper td { border: none; background: none; margin: 0; } #signup-wrapper td, #signup-wrapper td label { text-align: left ! important; } /* Alphabet filter bar (originally from admin console - hence Admin_) */ #Admin_alphabet_box{ text-align: center; margin-top: 5px; } /* Alphabet filter bar character */ .alpha_charater{ color: black; margin-left: 5px; margin-right: 5px; font-family:Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none !important; } #article_buttons { height: 3em; padding: 3px; } #article_buttons #email_friend { float: left; } .social_about { padding: 5px 0; clear: both; text-align: right; } #social_links { float: right; } #social_links ul { display: inline; margin: 0; padding: 0; } #social_links li { display: inline; padding: 0 0 0 10px; margin: 0; } #social_links li a { padding-left: 20px; } #social_links .delicious_link a { background: url('/images/delicious.gif') no-repeat left; } #social_links .digg_link a { background: url('/images/digg.gif') no-repeat left; } #social_links .reddit_link a { background: url('/images/reddit.gif') no-repeat left; } #social_links .facebook_link a { background: url('/images/facebook.gif') no-repeat left; } #social_links .stumbleupon_link a { background: url('/images/stumbleupon.gif') no-repeat left; } /* Styles for AJAX Login box */ #left-nav-col #ajax-login-box { padding: 12px; font-size: 12px; font-weight: bold; color: #333; background-image: url(/images/login_background.jpg); background-color: #EEE; border-top: 1px solid #999; border-bottom: 3px solid #999; border-right: 1px solid #999;} #left-nav-col #ajax-login-box input.field { border: 1px #999 solid; width: 135px; margin-bottom: 8px; margin-top: 4px; } #left-nav-col #ajax-login-box input.submit-button { border: 1px #999 solid; height: 22px; width: 80px; margin-top: 8px; margin-left: 20px; background: #333; color: #EEE;} #left-nav-col #ajax-login-box a:hover { background: none; } #left-nav-col #ajax-login-box-error { padding: 6px; background-color: #CC0000; color: #FFF; font-size: 16px; text-align: center;} #left-nav-col #ajax-login-footer-box li, #ajax-login-footer-box-guest li {background-color: #008A01; color: #FFF; font-size: 16px; font-weight: bold;} #left-nav-col #ajax-login-footer-box li a:hover, #ajax-login-footer-box-guest li a:hover { text-decoration: underline; } #left-nav-col #ajax-login-footer-box li a, #ajax-login-footer-box-guest li a { text-decoration: none; background-color: #008A01; color: #FFF; font-size: 16px; padding: 6px; padding-left: 8px; } #left-nav-col #ajax-login-footer-box ul { border-bottom: #eee solid 10px; } /** EOF site.css **/ /** SOF menuhack.css **/ /*Not really sure why IE needs all these,but hey it works!*/ .horizontal li ul{ margin-top: 1.4em; margin-left: -129px; } .horizontal li li ul{ position: absolute; left: 0px; } /*These assist the iframe shim*/ .mlmenu iframe{ position: absolute; display: none; filter: alpha(opacity=0); z-index: 2; } select,object,iframe{ z-index: 1; } /** EOF menuhack.css **/ _+http://www.realbuzz.com/css/css_content.phpXtext/css #$%!Osbplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?ISZNS.objectsWNS.keys@ABCDEFGHJKLMNOPQR VServer_Content-EncodingTVaryZConnectionTDate_Transfer-EncodingWExpires\X-Powered-By\Content-Type_Apache/2.0.52 (Red Hat)Tgzip_Accept-EncodingUclose_Thu, 20 Mar 2008 17:18:51 GMTXIdentity_Fri, 21 Mar 2008 17:18:51 GMTYPHP/4.3.912fggh6_NSMutableDictionary\NSDictionary12jkk6_NSHTTPURLResponseInternal12mnno6_NSHTTPURLResponse]NSURLResponse$)2DILbd  %1357lqz #(38LTan$),HMQepsO /** SOF StudentCompetition.class.css **/ /* CSS Document */ #winner-wrapper{ width:625px; height:auto; text-align:left; } #winner-header{ width:595px; border-bottom:2px solid #CACACA !important; background-color:#008A02 !important; padding:15px !important; } #winner-header h1{ font-family:Arial, Helvetica, sans-serif; font-size:18px !important; color:#ffffff !important; margin:0; font-weight:bold; background:transparent !important; } .winner-content{ width:595px; padding:15px; } .winner-content p{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; margin-top:0; } .winner-content h2{ font-family:Arial, Helvetica, sans-serif; font-size:14px !important; color:#333333 !important; font-weight:bold; margin-bottom:0; background:transparent !important; } .winner-content h3{ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#008A02; font-weight:bold; margin-bottom:0; } .winner-content a{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; font-weight:bold; text-decoration:underline; } .winner-content a:hover{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; font-weight:bold; text-decoration:none; } #story-container{ width:370px; height:275px; margin-left:auto; margin-right:auto; background-color:#e5e5e5; background-image:url(/common/images/student/paper_bck.jpg); background-repeat:no-repeat; padding:45px 200px 20px 30px } #story-container p{ font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#333333; } /* */ #passions-container{ width:560px; height:auto; padding:10px 10px 10px 10px; margin-left:auto; margin-right:auto; margin-bottom:15px; } #passions-container-green{ width:560px; height:auto; padding:10px 10px 10px 10px; margin-left:auto; margin-right:auto; margin-bottom:15px; } #passions-container p{ font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#333333; } #passions-container-green p{ font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#278C2A; } .split{ width:500px; margin-left:auto; margin-right:auto; height:1px; background-color:#278c2a; overflow:hidden; margin-bottom:10px; } .passion-image{ float:right; border:1px solid #cccccc; margin-left:10px; margin-bottom:5px; } /** EOF StudentCompetition.class.css **/ /** SOF HolidayInn.class.css **/ /* CSS Document */ body{ margin:0; } #hi_wrapper{ width:625px !important; font-family:Arial, Helvetica, sans-serif !important; color:#333333 !important; } #hi-header{ width:625px !important; height:150px !important; background-image:url(/images/holiday_inn/hi_header.jpg) !important; } #hi-content{ width:605px !important; padding:10px !important; } #hi-content h1{ font-size:16px !important; color:#038B05 !important; margin-bottom:4px !important; font-weight:bold !important; background-image: none !important; background-color: #FFF !important; padding: 13px 10px 5px 4px !important; } #hi-content p{ font-size:12px !important; color:#333333 !important; margin-top:6px !important; } #hi-content p.error { color: #CC0000 !important; } .hi-form-row{ width:585px; padding:0 10px; font-size:12px; } .hi-form-col-left{ width:285px; float:left; } .hi-form-col-right{ width:285px; float:right; } .hi-form{ margin:0; padding:0; } .textfield{ margin-bottom:10px; width:240px; } /** EOF HolidayInn.class.css **/ /** SOF GeoLocation.class.css **/ /** EOF GeoLocation.class.css **/ /** SOF WhyChange.class.css **/ #article-col #Why-change-title { background: #E74135 url('/common/images/aboutus/header.jpg') top left !important; display: block; padding-top: 55px !important; padding-left: 25px !important; padding-bottom: 16px !important; font-size: 2em !important; border-bottom: 5px solid #E3E3E3; } #whychangecontainer { color: #333; } #whychangecontainer p { font-size: 1.1em !important; } #whychangecontainer a { font-weight: bold; } .rowlarge { height: 95px; } .row { height: 26px; padding-bottom: 5px; } .rowleft { float: left; width: 160px; margin-top: 5px; } .rowright { float: right; width: 420px; } /** EOF WhyChange.class.css **/ /** SOF EventPage.class.css **/ #Eventpage_title { display: block; height: 82px; font-size: 2em !important; border-bottom: 5px solid #E3E3E3; } #eventpage-container h2 { font-size: 1.3em; color: #333 !important; font-weight: bold; background: none !important; } #eventpage-container { font-size: 1.1em; padding: 8px; color: #333; } /** EOF EventPage.class.css **/ /** SOF Account.class.css **/ /* Account class css prototype file */ /* Class definitions */ #Account_userform_table td.userFormCell{ background-color: #fff; border: none; padding: 0px; padding-left: 10px !important; /* padding-bottom: 10px !important;*/ height: 30px; margin:0px !important; vertical-align: middle !important; } #Account_userform_table th.headerFormCell{ width: 180px !important; height: 14px; margin: 0px !important; padding: 0px !important; padding-left: 10px !important; vertical-align: middle !important; } #Account_userprofile_table td.userFormCell{ background-color: #fff; border: none; padding: 0px; padding-left: 10px !important; padding-right: 10px !important; width: 350px !important; /* padding-bottom: 10px !important;*/ height: 30px; margin: 0px !important; vertical-align: top !important; } #Account_userprofile_table th.headerFormCell{ width: 180px !important; height: 14px; margin: 0px !important; padding: 0px !important; padding-left: 10px !important; padding-right:10px !important; vertical-align: top !important; } /* By tag definitions */ /* Non defined so far */ /* ID definitions */ #Account_forumsig_cell{ margin-bottom: 5px !important; } #Account_username_login_text, #Account_password_login_text,#Account_promotion_text,#Account_marathon_text { /*font-size: 0.8em; margin-right:5px;*/ display: block; } #Account_promotion_login_page,#Account_promotion,#Account_marathon,#Account_marathon_text,#Account_promotion_text{ font-size: 0.9em; font-weight: normal; } #Account_promotion_text{ margin-top: 20px; } #Account_marathon{ margin-bottom: 5px; } /* For the promotional field in the login page */ #Account_promotion_login_page{ margin-top: 35px; margin-bottom: 5px; } #Account_password_login_text { /*margin-left:5px;*/ } /* Display of form errors when form validation fail, future : system errors may use this style.*/ #Account_formerror{ width: 800px; } /* Display of the account confirmed text, defined in PHP by ACCOUNT_CONFIRMED_TEXT */ #Account_confirmed_text{ } /* Display of the failed message for a failed account confirmation, defined in PHP by ACCOUNT_CONFIRMED_FAILED */ #Account_confirmed_failed{ } /* Display of the account created message, defined in PHP by ACCOUNT_CREATED_TEXT */ #Account_created_text{ } /* Display of the account password sent message, defined in PHP by ACCOUNT_PASS_SENT */ #Account_pass_sent{ } /* Display of the account amended message, defined in PHP by ACCOUNT_AMENDED_TEXT */ #Account_amended_text{ } /* Display of the new account header text, defined in PHP by NEW_ACCOUNT_HEADER */ #Account_new_account_header{ } /* DIV wrapper for account details - wraps user name,password,password confirmation, email,firstname and lastname */ #Account_detail{ } #Account_userform_group{ margin: 0px !important; padding 0px !important; } /* Set to submit image */ #Account_ok{ background-image: url('/images/buttons/button_submit.gif'); background-color:green; } /* Username text defined in PHP by ACCOUNT_USERNAME_TEXT */ #Account_username_text, #Account_emailconf_text,#Account_password_text, #Account_password_conf_text, #Account_firstname_text,#Account_lastname_text,#Account_email_text,#Account_dob_text,#Account_gender_text, #Account_address1_text,#Account_address2_text,#Account_address3_text,#Account_address4_text, #Account_address5_text,#Account_address6_text,#Account_address7_text,#Account_location_text,#Account_seename_text,#Account_seemessage_text, #Account_seename_yes_text,#Account_seename_no_text,#Account_seemessage_yes_text,#Account_seemessage_no_text,#Account_forumsig_text, #Account_displayimage_no_text,#Account_display_text,#Account_acceptterms_text,#Account_imageupload_text,#Account_upload_image_header, #Account_promocode_text,#Account_marathon_drop_text { /* display: block; margin-bottom: 12px !important; margin-left: 15px; */ font-weight: bold; font-size: 1em; font-family: arial, sans-serif; } /* #Account_acceptterms_text{ margin-bottom: 0px !important; } #Account_seename_text{ margin-bottom: 19px !important; } #Account_display_text{ margin-bottom: 17px !important; } */ #Account_username, #Account_emailconf,#Account_password,#Account_password_conf, #Account_firstname,#Account_lastname,#Account_email,#Account_dob,#Account_gender, #Account_address1,#Account_address2,#Account_address3,#Account_address4, #Account_address5,#Account_address6,#Account_address7,#Account_location,#Account_seerealname_yes,#Account_seemessage_yes,#Account_seemessage_no #Account_seerealname_no,#Account_forumsig,#Account_uploadimage,#Account_displayimage_no, #Account_displayimage_yes,#Account_acceptterms,#Account_promocode { margin: 0px !important; padding: 0px !important; width: 178px !important; font-size: 1em; font-family: arial, sans-serif; } #Account_acceptterms{ width: 15px !important; } /* #Account_imageupload_text{ margin-bottom: 95px !important; } #Account_location{ margin-bottom: 35px !important; } #Account_username_text,#Account_password_text,#Account_location_text{ margin-bottom: 0px !important; } */ #Account_forumsig_text{ margin-bottom: 0px !important; } #Account_username_suptext,#Account_password_suptext,#Account_location_suptext,#Account_forumsig_suptext,#Account_upload_image_supptext,#Account_tandc_text{ padding: 0px; /*margin-bottom: 10px !important; margin-left: 15px;*/ margin-top:0px !important; display: block; font-size: 0.9em; font-weight: normal; } #Account_tandc_text{ text-decoration: underline !important; } #Account_forumsig_suptext{ margin-bottom: 52px !important; } #Account_forumsig{ /*margin-top: 25px !important;*/ margin-bottom: 0px !important; width: 205px !important; height: 77px !important; } #Account_username{ /*margin-top: 10px !important; margin-bottom: 45px !important;*/ } #Account_password{ /*margin-bottom: 50px !important;*/ } #Account_forumsig{ height: 80px; } #Account_upload_image_box{ width: 300px; height: 100px; background-color: #EEE; padding: 5px; margin-top: 5px; z-index:0; } #Account_uploadimage { height: 22px !important; width: 285px !important; display: block; /* float:left; */ } /* PW: Horrid trick to "styling" a brows button */ #Account_upload_blockover_button{ background-color: red; width: 70px; height: 20px; float: right; /* display: float; */ margin-right:40px; top: 0px; left: 0px; z-index:1; } #Account_seerealname_yes,#Account_seerealname_no,#Account_seename_yes_text,#Account_seename_no_text,#Account_seemessage_yes_text,#Account_seemessage_no_text #Account_displayimage_yes_text,#Account_displayimage_no_text,#Account_displayimage_yes,#Account_displayimage_no,#Account_seemessage_yes,#Account_seemessage_no{ margin:0px !important; padding:0px !important; display: inline !important; width: 15px !important; vertical-align: top; font-weight: normal; /*margin-bottom: 10px !important;*/ } #Account_seerealname_yes,#Account_seerealname_no,#Account_displayimage_no,#Account_displayimage_yes,#Account_seemessage_yes,#Account_seemessage_no{ margin-left: 10px !important; } #Account_seename_no_text,#Account_displayimage_no_text{ padding-left: 10px !important; } #Account_firstname_text{ /* margin-top: 5px !important; */ } #Account_password_conf_text{ /*margin-bottom: 8px;*/ } /* Username input form control */ #Account_firstname{ /*margin-top: 5px !important;*/ } /* Password text defined in PHP by ACCOUNT_PASS_TEXT */ #Account_password_text{ } /* Password input form control */ #Account_password{ margin: 2px; width: 64px; } /* Password confirmation text defined in PHP by ACCOUNT_PASSCONF_TEXT */ #Account_passconf_text{ } /* Password confirmation input form control */ #Account_password_conf{ } /* Email text defined in PHP by ACCOUNT_EMAIL_TEXT */ #Account_email_text{ } /* Email input form control */ #Account_email{ } /* Firstname text defined in PHP by ACCOUNT_FIRSTNAME_TEXT */ #Account_firstname_text{ } /* Firstname input form control */ #Account_firstname{ } /* Lastname text defined in PHP by ACCOUNT_LASTNAME_TEXT */ #Account_lastname_text{ } /* Lastname input form control */ #Account_lastname{ } /* Dob text defined in PHP by ACCOUNT_DOB_TEXT*/ #Account_dob_text{ } /* Fieldset grouping of date of birth fields */ #Account_dob{ width:300px !important; overflow:auto; border: none; margin: 0px; padding: 0px; } #Account_dob_day_text,#Account_dob_month_text,#Account_dob_year_text{ margin-right: 5px; } /* Date of birth - day - select form control */ #Account_dob_day{ width:40px; } #Account_dob_day,#Account_dob_month{ margin-right: 5px; } /* Date of birth - month - select form control */ #Account_dob_month{ width:40px; } /* Date of birth - year - select form control */ #Account_dob_year{ width:60px; } /* Gender text defined in PHP by ACCOUNT_GENDER_TEXT */ #Account_gender_text{ } /* Fieldset grouping of gender fields */ #Account_gender{ border: none; } /* Gender text defined in PHP by ACCOUNT_GENDER_MALE */ #Account_gender_male_text{ } /* Male gender radio button control */ #Account_gender_male{ } /* Gender text defined in PHP by ACCOUNT_GENDER_FEMALE */ #Account_gender_female_text{ } /* Female gender radio button control */ #Account_gender_female{ } /* DIV wrapper for account address details - wraps all address fields */ #Account_address{ } /* Account address field 1 text, defined in PHP by ACCOUNT_ADDRESS1_TEXT */ #Account_address1_text{ } /* Account address field 1 input control */ #Account_address1{ } /* Account address field 2 text, defined in PHP by ACCOUNT_ADDRESS2_TEXT */ #Account_address2_text{ } /* Account address field 3 text, defined in PHP by ACCOUNT_ADDRESS3_TEXT */ #Account_address3_text{ } /* Account address field 3 input control */ #Account_address3{ } /* Account address field 4 text, defined in PHP by ACCOUNT_ADDRESS4_TEXT */ #Account_address4_text{ } /* Account address field 4 input control */ #Account_address4{ } /* Account address field 5 text, defined in PHP by ACCOUNT_ADDRESS5_TEXT */ #Account_address5_text{ } /* Account address field 5 input control */ #Account_address5{ } /* Account address field 6 text, defined in PHP by ACCOUNT_ADDRESS6_TEXT */ #Account_address6_text{ } /* Account address field 6 input control */ #Account_address6{ } /* Account submit button control (all forms) */ #Account_submit{ height: 18px; width: 30px; margin-left: 11px; } /* Logout text defined in PHP by ACCOUNT_LOGOUT_HEADER */ #Account_logout_header{ } /* tag in logout form cancel option*/ #Account_logout_cancel{ } /* Logout text (wrapped by span) defined in PHP by ACCOUNT_LOGOUT_CANCEL_TEXT */ #Account_logout_cancel_text{ } /* Password amended text defined in PHP by ACCOUNT_PASS_AMENDED_TEXT */ #Account_pass_amended_text{ } /* DIV wrapper for account login - wraps all login fields */ /* This is now a SPAN for demo site */ #Account_login{ padding: 0px; margin: 0px; border: none; background-color: #dadfd9; display:inline; margin-left: 90px; } /* Logout text defined in PHP by ACCOUNT_LOGOUT_HEADER */ #Account_logout_text{ } /* Logout form*/ #Account_logout_form{ } /* DIV wrapper for account logout - wraps all logout fields */ /* Modified now a span wrapper for this demo site */ #Account_logout{ padding: 0px; margin: 0px; border: none; background-color: #dadfd9; display:inline; margin-left:398px; } /* Amend account header text, defined in PHP by ACCOUNT_AMEND_HEADER */ #Account_amend_header{ } /* Account login header text, defined in PHP by ACCOUNT_LOGIN_HEADER */ #Account_login_header{ } /* Login form */ #Account_login_form{ margin-left:50px; } /* Logout submit button */ #Account_submit_logout{ width:55px; } #accountLogin a { font-size: 0.8em; color: black; text-decoration: none; } #accountLogin a:hover { color: #8CBD09; text-decoration: underline; } /** Profile box **/ #account_profile { width: 169px; background: #fff; color: #333; font-size: 1.1em; position: relative; /* IE6 fix */ text-align: left; border-right:1px solid #ccc; margin-bottom:0px !important; } #account_profile p.showThumperStats { font-size:10px; } #account_profile th.thumperSmallText { font-weight:normal !important; font-size:11px; padding:0 !imoprtant; } #account_profile td { font-weight:normal !important; font-size:11px; padding:0 !imoprtant; } #account_profile table.thumperStatsFullTable td a { color:#000 !important; font-weight: normal; font-size:11px; padding:0 !imoprtant; } #account_profile table.thumperStatsFullTable td a:hover { color:#000 !important; font-weight: bold; font-size:11px; text-decoration:none; background:transparent; } #account_profile .user_image { margin: 3px; float:left; } #account_profile .user_image img { vertical-align: bottom; border: 1px solid #fff; } #account_profile .welcome_back { font-weight: bold; margin: 0; background: #f2f2f2; text-align:center; padding:3px; } #account_profile .profile_links, #account_profile .profile_links li { list-style: none; padding: 0; margin: 0; } #account_profile .profile_links { } #account_profile .profile_links li { background: transparent; } #account_profile a.profile_unread, #account_profile .profile_links li a { color: #333; text-decoration: underline; margin: 0 5px 0 !important; background: transparent; display: inline; width: auto; font-size: 1em; font-weight: bold; padding: 0; border: none; } #account_profile a.profile_unread:hover, #account_profile .profile_links li a:hover { text-decoration: none; background: transparent; color: #333; } #account_profile a.profile_unread { font-size: 0.8em; margin-bottom: 0px; position: relative; top: 0px; display: block; clear: left; text-align: center; font-weight: normal; padding-bottom:5px; } #Account_userform_title { width:624px; height:110px; background-color: #2B912D; margin: 0px; padding: 0px; margin-top:1px; margin-bottom: 5px; border-bottom: 5px solid #EFEFEF; } #Account_userform_title_text { /* width:598px; */ /* height:55px; */ background-color: transparent; padding-top: 50px; padding-left: 27px; color: #FFF; font-size: 2em; font-weight: bold; } #Account_userform_formheader,#Account_userprofile_formheader,#Account_newslettersignup_formheader{ clear: both; height:21px; border-top: 1px solid #000; background-color: #E7F0E7; margin-right: 1px; margin-top: 5px; font-weight:bold; font-size:1.2em; padding-top:3px; padding-left:10px; } #Account_newslettersignup_formheader{ margin-top: 10px !important; margin-bottom: 5px; } #Account_userprofile_group{ clear: both; } /* redundant - replaced by account_userform_table #Account_userform_leftpane,#Account_userprofile_leftpane{ float:left; width:210px; height:400px; background-color: #F5F5F5; margin-top: 5px; } */ #Account_userform_table{ border-collapse: collapse; background-color: #F5F5F5; margin: 0px !important; padding: 0px !important; text-align: left; /*width: 600px;*/ border: solid 1px #fff !important; margin-top: 5px !important; } #Account_userprofile_leftpane{ height:610px; } #Account_userform_rightpane,#Account_userprofile_rightpane{ float:left; margin-right: 105px; margin-left:10px; } #Account_userform_rightpane input, #Account_gender { height:21px; } #Account_userform_leftpane label { height:18px; } #Account_userprofile_rightpane{ margin-right: 95px; } #Account_buttons { position: absolute; left: 10px; top: 92px; width: 248px; padding: 0; padding-top: 3px; margin: 0; float: right; z-index: 5; } #Account_dropdown { position: absolute; left: 10px; top: 120px; /*width: 113px;*/ width: 140px; /* Accomodate marathon drop down ! */ border: 3px solid red; z-index: 1100; background: #f5f5f5; border: 1px solid #676767; padding: 5px; display: none; } #Account_dropdown_close { position: absolute; right: 2px; top: 0px; margin: 0; padding: 0; } .account_dropdown_close_button { font-size: 0.8em; cursor: pointer; } .mystuff_button { position: absolute; top: 6px; left: 126px; } #Account_userprofile_table{ border-collapse: collapse; background-color: #F5F5F5; margin: 0px !important; padding: 0px !important; text-align: left; /*width: 600px;*/ border: solid 1px #fff !important; margin-top: 5px !important; } #Account_username_row,#Account_password_row,#Account_location_row{ height: 65px; padding-top: 5px !important; } #Account_seename_row{ height: 40px; } #Account_disptext_row{ } #Account_imageupload_row{ height: 120px; } /* #Account_userprofile_leftpane{ } */ .address_summary_box .realname { font-weight: bold; } #Account_buttons.top_nav_buttons { top: 97px ! important; } #Account_buttons.top_nav_buttons2 { top: 100px ! important; } /** EOF Account.class.css **/ /** SOF Menu.class.css **/ #Menu_list_item_back a { background: #CCC !important; } #article-col-reading #Title_quiz { background: #fff url(/common/images/quiz/quiz_header.jpg) no-repeat !important; height:75px !important; } #Menu_travel #Menu_list_item_back a:hover { background: #127C13 !important; } #Menu_sport #Menu_list_item_back a:hover { background: #233072 !important; } #Menu_healthy_living #Menu_list_item_back a:hover { background: #144991 !important; } #Menu_diet_and_nutrition #Menu_list_item_back a:hover { background: #73330C !important; } #Menu_outdoors #Menu_list_item_back a:hover { background: #475A03 !important; } #Menu_entertainment #Menu_list_item_back a:hover { background: #805005 !important; } #Menu_fitness #Menu_list_item_back a:hover { background: #402344 !important; } /*left-nav highlights **/ #Menu_travel #Menu_item_highlight_left_nav { background:#61af9c; color:#fff !important; } #Menu_sport #Menu_item_highlight_left_nav { background:#505fa8; color:#fff !important; } #Menu_healthy_living #Menu_item_highlight_left_nav { background:#3c7dd5; color:#fff !important; } #Menu_diet_and_nutrition #Menu_item_highlight_left_nav { background:#de7b40; color:#fff !important; } #Menu_outdoors #Menu_item_highlight_left_nav { background:#84993a; color:#fff !important; } #Menu_entertainment #Menu_item_highlight_left_nav { background:#e0a82f; color:#fff !important; } #Menu_fitness #Menu_item_highlight_left_nav { background:#8c6393; color:#fff !important; } /** Top navigation CSS **/ ul.menu, ul.menu li { margin: 0; padding: 0; } ul.menu { clear: left; } ul.menu li { display:block; float:left; text-transform: lowercase; } #Menu_list_sub_nav, #Menu_list_main_nav, #left-nav-col ul { list-style-type: none; list-style-position: outside; margin:0; padding:0; } #Menu_main_nav a, #Menu_sub_nav a { position: relative; font-size: 0.9em; } #Menu_main_nav { border:1px solid #4D534E; clear: both; background: #636765 url(../images/site_frame/top_nav_bckgrd.gif) repeat-x top; height: 26px; overflow: hidden; text-transform:lowercase; margin:0; padding:0; } #Menu_main_nav li{ margin: 0px; padding: 0px; display: block; } #Menu_sub_nav { clear: both; /**border: 1px solid #9EA59F;**/ border:1px solid #4D534E; background: #B0B5B1 url(../images/site_frame/bottom_nav_bckgrd.gif) repeat-x top; height: 26px; overflow: hidden; margin:0; padding:0; } #left-nav-col li { display: block; float: none; } /** Jim's Menu CSS slimmed down by Dave **/ #Menu_list_main_nav li, #Menu_list_sub_nav li { float:left; } #Menu_list_main_nav li a, #Menu_list_sub_nav li a { display: block; background: url(../images/site_frame/top_nav_bckgrd.gif); background-repeat: repeat-x; border-right: 2px solid #4D534E; color:#FFFFFF; font-weight: bold; text-decoration: none; /*height: 14px;*/ height: 21px; /* height: 20.5px;*/ padding-top: 5px; /* padding-bottom: 7px;*/ /* margin-top: -1px;*/ font-size: 11px !important; text-align: center; } #Menu_list_sub_nav li a { line-height: 26px; height: 26px; padding-top: 0px; } #Menu_list_main_nav li a:visited, #Menu_list_sub_nav li a:visited { color: #FFFFFF; } #Menu_list_main_nav li#Menu_list_item_entertainment a, li#Menu_list_item_shop a { /* margin-right: -2px;*/ /* padding-right: 2px;*/ border-right: 0px; } li#Menu_list_item_home { width: 9%; } li#Menu_list_item_running { width: 10%; } li#Menu_list_item_sport { width: 9%; } li#Menu_list_item_sports { width: 9%; } li#Menu_list_item_fitness { width: 10%; } li#Menu_list_item_healthy_living { width: 13%; } li#Menu_list_item_diet_nutrition { width: 13%; } li#Menu_list_item_outdoors { width: 12%; } li#Menu_list_item_travel { width: 10%; } li#Menu_list_item_entertainment { width: 14%; } li#Menu_list_item_home a:hover { background:url(../images/site_frame/main_nav_home.gif); } li#Menu_list_item_running a:hover { background:url(../images/site_frame/main_nav_running.gif); } li#Menu_list_item_sport a:hover { background:url(../images/site_frame/main_nav_running.gif); } li#Menu_list_item_sports a:hover { background:url(../images/site_frame/main_nav_running.gif); } li#Menu_list_item_fitness a:hover { background:url(../images/site_frame/main_nav_fitness.gif); } li#Menu_list_item_healthy_living a:hover { background:url(../images/site_frame/main_nav_healthy_living.gif); } li#Menu_list_item_diet_nutrition a:hover { background:url(../images/site_frame/main_nav_diet_nutrition.gif); } li#Menu_list_item_outdoors a:hover { background:url(../images/site_frame/main_nav_outdoors.gif); } li#Menu_list_item_travel a:hover { background:url(../images/site_frame/main_nav_travel.gif); } li#Menu_list_item_entertainment a:hover { background:url(../images/site_frame/main_nav_entertainment.gif); } #Menu_list_sub_nav li a:hover { background:url(../images/site_frame/second_newsletters_on.gif); } li#Menu_list_item_podcasts { width: 10%; } li#Menu_list_item_vodcasts { width: 10%; } li#Menu_list_item_forum { width: 9%; } li#Menu_list_item_blogs { width: 9%; } li#Menu_list_item_map_your_passion { width: 15%; } li#Menu_list_item_share_your_passion { width: 15%; } li#Menu_list_item_photos_and_videos { width: 13%; } li#Menu_list_item_newsletters { width: 11%; } li#Menu_list_item_shop { width: 8%; } /** EOF Menu.class.css **/ /** SOF SectionPage.class.css **/ .main_content_section { width: 625px; margin-top: 1px; padding-top:2px; } .top_graphic_1_us { margin-top: 1px; vertical-align: bottom; width:305px; height:82px; padding:66px 240px 0 80px; background: #4d78a2 url('../images/running/running_main_bckgrd.jpg'); color:#fff; font:0.9em arial; } .top_graphic_1_gb { margin-top: 1px; vertical-align: bottom; width:305px; height:82px; padding:66px 240px 0pt 80px; background: #4d78a2 url('../images/running/running_main_bckgrd_uk.jpg'); color:#fff; font:0.9em arial; } .top_graphic_1_us h1,.top_graphic_1_gb h1,.top_graphic_2 h1,.top_graphic_3 h1,.top_graphic_4 h1,.top_graphic_5 h1,.top_graphic_6 h1,.top_graphic_7 h1,.top_graphic_8 h1,.top_graphic_9 h1,.top_graphic_100 h1,.top_graphic_101 h1 { display:inline !important; background:transparent !important; font-weight:normal !important; font-size:0.9em !important; } .top_graphic_10 h1 { position: absolute !important; display:inline !important; background:transparent !important; font-weight:normal !important; font-size:0.9em !important; left: 500px !important; top: 70px !important; } .top_graphic_11 h1 { position: absolute !important; display:inline !important; background:transparent !important; font-weight:normal !important; font-size:0.9em !important; left: 175px !important; top: 74px !important; width: 315px; color: black !important; } .top_graphic_15 h1 { position: absolute !important; display:inline !important; background:transparent !important; font-weight:normal !important; font-size:0.9em !important; left: 225px !important; top: 74px !important; width: 335px; color: black !important; } .top_graphic_2 { margin-top: 1px; vertical-align: bottom; width:265px; height:78px; padding:70px 60px 0 300px; background: #4d78a2 url('../images/sport/sport_main_bckgrd.jpg'); color:#fff; font:0.9em arial; } .top_graphic_3 { margin-top: 1px; vertical-align: bottom; width:345px; height:82px; padding:66px 40px 0 240px; background: #4d78a2 url('../images/fitness/fitness_main_bckgrd.jpg'); color:#000; font:0.9em arial; } .top_graphic_3 h1,.top_graphic_4 h1,.top_graphic_5 h1{ color:#000 !important; } .top_graphic_4 { margin-top: 1px; vertical-align: bottom; width:315px; height:77px; padding:71px 0px 0 310px; background: #4d78a2 url('../images/healthy/healthy_main_bckgrd.jpg'); color:#000; font:0.9em arial; } .top_graphic_5 { margin-top: 1px; vertical-align: bottom; width:305px; height:82px; padding:66px 273px 0 47px; background: #4d78a2 url('../images/diet/diet_main_bckgrd.jpg'); color:#000; font:0.9em arial; } .top_graphic_6 { margin-top: 1px; vertical-align: bottom; width:305px; height:82px; padding:66px 60px 0 260px; background: #4d78a2 url('../images/outdoors/outdoors_main_bckgrd.jpg'); color:#fff; font:0.9em arial; } .top_graphic_7 { margin-top: 1px; vertical-align: bottom; width:350px; height:74px; padding:74px 200px 0 75px; background: #4d78a2 url('../images/travel/travel_main_bckgrd.jpg'); color:#fff; font:0.9em arial; } .top_graphic_8 { margin-top: 1px; vertical-align: bottom; width:265px; height:82px; padding:66px 34px 0 326px; background: #4d78a2 url('../images/entertainment/entertainment_main_bckgrd.jpg'); color:#fff; font:0.9em arial; text-align:right; } .top_graphic_9 { margin-top: 1px; vertical-align: bottom; width:325px; height:77px; padding:63px 34px 0 266px; background: #4d78a2 url('../images/travel/adventure_destinations_top.jpg'); color:#fff; font:0.9em arial; } .top_graphic_10 { margin-top: 1px; vertical-align: bottom; width:335px; height:111px; padding:29px 224px 0 66px; background: #4d78a2 url('../../images/music/music_main_bckgrd.jpg'); color:#fff; font:0.9em arial; } .top_graphic_11 { margin-top: 1px; vertical-align: bottom; width:335px; height:111px; padding:29px 224px 0 66px; background: #4d78a2 url('../../images/backpacking/backpackheader.jpg'); color:#fff; font:0.9em arial; } .top_graphic_15 { margin-top: 1px; vertical-align: bottom; width:335px; height:111px; padding:29px 224px 0 66px; background: #4d78a2 url('../../images/movies/moviesheader.jpg'); color:#fff; font:0.9em arial; } .top_graphic_100 { margin-top: 1px; vertical-align: bottom; width:335px; height:111px; padding:29px 224px 0 66px; background: #4d78a2 url('../images/running/flm_main_bckgrd.jpg'); color:#fff; font:0.9em arial; } .top_graphic_101 { margin-top: 1px; vertical-align: bottom; width:335px; height:135px; padding:29px 224px 0 66px; background: #4d78a2 url('../images/wmm/wmm_main_bckgrd.jpg'); color:#fff; font:0.9em arial; } .top_graphic_1_us a, .top_graphic_1_gb a, .top_graphic_7 a, .top_graphic_9 a, .top_graphic_100 a, .top_graphic_101 a { color:#fff !important; font-weight:normal !important; text-decoration:underline !important; } .top_graphic_1_us a:hover,.top_graphic_1_gb a:hover,.top_graphic_7 a:hover,.top_graphic_9 a:hover { text-decoration:none; } .top_graphic_3 a,.top_graphic_4 a,.top_graphic_5 a { color:#000 !important; font-weight:normal !important; text-decoration:underline !important; } .top_graphic_3 a:hover,.top_graphic_4 a:hover,.top_graphic_5 a:hover { text-decoration:none; } #highlights-container-section li{ padding:0; } .section_cta_container { width:320px; float:left; } .section_cta_container .second { margin-left:5px; } #my_realbuzz_section,#my_realbuzz_section_2 { width: 300px; float: right; background: #F3F6F3; } #my_realbuzz_section h2,#my_realbuzz_section_2 h2 { background: #3C9A3C; color: #fff; border-top: 3px solid #127C13; font-weight: normal; padding: 8px 8px 1px 8px; font-size: 1.5em; margin: 0 0 0 0; } #my_realbuzz_section h3 { background: #54A955 url('../../images/my_realbuzz_small_header.gif'); color: #fff; padding: 10px 8px 8px 8px; font-weight: normal; font-size: 1em; margin: 0px 0 0 0; } #my_realbuzz_section_2 h3 { background: #54A955 url('../../images/my_realbuzz_small_header.gif'); color: #fff; padding: 8px 8px 1px 8px; font-weight: normal; font-size: 1em; margin: 0px 0 0 0; } #my_realbuzz_section .box,#my_realbuzz_section_2 .box { clear: left; padding-top: 1px; padding-right: 1px; } /** editor's posts section page **/ #latest_editor_posts_section { /*padding: 8px 10px 1px 10px;*/ width:300px; } #latest_editor_posts_section .latest_blog_posts { background: #F1F2F1; } #latest_editor_posts_section h3 { background: #54A955 url('../../images/my_realbuzz_small_header.gif'); margin: 0; font-weight: normal; font-size: 1em; padding: 4px 4px 4px 10px; } #latest_editor_posts_section a.user_link { font-weight: normal; } .get-started-container { border:1px solid #5A395E; border-top:4px solid #5A395E; background-color:#F3EEF3; margin:0 0 12px 0; width:318px; clear:left; } .get-started-img { border-bottom:5px solid #AB8DB0; margin:0; /*height:100px; */ } .get-started-content { padding:10px; } .get-started-link { padding:7px 0 0 0; } #highlights-container-section { background-repeat:no-repeat; margin: 0 0 5px 0; list-style-type:none; list-style-position:outside; padding:0; width:320px; } #article-col h2.highlights-section-1 { background:#505FA8 !important; border-top: 3px solid #213469; margin:0 !important; padding:9px 0 2px 15px; font-weight:normal; font:1.62em arial; color:#fff; border-bottom:1px solid #fff; width:305px; } #article-col h2.highlights-section-2 { background:#505FA8 !important; border-top: 3px solid #213469; margin:0 !important; padding:6px 0 2px 15px; font-weight:normal; font:1.62em arial; color:#fff; border-bottom:1px solid #fff; width:305px; } #article-col h2.highlights-section-3 { background:#8C6393 !important; border-top: 3px solid #563D5A; margin:0 !important; padding:6px 0 2px 15px; font-weight:normal; font:1.62em arial; color:#fff; border-bottom:1px solid #fff; width:305px; } #article-col h2.highlights-section-4 { background:#3C7DD5 !important; border-top: 3px solid #154B85; margin:0 !important; padding:6px 0 2px 15px; font-weight:normal; font:1.62em arial; color:#fff; border-bottom:1px solid #fff; width:305px; } #article-col h2.highlights-section-5 { background:#DE7B40 !important; border-top: 3px solid #BD5F36; margin:0 !important; padding:6px 0 2px 15px; font-weight:normal; font:1.62em arial; color:#fff; border-bottom:1px solid #fff; width:305px; } #article-col h2.highlights-section-6 { background:#84993A !important; border-top: 3px solid #505A26; margin:0 !important; padding:6px 0 2px 15px; font-weight:normal; font:1.62em arial; color:#fff; border-bottom:1px solid #fff; width:305px; } #article-col h2.highlights-section-7,#article-col h2.highlights-section-9 { background:#61AF9C !important; border-top: 3px solid #307866; margin:0 !important; padding:6px 0 2px 15px; font-weight:normal; font:1.62em arial; color:#fff; border-bottom:1px solid #fff; width:305px; } #article-col h2.highlights-section-15, #article-col h2.highlights-section-8 { background:#E0A82F !important; border-top: 3px solid #A97132; margin:0 !important; padding:6px 0 2px 15px; font-weight:normal; font:1.62em arial; color:#fff; border-bottom:1px solid #fff; width:305px; } #article-col h2.highlights-section-10 { background:#E0A82F !important; border-top: 3px solid #A97232; margin:0 !important; padding:6px 0 2px 15px; font-weight:normal; font:1.62em arial; color:#fff; border-bottom:1px solid #fff; width:305px; } #article-col h2.highlights-section-15 { background:#E0A82F !important; border-top: 3px solid #A97232; margin:0 !important; padding:6px 0 2px 15px; font-weight:normal; font:1.62em arial; color:#fff; border-bottom:1px solid #fff; width:305px; } .section-home-left-side { float:left; } /** hot forum threads **/ #my_realbuzz_section .latest_forum_posts_table,#my_realbuzz_section_2 .latest_forum_posts_table { padding: 2px; } #my_realbuzz_section .latest_forum_posts table,#my_realbuzz_section_2 .latest_forum_posts table { width: 100%; border-collapse: collapse; } #my_realbuzz_section .latest_forum_posts table th,#my_realbuzz_section_2 .latest_forum_posts table th { color: #333; padding: 3px; } #my_realbuzz_section .latest_forum_posts table td,#my_realbuzz_section_2 .latest_forum_posts table td { padding: 3px; } #my_realbuzz_section .latest_forum_posts table .topics,#my_realbuzz_section_2 .latest_forum_posts table .topics { text-align: left; background-color:#f3f6f3; border-right: 1px solid #D5D5D5; border-bottom: 1px solid #D5D5D5; padding-left: 5px; } #my_realbuzz_section .latest_forum_posts table .posts,#my_realbuzz_section_2 .latest_forum_posts table .posts { text-align: center; background: #EAEDEA; border-left: 1px solid #D5D5D5; border-bottom: 1px solid #D5D5D5; font-weight: bold; } #my_realbuzz_section .latest_forum_posts table a,#my_realbuzz_section_2 .latest_forum_posts table a { color: #333; } #my_realbuzz_section .latest_forum_posts table a:hover,#my_realbuzz_section_2 .latest_forum_posts table a:hover { text-decoration: none; } .section_inline_advert { text-align: center; padding-top: 10px; float:right; } #my_realbuzz_section .inline_advert img,#my_realbuzz_section_2 .inline_advert img { vertical-align: bottom; } .fitness-podcasts { border:1px solid #8D6494; background-color:#F4F0F5; background-repeat:no-repeat; padding: 0; float:left; width:318px; } .vodcast-innercontainer { padding: 10px; } .fitness-podcasts-row { margin:8px 0 0 0; } .fitness-podcasts-link { font-size:12px; font-weight:bold; } .top_graphic_101 h1{ top: 50px; left: -5px; font-size: 1.1em !important; } /* WMM css IDs */ #SectionPage_wmm_blog_buttons{ } #SectionPage_wmm_blog_btn1 a, #SectionPage_wmm_blog_btn2 a, #SectionPage_wmm_blog_btn3 a, #SectionPage_wmm_blog_btn1_img, #SectionPage_wmm_blog_btn2_img, #SectionPage_wmm_blog_btn3_img{ margin:0; padding:0; margin-right: 1px; } /** EOF SectionPage.class.css **/ /** SOF Search.class.css **/ /* Search class css prototype file */ /* Class definitions */ /* Taken out - now in Common.css to be included ahead of all class css definitions. */ /* By tag definitions */ /* Non defined so far */ /* ID definitions */ /* The search basic version FORM */ #Search_form{ margin-left: 10px; } /* The search basic version field wrapper (DIV) */ #Search_search{ background-color: #DDDDDD; padding: 0px; margin: 0px; display: inline; } /* The search field */ #Search_searchfield{ } /* The search submit button */ #Search_submit{ margin-left: 10px; } /*The group of search results */ #Search_result{ background-color: #FFFFFF; } /* The search tag link */ #Search_link{ } /* Subtitle text from search result */ #Search_title{ color: #0000FF; background-color: #FFFF00; } /* Subtitle text from search result */ #Search_subtitle{ background-color: #DDDDD0; } /** EOF Search.class.css **/ /** SOF ArticleMenu.class.css **/ span.article_comments { position:absolute; right: 10px; margin-top:-10px; } span.podcast_button { position:absolute; right: 10px; margin-top: -18px; } .articleContainer { padding: 0; margin: 0; margin-top:10px; margin-left: 0px; margin-right: 0px; position:relative; } .articleContainer h3 { margin: 0px; padding: 4px; color: white; padding-left: 10px; font-size: 1.25em; } div.articleContainer a { position: relative; /* IE6 fix */ display: block; text-decoration: none; margin-bottom: 0px; margin-top: 0px; margin-left: 0px; margin-right: -2px; padding-top: 8px; padding-left: 15px; font-size: 1.1em !important; font-weight: bold !important; color: #333 !important; padding-top: 6px; padding-bottom: 6px; } div.articleContainer a:hover { color: #fff !important; } .articleContainer:visited { color: black; } .articleContainer ul { position: relative; /* IE6 fix */ margin: 0; margin-left: -0px; padding: 0; width:624px; } .articleContainer li { color: black; list-style: none; padding: 0px; margin: 0px; border-bottom: 1px solid #e5e5e5 !important; } .articleContainer .subtext { padding-top: 0; margin-top: 0; font-size: 13px; font-weight: 400; } ul.article_menu a { text-decoration:none !important; } /** EOF ArticleMenu.class.css **/ /** SOF Ski.class.css **/ /* Ski class css file */ /* IMPORTANT !!! :: Due to legisy tables all table tags have been styled, the use of ! important is required to override these. */ /* Class definitions */ .skiCheck{ width:20px; } .boxSki{ height:20px; color: #FFF; margin-left: 5px; } .rowSki{ background-color: #F5F5F5 !important; height:25px !important; border:none !important; margin-top:1px !important; } .cellCountry,.cellResort,.cellSki{ border: none !important; background-color: #F5F5F5 !important; margin:0px; padding:0px; } .cellCountry,.cellResort{ border-top: solid #fff 1px !important; } .cellCountry{ width:245px; } .cellResort{ width:350px; } .linkSki{ color: #000000; } /* By tag definitions */ /* Non defined so far */ /* ID definitions */ #Ski_green_box{ background-color: #31823D; } #Ski_blue_box{ background-color: #045AAE; } #Ski_red_box{ background-color: #E70811; } #Ski_black_box{ background-color: #000; } /** #Ski_beginner,#Ski_intermediate,#Ski_advanced,#Ski_snowboarding{ background-color: #214B7F !important; } **/ #Ski_resort_summary,#Ski_description_body{ width:598px; margin-left:15px; margin-right:15px; border-collapse: collapse; border: 0px !important; } #Ski_resort_seletion{ margin-bottom: 30px; } #Ski_subject1_text,#Ski_subject2_text{ padding-left:10px; font-size: 1.0em; font-weight: bold; } #Ski_subject1_text{ margin-bottom: 90px; } #Ski_article_body{ margin-bottom:30px; padding-left:15px; } #Ski_resort_choice_button,#Ski_search_button{ background-image: url('/images/ski/button_go.gif'); background-color:transparent; width: 35px; height:22px; margin: 0px; padding: 0px; margin-bottom: 18px; border: none; cursor: pointer; } #Ski_horiz_seperator{ margin-bottom: 18px; } /*Provides a backing image for text to go into*/ #Ski_header_image_box{ margin-bottom:30px; margin-right: 2px; margin-left: 0px; padding:0px; background-image: url('/images/ski/ski_resort_header_bckgrd.jpg'); background-repeat: no-repeat; background-position: top; /* background-color: #E3E3E3; */ height:100px; border-bottom: 5px solid #E5E5E5; } #Ski_header_text{ padding-top:35px !important; padding-left:17px; background-color: transparent !important; color: #000; font-size: 2em; font-weight: bold; } #Ski_resultlist_para{ margin-left: 15px; } /* Result list table */ #Ski_resort_list_table{ background-color: #FFFFFF; margin-left: 15px; margin-right: 20px; border: none !important; border-collapse: collapse; font-weight: bold; } #Ski_subject_panel{ float:left; width:210px; height:688px; background-color: #F5F5F5; } #Ski_form_panel{ float:right; width:400px; } #Ski_resort_choice_button{ display: block; } /* Captions in table and other headers */ #Ski_type_header,#Ski_resort_header{ height: 30px; background-color: #E5E5E5; font-size: 1.5em; text-align:left; padding:3px 0px 0px 5px; margin:0px; } #Ski_group1_table,#Ski_group2_table{ width: 378px; border: none !important; border-collapse: collapse !important; } #Ski_apreSki_group_text_cell,#Ski_average_group_text_cell,#Ski_facilities_group_text_cell{ vertical-align: top; } #Ski_beginner_text_cell,#Ski_intermediate_text_cell,#Ski_advanced_text_cell, #Ski_snowboard_text_cell,#Ski_offpiste_text_cell,#Ski_height_text_cell, #Ski_inout_text_cell,#Ski_families_text_cell,#Ski_apreSki_group_text_cell, #Ski_lively_text_cell,#Ski_quiet_text_cell,#Ski_average_group_text_cell, #Ski_rockbottom_text_cell,#Ski_value_text_cell,#Ski_middle_text_cell, #Ski_luxury_text_cell,#Ski_minimal_text_cell,#Ski_average_text_cell, #Ski_extensive_text_cell,#Ski_inout_text_cell{ width:130px !important; margin-right:0px !important; border-bottom: solid white 1px !important; border-top: solid white 1px !important; } #Ski_beginner_cell,#Ski_intermediate_cell,#Ski_advanced_cell, #Ski_snowboard_cell,#Ski_offpiste_cell,#Ski_height_cell, #Ski_inout_cell,#Ski_families_cell,#Ski_apreSki_group_cell, #Ski_lively_cell,#Ski_quiet_cell,#Ski_average_group_cell, #Ski_rockbottom_cell,#Ski_value_cell,#Ski_middle_cell, #Ski_luxury_cell,#Ski_minimal_cell,#Ski_average_cell, #Ski_extensive_cell,#Ski_inout_cell{ margin-left:0px !important; padding:0px !important; text-align:left !important; border-bottom: solid white 1px !important; border-top: solid white 1px !important; } #Ski_piste_height_text,#Ski_runs_text,#Ski_lifts_text, #Ski_beginner_text,#Ski_intermediate_text,#Ski_advanced_text, #Ski_snowboarding_text{ /**background-color: #E5E5E5 !important;**/ width:50%; /**font-weight: bold;**/ } #Ski_piste_height,#Ski_runs{ font-weight: bold; } #Ski_detail_header{ color: white; background-color: #214B7F; font-size: 1.5em; margin-left: 13px; margin-right: 13px; height: 33px; padding-top: 5px; margin-bottom: 5px; border: 0px; } #Ski_piste_row,#Ski_runs_row,#Ski_lifts_row,#Ski_beginner_row,#Ski_intermediate_row, #Ski_advanced_row,#Ski_snowboarding_row{ border-bottom: solid #fff 1px; } #Ski_beginner_row{ border-top: solid #fff 8px; } /** EOF Ski.class.css **/ /** SOF SportAZPage.class.css **/ #sportazpage { padding: 0; margin: 0; margin-top: 1px; /* Nasty hack re: the positioning of #article-col */ } #sportazpageheader { height: 148px; width: 624px; background: url('/images/sport/sport_main_bckgrd.jpg') no-repeat; } #sportazpageheader p { width: 270px; padding: 0; margin: 0; padding-top: 70px; margin-left: 300px; color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 0.9em; } #sportazpage h3 { margin: 0; padding: 7px; font-size: 1.3em; margin-top: 1px; margin-right: 2px; background: #E5E5E5; color: #333333; border-top: 1px solid #999; } #sportazpage h4 { margin: 0; padding: 7px; font-size: 1.15em; margin-top: 10px; margin-right: 2px; background: #E7F0E7; color: #333333; border-top: 1px solid #C8C8C8; } #sportslist { background: #F5F5F5; height: 320px; padding-top: 15px; padding-left: 5px; } #sportslist li { list-style: none; padding-left: 5px; padding-top: 2px; } #sportslist a { color: #333333; text-decoration: underline; } #sportslist a:hover { text-decoration: none; } #sportslist .col0 { position: absolute; width: 205px; padding: 0; margin: 0; } #sportslist .col1 { position: absolute; width: 205px; left: 385px; padding: 0; margin: 0; } #sportslist .col2 { position: absolute; width: 205px; right: 0px; padding: 0; margin: 0; } /** EOF SportAZPage.class.css **/ /** SOF CharityListing.class.css **/ img.Charity_image { float:right; } .ad-block-container { display: none; } .charitylisting { padding: 1px; } .charitylisting .header { margin-left: -3px; height: 165px; } .charitylisting h3 { display: block; font-size: 1.4em; margin-bottom: 0; padding-bottom: 0; } .listingtitle { background-color: transparent; color: white; font-size: 2.0em; font-weight: bold; display: block; width: 300px; padding-left: 18px; padding-top: 20px; } .charitylisting .charityentryalpha { border-bottom: 1px solid #ccc; min-height: 65px; padding: 6px; padding-top: 12px; } .charitylisting .charityentry1 { border-bottom: 1px solid #ccc; height: 160px; padding: 6px; padding-top: 12px; } .charitylisting .charityentry2 { border-bottom: 1px solid #ccc; height: 110px; padding: 6px; padding-top: 12px; } .charitylisting .charityentry2 h3 { font-size: 1.3em; margin-bottom: -10px; } .charitylisting .charityentry3 { border-bottom: 1px solid #ccc; height: 55px; padding: 6px; } .charitylisting .charityentry3 h3 { font-size: 1.1em; } .charitylisting .charityentrywateraid { border-bottom: 1px solid #ccc; height: 85px; padding: 6px; } .charitylisting .charityentrywateraid h3 { font-size: 1.1em; } .charitylisting .charityentrydiabetes { border-bottom: 1px solid #ccc; height: 70px; padding: 6px; } .charitylisting .charityentrydiabetes h3 { font-size: 1.1em; } .charitylisting .charityentrylepra { border-bottom: 1px solid #ccc; height: 75px; padding: 6px; } .charitylisting .charityentrylepra h3 { font-size: 1.1em; } .charitylisting .charityentry img { float: right; } .charitylisting p { font-size: 1.1em; padding: 6px; padding-right: 10px; margin: 0; font-family: Arial, helvetica, sans-serif; } .charitylisting p a { color: #333; font-weight: bold; text-decoration: underline; } .charitylisting p a:hover { text-decoration: none; } .charitylisting .style1 { font-size: 1.5em; display: block; font-weight: bold; color: #333; } .charitylisting .clicklogo { font-size: 1em; font-weight: bold; display: block; color: #666; } .charitylisting .bodycopy { font-size: 1em; display: block; width: 430px; } .charitylisting .bodycopy strong { font-size: 1.3em; font-weight: bold; display: block; color: #333; } .charitylisting #charitiesaz { padding-bottom: 10px; } .charitylisting #charitiesaz p { background: #e5e5e5; color: #333; display: block; font-size: 1.3em; font-weight: bold; padding: 5px; } .charitylisting #charitiesaz a { font-size: 1.2em; padding-left: 11px; color: #333; font-weight: bold; } .charitylisting #charitiesaz a:hover { text-decoration: none; } .charitiesazletter { margin-top: 6px; } /** EOF CharityListing.class.css **/ /** SOF EventListing.class.css **/ /* Note: this is over-riding the css for the h1 from Page */ .eventheader { display: block; background: url('/images/featured_events/featured_main_bckgrd.jpg'); padding-left: 25px; padding-top: 40px; padding-bottom: 15px; border-bottom: 5px solid #E5E5E5; font-size: 2.1em; /* TODO: Remove when the menu is inserted! */ margin-left: 172px; } .eventcontainer { width: 608px; padding: 10px; margin: 0; /* TODO: Remove when the menu is inserted! */ margin-left: 172px; } .listing { padding: 0; margin: 0; } .listing h2 { display: block; color: #FFFFFF; padding: 7px; background: #505FA8; border-bottom: 3px solid #B7BBCC; } .event { padding: 10px; border-bottom: 1px solid #999; margin-bottom: 8px; } .event img { float: right; } .event h3 { padding: 0; margin: 1px; } .event .contact { padding: 0; margin: 1px; } .event .click { padding: 0; margin: 1px; color: #666; font-size: 1.1em; font-weight: bold; } .tier1 h3 { font-size: 1.4em; } .tier1 .contact { font-size: 1.3em; font-weight: bold; } .tier1 .extra { font-size: 1.2em; font-weight: bold; } .tier2 h3 { font-size: 1.25em; } .tier2 .contact { font-size: 1.1em; font-weight: bold; } .tier3 h3 { font-size: 1.1em; } .tier3 .contact { font-size: 1em; } /** EOF EventListing.class.css **/ /** SOF MapPage.class.css **/ #map { position: relative; } #map .map_marks ol, #map .map_marks li { padding: 0; margin: 0; list-style: none; } #map .map_marks li { position: absolute; } #map .map_marks li a { position: relative; display: block; width: 19px; height: 19px; text-align: center; color: #fff; font-weight: bold; padding: 0 2px 2px 0; line-height: 18px; font-size: 0.9em; cursor: pointer; text-decoration: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/number_circle.png',sizingMethod='image'); z-index: 999; } #map .map_marks li a * { cursor: pointer; } #map[id] .map_marks li a { filter: none; background: url('../images/number_circle.png'); } #map .map_marks li a .region { display: none; position: absolute; left: 23px; top: 0px; color: #fff; background: #32AD2A; border: 1px solid #000; padding: 0 3px; white-space: pre; word-wrap: pre; } #map .map_marks li a:hover { z-index: 1000; } #map .map_marks li a:hover .region { display: block; } .mark_list a { color: #333; font-weight: bold; text-decoration: underline; } .mark_list a:hover { text-decoration: none; } .mark_list .first_list { list-style-position: inside; float: left; margin-left: 50px; } .mark_list .second_list { list-style-position: inside; float: right; margin-right: 50px; } /* For hiding number span - part of replacing numbers with text. */ .region_hide { display: none; } .region_text { color: #000; background: none !important; filter: none ! important; width: 100px ! important; } /** EOF MapPage.class.css **/ /** SOF CharityAdventureListing.class.css **/ /* Note: this is over-riding the css for the h1 from Page */ .charityadvheader { display: block; background: url('/images/charity_adventures/adv_list_header_bckgrd.jpg'); padding-left: 45px !important; padding-top: 20px !important; padding-right: 350px !important; padding-bottom: 20px !important; border-bottom: 5px solid #E5E5E5; font-size: 1.9em !important; color:#000 !important; height:60px; } .trilistheader { display: block; background: url('/images/trilistheader.jpg'); padding-left: 45px !important; padding-top: 20px !important; padding-right: 350px !important; padding-bottom: 20px !important; border-bottom: 5px solid #E5E5E5; font-size: 1.9em !important; color:#FFF !important; height:60px; } .charityadvcontainer { width: 608px; margin: 0; } .advevent { padding: 10px; border-bottom: 1px solid #999; margin-bottom: 8px; float:right; width: 590px; } .advevent h3 { padding: 0; margin: 1px; } .advevent .contact { padding: 0; margin: 1px; } .advevent .click { padding: 0; margin: 1px; color: #666; font-size: 1.1em; font-weight: bold; } .tier1 { height: 140px; border-bottom: 1px solid #999; margin-bottom: 8px; } .tier1 h3 { font-size: 1.4em; } .tier1 .contact { font-size: 1.3em; font-weight: bold; } .tier1 .extra { font-size: 1.2em; font-weight: bold; } .tier2 { height: 80px; } .tier2 h3 { font-size: 1.25em; } .tier2 .contact { font-size: 1.1em; font-weight: bold; } .tier3 { height: 60px; } .tier3 h3 { font-size: 1.1em; } .tier3 .contact { font-size: 1em; } /** EOF CharityAdventureListing.class.css **/ /** SOF CoolToolsListing.class.css **/ .toolscontainer { width: 625px; } .toolscontainer h2 { /* All these !importants should be sorted out. */ display: block !important; background: #e7f0e7 !important; border-top: 1px solid #c8c8c8 !important; font-size: 1.6em !important; font-weight: normal !important; color: black !important; } #Title_cool_tools { /* All these !importants should be sorted out. */ color:#FFFFFF !important; font-size:2.1em !important; font-weight:bold !important; padding:35px 0pt 20px 35px !important; background: #2B912D !important; border-bottom: 4px solid #e5e5e5 !important; margin-bottom: 15px !important; } .toolscontainer img { float: left; } .toolscontainer h3 { font-size: 1.1em; font-weight: bold; text-decoration: underline; padding: 0; margin: 0; } .toolscontainer a { color: black; } .toolscontainer a:hover { text-decoration: none; } .toolscontainer p { padding: 0; margin: 0; } .toolscontainer img { margin-right: 8px; } .tool { margin: 6px; padding: 8px; border: 1px solid #ccc; height: 60px; } /** EOF CoolToolsListing.class.css **/ /** SOF Local.class.css **/ /* Local class css file */ /* Class definitions */ /* None */ /* By tag definitions */ /* Non defined so far */ /* ID definitions */ #Local_select_form{ font-size: 16px; } #Local_langbutton_en-gb,#Local_langbutton_en-us{ width:20px; height:13px; border: none; margin: 2px; margin-top: 5px; background-repeat: no-repeat; vertical-align:bottom; } /** Change, due to IE 6 issues the flag buttons have been converted to image buttons */ /* ** Location of images changed, now /images//flag.gif ** /* EN-GB local */ #Local_langbutton_en-gb{ /* background-image: url('/common/images/flags/uk-flag.gif'); */ } /* EN-US local */ #Local_langbutton_en-us{ /* background-image: url('/common/images/flags/us-flag.gif'); */ } /** EOF Local.class.css **/ /** SOF VodcastPage.class.css **/ /* CSS Document */ #nav-content-container { clear:both; margin:1px 0 0 0; background-image:url(/images/blogs/blog_left_nav_bckgrd.jpg); background-repeat:repeat-y; } /*----- this area holds all the BLOG LEFT NAV stuff -----*/ #blog-left-nav-col { float:left; width:170px; background-color:#E8E8E8; } #search-left-container { border:1px solid #CCCCCC; padding:8px 10px; } #search-left-field { float:left; width:100px; } #search-left-button { float:left; width:36px; } /*-- this style to show when blog author is viewing own blog --*/ #settings-container { } /*-- --*/ .left-nav-title { background-color:#9A9A9A; color:#FFFFFF; padding:6px 10px 7px 8px; margin:8px 0 0 0; font-size:1.2em; } /* Fix IE. Hide from IE Mac \*/ * html #blog-left-nav-col ul li { float: left; } * html #blog-left-nav-col ul li a { height: 1%; } /*End */ #blog-left-nav-col ul { list-style: none; margin:0px; padding:0px; background-color:#E9E9E9; width:170px; } #blog-left-nav-col ul li { border:1px solid #CCCCCC; } #blog-left-nav-col ul li a {background-color:#E9E9E9; padding:6px 10px 7px 8px; font-size:1.1em; display:block; text-decoration:none;color:#666666; margin:0px;} #blog-left-nav-col ul li a:visited {background-color:#E9E9E9; display:block; text-decoration:none; color:#666666; margin:0px;} #blog-left-nav-col ul li a:hover {background-color:#666666; display:block; text-decoration:none;color:#FFFFFF; margin:0px;} /*----- this area holds all the CENTRE stuff on the page -----*/ #gen-col { float:right; width:628px; padding:0 1px 0 0; } .gen-container { /*background-image:url(../images/blogs/start_blog_header_bckgrd.jpg); background-repeat:no-repeat;*/ background-color:#2B912D; border-bottom:5px solid #E5E5E5; } .gen-title { color:#FFFFFF; font-size:2.1em; font-weight:bold; padding:35px 0 20px 35px; } .gen-title-row { background-color:#E7F0E7; border-top:1px solid #C8C8C8; padding: 0 10px; margin:20px 0 0 0; } .gen-title-left { font-size:1.6em; font-weight:normal; padding:2px 0 3px 0; } .gen-title-right { float:right; padding:2px 0 0 0; } .gen-area-container { background-image:url(/images/settings/sub_area_bckgrd.gif); background-repeat:repeat-y; margin:5px 0; width:628px; } .gen-area-row { } .gen-area-left { padding:5px 10px; font-size:1.2em; width:185px; } .gen-area-right { float:right; padding:5px 10px; width:400px; } .gen-row-container { margin:5px 0; padding:5px 10px;; font-size:1.2em; } .gen-row-container a {font-weight:bold; text-decoration:underline;} .gen-row-container a:visited {font-weight:bold; text-decoration:underline;} .gen-row-container a:hover {font-weight:bold; text-decoration:none;} .margin-10-left { margin: 0 0 0 10px; } /*-- --*/ /*-- STYLES FOR THE COMMENTS ON PROFILE VIEW PAGE --*/ .sub-comment-container { margin:10px 0 0 0; border-top:1px solid #AEAEAE; border-bottom:1px solid #AEAEAE; } .sub-comment-title { border-top:5px solid #E3E3E3; background-color:#F3F3F3; padding:15px 0px 5px 10px; /*color:#076309;*/ color:#444444; font-size:1.5em; font-weight:bold; } .sub-comment-inner-container { padding:10px 5px 0 5px; font-size:1.2em; } .sub-comment-row { border-top:1px solid #AEAEAE; border-bottom:1px solid #AEAEAE; /*background-color:#F7F7F7;*/ padding:5px 5px 0 5px; margin: 0 0 10px 0; } .sub-comment-row a {font-weight:bold; text-decoration:underline;} .sub-comment-row a:visited {font-weight:bold; text-decoration:underline;} .sub-comment-row a:hover {font-weight:bold; text-decoration:none;} .sub-comment-row-report { margin:0 -5px; padding:2px 10px 3px 10px; background-color:#EDEDED; } .sub-comment-row-report a {font-weight:bold; text-decoration:underline; font-size:0.85em;} .sub-comment-row-report a:visited {font-weight:bold; text-decoration:underline;} .sub-comment-row-report a:hover {font-weight:bold; text-decoration:none;} /*-- --*/ /*-- STYLES FOR THE NEWSLETTERS PAGE --*/ .newsletter-container { width:605px; /*background-color:#E5E5E5;*/ background-image:url(/images/settings/newsletter_bckgrd.gif); background-repeat:repeat-x; } .newsletter-left { width:200px; } .newsletter-right { float:right; width:400px; } .newsletter-row-top { background-color:#59A442; color:#FFFFFF; font-size:1.4em; padding:5px 5px 7px 10px; } .newsletter-tick { float:right; } .newsletter-row-bottom { background-color:#E5E5E5; padding:5px 5px 7px 5px; } /*-- --*/ /*-- STYLES FOR THE COOL TOOLS PAGE --*/ .tool-row-container { border:1px solid #CCCCCC; padding:5px 10px; } .tool-left { } .tool-right { float:right; width:520px; } /*-- --*/ /*-- STYLES FOR THE PODCAST/VODCAST COLUMNS (styles for rollovers next) --*/ .podcast-container { background-image:url(/images/secondary_generic/podcast_header_bckgrd2.jpg); background-repeat:no-repeat; border-bottom:5px solid #E5E5E5; } .vodcast-container { background-image:url(/images/secondary_generic/podcast_header_bckgrd.jpg); background-repeat:no-repeat; border-bottom:5px solid #E5E5E5; } .podcast-title { color:#FFFFFF; font-size:2.1em; font-weight:bold; padding:35px 0 20px 40px; } .pod-col-container { } .pod-col-header { background-color:#218623; padding:8px 10px 6px 15px; color:#FFFFFF; font-size:1.2em; font-weight:bold; width:582px; border-bottom:4px solid #70B771; } .pod-col-header-lucozade { background-color:#2592D5; padding:8px 10px 6px 15px; color:#FFFFFF; font-size:1.2em; font-weight:bold; width:582px; border-bottom:4px solid #70B7ff; } .pod-table { width:600px; } #article-col .gen-row-container table.vod-table td { padding:5px 10px; background-color:#fff !important; } .vod-table { width:250px; background:#fff; border:none !important; border:none; } .vod-table td { background:#fff !important; border:none !important; padding:0 10px; } .player-container { float:right; } .player-title { background-color:#218623; padding:5px 5px 6px 5px; color:#FFFFFF; font-size:1.1em; font-weight:bold; border-bottom:2px solid #70B771; } .player-title-lucozade { background-color:#2592D5; padding:5px 5px 6px 5px; color:#FFFFFF; font-size:1.1em; font-weight:bold; border-bottom:2px solid #70B7ff; } .pod-area-container { background-image:url(/images/settings/sub_area_bckgrd.gif); background-repeat:repeat-y; margin:20px 0 5px 0; width:600px; } .pod-area-row { } .pod-area-left { padding:5px 10px; font-size:1em; width:185px; } .pod-area-right { float:right; padding:5px 10px; width:370px; } .pod-list-table { width:600px; } .pod-list-table td { background-color:#F5F5F5; margin:0 5px; padding:5px 5px 10px 5px; vertical-align:top; border-top:5px solid #E5E5E5; border-bottom:5px solid #E5E5E5; } /*-- --*/ /*-- STYLES FOR THE PODCAST/VODCAST ROLLOVERS --*/ .listing-generic a {display:block; padding:8px 10px 6px 15px; border-bottom:1px solid #E5E5E5; width:582px; text-decoration:none !important;} .listing-generic a:visited {display:block; padding:8px 10px 6px 15px; border-bottom:1px solid #E5E5E5; text-decoration:none;} .listing-generic a:hover {display:block; background-color:#218623; padding:8px 10px 6px 15px; border-bottom:1px solid #E5E5E5; text-decoration:none;} .listing-generic-lucozade a {display:block; padding:8px 10px 6px 15px; border-bottom:1px solid #E5E5E5; width:582px; text-decoration:none !important;} .listing-generic-lucozade a:visited {display:block; padding:8px 10px 6px 15px; border-bottom:1px solid #E5E5E5; text-decoration:none;} .listing-generic-lucozade a:hover {display:block; background-color:#2592D5; padding:8px 10px 6px 15px; border-bottom:1px solid #E5E5E5; text-decoration:none;} .sponsor a {float:right;font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:1em; font-weight:normal; text-decoration:none; margin:0px;} .sponsor a:visited {font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:1em; font-weight:normal; text-decoration:none; margin:0px;} .sponsor a:hover {font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:1em; font-weight:normal; text-decoration:none; margin:0px;} a .title {font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:1.3em; font-weight:bold; text-decoration:none; margin:0px;} a:visited .title {font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:1.3em; font-weight:bold; text-decoration:none; margin:0px;} a:hover .title {font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:1.3em; font-weight:bold; text-decoration:none; margin:0px;} a .subtitle {font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:1em; font-weight:normal; text-decoration:none; margin:0px;} a:visited .subtitle {font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:1em; font-weight:normal; text-decoration:none; margin:0px;} a:hover .subtitle {font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:1em; font-weight:normal; text-decoration:none; margin:0px;} /*-- --*/ /** EOF VodcastPage.class.css **/ /** SOF Forum.class.css **/ a.forum_link { color: #333; } a.forum_link:hover { text-decoration: none; } .lounge_cta { float: left; margin-top: 30px; margin-left: 30px; } .category_link { float:right; margin-right:3px; } #col-container { background-image:url(../images/main_bckgrd_single_line.gif); } #forumContent { font-family: arial, sans-serif; color: #000; background: #fff; float: left; width: 625px; } #forumContent h2 { background: transparent; color: #333; } #forumContent .forum_body div.clear { clear: both; } #forumContent .forum_body a { color: #000; font-weight: bold; text-decoration: underline; } #forumContent .forum_body a:hover { text-decoration: none; color: #000; } #forumContent .forum_header h1 { background: #fff url('../images/forum/header_bckgrd_forum.jpg') no-repeat top left; height: 148px; padding: 0; font-size: 2em; margin: 0; } #forumContent .forum_header[class] h1 { margin-left: -3px; } #forumContent .forum_header h1 span { padding: 35px 0 27px 23px; display: none; } /* .forum_header { background: #fff url('../images/forum/header_bckgrd_forum.jpg') no-repeat top right; margin-bottom: 5px; height: 1%; /* IE6 bug fix * / } .forum_header h1 { float: right; width: 505px; line-height: 90px; margin: 0; text-transform: lowercase; font-size: 1.8em; } .forum_header .forum_profile { width: 250px; background: #666; color: #fff; padding: 5px; } .forum_header .forum_profile #account_profile { width: auto; padding: 0; } .forum_header .forum_profile #account_profile .welcome_back { font-size: 1.25em; } .forum_header .forum_profile p { margin: 0; } .forum_header .forum_profile .forum_register { margin-top: 10px; } */ #forumContent .forum_body table { /*border-collapse: collapse;*/ margin: 0; } #forumContent .forum_body .forum-table-container { border: 2px solid #3C9315; padding: 1px; margin: 5px; } #forumContent .forum_body table, #forumContent .forum_body th, #forumContent .forum_body td { border: 1px solid #fff; /* border: 1px solid #534640;*/ } #forumContent .forum_body table { border-left: 0; border-top: 0; } #forumContent .forum_body th, #forumContent .forum_body td { border-right: 0; border-bottom: 0; } #forumContent .forum_body thead th { background: #009800; color: #fff; padding: 6px; text-align: center; } #forumContent .forum_body tbody th { background: #7AC841; color: #fff; padding-left: 0.5em; } #forumContent .forum_body tbody td { padding: 3px; } #forumContent .forum_body tbody tr.odd { background: #F5F5F5; } #forumContent .forum_body tbody tr { background: #EFEFEF; } #forumContent .forum_body .number { text-align: center; } /* *** */ .forum-list { width: 609px; } .forum-list .latest-post { text-align: center; } .forum-list .latest-post .date { font-size: 0.8em; display: block; } .forum-list .latest-post .username { font-size: 0.8em; } .forum-list .latest-post .username img { display: none; } .forum-list tr.forum-category { text-align: left; font-size: 1.2em; } .forum-list td.icon { width: 50px; padding: 3px 0; text-align: center; } .forum-list td.author { vertical-align: top; width: 115px; } .forum-list td.author .user_details { font-size: 85%; } .forum-list td.author img { display: block; margin: auto; } .forum-list td.message { width: 450px; } #forumContent .forum_body .fft-logo { display: block; float: right; } #forumContent .forum_body .fft-logo img { border: none; } #forumContent .forum_body .page-list { text-align: right; clear: both; margin: 5px 10px; } #forumContent .forum_body blockquote { margin: 0 1em 2em 1em; border: 1px dotted #D9CBBE; position: relative; top: 1.5em; padding: 0.5em; background-color: #F5F5F5; } #forumContent .forum_body .odd blockquote { background-color: #EFEFEF; } #forumContent .forum_body blockquote .quoted { position: relative; top: -2em; margin-bottom: -1.5em; font-weight: bold; } #forumContent .forum_body .smiley { width: 15px; height: 15px; border: none; } #forumContent .forum_body .breadcrumb { padding: 0.5em } #forumContent .forum_body .breadcrumb ul, #forumContent .forum_body .breadcrumb li { margin: 0; padding: 0; list-style: none; } #forumContent .forum_body .breadcrumb li { display: inline; } #forumContent .forum_body .breadcrumb li span { padding: 0 0.5em; } #forumContent .forum_body .message { vertical-align: top; } #forumContent .forum_body .message .message-header { border-bottom: 1px dotted #D9CBBE; margin: 0 0.25em 0.5em 0.25em; font-size: 0.8em; } #forumContent .forum_body .message .message-header .message-time { display: block; float: left; } #forumContent .forum_body .message .message-header .message-subject { display: block; float: right; } #forumContent .forum_body .message .message-header .message-quote img { float: right; border: 0; margin-left: 5px; margin-top: -3px; } #forumContent .forum_body .message .message-body { width: 450px; overflow: auto; overflow-y: visible; padding-bottom: 1.5em; position: relative; } #forumContent .forum_body[id] .message .message-body { width: 100%; } #forumContent .forum_body form .form-error { padding-left: 3px; color: red; display: none; } #forumContent .forum_body form label { float: left; clear: left; width: 10em; text-align: right; padding-right: 3px; padding-top: 1px; font-weight: bold; } #forumContent .forum_body form select, #forumContent .forum_body form input, #forumContent .forum_body form textarea { background: #F9F9F9; border: 1px solid #534640; padding: 1px; font-family: Arial, sans-serif; font-size: 0.9em; } #forumContent .forum_body form table input, #forumContent .forum_body form .wide-row input { width: auto !important; border: none; background: transparent; } #forumContent .forum_body form .wide-row { margin-left: 9em; } #forumContent .forum_body form .wide-row label { float: none; width: auto; padding: 0; margin: 0; } .table-buttons { text-align: right; background: #3C9315; padding: 1px 3px 3px 3px; } .table-buttons input { width: 15em !important; } #forumContent .forum_body form select#address6, #forumContent .forum_body form input, #forumContent .forum_body form textarea { width: 40em; } #forumContent .forum_body form .emoticons table, #forumContent .forum_body form .emoticons th, #forumContent .forum_body form .emoticons td { border: 1px solid #3C9315; border-collapse: collapse; } #forumContent .forum_body form#forum-post label { width: 9em; } #forumContent .forum_body form .emoticons { width: 8em; } #forumContent .forum_body form .emoticons { float: left; clear: left; text-align: right; } #forumContent .forum_body form .emoticons tr { background: transparent; } #forumContent .forum_body form .emoticons img { cursor: pointer; } #forumContent .forum_body form#forum-post input, #forumContent .forum_body form#forum-post textarea { width: 36em; } #forumContent .forum_body form#forum-post .half-width input, #forumContent .forum_body .half-width input { width: 10em; } #forumContent .forum_body form#forum-post .half-width button { height: 1.5em; padding: 0; margin: 0 0 0 1em; background: #ccc; border: 1px solid #000; color: #000; } #forumContent .forum_body form select:focus, #forumContent .forum_body form input:focus, #forumContent .forum_body form textarea:focus { background: #fff; } #forumContent .forum_body form .form-row { padding: 1px; } #forumContent .forum_body form .emoticons table { float: right; margin: 1em 0.25em 0 0.25em; } #forumContent .forum_body form .emoticons th { text-align: center; } #forumContent .forum_body form .form-button-images, #forumContent .forum_body form .form-buttons { padding-top: 1em; text-align: center; } #forumContent .forum_body form .form-buttons input, #forumContent .forum_body form button { background: #3C9315; border: 1px solid #534640; color: #fff; padding: 0.25em; font-weight: bold; display: inline; margin: 0 0.5em; width: 10em !important; } #forumContent .forum_body form .form-button-images input { border: none ! important; margin: 0 ! important; width: auto ! important; } #forumContent .forum_body .radios label { clear: none; float: none; } #forumContent .forum_body .radios input { border: none; background: transparent; width: auto; } #forumContent .forum_body #terms { height: 15em; overflow: auto; } #forumContent .forum_body .missing-field { margin-left: 5px; position: relative; top: 3px; } #forumContent .forum_body p.error { color: #f00; font-weight: bold; } #forumContent .forum_body fieldset { border-style: solid; border-width: 1px 0 0 0; border-color: #534640; margin-top: 1em; } #forumContent .forum_body legend { font-size: 1.25em; font-weight: bold; color: #534640; margin-bottom: 1em; } #forumContent .forum_body fieldset>legend { margin-bottom: 0; } #forumContent .forum_body .forgot-link { text-align: right; margin-top: 0.5em; } #forumContent .forum_body .forum-controls { margin-bottom: 0.5em; } #forumContent .forum_body .forum-controls-bottom { margin-top: 0.5em; } #forumContent .forum_body .forum-controls ul, #forumContent .forum_body .forum-controls-bottom ul, #forumContent .forum_body .forum-controls li, #forumContent .forum_body .forum-controls-bottom li { list-style: none; padding: 0; margin: 0; } #forumContent .forum_body .forum-controls-bottom li, #forumContent .forum_body .forum-controls li { display: inline; padding: 0 0.25em; } #forumContent .forum_body .forum-controls-bottom a img, #forumContent .forum_body .forum-controls a img { border: none; } #forumContent .forum_body #forum-navigation { text-align: right; } #forumContent .forum_body #forum-navigation, #forumContent .forum_body #forum-navigation li { margin: 0; padding: 0; list-style: none; } #forumContent .forum_body #forum-navigation li { display: inline; padding: 0 0.25em; } #forumContent .forum_body #forum-navigation a img { border: none; padding-right: 3px; } #find-user { font-family: arial, sans-serif; font-size: 0.8em; color: #000; background: #fff; text-align: left; } #find-user fieldset { border-style: solid; border-width: 1px 0 0 0; border-color: #534640; margin-top: 1em; } #find-user legend { font-size: 1.25em; font-weight: bold; color: #534640; margin-bottom: 1em; } #find-user fieldset>legend { margin-bottom: 0; } #find-user form label { float: left; clear: left; width: 5em; text-align: right; padding-right: 3px; padding-top: 1px; font-weight: bold; } #find-user form input { width: 150px; } #find-user form select, #find-user form input { background: #F9F9F9; border: 1px solid #534640; padding: 1px; font-family: Arial, sans-serif; font-size: 0.9em; height: 18px; } #find-user form select:focus, #find-user form input:focus, #find-user form textarea:focus { background: #fff; } #find-user form .form-row { padding: 1px; } #find-user button { height: 22px; padding: 1px; background: #ccc; border: 1px solid #000; color: #000; } #find-user #select-user, #find-user #user-search { width: 100px; } #find-user #username { width: 150px; } #find-user #result { width: 155px; } #message-folders, #message-folders li { list-style: none; text-align: center; } #message-folders { margin: 1em 0; padding: 0; } #message-folders li { display: inline; padding: 0 1em; margin: 0; } #message-folders li a { text-decoration: none; } #message-folders li a:hover span { text-decoration: none; } #message-folders li a span { text-decoration: underline; } #message-folders li a img { border: none; vertical-align: middle; margin-right: 5px; } #forumContent .forum_body .mark-all { margin: 10px 5px 0 0 ! important; } #forumContent .forum_body .mark-all, #forumContent .forum_body .subscribe-topic { float: right; font-size: 80% } #forumContent .forum_body .subscribe-topic { font-size: 90%; position: relative; top: 1px; } #forumContent .forum_body small.page-list { display: block; text-align: left; } #forumContent .forum_body span.user_image { display: block; } #forumContent .forum_body .user_location { font-size: 0.8em; } #forumContent .forum_body div.field { width: auto; } .flm_forum_header { text-align: right; padding: 5px 5px 0 5px; } .flm_forum_header .injury_clinic { float: left; margin-top: 30px; } .user_link img.pm_icon { display: inline ! important; margin: 0 0 0 3px ! important; vertical-align: bottom ! important; } #forum_search { position: absolute; top: 105px; padding: 0 10px; } #forum_search #googleSearchBox2 { width: 200px; } /** EOF Forum.class.css **/ /** SOF SiteMap.class.css **/ #sitemap-container .sitemap-link { font-weight: bold !important; padding-bottom: 3px; } #sitemap-container .sitemap-depth-1 { list-style: none; } #sitemap-container .sitemap-depth-2 { font-size: 1.1em; font-weight: bold !important; } #sitemap-container .sitemap-depth-3 { font-size: 1.0em; font-weight: bold !important; } #sitemap-container .sitemap-depth-4 { font-size: 1.0em; font-weight: bold !important; } #sitemap-container .sitemap-depth-5 { font-size: 1.0em; font-weight: bold !important; } #sitemap-container .sitemap-depth-6 { font-size: 1.0em; font-weight: bold !important; } #sitemap-container .sitemaplink { color: #333; text-decoration: underline; } #sitemap-container .sitemaplink:hover { text-decoration: none !important; background: #369133; } #sitemap-header-sport { background-color: #4E5EA6; display: block; width: 540px; text-decoration: none !important; color: white !important; font-size: 1.8em; font-weight: bold !important; padding: 1px; list-style: none } #sitemap-header-sport .sitemaplink { color: white !important; text-decoration: none !important; } #sitemap-header-sport .sitemaplink:hover { color: white !important; text-decoration: none !important; background: none; } #sitemap-header-fitness { background-color: #896291; display: block; width: 540px; text-decoration: none !important; color: white !important; font-size: 1.8em; font-weight: bold !important; padding: 1px; list-style: none } #sitemap-header-fitness .sitemaplink { color: white !important; text-decoration: none !important; } #sitemap-header-fitness .sitemaplink:hover { color: white !important; text-decoration: none !important; background: none; } #sitemap-header-healthy-living { background-color: #3B7CD3; display: block; width: 540px; text-decoration: none !important; color: white !important; font-size: 1.8em; font-weight: bold !important; padding: 1px; list-style: none } #sitemap-header-healthy-living .sitemaplink { color: white !important; text-decoration: none !important; } #sitemap-header-healthy-living .sitemaplink:hover { color: white !important; text-decoration: none !important; background: none; } #sitemap-header-diet-and-nutrition { background-color: #DB7B40; display: block; width: 540px; text-decoration: none !important; color: white !important; font-size: 1.8em; font-weight: bold !important; padding: 1px; list-style: none } #sitemap-header-diet-and-nutrition .sitemaplink { color: white !important; text-decoration: none !important; } #sitemap-header-diet-and-nutrition .sitemaplink:hover { color: white !important; text-decoration: none !important; background: none; } #sitemap-header-get-outdoors { background-color: #86993E; display: block; width: 540px; text-decoration: none !important; color: white !important; font-size: 1.8em; font-weight: bold !important; padding: 1px; list-style: none } #sitemap-header-get-outdoors .sitemaplink { color: white !important; text-decoration: none !important; } #sitemap-header-the-great-outdoors .sitemaplink:hover { color: white !important; text-decoration: none !important; background: none; } #sitemap-header-travel { background-color: #66AF9D; display: block; width: 540px; text-decoration: none !important; color: white !important; font-size: 1.8em; font-weight: bold !important; padding: 1px; list-style: none } #sitemap-header-travel .sitemaplink { color: white !important; text-decoration: none !important; } #sitemap-header-travel .sitemaplink:hover { color: white !important; text-decoration: none !important; background: none; } #sitemap-header-entertainment { background-color: #DFA834; display: block; width: 540px; text-decoration: none !important; color: white !important; font-size: 1.8em; font-weight: bold !important; padding: 1px; list-style: none } #sitemap-header-entertainment .sitemaplink { color: white !important; text-decoration: none !important; } #sitemap-header-entertainment .sitemaplink:hover { color: white !important; text-decoration: none !important; background: none; } /** EOF SiteMap.class.css **/ /** SOF ContributorListing.class.css **/ #contributors { padding: 10px; } .contributorentry { background: #f5f5f5; height: 75px; border: 1px solid #999; margin: 15px; border-bottom: 3px solid #e5e5e5; } .contributorentry img { float: left; } .contributorheader { margin-left: 110px; padding: 0px; color: #333; background-color: #F5F5F5 !important; margin-top: 8px; padding-bottom: 0px; margin-bottom: 8px; font-size: 1.8em; font-weight: bold; } .contributorpara { margin-left: 100px; color: #333; padding-left: 15px; padding-top: 0px; margin-top: 0px; } #contributorinfo { margin: 10px; padding: 0; border: 1px solid #999; background: #e5e5e5; } #contributorinfo p { padding: 7px; } #contributorinfo .header { background: #ddd; height: 75px; } #contributorinfo .header img { float: left; } #contributorinfo .header h2 { background-color: #f5f5f5; margin-left: 100px; padding: 25px; color: #333; } .profilelink { margin-left: 110px; padding-top: 0; margin-top: 0; font-size: 1.1em; color: #333; font-size: 1.2em; } .profilelink a { color: #333 !important; text-decoration: underline !important; } .profilelink a:hover { text-decoration: none !important; } .contribarticles { background-color: #f5f5f5 !important; color: #333 !important; border-bottom: 1px solid #999; border-top: 1px solid #999; } /** EOF ContributorListing.class.css **/ /** SOF Loginout.class.css **/ /* Loginout class prototype file */ /* Class definitions */ /* None */ /* By tag definitions */ /* Non defined so far */ /*Dans new design*/ #thanks-wrapper{ width:620px; height:auto; border:1px solid #BEBEBE; background-image:url(/common/images/accounts/thank_you.gif); background-position:top; background-repeat:no-repeat; padding:60px 0 0 0; text-align:left; margin-top:4px; } #logon-wrapper{ width:620px; height:252px; border:1px solid #BEBEBE; background-image:url(/images/account/logon_bckgrd.jpg); background-repeat:no-repeat; margin-top:5px; } .logon-row{ width:620px; } .logon-box-grey{ background-color:#E1E1E1; width:330px; height:110px; margin-left:18px; margin-top:30px; padding:10px; } #logon-wrapper .signup-row{ width:200px; height:20px; margin-left:192px; margin-top:50px; } .logon-form{ padding:0; margin:0; } .logon-form p{ font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:12px; padding:0; margin:0; } #main_login_box,#main_login_box td { border:none !important; margin:0 !important; background: transparent !important; } /* ID definitions */ #Loginout_title { width:624px; height:110px; background-color: transparent; background-image: url('/images/header_target_bckgrd.gif'); margin: 0px; padding: 0px; margin-top:1px; } #Loginout_title_text { width:604px; height:31px; background-color: transparent; padding-top: 47px; padding-left: 25px; color: #FFF; font-size: 2em; font-weight: bold; } #Loginout_left_pane{ float:left; background-color: #F5F5F5; width:210px; height:180px; } #Loginout_right_pane{ float:right; margin:0px; padding:0px; } #Loginout_username,#Loginout_password{ width:140px; margin:0 !important; font:12px arial; } #Loginout_username_text,#Loginout_password_text,#Loginout_rememberme_text,#Loginout_forgotten_link{ margin-left: 10px; } #Loginout_username_text,#Loginout_password_text,#Loginout_rememberme_text{ font-weight: normal; } #Loginout_forgotten_link{ font-size: 0.9em; color: #000; } #Loginout_username_text{ margin-top: 5px; } #Loginout_password_text{ margin-top: 20px; } #Loginout_rememberme_text{ margin-top: 55px; } #Loginout_password{ margin-top: 5px; } #Loginout_button{ padding:0px; margin:0px; margin-bottom:15px; background-image: url('/images/buttons/button_submit.gif'); width:62px; height:20px; border: none; } #Loginout_rememberme_check{ display: block; width:15px; height:15px; margin:0px; padding:0px; } #Loginout_footer_text{ margin:0px; padding:0px; margin-top: 30px; width: 390px; font-size: 0.71em; } /** EOF Loginout.class.css **/ /** SOF Blog.class.css **/ #users_blogs_page h1.blog_category_users { background: #232F54 url('../images/blogs/categories/running.jpg') no-repeat; height: 105px; border-bottom: 5px solid #CDCDCD; margin: 0; padding: 0; } #users_blogs_page h1.blog_category_users span { padding: 63px 0 0 26px; display: block; } #users_blogs_page h2 { background: #6C78B2; font-size: 1.1em; color: #fff; padding: 4px 14px; border-top: 3px solid #402344; } #users_blogs_page ul, #users_blogs_page li { margin: 0; padding: 0; } #users_blogs_page li a { text-decoration: none ! important; font-weight: bold; font-size: 1.1em; display: block; padding: 7px 20px; border-bottom: 1px solid #E5E5E5; } #users_blogs_page li a:hover { background: #6C78B2; color: #fff; } #my_realbuzz_section h2 a { color: #fff ! important; text-decoration: none ! important; } #my_realbuzz_section a:hover { text-decoration: underline ! important; } dl.questions dd { margin-left: 10px; } dl.questions dt { font-weight: bold; } .blog_content { float: left; width: 628px; overflow: hidden; } h1.blog_category .fft_link { height: 66px; left: 15px; position: absolute; top: 100px; width: 385px; } .top_graphic_blog { margin-top: 1px; vertical-align: bottom; width: 305px; height:82px; padding:66px 275px 0 45px; background: #4d78a2 url('../images/blogs/landing_header_bckgrd.jpg'); color:#fff; font:0.9em arial; } .top_graphic_blog a { color: #fff ! important; } .blog_post_divider { display: none; } .blog_content .field input, .blog_content .field select { border: 1px solid #000; color: #333; background: #fff; } #article-col .blog_content a { color: #333; text-decoration: underline; } #article-col .blog_content a:hover { text-decoration: none; } #left-nav-col .blog_menulink a { font-weight: bold; } /** Blog menu **/ /* Fixes HORRIBLE IE6 layout bug */ #left-nav-col { margin-right: -200px; } #left-nav-col[id] { margin-right: 0; } .blog_menu { background: #E9E9E7; float: none; position: relative; z-index: 1000; } /* default blog menu list */ .blog_menu ul, .blog_menu li { padding: 0; margin: 0; list-style: none; } #left-nav-col .blog_menu li { background: #ccc; } #left-nav-col .blog_menu li a { background: #E9E9E9; color: #666; font-size: 1em; border-bottom: 1px solid #ccc; } #left-nav-col .blog_menu li a:hover { background: #666; color: #fff; } .archived_posts_montly .count { font-weight: bold; } /* calendar */ .blog_menu table.calendar_small { border-collapse: collapse; table-layout: fixed; empty-cells: hide; caption-side: top; width: 100%; position: relative; } .blog_menu .calendar_small caption { color: #bbb; text-transform: uppercase; font-size: 2.25em; font-weight: bold; line-height: 1em; } .blog_menu .calendar_small thead th, .blog_menu .calendar_small tbody td { padding: 0; border: 2px solid #bbb; text-align: center; vertical-align: middle; } .blog_menu .calendar_small thead th { font-size: 2.25em; font-weight: bold; line-height: 1em; color: #E9E9E7; background: #bbb; border-width : 0 2px; } .blog_menu .calendar_small tbody td { height: 2em; width: 2em; } .blog_menu .calendar_small .today { background: #757575; color: #fff; font-weight: bold; } .blog_menu .calendar_small .today a { } #left-nav-col .blog_menu .calendar_small a { background: #A2A2A2; padding: 0; margin: 0; color: #fff; height: 100%; line-height: 1.9em; position: relative; } #left-nav-col .blog_menu .calendar_small a:hover { background: #757575; color: #fff; } /* next and prev month buttons */ #left-nav-col .blog_menu .small_calendar_links ul { position: relative; height: 1.3em; font-size: 2.5em; line-height: 1.3em } #left-nav-col .blog_menu .small_calendar_links ul, #left-nav-col .blog_menu .small_calendar_links li, #left-nav-col .blog_menu .small_calendar_links li a { margin: 0; padding: 0; border: 0; background: #bbb; color: #E9E9E7; } #left-nav-col .blog_menu .small_calendar_links li a { font-weight: bold; padding: 0 5px; } #left-nav-col .blog_menu .small_calendar_links li a:hover { background: #757575 ! important; } #left-nav-col .blog_menu .small_calendar_links li.prev_month { position: absolute; top: 0; left: 0; width: 48%; } #left-nav-col .blog_menu .small_calendar_links li.next_month { position: absolute; top: 0; right: 0; width: 48%; text-align: right; } #left-nav-col .blog_menu h2 { background: #9A9A9A; color: #FFF; font-size: 1em; font-weight: normal; margin: 8px 0 0 0; padding: 6px 10px 7px 8px; } /** blog listings **/ #main-col h1.blog_category img { vertical-align: bottom; position: relative; } #blog_list { width: 626px; margin: 0 !important; } #blog_list thead th { border-bottom: 1px solid #8B8B8B; background: #C2C2C2; padding: 5px 10px; text-transform: lowercase; color: #333; text-align: left; } #blog_list thead tr { } #blog_list tbody { margin-right: -1px; } #blog_list tbody td { } /** override article tables **/ #article-col #blog_list td { padding: 0px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; border-left: none; border-top: none; background: #EEEEEE; } #article-col #blog_list { border: none; } /** last column **/ #article-col #blog_list tbody td.date { border-right: 0; } #blog_list tbody td.image { text-align: center; } #blog_list tbody td.numeric { text-align: center; } #blog_list tbody tr a { color: #333; font-size: 1.1em; font-weight: bold; text-decoration: none ! important; padding: 20px 5px 0 5px; display: block; min-height: 40px; height: 40px; } #blog_list tbody tr .user_image img { vertical-align: bottom; } #blog_list[id] tbody tr a { height: auto; } #blog_list tbody tr a:hover { background: #3B993C; color: #fff; } #blog_list tbody td.author { padding: 4px ! important; } #blog_list tbody td.author a { font-weight: normal; display: inline; height: auto; width: auto; text-decoration: underline; font-size: 1em; padding: 0; margin: 0; } #blog_list tbody td.author a:hover { background: transparent; color: #333; text-decoration: none; } .blog_pagination { position: relative; /* IE6 fix */ margin-right: 1px; } .blog_pagination ul, .blog_pagination li { list-style: none; } .blog_pagination ul { padding: 0; margin: 0; } .blog_pagination li { display: inline; font-weight: bold; padding: 0; margin: 0; } /** Isolate videos **/ .blog_top_bar { position: relative; padding: 5px 200px 0 10px; background: #E3E3E3; border-top: 1px solid #989898; margin: 4px 0 0 0; min-height: 23px; height: 23px; } .blog_top_bar[class] { height: auto; } .blog_top_bar .isolate_videos { position: absolute; right: 5px; top: 5px; z-index: 100; } #article-col .blog_pagination li .current_page, #article-col .blog_pagination li a { color: #333; padding: 3px 4px; text-decoration: none; font-weight: bold; } #article-col .blog_pagination li a:hover { background: #333; color: #fff; } .blog_pagination { line-height: 1.6em; } .blog_pagination li .current_page { background: #bbb; } .blog_content[class] { margin-left: -3px; } #main-col h1.blog_category { padding: 0; background: #2B912D; color: #fff; margin: 1px -1px 0 0; font-size: 1.8em; } #main-col h1.blog_category span { display: block; } #flm_blog_landing, #blog_landing { margin-left: 3px; } /** Blog category headers **/ /* FLM 2006 */ #main-col h1.blog_category_1 { background: #4B322B url('../images/blogs/categories/1.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_1 span { padding: 15px 0 0 20px; width: 300px; } /* FLM 2007 */ #main-col h1.blog_category_16 { background: #4B322B url('../images/blogs/categories/16.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_16 span { padding: 15px 0 0 20px; width: 300px; } /* FLM 2008 */ #main-col h1.blog_category_29 { background: #4B322B url('../images/blogs/categories/29.jpg') no-repeat; height: 165px; } /* Student */ #main-col h1.blog_category_32 { background: #4B322B url('../images/blogs/categories/32.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_32 span { display: none; } /* Paris */ #main-col h1.blog_category_33 { background: #4B332B url('../images/blogs/categories/33.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_33 span { display: none; } #main-col h1.blog_category_29 span { padding: 15px 0 0 20px; width: 300px; } /* NYC */ #main-col h1.blog_category_13 { background: #4B322B url('../images/blogs/categories/13.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_13 span { padding: 15px 0 0 20px; width: 300px; } /* Running */ #main-col h1.blog_category_running { background: #232F54 url('../images/blogs/categories/running.jpg') no-repeat; height: 105px; border-bottom: 5px solid #CDCDCD; } #main-col h1.blog_category_running span { padding: 63px 0 0 26px; } /* Running */ #main-col h1.blog_category_2 { background: #797691 url('../images/blogs/categories/2.jpg') no-repeat; height: 100px; border-bottom: 5px solid #2B912D; } #main-col h1.blog_category_2 span { padding: 63px 0 0 26px; } /* Travel */ #main-col h1.blog_category_3 { background: #856848 url('../images/blogs/categories/3.jpg') no-repeat; height: 100px; border-bottom: 5px solid #2B912D; } #main-col h1.blog_category_3 span { padding: 63px 0 0 26px; } /* Fitness */ #main-col h1.blog_category_8 { background: #4B322B url('../images/blogs/categories/8.jpg') no-repeat; height: 100px; border-bottom: 5px solid #2B912D; } #main-col h1.blog_category_8 span { padding: 63px 0 0 26px; width: 200px; } /* Random blogs */ #main-col h1.blog_category_22 { background: #84C3EC url('../images/blogs/categories/22.jpg') no-repeat; height: 100px; border-bottom: 5px solid #2B912D; color: #000; } #main-col h1.blog_category_22 span { padding: 63px 0 0 26px; } /* Great Runs */ #main-col h1.blog_category_9 { background: #4B322B url('../images/blogs/categories/9.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_23 { background: #4B322B url('../images/blogs/categories/23.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_9 span, #main-col h1.blog_category_23 span { padding: 15px 0 0 20px; width: 200px; } /* Other marathons */ #main-col h1.blog_category_24 { background: #4B322B url('../images/blogs/categories/24.jpg') no-repeat; height: 100px; } #main-col h1.blog_category_24 span { padding: 15px 0 0 20px; width: 200px; } /* Editors' blogs */ #main-col h1.blog_category_18 { background: #C9CAC5 url('../images/blogs/categories/18.jpg') no-repeat; height: 100px; border-bottom: 5px solid #2B912D; color: #000; } #main-col h1.blog_category_18 span { padding: 63px 0 0 26px; } /* CWL blogs */ #main-col h1.blog_category_7 { background: #4B322B url('../images/blogs/categories/7.jpg') no-repeat; height: 100px; } #main-col h1.blog_category_7 span { display: none; } /* Healthy Living blogs */ #main-col h1.blog_category_27 { background: #4B322B url('../images/blogs/categories/27.jpg') no-repeat; height: 100px; } #main-col h1.blog_category_27 span { padding: 63px 0 0 26px; color: #000; } /* WMM */ #main-col h1.blog_category_28 { background: #797691 url('../images/blogs/categories/28.jpg') no-repeat; height: 99px; } #main-col h1.blog_category_28 span { display: none; } /* Chicago */ #main-col h1.blog_category_31 { background: #797691 url('../images/blogs/categories/31.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_31 span { display: none; } /* Hydro */ #main-col h1.blog_category_30 { background: #4B322B url('../images/blogs/categories/30.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_30 span { padding: 15px 0 0 20px; width: 350px; } /* Fort Lauderdale */ #main-col h1.blog_category_34 { background: #4B322B url('../images/blogs/categories/34.gif') no-repeat; height: 165px; } #main-col h1.blog_category_34 span { display: none; } /* BUPA London 10,000 */ #main-col h1.blog_category_35 { background: #4B322B url('../images/blogs/categories/35.gif') no-repeat; height: 165px; } #main-col h1.blog_category_35 span { display: none; } /* Sur marathon */ #main-col h1.blog_category_36 { background: #4B322B url('../images/blogs/categories/36.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_36 span { display: none; } /* Sur half marathon */ #main-col h1.blog_category_37 { background: #4B322B url('../images/blogs/categories/37.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_37 span { display: none; } /* vegas marathon */ #main-col h1.blog_category_38 { background: #4B322B url('../images/blogs/categories/38.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_38 span { display: none; } /* oc marathon */ #main-col h1.blog_category_39 { background: #4B322B url('../images/blogs/categories/39.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_39 span { display: none; } /* ING Georgia Marathon and Half Marathon */ #main-col h1.blog_category_40 { background: #4B322B url('../images/blogs/categories/40.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_40 span { display: none; } /* */ #main-col h1.blog_category_41 { background: #4B322B url('../images/blogs/categories/41.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_41 span { display: none; } /* */ #main-col h1.blog_category_42 { background: #4B322B url('../images/blogs/categories/42.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_42 span { display: none; } #main-col h1.blog_category_43 { background: #4B322B url('../images/blogs/categories/43.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_43 span { display: none; } #main-col h1.blog_category_44 { background: #4B322B url('../images/blogs/categories/44.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_44 span { display: none; } #main-col h1.blog_category_45 { background: #4B322B url('../images/blogs/categories/45.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_45 span { display: none; } #main-col h1.blog_category_46 { background: #4B322B url('../images/blogs/categories/46.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_46 span { display: none; } #main-col h1.blog_category_47 { background: #4B322B url('../images/blogs/categories/47.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_47 span { display: none; } #main-col h1.blog_category_48 { background: #4B322B url('../images/blogs/48.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_48 span { display: none; } #main-col h1.blog_category_49 { background: #4B322B url('../images/blogs/49.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_49 span { display: none; } #main-col h1.blog_category_50 { background: #4B322B url('../images/blogs/50.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_50 span { display: none; } #main-col h1.blog_category_51 { background: #4B322B url('../images/blogs/51.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_51 span { display: none; } #main-col h1.blog_category_52 { background: #4B322B url('../images/blogs/categories/52.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_52 span { display: none; } #main-col h1.blog_category_53 { background: #4B322B url('../images/blogs/categories/53.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_53 span { display: none; } #main-col h1.blog_category_54 { background: #4B322B url('../images/blogs/categories/54.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_54 span { display: none; } #main-col h1.blog_category_55 { background: #4B322B url('../images/blogs/categories/55.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_55 span { display: none; } #main-col h1.blog_category_56 { background: #4B322B url('../images/blogs/categories/56.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_56 span { display: none; } #main-col h1.blog_category_57 { background: #4B322B url('../images/blogs/categories/57.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_57 span { display: none; } #main-col h1.blog_category_58 { background: #4B322B url('/common/images/blogs/categories/58.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_58 span { display: none; } #main-col h1.blog_category_59 { background: #4B322B url('/common/images/blogs/categories/59.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_59 span { display: none; } #main-col h1.blog_category_60 { background: #4B322B url('/common/images/blogs/categories/60.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_60 span { display: none; } #main-col h1.blog_category_61 { background: #4B322B url('/common/images/blogs/categories/61.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_61 span { display: none; } #main-col h1.blog_category_62 { background: #4B322B url('/common/images/blogs/categories/62.jpg') no-repeat; height: 165px; } #main-col h1.blog_category_62 span { display: none; } /** Blog homepage **/ .blog_homepage { padding-right: 147px; background: #fff url('../images/blog_sidebar_bg.gif') repeat-y top right; position: relative; /* IE6 bug fix */ } .blog_overview { margin: 0 -9px 0 0; background-color: #EDEDED; padding: 23px 15px 10px 15px; border-bottom: 4px solid #D9D9D9; margin-bottom: 4px; position: relative; /* IE6 bug fix */ clear: left; } /** blog header **/ #container .blog_header, #container .blog_header h1 { background: #2B912D; padding: 0; margin: 0; position: relative; } #container .blog_header { width: 628px; } #container .blog_header h1 { position: relative; /* IE6 fix */ padding: 30px 130px 0 10px; font-size: 2em; } #container .blog_header h1 a { color: #fff; } #container .blog_header h1 a:hover { color: #fff; text-decoration: underline; } #container .blog_header { margin: 1px 0 1px 0; border-bottom: 1px solid #CBCBCB; } #container .blog_header, #container .blog_header a { color: #fff; } #container .blog_header h1 a { text-decoration: none; } #container .blog_header .blog_categories { margin: 0; padding: 10px 130px 10px 10px; } #container .blog_header .blog_categories, #container .blog_header .blog_categories a { color: #88D08A; font-weight: normal; } #container .blog_header .blog_categories a { text-decoration: underline; } #container .blog_header .blog_categories a:hover { text-decoration: none; } #container .blog_header .subscribe_blog { position: absolute; right: 5px; top: 15px; line-height: 1.5em; } #container[id] .blog_header .subscribe_blog { } #container .blog_header .subscribe_blog span { display: none; } #container .blog_header .subscribe_blog a { display: block; } #container .blog_header .blog_header_base { color: #333; background: #CBCBCB; border-top: 1px solid #343434; padding: 2px 10px 0 10px; font-size: 0.9em; line-height: 1.65em; height: 1.65em; } #container[id] .blog_header .blog_header_base { margin-left: 0; } #container .blog_header .blog_header_base .date { float: left; } #container .blog_header .blog_header_base .comment_count { float: right; font-weight: bold; } /** Blog right side bar **/ #blog_sidebar { overflow: hidden; width: 135px; float: right; position: relative; z-index: 1000; background: #EFEFEF; display: inline; /** fix IE's double margin, all floats are automatically block */ } div#blog_sidebar h2, div#blog_sidebar h3, div#blog_sidebar ul, div#blog_sidebar li { padding: 0; margin: 0; } #blog_sidebar .profile_image img { border: 1px solid #9E9E9E; vertical-align: bottom; } #blog_sidebar .profile_block { position: relative; } #blog_sidebar .profile_block h2.username { background: #2B912D; color: #fff; padding: 5px; border-top: 5px solid #C8C8C8; } #blog_sidebar .profile_block h3.realname { padding: 5px; background: #DFDFDF; } #blog_sidebar .profile_block li { border: 1px solid #CCC; margin-top: -1px; } #blog_sidebar .profile_block li a { padding: 6px 8px; display: block; color: #666; font-weight: normal; } #blog_sidebar a { color: #333; text-decoration: none; font-weight: normal; } #article-col .blog_content .goals_current { width: auto; margin-right: -9px; } #article-col .blog_content .goals_current h2, #blog_sidebar .profile_block li a:hover, #blog_sidebar a:hover { background: #2B912D; color: #fff; } #blog_sidebar .subscribed_blogs h3 { background: #2B912D; color: #fff; padding: 5px; margin: 8px 0 5px 0; font-weight: normal; font-size: 1em; position: relative; } #blog_sidebar .subscribed_blogs li { padding: 3px 8px; } /** blog post **/ h2.blog_post_title { background: #EDEDED; color: #076309; } .blog_post { margin-bottom: 4px; } .blog_post_header { background-color: #F3F3F3; padding: 28px 0 4px 0; margin: 0 -9px 0 0; position: relative; /* IE6 bug fix */ font-size: 0.9em; } #container .blog_post_header h2 { background: transparent; padding: 0 120px 5px 8px; } #container .blog_post_header h2 a { text-decoration: none; color: #076309; } #container .blog_post_header h2 a:hover { text-decoration: underline; } .blog_post_body { padding: 10px; } .blog_post_body img { position: relative; } .blog_post_body h3{ margin:0px; padding:0; font-size:0.9em; } .blog_post .blog_post_footer { zoom: 1; font-size: 0.9em; position: relative; clear: left; } .blog_post .blog_post_footer .category_tags { padding: 0 10px; color: #999; } #article-col .blog_post .blog_post_footer .category_tags a { color: #999; text-decoration: underline; } #article-col .blog_post .blog_post_footer .category_tags a:hover { color: #fff; background: #2B912D; text-decoration: none; } .blog_post .blog_post_footer .report_post { background: #EDEDED; padding: 2px 8px; margin: 5px -9px 0 0; border-bottom: 1px solid #AEAEAE; } .blog_post .blog_post_footer .blog_running_stats { position: absolute; left: 250px; top: 21px; } #article-col .blog_post .blog_post_footer .report_post a, #article-col .blog_post .blog_post_footer .blog_running_stats a { color: #333; font-weight: bold; text-decoration: underline; } #article-col .blog_post .blog_post_footer .blog_running_stats a { margin-left: 10px; } #article-col .blog_post .blog_post_footer .report_post a:hover, #article-col .blog_post .blog_post_footer .blog_running_stats a:hover { text-decoration: none; } /* blog post header links */ .blog_post_header ul { background: #eee; border-top: 2px solid #fff; height: 1.65em; line-height: 1.65em; } .blog_post_header ul, .blog_post_header ul li { padding: 0; margin: 0; list-style: none; } #article-col .blog_post_header ul a { font-weight: bold; color: #333; text-decoration: underline; } #article-col .blog_post_header ul a:hover { text-decoration: none; } .blog_post_header .email_friend { display: block; position: absolute; right: 140px; /* IE6 bug */ top: 8px; } .blog_post_header[class] .email_friend { right: 0; } #article-col .blog_post_header .email_friend a { display: block; } .blog_post_header .email_friend span { display: none; } .blog_post_header .blog_post_date { float: left; margin-left: 8px; display: inline; /* IE6 bug fix */ } .blog_post_header .add_comment { float: right; margin-right: 8px; display: inline; /* IE6 bug fix */ } .blog_post_header .comment_count { float: right; display: inline; /* IE6 bug fix */ padding-right: 0.4em; } /* .blog_post_header .comment_count:after { content: '|'; padding: 0 3px; } */ /** Comments **/ .blog_content #comments { border-top: 1px solid #AEAEAE; margin-top: 10px; margin-right: -9px; } .blog_content #comments h2 { margin: 0; background: #F3F3F3; border-top: 4px solid #E3E3E3; padding: 15px 0 5px 10px; color: #444; } .blog_content #comments ol, .blog_content #comments li { list-style: none; padding: 0; margin: 0; } .blog_content #comments ol { padding: 0 5px 5px 5px; } .blog_content #comments li { margin-top: 10px; padding: 5px 5px 0 5px; border-top: 1px solid #AEAEAE; border-bottom: 1px solid #AEAEAE; } .blog_content #comments .comment_header { margin-bottom: 10px; } .blog_content #comments .comment_header .comment_author { display: block; } .blog_content #comments .comment_header .comment_author a { font-weight: bold; } .blog_content #comments .comment_footer { padding: 2px 10px; background: #F3F3F3; margin: 5px -5px 0 -5px; font-size: 0.9em; font-weight: bold; } .blog_content #comments a { color: #333; text-decoration: underline; } .blog_content #comments a:hover { text-decoration: none; } .blog_content #comments form textarea { display: block; border: 1px solid #000; background: #fff; color: #000; font-family: arial, sans-serif; margin: 5px; font-size: 1em; width: 477px; } .blog_content #comments form input { margin: 5px; } .blog_content #comments .addcomment_form h3 { margin: 10px 5px; font-size: 1.4em; } /* STATS styles begin */ .blog_post-stats-post-container .blog_post_header { background-image:url(/images/blogs/post_title_bckgrd_stats.gif) !important; background-repeat:no-repeat; } .blog_post-stats-post-container .blog_post_header ul { background:transparent; border:none !important; } .blog_post-stats-post-container .blog_post_title a { font-weight: bold ! important; } .stats-post-title-container { } .stats-post-title-container-left { padding:27px 0px 5px 10px; color:#333333; font-weight:bold; width:340px; } .stats-post-title-container-right { float:right; padding:10px 10px 0 0; } .stats-post-title-container-right a { display:block; width:100px; height:35px; } .stats-post-date-container { padding:5px 10px 6px 10px; } .stats-post-date { } .stats-post-comment { float:right; font-weight:bold; } .stats-post-comment a {font-weight:bold; text-decoration:underline;} .stats-post-comment a:visited {font-weight:bold; text-decoration:underline;} .stats-post-comment a:hover {font-weight:bold; text-decoration:none;} .stats-post-copy { padding:10px 15px 0 15px; } .stats-post-copy-right { position: relative; float:right; width:150px; padding:5px; background-color:#A5D18A; border:1px solid #333333; font-weight:bold; color:#333333; } .stats-post-copy-right table { margin: 0 ! important; border: none ! important; width: 140px; background: transparent ! important; } .stats-post-copy-right table th, .stats-post-copy-right table td { border: none ! important; background: transparent ! important; } .stats-post-copy-right table th { text-align: left; margin-right: 4px; } .stats-post-copy-right table td img { vertical-align: middle; margin-right: 3px; } .stats-post-tags { color:#999999; padding:0 15px 0 15px; margin:13px 0 0 0; } .stats-post-tags a {color:#999999;text-decoration:underline;} .stats-post-tags a:visited {color:#999999;text-decoration:underline;} .stats-post-tags a:hover {color:#FFFFFF;text-decoration:none; background-color:#2B912D;} .stats-post-report { background-color:#A5D18A; border-bottom:1px solid #000000; padding: 1px 0 3px 10px; margin:8px 0 0 0; } .stats-post-report-right { float:right; padding: 1px 10px 3px 10px; } .stats-post-report-foot { background-image:url(/images/blogs/post_bottom_bckgrd_stats.gif); background-repeat:no-repeat; height:6px; } .stats-post-report a {font-weight:bold; text-decoration:underline;} .stats-post-report a:visited {font-weight:bold; text-decoration:underline;} .stats-post-report a:hover {font-weight:bold; text-decoration:none;} .stat-post-img-weather { margin: 0 2px -10px 13px; } .stat-post-img-face { margin: 0 2px -10px 2px; } .stat-post-temp { font-size:1.4em; color:#333333; font-weight:bold; } /* STATS styles end */ /** Colour schemes **/ #article-col .blog_content h1.landing { background: #374067 url('../images/blogs/start_blog_header_bckgrd.jpg'); height: 100px; overflow: hidden; line-height: 120px; padding: 0 0 0 35px; font-size: 2.1em; margin: 0 0 0 -1px; border-bottom: 5px solid #E5E5E5; } /** landing page **/ #article-col .blog_content .landing_page .landing_content { padding: 5px 24px; } #article-col .blog_content .landing_page .call_to_action { margin-right: -10px; text-align: center; } #article-col .blog_content .landing_page .call_to_action a img { margin: 0 10px 10px 0; vertical-align: bottom; } .blog_content .landing_page .in_the_blogs { position: relative; } .blog_content .landing_page .in_the_blogs .blog_selection { position: absolute; right: 34px; top: 3px; } .blog_content .landing_page .in_the_blogs .blog_selection[class] { right: 10px; } .blog_content .landing_page .in_the_blogs .blog_selection input { vertical-align: bottom; } .blog_content .landing_page .in_the_blogs .latest_blog_posts h3 { background-color:#E3E8E3; margin: 1px 0 0 0; padding: 3px 10px; font-size: 1.1em; } .blog_content .landing_page .in_the_blogs .latest_blog_posts ol { float: left; width: 49%; position: relative; /* IE6 fix */ } .blog_content .landing_page img { vertical-align: bottom; } .blog_content .landing_page .in_the_blogs .latest_blog_posts .latest_blog_buttons { clear: left; background: #E3E8E3; border-top: 1px solid #fff; padding: 5px 10px; } .blog_content .landing_page .box { background-color: #F3F6F3; padding: 1px; } .blog_content .landing_page .competition_winner { text-align: right; margin-top: 10px; } .blog_content .landing_page .competition_winner .winner_info { float: left; text-align: left; display: inline; /* IE6 margin bug */ margin-left: 10px; } .blog_content .landing_page .competition_winner .competition_graphic { margin: 10px; } .blog_content .landing_page .competition_winner .competition_graphic img { border: 1px solid #ccc; } /** Create a blog **/ #article-col .createBlog h1.landing { font-size: 1.8em ; } #article-col .createBlog { font-size: 1.1em; } #article-col .createBlog .links, #article-col .createBlog .links li { list-style: none; padding: 0; margin: 0; } #article-col .createBlog .links li { padding: 4px 8px; margin: 0; float: left; } #article-col .createBlog .links li a { font-weight: bold; } #article-col .createBlog h1.landing { border-bottom: none; margin-bottom: 20px; } #article-col .createBlog h2.box_header { } #article-col .createBlog p { padding: 0 10px; } /* #article-col .createBlog form { } #article-col .createBlog form .field { clear: left; width: 500px; } #article-col .createBlog form .button { padding-top: 10px; text-align: right; width: 500px; } #article-col .createBlog form .field label { width: 15em; float: left; clear: left; background: #F5F5F5; padding: 5px 10px 15px 10px; color: #333; margin-right: 1em; } #article-col .createBlog form .last label { padding-bottom: 20px; } #article-col .createBlog form .field input, #article-col .createBlog form .field select { margin-top: 5px; width: 275px; } */ #article-col .blog_edit_scheme fieldset, #article-col .createBlog fieldset { border: none; padding: 0; margin: 0; } #article-col .blog_edit_scheme fieldset legend, #article-col .createBlog fieldset legend { display: none; } #article-col .blog_edit_scheme .button { text-align: center; } /** colour schemes **/ .blog_content ul.colour_schemes, .blog_content ul.colour_schemes li { list-style: none; padding: 0; margin: 0; text-align: center; background: #F5F5F5; } .blog_content ul.colour_schemes li label { display: block; } .blog_content ul.colour_schemes li { height: 160px; float: left; padding: 8px; } .blog_content ul.colour_schemes { clear: left; } .blog_content div.colour_schemes { border: 1px solid #999; } #article-col .blog_content .selectScheme .button { text-align: center; width: auto; clear: left; } /** blog admin panel **/ #article-col form.blog_admin_form label { display: block; float: left; width: 13em; clear: left; } #article-col form.blog_admin_form hr { margin-left: 14em; } #article-col form.blog_admin_form .field, #article-col form.blog_admin_form .checkbox { padding: 5px 0 5px 10px; } #article-col form.blog_admin_form .field, #article-col form.blog_admin_form .checkbox, #article-col form.blog_admin_form .button { clear: left; } #article-col form.blog_admin_form .button { padding: 10px 0 10px 13em; /* same width as label */ margin-left: 10px; } #article-col form.blog_admin_form .field .datetime { float: left; } #article-col form.blog_admin_form .field .datetime label { width: 5em; padding: 4px 0; } #article-col form.blog_admin_form p.internal { font-size: 0.9em; margin-left: 15.5em; } #article-col form.blog_admin_form p.external { width: 13em; /* same as label */ float: left; margin-top: 0; } #article-col form.blog_admin_form .multifield { float: left; } #article-col form.blog_admin_form .multifield .field { } #article-col form.blog_admin_form .multifield .field label { width: 4em; } #article-col .blog_admin h1.admin { border-bottom: none; background: #374067 url('../images/blogs/blogs_settings_header.jpg'); height: 100px; overflow: hidden; line-height: 120px; padding: 0 0 0 35px; font-size: 2.1em; margin: 1px 1px 20px 0; } #article-col .blog_admin .blog_admin_table { border: none; border-collapse: collapse; margin-top: 10px; } #article-col .blog_admin .blog_admin_table th { background-color: #DDDDDD; font-size: 1.1em; padding: 2px 5px; text-align: left; font-weight: bold; } #article-col .blog_admin .blog_admin_table td { border: 1px solid #fff; padding: 0 5px; } #article-col .blog_admin p, #article-col .blog_admin table { margin-left: 10px; margin-right: 10px; } #article-col .blog_admin .admin_buttons, #article-col .blog_admin .admin_buttons li { padding: 0; margin: 0; list-style: none; text-align: center; } #article-col .blog_admin .admin_buttons { padding: 20px 0 10px 0; } #article-col .blog_admin .admin_buttons img { vertical-align: bottom; } #article-col .blog_admin .admin_buttons li { padding: 0 3px; display: inline; } #article-col .blog_admin .publish_extras .admin_buttons li { padding: 0 10px 10px 10px; float: left; display: inline; /* IE6 bug fix */ } #article-col .blog_admin .last_posts { position: relative; } #article-col .blog_admin .last_posts .view_all { position: absolute; top: 3px; left: 505px; z-index: 1000; } #article-col .blog_admin .publish_extras .admin_buttons li span { display: block; clear: left; background: #E5E5E5; color: #333; font-weight: bold; padding: 1px 4px; margin-top: 5px; } #article-col .blog_admin h2.main_header { margin-top: -20px; padding: 10px 290px 10px 20px; font-size: 1.5em; font-weight: normal ! important; } #article-col .blog_admin h2.main_header a { } #article-col .blog_admin .blog_admin_section h2 { margin-top: 20px; } #article-col .blog_admin .blog_admin_section { position: relative; } .blog_admin { position: relative; font-size: 1.1em; } .blog_admin .blog_hits { position: absolute; top: 105px; right: 10px; z-index: 1000; font-size: 1.5em; padding: 3px 10px; background: #459224 url('../images/blogs/counter_bckgrd.gif') repeat-x top left; border: 1px solid #000; color: #fff; text-align: center; } .blog_admin .blog_delete_button { position: absolute; right: 155px; top: 108px; z-index: 1000; } #what_are_blogs .back_button, .blog_admin .back_button { margin: 0; padding: 0; position: absolute; top: 13px; right: 5px; z-index: 1000; } .blog_admin .back_button { top: 4px; } .blog_admin .blog_edit_details table, .blog_admin .last_posts table { width: 610px; margin-right: 0 ! important; } .blog_admin .last_posts .th_date { width: 150px; } .blog_admin .last_posts a { font-weight: bold ! important; } .blog_admin .last_posts td { font-size: 0.9em; padding: 2px 5px ! important; } .blog_admin .last_posts td strong { font-weight: normal; } /** category tags admin box **/ .add_tags_field[class] { position: relative; } .add_tags { position: absolute; top: 457px; right: 0; } .add_tags[class] { right: 0; top: 5px; } .add_tags select { width: 150px; } /* Move these to site.css */ #article-col h2.box_header { background-color:#E7F0E7; border-top: 1px solid #C8C8C8; color:#333333; margin: 10px 0 0 0; padding: 3px 10px; text-align: left; font-size: 1.4em; font-weight: normal; } #article-col h2.main_header { margin: 0; background-color:#E3E3E3; border-bottom: 3px solid #C8C8C8; color:#333333; } #keywords { text-align: center; color: #444; } #keywords h2 { text-align: left; padding: 5px !important; color: #FFFFFF; background-color: #2B912D; } .keyword a { text-overflow: ellipsis; overflow: hidden; display: block; width: 133px; margin-bottom: 3px; } /** Landing page **/ .blog_category_list, .blog_winner { width: 320px; float: left; margin-bottom: 5px; } #article-col h2.blog_landing_header, #article-col .blog_comp_winner h3 { background:#3C9A3C none repeat scroll 0%; border-top:3px solid #127C13; color:#FFFFFF; font-size:1.5em; font-weight:normal; margin:0pt; padding:8px 8px 1px; } .blog_winner { clear: left; } .blog_comp_place { clear: left; } .blog_winner .blog_competition { width: 320px; float: left; } #article-col .blog_comp_winner .win_header { font-weight: bold; margin-top: 1.5em; } #article-col .blog_comp_winner h3 { font-size: 1.25em; font-weight: bold; margin: 0 -7px 5px -7px; } #article-col .blog_winner h2.blog_landing_header { font-weight: bold; } #article-col .blog_comp_winner img { margin-right: 8px; } #article-col .blog_comp_winner h4 { margin: 0; padding: 4px 0 0 4px; } .blog_comp_winner { border: 1px solid #ccc; padding: 0 7px; height: 280px; position: relative; } .blog_winner .blog_comp_1 { padding-right: 10px; } .blog_winner a { font-weight: bold ! important; } .blog_winner .runnersup_link { clear: left; padding-top: 5px; } #article-col .blog_category_list ul { background: #FBFBFB url('../images/blogs/blog_list_bckgrd.jpg') no-repeat top right; } #article-col .blog_category_list ul, #article-col .blog_category_list li { list-style: none; padding: 0; margin: 0; } #article-col .blog_category_list a { padding: 8px 10px 7px; font-size: 13px; display: block; font-weight: bold; text-decoration: none; border-bottom: 1px solid #E5E5E5; } #article-col .blog_category_list a:hover { color: #fff; background: #3B993C; } #article-col .blog_landing_below_header { background: #E5E5E5; padding: 3px 10px; } #article-col .blog_landing_below_header select { width: 100%; border: 1px solid #000; background: #fff; color: #000; } .blog_content .call_to_action { float: left; text-align: center; } .blog_content .call_to_action a { display: block; float: left; margin-bottom: 10px; } .blog_content .call_to_action a img { vertical-align: bottom; } .blog_content .call_to_action .first_cta { margin-right: 10px; } .blog_content .blog_login { margin: 10px 5px; } .winner_user_image { padding-top: 10px; } .blog_winner .users_image { float: left; margin-top: 10px; margin-right: 10px; } .blog_winner .blog_link { } .blog_winner .prize { margin-top: 19px; } .blog_advert { margin-left: 9px; width: 300px; } .blog_advert .advert_title { text-transform: uppercase; text-align: center; background: #6E6F6E; color: #fff; letter-spacing: 8px; font-weight: bold; font-size: 0.9em; padding: 2px 0 1px 0; } /** Inline login box **/ #main-col #inline_login { border: 1px solid #ccc; background: #F5F5F5; height: 60px; margin: 5px -9px 5px -13px } #main-col .blog_login #inline_login { margin: 0 0 0 -3px; } #main-col #inline_login input, #main-col #inline_login img { vertical-align: middle; } #main-col #inline_login h2 { margin: 0; background: #2B912D; color: #fff; padding: 3px 10px 5px; font-weight: bold; font-size: 1.2em; border: none ! important; } #main-col #inline_login form { font-size: 0.9em; color: #333; padding: 3px 0; margin: 0; } #main-col #inline_login form label { margin: 0 5px; } #main-col #inline_login .forgot_link { margin: 0 10px; display: block; width: 90px; margin-top: -4px; } #main-col #inline_login .block { float: left; height: 30px; padding-top: 4px; } #main-col #inline_login #inline_username, #main-col #inline_login #inline_password { width: 50px; border: 1px solid #000; background: #fff; color: #000; } #what_are_blogs { position: relative; width: 100%; padding-top: 1px; } #what_are_blogs a { font-weight: bold; } #what_are_blogs p { padding: 0 10px; } #article-col form.second_form { margin-top: 0 ! important; } #article-col form.standard_form p.internal { font-size: 0.8em; margin-left: 210px; color: #333; } #article-col form.standard_form p.external { width: 180px; float: left; margin-top: 0; font-size: 1em ! important; } #article-col form.standard_form .multifield { float: left; clear: none; } #article-col form.standard_form .multifield .field { } #article-col form.standard_form .multifield .field label { width: 4em; } #article-col form.standard_form hr { margin-left: 210px; } #article-col form.standard_form .multifield .checkbox { margin-left: 210px; clear: none; } #article-col form.standard_form .multifield .checkbox input { } #article-col form.standard_form .multifield .checkbox label { float: none; clear: none; } #article-col .blog_edit_details form.standard_form .multifield .field label { font-weight: bold; font-size: 0.8em; } .publish_extras .box_header, .last_posts .box_header { font-size: 1.1em ! important; font-weight: bold ! important; } #post_list .blog_admin_table { width: 610px; } #post_list .blog_admin_table td { padding: 4px 5px ! important; } #article-col .publish_extras { position: relative; } #article-col .publish_extras h2 a { display: block; position: absolute; right: 10px; top: 3px; } /** * Comeptition page */ #blog_comeptition_page { margin: 1px 1px 0 3px } #blog_comeptition_page h1 { background-position: top right; background-color: #fff; background-repeat: no-repeat; height: 150px; padding: 0; border-bottom: 4px solid #E5E5E5; } #blog_comeptition_page h2 { background: transparent; color: #333; font-size: 1.3em; margin: 20px 10px; padding: 0; } #blog_comeptition_page h1 span { display: none; } #blog_comeptition_page a { font-weight: bold; text-decoration: underline; color: #333; } #blog_comeptition_page a:hover { font-weight: bold; text-decoration: none; color: #333; } #blog_comeptition_page p { margin: 10px; font-size: 1.1em; } #blog_comeptition_page .competition_month table { width: 605px; margin: 0 10px 10px 10px; border-collapse: collapse; border: none; font-size: 1.1em; } #blog_comeptition_page .competition_month caption { font-weight: bold; text-align: left; margin: 0 12px; color: #333; font-size: 1.1em; } #blog_comeptition_page .competition_month th, #blog_comeptition_page .competition_month td { border: 2px solid #fff; text-align: left; color: #333; padding: 2px 5px 4px; width: 33.33333%; } #blog_comeptition_page .competition_month th { background: #E5E5E5; } #blog_comeptition_page .competition_month td { background: #F5F5F5; } #blog_comeptition_page .competition_links, #blog_comeptition_page .competition_links li { margin: 0; padding: 0; list-style: none; } #blog_comeptition_page .competition_links { margin: 0 10px; font-size: 1.1em; } /** FLM Landing page **/ #flm_blog_landing h1 { margin: 1px 0 0 0 ! important; } #flm_blog_landing .call_to_action .flm_cta a { display: block; float: none; } #main-col .blog_homepage #comments #inline_login { margin: auto; width: 350px; height: 100px; position: relative; } #article-col h1.training_stats_header { background: #2B912E url(/images/running/stats_header_bckgrd.jpg) top right no-repeat; height: 27px; border-bottom: 4px solid #E3E3E3; padding: 43px 0pt 20px 25px; } #article-col .blog_extra-stat .standard_form .radio label { font-weight: bold; padding-bottom: 10px; } .recent_blogs_box { position: relative; z-index: 10000; text-align: center; background: #F1F3F0; width: 205px; float: right; margin: 0 -10px 10px 10px; border-width: 2px 0; border-style: solid; border-color: #B0BEAF; overflow: hidden; display: inline; /* IE6 bug fix */ } .large_user_image { display: block; text-align: center; font-size: 1em; font-weight: bold; } .large_user_image a { font-weight: bold ! important; display: block; text-align: center; position: relative; } .large_user_image a:hover { } .large_user_image a .image_text { padding: 4px 0; display: block; } #left-nav-col .blog_menu .blog_controls li { /* display: inline;*/ } #left-nav-col .blog_menu .blog_controls li a, #left-nav-col .blog_menu .blog_controls li a:hover { font-weight: bold; font-size: 1.3em; background: #2B912D; color: #fff; } /** profile box links **/ #left-nav-col .profile_blog_list li { background: transparent; font-size: 0.9em; } #left-nav-col .profile_blog_list li a { padding: 0; margin: 0; background: transparent; color: #333; border: none; text-decoration: underline; font-weight: bold; display: inline; } #left-nav-col .profile_blog_list li a:hover { text-decoration: none; background: transparent; color: #333; } #article-col .blog_content .goals_current h2 { display: none; } #article-col .blog_content .goals_current { padding-top: 20px; padding-bottom: 1px; margin-bottom: 3px; background: #EDEDED url('/images/en-gb/goals_title_bckgrd_gre.gif') no-repeat; } /* Africa styles taken from here */ /* Sesia taken from here */ /* Oceania taken from here */ .winner_user_image { float: left; } #post_preview { overflow: auto; max-height: 150px; height: expression (this.scrollHeight > 150 ? '150px' : 'auto' ); } #comment_admin table { width: 95%; margin: 1em auto ! important; border: none; border-collapse: collapse; margin-top: 10px; } #comment_admin table th { background-color: #DDDDDD; font-size: 1.1em; padding: 2px 5px; text-align: left; font-weight: bold; } #comment_admin table td { border: 1px solid #fff; padding: 0 5px; } #deletion_links { padding-left: 10px; } #deletion_links a { margin-right: 5px; } #running_blogs_page p { padding: 0 1em; } #running_blogs_page h2 { background: #6C78B2; font-size: 1.1em; color: #fff; padding: 4px 14px; border-top: 3px solid #402344; } #running_blogs_page ul, #running_blogs_page li { margin: 0; padding: 0; } #running_blogs_page li a { text-decoration: none ! important; font-weight: bold; font-size: 1.1em; display: block; padding: 7px 20px; border-bottom: 1px solid #E5E5E5; } #running_blogs_page li a:hover { background: #6C78B2; color: #fff; } /* samerica taken from here */ /* namerica taken from here */ /* europe taken from here */ /* Publish Gallery (cross over from HotShots) Moved from within the europe styles... */ .blog_hotshots_row { font-size: 0.75em; text-align: left; } .blog_hotshots_cell { margin: 0; padding: 0; padding-left: 4px; padding-right: 4px; } #blog_hotshots_publish_table, #article_col .publish_table table { border-collapse: collapse; border: 0px; } #blog_hotshots_submit_button{ border 0px !important; margin: 0; padding: 0; width: auto; } /* World taken from here */ /* Chicago taken from here */ /** * This CSS has been bodged with !important because I don't have time to do it * properly. */ #new_blogs { text-align:center ! important; font-family:Arial, Helvetica, sans-serif ! important; } #new_blogs a img { vertical-align: bottom; } #new_blogs #blogs-wrapper { width:625px ! important; margin-left:auto ! important; margin-right:auto ! important; text-align:left ! important;s } #new_blogs #blogs-header { width:579px ! important; height:78px ! important; padding-top:70px ! important; padding-left:46px ! important; background-image:url(/images/new_blog_header.jpg) ! important; } #new_blogs #blogs-header-text { font-size:11px ! important; color:#333333 ! important; width:300px ! important; } #new_blogs #blogs-header-text a:link { font-size:11px ! important; color:#333333 ! important; text-decoration:underline ! important; } #new_blogs #blogs-header-text a:visited { font-size:11px ! important; color:#333333 ! important; text-decoration:underline ! important; } #new_blogs #blogs-header-text a:hover { font-size:11px ! important; color:#333333 ! important; text-decoration:none ! important; } #new_blogs #blogs-logon-box { width:623px ! important; height:auto ! important; border:1px solid #cccccc ! important; margin-top:4px ! important; margin-bottom:4px ! important; } #new_blogs #blogs-logon-header { width:615px ! important; border-bottom:1px solid #cccccc ! important; background-color:#e7f0e7 ! important; padding:4px ! important; } #new_blogs #blogs-logon-header h1 { font-size:12px ! important; color:#333333 ! important; font-weight:bold ! important; margin:0 ! important; } #new_blogs #blogs-logon-form { width:615px ! important; background-color:#f5f5f5 ! important; font-size:11px ! important; padding:4px ! important; } #new_blogs #blogs-logon-form a:link { font-size:11px ! important; text-decoration:underline ! important; color:#333333 ! important; } #new_blogs #blogs-logon-form a:visited { font-size:11px ! important; text-decoration:underline ! important; color:#333333 ! important; } #new_blogs #blogs-logon-form a:hover { font-size:11px ! important; text-decoration:none ! important; color:#333333 ! important; } #new_blogs #blogs-logon-form td { padding:2px ! important; } #new_blogs #blogs-logon-form .textfield { width:56px ! important; } #new_blogs .blog-form { margin:0 ! important; padding:0 ! important; } #new_blogs #blogs-col-left { width:306px ! important; height:auto ! important; float:left ! important; margin-top: 4px ! important; } #new_blogs #blogs-col-right { width:306px ! important; height:auto ! important; float:right ! important; margin-top: 4px ! important; } #new_blogs #blog-category-container { width:304px ! important; height:auto ! important; border: 1px solid #cccccc ! important; background-color:#f5f5f5 ! important; } #new_blogs #blog-category-header { width:300px ! important; background-color:#e7f0e7 ! important; font-size:12px ! important; color:#333333 ! important; font-weight:bold ! important; padding:2px ! important; border-bottom:1px solid #cccccc ! important; } #new_blogs #blog-categories-dropdown { width:304px ! important; background-color:#dedede ! important; } #new_blogs .category_div { width:296px ! important; height:auto ! important; background-color:#f5f5f5 ! important; font-size:12px ! important; padding:6px 4px ! important; border-top:1px solid #cccccc ! important; font-weight:bold ! important; } #new_blogs .category_div a:link { color:#333333 ! important; font-size:12px ! important; font-weight:bold ! important; text-decoration:none ! important; } #new_blogs .category_div a:visited { color:#333333 ! important; font-size:12px ! important; font-weight:bold ! important; text-decoration:none ! important; } #new_blogs .category_div a:hover { color:#333333 ! important; font-size:12px ! important; font-weight:bold ! important; text-decoration:none ! important; } #new_blogs .category_div:visited { width:296px ! important; height:auto ! important; background-color:#f5f5f5 ! important; font-size:12px ! important; padding:6px 4px ! important; border-top:1px solid #cccccc ! important; font-weight:bold ! important; } #new_blogs .category_div:hover { width:296px ! important; height:auto ! important; background-color:#f5f5f5 ! important; font-size:12px ! important; padding:6px 4px ! important; border-top:1px solid #cccccc ! important; font-weight:bold ! important; background-color:#ccdccc ! important; } #new_blogs #blogs-cta-container { width:306px ! important; height:auto ! important; } #new_blogs .blogs-cta-left { float:left ! important; border:1px solid #cccccc ! important; } #new_blogs .blogs-cta-right { float:right ! important; border:1px solid #cccccc ! important; } #new_blogs #blog-username-search { overflow: hidden ! important; margin-top:4px ! important; width:292px ! important; border:1px solid #cccccc ! important; background-color:#f5f5f5 ! important; font-size:12px ! important; padding:6px ! important; } #new_blogs #blog-username-search #textfield3 { width:230px; } #new_blogs .username-row { width:auto; } #new_blogs #blog-username-search td { padding:2px ! important; } #new_blogs td { background: transparent ! important; } #new_blogs .latest-blog-container { width:304px ! important; border:1px solid #cccccc ! important; height:auto ! important; background-color:#f3f6f3 ! important; margin-top:4px ! important; } #new_blogs .latest-blog-header { width:296px ! important; font-size:12px ! important; color:#333333 ! important; font-weight:bold ! important; background-color:#ccdccc ! important; padding:4px ! important; margin: 0 ! important; border: none ! important; } #new_blogs .latest-blog-row { width:304px ! important; font-size:11px ! important; padding: 0 ! important; } #new_blogs #editor-blog-container { width:304px ! important; border:1px solid #cccccc ! important; height:auto ! important; background-color:#f3f6f3 ! important; margin-top:4px ! important; } #new_blogs #editor-blog-header { width:296px ! important; font-size:12px ! important; color:#333333 ! important; font-weight:bold ! important; background-color:#ccdccc ! important; padding:4px ! important; } #new_blogs #editor-blog-footer { width:296px ! important; font-size:12px ! important; color:#333333 ! important; font-weight:bold ! important; background-color:#dedede ! important; padding:4px ! important; } #new_blogs #blogs-mpu { width:300px ! important; height:auto ! important; border:1px solid #cccccc ! important; padding-top:17px ! important; background-image:url(/images/advertisement.gif) ! important; background-position:top ! important; background-repeat:no-repeat ! important; margin-left:4px ! important; margin-top:12px ! important; margin-bottom:13px ! important; } #new_blogs .btn { border:0 ! important; } #new_blogs h1 { background: transparent; margin: 0; padding: 0; } #new_blogs table, #new_blogs td, #new_blogs th { border: none ! important; } #new_blogs table { margin-left: 0 ! important; } #new_blogs #blog-categories-dropdown select { font-size: 11px; } #luco_blog_div { float:right; width: 300px; height: 318px; text-align: left; } #luco_blog_div h3 { background:#3e82c1; color:#fff; } /* FTL taken from here */ /* giants taken from here */ /* worlds_best taken from here */ /* hamptons taken from here */ /* cleveland taken from here */ /* flpig taken from here */ /* nj taken from here */ /* rtb taken from here */ /* 10k taken from here */ /* sur taken from here */ /* sur_half taken from here */ /* orange_county taken from here */ /* georgia taken from here */ /* santa taken from here */ /* napa taken from here */ /* fft taken from here */ /* fot taken from here */ /** EOF Blog.class.css **/ /** SOF MyStuff.class.css **/ .mystuff_box { position: relative; } .mystuff_box .edit_button { position: absolute; top: 1px; right: 10px; z-index: 500; } .mystuff_box .mystuff_box_content { padding: 10px; line-height:16px; } .mystuff_box .mystuff_box_content strong { font-size:14px; } #my_stuff a { font-weight: bold; text-decoration: underline; color: #333; } #my_stuff a:hover { text-decoration: none; font-weight: bold; color: #333; } /** maybe this should be in Blog.class.css **/ #article-col .blog_summary_box table { border-collapse: collapse; width: 95%; } #article-col .blog_summary_box table, #article-col .blog_summary_box table td { background: transparent ! important; border: none; } #my_stuff { margin-top: 1px; margin-right: 1px; width: 628px; float: left; background: url('../images/mystuff/mystuff_bg_image.jpg') no-repeat bottom; } #my_stuff[id] { margin-left: -3px; } #my_stuff h1 { background: #d00 url('../images/mystuff/header_bckgrd.jpg') no-repeat top right; height: 105px; color: #fff; margin-left: 0 !important; padding: 0 ! important; } #my_stuff h1 span { } #article-col .blog_summary_box td a { font-weight: normal; } #article-col .blog_summary_box .blogname a { font-weight: bold; } .mystuff_editor { position: relative; } .mystuff_editor .mystuff_back { position: absolute; top: 1px; right: 10px; } #my_stuff h2.box_header { font-size: 1.2em; font-weight: bold; padding-bottom: 4px; } /** welcome box **/ #mystuff_welcome { height: 95px; padding: 10px; } #article-col #mystuff_welcome h2 { background: none; color: #333; font-weight: normal; font-size: 1.5em; } #mystuff_welcome .users_image { float: left; padding-right: 10px; } #mystuff_welcome .users_image img { border: 1px solid #9D9D9D; } #mystuff_welcome .help_image { float: right; } #mystuff_welcome .cta { padding: 10px 0 0 90px; } #mystuff_welcome .cta img { margin-right: 5px; vertical-align: center; } .mystuff_box .profile_summary_box { height: 10px; } .mystuff_box .profile_summary_box div { float: left; } .mystuff_box .profile_summary_box div.username { margin-right: 150px; } .mystuff_box .profile_summary_box div.showreal { margin-right: 30px; } .mystuff_box .routeplanner_summary_box .maplink img { float: left; } .mystuff_box .routeplanner_summary_box p { margin: 0 100px 0 300px; } .mystuff_box .newsletters_summary_box { margin: -10px; } #student_routeplanner_landing #routeplanner_landing h1.mystuff_header { background:url(/images/route_planner_header.jpg) no-repeat; padding-top: 10px ! important; padding-bottom: 61px; padding-left: 10px; padding-right: 296px; } #routeplanner_landing h1.mystuff_header { background:url(/common/images/routeplanner/route_planner_hdr.jpg) no-repeat; font:11px arial; padding-top:71px; padding-right:270px; padding-left:36px; border:none; height:77px; width:319px; margin-bottom:3px; padding-bottom:0px; float:left; } .mystuff_box .newsletters_summary_box .newsletter_box { float: left; margin-right: 2px; } .mystuff_box .newsletters_summary_box .newsletter_box_3 { margin-right: 0; } .mystuff_box .newsletters_summary_box img { vertical-align: bottom; } .mystuff_box .newsletters_summary_box .newsletter_box .status { padding: 1px 4px; border-top: 1px solid #C8C8C8; background: #E3E3E3; } .favourites_summary_box ul, .favourites_summary_box li { list-style: none; margin: 0; padding: 0; } .favourites_summary_box li { margin-left: 20px; padding: 2px 0; } #article-col .favourites_summary_box li a { font-weight: bold; } .mycharity_summary_box ul.charity_logos img { border: 1px solid #ccc; vertical-align: bottom; } .mycharity_summary_box ul.charity_logos { float: left; } .mycharity_summary_box ul.charity_logos, .mycharity_summary_box ul.charity_logos li { list-style: none; padding: 0; margin: 0; } .mycharity_summary_box ul.charity_logos li { padding: 0 8px 8px 0; } .trainingplan_summary_box .trainingplan_link { float: left; clear: left; width: 200px; } .trainingplan_summary_box .trainingplan_list ul { margin: 0 0 0 210px; padding: 0; } .trainingplan_summary_box .trainingplan_list li { padding: 0 10px 0 0; margin: 0; display: inline; float: left; } #mystuff_welcome .user_image img { /* height: 100px; */ margin-top: 15px; } .trainingstats_link { margin-bottom: 4px; float: left; width: 200px; } .trainingstats_what { margin-left: 210px; } /* ****** Redesign CSS below ******** */ #mystuff-col { float:right; width:628px; padding:0 1px 0 0; background-image:url(../../images/settings/mystuff_bg_image.jpg); background-position:bottom; background-repeat:no-repeat; } .mystuff-header-container { background-image:url(../../images/settings/my_stuff_header.jpg); height:115px; background-repeat:no-repeat; } #my-stuff-intro-container { width:460px; font-size:1.2em; margin:10px; } #help-block { width:135px; float:right; font-size:1.2em; padding:10px; text-align:right; } .mystuff-col-left { width:305px; float:left; margin-left:4px; } .mystuff-col-right { width:305px; float:right; margin-right:4px; } .mystuff-block-container { margin:0 0 10px 0; background-image:url(../images/mystuff/semi2.png); /* semi transparent bg */ border-bottom:1px solid #C8C8C8; } .mystuff-block-title { background-color:#E7F0E7; border-top:1px solid #C8C8C8; border-bottom:1px solid #FFFFFF; padding: 0 10px; } .mystuff-title-left { font-size:1.3em; font-weight:bold; padding:2px 0 3px 0; } .mystuff-title-right { float:right; cursor: pointer; padding:3px 0 0 0; } .mystuff-block { padding:10px; font-size:1.2em; background-image:url(../../images/settings/semi2.png); /* semi transparent bg */ border-bottom:1px solid #C8C8C8; } .newsletter_header { background-image:url(/common/images/newsletters/newsletter_header.jpg) !important; height:115px; background-repeat:no-repeat; } .newsletter_header_body { background-image: none !important; background-color: transparent !important; color: black !important; font-size: 0.9em !important; top: 60px !important; } /** EOF MyStuff.class.css **/ /** SOF ToolPage.class.css **/ .toolcontainer { padding: 20px; padding-top: 0px; } .toolcontainer table { border: none !important; margin-left: 0 !important; margin-right: 0 !important; } .toolcontainer td { background-color: none !important; border: none !important; } /** EOF ToolPage.class.css **/ /** SOF Contact.class.css **/ /* Contact class css file */ /* Class definitions */ #Contact_table_form th.contactTextCell{ background-color: #F5F5F5 !important; border: none !important; width: 200px; text-align: left; } #Contact_table_form td.contactFieldCell{ background-color: #FFF !important; border: none !important; padding-left: 10px; } /* By tag definitions */ /* Non defined so far */ /* ID definitions */ /** Not used **/ #Contact_left_pane{ float:left; background-color: #FAFAFA; } #Contact_us_body{ margin-top: 5px; margin-bottom: 5px; /*margin-right: 20px;*/ margin-left: 0px; } /** Not used **/ #Contact_right_pane{ float:right; } #Contact_enquiry_text,#Contact_details_text,#Contact_name_text,#Contact_email_text,#Contact_telephone_text{ font-weight: bold; margin-left: 10px; } #Contact_enquiry_dropdown,#Contact_enquiry,#Contact_textarea,#Contact_name,#Contact_email,#Contact_telephone{ width:293px; height:16px; font-size: 1em; font-family: arial, sans-serif; padding:0px margin:0px; border: solid #000 1px; margin-bottom: 8px !important; } #Contact_enquiry_dropdown { height: auto; } #Contact_enquiry_dropdown{ margin-top: 5px !important; } #Contact_textarea{ display: block; width: 320px; height: 107px; font-size: 1em; } #Contact_header{ background-image: url('/images/contact/about_main_bckgrd.jpg'); width: 626px !important; height: 100px !important; border-bottom: 5px solid #E5E5E5; } #Contact_form,#Contact_us_body{ width: 620px; border: none; background-color: #FFF !important; } #Contact_header_text{ color: #fff; font-size: 2.0em; padding-top: 47px; padding-left: 25px; height: 20px; font-weight: bold; } #Contact_table_form{ border-collapse: collapse; border: solid #FFF 1px !important; background-color: #FFF !important; margin:0px !important; padding:0px !important; margin-bottom: 5px !important; margin-top: 5px !important; } #Contact_submit{ text-decoration: underline; } #Contact_enquiry_text_cell{ background-color: #FFF !important; } /* #Contact_details_row{ background-color: red !important; } #Contact_detail_field{ background-color: red !important; } */ /** EOF Contact.class.css **/ /** SOF PodcastPage.class.css **/ /*----- this area holds all the CENTRE stuff on the page -----*/ #gen-col { float:right !important; width:628px; padding:0 1px 0 0; color:#333333; font-family:Arial,Helvetica,sans-serif; font-size:0.7em; } .gen-container { /*background-image:url(../images/blogs/start_blog_header_bckgrd.jpg); background-repeat:no-repeat;*/ background-color:#2B912D; border-bottom:5px solid #E5E5E5; } .gen-title { color:#FFFFFF; font-size:2.1em; font-weight:bold; padding:35px 0 20px 35px; } .gen-title-row { background-color:#E7F0E7; border-top:1px solid #C8C8C8; padding: 0 10px; margin:20px 0 0 0; } .gen-title-left { font-size:1.6em; font-weight:normal; padding:2px 0 3px 0; } .gen-title-right { float:right; padding:2px 0 0 0; } .gen-area-container { background-image:url(../images/settings/sub_area_bckgrd.gif); background-repeat:repeat-y; margin:5px 0; width:628px; } .gen-area-row { } .gen-area-left { padding:5px 10px; font-size:1.2em; width:185px; } .gen-area-right { float:right; padding:5px 10px; width:400px; } .gen-row-container { margin:5px 0; padding:5px 10px;; font-size:1.2em; } .gen-row-container a { font-weight:bold !important; text-decoration:underline; color: #333333; font-size: 1.0em; } .gen-row-container a:hover { text-decoration:none; } .margin-10-left { margin: 0 0 0 10px; } /*-- STYLES FOR THE PODCAST/VODCAST COLUMNS (styles for rollovers next) --*/ .podcast-container { background-image:url(../images/secondary_generic/podcast_header_bckgrd2.jpg); background-repeat:no-repeat; border-bottom:5px solid #E5E5E5; } .vodcast-container { background-image:url(../images/secondary_generic/podcast_header_bckgrd.jpg); background-repeat:no-repeat; border-bottom:5px solid #E5E5E5; } .podcast-title { color:#FFFFFF; font-size:2.5em; font-weight:bold; padding:35px 0 20px 40px; background-image:url(/common/images/podcasts/podcast_header_bckgrd2.jpg); } .pod-col-container { } .pod-col-header { background-color:#218623; padding:8px 10px 6px 15px; color:#FFFFFF; font-size:1.2em; font-weight:bold; width:582px; border-bottom:4px solid #70B771; } .pod-table { width:600px; } #article-col .gen-row-container table.pod-table td { background-color:#fff !important; padding:5px 10px; } table.pod-table td, table.pod-list-table td { font-size:1.2em; } .vod-table { width:250px; } .vod-table td { padding:0 10px; } .player-container { float:right; } .player-title { background-color:#218623; padding:5px 5px 6px 5px; color:#FFFFFF; font-size:1.1em; font-weight:bold; border-bottom:2px solid #70B771; } .pod-area-container { background-image:url(../images/settings/sub_area_bckgrd.gif); background-repeat:repeat-y; margin:20px 0 5px 0; width:600px; font-size: 1.2em; } .pod-area-row { } .pod-area-left { padding:5px 10px; font-size:1em; width:185px; } .pod-area-right { float:right; padding:5px 10px; width:370px; } .pod-list-table { width:600px; border: 0 !important; } #article-col .gen-row-container table.pod-list-table td { background-color:#F5F5F5 !important; margin:0 5px; padding:5px 5px 10px 5px; vertical-align:top; border-top:5px solid #E5E5E5 !important; border-bottom:5px solid #E5E5E5 !important; border-left:none !important; border-right:none !important; } /*-- --*/ /*-- STYLES FOR THE PODCAST/VODCAST ROLLOVERS --*/ .listing-generic a {display:block; padding:8px 10px 6px 15px; border-bottom:1px solid #E5E5E5; width:582px; text-decoration:none;} .listing-generic a:visited {display:block; padding:8px 10px 6px 15px; border-bottom:1px solid #E5E5E5; text-decoration:none;} .listing-generic a:hover {display:block; background-color:#218623; padding:8px 10px 6px 15px; border-bottom:1px solid #E5E5E5; text-decoration:none;} .sponsor a {float:right;font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:1em; font-weight:normal; text-decoration:none; margin:0px;} .sponsor a:visited {font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:1em; font-weight:normal; text-decoration:none; margin:0px;} .sponsor a:hover {font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:1em; font-weight:normal; text-decoration:none; margin:0px;} a .title {font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:1.3em; font-weight:bold; text-decoration:none; margin:0px;} a:visited .title {font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:1.3em; font-weight:bold; text-decoration:none; margin:0px;} a:hover .title {font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:1.3em; font-weight:bold; text-decoration:none; margin:0px;} a .subtitle {font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:1.3em; font-weight:normal; text-decoration:none; margin:0px;} a:visited .subtitle {font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:1.3em; font-weight:normal; text-decoration:none; margin:0px;} a:hover .subtitle {font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:1.3em; font-weight:normal; text-decoration:none; margin:0px;} /*-- --*/ #podcast-comment { width: 380px; } /* minging hack -- Jon */ /*#article-col td { background-color: none; border: none; padding: 5px; background-color:#F5F5F5 !important; } #article-col a:hover { color:#5555DD; } #article-col a { color:#333333; font-weight:normal; text-decoration:underline; font-size: 1.3em; } */ /** EOF PodcastPage.class.css **/ /** SOF AboutUs.class.css **/ #About_us_title { display: block; background: #E74135 url(/common/images/aboutus/header.jpg) top left !important; padding-top: 55px !important; padding-left: 25px !important; padding-bottom: 16px !important; font-size: 2em !important; border-bottom: 5px solid #E3E3E3; } #aboutuscontainer { padding: 10px; float:right; } #aboutuscontainer h2, #jargonbustercontainer div.generic-title-left h2 { display: block; width: 600px; background-color: #E7F0E7 !important; border-top: 1px solid #C8C8C8; padding: 4px; color: #333 !important; font-size: 1.5em !important; margin-top: 20px !important; } #aboutuscontainer p { font-size: 1.1em !important; } #aboutuscontainer a { font-weight: bold; } /** EOF AboutUs.class.css **/ /** SOF MyCharityPage.class.css **/ #latest_editor_posts_my_charity h3,#latest_blog_posts_my_charity h3{ background:#54A955 url(../../images/my_realbuzz_small_header.gif); font-size:1em; font-weight:normal; margin:0pt; padding:4px 4px 4px 10px; color:#fff; } #latest_editor_posts_my_charity_223 h3,#latest_blog_posts_my_charity_223 h3{ background:#ee3226; font-size:1em; font-weight:normal; margin:0pt; padding:4px 4px 4px 10px; color:#fff; } #latest_editor_posts_my_charity_72 h3,#latest_blog_posts_my_charity_72 h3{ background:#f00; font-size:1em; font-weight:normal; margin:0pt; padding:4px 4px 4px 10px; color:#fff; } #my_charity_page .latest_blog_posts li .user_image { clear: none; } #my_charity_page { float: left; padding: 0px; width: 611px; } #my_charity_page .charity_header { padding: 10px; } #my_charity_page .charity_header h1, #my_charity_page .charity_footer { background: none ! important; color: #000 ! important; font-size: 1.7em ! important; font-weight: bold ! important; } #my_charity_page .charity_footer { clear: left; } #my_charity_page .charity_header img { float: left; margin-right: 10px; } #my_charity_page .charity_intro { clear: left; } #my_charity_page .charity_contact { text-align: right; } #my_charity_page a { font-weight: bold ! important; text-decoration: underline; color: #333; } #my_charity_page a:hover { text-decoration: none; color: #333; } #my_charity_page .charity_sub_header { background-color: #2B912D; border-bottom: 2px solid #2C4C2D; margin: 8px 0; padding: 5px; position: relative; } #my_charity_page .charity_sub_header select { position: absolute; top: 3px; right: 3px; } #my_charity_page .charity_sub_header h2 { background: transparent ! important; color: #fff ! important; font-size: 1.1em ! important; padding: 0; ! important; position: static ! important; margin: 0 ! important; } #my_charity_page .charity_latest_blogs { background: #F5F5F5; } #my_charity_page .charity_latest_blogs .box, #my_charity_page .charity_latest_news .box { padding: 3px; } #my_charity_page .charity_latest_blogs .box h3, #my_charity_page .charity_latest_news .box h3 { background: #E5E5E5; color: #333; } #my_charity_page .charity_latest_blogs .box a, #my_charity_page .charity_latest_news .box a { font-size: 1.1em ! important; } #my_charity_page .charity_blogs_footer { clear: both; background: #F5F5F5; padding: 3px; } #my_charity_page .charity_blogs_footer .charity_news_footer { background: #E5E5E5; width: 180px; float: left; padding: 3px 10px; } #my_charity_page .charity_blogs_footer .charity_latestblogs_footer { background: #E5E5E5; margin-left: 205px; text-align: right; padding: 3px 10px; } #my_charity_page .charity_blogs_footer .charity_create_blog { display: block; float: left; } #my_charity_page .charity_training .charity_plans { background: #F5F5F5; } #my_charity_page .charity_training .charity_plans ul, #my_charity_page .charity_training .charity_plans li, #my_charity_page .charity_plans_rr1 ul, #my_charity_page .charity_plans_rr1 li { list-style: none; margin: 0; padding: 0; } div.charity_plans_rr1{ padding:5px; background:#eee; border:1px solid #333; } #rr1_training_head{ background:#dbe0f8; padding:10px; font-size:30px; border:1px solid #333; color:#333; } #rr1_cta_container{ margin-top:5px; } #my_charity_page .charity_training .charity_plans ul { padding: 5px 10px; } #my_charity_page .charity_training .charity_plans ul.first { float: left; width: 48%; } #my_charity_page .charity_forum { clear: left; } #my_charity_page .charity_latest_news .box { float: left; width: 200px; } #my_charity_page .latest_blog_posts li { clear: none; } #my_charity_page .charity_latest_blogs .box { margin-left: 205px; } #my_charity_page .charity_forum .charity_cta { float: left; } #my_charity_page .charity_forum .box, #my_charity_page .charity_forum .charity_sub_header { margin-left: 140px; } #my_charity_page .charity_forum table { border-collapse: collapse; width: 468px; border: none; margin-right: 0 ! important; } #my_charity_page .charity_forum_rt1 table { border-collapse: collapse; width: 300px; border: none; margin-right: 0 ! important; } #my_charity_page[id] .charity_forum table { width: 465px; } #my_charity_page .charity_forum table td, #my_charity_page .charity_forum table th, #my_charity_page .charity_forum_rt1 table td, #my_charity_page .charity_forum_rt1 table th{ border: 2px solid #fff; } #my_charity_page .charity_forum table th, #my_charity_page .charity_forum_rt1 table th { background: #E5E5E5; padding: 5px; } #my_charity_page .charity_forum table td, #my_charity_page .charity_forum_rt1 table td { background: #F5F5F5; padding: 2px 5px; } #my_charity_page .charity_forum table .topics, #my_charity_page .charity_forum_rt1 table .topics { text-align: left; } #my_charity_page .charity_forum table .posts, #my_charity_page .charity_forum_rt1 table .posts { width: 50px; text-align: center; } #my_charity_page .charity_forum table td.posts, #my_charity_page .charity_forum_rt1 table td.posts { font-weight: bold; } #my_charity_page .charity_footer img { margin-right: 20px; vertical-align: bottom; } #my_charity_page .charity_forum_link{ text-align: right; background: #E5E5E5; margin-top: 2px; margin-left: 140px; padding: 2px 5px; } #my_charity_page .charity_forum_rt1 .charity_forum_link { background:#fff; width:290px; margin-left:0; } /** Contact page **/ #my_charity_page .charity_contactdetails { text-align: left; font-size: 1.1em; background: #f5f5f5; padding: 4px 10px; } #my_charity_page .charity_contactdetails dl { margin: 0; padding: 0; } #my_charity_page .charity_contactdetails dl dt { font-weight: bold; float: left; clear: left; padding: 2px 0; } #my_charity_page .charity_contactdetails dl dd { margin-left: 10em; padding: 2px 0; } #left-nav-col .charity_logos { text-align: center; } #left-nav-col .charity_logos img { vertical-align: bottom; } /** EOF MyCharityPage.class.css **/ /** SOF TrainingPlanIndex.class.css **/ #article-col #Title_training_plans { background-image: url('/common/images/trainingplans/training_header_bckgrd.jpg'); background-color: #fff; border-bottom: 4px solid #E3E3E3; padding-top: 50px !important; padding-left: 26px !important; padding-bottom: 24px !important; color: #333 !important; font-size: 1.8em !important; } #article-col #Title_tri_training_plans { background-image: url('/common/images/trainingplans/tri_header_bckgrd.jpg'); background-color: #fff; border-bottom: 4px solid #E3E3E3; padding-top: 50px !important; padding-left: 26px !important; padding-bottom: 24px !important; color: #fff !important; font-size: 1.8em !important; } #article-col #Title_adventure_training_zone_plans { background-image: url('/common/images/trainingplans/adventure_destinations_training_zone.jpg'); background-color: #fff; border-bottom: 4px solid #E3E3E3; padding-top: 50px !important; padding-left: 26px !important; padding-bottom: 24px !important; color: #000 !important; font-size: 1.8em !important; } #article-col #Title_training_plan_5k_training_plan { background-image: url('/common/images/trainingplans/5k_header_bckgrd.jpg'); background-color: #fff; border-bottom: 4px solid #E3E3E3; padding-top: 50px !important; padding-left: 26px !important; padding-bottom: 24px !important; color: #EEE !important; font-size: 1.8em !important; } #article-col #Title_training_plan_10-mile_training_plan { background-image: url('/common/images/trainingplans/10mile_header_bckgrd.jpg'); background-color: #fff; border-bottom: 4px solid #E3E3E3; padding-top: 50px !important; padding-left: 26px !important; padding-bottom: 24px !important; color: #333 !important; font-size: 1.8em !important; } #article-col #Title_training_plan_10k_training_plan { background-image: url('/common/images/trainingplans/10k_header_bckgrd.jpg'); background-color: #fff; border-bottom: 4px solid #E3E3E3; padding-top: 50px !important; padding-left: 26px !important; padding-bottom: 24px !important; color: #333 !important; font-size: 1.8em !important; } #article-col #Title_training_plan_bupa_great_north_run_training_plan { background-image: url('/common/images/trainingplans/gnr_header_bckgrd.jpg'); background-color: #fff; border-bottom: 4px solid #E3E3E3; padding-top: 50px !important; padding-left: 26px !important; padding-bottom: 24px !important; color: #EEE !important; font-size: 1.8em !important; } #article-col #Title_training_plan_flora_london_marathon_training_plan { background-image: url('/common/images/trainingplans/flora_header_bckgrd.jpg'); background-color: #fff; border-bottom: 4px solid #E3E3E3; padding-top: 30px !important; padding-left: 26px !important; padding-bottom: 20px !important; padding-right: 350px !important; color: #333 !important; font-size: 1.8em !important; } #article-col #Title_training_plan_half_marathon_training_plan { background-image: url('/common/images/trainingplans/half_mara_header_bckgrd.jpg'); background-color: #fff; border-bottom: 4px solid #E3E3E3; padding-top: 50px !important; padding-left: 26px !important; padding-bottom: 24px !important; color: #333 !important; font-size: 1.8em !important; } #article-col #Title_training_plan_marathon_training_plan { background-image: url('/common/images/trainingplans/mara_header_bckgrd.jpg'); background-color: #fff; border-bottom: 4px solid #E3E3E3; padding-top: 50px !important; padding-left: 26px !important; padding-bottom: 24px !important; color: #EEE !important; font-size: 1.8em !important; } #article-col #Title_training_plan_olympic_triathlon_training_plan { background-image: url('/common/images/trainingplans/tri_ol_header_bckgrd.jpg'); background-color: #fff; border-bottom: 4px solid #E3E3E3; padding-top: 50px !important; padding-left: 26px !important; padding-bottom: 24px !important; color: #EEE !important; font-size: 1.8em !important; } #article-col #Title_training_plan_sprint_triathlon_training_plan { background-image: url('/common/images/trainingplans/tri_header_bckgrd.jpg'); background-color: #fff; border-bottom: 4px solid #E3E3E3; padding-top: 50px !important; padding-left: 26px !important; padding-bottom: 24px !important; color: #EEE !important; font-size: 1.8em !important; } #article-col #Title_training_plan_cycle_challenge_training_plan { background-image: url('/common/images/trainingplans/cycling_training_plan.jpg'); background-color: #fff; border-bottom: 4px solid #E3E3E3; padding-top: 50px !important; padding-left: 26px !important; padding-bottom: 24px !important; color: #EEE !important; font-size: 1.8em !important; } #article-col #Title_training_plan_trek_challenge_training_plan { background-image: url('/common/images/trainingplans/trekking_training_plan.jpg'); background-color: #fff; border-bottom: 4px solid #E3E3E3; padding-top: 50px !important; padding-left: 26px !important; padding-bottom: 24px !important; color: #EEE !important; font-size: 1.8em !important; } #article-col #Title_training_plan_walk-climb_challenge_training_plan { background-image: url('/common/images/trainingplans/walking_training_plan.jpg'); background-color: #fff; border-bottom: 4px solid #E3E3E3; padding-top: 50px !important; padding-left: 26px !important; padding-bottom: 24px !important; color: #EEE !important; font-size: 1.8em !important; } #article-col .training-week-container h2, #article-col .training-week-container h3 { background-color:#38942E; border-bottom:2px solid #217419; color:#FFFFFF; font-size:1.4em; padding:5px 10px 3px; } .training-plan-box { height: 75px; margin: 8px; } .training-plan-box img { float: left; margin-right: 10px; } .training-plan-box a { font-weight: bold !important; } .training-plan-subhead { display: block; width: 600px; height: 22px; background-color:#E7F0E7 !important; border-top:1px solid #C8C8C8 !important; margin:20px 0pt 0pt !important; padding-left: 10px !important; padding-top: 6px !important; font-size:1.8em; font-weight: bold; color: #333 !important; } .training-plan-subhead img { position: absolute; top: 5px; right: 5px; display: inline; float: right; } .training-week-container td { border: none !important; background: white !important; } .training-week-container table { border: none !important; background: white !important; background-color: none !important; margin-left: -4px !important; } /*.training-week-container table table { margin-left: 3px !important; width: 500px !important; } */ .tplan_subheader_main { display: block; background: #419434; border-bottom: 2px solid #2A7420; width: 618px; font-size: 1.5em; font-weight: bold; color: white; padding: 5px; margin-left: -3px !important; } .tplan_subheader { display: block; width: 95%; background: white; font-size: 1.5em; font-weight: bold; color: #333; padding: 5px; padding-left: 0 !important; } .tp_table_title { background: blue; width: 100%; display: block; background: #419434; color: white; font-weight: bold; padding: 3px; } .trainingplan-title { display: block; background: #419434; border-bottom: 2px solid #2A7420; width: 619px; margin-left: 0px !important; font-size: 1.5em; font-weight: bold; color: white; padding: 5px; } .training-week-container { } .training-week-container td.training-plan-week-td { background-color: #E5E5E5 !important; border: 1px solid #fff !important; } .training-week-container table.training-plan-table { border-collapse: collapse; margin-left: 7px; } .training-week-container table.training-plan-table2 { border-collapse: collapse; margin-left: 7px !important; } .training-week-container table.training-plan-table td p { width: auto !important; } .training-week-container p { margin-left: 0px !important; width:616px; } #training-disclaimer { /* position: absolute;*/ /* top: 130px; left: 175px; */ float: right; width: 613px; padding-right: 10px; padding-top: 15px; } #training-disclaimer ol li { background: #E5E5E5; list-style-position: inside; padding: 6px; margin-left: -40px; border-bottom: 1px solid white; } #training-disclaimer ol ul li { border-bottom: none; list-style-type: disc; } #training-disclaimer ol ol li { border-bottom: none; list-style-type: disc; } /** Training plan table **/ .training_plan_table { padding: 0 10px; } .training_plan_table table { border-collapse: collapse; width: 600px; margin: 0 ! important; } .training_plan_table th, .training_plan_table td { border: 1px solid #fff ! important; padding: 3px ! important; text-align: left; } .training_plan_table thead th { background: #38942E; color: #fff; font-weight: bold; } .training_plan_table thead th.day { visibility: hidden; } .training_plan_table tbody th, .training_plan_table tbody td { background: #E5E5E5 ! important; color: #000; font-weight: normal; } .training_plan_table table caption { font-size: 1.5em; font-weight: bold; text-align: left; padding: 10px 0; } .training_tip { margin-left: -3px; } .training_tip p { margin: 1em 10px ! important; width: auto !important; } /** EOF TrainingPlanIndex.class.css **/ /** SOF Messaging.class.css **/ /** * mailbox links */ #root_boxes { height: 50px; text-align: center; } #root_boxes ul { list-style: none; padding: 10px 20px; margin: 0; } #root_boxes .mainbox_link { display: inline; float: left; } #root_boxes .mainbox_link a { height: 25px; display: block; margin: 5px; background-repeat: no-repeat; padding: 0 0 0 30px; line-height: 25px; font-size: 1.4em; font-weight: bold; text-decoration: underline; color: #333; width: 50px; } #root_boxes .mainbox_link a:hover { text-decoration: none; color: #333; } #root_boxes .mailbox_inbox a { background-image: url('../images/mystuff/msg_inbox.gif'); } #root_boxes .mailbox_sentbox a { background-image: url('../images/mystuff/msg_sentbox.gif'); } #root_boxes .mailbox_archived a { background-image: url('../images/mystuff/msg_savebox.gif'); } #article-col .messaging_editor { } #article-col .messaging_editor table { border: none; border-collapse: collapse; width: 609px; margin: 0 ! important; } #article-col .messaging_editor th { background-color: #DDDDDD; font-size: 1.1em; padding: 2px 5px; text-align: left; font-weight: bold; } #article-col .messaging_editor td { border: 1px solid #fff; padding: 5px; } #article-col .messaging_editor tr.unread, #article-col .messaging_editor tr.unread a { font-weight: bold; } #article-col .messaging_editor .toolbar { } #article-col .messaging_editor .toolbar ul { } #article-col .messaging_editor .toolbar ul, #article-col .messaging_editor .toolbar li { list-style: none; margin: 0; padding: 0; } .messaging_message .header { border-top: 1px solid #AEAEAE; margin-top: 10px; padding: 0 5px; } #article-col .messaging_message .header a { font-weight: bold; } .messaging_message .header .subject h3 { background: #F3F3F3 none repeat scroll 0%; border-top: 4px solid #E3E3E3; color: #444444; margin: 0 -5px; padding: 15px 0pt 5px 10px; } .messaging_message .body { padding: 5px 5px 0 5px; border-bottom: 1px solid #AEAEAE; } .messaging_new p, .messaging_mailbox { padding: 10px; } .messaging_new form { position: relative; } .finduser_button { margin-left: 4px; vertical-align: bottom; cursor: pointer; } .messaging_message .author { width: 100px; } .messaging_message td.message { vertical-align: top; } .messaging_message td.message .message-header { font-size: 0.9em; border-bottom: 1px dotted #999; margin-bottom: 4px; } .messaging_message td.author img { margin: auto; display: block; } #article-col .messaging_message td.author a { font-weight: bold; } .messaging_message .toolbar { padding-left: 10px; } .messaging_message .toolbar li { display: inline; } /** EOF Messaging.class.css **/ /** SOF Favourites.class.css **/ #favourites_box { left: 172px; position: absolute; top: 155px; z-index: 1000; } .fave_loggedout #favourites_box { top: 3px; left: 248px } #favourites_box .show_faves { cursor: pointer; } #favourites_list { position: absolute; left: 0; top: 20px; background: #eee; display: none; } #favourites_list ul { padding: 0; margin: 0; } #favourites_list li { margin: 0; list-style: none; border-bottom: 1px solid #fff; } #favourites_list li a { color: #333; text-decoration: none; display: block; padding: 3px 5px; white-space: nowrap; display: block; position: relative; } #favourites_list li a:hover { background: #3C9A3C; color: #fff; text-decoration: none; } #favourites_list li.edit_fave { border-bottom: 3px solid #fff; } /** EOF Favourites.class.css **/ /** SOF Profile.class.css **/ /* CSS Document */ #hotshot_my_profile_container .hotshot_thumbnail_div img{ width:149px; height:104px; } #hotshot_my_profile_container .hotshot_thumbnail_div{ width:166px; height:134px; background: url(/common/images/profile/photo_bg.gif) no-repeat; } #hotshot_my_profile_container .hotshot_thumbnail_div .hotshot_title { font-weight:normal; font-size:10px; } #hotshot_my_profile_container .hotshot_thumbnail_div .hotshot_author,#hotshot_my_profile_container .hotshot_thumbnail_div .hotshot_uploadedon{ display:none; } .profile-container #comments h2.comments_title { display:none; } .profile-container .profile-block ul{ padding-left:0; margin-left:0; list-style-type:none; } .profile-container { width:628px; padding:0 1px 0 0; background-image:url(/common/images/profile/mystuff_bg_image.jpg); background-position:bottom; background-repeat:no-repeat; margin-top:5px; font-size: 11px !important; } .profile-header-image { border-bottom:5px solid #FFFFFF; } .profile-col-left { width:365px; float:left; margin-left:4px; } .profile-col-right { width:245px; float:right; margin-right:4px; } .profile-block-container { margin:0 0 10px 0; } .profile-block-title { background-color:#E7F0E7; border-top:1px solid #C8C8C8; border-bottom:1px solid #FFFFFF; padding: 0 10px; } .profile-title-left { font-size:1.3em; font-weight:bold; padding:2px 0 3px 0; } .profile-title-right { float:right; padding:3px 0 0 0; } .profile-block { padding:10px; font-size:1.2em; background-image:url(/common/images/profile/semi2.png); /* semi transparent bg */ border-bottom:1px solid #C8C8C8; } .profile-userimage-block { float:left; width:180px; height:65px; } .user-image { float:left; margin-right:10px; } .profile-user-right-block { line-height:20px; } .profile-comment-block { background-color:#FFFFFF; padding:4px; border-top:1px solid #DDDDDD; border-bottom:1px solid #DDDDDD; margin-bottom:5px; } .profile-photo-left { float:left; width:162px; height:129px; background-image:url(/common/images/profile/photo_bg.gif); background-repeat:no-repeat; padding-left:7px; padding-top:7px; } .profile-photo-right { float:right; width:162px; height:129px; background-image:url(/common/images/mprofile/photo_bg.gif); background-repeat:no-repeat; padding-left:7px; padding-top:7px; } .photo-text { margin:1px 0 0 4px; font-size:10px; } div.profile_hotshot { width: 620px; border: 0; } .user_profile { font-size: 1.1em; } #article-col .user_profile h1 { /* background: #8497B8 url('../images/profile/profile_header_bckgrd.jpg');*/ color: #333; font-size: 1.8em; height: 60px; } #article-col .mystuff_header { background: #8497B8 url('/common/images/profile/profile_header.jpg'); color: #333; font-size: 1.8em; height: 60px; } #routeplanner_landing .mystuff_header { background: #8497B8 url('/common/images/profile/profile_header_bckgrd.jpg'); } #article-col .mystuff_header_female { background: #8497B8 url('/common/images/profile/profile_header.jpg'); color: #333; font-size: 1.8em; height: 60px; border-bottom:5px solid #E5E5E5; font-weight:bold; margin:0pt 0pt 0pt -1px; padding:35px 0pt 20px 35px; } .user_profile .questions { padding: 0 10px; } .user_profile .about_user dt, .user_profile .questions dt { font-weight: bold; } .user_profile .about_user dd, .user_profile .questions dd { margin: 0; margin-bottom: 1em; } .user_profile .about_user a { font-weight: bold ! important; color: #333 ! important; } .user_profile .about_user a:hover { text-decoration: none ! important; color: #333 ! important; } .user_profile .about_user { padding: 10px; } .user_profile .about_user ul, .user_profile .about_user li { list-style: none; padding: 0; margin: 0; } .profile_user_image { float: right; } .profile_editor { float: left; margin-top: 10px; } .profile_editor .box_header { margin: 0 ! important; } .profile_editor p { margin-left: 10px; margin-right: 10px; } #comments { border-top: 1px solid #AEAEAE; margin-top: 10px; } #comments h2 { margin: 0; background: #F3F3F3; border-top: 4px solid #E3E3E3; padding: 15px 0 5px 10px; color: #444; } #comments ol, #comments li { list-style: none; padding: 0; margin: 0; } #comments ol { padding: 0 5px 5px 5px; } #comments li { margin-top: 10px; padding: 5px 5px 0 5px; border-top: 1px solid #AEAEAE; border-bottom: 1px solid #AEAEAE; } #comments .comment_header { margin-bottom: 10px; } #comments .comment_header .comment_author { display: block; } #comments .comment_header .comment_author a { font-weight: bold; } #comments .comment_footer { padding: 2px 10px; background: #F3F3F3; margin: 5px -5px 0 -5px; font-size: 0.9em; font-weight: bold; } #comments a { color: #333; text-decoration: underline; } #comments a:hover { text-decoration: none; } #comments form textarea { display: block; border: 1px solid #000; background: #fff; color: #000; font-family: arial, sans-serif; margin: 5px; font-size: 1em; width: 477px; } #comments form input { margin: 5px; } #comments .addcomment_form h3 { margin: 10px 5px; font-size: 1.4em; } #comments a { font-weight: bold; } #comments .comment_date { display: block; } /** EOF Profile.class.css **/ /** SOF Vacancies.class.css **/ #Vacancies_title { display: block; background: #E74135 url(/common/images/aboutus/header.jpg) top left !important; padding-top: 55px !important; padding-left: 25px !important; padding-bottom: 16px !important; font-size: 2em !important; border-bottom: 5px solid #E3E3E3; } #vacancycontainer { padding: 10px; } #vacancycontainer h2, #vacancycontainer div.generic-title-left h2 { display: block; width: 600px; background-color: #E7F0E7 !important; border-top: 1px solid #C8C8C8; padding: 4px; color: #333 !important; font-size: 1.5em !important; margin-top: 20px !important; } #vacancycontainer p { font-size: 1.1em !important; } #vacancycontainer a { font-weight: bold; } /** EOF Vacancies.class.css **/ /** SOF sectionMenuPage.class.css **/ /* Class file for sectionMenuCalss subclass */ /* Class definitions */ .sectionMenuTable{ font-family: arial, sans-serif; width: 626px !important; margin: 0px !important; padding: 0px !important; border-collapse: collapse; margin-bottom: 5px !important; margin-top: 5px !important; text-align: left !important; border: none !important; } .sectionMenuTable h3 { margin: 0px; padding: 4px; color: white; padding-left: 10px; font-size: 1.3em; } .sectionMenuRow{ border: none !important; /* border-bottom: 1px solid #000 !important; */ } .sectionMenuCell{ border: none !important; background-color: #fff !important; } .sectionMenuRowHeader{ height: 30px !important; } .sectionMenuTitle,.sectionMenuSubTitle{ } .sectionMenuTitle{ font-size: 1.5em; } .sectionMenuSubTitle{ } div.articleContainer ul.sectionMenuTable a.maintext { text-decoration:none !important; } ul.sectionMenuTable li { border-top:1px solid #ccc; } div.articleContainer a.section_information { font-size:0.9em !important; } /** EOF sectionMenuPage.class.css **/ /** SOF RunningToolPage.class.css **/ #training_tab_background { margin-top:20px; background:url(/images/running/stats_tabs_left.gif); width:620px; height:18px; padding-top:2px; text-align:right; } #training_stats_table { width:620px; margin:0 !important; border-collapse:collapse; } #training_stats_table th { border:1px solid #ccc; background:#ddd; font-weight:bold; } #training_stats_table td { text-align:center; background: #ebf0f4; border:1px solid #ccc; color:#333; } div.training_stats_table_title { background:#2b912d; padding:5px 10px 5px 10px; font-weight:bold; font-size:1em; width:600px; color:#fff; } div.training_stats_date_select { background:#c5e2c3; padding:5px 10px 5px 10px; font-weight:bold; font-size:1em; width:600px; color:#000; } div.training_stats_header { background:url(/images/running/stats_header_bckgrd.jpg); height:40px; padding-top:50px; padding-left:20px; width:607px; font-size:1.7em; font-weight:bold; color:#fff; margin-left:-3px; } #training_tab_background #training_tab_view_graph { color:#666; } #training_tab_background #training_tab_view_data { color:#fff; } #training_stats_editor { position: absolute; top: 120px; left: 300px; background: url(/images/tools/semi.png); border: 3px solid #444; display: none; z-index: 1000; } #training_stats_editor { padding: 8px; } #training_stats_editor .field, #training_stats_editor .radio { clear: left; padding-top: 3px; } #training_stats_editor .radio label, #training_stats_editor .field label { float: left; width: 12em; font-weight: bold; } #training_stats_editor .radio li label { float: none; } #training_stats_editor .radio ul, #training_stats_editor .radio li { padding: 0; margin: 0; list-style: none; } #training_stats_editor .radio ul { margin-left: 12em; width: 160px; } #training_stats_editor .radio li { float: left; } #training_stats_editor .field textarea { width: 160px; height: 100px; } #training_stats_editor .button { padding-top: 10px; text-align: center; } .goals_details { display: none; } #training_stats_table tr.goals_details td { text-align: left; } #training_stats_table tr.goals_details dt { font-weight: bold; float: left; clear: left; width: 10em; text-align: right; padding-right: 4px; } #training_stats_table tr.goals_details dt, #training_stats_table tr.goals_details dd { padding-top: 3px; } .my_activities, .goals_current { /* float: left; */ width: 625px; position: relative; } .my_activities .edit_button, .goals_current .edit_button { position: absolute; right: 3px; top: 1px; } .my_activities h2, .goals_current h2 { margin-top: 0 ! important; } .goals_current dt { font-weight: bold; float: left; /* clear: left; */ width: 10em; text-align: right; padding-right: 0.4em; position: relative; } .goals_current dt, .goals_current dd { padding-top: 3px; } .goals_current dd { margin-left: 10.4em; } .training_top_buttons { padding: 8px; position: relative; } .training_top_buttons select, .training_top_buttons img { vertical-align: middle; } #exercise_field { width: 400px; } #exercise_field table { width: 100%; margin: 0 0 8px 0 !important; border: 1px solid #ccc; border-collapse: collapse; } #exercise_field table caption { text-align: left; font-weight: bold; color: #fff; background: #2B912D; padding: 4px 8px; margin-top: 8px; } #exercise_field table th { background: #C5E2C3; color: #000; font-weight: bold; padding: 4px 8px; text-align: left; } #exercise_field table th, #exercise_field table td { border: 1px solid #ccc; } .exercise_selection { text-align: center; } .activities_list, .activities_list li { padding: 0; margin: 0; list-style: none; } .activities_list li { padding: 0 10px 4px 10px; ddaing: 0; } td.delete_exercise { vertical-align: middle ! important; text-align: center ! important; } td.delete_exercise img { cursor: pointer; margin: auto; vertical-align: bottom; } #duration_field { width: 400px; } .goal_table, #create_goal { margin: 8px auto ! important; border-collapse: collapse; border: 1px solid #ccc; width: 550px; } .goal_table th, #create_goal th { background: #2B912D; color: #fff; padding: 4px 8px; } .goal_table th, .goal_table td, #create_goal th, #create_goal td { border: 1px solid #ccc; } .goal_table th, #create_goal th { border-color: #2B912D; } #create_goal td ul, #create_goal td li { padding: 0; margin: 0; } #create_goal td li { margin-left: 1.5em; } #create_goal td.radio { width: 150px; } #create_goal td.radio label { clear: none; display: inline; float: none; margin-right: 0; width: auto; } #create_goal td.radio input { vertical-align: baseline ! important; } #training_stats_page { zoom: 1; } .goal_extra_buttons { position: absolute; top: 8px; right: 3px; } #goals_list { clear: left; } .goal_page { float: left; padding: 4px; } #training_stats_editor #stats_editor_header { background: transparent; font-size: 1.5em; color: #000; margin: 0 0 1em 0; padding: 0; } #article-col .gym_details { width: 400px; margin-left: auto; margin-right: auto; } #article-col .gym_details table { width: 100%; margin: 0 0 8px 0 !important; border: 1px solid #ccc; border-collapse: collapse; } #article-col .gym_details table caption { text-align: left; font-weight: bold; color: #fff; background: #2B912D; padding: 4px 8px; margin-top: 8px; } #article-col .gym_details table th { background: #C5E2C3; color: #000; font-weight: bold; padding: 4px 8px; text-align: left; } #article-col .gym_details table th, #article-col .gym_details table td { border: 1px solid #ccc; } #create_form .field textarea, #create_form .field input { width: 300px ! important; } #create_form .field textarea { height: 4em; } #create_form .box_header { margin-top: 0 ! important; } #create_part1 { background: #fff; } .blog_content .goal_description { width: 350px; } .goal_description { max-height: 75px; height: expression(this.scrollHeight > 75 ? '75px' : 'auto'); overflow: auto; margin-left: 0 ! important; /* This goes squiffy in firefox if there's a margin and overflow */ width: 400px; zoom: 1; } .goals_details td, .detailsVisible td { background: #fff ! important; } .goals_details td { border-bottom-width: 5px ! important; } /** EOF RunningToolPage.class.css **/ /** SOF MyBenefits.class.css **/ #mybenefits { padding: 5px; color: #333; font-size: 1.1em; } #mybenefits h1 { padding:47px 0pt 24px 25px; } #mybenefits .screenshot { float: right; margin-left: 7px; } #mybenefits .heading { text-decoration: underline; font-weight: bold !important; } #mybenefits a { font-weight: bold; } /** EOF MyBenefits.class.css **/ /** SOF WhatRunningstats.class.css **/ #whatisstats { padding: 5px; color: #333; font-size: 1.1em; float:right; } #whatisstats h1 { padding:47px 0pt 18px 25px; background: #fff url(/images/stats_header_bckgrd.jpg) top left no-repeat !important; margin: -5px; margin-left: -8px; } #whatisstats .screenshot { float: right; margin-left: 7px; } #whatisstats .heading { font-weight: bold !important; } #whatisstats a { font-weight: bold; } /** EOF WhatRunningstats.class.css **/ /** SOF FreeTrainingPlans.class.css **/ #freetrainingplans { padding: 5px; color: #333; font-size: 1.1em; float: right; } #freetrainingplans h1 { padding:47px 0pt 18px 25px; background: #fff url(/images/free_training_header_bckgrd.jpg) top left no-repeat !important; margin: -5px; margin-left: -8px; border-bottom: 4px solid #E3E3E3; } #freetrainingplans p { padding: 3px; } #freetrainingplans .screenshot { float: right; margin-left: 7px; } #freetrainingplans .heading { font-weight: bold !important; } #freetrainingplans a { font-weight: bold; } /** EOF FreeTrainingPlans.class.css **/ /** SOF PodcastHelp.class.css **/ #podcasthelp { padding: 5px; color: #333; font-size: 1.1em; } #podcasthelp h1 { padding:47px 0pt 24px 25px; background: #fff url(/common/images/podcasts/podcast_header_bckgrd2.jpg) top left no-repeat !important; } #podcasthelp .screenshot { float: right; margin-left: 7px; } #podcasthelp .heading { text-decoration: underline; font-weight: bold !important; } #podcasthelp a { font-weight: bold; } /** EOF PodcastHelp.class.css **/ /** SOF RSSFeeds.class.css **/ #RSS_feeds_title { display: block; background: #E74135 url(/images/header_target_bckgrd.gif) top left !important; padding-top: 55px !important; padding-left: 25px !important; padding-bottom: 16px !important; font-size: 2em !important; border-bottom: 5px solid #E3E3E3; } #rssfeeds { padding: 10px; float:right; } #rssfeeds p { font-size: 1.1em !important; } #rssfeeds a { font-weight: bold; } #rssfeeds p a { font-weight: bold !important; } /** EOF RSSFeeds.class.css **/ /** SOF PersonalTrainer.class.css **/ #personaltrainer-header { background: url(/common/running_assistant/personal_trainer_header.gif) top left no-repeat; height: 91px; width: 625px; margin-left: -3px; } #personaltrainer-container { } /** EOF PersonalTrainer.class.css **/ /** SOF MatesAndDates.class.css **/ img.mnd_profile_img { width: 128px; height: 157px; } div.mnd_container { /* border: 1px solid red; width: auto; width: 620px; float: left; */ float: left; width: 610px; padding: 5px; } #title-bar { margin:0 0 5px 0; background-color:#E7F0E7; border-top:1px solid #C8C8C8; padding:5px 15px; height: 18px; } #title-bar-title { float:left; color:#000000; font-size:1.2em; font-weight:bold; } #title-bar-container-winks-sent { margin:10px 0 10px 0; } #title-bar-winks-sent { background-color:#C8E28F; border:1px solid #979797; height:27px; text-align:center; padding:6px 15px 0 0; color:#003300; } div.mnd_container div#inline_login { width: 610px; margin-left: 0 !important; } div.mnd_howcanwehelp { margin: 0 0 10px 0; text-align: left; } div.mnd_search-landing-container { width:610px; } div.mnd_search-landing-bottom-container { background-color:#FFF !important; padding:0px !important; } div.mnd_search-landing-bottom-container table td { background-color:#FFF !important; } div.mnd_search-landing-top { border:0 !important; padding: 0 !important; margin: 0 !important; height: 31px; } div.mnd_search-landing-top img { border:0 !important; margin:0 !important; padding:0 !important; } div.mnd_search-landing-bottom { background-color:F0F0F0; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF; padding:5px 5px 2px 5px; font-weight:bold; } div.mnd_search-landing-bottom table { width:583px; border: 0 !important; border-collapse: collapse; } div.mnd_search-landing-bottom table td { padding-bottom:15px !important; border: 0 !important; background-color: #FFF !important; } div.mnd_search-landing-bottom table td.left { width:52%; } .how-help-container { padding:5px 0 0 0; margin:0 0 10px 0; } .how-help-left { padding:0 0 0 10px; } .how-help-right { width:400px; float:right; padding:8px 0 0 0; } .search-landing-container { width:610px; } .search-landing-top { } .search-landing-bottom-container { background-color:#F0F0F0; padding:1px; border-top:1px solid #F0F0F0; border-left:1px solid #DDDDDD; border-right:1px solid #DDDDDD; border-bottom:1px solid #DDDDDD; } .search-landing-bottom { background-color:F0F0F0; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF; padding:10px 5px 2px 5px; font-weight:bold; } .search-landing-bottom table { width:593px; } .search-landing-bottom table td { padding-bottom:15px; } .search-landing-bottom table td.left { width:52%; } .dropdown { margin:0 5px -2px 5px; font-family:Arial, Helvetica, sans-serif; font-size:12px; } .textfield-mates { margin:0 5px -2px 5px; font-family:Arial, Helvetica, sans-serif; font-size:12px; } .tickbox-mates { margin:0 5px -2px 5px; } div.mnd_howcanwehelp_right { padding:8px 0pt 0pt; width:600px } div.mnd_howcanwehelp_left { padding: 0 0 0 10px; } div.mnd_header_landing { background-image: url("/common/images/matesndates/logo_home.jpg"); background-repeat: no-repeat; height: 165px; margin-bottom: 5px; } div.mnd_header_internal { background-image: url("/common/images/matesndates/header_internal.gif"); background-repeat: no-repeat; height: 100px; margin-bottom: 5px; } div.mnd_header_miniprofile { /*border:1px solid red;*/ border-bottom:5px solid #EBEBEB; border-top:10px solid #EBEBEB; height:73px; margin-left:247px; margin-top:16px; position:absolute; width:260px; background-color: #FFFFFF; } div.mnd_miniprofile_line { padding: 3px 1px 0 8px; } /* LEFT PANEL MENU STYLES */ #mates-left-nav-col { background-color:#E8E8E8; width:170px; } /* Fix IE. Hide from IE Mac \*/ * html #mates-left-nav-col ul li { float: left; } * html #mates-left-nav-col ul li a { height: 1%; } /*End */ #mates-left-nav-col ul { list-style: none; margin:0px; padding:0px; background-color:#E9E9E9; width:170px; } #mates-left-ul { position: absolute; left: 170px; margin-top: -29px !important; display: none; } #mates-left-nav-col ul li { border:1px solid #CCCCCC; border-top:0; border-bottom:0; } #mates-left-nav-col ul li a {background-color:#E9E9E9; padding:6px 10px 7px 8px; font-size:1.1em; display:block; text-decoration:none;color:#666666; margin:0px;} #mates-left-nav-col ul li a:visited {background-color:#E9E9E9; display:block; text-decoration:none; color:#666666; margin:0px;} #mates-left-nav-col ul li a:hover {background-color:#666666; display:block; text-decoration:none;color:#FFFFFF; margin:0px;} #mates-left-nav-col ul li ul { list-style: none; margin:0px; padding:0px; background-color:#63A530; width:169px; } #mates-left-nav-col ul li ul li a {background-color:#63A530; padding:5px 10px 6px 20px; font-size:1.1em; font-weight:bold; display:block; text-decoration:none; color:#FFFFFF; margin:0px;} #mates-left-nav-col ul li ul li a:visited {background-color:#63A530; display:block; text-decoration:none; color:#FFFFFF; margin:0px;} #mates-left-nav-col ul li ul li a:hover {background-color:#25842F; display:block; text-decoration:none;color:#FFFFFF; margin:0px;} /* LEFT PANEL MENU STYLES */ /* PROFILE */ /*#title-bar-container-prof { border-bottom:5px solid #F0F0F0; margin:0 0 10px 0; } #title-bar-prof-basics { background-color:#9ACA2F; border:1px solid #979797; background-image:url(/common/images/matesndates/title_prof_basics.gif); background-repeat:no-repeat; height:27px; text-align:right; padding:6px 15px 0 0; } #title-bar-prof-appearance { background-color:#9ACA2F; border:1px solid #979797; background-image:url(/common/images/matesndates/title_prof_appearance.gif); background-repeat:no-repeat; height:27px; text-align:right; padding:6px 15px 0 0; } #title-bar-prof-interests { background-color:#9ACA2F; border:1px solid #979797; background-image:url(/common/images/matesndates/title_prof_interests.gif); background-repeat:no-repeat; height:27px; text-align:right; padding:6px 15px 0 0; } #title-bar-prof-lifestyle { background-color:#9ACA2F; border:1px solid #979797; background-image:url(/common/images/matesndates/title_prof_lifestyle.gif); background-repeat:no-repeat; height:27px; text-align:right; padding:6px 15px 0 0; }*/ #title-bar-container-settings { border-bottom:5px solid #F0F0F0; margin:0 0 10px 0; } /*#title-bar-settings { background-color:#9ACA2F; border:1px solid #979797; background-image:url(/common/images/matesndates/title_settings.gif); background-repeat:no-repeat; height:27px; text-align:right; padding:6px 15px 0 0; }*/ #title-bar-settings { text-align: right; padding: 2px 0 0 0; } /*#title-bar-container-calendar { border-bottom:5px solid #F0F0F0; margin:0 0 10px 0; } #title-bar-calendar { background-color:#9ACA2F; border:1px solid #979797; background-image:url(/common/images/matesndates/title_whats_happening.gif); background-repeat:no-repeat; height:27px; text-align:right; padding:6px 15px 0 0; }*/ #title-bar-container-calendar { border-bottom:5px solid #F0F0F0; margin:0 0 10px 0; } #title-bar-calendar { height:27px; text-align:right; } #event-view-added-title { background-color:#EBF4D6; background-image:url(/common/images/matesndates/title_event_added.gif); background-repeat:no-repeat; height:20px; margin:10px 0 0 0; } #event-view-added-them-title { background-color:#EBF4D6; background-image:url(/common/images/matesndates/title_event_added_them.gif); background-repeat:no-repeat; height:20px; margin:-10px 0 10px 0; } .mnd_mostviewed { } .event-view-row { padding:10px 0; } #title-bar-container-top10 { border-bottom:5px solid #F0F0F0; margin:0 0 10px 0; } #title-bar-top10 { background-color:#9ACA2F; border:1px solid #979797; background-image:url(/common/images/matesndates/title_top10.gif); background-repeat:no-repeat; height:27px; text-align:right; padding:6px 15px 0 0; } .row-container-01 { background-image:url(/common/images/matesndates/top_10_bckgrd_01.jpg); background-repeat:no-repeat; height:70px; margin:0 0 10px 0; } .row-container-02 { background-image:url(/common/images/matesndates/top_10_bckgrd_02.jpg); background-repeat:no-repeat; height:70px; margin:0 0 10px 0; } .row-container-03 { background-image:url(/common/images/matesndates/top_10_bckgrd_03.jpg); background-repeat:no-repeat; height:70px; margin:0 0 10px 0; } .row-container-rest { background-image:url(/common/images/matesndates/top_10_bckgrd_rest.jpg); background-repeat:no-repeat; height:70px; margin:0 0 10px 0; } .top10-number { float:left; padding:27px 0 0 20px; font-size:14px; font-weight:bold; width:30px; } .top10-img { float:left; margin:0 20px 0 0; border:1px solid #999999; height: 68px; } .top10-member { float:left; padding:27px 10px 0 0; font-size:14px; font-weight:bold; width:140px; } .top10-descrip { float:left; padding:29px 10px 0 0; font-size:11px; } .top10-profile-img { width: 55px; height: 68px; } .mnd_container #top10-table { width:600px; border-collapse:collapse; border:1px solid #AAAAAA; margin-left: 0; margin: 0 0 0 3px; background-color: #FFFFFF !important; } .mnd_container #top10-table td { border-collapse:collapse; border:1px solid #9A9A9A; vertical-align:top; padding:3px 5px 5px 5px; background-color: transparent; } #top10-table td a { font-size:14px; font-weight:bold; } .mnd_container #top10-table .top10-num1 { text-align:center; font-weight: bold; background-color: #C4E185; } .mnd_container #top10-table .top10-num2 { text-align:center; font-weight: bold; background-color: #E1F4B5; } .mnd_container #top10-table .top10-num3 { text-align:center; font-weight: bold; background-color: #F3FBE0; } .mnd_container #top10-table .top10-td-num { text-align:center; font-weight: bold; } .mnd_container #top10-table .top10-td-user { text-align: left; font-weight: bold; } .mnd_container #top10-table .top10-td-info { text-align: left } .mnd_container #top10-table .top10-td1-user { text-align: left; font-weight: bold; background-color: #C4E185; } .mnd_container #top10-table .top10-td2-user { text-align: left; font-weight: bold; background-color: #E1F4B5; } .mnd_container #top10-table .top10-td3-user { text-align: left; font-weight: bold; background-color: #F3FBE0; } .mnd_container #top10-table .top10-td1-info { text-align: left; background-color: #C4E185; } .mnd_container #top10-table .top10-td2-info { text-align: left; background-color: #E1F4B5; } .mnd_container #top10-table .top10-td3-info { text-align: left; background-color: #F3FBE0; } .mnd_container #top10-table td { text-align: center; } .form-area-right .events-table { font-size:12px; border-collapse:collapse; } .form-area-right .events-table th { background-color:#E5E5E5; text-align:left; padding:3px; border:1px solid #CCCCCC; } .form-area-right .events-table td { text-align:left !important; padding:3px !important; vertical-align:top !important; border:1px solid #CCCCCC !important; } .add-event-button { margin:0 0 -7px 110px; } /* .month-container-top { background-color:#62A531; border-bottom:2px solid #29832C; text-align:center; font-size:16px; font-weight:bold; color:#FFFFFF; padding:3px 0; margin:0 0 1px 0; } .month-container-top a {text-decoration:none;color:#FFFFFF;} .month-container-top a:visited {text-decoration:none;color:#FFFFFF;} .month-container-top a:hover {text-decoration:underline;color:#FFFFFF;} .month-container-bottom { background-color:#62A531; border-top:2px solid #29832C; text-align:center; font-size:16px; font-weight:bold; color:#FFFFFF; padding:3px 0; margin:1px 0 1px 0; } .month-container-bottom a {text-decoration:none;color:#FFFFFF;} .month-container-bottom a:visited {text-decoration:none;color:#FFFFFF;} .month-container-bottom a:hover {text-decoration:underline;color:#FFFFFF;}*/ .month-container-top { background-color:#62A531; border-bottom:2px solid #29832C; text-align:center; font-size:16px; font-weight:bold; color:#FFFFFF; padding:3px 0; margin:0 0 1px 0; } .month-calendar-move a {text-decoration:none;color:#FFFFFF;} .month-calendar-move a:visited {text-decoration:none;color:#FFFFFF;} .month-calendar-move a:hover {text-decoration:underline;color:#FFFFFF;} .month-container-bottom { background-color:#62A531; border-top:2px solid #29832C; text-align:center; font-size:16px; font-weight:bold; color:#FFFFFF; padding:3px 0; margin:1px 0 1px 0; } .month-container-bottom a {text-decoration:none;color:#FFFFFF;} .month-container-bottom a:visited {text-decoration:none;color:#FFFFFF;} .month-container-bottom a:hover {text-decoration:underline;color:#FFFFFF;} #calendar-table { width:609px; border-collapse:collapse; border:1px solid #9A9A9A; margin:1px 0 1px 0 !important; } #calendar-table th { border-collapse:collapse; border:1px solid #9A9A9A; width:86px; background-color:#E2E2E2; font-size:11px; font-weight:normal; padding:4px 4px 5px 4px; text-align:left; } #calendar-table td { border-collapse:collapse; border:1px solid #9A9A9A; width:86px; vertical-align:top; background-color: white; } .day-number { background-color:#F1F1F1; text-align:right; font-weight:bold; font-size:11px; padding:2px; margin:0 0 5px 0; } .day-spacer { /* only to be used if there are no events entered for that day */ height:50px; } .day-event { font-size:11px; padding:2px; margin:0 0 5px 0; } #title-bar-container-prof { border-bottom:5px solid #F0F0F0; margin:0 0 10px 0; } #title-bar-prof-basics { text-align:right; padding:2px 0 0 0; } /*#title-bar-prof-appearance { background-color:#9ACA2F; border:1px solid #979797; background-image:url(../images/share_your_passion/title_prof_appearance.gif); background-repeat:no-repeat; height:27px; text-align:right; padding:6px 15px 0 0; }*/ #title-bar-prof-passions { text-align:right; padding:2px 0 0 0; } /*#title-bar-prof-lifestyle { text-align:right; padding:6px 0 0 0; }*/ /*#title-bar-prof-background { background-color:#9ACA2F; border:1px solid #979797; background-image:url(../images/share_your_passion/title_prof_background.gif); background-repeat:no-repeat; height:27px; text-align:right; padding:6px 15px 0 0; }*/ #title-bar-prof-introduction { text-align:right; padding:2px 0 0 0; } /*#title-bar-prof-about-date { background-color:#9ACA2F; border:1px solid #979797; background-image:url(../images/share_your_passion/title_prof_about_date.gif); background-repeat:no-repeat; height:27px; text-align:right; padding:6px 15px 0 0; }*/ /*#title-bar-prof-about-mate { text-align:right; padding:6px 0 0 0; }*/ #title-bar-prof-photos { text-align:right; padding:2px 0 0 0; } /*#title-bar-prof-background { background-color:#9ACA2F; border:1px solid #979797; background-image:url(/common/images/matesndates/title_prof_background.gif); background-repeat:no-repeat; height:27px; text-align:right; padding:6px 15px 0 0; } #title-bar-prof-introduction { background-color:#9ACA2F; border:1px solid #979797; background-image:url(/common/images/matesndates/title_prof_introduction.gif); background-repeat:no-repeat; height:27px; text-align:right; padding:6px 15px 0 0; } #title-bar-prof-photos { background-color:#9ACA2F; border:1px solid #979797; background-image:url(/common/images/matesndates/title_prof_photos_video.gif); background-repeat:no-repeat; height:27px; text-align:right; padding:6px 15px 0 0; }*/ .form-area-container { background-image:url(/common/images/matesndates/sub_area_bckgrd.gif); background-repeat:repeat-y; margin:5px 0; width:608px; float: left; } .form-area-row { } .form-area-right table td .mnd_preview_img { padding: 2px; border: 1px solid #CCCCCC; } .form-area-left { padding:5px 10px; width:180px; } .form-area-left-sml { font-size:11px; font-weight:normal; } .form-area-right { float:right; padding:5px 10px; width:380px; } .form-area-right table, .form-area-left table { border-collapse: collapse; border: 0 !important; } .form-area-right table td, .form-area-left table td{ background-color: white !important; border: 0 !important; } /* PROFILE ENDS */ .form-split-right { background-color:#CCCCCC; float:right; font-size:1px; height:1px; margin:10px 0pt 0pt; width:380px; } .form-split-left { width:180px; } #profile-left { float:left; width:302px; } #profile-right { float:right; width:306px; } #profile-left-main-img-container { background-color:#EEEEEE; border:1px solid #BBBBBB; text-align: center; } #profile-left-th-img-container { padding:9px 0px 9px 4px; border:1px solid #CCCCCC; border-top:0px; } .profile-left-th-img-row { margin:0 0 10px 0; } .profile-left-th-img { margin:0px 3px 0px 0px; width: 71px; height: 103px; } #title-bar-container-search { margin:0 0 10px 0; } /*#title-bar-search { background-color:#E7F7E7; background-image:url(/common/images/matesndates/title_search.gif); background-repeat:no-repeat; height:27px; text-align:right; padding:6px 15px 0 0; }*/ #title-bar-search { text-align:right; padding: 0 1px 0 0; } #title-bar-search-results { background-color:#9ACA2F; border:1px solid #979797; background-image:url(../images/share_your_passion/title_search_results.gif); background-repeat:no-repeat; height:27px; text-align:right; padding:6px 15px 0 0; } .error-message-container { background-image:url(/common/images/matesndates/message_bckgrd.jpg); background-repeat:no-repeat; border:1px solid #D7EAB9; margin:20px 0; font-size:16px; font-weight:bold; padding:39px 20px; } #profile-left-th-img-container-bottom { height:5px; font-size:5px; background-color:#F0F0F0; margin:0 0 10px 0; } #profile-left-about-me-title { background-color:#EBF4D6; background-image:url(/common/images/matesndates/title_more_about_me.gif); background-repeat:no-repeat; height:20px; } #profile-left-about-me-copy { padding:9px 4px; font-size:0.9em; } #profile-right-username-container { background-color:#EBEBEB; } #profile-right-username-container-left { float:left; padding:6px 8px 11px 8px; } #profile-right-username-container-right { float:right; padding:5px 10px 0 0; } #profile-right-interested-container { border:1px solid #CDCDCD; border-left:0px; } #profile-right-interested-left { float:left; padding:6px 8px; } #profile-right-interested-right { float:right; padding:6px 8px; text-align:right; font-weight:bold; font-size:1.1em; } #profile-right-interested-right a {font-size:0.85em;} #profile-right-interested-container-bottom { height:10px; font-size:10px; background-color:#F0F0F0; margin:0 0 15px 0; } #profile-right-copy-container { padding:0 0 0 5px; } #profile-right-about-me-title { background-color:#EBF4D6; background-image:url(/common/images/matesndates/title_about_me.gif); background-repeat:no-repeat; height:20px; } #profile-right-about-date-title { background-color:#EBF4D6; background-image:url(/common/images/matesndates/title_about_my_date.gif); background-repeat:no-repeat; height:20px; } #profile-right-about-mate-title { background-color:#EBF4D6; background-image:url(/common/images/matesndates/title_about_my_mate.gif); background-repeat:no-repeat; height:20px; } #profile-right-about-me-copy { padding:7px 5px 20px 5px; } #profile-right-about-me-copy table { font-size:0.85em; width:290px; } #profile-right-about-me-copy td { vertical-align:top; color: #333333; } .about-td { font-weight:bold; width:100px; } #profile-right-about-me-copy table { font-size:0.85em; width:290px; border-collapse: collapse; border: 0; background-color: #FFFFFF; } #profile-right-about-me-copy table td { vertical-align: top; border: 0; background-color: #FFFFFF; font-size: 12px; } /* ACTIVITY */ div#title-bar-container-contacts { border-bottom:5px solid #F0F0F0; margin:0 0 10px 0; } /*#title-bar-contacts { background-color:#9ACA2F; border:1px solid #979797; background-image:url(/common/images/matesndates/title_your_contacts.gif); background-repeat:no-repeat; height:27px; text-align:right; padding:6px 15px 0 0; }*/ #title-bar-contacts { text-align:right; padding:0 0 0 0; } #title-bar-messages { background-color:#9ACA2F; border:1px solid #979797; background-image:url(/common/images/matesndates/title_messages.gif); background-repeat:no-repeat; height:27px; text-align:right; padding:6px 15px 0 0; } #title-bar-container-messages { border-bottom:5px solid #F0F0F0; margin:0 0 10px 0; } .tab-container { border-bottom:10px solid #F0F0F0; margin-bottom: 5px !important; width:140px; float:left; } .event-rate-container { margin:15px 0 0 0; } .event-rate-container .table-1 { border-collapse:collapse !important; width:600px; vertical-align:top; margin-left: 0 !important; border: 0 !important; } .event-rate-container .table-1-td { vertical-align:top; border: 0 !important; background-color: transparent !important; } .event-rate-container .table-2 { width:366px; border-collapse:collapse !important; border:1px solid #B8B8B8 !important; background-color:#E3E3E3 !important; margin:15px 0 0 0 !important; } .event-rate-container .table-3 { width:366px; border-collapse:collapse !important; border: 0 !important; background-color:#C5C5C5 !important; margin: 0 !important; padding: 0 !important; } .event-rate-container .table-2 td { background-color: transparent !important; border: 0 !important; } .rate-number { width:230px; border: 0 !important; background-color: transparent !important; } .event-hotshots-container { margin:15px 0 0 0; text-align:center; } .event-hotshots-container img { margin:0 0 0 10px; } .tab-header { background-color:#EBEBEB; background-image:url(/common/images/matesndates/new.gif);/* applicable only if new within the last month */ background-repeat:no-repeat; height:20px; padding:0 7px 0 0; text-align:right; } .tab-header2 { background-color:#EBEBEB; height:20px; padding:0 7px 0 0; text-align:right; } .tab-body { background-color:#FFFFFF; padding:8px 4px; border:1px solid #CCCCCC; } .tab-username { font-size:14px; font-weight:bold; } .user-img-tab { border:1px solid #7F7F7F; margin:5px 0 0 0; } .tab-turn { margin:-3px 0 5px 0; border:0; } .mini-profile-container { margin:0 0 20px 0; } .mini-profile-img { border:1px solid #7F7F7F; width:128px; height: 157px; float:left; } .mini-profile-content-container { border-bottom:10px solid #F0F0F0; float:left; height:149px; width:478px; } .mini-profile-content-left { float: left; } .mini-profile-content-header { background-color:#EBEBEB; height:20px; padding:0 10px 0 0; text-align:right; } .mini-profile-content-header-left {float:left;padding:0 0 0 10px;} .mini-profile-content-header-left img {margin:0 20px -7px 0;} .mini-profile-content-header-left a {font-weight:bold;} .mini-profile-content-header-right {float:right;} .mini-profile-content { border-bottom:1px solid #CCCCCC; border-top:1px solid #CCCCCC; border-right:1px solid #CCCCCC; padding:10px; height:107px; } .mini-profile-content-left { float:left; } .mini-profile-content-left a { font-size:14px; font-weight:bold; } .mini-profile-content-right { float:right; width:273px; height:105px; border:1px solid #CCCCCC; } .mini-profile-content-right-1 { padding:12px 10px 10px 10px; height:57px; font-size:11px; } .mini-profile-content-right-2 { padding:5px 6px 7px 6px; background-color:#ECECEC; font-size:11px; font-weight:bold; } .mini-profile-content-right-1-2 { padding:13px 10px 11px 10px; height:37px; font-size:12px; } .mini-profile-content-right-2-2 { background-color:#ECECEC; font-size:11px; font-weight:bold; } #messages_container { margin: 10px 0; } #messages-left { width:300px; float:left; } #messages-right { width:300px; float:right; } #messages-table { width:298px; border-collapse:collapse; border:1px solid #AAAAAA; margin:1px 0 1px 0; } #messages-table td { border-collapse:collapse; border:1px solid #9A9A9A; vertical-align:top; padding:2px 0 1px 5px; } .tr-orange { background-color:#F6E8CB; font-size:11px; } .tr-green { background-color:#E5F1CD; font-size:11px; } #messages-table tr.tr-green td { background-color:#E5F1CD; font-size: 11px; } #messages-table tr.tr-orange td { background-color:#F6E8CB; font-size: 11px; } .td-2 { width:70px; font-weight:bold; } .tr-orange-title { background-color:#F6E8CB; font-size:12px; font-weight:bold; } .tr-green-title { background-color:#E5F1CD !important; font-size:12px; font-weight:bold; } #messages-table td.messages-copy { font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:8px 5px; } #title-bar-container-viewed { border-bottom:5px solid #F0F0F0; margin:0 0 10px 0; } #title-bar-viewed { background-color:#9ACA2F; border:1px solid #979797; background-image:url(/common/images/matesndates/title_whos_viewed_me.gif); background-repeat:no-repeat; height:27px; text-align:right; padding:6px 15px 0 0; } /* ACTIVITY */ .mini-profile-content-header-times { margin: 0 0 0 40px; } /*-- styles for EVENT COMMENT start --*/ .event-comment-container { margin:20px 0 0 0; border-top:1px solid #AEAEAE; border-bottom:1px solid #AEAEAE; } .event-comment-title { border-top:5px solid #E3E3E3; background-color:#F3F3F3; padding:15px 0px 5px 10px; /*color:#076309;*/ color:#444444; font-size:1.3em; font-weight:bold; } .event-comment-inner-container { padding:10px 5px 0 5px; font-size:1em; } .event-comment-row { border-top:1px solid #AEAEAE; border-bottom:1px solid #AEAEAE; /*background-color:#F7F7F7;*/ padding:5px 5px 0 5px; margin: 0 0 10px 0; } .event-comment-row a {font-weight:bold; text-decoration:underline;} .event-comment-row a:visited {font-weight:bold; text-decoration:underline;} .event-comment-row a:hover {font-weight:bold; text-decoration:none;} .event-comment-row-report { margin:0 -5px; padding:2px 10px 3px 10px; background-color:#EDEDED; } .event-comment-row-report a {font-weight:bold; text-decoration:underline; font-size:0.85em;} .event-comment-row-report a:visited {font-weight:bold; text-decoration:underline;} .event-comment-row-report a:hover {font-weight:bold; text-decoration:none;} .event-comment-add-container { margin:10px 0; font-weight:bold; font-size:1em; } #hotshots_uploadtable td { border: 0px;} /** EOF MatesAndDates.class.css **/ /** SOF HomePage.class.css **/ /* HomePage class css prototype file */ /* Class definitions */ /* None */ /* By tag definitions */ /* Non defined so far */ /* ID definitions */ #HomePage_top_graphic{ background-image: url('/common/images/homepage/homepage_panel.jpg'); background-repeat: no-repeat; height: 153px; width: 800px; } /* Position and style for logged on text in welcome page*/ #HomePage_welcome_back_text{ background-color: transparent; font-family: arial; font-size: 3.2em; color: #6a8cb1; padding-top: 15px; padding-left: 25px; } #homepage_greeting_panel { position: relative; } #homepage_greeting_panel .greeting_paragraph { position: absolute; font-size: 13px; color: #FFFFFF; margin: 0 190px 0 25px; top: 65px; } #homepage_greeting_panel .greeting_paragraph a { color: #fff; text-decoration: none; } #homepage_greeting_panel .greeting_paragraph a:hover { text-decoration: underline; } /** EOF HomePage.class.css **/ /** SOF AskNutritionist.class.css **/ /** EOF AskNutritionist.class.css **/ /** SOF TravellersProfile.class.css **/ #travellers_profile_enter_container label { font-weight:bold; width:180px; display:block; float:left; text-align:right; vertical-align:middle; margin-top:3px; margin-right:5px; } #travellers_profile_enter_container { margin-left:auto; margin-right:auto; width:550px; } #travellers_profile_enter_container form { margin-left; width:550px; } #travellers_profile_enter_container #tc { padding:20px; border:2px solid #ccc; background: #eee; width:500px !important; margin:10px; text-align:left; margin-left:auto; margin-right:auto; } #travellers_profiles { margin-right: 3px; } #travellers_header { height: 90px; background: transparent url(/common/images/travellers_profile/profile_header_bckgrd.jpg) no-repeat; padding: 60px 0 0 260px; } #travellers_header_us { height: 90px; background: transparent url(/common/images/travellers_profile/profile_header_bckgrd_us.jpg) no-repeat !important; padding: 60px 0 0 260px; } #travellers_profiles h1 { font-size: 11px; background: transparent; color: #333333; font-weight: normal; } .travellers_h1 { background-color:#E7F0E7; border-top:1px solid #C8C8C8; height:15px; margin-bottom:4px; margin-top:4px; padding:5px; } .travellers_h1 h1 { background: transparent !important; color:#333333 !important; font-family:Arial,Helvetica,sans-serif; font-size:15px !important; font-weight:bold !important; margin:0 !important; padding:0 !important; } .traveller_profile { background-image:url(/common/images/travellers_profile/traveller_photo_bgrd.jpg); float:left; height:163px; margin-left:2px; margin-right:3px; margin-bottom: 10px; width:150px; } .traveller_thumbnail { height:91px; margin:5px 0px 3px 7px; width:133px; } .traveller_thumbnail_info { height:52px; margin:5px 0px 0px 7px; width:133px; } .popupProfile { display: none; position: absolute; border: 1px solid #333333; background-color: white; } .break { clear:both; height: 10px; } .travel-profile-col-left{ width:180px; float:left; } .travel-profile-col-right{ width:410px; float:right; padding-right: 10px; } .travel-profile-col-right h1 { color: black !important; background: transparent !important; font-family:Arial,Helvetica,sans-serif; font-size:18px !important; font-weight:bold; } .profile-photo-frame { background-image:url(/common/images/travellers_profile/traveller_photo_mugshot.jpg); height:163px; margin-left:15px; padding:0pt 5px; width:140px; margin-top:10px; } .profile-thumbnail-info { height:52px; margin-left:5px; /*padding-top:90px;*/ width:133px; } .profileImg { margin-top: 5px; margin-left: 2px; } .linebreak { background-image:url(/common/images/travellers_profile/line_break.jpg); background-position:center top; background-repeat:no-repeat; height:10px; margin-bottom:8px; margin-top:8px; width:310px; } .question { color:#008A02; font-family:Arial,Helvetica,sans-serif; font-size:14px; font-weight:bold; } .answer { color:#333333; font-family:Arial,Helvetica,sans-serif; font-size:12px; } /** EOF TravellersProfile.class.css **/ /** SOF StudentSectionPage.class.css **/ /* CSS Document */ #student-container { width:625px; } #student-header { height:180px; margin-bottom:18px; } #student-left-col { width:296px; float:left; } #student-right-col { width:321px; float:right; } #student-intro,#student-message { padding:0 10px 20px 10px; } /* ----------- Highlights code ------------*/ #student-highlights-container { width:296px; height:147px; margin-bottom:12px; } #student-highlights-entertainment a{ color:#000000; text-decoration:none; width:282px; height:32px; border-left:4px solid #E0A82F; background-color:#F0F0F0; padding:4px 0 0 10px; margin-bottom:2px; display:block; } #student-highlights-entertainment a:hover { background-color:#E0A82F; color:#FFFFFF; } #student-highlights-travel a{ color:#000000; text-decoration:none; width:282px; height:32px; border-left:4px solid #61AF9C; background-color:#F0F0F0; padding:4px 0 0 10px; margin-bottom:2px; display:block; } #student-highlights-travel a:hover { background-color:#61AF9C; color:#FFFFFF; } #student-highlights-sports a{ color:#000000; text-decoration:none; width:282px; height:32px; border-left:4px solid #505FA8; background-color:#F0F0F0; padding:4px 0 0 10px; margin-bottom:2px; display:block; } #student-highlights-sports a:hover { background-color:#505FA8; color:#FFFFFF; } #student-highlights-health a{ color:#000000; text-decoration:none; width:282px; height:32px; border-left:4px solid #3C7DD5; background-color:#F0F0F0; padding:4px 0 0 10px; display:block; } #student-highlights-health a:hover { background-color:#3C7DD5; color:#FFFFFF; } #student-route-cta{ margin-bottom:10px; } #student-comp-cta{ } #student-pics-cta{ margin-bottom:10px; } #student-forum-block { height:104px; background-color:#F3F6F3; } .student-forum-block-title { color:#FFFFFF; background-color:#54A955; border-top:2px solid #157E16; border-left:4px solid #A3CFA4; font-size:14px; padding:4px 0 4px 10px; } #student-forum-block a { color:#000000; text-decoration:underline; } #student-forum-block a:hover { text-decoration: none; } .student-forum-link,.student_album_link { color:#000000; width:280px; margin:3px 0 3px 10px; } .student_album_list_item { list-style-type: none; } .student_album_link { text-decoration: none !important; font-size: 20px; } /** EOF StudentSectionPage.class.css **/ _2http://www.realbuzz.com/common/css/css_content.php '()!O;bplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?HQZNS.objectsWNS.keys@ABCDEFGIJKLMNOP VServer]Last-Modified]Accept-RangesZConnectionTDate^Content-LengthTEtag\Content-Type_Apache/2.0.52 (Red Hat)_Mon, 24 Sep 2007 10:02:10 GMTUbytesUclose_Thu, 20 Mar 2008 17:18:51 GMTS501_"48c76a-1f5-b6bf8c80"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd!-/13[`itx~ %49F`!5lCO#powerbar, #accountLogin, #Menu_main_nav, #Menu_sub_nav, .top_graphic, #rssFeeds, #sky-col, .footer-container, #header-banner, #skyDiv, #left-nav-col, #comments, .also-container, .crumb, #article_buttons, #googleSearch, .latest_blog_posts, #travel_image, .ad-block-container { display: none; } body { font: arial,sans-serif; font-size:10pt; text-align: justify; margin:10px; } a img { border:none; } h1 { font-size:14pt; font-weight: bold; } h2 { font-size:12pt; font-weight: bold; }_%http://www.realbuzz.com/css/print.css +,-.OMbplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?HQZNS.objectsWNS.keys@ABCDEFGIJKLMNOP VServer]Last-Modified]Accept-RangesZConnectionTDate^Content-LengthTEtag\Content-Type_Apache/2.0.52 (Red Hat)_Thu, 08 Mar 2007 13:56:00 GMTUbytesUclose_Thu, 20 Mar 2008 17:18:51 GMTT1228_"3a8ec8-4cc-aabd5c00"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd!-/13kpy &16EJWq */3GlUOGIF89a6Ik ͻeduz%iaqŝxul z x)f|*miTԶ^yJ}'dW{b}q5ja}"iXm}u!m=ȥby%hڼ^쿿ě^` f׽ԛl f ߹ett܎Xxe?4>Bf qjwtv޿m s$s#b~.ʔr]\asbq !,6F=;8?N)~GWkb/#100y//y[lof);dZy+:ǤKʧy{T/rX~] y: {1{,Lt P 1GD7>X(f:ut,z0hrM-$9RCD !#ubF 3~԰ !TD IH`JDp %-T@@2?HQZNS.objectsWNS.keys@ABCDEFGIJKLMNOP VServer]Last-Modified]Accept-RangesZConnectionTDate^Content-LengthTEtag\Content-Type_Apache/2.0.52 (Red Hat)_Thu, 08 Mar 2007 13:56:03 GMTUbytesUclose_Thu, 20 Mar 2008 17:18:51 GMTT1182_"3a8ed2-49e-aaeb22c0"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd!-/13pu~+6;JO\v /48LlZOGIF89a6l ջjUqK]yĽaětbuq Ds)wes$aʔrubFddi}]fxmEaؾmk xh~+ͻxaduu!qy$|ix}"}'wraG^z |*5ȥmy%bh= ^Զ^ks#߹޿f jf t?h܎Xrtee4m >g!,6& ~9ny /DDB:M?D//H"do~&9krETYB ɥac.AMTFNE?眧4C8G w ]Ve7ֱsM[D0$@K$lɅ PX- %JTq!vl,0OH,(4 7);`)\," X[`$IE㏁?3`XÉ>6hm'Xx3aBB;+w4 {J|]X٨% $ nQF71@@mڶTNLHĈsE *T8 H+xu 34ƴ%p 0@`!$(P,jPEqx`" i% RPDB xy,wHP(z%$,LH@^pŀiPykx\rm\Q|DHaE(jk*aMeLCED *)i`5pM?HQZNS.objectsWNS.keys@ABCDEFGIJKLMNOP VServer]Last-Modified]Accept-RangesZConnectionTDate^Content-LengthTEtag\Content-Type_Apache/2.0.52 (Red Hat)_Tue, 15 Jan 2008 13:33:14 GMTUbytesUclose_Thu, 20 Mar 2008 17:18:51 GMTT4560_"3a49c4-11d0-d5a63a80"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd!-/13mr{ (38GLYs -26JlXOGIF89aZҷͭBD>@-025MP־Ҝŝ:<58ʦ\^VX,/wx茽|~FH^`RT˪̫rtdfbdJMlnƠ˩~jlвZ\suCFLNȣѴĜØegz{nppqTWĚ{}Ժ47),AC(+ik*-+.028:ϱԻ@Cռ03;>acWZxzY[ϰhjOQPS_aҷHJIKΘÙǡӹ'*!,Z֌Va3D\\wlLO1C~~X @\ 6z#<(̼D3GCgAƖ eQ0獼>Sx€NB؈GLUV %4.1Ƈ r%@XN$`E! qh'\ Ȏq1B68'$)p x!2yL^yw p" 1XWa y5g* S.܌#*[BC~ yF3QƄbTŵ ]aǍxcv&C~:^啞ʟAГ3GT9ФB@ 9C)<AWkqd{\G  ^ E TDi@"i$ h؇|A i !x/\@xP @ ffx<@Y\pp P XpA B,nxd{`j9اqs@!PPNaA69f@`*ZІ4K*!  Y*^ BA7(Q«baEAf!h=ţGA^@@iߘs@@K,/q@<LiucXT2%׌OpA: JNX`wC?@ M`[Bd`4Awvdd?AEӳA ׇRl$z| 4T-DP*?<@t`mD >:¬W]Y  %xcQ4w|@ X9R N@| ܠ\( .B sAi ] >!i3 хΚA'0z 0f0C<ͣá/hKBu18C䱄;paeqERm\mY{@foAzGvy xj 9o$L;ZM?fn2i(ٗĴ鸠T5+Н+CLҸhψ0D4(BЀxDAR& a*~@P琁`̔@/IO@h.Z3GSPO@d0._Zn`f @Q*OP)p2p4@-e@a\0@dNK)c3vu}`+0:8THfЂTX5pY:pGhc`0WgQ0r,K 11%d` 6@`@[:0MxYo~0Eyb /0LЉO`<$+P53VHL`[H;(L_ FV`h8V1;U4e2Cb3e` UURGGG<2Ya Y0B f8n1 kt ]J[K$9 Zq_"#QUPZ3iP0aPfP;6PbDy 2; )H QF a`Gc@ap1SOKDHn <Ӣd;| ~ 9 Wl Nr yX)WOiaQl\rNٜJ)ryi Țwr^hS~\K4yHYjtI~QSKV&)?~POYnP~V6h^9eY^~@6eK ZDM`  \np)e~͙ Kj)GZDԀN@*)HjZ)^RK0K٣pH z 9pHD3 TP@ r*9V6ZkiyФ䘄`.ڜ~0ak Dʥ*Qj*:)aɨIoj~jxJ e6K^EԙIM@Js2J\AI1){*7Q jU0>3n0*Jt5p J Ч:iJ J p5j.rHdR y ; n;epXphT`jʮ1Z"ۙpW\9c* (r*[ʨϚk*QO!&KƪuHW+&1`֊UNe3weeTEckгʨ1cbU[1 7J#a/POMqGJj0Zdm˲n osZJ3dhJ(jb;NTPzJG:^98 ڤZT38K`J=J Zz[av;qݻk`[*5[J@i1Z{^ Y霨۬[ e kO|LJ C; +`(.02<4\-6|8:<>@B>?6_NSMutableStringXNSStringABC EFGOWZNS.objectsWNS.keysHIJKLMNPQRSTUV _Content-EncodingVServer]Cache-ControlTDate^Content-LengthWExpires\Content-TypeTgzipSpfe_public, max-age=172800_Thu, 20 Mar 2008 17:18:51 GMTS406_Sat, 22 Mar 2008 17:18:51 GMT_text/html; charset=UTF-812ghhi6_NSMutableDictionary\NSDictionary12kll6_NSHTTPURLResponseInternal12noop6_NSHTTPURLResponse]NSURLResponse$)2DILbd!-/13 $,468:<>@BJLNPRTVXZmt,15KX]`|q_Whttp://www.google.com/coop/cse/brand?form=searchbox_001649190488349013775%3A62b1iyqm0e0 <=>.OSbplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?HQZNS.objectsWNS.keys@ABCDEFGIJKLMNOP VServer]Last-Modified]Accept-RangesZConnectionTDate^Content-LengthTEtag\Content-Type_Apache/2.0.52 (Red Hat)_Tue, 27 Feb 2007 22:05:38 GMTUbytesUclose_Thu, 20 Mar 2008 17:18:57 GMTT1420_"3a8ea0-58c-753bb080"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd!-/13qv ,7<KP]w 059Ml[OGIF89aZµ\NcN֙šMHlvcʖD=/<#5e,cJLEYDyKr;#/shQN`H4[(=x5PKduY\FeLֻwY}NꇬwFk1'Cg]|i.S$xkS=zsQu?VCGAE_9]fRŽQJG@]FNNSD*J =i.ϟƗJUAUNlUQhI{rвF?R|?폝NP_G_HHC]GgNrcGsF[Xi_gig{_Wn\ӭȡrcĬѩJj?UFVHNu?]GVNZE[~N`HTN!,Z~~*d)y)y/@ *6u"}ww}·w}^h0X&uvxx^a;i8*qz!!v#ЎRx+Ȑ \5 lp0qh  zRLɲ%˕.!h!Mlb%5oB\i6~"1sObrkvBXQv;picF=NcǏ aXgF?2S$ FǮAĄ$`f ,J@~,iA%IgN[?6Rŋ?A~p^ l˻s;Hn+PAp(http://www.realbuzz.com/images/en-gb/button_view_all_blogs.gif1234X$classesZ$classname456UNSURLV%NSURLXNSObjectYimage/gif9:;=>?HQZNS.objectsWNS.keys@ABCDEFGIJKLMNOP VServer]Last-Modified]Accept-RangesZConnectionTDate^Content-LengthTEtag\Content-Type_Apache/2.0.52 (Red Hat)_Tue, 27 Feb 2007 22:05:56 GMTUbytesUclose_Thu, 20 Mar 2008 17:18:57 GMTT1444_"3a8e6f-5a4-764e5900"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd!-/13ty  !/:?NS`z38<Pl^OGIF89aZxD=ѻbN}jNH\Nc{\񊒂5e,*CLp=F_9JDbJ#1RLQNv4V(YEHBzeL]G҈p_Y}NT>wIp5=y5ěͣ-R#մf]$<n[zi|vBf-uhYJlybʫǿ-J"PJ\FNN]ETCI@anVRtAJUAQ}>UAUN^VSiJЩSCZBA9NPE?`J_HĤgNJiAGsFØAX) TA̔\(0mᏃRuܵ6mN󠴑q"? he6@? OCs"r/3VH jmdO4G`=,uMEKA0Nw\@dy  `xIxCGGP#QP*H v)Ѣ EE=0B\DCk Ẃa ! M[|E$ (IdEs>g]Pc> |G@`EXG| ^T|AuDaĜabJcOPH@C PAav~dv 2p 1 G^`;@p/{N K am4Ta|.{." S-H4H\" `q#a@"܄+&  S\M FXs{(0ƒ`,wpJ4J7 L;=JGATs=Mwv"7РW7hDEɲ̕\yL{ ~0.41  PQVGvdw砇9U0R@nq  "B7G/ AE8w~ ;_>http://www.realbuzz.com/images/en-gb/button_view_all_blogs.gif DEFGOSbplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?HQZNS.objectsWNS.keys@ABCDEFGIJKLMNOP VServer]Last-Modified]Accept-RangesZConnectionTDate^Content-LengthTEtag\Content-Type_Apache/2.0.52 (Red Hat)_Tue, 27 Feb 2007 22:05:34 GMTUbytesUclose_Thu, 20 Mar 2008 17:19:05 GMTT1122_"3a8e57-462-74fea780"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd!-/13pu~ ,7<KP]w 059Ml[ObJFIFddDucky<Adobed       3!1AVa"R34Q2#D!1QAR"# ?s>iʔ#0#:JAZ( ˱ABh[dzsS˹I,;.Y $uiRybK3qUポ˲2j^TG-<&eRA*E5jV)#$싰N>cw.;dPZm.RK`2KBA4v"ɦy.)]svE/WL=T]c.ڷ[ľNy4YJ'HHQH~Wܗ`˚/\w,*`v2][zEФ4UBT$T"UB*q4|ٮs/E0eXlC?) FNn|o܍ ~"qI\mئnLj ːۏ 0CN!š*IK:q3ӑ5Yw\D-11.I>똙*'ZEn#QRjW jxƦ߰geҌgLq.,):Rf XRhOAǐAP0tš>:EѪl)wi1}]YybcHao7uJNJ]64wЫn;>᝭5u8emתp_sWSKmQ-]ReT<3殧 eTkJ USJ/NdtRf'-8ami국-?`2_:http://www.realbuzz.com/images/en-gb/button_blog_logon.jpgZimage/jpeg IJKGOTbplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?HQZNS.objectsWNS.keys@ABCDEFGIJKLMNOP VServer]Last-Modified]Accept-RangesZConnectionTDate^Content-LengthTEtag\Content-Type_Apache/2.0.52 (Red Hat)_Tue, 27 Feb 2007 22:05:34 GMTUbytesUclose_Thu, 20 Mar 2008 17:19:05 GMTT1145_"3a8e61-479-74fea780"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd!-/13qv -8=LQ^x 16:Nl\OyJFIFddDucky<Adobed       4!1AV2B#a3ąH!Q1aq"BRA2 ?{x],dndPuE3-!#3PRZɕp,i2I^yZ r}'#.7sE֑9K6 7ImI.4C/jig+5MvfٻnM^br%(5RJ-+7^$޼-ɩn)Ԃ+ 7a^f{r]mQTmV*cilYh-BTK},';1iDyЛRGꁺ9MDV;zV>+uc{ݧzoH'uveNn5ISPH)E^x&SB&sBMg*Q ͐9n2H3ɋ!`PR%Q\+.ة^Nx̸}Et#HcM2D"K-UWʿ$Lϰ^_z?j&l)wi1};lxc@޺ꨮ%TMnzIlmyǚt2qF#f =Rt2pl=Qz靯e6T3`~L"FYBUsvq *-V"jîUl߷^!:sBO.^yi ;ž |_;http://www.realbuzz.com/images/en-gb/button_blog_signup.jpg MNOObplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse (./67;STUVWXYZ[\]^_`a]6bcgjU$null  !"#$%&%'R$6S$10R$2S$13R$7R$3S$11R$8R$4S$14R$9R$0V$classR$5S$12R$1#A%tzT#A%Z)*!,-WNS.base[NS.relative_zhttp://bsg.realbuzz.com/jserver/acc_random=13800945/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=MPU/POSITION=1/pageid=524896540123X$classesZ$classname345UNSURLV%NSURLXNSObject_application/x-javascript89:<=>HRZNS.objectsWNS.keys?@ABCDEFGIJKLMNOPQ VServer]Cache-ControlZConnectionTDate^Content-Length^X-DirectserverVPragma\Content-TypeSP3p_:Atlas-AdManager-DirectServer/10.0.0 (Solaris; Ultra/Sparc)Xno-cacheUclose_Thu, 20 Mar 2008 17:31:14 GMTS340\realbuzz_DS1_&CP="NOI NID ADMa PSAa OUR BUS COM NAV"01deef5_NSMutableDictionary\NSDictionary01hii5_NSHTTPURLResponseInternal01kllm5_NSHTTPURLResponse]NSURLResponse$)2DILbd  &(*, (*,.02468:DFHJLNPRTVX_mx}#0Y^bxnOTdocument.write("\"Click"); document.close();_zhttp://bsg.realbuzz.com/jserver/acc_random=13800945/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=MPU/POSITION=1/pageid=52489654 QRS.OYbplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?HQZNS.objectsWNS.keys@ABCDEFGIJKLMNOP VServer]Last-Modified]Accept-RangesZConnectionTDate^Content-LengthTEtag\Content-Type_Apache/2.2.2 (Unix)_Thu, 31 Jan 2008 17:40:50 GMTUbytesZkeep-alive_Thu, 20 Mar 2008 17:18:57 GMTU65621_"1f8f74-10055-2898cc80"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd #/135sx   .9>MR_u6;?SlaOUGIF89a,̲qlpE1걖թзqP( lcݔePwrNH밆rurrvmǺajXIٙwR6%zmQJJj̗Q2*̋gp303dxt4ƸԪg8)WK(srWU؎~FɥɽûC ܭoe[k3 ܐFyYʖvwWܹSvl:U mq. cœ/%wv빹A:黬$ۯSG聫OVڥvWfNHb1nY[ƼNV8B$K=> kXj֔kƄ_YbFUX^܌^b/pSi{/7׌j˛ʼn|O ͔kƶɻ~[g_J̜X쭵%2觅G+ٮ`a_a"赵pMe8<83)Xzp߁ Ֆ~spg! NETSCAPE2.0!,, H*\ȰÇ#JHŋ3jȱǏ CIɓ(S\ɲ˗0cʜI͛85vrQG6m=G`DBD &EHSJ9JJQS1J 0Uؙ3IŠ#(3BZ# :i; ?J(`*\ s ,4z3c|utwlb12PlmN>j6G l8;9WPF l_FddtDno'Hi75Dνv $'okiS{ò˖f&rࣿb݀T- Q (y/\y w6 >LQ>H7-8޸IؕP.EisAJds\AFVpPET"cUw$\dc8Fd4%:(}&b)2Wҩf|*Bv砈&ꏟ`{(v ?f)V@;*j.d?ʐ7 xck4US:+: GUSgЂɮl(ܪ@DB@$A`nL5@l#@-0M`B#"FQaa PC .@_1Fh 7l 1pgфF0!5>t\LQ֌ptB &zV̷aFԡqA4k0u"0&SPDFsM69Tp Ą/. XlA5rhMdV #`IjbiD ZpAPP&x9 [WD'PLy' S&W@Ök;D|8t/&pik7C P@_UQWp1jW.4v/l6\ [D Q2P#(|# `71eSYǘ9ms[7PLb^#pNJ1 Prb J/QD8f;1&TB>󋇈\@Jtp3 ,BHV!P &0!D;,%g!4 Lz'|Řq\P$F@_PB{=i58!!GW9y764Qld*h2BdF늱X'Q3&q,D9-*0`܄ R \+3'&&Ssk >Jaqɬ:LЄИ =IBd.5ܛ(@FPtMr浀KwZC.2 _L1&NATG.ȊЕbh ?(8k07rZAPfؓi0vŠ8q78{%{ZdVUEB?FP?S}X7 a"N +|W0 5X:Srg8Bl@6҇F Y@v~žj";R O~['u( P\a (6tr`Ptv 3(FV9qȀ&GًW T`8wtJsNcHJpJX)#+kA )y AqTՕȥXۺ&Ғok:GYk`/5vf7ʴ}e ol{"FM>NC?FpC`Do \NnQţO83q jTl86qMe97jS(Q~\ .waN˜w@zsDO5;MOz<WWŕc:2co9a =@۵۽uNwz}Ϸvkh@(@5x^o{ʃ#Do7oy{{v\xGWug/ǽ_uF_~Ϗ/}??ow_(|wxcO?oxw?O?'{7{h~({P| o o'{Ȁ |x~(ywy~wyQ~Em !,N ; S4f:JZ: j~z* *JJ B0*꡶YJZD 8z霪h HzIisLyyYȈITrêHN:G-Ezr @r, ,P@ʭϊJztڧ~i j뺨KU0:z JrHzxʥ٤kiOڪ[z[ K@K2b;8:8+j*0Cz~ HJ,;b Zb Z  0fK3کɹJDIz[Sڷى*RʗI rz@PK>˳j;;bP} }C[ZA;д~@+Bk,{ZI{JcJ @d˵f kKmPu۰s{Iú* 5;:;˹ eNҿj+[[%B[+[ \b@:fP\,!Bɋ:I_[`\H@lK1`Hv{KB,D<+}k EZ p  >\,$N 9!ilflLpNRe\ mnvlv|njȌ{%\ |ΠԬn`L.Lϕ|ϓ\.s 6 H=r F|IJ9U ] } hleL˜̂< , @̜L<,>`یӉ{A D]Z>MLڥ`.YT]ՔL\U=^cɐnSZ͝S|ͽu-ؠ} ѽA pƂ\+]-mLlMؖ=]N8=>R"a.Pp\LX] Z)ܕ_ 0p=3Gl[Q]P۰ ]lm,plp @- L`mL- ^q.po~ > = Тmu.Y>YϽ]U ܙ =`Ѱ,Mx=J~ؽA Dݫ~ JݼXp' pݚ@ؓ0 i^쓀ߖPُߖ`t~ &Ca&0 糀Ջ^` Վ~T-`+ܝLS\}TLŸ0A @N, ].ՠ<P>@/?Oj>}qNQ#n.BOYm𸭴>1|N`m ./n' P ?=sI3? 0B?i^No PRG? N^`5 __7dm0 xs0 E Ao"p6mۺI׭"6avmcF!E  dr|в9Κ : AbꠃЦJj&L/k TU72 ZaѢ_ڶ]!% `hZǐ#O\c;nyfМC7nmƠu* Ξ}zm̉HҷjB8PrK#Ԉ5r2}YSuI/m J͢ nD5`6Z熉M?v֊֭"o*`l {L*2<30k22G7ԶiX+H!M5)Ѣm)x`Q):#ʼDO&da;Inx /&[98nNY H+@s^ 9*~E0#BDMԣ Í6n) :Cłd{e1wS5GxmF+\.KCI E*,{-<Ss?Dκ䳀?txGQ~TCeIRNTQ!VEO PGT1ڍV_P)WL5a;_MHIX*#V}i9J+9w9y7:Oࢗ^AH){y7#xl5;mq!oN1f{Pup#uT ¼WckDrdbc9rY$ef繁{FәnX&CO,M`a d;yOԂp}5OpTz\J5F(!4잧7@TWE*}9d+0nI?S3z @5KDL*|O`צY1  #+#:#5n(N[LC?%bdWݸKR;Ě81dkx Db&h>BrzyY2iM5LMD| #/7;"g;Jdc$;vTyv1! PLVRV.b@[b^kfNXBկ vFΚ`@" _mfQ.'&zRM%nd#M 67]DqDiX9*{&v}1 LVERW:r;ݳ,|;N2?rEmt3 PObI]ݘ"SF~]UGuBjkEuQD xR 6xb϶h9[ RLO2NW" {PV+S%)=Kצ >w}K۲Ϋx Áf7fl701yf2P hIIH–_+q9(4(|3jQ*A=d·L۴My{ݑ&mH⛭C y'鋾!LѵnҒA CA›%3_p$DX399":":D+ FiI+٣0$?@=EE:0Zø2۬=DQ'ІG/F+?Ek 8.HBLP_ʨHt 梫qcT\P j|:0=$nHq8a$)C싸c$-c?>i3DlF CiI `980:IK#9r 㐖YX1-9TFpBP7[&"P苷Xpȑ$E:;8H4FaCF-Ci63TATghԸܻMf;BLbNDLj,ǯȥ:%\j)\GDM؉J Á4T# =LEXCsȶ$s' ȹHM$FaPM\dQ}QejPh=a"Lɴ \ #&.) jxO1Ē:X >:DmmS԰j /LNʯˌS *e% IB(i &\jY_J Kh`B rA)=z !ل YE@/5n0@o@r m )ӻ`kS8]F{J m0}*h@͌S߲+*:GaZ'Aʍ_%LTcR?TG+ Ш<) R"s PwH`nYU%npXm1'+-c$։!!*vjYaVnϰkNUHY1 (#ZpR?[ѱ+e7*UNشy}4x]9h,9M-StU[mXr螉835^P9lAN5nkHi ͈dYl ܘܘm`IQxb_3N.!a2r* .) ,4RXh`KUm3Nq*0 2-^uNYq}*U}9\4QEl% k(<]DPpbt=ҫ(sLbD̍6q#wѝݴO4J/;JS hE'۱[]Mt@a, ͆{>X^ۺbƾ^V_lKX&Ml4`į= de(ct5T f)JkfʶZކqgyHN[JF-^X.N}I=:ֶ޾KS*LIs輖$[Wky:-[ 7-(f<5(7cGJM Y QW".=!O+jzrjJqZ:9]CHXkUP^k6;+8-8LhkNWAfln]ve2a? AVho6K\i z1j ú4t;]y N+K0ekqnA 3d foՖN 4 h'/lɦl+wt$x7Z4Rp x:y ְtj6d1kˇSB5n?ԔYnXRqou'Lm) Mh^t~ + Sj+OV tم^ *Xb0#ee+ ؑ/'9P&lSfynq㛘aלr=WAo¥wѫE }$iԑGbI:*l_}tN  G@Y<`R>x- BZ a+{̪%Y ɉ-xW^.Ig *Xa%,b>ge/@9 `ڶݾv7[i9sAntkGGA]'rZtp֯tP)^K,K1x(IiU  TS5|-s \]"׉uW^:I2 н.lHXpHiO:mjXks[qN6Glwܤo]=NeF 4@z 9d& SGb#OP< APC2|Nt+@ JC\YRu@&^hA3+2BhY܅F$ri kŐDLb"e/;mbԧ>{խnWwC~iO#0 LaB 5&m@ j@ R6*UJ7BR]t,ۃZ * d5ժEDah(#.$sG!h jx‚&(E)m)טF-ҏ}yX!NνvF~u@x؀ɣ8Ξgt`L:(Av@8dSDql3$$[` W:2uXU+Dq*ErJ X7 ֎\emG~^@aN{kְoK"6.n^[l4qrC{UJЏqD5Ν ,Fn\#Gɧ T,$E,|TY<^(3ΰ3 @jRY")e< @KDbb[ ̼TNrIOz_DMOG39:rY:@X@aD^) X}nҁP E˗ j|4#NY}xN.RX,1S?/Ks :ʩD.r^$0lQJt'pv0r&`O6Κd"O]ev'(ܒөNU Jv5 2CF ̱,@]wDBۛլ5![2ӟ ;@jSZ-훝7ns-|&A0I Hq @%f݄]WSs{Hم{tʼ g/c>ꙏH׸.ʫ#J4SPQڨɾ$Dj9Ddkkq=< ߓ0P6œӣPe[XĤOd &@4_MB @]DUZ0nٝwaY4@ ^# gʥp @^h^jtjx^CZT]EYy3I71Q3)v`5O6D֡OuUIIrqڥE6@L(ERBXZI)&wي|[۝J` R Ma,ەH`\pY@`5M[lISl C|O*9ܡaEV!d OQjt=7DHa 6O=SR[E@{ =M`WbO0\_Y:W\e]rHD$J&@! !Fn\@G VxFJߙҒ3$MMzsIh#ue3muQE[ 1nSބ~F q>V `>W\(d%ECB]mWyAaLT* *M."g*-[w֒8@\ @@B,B %dndS)hcf%iOh޹icGP]l]~ mZG'zD$B*EYNBeUDZ2t\ byu']_x.yJ@~$\^E,4.L)4O64`lk^7jsiF0K4nf%=VfjWRXVSRxW+Y XHX_@wr )g &xYh,\ A )j,<+4a^hrS"kbO5kk깅gRzl飠XUEL$t6M ~lxpOE\*e[EYPsk EJި_] zvyyrFw>lhH ^fbږJ2E앩k*eEh:h*$OǦ,4#`>r+jo690- )v`` bQݱm P 辎Rd\\ٮT ,!М'g!Ό0-Ab>x,QߪI+*],Vq,*;M,*|U}Wc>/жn%fn&&$@('L(.lz츅_Qz'by-Z _og0؞pIN糾lڡ֜j OBߖf̦Por֌ k54"&AZ 2è%1|RH@ @EA$(Z\R͊{aogg1 Ak/FvinM.Z>o"kI5կ!~lljG%jrluAjC~|( d6]1A@` dX Av9S|"&@x@u_E$'bft]t2T/Bۭ*X7ᯢX 5!k/Hl8⍽)4;@)֯m^nع1wC6l6Nj"P <4JL5oR"`.=lAW#0|\0AXx-}#w݊Hg3& BW'?2D_)j.UE76Ʃh*q˹G?EĴ>cM5D$wR%q73 d&hBPBg@ D#`[6A]P6x74@."8HRDF50@ R$k%w_̕{k9[_l'Rf<[XÛ,Ĺ,9c;fG3qHyR9ꋛ "$&%;{% : ¤8ߗ8Cmog i4PsR+S02KqKRE&VH8EE*?g I}+'(D&P޽C=0w9x\S񛓽^L+6O+HSAhKGu E BS<#PgkB @q Kp7t5lx5%F(6o \B:0)Q&jRNİ"&1< r($#@4qnH̒0+ q-;gpl^ZD@E,ȥp#J  L b` I 0PB-cfLsfͣGWq)mhO-[Sn044BB 5D# )T ,cIGa!5l-Vlߍ7(0 Nd% f",Y,ЩCL*2IpILj rYTJ>&-ں-.$X~뗻("0 +H,Έ,2txK2h2\"K{Ͳ͸,KJ0"X3lnfA8Y$ B%I&a¥A 8aփȽF> C)Rx5XQt"fWyVj}`fI$P=rZ|jj*7l EXTʬQy0nEO/(\e1RLʲԬL#M6u `/J42o؜,}#SY`I# ?>be:* FPQ>@it+g.mo"l4ebB? `jLgA]K( @J$ $)Y>ٱP<GiDkWdr"`u)8bu[Ir&tY30V+0u#<8`rAR`|d5{+;M%0ރ=(@eLFG@Pe9&!سFmP}ugZ 5DEb|I{X突)£$D('V)&EeKpgŴ1h\kު RGJ` 恁Q cm1X]'#as_@!3H!r.G6oH*D`1B wH fu"%:1 zbZJ"UzRvRf}h&ČW pe%EdXRgY@fVV !{0)%d T(FTpfHjЕQF'WVhQJJ;.̒/(IfȱC>F %\'ʓe0 ظ=n/ߩAj%@7h~+8ڝ.x/^kڎdu +C3dCA7O7gĭ"n͌VJЁIt@(|=OۊV1vT>ul J\"fZF}K!6,I'i#2Zbذ`(\&ub ~6탐a"hęKe.Ӈq;NvLJ6-px~. uS Ȁ;q RiVRW?iOfkqګ }"[Vfضv.#*$" X|bDuqFz&|{0% U@_ɷl, h@@&`Bd֮JP«*lei Vd , \`FQQ >Ů J)$ Ǚ"$&'i jO"d([b,‚lLMYF ނ-FakPD||oEa j!` poB Iz 62o@ `P۴QQlo۶ ep.q^ 3^:qK d',wP !wJh` .0Lzqګm co2D!ԀTh~~Y&t-A (FH `("):$BD!Ű)ĢC+>dXj)hn 9l`jor`N8@1q0#4^j$qm^aiR&aA'{Pv/VfU)#F߬֫{\`de %6 I/Z( 2Wri@ WJ$^Z X -"1ZF.TDf@&` s3k4= ٚk˵ (rq 0C %? P 7Od6휈'+8+a``s99``QSd(V)Wy˳< J$88d#'d<~,[d)$-G|1PJh>N>YF1@ E ODdE`Rat4STEE2P(5ODC2 P>Z&%{3%}Ffdj@n:I:@J4?F vhތO<OJ  k+ Ġ>e?b*Jok -zg|2@Ǝ,F!m,˿ g.!&T-2ND:~!!fAU t3_ 0& 4arod"F?#)řDԉUdVrt`894:*[>kw*@ okJ4ҵ2q dN9j >%`OCz&kЌ?Y|i/1XHXztL~}Cd>!2K1b n+FY}Y: d[HzGg ڠAUY2, ID < ʟ\H`.ʕ5 jU'&;ԱvT;9=Ql:xH˚H a\ٝa 0!\9@   f;&O4pSoB'**XWT;IGf|SniƇ]ؓ>{>"P$`@a1 [J ʭʡ\ʳ|Z Ŭ9:ZIhMIuݽ >{Y5ߙ!|+}#8 D0`O@|ׯԠ=`_)["n*vUYw~Sb/J.scBEV+$kfA `1>R/J 1.ۻe 9'naO @YdҤ#j`d…ĉpeė/zpKuՉVJ L%+V9 lݳ^vgСk41]-pRQ0`fBC b$laAl 1J[7 kI#PY78ɔ)shpn fy:0kYXp$0,R`Q,%e" 0g I|r yS AZ <o"@ -Z$ È%sqp\x8|A`aDcI+a2(/J3Ng 5PnhTRr MF!`BU3d,AAj<VP\7YduDA_5VGg&8AdYew\嗕Q9AkX)x(d@ G0XjY>Ȗ ^yE\ _UY%yhwIg7j96( XGA2. wq-Gst%w.Jiwf 4z j+FEAB KW߀mHz`* H8 A!!lE]rP")(qD c `B0]Id]0Qb]r *UŴ ?Yfeq gp J&ۦr++B++ r6KJ}~ȨB3<`|-Pz>DYm 5l ~5G4UC/ar Y 2-lQ@g=cZlukzJT0N\`qjY,@/4mw*/@ A4d*YjiCTװ-L3DlÑ8Iv#r86 $4 /  9y% LhSӁ1Y,M {TA C ~`ldl.a u-aK-C=Zx#q7} fuGGlɿ$iw)(CQK"(O\. P,`:,miB<ъWo,gz^q%!@-&`Mh$qF,m}|}bDM%> DnpHaZġ;$MNyJE p(qTTe hS m *,AH[8&.Z!2$#hQܒnJf2s^DFHH\ *0`A z JNVEy5hgJ=5. x-eX8mS){41'VPt63fsl? ď ' L[43|R@:`1IRuH8>XL͛O.fIjP,2;fNsÜ `2aZʴb 0ptFLD&҆8 Ψ*J(K1RT@bExo*"7Pym-8o;K6X%8c@1z"\3r 34Lq-5V7IiKVbN4Z;V5#[b6bsNq hL}P/`xvPx QUb#y g (7 /0$@// / pfT@D1Ppyw^*z&]"lP'p5q q } %q`/w/Ї{jluiC.jw|@:s|6˔C8``}}@k%['Z tg<3P6u us i@ S /0 !0 O0  #Ve. tUȉ$`$ HS _` C O-  qyf@@" ׌("'@ QKh_l'N8r/,H1  \[h|x bcsC9X B 7~sYOGyؐaPɳ~ƑqcƠK0K(ۡ +)S0 wn7 `  CI$p8 h$/o?7lvfmVpyP*8pp-Q-l03` K Q}WHxgH(+t $py XiħMYDmf&Bseh%oA$&0l@}w}j0dK$'Jg `4F&uFĶ(s Ki?0 ?6XiO%w Y"yD) 8'@->@00Cp@gh8g8 Ō' ,pBP{PVXзjXTYP@`i M:m`Mp|-;5W%tQsXj8@G"GM& Ym2<APAZu7V 3pK¤.@ ?```ڥ]f 0@ a*c:^0Iٝ mR 9ޙ 0 ;! 0j y`*T@dJ0Jl) v Gk! _huNZPKQ{@'W W1;,H&05 `d'GFpҐqR}ؚ3:c5Y!Y JЭ䤴@ @څ °w`^Zcș l.3@ QگۯVA'p! kV/` hJ '`lɖjG`}GP'poIGhZzrLS9n2OP( z|]5jY}3jqx;jr8*it@k1c ~u   p @K3T z 蚮\ʮZw`;k @\ 3 30u+.)0Kkik{KkKB{Kq醝 b/0>pCg8&vE``1&PN[S&pPjb# $kJkŋjJ#d:ʬq`( sP:o  dҰp <`zR< , < ǐ +A N8 &L_@},}4p.PqAp7|jjsK * iB{Ť;oDS*Sk/LNM0ט'L@X{QsxÜ2J󐦱1Ϊ: S(TYcTDjPFa ~pȌܿJLLR0\,亯TBt .2ް±|Ql˷/g8q9sqgqA`úBl4` ZLB; #Ъc` `3md;N4b+0 wjșjx4zj!YFΪ&v;̺VЇ ~83Bl  7* 0ɕ ! ݿt 8Z aVFY0,ϱ azG馸YE{"hg/İAk)b||c`j 3 ֹX2s4Ll}B_>Jʙ$t)ǥptLkHd1ȭ0u)Znl2pp ѣMږLɧګdи3A' mɰM Ӌ Ás 4 ,C0=C}[PD(4`g݌B- "[hk` f j Pdad&&>șV[% Q+zJ((E3xl3dڐ v9;=㌻*@J1 o hM) pQmB}F \_@ *wpK.K#2\#u8jY[Lpd@ 0V@Y m 14  ,BZ %bC4E3~-) 5g H @٠ 0) dp ɮ\ )P10\pJp^NaPPH@zDNH h~YA {͠±{p vZPd b` om L  `mGE0'4dM*4~Xa(_ec^_ Oܐ0D ._ `/ad`gOM`ji[]ipQ_ENDHP= NN ?P?sK˻l Gq!/>0j`7 ? fvچ>PfLLP(#'al0 0X.rZA˷bHG3rNO EHP_NH(-B%vqi4r\vM䠂]#r$EnٲiӖ[)46!C&!0z4C'Ngzdݻu1"\Ug A|Ȁn}=+@" )G1, a!F ZPcUM3#A3><C|,@`iɀhDRE>Z @ZB[pW`΅ \j$@rs ~=tʑ"RT#0c0~, Χo>|SJKiR TɛR) Yg)mFwz*Baҩu@ +_|؂xÍꃅ1`a%N+H# |.d@#r0(+!rk7wܑ6ؼ *" " ;%쮃κ YnƤ{X2?MSSOU)SԁJTTDRq)PV1(g 3Uu|6C UFay] gg]G'G ۶1GhT_N ]E%W/:"]:)RK֭W!nLf`2K\\;-Nl h;@A6Qi6*TVOcX Iū"hT"R$&hQFk~դhRuC`d5`}Wg=m H-[nj-X8܀ ݂U("bG 1FCfnBGVܪ2bq3*O׫8r6TvDXYe'w'Blt{m^Gl^?n|'M_XzU[?Ǿ՜r`9m @G$+ruP@ld\.(J@ ®Pvk6 Йt3ar NŇRݮ" QaVb0D0yOޑ< i`M  oi_T>/ьg,Po =LjQCw?p:MҀYJSFD'P Y(PN%9IFN`uxm )Ƚ %)DQT\IY2TJG^R1@jјDf2ƽmÙtf=Gjj5YMphS4mvӜ4'6a_1+CHPu!o8 O"hO 'خq1R֘(F1 }bV{Q{.%X=k`Ki 7i7SYi;!T?E*PT.թL?QL.Sث7{|0G8:V#@+ZNou+8M4]+#w%k!eCAP$RvjLE/YկCtK{Դ5].͜d4kptlbMknu[ַ*ZbCG!^Cfm?Ϊִuop8׋_7(d#(96D5=jpp ݌yY2׿tm~p6t2 nt 3حp3\ WÔ?(a'FqUb/qe} _y~G/~[G;ڋ>޻= ȭC+<#E@~?K55m :䋺=@0 86+8-M˷ ̭A@ZK+S÷Y[4;:BXM˾A3"3 = 4=Zc+4WA Aޢ>qSCc 7Cн;)B 71 X7 :c;`?@A$B4CDDTEdFtGHIJKLMDC !,2, H*\ȰÇ#JHŋ3jȱǏ CW]ɑ %Kk`ʌIsM¹\ϟ>]&P&UStӦPJJuUpYӟI<ٳjN7lgkw^p,e\ s)vJfܲrY v UjE7|a˞Mzu@Mw5q 7c[Y|سk7^,y{=0Np~˫tTߑع9l]ӟGnvىC[70=jG5v # 4aMņh{5Hm5✳9c_E VMv 02`BdP>) &7BEh N xl񐈠uM"Hm3Μ68r҈B="t؏[UkQ(!F6h裐F*#^*Xj &%Ad@ [R@ UIv+u<#69gېA4RᴕJ_*S-6F+mzD!*x[hA7s7j7Pd\5|#93̙8Шkl tXc$vQ*R5&6ʹgx4|K4 2!gAꍣG*2zq.%BY/9n# 0] SRO!am^gdSvpv鶴ܴې2ɝM#r(/xر)_5Ll!&PA;N:{<ôӆ`RvanıkuC6`K l-|mÍp7<EF H~ϐ DP`$AcZ9@At5 ZPc#f0 dh7AZȼL$(fA$#!$B&=w|ɕ,Heh3߀а0{EЁ# "/ f0@&zLߤަVS `8+J1@#N3ӝ{~6mtQ $ Xce(Ѐ#p$*d`Ș3ؒhB1k|ί<(F|=aa!1`v d&ΎцHt ,iϐ "8XP,>ObL@ A$@m HŪj qøCr6S|,ހ.+# HB쐋 /p)4ص |9{Gz)Ê@$@s}^m]G e6mЬ;% +h&.I(8Qa$.ҦM%RH)K/P2 %#!>| d54#rn;y}aBea $ HiA>yV:$|RI~Dء[ԧ=d@|u*0)"k;.lEXѶy"` zys "V)M!(`$tKBY{"8uGZFo |pw'}k, n?S:eMLE0U  G "*I 49~G2.` WFq GblQ48wg/`l!b)N"`{rU2jdCBg#V,`5 H `v|56h:bp}[&7U:`< y&Ob)wESJG)A@ [Px)  $@p S Pu eEs xwh(\`Q17),"<^eS<T[Fb&`obPPQ5Pk70 5hv)&}*{jBRV@k~ 9AiDdv}=> >2CS@Xy_ (bعs-`Ŗu;&D-$M46HC7$nFuinYT'&p &uL{2hv+VvPY| zGz68S)j ˢ@\Dd~) K  3⣔ PS^Yja#Hؙڙ_h^)8!:6sOv\4g:`"hFaY(X.Pu0@`b% 6z Ч6SX:}wOA T<)CzYy` uрV"V Os:`~ڧ[ }˳,#t k0 Cd?d1PpS8B`I$;dPFP m@l𲱪Wy 1i ૶^Y@;fЕ 1␴t1pg3$5{FZET@u 7u)P`F {h f -w\b<*?!;KQ SKpN EPWG 92  #. B0 j0/8+K# "Dj :keɇhW{ rORgʴ5S+9?@u) VF. 9@s0ߋ j ڽ5@#0 B;P-yM+ =09;dHA@2PB XD7F= qe(V[dD+ a1뙏fC6uF6{6/ChC>þ&ܰP h{L d;[b{l;5 PЧ+aUg" bi¤L Jʝk`GHbάÝ$V,+-]U6{jiMgA6 o:[p|u5@ `O%=6|5m"ꀃȂKHPdn OL] &592L(4)D $IPg7t+5c*&*,Bi+ q& E[,/RDGZ3ĩ2HnL0GkFЊLi''u~_~n :( bq Ȫc N(x@\jő\z "-O'f/(4>Dȥn© Α*,C )@tK.phlkaXE>RHƇs>cI6kǚxkT3xV)k19,s#< 6:: :!1<3O{^:Nfw2F2$%|M衈TI ,,vt($ e'0]1q-903pld|h~HêQx&nq?xqt{uӒE%S1%!6 {faoa& 0j Hj)4Ճ 8v~%>'ftw * RUaf.D*!{)!rȞn:@ܩs箛kyz mP8}!._@ @ ,PsLxBd04рT8 Ph.P̀&JACI7uF] WZ@ /jѯv!n 6T{^BF+XXÁ|tǫ*mgHD5"̷T5UH(V/YhEp)/@`B0ϑ:{piZnh8!%$(($! AB.Hx: AtXK`_(C`-"()tKE,c\Pn.}xCjA.0>`Y eRqBn," HЗ($09 A dn#Da* 1HCÞ HE|dv %r$@=E FAC("Wmi]".$b#8HtD>G},80QC2} ٴs-k  i8 .A} @L#TgsN0 ( ="=z~Z2 8s ET8%j96uD;D l3"Br9[i"^C|zط `(c ``0; kL ` ā9VIL&Vm9&>%/R™1. 22.U C|eB_v@.uJd7Zaxz~m46Crdpk.$`聁c070%<_ 08CoX#@#bTO4% h')DD(5 JvC8TB$2<`E^i8@ pe^0kYhdT z c@6zս ša$9DdUo{[$ڵE6 0>I b`)Sn4@d>F @vA 8GPypk rRM<*lag#la= [n9kRr/άG`]p4q'V`Y ,g119t:Pj(U8!. #`&S`)Ѐx#oc` [f#ە9K:mzc WzA`0f0)}т%Z~A4fJ K+U0*; @$ #st C8®:a[y3X5U`#[<!+pj d p9,xOÓ,89-Dф9MN;XHA;M ʘKvh",!Hl qψ|8iB5"4 #p862'5Kk^ÛyCh" {>l)pt(DZ( uu4=y H Et``680PB8!LsƧiZE'{ 2=bY,<'kУ +,@KFF/ЀwЀ'@`XXۛ4ɗ06!s4!HǠpDfzD^=`@M @B!q=} # 8xKCP!<!3x?yz |5](?-004Lpxu85i LC _J4ڽҽ >qZ%(Ȁ)` >} GJ;0G$NI;9`p˷t8PxYbr :xهR4&Ӆ]X`]Eе{x`5]3 ;>,cw`x T *rn4Kgfu0X ,,e-xP6Ra38}Ї[>=P stt BR~0nH 6,^3fZmc' XhOjv06]uU"nC\ (ȍ=0n@Gng\Ym\.X.v ^S`cڅY} m#iiM0iu,m!APmHIjY,ID֒ V`)FVZgu@{j{&*g k: N@Y`kwɜ3ر|3kMkftX|ht"~[ "E օ*X]UR0oq0{V kgҬi&Μ:wi &Ƙ@' ",)_AEX@ aMX E8yB puC :8iϢEj Y/*!V"^PlE`u;w --PC1[:rT0- akn^5sl4PM n::Ӡ!P$)DhJխ Ll#2+6! 0Ì$5u@]7( {`,dI+ P(u ci-ͰeND GixZ)HY5'X %. aK0)S<0s+ T5ay54S, tTTVWI|sP @_BHtUI(E Jr$q] (_2!`K V-"q (0tªY Pg"|#b_ 8J4M\vcj-7@ DApVAzLi_Ssg42,C@RL 5DB v%J*!uuQL4̲cJŷܲDK G(2p50E,I: uR79]8umEx4EI ED RPDi0A#Ԑp+$(y\8@K1`r}2'b,x%pC]͙8igCNY X!K0|,$sU 5qɥ@FSG^4{6PF-Q<]nzTg՞Sd A`-)p p|z{GS  [ZYEEq +6 t#W#G:f_ @rT GZ+B;AK?І c;vP(ܤ 9G OXF$&E<"!lQA"Kj`O\/vbgX # / MY#+ ]9ȱP|j #m`δtc ڵ\c lXK!$G8A r›+ IShX'?,cDaZ 藀V܎'4( $e`ښ.@95t@VJ mGɭ_5| W ԁ}Vi ."X8RCMѡC 99p#Tj(@Tg9ʁoÐPXOSl8s`#h`[dputU(2L L$c( 8k <2f~MK.#K˖>17ȋGwu{gq:!/j&lg!p! \* z;7):z84lk}Ȥiȵc2h7+r*P@ 'l KɌ6b-5A Hg=>ഋh Ab5.3i@8ZLw!Fغg=+HCiS7^= aՃ2i@D# b,5  E8op}y>)rAgBq>T5P`]֛Ds!uygv{\|[.opCqM: 1oX:'Ā @ @E Z3#48 @ߊF3e^j;., s=$([zHjcSRw=aൺ-FH "^2h;ՈB qv@ # LLp[9@{evIQ`lМ#QXֲve. hDQ@ ,$k8158l6hW78CC^9w%Yz`@uE Z@\$CV0@5C; ́'$J%ȹBI E(_9J@@ @[!؍i[XDP@YtEC!Mq[CTC6H7C Ҧ\8@^5LInC1$IId7C@ <#Qdv ?f8$a5& DIÌ Xu?D`LAiЧA|h,@6<:h#xB aeY(J$B9j8J0*%4wQ[N#5ŊIw+ #@• 5iIy+;Z3l2-*}' LeāqíXë6:Cg5&XVBP&M"w5G|(ȂnCaQ$j́,' NuZLR;C&ķNl&g$,'&#j?F?&<@t1i^䋍7c2R%6C9~3Ƒ`wa:u(ʢPWH" |\w b8566D҄-2k*h 8BEP67g#]hJ$dNVݎҍCJc![mbdžl]ې~a ov*E,l_y ?Ww!D>*M$zA~*hH5x#@F-g`LhhueR:o"#0j6䭲lR[>hq/Rk%moV0BN 2  Nܕǹk{ @ ЀdUT ng\C&7ТA( Ԧe uSYW(\"kC_d:~.kW;/!26DvN*E]Q1PPh;礫NeG11A,21A4r*hfAZ?Zj/S,R7Иehd<%ұJkC6p5?o]$$s2 "Ӂ?HԒ$4C|Ǖ=k~=B@倐<|gv*@td#&y8[g1Fm3:$WTGٔ(h4 djg֧Y>C^k5?U'Gw\Yu~$9A9hv447t6a,,1tnvvqXA*BCJ@ WF)$qt1U\b[J"9s2kw9Wm.KCKS9Tb)0 9`]b2\}k6"} T Bi,Ҹ>131(@G†$*oҞ.#`N\OewɎӴ5X,vxtAe:y6yxdry5&3n=7? K#HM82 >$;D;0LO=4HYHY0CXp}61|/}tYU etF0k[I:Dā(8B8,KcKl׾Al†g8[8;&D m|ߓ)l:JjszrmK7)>_qq3$ZN AL'E,0A!B)sSk@X=VmF[`1l@skBhj"N$yI?U= wk=:nq:w7<}7>~2Sz;'00cGϴv :\, [QVg(ˍs8>CBT{|{}G.g |8mrs[M+DX섲iv#=w_xg2ľrR ɑq]W jdH#I 9$A+ X!^gm]I,(s(1r%X @%$X2~&H5Ƭ&f9<Ӷ[(Bֵ{d{;V Mck6aLr0 Anm6[_|9)y:0tBS(p$jZ Iw:&o-3aSoU$5pGL/4jǚj0L11uf3204̳)C,BѴc/> 1{P@:؃ A C` 2F#F@Һ "+7r,v-cJ`p:@ƚ&loͰP 9p! U R%"350/@pp|%TzeZ .84di@"I:j,(oc&! BF2ހ?~E:3nb` κ /a)j1Chr1[ĠIN-0W XM5@ Gv@r+l%FϯD&P 2<‘tJT%q'rL Nq"brEG0!vtA"ʤLFbe &([ =XPԣZ2rwG^e5zhc=˼{y;TB 0X4ׄ2 {q82ry4# jϊ5L3Kxs('fY'Te*[*)~ *`BX \ B >S }*KsAI QD 8]o;! `BіHa'ģd#Nk6-ٵnZl.J e# }6 )O1_>:.!jcW2b|nVTw@MQ]CB1(bAh|$уJ). i1 ChJ݁ Y% j8OIkLW$ϺkȊ>C " " 0h<%1DD/.\S45GnaJpdlV@b:@ ܮ<+b r `w Ԁ ` (hj@ Ԁ>jA]x ̞$OA*xL (Aa^|SO-Pa^|,}έUbPac| 4@*)쎉,`"a  w`|` ]Ahj@|j>/rw`#\Hʞ &2)l%B ȡA/ #nMi 0:b[#@"hX@cPtlEaic | \@j@ @^J "Jpxz"o j`M^qQ.*J BA{8%ƉJPRbh?= .B`W=I"O `#5r $ ( pK 4/j Tޥ|j#.K9%l,anFA$,$ j4ּ2xa  >fo20,Oo- _N:` * Γ *`.`\J+'a1$w(|f Iw)` 3ڄ\-ҧ@E]ApkkE+ .>b`Ҫ4!cBw \0.G)H h!H`ts > Ʊ62K*# *$9XD-M`-p]$X6h0 䲲@ .Af-+2PD!!`.R/9᢮ 2htn:Gb7bU2G` MH߭f@t@ >!aoa02 (A^2Ω*v@JM݃nPŀA$ 4$(eOI"1!!DI0Fbx$++aWL\,ʡ B07motbn|ءh@VAa0a>aF  2rK#- zޡb2=#H X@O:- x a$I #Xo50 Qf#y@@PQN _ >((A \R 33N5c% c@!DB bUIe[ .`f g2M@*@$; ੖4Zyg^W uI &I` @O`x·U .B\(d Qop .b/!Z h TM6M /_4A/Ab \0W&ӞOj!R`M~ k |`C!IxwFY, Tb!vt$^It $ Ґ P ,@wHε"m.@ I z1X`ﲕ ucX :? b | V@NޱKP0P|/"PoOr6V֌9BBu$4`~p@(f ^0 <̀Ҋ@Xס``/ Ayw4HY74IԆ1>` :i@eY:"b<8@'71bFo Qa؛Ӹ7T/a(TbRVa`,~! HB ^@*z< S, 'A R̓!-DQƄ@zuv  `Ӳ< &\|@/OBW#CQ0ζOQ#oi-Rnr!/5b ⌻\CB`!J @KLJI4`X/@ O D|բieWb?JY̢ DAvba?aA n7{y{S.bW@YjPD0pAb \% 6 V|` { !bZ cx7|` QZ`} (e]``$n Ra'`)Z-Yuy/Na2`@X]$rI8 ah$>V`V`Ҥ'iTx?HiP΃  a$aji@=R fӱy.ŁYȧA g[EAECEo+5ɯ 1ㅳ$(a!xn`S T#};+|D v<͓YLnK:`~V$ .b! mi?@Ak`A*@f2F'^[:Q2q@nڴV͟F7z_k!Gzcǧ,|2i>]YM6s9>/8zLbFZ.JΟw(M㕋Bk޼]ڵyKӆ|]s^:DKDo }Ț?')0$!01X,! @A2BE nB k6M;5w 0UȀ@_Y,d4D>|>NԐIdfOg ǂbTLe 4@$@#, n9J( p#ڰF⁄ q 9%A5h6s) 1 F',CXp 0phe;COGY d@xF"i @h#h S05ad|c5֑ i o!c>͐?3!FH`"MHd YH,E ņ!ph$E\-$% #$ڈ5Rр=d^HDT;&$Q;D!`)D]Fhh5%\b4 #0)tB#? s544Gюj}6<4ϸ<@h25$HAZR^,miLCԐMn#Z۞y REԢ^ @Eieg9i.tȷ8L>҃R;Tm FF*zTd\Y{E\Q^.lZ!߉޲0 ]|5,R$x:8"z7;#˺7 w/o&rg"ND{#7qԏacw<#ݽ۫Gƺ zrs|ޯH=ryu= r/`_yjUWteGyL+5 :_`u&JzC s u^~H7>|Tր}4~%ffC%h')+Ȃ-/1(3H5h79;ȃ=?A(CHEhGIKȄMOQ(SHUhWY[ȅ]_HQ cH!QQgȆDoq:P9b؃І}oX `7o؃:~<|o8Ѓi78hQXt: ( 9Ѩ ~`pX x3hQoxro!U`q1e`H 鎏  e`xXS˰zp ɏ 9589:`N3~xq(񒙸Ȓ6Rq丑XГzؕؐoXMko8_X y ?yAyFّ ٖ Jɏ~4\薄IJIiْlynHz+9َ鍪H@ٚ9p{IpQ)cxW)@YƩ '9 q َzhIi؜ط )4 hyɏ9YĔ ~9 @zs)蜐٠ ЎL9`Y۹?;ʣNUj٥ `P⑖A(JYz[ʣQwyJvZ!,2,UwZk XP† l0bć +2qFvt8A'r$Pŕ)=tRIYVl'H>CH4I'5 cӗ]6*իVbݪ+ׯ^Â*ulֲbfUiZ+7ۺn⵻W.6q,0Æ#^1ǎ#C,2˖3cެ3BMӨS^ͺװc˞Mrͻ Nȓ+_μKNحg]{_>>|͋zջW>{UW`' h8 "X >HF(v rajbء)^" 4h8<@)DiHbL6A NF)LB餕SbIJj$_^ fcVY&^fFp: sIv`xw ~)(z(&:u6Z螒::褘& iZ' ꪬ꫰*무j뭸뮼+*p!,l2[,.J:{,6-~[V墛m b{\P/\o lpo 0' p gl?qS1$C,&Kp+1\2(p?쁾L@;-4C#tF73BCmt=G4X;-[7JXs5\Kcg=5[+6NHcxއ߀w߂n*0@N6D *P8gy$P馧KӺ갳.{ ^z;*5ˇM Tλ;'={ڗo觯 }  48݈* Lg4 '( R 7r`iQpy![a40dcy @H6!wC @ H"HLhDXBy( -1E(bWbDX "H2h ĸF6o8G9эvۈG:m#(G?x aRC(IXHڣ H|4G?$% (?rD+:F̥.w^ 0D  wK*pz4"bZ̦69t Cx7N4g9ϩNv3儧8uӛ2g7Otʳl8Zt G9ssm8`0Tx5~uH!O(CKѐ]iA Svⳡ8ͩNwӞ@ PJT`4!MuVծzP}T:Vb kYӪֶuc}YJ׸ծg+Z ׽u ؆4ڪWΕ! <*赯c';YZwd+ Y"rlYa0VҖ AjW;֢zekMKkma S{{[O8C׶-f};]R}c{k]F׻E-ia@򚗼=z׫׽-/|ًwym'(C5/~(# oL w~p&,{p~E|^e0 L xPUe7V/sǙL"HN&;9 Lde0WR.{D,f2Yeל2p3,7pL7yyLh>9ra9Yxv\>zt!GKс=M4ԨNWVհgj9ȁ֙f`@^Mb[շ}eٱҍ'ζloQkU2rBݎMzZb!H )׍l8 f]''~l6HA'1oݰQ}Cy 9W\ q+ֈapQ_ 4ˇNcԫFp z2^8N 9( o*`r{`ik=wy)Hxnkg'M8u9 `]G|ʫ!l[:e:>{Ysq DkT`gO{: 0aӭ! ˻zO^6}byt#M? 8jy?pNb@W_MWW\x|@ `~fk\< ?<8z%Bc ?hWk`vpubH*Xlvk~ }*u0\^~,?(xi&O VIφt`ܠ<֐X~W]xwj$pA'z8  p>׈9 СP *) BWx` (bkړR: PXwec,ڈʨX' Jfku  ՀU&ʩru3 sڈCm%C6GQYF@Hh))lwIt^*g ljk 7th*o9Vxq? 0toSe,UiŭJX׊ nR 9)^ڹɦ*ߊpBJ `?ƛj y6Mzm?isgwj'K2oğ><ـ&0 F4o34cL@Qֆ+kt $ iOpP=qpmx7}\SXcWxr˩Kv3On_ vn •UGI%\\@Qx5n/|4 * 5Jll|T`쀠H܌x{̔,(ʓ}G 7ʓg9̅(p @^78rΫP*e R3ﶅ uw~pJu{E90`+6c5 ӎTn K@J0')ܗWѽql 7u4fITф}k͆fLc lW0s 3֌7{) jsӇ3ʙTp<6˓Y\˂x6H;٩X }[\tx=po?0,/U*%',pk CsO3Z؇`?p<+C0Hh5h"J՗欃TZ&Mr}gTumFj .ߝ6>^ ~hS:⯃+^=,.*JaE#12#;5>^n6=:>#*06w_I8R>T^TVP^qs#NapcNGxaxO K_ެ&-tK貹4H8y~KFLs6HcKh0MAK~Q[\{\@ h;3l@IWc  x0W! gx Ҁhi!pik  F[W 7s)`Ipt,m# @7@\I }_t0Cs_/D8`G@vT/O\h>ޒl3!` 3MxY tg9쀊vzC{kI yxĎ Lz^kWnxt] oؼxqYf?yz#p ڽ1\ t7IWfBVrC 2Xt;3v7O@Y3gr 垍v=WX^*p?mqU(é os۶pʛh f?~W} ؈4sgϢ`?7{ӇP4tpCprCv H)jO٘& p%߀-7cߞ>qLx:RO *d(C+ ȉد!W ^OFG.Ȑ)UdK1eΤY͐W;tp`(MYĉP'~W"[<Yf#"!A"B.rԚmP/;T9I&\;SH?*WB C*d*e~dbD;UHNaMiy•%L`C?W.ڑJزXsѥ{8*0$w g}wvce8q!rWNA6āB$( , GGF8 +%BDbySU"PCQd5s&MDVm)l)-gmˤZm}[W%nq{\&W.Ds\FWӥnu{]fWnw]WUTy{^Weo{^Wo}{_WR A_X&p |`'X fp`GXdP [p3a!&M,b8'VqY2m\cX7q]c{MȊr|d$k@f}#+9Pv e,_ySF򔗼e#S_c)WgƲe29b&d:sg@ZЃ&t }hD'ZыfthHGgt-}iLgZӛt=iPZԣ&uM}jTEau]jXZֳum}k\Z׻u}k` \°Mlc'>vlf?[Ѧ6=kWvmn&-ntZawnx[w}o|[wok'x#g8p?O8).;qc\ Nrg @.\i<;Gos>yχns]AG:сtCE?Ν>tG]WϺѩ~?<{էuBz䈀N}z{Nrp;wO| ;^|)wC ~'3OS^'7 ã^_Mȃ^/}g{>F=A|׃6|G?>_W~o?o෾0g3+wCc>s?S@곿[#@@;K>@?R ?K>C)x0L*lDATAbADC?C@ DADB,DCг(NЏT+R]?Jo/}MĜbP3GEUR+%v UG| RPFmlEb@O<R_p^%f݈ݸ#XPPV~ `O.53]-gZ~OXn FTN]߭%JȆ*ލbca Xcj.VNJ?HQZNS.objectsWNS.keys@ABCDEFGIJKLMNOP VServer]Last-Modified]Accept-RangesZConnectionTDate^Content-LengthTEtag\Content-Type_Apache/2.0.52 (Red Hat)_Tue, 27 Feb 2007 22:06:01 GMTUbytesUclose_Thu, 20 Mar 2008 17:18:54 GMTS217_"3a8e77-d9-769aa440"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd ,.02bgp{(-<ANh$(<lJOGIF89a 3J33Lokccq~♚ԲѺ!Created with The GIMP, u05j]B4T)4iՐ0 ,pnAMɍk*r`sX6zX].C#! P7BSp+ 7 @vpt)ME <=7= k;_-http://www.realbuzz.com/images/en-gb/flag.gif YZ[.OEbplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?HQZNS.objectsWNS.keys@ABCDEFGIJKLMNOP VServer]Last-Modified]Accept-RangesZConnectionTDate^Content-LengthTEtag\Content-Type_Apache/2.0.52 (Red Hat)_Tue, 27 Feb 2007 22:04:40 GMTUbytesUclose_Thu, 20 Mar 2008 17:18:54 GMTT1100_"3993e2-44c-71c6ae00"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd!-/13chq|).=BOi"'+?lMOLGIF89a . %FZd?_^.Y\^TdW_oԮGX%%_lY_oh,+YUoVǮi?zY1)s~<;znB\LdbF[IeQJcBW^bC%ao_` Ra2(%8j8s? w)pA8גּ`l\/ȩb`h@mBܿYg:CVg_s_[_XVjVibUNA".ݻ7DP`bRCjܮaYA]WVb+WL"*HY$'!Wf@ZVrf#PQrfPP;6gK+D^PYXSF_R=NVo3\_ZWbTE Mg@u8)gG {ԢtBhXeT/0H/_ x ImZ qZ9ineE*D3m#3T)D:ؼK0d $С@!#Lr&J;_-http://www.realbuzz.com/images/en-us/flag.gif ]^_Obplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse (./67;STUVWXYZ[\]^_`a]6bcgjU$null  !"#$%&%'R$6S$10R$2S$13R$7R$3S$11R$8R$4S$14R$9R$0V$classR$5S$12R$1#A%0ҀP#A%w|g)*!,-WNS.base[NS.relative_yhttp://bsg.realbuzz.com/jserver/acc_random=93609286/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=BN/POSITION=1/pageid=524896540123X$classesZ$classname345UNSURLV%NSURLXNSObject_application/x-javascript89:<=>HRZNS.objectsWNS.keys?@ABCDEFGIJKLMNOPQ VServer]Cache-ControlZConnectionTDate^Content-Length^X-DirectserverVPragma\Content-TypeSP3p_:Atlas-AdManager-DirectServer/10.0.0 (Solaris; Ultra/Sparc)Xno-cacheUclose_Thu, 20 Mar 2008 17:31:14 GMTS336\realbuzz_DS0_&CP="NOI NID ADMa PSAa OUR BUS COM NAV"01deef5_NSMutableDictionary\NSDictionary01hii5_NSHTTPURLResponseInternal01kllm5_NSHTTPURLResponse]NSURLResponse$)2DILbd  &(*, ')+-/13579CEGIKMOQSUW^lw|"/X]awnOPdocument.write("\"Click"); document.close();_yhttp://bsg.realbuzz.com/jserver/acc_random=93609286/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=BN/POSITION=1/pageid=52489654 abc.OSbplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?HQZNS.objectsWNS.keys@ABCDEFGIJKLMNOP VServer]Last-Modified]Accept-RangesZConnectionTDate^Content-LengthTEtag\Content-Type_Apache/2.2.2 (Unix)_Wed, 10 May 2006 10:50:19 GMTUbytesZkeep-alive_Thu, 20 Mar 2008 17:19:06 GMTU29158_"120d24-71e6-de9bf0c0"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd!-/13ns| )49HMZp 059Ml[OqGIF89a<QwFJJ0WiҔg7G(15s,:yDhw}3KW4BHuuulx۹[tq}y8`r#HXioUdfeATydmtiEZb4gJhVs{gw{9S\Vdgm udFblĽvꙝSks)@Hg{qw|czV]\ucdYJosskkP.;w0Akql*P_ YVV-bmp\p~znlfhpҏMWJOy~\ri|u3M9 9NPRo,<WH DPB›&M&j\qaP9R 8F+LDD&ĚJhsΜ4ssA͠ PU)S;JԦJjʵׯTH+vh=Kl[nʝKn[x˷߾lU2bƒԨ)q .^ ,ˁ^.3XJ.(V1 6T}pD_ "o ԸG"IRqR.WSИa T9Ш@Ź]{ͤ\/Lyc=5+خnД^b)XdU]p`{ngYZj@(Lx0M, Rp$'DHr/DM5P?u:锝PD!VPAyޔyEeu5\E_Xvߘ GA&^Wb !Q|mVW5PQYL\niPDLPn`aD R 4TRs6ɤSLGY'U,E=E?xT~eXWV\˙}|·f{M+Q-P&a dQ'+}b g 袌#($ he#(cÝrq]PD> XǓI2wYuS^2yF~s4u@o& -&u0A"ܙ':YmTaL0Ȩ$6*iD'QfL` ̐,HqpHAaL]v _ Aհ2VYa^_sm_Ei4gI4eAO{th3z9u;Ytu1<(RܑK 3(=&݈> e+T)o|Q2Q5< ..E)qR /hxlǁ kwhV" h]xN.(Tdw ē]Ѱq (N Vkh!8p'\H@ЖG{kIs䦄A&0fP[AS.~(:RWKpP>x ,%B0{ ZiM áv! {WJn*DDY;Q0IlXC@ E8ώCrqA\r/HVܐ,@@Eym#b( x4JWL"*F,9%IXY 7 `ˁGJS:V!5#/lKϪ,4CR9QSn$eE+jʎbԣ'5A 1(F$xzn58 'ٗm.C 4 Rz- &HL )dhfqF2@^EINp =8 \@=8Ax!kOĥg6Ԩb3VŪVU7 G_^iE[p \2@b !4 JAp 4lLh3R @-]-kR~);{m1hcɠRw@ 6jbp C5~w'n,QTEHI%KrUw)@ C,7hp3HViA A Un3zIAP>g B(dv@*q%&.+UZ%G4wR^{45b9 8 [m_J \/hA}mQwp(<c#ṿl1:Й LW, lgme.6PYO=YJ?\ D < ЃN0H@Pt@A0|y`t` !MABKQأC;GnPCКV%mK))nc&< s6&D>cE#d`ڬ*<@vtX) IHBnÃnr %x hz>w&BʫZC̛u .>M0 "' n(SGЎ~16` տvvO-#70ڔl .U3 Dd4 g'xhbex`LR@*Cx*6y/8L1.PlVpz}`{pxp^Q@3=.@|7BE BigB}/HpTR 0];8?^m}Ї 'rơDR@ \MP @'JGHrȍ|0x{ r 40)!@p94A"> P9Pט1;sMAh툎RkVvMf63)KO W-ɕO sK0wuv' 4pwLT<0.qR0<~ȈKRif-e$TNCMogHzP8P~ ۸gH|}!`}r'`qY{]Y{YA3|'`p\ 6|9ǑG-ngnuGz{: |DFYz]@f$D|@m|i7YN-i~yV5ז5/Ghljvy~vRpfL8.6So>iNoˆ`o.Ɍ'r͙GX ||@Bp?Ї BF* |ã$!TB:Jǚ9P.c(}0=$6`F^p}ǧ~zpLjGاM؜9r9qZ*OZw/GygaʥF:ZXxpoJpa :8`m|wEK ڔ痌H&E`n7*7˱EJB$%U!`"pwp8Єm(ц j?0'}8Fxp?0;h1+}<9gV4)IKn(3zȯ}˳ۣ3}0d(K3>۫+ ۇ{vY.=D{ `a#08jw0 ڠڔ7ewhvzzVfe0/>8ۘkO1  ZUMr֙?X1.PDmȵP\ʍF.BPj+/+j¥˺68-;\Pw\p})ix ]$>8%հ1[˽+b+W__؆(;|5{<) ;+ nk$Kw٨ | ;GnV6p*[Gtt+3qEqohj*p0 4 <GK9X(X:Y̵k{ p;QŜ*m> ٓY?h3hd8("}Іxƫm#= Km{)MN|P .ӛ^( |NL>ソ|PăD*Dw MvL S <#eN Ĝ0gL0dq+z~^=W.KDp]U1zXkK=a>+Ԏ-K .5-=V~5;V B띾 !]l'r`}hj;Nn܏XD#Z?wI nLa@PmAe5 mp˴iLaj0f6'0tRa _ߡco]/W!@@3ezNױݵC?rWXyiծe@DtI筍hV[oҧZ78 | gZ(#16o ]kwiakN쾩yru ToG؃O`ܒN:''#6^x A :dĨ !BjΨ9H LCXb H h :PZ .hP+!DK2"ۋbУ8E |̃K=3!2(3!*0K#(\K a.P ҆XÊTˆ$4ꂂ'p0BS|aNՂ'j'!85$0%mXT آ ,TN@Œ\A۴ꔢ0ڂ&PO XO/4t 0%DB (* vY *K࣋"( x@$ 3G)baGy*3*l<#JB B% Hu(kX d'&p3D(# N0U: b+2A=&,{s݂?`-  poG! .A#<XTD RAzH<IWD%DJ``&H #T0K 3 Ab !fN'@F&2E #шV)fer!f`v0݌``ݐO(`jZl^va `4qZ4& -,Y@( =@fdJy{PAW@sWZ/3 d` ?]X nvaarlP,@w (Bd Wǟڂ< b>oGV+51H n03<.c `/ta "yHD #-\B` #~C9;9Z u]f3-]iLSi pyαP>o-0A kT4rG(4; !NEK}oА @?@ 0$PACH"M0oHD@Ć/^R(C M=AI X8 " 05@< -B ,m^d Y)bă ;! @\Pb p{ |Ƃ'\AF0ɒkeІ p@ $E8e H@M (nFlwbQwQJ @7]g[ S@@\A8:`m;W`C[fg/gSP8"<# pkK `Nt$+A%;r 8!h6㱀'˰ x1cЃ1.iH0BC7) ,0 +y›$x-} 𹟢!8=:<plp|-0NP&h5~"h*p(h1p7H:QE23!`* &+ h77`;( n7<3\:2};ٺK c; %Q?~1Q($R1!ܴ,Vr9 Pqި = LFB R*3M p `Y7/` /PUtSdhXV( b3q먻i3S SYYF%4!xFE /- H<7NDUFN7*0P<H3[u8 hN#_p&xUkUeV~Ye(H;kuH__TX&`;a_+y9f!+"m!^~+,/ # $m <Z34 "8XhL̒>&[ ؃P& =h!R>0 H1&Fb7Ƥ%փJah0h٠Rփ 1 頦 8h! */ P7f\@[>0 5&(c0\"ڢ7(T hqÀK# _ܞuB=p 7~  `X!Jtӧ]>u5,ceP$FNpNI!-ȉY% Bݑ_lmvĖu%pVh" j?)H0:!؁FUCۃOQ#0x𩂡,MJY;.Sڠbx O{N|VoQCe΁'}; с2zQڂ˴4>`Wnq8~(c.t߿=hwown2I)'.T!قO i/ xpbڦr qW#4H 2֚Tb)p)7(r"g!>8Smlձ dG`ɆNt 'u>@vТ(htGgtA ,`O"86x, @h܁2(02'[V]5=+=AZ@+9c+`:v?+UCJo#]ڃ%TX!P#8PV >ā dgʩ6[ =@ksCh&%mqbsWq~_cHOop>xm>px&O7!-%k.Eȭ J3 \E n1b !$L(i2J A-b9!32"AcBQ@ ^J bARC4j'.>xT P-KDnB.@ f~=wx09A=t+ !th0c&,aa$H<0#,VS  ܹ R" kFdFs z*ŧA֣=$h.`衻Ot! ( bTCT0! BA^=4!ao:-X."&ĜD%(!@K(py[\7A`m"FUe!pqT!p+'3 S!bp`O T70n$f@]G^V&]B; G$T^7L e'XB>%@4C1 `L0!/'q# zJ7d<ȁ*`/|&@CUƉ($g58#=3g%jq( 2@>,hEX&(Px0,dR@ 'Li3$FmL$ӯ pP(5pBUP&dx1`'_a @PE A<# =$%kp{2f`%*;tR&]X BD5b mkRJO |)t 4M40dT4lɐ蕳B 04&)Yt\Bp,Q@ l؆i˖ƓGl Nėo_GP \pAC@L]GRmTBh A Dӟe ~ӻar( P P4A  -Mp\BZe&@BOD ȀEM> g} 0 A"|   S `e$N @+&xLIM b cU2K @4>\3B܊I3&g=Ӂ@tcYHΎh \YNKD#@_r%0dB@~0GDqJApAYAx<r\ d@2UrDֵSePT(T TPhM%UΨS&D,м0"xEXkVmbT"T@ZNi`_m$`@x@|SlTK d%)UE^2 }喤@g|YiHX`QJ$i/2Ō֍  fޜR2lDԙ*DDlicVMgx\U\A.uŒ.m֜\\]&ٛϙ@f$@vtF\NX e,J 2ZDv@XaD*/d dfQ0}09l\ x0\IAB@[T@ Z% AE8)gUP]< AFL< \A r,Z AJAI鐦s- ٨fںȔA6E&fg jhH]ʫ&DlAЋH xI*AN\L̀F$ KaWP UnK0  @֋jŖj d h(ݠD])KNtlj,Q hi֨6?h L$jH Uɖ+wA^OWlKHRZNS.objectsWNS.keys?@ABCDEFGIJKLMNOPQ VServer]Cache-ControlZConnectionTDate^Content-Length^X-DirectserverVPragma\Content-TypeSP3p_:Atlas-AdManager-DirectServer/10.0.0 (Solaris; Ultra/Sparc)Xno-cacheUclose_Thu, 20 Mar 2008 17:31:15 GMTS310\realbuzz_DS1_&CP="NOI NID ADMa PSAa OUR BUS COM NAV"01deef5_NSMutableDictionary\NSDictionary01hii5_NSHTTPURLResponseInternal01kllm5_NSHTTPURLResponse]NSURLResponse$)2DILbd  &(*, ')+-/13579CEGIKMOQSUW^lw|"/X]awnO6document.write(""); document.close();_yhttp://bsg.realbuzz.com/jserver/acc_random=91275340/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=BT/POSITION=1/pageid=52489654 ijk.OYbplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?HQZNS.objectsWNS.keys@ABCDEFGIJKLMNOP VServer]Last-Modified]Accept-RangesZConnectionTDate^Content-LengthTEtag\Content-Type_Apache/2.2.2 (Unix)_Wed, 08 Mar 2006 18:45:03 GMTUbytesZkeep-alive_Thu, 20 Mar 2008 17:18:53 GMTR44_"9747c-2c-2862a9c0"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd ,.02z  '5@ETYf|6;?SlaO,GIF89a!,@;_Ehttp://realbuzz-images.adbureau.net/realbuzz/accipiter/images/AE1.gif mnoObplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse (./67;STUVWXYZ[\]^_`a]6bcgjU$null  !"#$%&%'R$6S$10R$2S$13R$7R$3S$11R$8R$4S$14R$9R$0V$classR$5S$12R$1#A%д[6#A%K܀)*!,-WNS.base[NS.relative_yhttp://bsg.realbuzz.com/jserver/acc_random=64645450/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=BT/POSITION=2/pageid=524896540123X$classesZ$classname345UNSURLV%NSURLXNSObject_application/x-javascript89:<=>HRZNS.objectsWNS.keys?@ABCDEFGIJKLMNOPQ VServer]Cache-ControlZConnectionTDate^Content-Length^X-DirectserverVPragma\Content-TypeSP3p_:Atlas-AdManager-DirectServer/10.0.0 (Solaris; Ultra/Sparc)Xno-cacheUclose_Thu, 20 Mar 2008 17:31:15 GMTS310\realbuzz_DS1_&CP="NOI NID ADMa PSAa OUR BUS COM NAV"01deef5_NSMutableDictionary\NSDictionary01hii5_NSHTTPURLResponseInternal01kllm5_NSHTTPURLResponse]NSURLResponse$)2DILbd  &(*, ')+-/13579CEGIKMOQSUW^lw|"/X]awnO6document.write(""); document.close();_yhttp://bsg.realbuzz.com/jserver/acc_random=64645450/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=BT/POSITION=2/pageid=52489654 qrsObplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse (./67;STUVWXYZ[\]^_`a]6bcgjU$null  !"#$%&%'R$6S$10R$2S$13R$7R$3S$11R$8R$4S$14R$9R$0V$classR$5S$12R$1#A%]6#A%Ƥ)*!,-WNS.base[NS.relative_yhttp://bsg.realbuzz.com/jserver/acc_random=96084975/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=BT/POSITION=3/pageid=524896540123X$classesZ$classname345UNSURLV%NSURLXNSObject_application/x-javascript89:<=>HRZNS.objectsWNS.keys?@ABCDEFGIJKLMNOPQ VServer]Cache-ControlZConnectionTDate^Content-Length^X-DirectserverVPragma\Content-TypeSP3p_:Atlas-AdManager-DirectServer/10.0.0 (Solaris; Ultra/Sparc)Xno-cacheUclose_Thu, 20 Mar 2008 17:31:16 GMTS310\realbuzz_DS0_&CP="NOI NID ADMa PSAa OUR BUS COM NAV"01deef5_NSMutableDictionary\NSDictionary01hii5_NSHTTPURLResponseInternal01kllm5_NSHTTPURLResponse]NSURLResponse$)2DILbd  &(*, ')+-/13579CEGIKMOQSUW^lw|"/X]awnO6document.write(""); document.close();_yhttp://bsg.realbuzz.com/jserver/acc_random=96084975/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=BT/POSITION=3/pageid=52489654 uvwObplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse (./67;STUVWXYZ[\]^_`a]6bcgjU$null  !"#$%&%'R$6S$10R$2S$13R$7R$3S$11R$8R$4S$14R$9R$0V$classR$5S$12R$1#A%+X#A%^π)*!,-WNS.base[NS.relative_whttp://bsg.realbuzz.com/jserver/acc_random=173769/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=SK/POSITION=1/pageid=524896540123X$classesZ$classname345UNSURLV%NSURLXNSObject_application/x-javascript89:<=>HRZNS.objectsWNS.keys?@ABCDEFGIJKLMNOPQ VServer]Cache-ControlZConnectionTDate^Content-Length^X-DirectserverVPragma\Content-TypeSP3p_:Atlas-AdManager-DirectServer/10.0.0 (Solaris; Ultra/Sparc)Xno-cacheUclose_Thu, 20 Mar 2008 17:31:17 GMTS344\realbuzz_DS1_&CP="NOI NID ADMa PSAa OUR BUS COM NAV"01deef5_NSMutableDictionary\NSDictionary01hii5_NSHTTPURLResponseInternal01kllm5_NSHTTPURLResponse]NSURLResponse$)2DILbd  &(*,%')+-/1357ACEGIKMOQSU\juz -V[_unOXdocument.write("\"Click"); document.close();_whttp://bsg.realbuzz.com/jserver/acc_random=173769/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=SK/POSITION=1/pageid=52489654 yz{.O]bplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?HQZNS.objectsWNS.keys@ABCDEFGIJKLMNOP VServer]Last-Modified]Accept-RangesZConnectionTDate^Content-LengthTEtag\Content-Type_Apache/2.2.2 (Unix)_Thu, 12 Apr 2007 16:15:11 GMTUbytesZkeep-alive_Thu, 20 Mar 2008 17:18:59 GMTU46968_"120e68-b778-b0f1a1c0"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd!-/13x}  %3>CRWdz :?CWleOxGIF89axXפ‘xI)#!pZucj}]h-E엹^;Wl \zJY+UnC7G%ݦ3! NETSCAPE2.0!,,xXH*\ȰÇ HHŋ3jȱǎ?IIO\ɲĐ$)Txದ͏0GV&Fn mSZ1*Ι=-&JI(DjٷzT VQpM)RB $T|=nMw*%00WZm4d+,pfe61c,L`gOȂ ͙'^7U_zuҝ+p'u[`bhҔ@oţM1Dm ģ'qѣ~P5s%2=ǬT@yWX ]$17c7т&Iq'hHjqvSt[V*_Wm}fbaqM$p ơI.2"AYUՀ@y\URW0^g.O-E@d%Nr"X`eT^uFfVz gY5M `ʷeG bE7F(GSS!aZgTVDi*X4jEgu_E7jzXRTrv~mj\1^UqK|e>!zhpI"5un 6V& ^ E"6}b'__i,KܠMnbh]{NNd"kh>oAeqRe)EOjF ZQJi\[BG)cVxCEJ_`UUؓ-|rlmXb/\Η! *y l P R}>N~P O[H( Q!hψ@7QwS\Ǒ-Q=V7>O|34g/H ؿ! H {C|pH-a'τs'P1+> ,c'AC8 r4IP|6 Hr}eHH@~lb)9AFQ"| u!WL)7ΰ 7[ $8#q tSI;7Ӟl@p^~<P$do:(C!ξ9OCqB5jόԡ\lfQ'[?OP)EHt&wК>LGzӚ E]L2m/PTj24՟$*R/jӭu)U)DƊ ,@^=iWtuc\ϊֶnuvͫ^j ` lQnUd5 Zֲfzvhњ6=jOZպ}l6-nsvi+=.r7^Ν,tRs]r.x&W=u =@#`Wվ%ö;L_wuI%`Vu:%ͤ-I6”џ= >[b3t.a.j+؅W}ǀ'eF<K*/DO dW#@_%,1L#d0-H3/evX&!#0O v3C0(>fdR2Aqb"Pol#[A h)pT"~BflO5pIV0,lOeN23yNϠF' ZNfX#̧@-s{,m"CnEee oȋ4aja^@K }X^=<v+]C U%}(hӇ#K9P!=s?VFnv9$A#Veӷ̾'\?;h.4^ě۲szZuvuV\\+`֞vPdG^󶫝H: ۼS~ݮUgدwkϻLj;#o}9AmV{_\v#/{QGcsmNy~>Qڧ}:} nŧvO{Oܨm_R ؋<]7}t.;I81vH2nj2uvb0Oy&ygo?VD0c&=dN6FG0w!`/G pBbPcjd_e.egjr&rE?yfr_C6rG>wk&O `EVWUXh>B daFbpFօ ~Q3Jwӂ B&psaQ]f)jMkiNr9jFrnxFUv4RHxqjr"kFajqGI>pjQfJ{H!~a%UH؅@WHSdBxk(BQfXƍH)G!27A82V]+@ wufmbh`A&qW?WĂA!ާ ghxS?wQFd)m97Oa(}k7y`QWi)VlHy;zWs/WW'`ɑ7n`&zǓLʇy7Nnה=yi(\淔( +9щ`tgh&Vkצjpv]()Sh 9\45xps.d6pG$f(9w6c2QH}>qT_g@fng}ˆxr,vl "rS%vnNdGVk>jHARb*WxfE$I@Aba4cf1tHc#\j^*S4 y y؅,*`&n,Wh &AG–i 4V(3'^Ue9a>PVw7W>)VMYzbwjxpYgwvיNmiWxjV}Zez|YUby'O٬[{ZuZId wɱev ۠ÅY )\Ww w([sXa4 |Ɨ1{z˦j*`匈7uїY|~вS]}]wԙb#Va*`tyY7U~VIu7{ak؋_FdhlDŦz'x0lq'tfbjF\jk7犥ʪ`fHڷ7{mfr d`yv/cyVvj@j2ڡ.~~Gk)>kJ? yGk7H4UXl`i {HGxnJ_tvwvgw&3AHu:wGVq +=˪˪tŇhz@&٣eVKUik(ie! hfǻzưz7[ĐǤǨ;V kW~E agDVZ/ku4T7MZIwFmg&tvwx{4ǀUP篆|ȗf)xȂ^ǔ8췃xŧɔ9J'k}||{||wx> 7ylz|`xtwW8W6K+RAi'|eL~霞__{x~YkgܽjHg~uF IVy^wlnl'Gw wNPSkLNhǍgInnxFs~tzz(wחq$:L>Atb)܎m͖.9?~bІ^|t%x|MOsWe~z_u`vnB_}%OuԾTrﳄ vTzoxOBx{lmUwoE>Rj9*8$;&ð.AwQ=B/(  5֊,EJ/G0 lؒS xr4H+W5y$N0TN< 2QĀO\<4]4r43OID G(D]S *aUk#^e@V4V;^:EsTbiE6.x'E<i @ PՌD\6^b|v`Y}r]Y`Z2S}IQ),Tx B޳vaT8[0T-Xu`u7iTVx_CyZНepF, e(Y ϫodR@ё~p*}]@ Ƥ!343*ojzt`W:zF:plY[Zl_ _lLwsu@߷_? nqiغ3֮n|iD7D7摎]& Z>:b^/^ϱ "<ћo`޺ʽpm-~WZBA~/?5qyd"dNrs+u{<{3ë/r?ߓ>> QҥÙ+:ʲ@;# )B]r@D ?S )*ً!36j(r#"D/0 ꓽ8+~Q)ܺ*4­9T:/A3D÷BCdI2 /2l=s÷ RC<4!)C3H ؀h}8 3,H"ȋ|G€HXʖɐ.GUĞJVT?H$H Ȁ p| 0jdȾp'tEśB, x ˿ x|I>J0tC1F 4DK̀PKlK=,XH\ȈI8HLLIxD/$*˭|F4HLۜMLMWt6+BiJ`5hNT˥G2MGt,*:I$O`POyKt,y9B6Y< xM LLM4M?dMCKЛktPMȀ 5"Ъ:tS5h[G,ЖPUQOu8Q}fhKJGuO!Ru]{dt<8(E{t R!U MI0%NAPP״*] R7UѸBR;LsRs˷m M%RĜ;L1-SE PY?mL`;EOc ,튕yPpSW TESQ4 X`5 `amU 7aV+:], ЀPJRU;r-Ws5].ўZH@uUb׃T׬ls .IeSzbeQ+!sX6Q-VUC*3YlWzYT FNCYjTU53C;֐5uɅYW٘D?~mM2mYAVw֜V٤M uU6 }'Ֆ-h[1`Q,tN$ل"[dVQ 4,RLbAӦ R5ܱXՋ#LZmJuLZ%ɽ2ZJ x+ROP.EӵUܵzYV˚_M\HiP5ݓIhaHmU,T4ݝl:ݓH$fEAT[dKǖNeUnTmgHֻj&1JfvUcU:ʽpe[>Uex]&֒v! j\kFg7FˮTTU ܭhžHɛN䅟xlW7Ee5${Ngh궖,3K ¶t|mFe$"HّmNFnmi6V(˜LDm:ݎ^)ck6oo @DﶀYhTn Eq}.wfIؐvlnmѮ|Ei9'z*>MStm7Kuhu g.=`p5ipC Q]e&^ 5OmV(ɳ fXmp.(xydh-̈Pѭ'bD_Bsn.lb55s9&#A>su{uOK+Dg`SGyঌsI@N_5WgB/q,u񐪀lJaENYVu20u<=svaiy(Vn\wSPQrPjN7wke-QRrqveXtnFw!]KxNz/Cuqo~_ʆVv&x!^}ftB8twQHeAMwtImsW+ ZUPn\ pzO[wv{zj/=Q_muGwhI@t,zۍ`WAvL@vftyoee@6Ѯ6{ Թ&m5wVerf.o|?J|!75e'N?>#lUz|O}{W? u}.PF~0FQ `)k~Nzٵz^$p/`߯MVl|?,h L@Ĉ2dP… 6rؠDH "EPl0'Hӥaa,SBqイ |4P :xp"DZr +B\`:5`j'o/V[lWیq7@TM0}tSز 4ֹ"ƥg UTCMoVV~J1ϰ˦6knݩ XI:񚿵^Hxke"~<40Hl?Jr4oDLYA6\sP`  ^ȁ|$feW ch@Z7EHYo)Ed!)dqpSy0 `ivޔ[G=`Y- Ex)CR@ ]%%AFqуdEcaǭW  g"9gTUg WbI1JIriuP>6*k(c!!)IxUʢQP5A6eyʗښOJJ* '-nhIYoѪBHp/:r fZR z۪kk\m q1ԼN5DoK8ʡ.ySM8mjQAT3f@zHǾ9T PE+H2;΅ ykXз tN5=@~CVpyp< oUS>%0f,c% ȉELΓF,H"KG$!gmV,#ظ&GjЌ eM pa[2cO2|Yӝh)H  X$$y{&t'8UXN3+IszT(aL Rr 9DJh]"Sz \[!0`dt:+PyЖ;z"Z=ԏ<զd.bz,i@}Z׻dUYSRϴJ-'Tw9'ZtV:֯T +1 Z/A+iZ'@ՎCǖ4w,_iu%fj:n%[5G[PUZˮ֟x%'Wܑoh&ЭM[yܐ󱢼+\,]1[]"Z#Fإ 7%xwK[Z7X#jI jn˜wp@^"mns[2.H1MA9ZERT?lܸūLbռFd,XJ! cM쏉K9XU]2lM7Wf6W2RPᘸtSEiJ+לCsy_zn!e1sRnLKGآSMbv J -Y6i󮖠xCb\3z>Y5. <'mHwkY&Cl\%Ūf9Nژ.+B]z{qT]:^Uj׭x5cnY9suŬy> 6E|ncߧhVqf[fNc3Zo}9VW,`gw9 ?o)mhufms1"3.f2efvfIT\紽QLm6wVق<% ihuLE}KKFwȮ5&9t\޸zNGLN zmL?Kct&cSsWE<`%_^hyǙbJUXLu>N;mDxV?2|`M|mmX]͕9աze9[y@ml ڞM੥T $ |  [Mޜݝ(X " S`v =a|!Sa1!S bQ`LTÐ!xP fa_{}!my^!\ fa!~!$al]%~^&_1-`r>"v!*ս7`%҄`,!1!n(za'."#by1b!Qіrv_y 6Ή٩y2Jݝ mV"5V vOFE;7–y㿽V2z9Cc@"7.a8݋'~"(`HEZ VB#%r CC#IvaE)r.W0vHdS`$]FnRj͠a>QvN(%2Ve$&jyc5CHJ`;*2$=cA4,eM;6J*! ]Mfe[r%eAbuU.ccc^bV$Sz%]NU%1mLa_[&Й=8B[ޘ}eE:$b!&d@_]s/!IZ&IQ`hZ[fJtjXz`ipp2]gfhFUWfpd% @n:nJZmnl6@FJKѧ1gmz ־2v 8/rielfnOQ` 8 ӭʶ Wh-n/bj% KRK cT$Jh!o?n?AG0.dJ"ԁLɹ)iJ*Yn1.>.nm ;p+fd{Y n 0 P ה q Cˇ!1ĩ^1h|w"1ٱjXYPD꘎2S1+obTynH||@jH)2+cpMy0C! G QX5O1;61q|2.190QGч/\ 5IsZ#uE>KP؅u]tWDZ'`C4JO? YbIVt+ss^s4n%#[UE#gw)@ G^i'uwjױA51E`t[OUinRn=;Jt:T3JsIYU1I6^˭&uXc7VCl }w}1îtt4jI# 5}@@(vc#8X[6qg7+;(iwpX INvg􅹷_Obb5[:+6xc7c=a-6/`񆋒2uh~(I#4 w2M1:$HcF9>I @cUaHT.$yeBSldc9mIyIG3x)G9Gŕx_8O2w_TyPGG\qEz^X9S R<ߤ3x[G:pw=:R,[|;;;7@@!,,vQ H  J0H #JHŋ RAfIɋB,˗01B@%A cܹf9J4HHteѧP &FC.5W=6𠐩&Lی@}pUBǵ Aۿf%+wlN8"RR Q  :TڸTqRM4a_yҥ(SqRҾhmP!n>6CC\.ܤFPu&`>hwVmNŐJeا^!yG@N@ET٨ibTSwׯiz'#m-lLKas}7:ZU{dzԖbo)Q ImdB,X#BH2>Ӌxv_:\̴gp:QMdL/\&/{ rs2v&9Izr\4u'>IЂ]<ІsDc щZt(F7Pr(HGP"=J}ҕԔ/3[*SҴ/)NWӝ>%)P ҡF=*FT2}*T;:UJ 2Ev,g-q\)7ѡ ʪ9Bom9F kAɼF՜S$44lD@Bn!df2KH`zl\Ol`\'vYiT殴lFG6:k| H~kI9ˣce'r5K%ӓq]$rX1}d+p)S=W;Y5+[}UQ|І&9rEi\A;+f2hE&Љ69LJ7]nE]bFщPUm~{_iB_R5Xq::lgƹю6#/@jumn{7&ՍOnT4 }D޶vk;%-wO5X1{6QB\,ӚXj7moP';(xcOiړ%Gfֵ^eZM7ڄ@#:+ w_!ܬdd|nO6oMPtT1Afrs!@qH~#,6q߲u\ǁz%.;Ms</ȳ9. !8=38wMp،w`yHxyDhr8rhR]7&+ŽkyŊ!XhzFfz\qv{ø.֍HFD0XnC(PbSFn48094W8H^hedxFGGHVK ] 9r+8HɍXffBXoCIWUYVXyr3 ezx\'>n+ |0Gh|u?eVixRiq)YaƊ\9-÷(/o)S])2VU8UiƩm9u؈NלU)@ykE MHQo靘ԞX~8FOiQ'GvبyN9Qꈀ)~dZUgs>ؠ"I*;D[Y:3[3N!MKmyg w*uhߵt0t[!siףYXek&h\6W՛HYy' G V`[wK8䘗9 QcmWZisrŅWs&|IDXf/ڕ xvwXZN ڞy`+a{}8ʫp裮ItudVYg XK'M\F? ^WC\׬H9,u D妝W*V6@>NX, ڜn +:YZư'[%O* ^eȇׅ8lOJڛ$׌H('MH*жv= km%(n*vH+(:Y@{CvX&6Qɵ[|Tnyg*zPrxBy7xn۶)jJg X]Uj{-؅'R;P湷N'Y`swq~cO &ni[~EʘJ'ƈrK(P;xh٧bhۣlKfۻPCkWW| fo볥DuUlaGAIp L _G1G/'B WW8!jgCc@h;hX>ӛU:A[  w~3|&J 9F8}u4-&$\~pxap[19WǶէWKo`Fc7k8A8v-ؒ)F;.d[ ;Ǔz*Cۓ { JzVxhК;ɑS 1ڇlplhAfLKl3`qr8 {7ɨqn;S rgrnlzhǕrޫ՜^b SlČ<M GzIlzIn}t,筍Ipp MS8W_gqFiv0xz܂Z9V܆\&MIG,̈%Įwv ˚`r[;ށk"̱6 iyKVK;'-(+GGjr(lyxKo(kG~+/]ro-X؆GxׂMgWg#Gfٛjmڟ ]n޷n]m۠v͏:X- J-xbP۵[ؠ(yխ 6 p5Qfhfx=jl ~'-m3 lO Ml+W-ϲׄg9_G{ɼMoβM 8o]4  ;qƲ}xir/Y}3PvBXHװv`79WWͷyz Yr 1awkʳH,~M*2ZwLvZa~W|ay M,|-s79yFfٝYWJVhG ZVKΥk8 J*hy/)X !:-uҵ򖬉 &eסu&YS]ĊY=FE8(w{ȨyΖE̷E5ʬ=x(jNqqؾCFY,6{l촎O#4[+3=ڡ=|=]?s9lw&}ãHʥoch>7$1qӘ8liehly[;|ny]/gyK̸ mat!ɦMuHR(d=Bc` RY9|y~UP\GI!NQw]vyʋV !kT9jDEv䆺j \O7tr;Z:TOط=ىƶi߾+{C]mlOS}]gwvi\{-:+z$8p,d$Bႁ02 Qbǃ/pbA S~d QH)+rqfő$viS"FfȡD}er ӛ }>Ɔ<9iNm 5S2FXmԪ wrkPR[Ә![]V.g^{tnA/nM|UfL7߬Da /m\Rr}>LX"ѹGKDMwYy{V2d;wMq6n#Z7] 3]_S%szۜL'Ԝ`~iNH{O&(⏲Ӊ(L-nj>Ș8lz %R2ҳ̳#N/kO:7+(GvDQUl->k)#>,\i6ڞ{R(D1Ew$-,z I+ɺƋ"ZONJҼ{OˮʃHKA')+q8QSq"N@;  JOJL3J)Z*%lR,5l7xWK'?(4?5؞ TS2>Տ=^ it͢dՒΒTOZmֳ hZg.KP* ppdW;d6LJ֚CnDN[m6@$B/^zf:dOd/``!V-iKm8=߅fù\ n%Ǻ׶@sq]ڠ/~/.Nۃ~\眳^Nvk 17..~6%Ov굾̩? [l.rn|(Odj\w~ 򗰏mvYYͮxxqwAy Y ȱ|4)~b_L5Mkw#S'Drpa$U>DBKM:anBʼntCm{ݗ Ux]bx:P&R^({pa (}q cZҸQlciL?F`ዬ'B (-Bz,$$p UJ?Fmd"(r~q"K-r+JR#$%$֎K|߁LD,Ka HASL\ePzq rafGtZ$@H١#^Sc;zOY,y4t'C;)h0b9w2dj;^(WߔO4"# _/F3V=K44řnDa`f*XgJU)syjcrGoFl;ToZ3/m]ITX w1+*ùL0V.\ ΡIlOm ǚ7|\r<)T}P9|a\Bin͝ա,M=HIe22XB3 %H+XHBT-B{R+#X[VӋc(TNxKO!QBNŝAUy[ n nȫzƹ$_…yc( #¨mS6 F_ d pCְbCb 8\ $ 0FDEiRkRT p bA.rp{TtBe| @ɬozNaWTng#9hYs")b[ Se8dhF2،0 K-trmDnwhF1@v_#<̌3+ugt5[<_ӝn/a]RDxL3D.yի&fKko9"!QջF~WaaFRى۴Uw8;&儹۽od6W`SJ1J>gw!@ET.N0I'1i${0oKit1)~+p=8(gv 6GJ!%V9108=sx!9/SSSG[#?q!e<tg:)w+:eHQ~1HuWFx $W($x姜.h%xfOIÈs$թ*:'NI"7 hs**ku_zNƼ/{6а|3^|B'/yV;{n1Yv0٧?ۺ{ů*ۻ=]1R{̾rľYD27 D<%ʰ{?j 쒿[> h[s·e>V NjD]c!jB ¼2⤚K:a"c=ٝP/dIY9')&GdfCI# "<뢢Ea̬MM r[$b{2:̢UMNc!Z3Y xL ri™dѬv:N[} >ּNꄀH"ԀiS;#PάpOlDy3N:ڜ6\ЀL N܀PȀ M M=F<ЩT@݌|- x u 4 0ő ML,O,e#%ѐ9P䴐wR.52S#-13DGQì8؉::=T1] 4US4A;.R ITV]QLM  3&rSӄ4 P XV}p2mLd:i{Aĩ`Td 1F+klURHUV S`Q$VH82oPe9gU;+lPv%up²K|2cɌURa=؄EXrɎijJbX(gXTP0؏ؐWSTKˆr<0%X Yt[Ҟ)Kc;W$iMZ=إXHڙ| =5BW }m0]ZӠ%PZU컚"b!Q}WYjڞ}= <6 ! X$\5ܚU|zR\ڴ"Z 6҅[v ٭eQ ZϠ&d%[|bH|sY P ۚ}WڍX'܅*TY=]3mt ۤ  mW K%@ XX_ݧ}ȝު_NCJ5M<}?'i_յݭ$.uŃ1Z ƸC`2TK _(F]ᾭ[O"ka(^j̽_M=M89G54b!u֎EXν}`ź:WN3c#a_7nU$,d2&׽K]9ԹPT]UmQ9\ra0.c;Ecs7i7&S}@:8|ڢ<>M6-L-NXH zVMM@"M_r5?o d^֚MVE/.Y5PdʙL7pXsh&cd;]MJEF;V(NEKtfmc7>Ieof}6=."s+ހ&hѴ0Trf ffUC=^[_j6+JWxcUfpf畾蔖Lց~|irenhVUi٥/v3т%[[,ݏPaa=].%kXZgd{hSKy|+.fAjM#4hgFMWĮpnfzl?Жu>Pî^H\3lZuӹbyM H0Mrblp+ʅ!&l%mpuwMv9P煩 VZ nF.{lmnn[a+ F0H$-\Y%+ޠfo\.tlev˙Ѩ%?݂LpqOo6};Pp8z¢HBl rtdiA&_Ᶎ&oؕ]۹쐲7/ﭥNGؗEEAA$ q<n4BRWp>sA&(s O>otRtKoanys2y `OFR&B0!6V7scO- YsHX9 ,C?KFh!*)VWZEٕ-i[v#aHu"cjqN63Gu`Fx W*Wdy 7^Kvvw awbkg䇉񇯏&Klw]Hbv %"cii]y/EwzxkTzgz`'R1%⸡u-ln{ u z"Xx6Xu.r }Wd{^k|gYhzaUXttvZ r|H_Nvxi-v]{}{JY$I/jinͽ"/)\~{mf` D(?Lhq"… 3PQ#.0` HL gjp&΄ >,sgN%Vh1# :~@ȑ%QXYu˗Az6<(ڈ*F"K\@ "8pp3G8{ wmWwo;;{ X`e.Oh YGT}97qRRx%魵`O]DFm`M Hrf}s!nW9[HK#uR`4_7g0jQab(dMrdWmNirY[r%M M ԐI_ oZU= ]di"lALaz=[`Ii3)4觽.46K:P٩`#j$A _vnǓ!,,4Z@ (`mq]g$Y@A)"C'. +/ƍA攏F>Pb.QH&)jaq)@6˱r'))MVSQl1ӗml6oc< Arp]qGہKA}U 43M=81>]O`XM@G¢ q P w8هy7DwS~>uRkp}駧@*KoF[^l>[gݘIn[`Ў[g3oA `&wg2tB%1*$T>opNǼg hS[:m0n}p&>L@sƖ,) Q6߱w}BhrB]qo(52հ0ծ`Yۘv>QZeskLR:E/9 ZhHùc 9PbDAmEJbشXHJًhh+oJaG@хd9{`irB)S8GM#UCS(K<_#C̰#!rl{!4$p}!2hdμo`-:P'3 }$:piDZ* JzfNOm~͟m*W2*죝&\ RcϔDS{BEwPjtFcz/lM-K񌦣`ӚuSS6#&4Ɯdڧd gsf%]Ԧ=(N˻QQR WrL2w4ћԮjF RL%iRLZĤK,ICG2լ+g4FԟaYJKY<kNgխvluUtVR WܛNtltUA-+yrZ^u_X`흭d _ow*WBw3 `P^X/}+q=bw*ކגz֋k&Xq|QGطnyFlm$Տm`"p8@ A5yⵗ|ilg!gT]^鞳Or5c8L9Z1ÌM0DŽ^X2g6Cki=kv4';]>s<sRBPS؀1Ӣv>45]<-Tp0G5;8X,HNڿ.Yh3 \1_ 4"bwɨp?&Z%wwMtqylcױ=Ol~Ӏvie@vݧjƐo?y,pz@سrn2b!`8ܒx{o{ܽAfVuTB/0N+OWϸ{kZ}滶.P Rwlg~J_73^-bݢ˲Fל{ ls{[33~Z,v MJ3N^oW۴:sA 2#ٙ/ZZf!&1!-`8.`l!aVٱ6-L(&!.^߅#煘X|cl?8EbD1c38cM*+D#@TEFf%39HB Uu,V$O(!X5nU?M6ΑJǴ< 9ReOIz[;"c\M1#PFdB$ DRd2&XF%.KdQJ#`I}%X%-F"$ PbYe !e]2 [^R^dd>ةXi#bfbg6&$_z[^VaffKY%4VB*JW)NdkoF"U&ةc/nf:s=fZX_>ի!pg]gsB%ry2ee|71e41gwZYBPz}hvo_{nak*z'l¤xlbY'G=DFg|ddb叝e˱gNF hbGHni5Uf\Zk f5Z[Uuh&'耞Re5^%~B%RlZݖ&fR(x ~Jub$[VK'}bH=0>(\&k&*d^'myC^)YViw(Ph:Ur`\8 ݥ'*:πRC)*Qiو'F(|.)کp"^ejvR(YXyNN6kj=|)U!j]}n6+(ꥵn+[_FW:xf*8:^L6Tf+(bZ}6atfZh*[hbqz\SΆRyϚ+R),gkbls*kZR޵E&L2ntS}q^SO~j@*T2کH^t]$\PMe=6l2O ^!Fl;!mЮk ]ީdeX.$cS\Fmbցf^^.b‹(R,naFo6U݂ڮ_-)J>壩$qoj=V_>:l3YT.(>'ǰno3nl/Ku+r* xl+1;VFT^-_NBn=S2o /].60h뾙 m "$fkS:[n:03N$2"ʢowB `y/ΒbD@,qvp󝣑_dsqO;~oYc,n\\6<Gb-n cS[2sJ"#$Jέ22xEّ@`(ml03&1q(4ax6!R$V2 @#Cd-2:26^;wni].̲\U3U+ 4E63OCm<ײF->J19dEx 4s\!:4{$g KbEcsK&Ų'NfT\NO 4/[5JE3b1GETT5tU߮54ez-5>5?;4xuQu$j>5 Zz*P\c2ʪq}Dz&d/. 0Yvz׾r÷IEU(V:!,vP H  4`@JHŋ3\04I$F(4hPPB0c(!aǃ g9SB ȳы@=T@BNC 0իN6RP (٘7zXױ !Tٻ#B2J!H3$4i%PYĘ'>0x\׾0J=v >$zKVgtlA֖ܪ˿ z t $,Xl2SSDYZ櫆c3GvN\d5{H Nq$Vd-UxBN5KH)ti`3`e"ZNW@t*Tf f_Y)؊ZT6j7i(9 StWWg[ѷM1%kK%Y|(*ޜY4A9zh<-sU|@Ul^V:{gNAySJt&A )bm[hR P!mXJD Tef]f7l<5КbD'zH+`(I4JOz\cadhlp-tmNO01EA-:E @UM0`NU=,.x䤏y\^kz$8_nx桧^Gx~;:'кޭo@'>9AmwmF柯>ܟo~A;~z:E.}܋?θs4wTO ۞w;1uK^?nuʧ]w`[' myc^ oG;MwD2׽nuӞ׶<Ŏp>vs]pPmǣNo[SX:MOtSHƢ4<И].KYd xck|6G#G=2ɼHB:ryNG?R$!#)IDd&G9JNraF̣![MM2 \ ^Rޡ%&\R++%&}frD&ӳ2XO)P22t8ǹIYRLg:wyg)Mut;~c@JM(,І: }D щZԠ(E5QV eHGJΏ4)JWҕ.)Lc ҙҔ6iFsS)P*ԡ*FE(RJХ25N}*FJҨRVj<Ւv_(W̱UgYKԭ]+\3)W Peկ^o*ؔK cb;2xaX}ղcE;F-i'+YTm`9{X&ֳ-c#XӶ\ ٿ Hiy mi27tZ]&k[~W`;|ToyK_җmn{zs׫\/q`-0{{R76p/`*u ^V!'5:/i##1JZ^Ų33F;'gd Yq#vxYjBV:Jz *ӟHk Ia'm@4wzqIl<kvC2j 6>loww 7V:Gz %,FyO43 s'cg#dF4`r8! {-9MZxB ?ZȔp7'h jd8η^4t|H_m?wm^tv<ǵxGs9Z!kfnm#p1 .i. j 񆿻] `[ {F ok٬×)A/jmK_)6}b-> o}nфQuwd}!a?To,߳B< dZ/yЉ}lܻꕨ){"F}mZ׷7wg{~Nk|n7Qd6lT |zI7U.u0l\{lfHpGcH'FW6p6g7\4yIST~`wZ3q58Cq'\|ķXQno x(&ygfq~'a@8A)S glGdJSgqgwԅd>8^m0{IFWX> WȃyxCbE`Tg]jcO89N9fN1=LdscGHMHrDZ[UdOyah9%#,Xbj~G]bxdEꅌeiNjxrW|=֎>t&h\NHO؍9npwy~D]Wf~rgXu3'0tmrIY>c\he )O/wTht6uUd(*pc~Hu9춑^NҗD9GM]n՘D`:(lA'_ʕ!hEn[UVmلp\o)P i nxt'9 hZ')Y8?X' Л7zsQ(O#\a Y`X9yΔG5W ֝)c?'w[Gל)КoaYRXs9ʠ"*w%j `iekɵ9jSm/w_Xfe` UyJʎE]hf%^YWJKG`ZQEDɆWwZZk~I-يYHXx0heJ^hfurazr\۵jj)`@Y)渨^2ic]N'}GjwejzrYhʍzzxcN\˧Z%z}IWH]7}UqʈE~IU]J]Ȋū2e:}˺afzVFejjjqaE)ŮzM4dnJ*~zxZNJYZũʫA~jJʰӸu*] UxxʍjejZV{NʈTbgW9y0ZE2p@۱n@9+] fIYXw.kUjRb[LU\,VJ?;ap&Zʟet˰dD? uIȵ ٬E4[6vdESڑ kj`k_:T{]ळ|kbg W5[x o;fԺ kK鐪zhϋvJpڧ*Y}+ae}ZzNka{fJ]Ka  fwfȏzźX+;mt+kߥG \ʨjT5Ūk` ۻfP{Y lɻ'gTr [kZ;ëH[++Xy4A|zOl]!\{oKQYH뮋˟whe̒̽/NXz,8‹Egrtv˖O KP 㧙G\lսh \ģdv  \&Ԑu*dvQJ_-Z^ڽIL̓d؊ `ʹvU^嫊2ڛgmÅ%ڢm `ֵv}-lcMHe-mg]Qfx m `ǃ c{YHΝg} ߧm]mE6K}ޙ+؛}ֽnfm bK)|G߿ֽem}ڈ\ʄYb `֭!n֧ mͩ LW~lIM-&nunHݶ]$Pܿ.N`KdRvpb^nmm><ܵ ℎؼm``=X%>Qߟe Jl諎ڕnȚ*>n|zzN<ۯwzJLŽ޶/+YCE> pRND7{If?sn>i.XN ]>Y<Kǵ|N>)^ŗH͌=* [ L u^z. ){#_4ʀdlݮ ޑbۻΖ/+[J o`V]ȁlL9G?7К(_~.K>cE/yRXU>/(_{:Nuܕ.HMɡV+~ݝjІ\,67[l~rE}׍_q߲<{n͊zꀞV_{gïٮJo~{W?^^گ @KOW|_2O맆|o.ܭ ַ FP`A,\pCNX5nG!E,`d&Q