bplist00_WebSubresources_WebMainResource"&*/37;@DHLPTX\`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%$U#A%8X)*+,-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:29:08 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:29:08 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 <=>?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)_Thu, 13 Mar 2008 08:28:03 GMTUbytesUclose_Thu, 20 Mar 2008 17:29:08 GMTU19744_"5b03e3-4d20-55064ac0"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd!-/13w|  %3>CRWd~9>BVldOM JFIFddC   %# , #&')*)-0-(0%()(C   ((((((((((((((((((((((((((((((((((((((((((((((((((( F !1AQa"q2#B$3RSbr47Cc:!1A"Qa2q#R3B$br ?=*jÒWFN枓Q\#FeireE1le 0C$~H_ !o9͢rNfʼ gkzQRoαEvnE4Pvv)8TLV<)UAZgj(VRvdJ~SQ q:~sfofCKI O<41xOq(>C`\ Wfk>ø< TԊJ$7z{ OT(}H pD\Zp=M1=o'T:ۊܤs-+jjqF+uzz)<دpߢb79qI.}kY)Q~"?N}4m=TMv.vWcj%TZ*Dihn`$Zt>X9k(8c#x:wQ6l&~ܭVOT5*cbȝ2-f)J+> ?K"‡g@<׀Q1=\ewՏȚ,'~է+3MLSc+RVp{S KW)vd4'/)_Z4h;5˪""yFɹ;Nj^YV߂9˩HU׎WUv" d[I R !ZY:JYK6mCh,g9saMD&aHo TMyO#Ь2\502*9xeA^˜XNZdĝ)>UEyKd=6$\( ; eˬ5^?䋸GtP%R ('T*%..{+ |&]e*/ lW:B&fZ^9>"ڝ9($쭾CxiQy7%'g{JQᨊ/ej}_{[#덮 vɌӞ$c4Z2#vPMi+*j]C]ˆrFM_j/(%bB¸=j2hPRZ%]wIAV8$^IJUD ^˩~5vp@Us; dNV?JU:\C(O]T|KN0⢤~%i{n,^oӖY~ o e%j޵G׵dYX{ӎsZ.IO¥+UlvytDvpMŞ0(6BF+)~zi$s֞cz1 8Z]4Z9bO e) 5dh)Ju9)GѫN| ƘVI"z62}BA֍T.) KаJd,Y"ݏeE!/ *F~핸qϧJo*R_/u>vD'u+1MSR̅JkMTܛw VU|C*Kk{kHø]Uλ0ʾ%]IO¬LJ&3vⓏ35թ@R .Fܹ4-\DL󟩮n8.J)QKSK=~\PW\Re,@o+t#z,RT[Eʈ[#wq?Y?6Ȳ4Uw4 ҖrJ9)?҃.%hmTܔF peZHo}Jp/trZ>Q H'4㵦=bW1٤'zkJB`8S @zQa!gfJ;[;4˓4 zXĤ0;չᅮ(}!ՃN;eפZA6ˉ?hg?%N'T1Ohem?Gf5-GBe)Fq?e&)өC1@b̤,м#ڴݫ<14+ꛓDS`.?A3/vk+UXjIҦyZ>ݪx-dnEjHG$dP ΐoXXۗ߀PF>nMrBڔ%Uh6jԴp2:{~YYF U1]C[um(@e-H??ҩts>Bm2U.&CHOvO;Cͻp8TBO\Ev Sk> TskZ;}C(Q*8\&:2Ԗ9RIU3K9֝h³u+Z#>FW?]lJt*:# Ξ`w?\\r}t;Vb1SJި*J}y!wSR)wG% W-@sjg[9-i7ؐq~Z}ŧ#͌~ZQ2`]1R#?ΏBak4[HK7Th>Xe#oθ2Q$u(OAMT`7WN}CB(irI oFrᩥ8ӠF8W[Ñm-n29qaHN<1:fXlB1j?N-$P@y>UD ZCwX~xS+)Pdj21e S,sHm\ JdHڷ yW?[kvo^BP +NHH;ۡZ(~G G-|~Y t$'xVG0m ,O'SzOcS%. *WGⲑ|V[dJ!#p;㹨ЬYӊڿLCPHHK.nq 5rFfDQ g4Z앝NuM vDp!w=V?k9Ewj=׹|]w\Sm bW YG.POLZIzOMⷒn>Bؓ5LFCNsjӞ_2c܀~UU$Q)% uI~< .qօ0q֛~&Z<=}+ g~ Zns$ ^bmZ~+Þw#y:~tbmn\s'gpzYy/Hhbԫe,kb0or#X) jwxi.pHqB)FMm/#NrN˖2$6)>y#cMVot9R6dOۗ\)i )@<<BQkey䶐A';U#p4͐N (_$%խdӧU<jC -@@s#[%7::w?JK.Nw˷8DO8(c`9N?ŃG-В1Pq[r) RrǃfTDVRz w!\1ð)){qQrJR g^݄s/PzUޟ׮@>Kwlr}rg&w GK? IsXRG]^q.apo *H8*EsYJKK[MH;U=JQDf"U%V~uukqcQO2]˛JL%&rWiR5Vb՝iMm  G냞\2v]6pWp m‚VzLHC pSe[wއ*px!v sR.| @W9 V-\L('N? }HVsǦ WU-_P􋅍,NBۙ;X$H)QGtl _1CL[.JmXR~tEEI^'98.LLЂ3kSW_BYw}N[JRxWPi%RWP޾4$ʯ'*Ƹ(W΅|"ڤJ:0% _Җ1~I![}U! rܑޛ@&YC:3&5í/9=:O}|{,I4TMᕔ-NqcD^׆#/rI^רL@Rϯp@A㯿`#7O3m.ىn\w?Ba9,Ew;/N`#7U%rI)W[g[%6 'i7a { zG1 q i}EcE^L {JJYNGFh)`zoOIW@gL.R <z'zniYMƎ A\ʯd j"I&\y $!%k_RY6$-)$YO :zb3b:#c@݄gwkP էRZ+nLr8Q7in9QׄdJ9ڵ5,w8p܂xخ=YEY^"cqJ%2JAɫ96 AUT4r1MBiߎ׮1hyFA8֔#=WO WbM^D0h㨩'@RP4b"j+  bq)+y) xdw=LmM.)7C8V+ǵ.=첝 HM9)u8L,$+FWf )'994ub풞i6!Gsy?&}Wr:a 4@xsޟ[g;OL$sx=Nħ m2!Hk(+>D^yӃǎH >bt,+냟ij=Y j #HH W NO?,~ဿ.L^`|KXk_`%'AYRMI^ΐe[j;Etq Xjl];AYb.rMe^2\x%S1.$. ӻ>ܤek{SvpKR(g;Vb6:a4?-;d L]_~!I?ʋZV6.I ʚÀu)WCLCkyLRYȢGQI䞶)( >yjYb<&[>\Om[rs{=yo-=/So_qc7 :c=dݏtM\Dj˻vz ՎOiן57ゑKd:RUmX0y&tHŸwORikUҸ} s"N6C$(uJ;^m߫j}[}8u\2SsM&I8^ݨ֠Ύ} If؆vzUȧ۔/Ss^Q<;Ȭ 6?ոBT>v?YKIcIeee1w(Bzz”z,D$!!)0@ߓj)芕# Y.enw}\IyRij؟֛9$(ar1\qՙ䟮r?j-Geyo)n;rHT,QB'[b+-(wOQVFMG B:ʳZU>}mHRNp=Fx7;f%0yTx~uԒ3h8N 5*.9rőS. o`+&\p!CjLkIS}:Q'ԡ9W>X,/;:qZ/2+~%)-;H#~Szu.gč ;W in)O:Ҫ=/عz/!`מ7GqvKʜu@D|('TЮ)>rےY\UD'$։ZgQKSǟ^IxJ)R'dc5INԇ¸j>IkܒC6qA};0 MK=nwVmO&UABOKNEQl(b*^{vrЖI+*?;F҈=DkUv ^{(! kgL1WUEdû}D|a"l8ӮT`*F_bKId{{6x [c=\Ut3xZO IQ)mn8+1\4 ȡx`Բ+rF6aVuǨ]:K(-t,M7?hBG55KOnf娫I&?>S qȠ/9G,"2sG ?*e?,Ԁ3#BV)'# "m+PXBgQOOD)*}zjX,@g2Ul^[+I9@}]EH[v=W7Z|DJ@J=5jl+,zPeRڵiKvN-IW2 jW+#2L6p9:JjXn*ۊ,ۿY&>T(eBLIH 9OWPΛU=4G>*ǭOӨ+YYBJ-2RݾiDO>d:4-u[Ŝ?ر.Fَwk9OW?L\GB"2;ې @NFBx/vkɪ}ķhop6?ŷbA7c+&YtU!3'k(ڦ6'FBK9j]6~Ƴ}Ng䭬Ok q9u ck#q-` :rGOPtMqE-8R; '#c!7!$7Q7_"G](o澙YΙK6j}+YY5S9IW^ |E֔pQuğT|*,v]C!Ɣ c4|Kmlo)(Ch8+C}9}ָ3 |X9xD|Gwhe ) YEZAz?Jz'tl|YQvc5͟%ef^:?h!~>mĤG봊L+SFQm.%JAs҄I#u"Sm+ 2OT޳ָh|\OeV 1ԏ`[)(:92<ۈVзY*IεjQd} ]$Lqŀj,$ Q= 82Sȶ]Q!@FqY԰+}7_^1;9Gb})eG,Yg^r䕥 Cjk${m,6[Oc[̩.()Oz¿9\JRYKs-Yu()$ɬ1Q؅ /Gj@">ꜷ>7+$I铂 4s;6AF{gك:I±yJdy ~}Y+<g%}s3mkj7Ch>{P"G$SDO -<#d=ϥuHTUڬN5 B$jsf*gpb^L8>~S7`pE+lZrx#5:Jq-0ܵ*o{c991[i5sqS.8yڵUf \+_'sʻjtϽ$qh%ő4FpBhեAhUr?uH$) |9-B劙dkZX<)ֈ*a (uwvAJ". ʎC]oXҚtv=돃6$1⠱[3VBdu2 -iCa*9WrRQM}!i<0?[8(̐RrF w Fo2qFmHpsA $ !ST,:n)-JP,(H}2GI ML "hhhCaR'9 9@a! fb*!cMxνڑ<$( :5\=6-W'HxueIm>^)>BjaKՖHm @ ڨyܛl8R,ʉ:cCn)l'ct\i?ue72> ۞95T~-e" )4x< rUN:U$*fT*&U3U/$`tڻ.&钡ߊ1q֣(3Rʏ464&Yj1oyˎpE%;R7$ r2QUЉG%&KPo77uy[q"m-9 HO 9R@A7'D(/|ES }[2O;JGL$b.}IaS.vop )' @ T!C7ĸ7-7N2$`z cCLzJ],~b弭GmImcWWE~a%g+dX %H|49ɏjϔpߒ CH+$T-D=M|ju]8).+oS \M(B6xE<")Wo݀ mChJj%*v=UU>T #6"xb1]K%p0y;$7il]I'Ҙ0 FCe-1:2fMS-=Rpy{ *7#JIo) KW {xB]܂ k,ҀI@ʆ6 U =9aK):mН| JT R${!9ɏYu㨌RG\zT tĵ6"TZ.-OROB jMjY1Q\l󒽤|8CqxhZDD;YptqXUpHXO`*U~3m=].Ga97SS&C4x#O{w*5aiK,*73V$yeTS-^,hK$Vv c;h;ؚ - ؎XJM^2 h1\- )4VYn.:U"L5W$2C+ Qĉ"cfH}G C(+Q>P(fONj6!ql)ń L q$o 8AhQ 5/aT=-soVݡz[IRRZI@%Y3Jԩ0S8puEc+)r]_rK0w-\WOr!.9&7?ܿ[%fL;ҙm!%*+) |9Z++XNv&_?G'aܼ3!+H(}6M)%8yd`$g<*ZZ6`L[틴1զ; 8.9!+HFҥ8rwSLk8ho0̿ P#9$dpOn(jy@?J|-OS!ϙv9?WWː''R5 9$95Hњ_I gpsG9i.% R$1ס5BM7u=Mj68Q>d8AH @OB Xxl7߹ÆPJPmJ0AZ#j&$X 񛐤ʅ6+s$K$zu6k,Y*Ql9''8G5)ྷ}l?tN%|[Ñ$g +;z!Q~~Z4.ZTh7FqRZq [sI I89{-9~thՏʪ/Z0rTz'%A R7@ARO$uյo0Gs~ ۄYb&C -\= #OS}XjR\?ȵ!x=y!Qֵ)!+z:$88籬;}:I,r?;b;Sx՛M]gudBinvGŀc) O U,/d88il~I^ik(Qt8uV(Vf2-9g5 Ç: s%jY$`zEIɶqv8I=4[0a/ NJR0=:Q9Y~;.? s<p(M JBQQQq<* uMBZmt> r=J<.7j#rIc&wNB~kB,gC=;uiژ[z,K]SlZO"Ms9ۯ2>F:dsCdk]t:*\~'h߂m1N$ 'v}?ZM-8ɥ]{jJa I9a\]i)c_ QJq!wإ qNNP|sD㣵8o)/} VUX^ ?s]\Y S.O-WY-])Ixkv+S㍶56"Boc︯r_J5!߈_vS\!+ϙޯe,h"QkR\IF/ ssךЛe8x:JZ%e>:L!mh`֨NFWje!)YKz>޿ Unhov>84!\uafħD!A !%=cy?C7{o%x{y/5:.\Y7<+P#;=88CzVG;/36xivE$:UV]>2kqA|Ґ3J$dzU!nu]kkIpSKy~Amxci>Ҵih" ՝~~a x\HQiɤW\vY0W)|لfcUM=ݏM3nM79M1 3jBIj%{ O2K^h^WDjʏJ 㿧NX쿎X&妒$L7~TWLsrOKZ尵g 9ǯc\\18mp9 f1BDڕb*xFZ#7Y^{ 8*䓞Ooj)5lE n9'F% sW`v9Y˜9~ZIģÛq , "m?A:NX| [ո[ښ6¸BHړUO z6hM"=-0S%`,$0B/ڏQ雥֞cuun2rj`|izDeĽBnN,y@:t9 ppMwkO_v㏻Dt>J*%\m]Ne†XnCmC*W'ZqVR[M?r65w#G laKJ\#rP)=;)[uV8cUh/G?lGκ7 S:H)(v OKX~/mfaNi!IF$+JYq?,hˏvr1)Yw7l+3Rl,~UQIE$_6]?ucF~k-Y.P8Aw8ՐJKui]y:״cIh ,mvq~ [ѨygG΢/ (oVJKnv?N?:xub֌İdHy$:_aDN 1lW$ h/1Axng UM3$]o?y;JWѭr>%L>f' -'$FӡY->dT^(^$5)j-q~mGFJAr76an9ǽqi2b|IYjBPZC1[RAiX PRN|z~AɿZ"t-:ӎϬj2@s!Tm<G]?MVnI?__ zzXy̔Cn)[P$l멹Ȩbom,URcYm1#_G ̻缼`l)T}h5ﺫ'RX瑋tUmP (ek_Pl̶ӭkelp8 RsI.weVi)oprRY:SrKe 4 VV9_#(8ϟ} (IexiQ!^SμI >T,K[0u pZrF$8;zӶh*jsi%gk6a&C/;UIZA) rNҏN+XSeptb]T45ֆYhڏ֌.\.Paw%/C[U~,:_S*RT~œи# X_w,%@d O2}WiHd_@`j̷XKBZQpg>tc_lYY\s܄v-|Jy !%9'?ZMuy"p?"FomAZTJRuy+Zac眍/9w/}`ˮ91}_UU <"$?.ܙ2I  HTmKWkk g],'I '=NO*Ϟ- I2DC 숏N!*B6vpxj= c5@'yWM ɤD=yv`Saq]nKkI c$WHZ~n<A@[$tN27W 4Ԙz.U-E JrA#K?Ym="#%T(WŞro=]]S\#`k+$H;%.A8>T _mQQ8X)-BK@6RS0@GKLj=R .ldd]pzOSFcvJy5X>ܐ C0qtBׂz_ȴǵ즚mN\ShoiY*OqڏbA[.=qZ&.DJXQR Auxs+D_u_[[ASrqlNӕq95enċLg qykݐ6=O֦~.]"$-ܗh|e;x$A~s];;582Dr@-tz3w>c)CJr[wdmT(eBPT!eBPT Zm $zjMiۮ!`-)Q^%;T!FCS֪Tʄɕ *3]!k6JZ;TH$IQҡ}k;0>U2s&epT!eBPT!eBP˒‚v6II3sP_Ahttp://www.realbuzz.com/images/articles/blueberry%20nights(0).jpgZimage/jpeg ABC?OUbplist00 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, 13 Mar 2008 08:24:56 GMTUbytesUclose_Thu, 20 Mar 2008 17:29:08 GMTT3055_"5b03dc-bef-49e0e600"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd!-/13rw   .9>MR_y27;Ol]O JFIFddDucky;Adobed         /!A1Qaq"2Bbr#TRCs1!AaqQ"2BR# ?FP @(P @(P @(P @c,3%.{&J)>WDR7.&KDP6I[o6RW[jt(^NȑmRYvBU<kao kW샤E+;:9/eiBS:!=PozOGeZ/Kh( e8"y`D`U$יIE6GԪ^&<{2^EbBX FI+t-ՠa#{_*3+s}-QvbE+)-K?J§ l- j=tȽgsGW71l-1Xg[z$'WRYX(R,[%z oqшFsIkJxhZzB?_?ME,sēDC¬.MhQљW^ᅂ'kO6}aOu2/ٰeU|ЄIi&^dxƍa5\/EReabuH@ .+ MXpp5vNۂM[$W\;1նo5 v|6Gv1t8wX0- i]kc^pTdlqORN JTwM}1ZcOD^X@X 緺fUI'҅oeX"| *i!{OwZ~͇;*kUƄ%*HO2&3ĥ4o# xy}ŗz.2+ FpxXDJl]rÇL;D*w.li-ބ2Ƕ\vyvE:m迤$r]?ٌ|EIVmsǗ!D8㱌ør1o kJ]w;W.#gӊz[;I,4nH\զ]Ȗs-)*#iaM,JFn;v0&QjTpRTj˺oSI-~"ZǰoMo=32RI8-^(طFXw9iqTT/eK+շJQc̣m&X6Gs͂e 2BFU ,o\$W6KJ",j*( v8WIQ6G!W8HI}*, UUmJ?v>FNL?^qJd]kx_֯V=+.'DBPbS!v(:;՛1HҦ )xƍqwiEVVr~v:xKquU2i:7[!#w@d`OeBi+ }kU/h_;,yfs(כ\maNtP @(P @(P @(P @(_?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.jpg IJK?OTbplist00 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%[ER#A%n))*!,-WNS.base[NS.relative_xhttp://bsg.realbuzz.com/jserver/acc_random=4528297/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=MPU/POSITION=1/pageid=70872390123X$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:29:08 GMTS338\realbuzz_DS1_&CP="NOI NID ADMa PSAa OUR BUS COM NAV"01deef5_NSMutableDictionary\NSDictionary01hii5_NSHTTPURLResponseInternal01kllm5_NSHTTPURLResponse]NSURLResponse$)2DILbd  &(*, &(*,.02468BDFHJLNPRTV]kv{!.W\`vnORdocument.write("\"Click"); document.close();_xhttp://bsg.realbuzz.com/jserver/acc_random=4528297/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=MPU/POSITION=1/pageid=7087239 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%R#A%])*!,-WNS.base[NS.relative_xhttp://bsg.realbuzz.com/jserver/acc_random=15220748/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=BN/POSITION=1/pageid=70872390123X$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:29:09 GMTS338\realbuzz_DS1_&CP="NOI NID ADMa PSAa OUR BUS COM NAV"01deef5_NSMutableDictionary\NSDictionary01hii5_NSHTTPURLResponseInternal01kllm5_NSHTTPURLResponse]NSURLResponse$)2DILbd  &(*, &(*,.02468BDFHJLNPRTV]kv{!.W\`vnORdocument.write("\"Click"); document.close();_xhttp://bsg.realbuzz.com/jserver/acc_random=15220748/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=BN/POSITION=1/pageid=7087239 abc.OUbplist00 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, 29 Mar 2006 10:52:30 GMTUbytesZkeep-alive_Thu, 20 Mar 2008 17:18:58 GMTU18028_"120cc2-466c-1151780"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd!-/13qv ,7<KP]s27;Ol]OFlGIF89a< O\J7"v`Q!R>6' "ljk &ɸ'װ w$h>9-! NETSCAPE2.0!,<'dihlp,tmx|pH,Ȥt8tJZج)p0GԚz͎16|@~qtaQDpaw`xW 4 ‹ fǴ@ҽ12dB^8D>,xo.[}iHh:pC!!0F炈H#K49BL,y(KnH9G(cFKsL:M{ 'T\biD< ΕYQ3E1 )-7h+MKAiĂ ȕ%3јp  @yb| nXҎ>   7eBBHF5" ג$$`4qŒ(c Sn!7-@ I[f_x_c虀:h<*Mx8qaLȈ, Z(grđ IrfOHPrT˶+*ҙ':HzWFExhqm+cp̢8GBLa4-!IfJѱI1?wVSF&JhF26C(hb9,f4lllJ5eTftyL\ǝJ!-mi -KgR[aN,9$X tGRnh0{)Oޔ՜QLΠ<,'UuJPzFCU@AAyF$9#t ȣFe^ I~Ԙm2(:]Z[ V+jhǵMTT<$*ˑػo֚цhd6>ӣrT>$goZWMördlaD7a˩cC;1d(j,8'?Ba&KPa1Jk`#3CM[c+fxqR6މ8Ysl Ј9 kRuQ ΉD*>m*sH|/szL$v):m… vG1?q'^Jb T+xV qpET@y>6^;Swwş>92ij~Pz$64N^O֓}oAЅmv6!óM೙"Q.>o"kNƾD8RCԎ>6pg~p w~5f q~v"5 2v@wI"qp2vv/:fĆx1S+(!T~Mm}Rr;} 3E }s|fRp;/AhsLNW/bいismG;)RN"54S}uvM9s8tt1p"LHX{8Q#F7|h'.nv'mW{h'=h'b~OrHȄw؇m8ThW $%m*n/rXn{v7,n$5ߨp5H&y"8M/ 8="Ws*x%<Wr7 p_2smG-h)y,C/64 َgPbs']{+/r/<)vI8"|7 ،θoGj9'69qogjz`X|Qy+nL+k6osR0msdi7w}p$g U؆? @֘HynV0pEW !Xyn٘I05D)f}I$ߖkq2IkGv|``Bכٜ1͖ a`yѹ`0c6ٚ;)9lYeО)9 Yyk  *!,;'dihlp,tmx|pH,Ȥrl:ШtJZجvzxL.znA~   ~#  f   R  @ ǴǪ -     ǭ 8Pkd ^Kp ŋz 6,+VYR Ɠ(@,[:r8siࠣ6  ⁈M\4LÖ6$*7j݊AAOWp]JcG:K׏Tl˷ K6:෱.HX8&È0~̹ȂaG fz^ffՄ[f.ۉI*C"$1OlR0 P`vo\@`D$Aw kqk̘~Sou%R FxO 8^~2C%I(IY+PC2rW-57&; JGwCib;N@v86I`RPD:`ABt9P*bճN 4@&PVIG b@%O tj&jPਣ@h4f$ vAY  Kh֙)j hAG$ A)Tp( Ҁ$ !F^Y2(h.0h2ԚkRLDB@Y70k < -l IPmFWUJ; jF{RLK*xbf,%<ۮRq *fa7 ry),(ѺK8C[//W1('g4\q. q"Z'H֭ "T=m6 ʫ%44;v,c׶BR^q*mynt-bOV"$%873Wg5#&0>9lNkt0zX]=J*{q3Y-jg+vbH |ϫe|wA_~}W#L:'H J!!,T8*'dipL4($[CPD) fX:GC0 "X` `0 v ڰCx _x<TuP`,pe z0l\bc nHb .5Ja`  eac@# ~M_IbK#l_tc½p` i q\I_b8ߞ:Rt8#u->""5Pf>&8U>K!Y, e AF;s%g<82Q-@&7QB1Ɍ 8M  z (*!" A5Yp(fh;5onBziQ[> aIF-,ׅa9䊙 h *@:Av [rD`牉|7`X.d6;,|`; ^o#rI#<72S bA\f 8@("1c&ຮ (6S*cE=J>-$ CP#fͼh6"Sq|T^E\daq E'&B4c4ruB 37 Oԅ(+EHa( l)A4s[9ITxF!sh9FL &@vܨ5'O}MS݁&A ZB/ O$=ph!!,h=,'dihl+4pLFkJ; G+ bRX86!@`x\|C5.'zm v{hyiy_ }~)[fb  U   yb % d ^d l$osuca_sM 5"]rdfcB" ʼnseʙæ=Bn)(z pr(q #:^LjUM[0tF5IfBY6,$f4͡NdH @!X=, ʈL8`mCV)0-X-)@NPăGA*]zT(EM~Qs832b-`ljULaPP ۗQ\]8ݤ2m;(5F  f4 f h  F5A d]4A)V*OBq1 A] IR[ķ'W0H,Ju$ޤN?5F&f84g"vTă"j@#̵j= ހ3PppU C$l=2UH ^Oу9ҢUGX%sN5Pģ*]Ms(|CF49 HN.nD"mng6#D#jJⵥugBKn0ę~z V !!,zA*'diAp,D9+N5lH,n $ib&1&,X.2^.zp!< p csg }Eo^de qJd C7Lcb  gceB/ OaKdM/oawesb k& t^Ka&d:,'diap,FmN[C$hKfX GY,0;9LȰI(2@۽ƪ_rrv`r 9}Bmv t 1ZquH  fO (vN`rv9& tsr]v h#Zqf|Ht\rξR)T6 Q-{8f0DD2xြ*jR 6hPEM $9I@:w奶Ѭ9)RM9ħ񑴙 0Hl9UZ4Th,%āGt ~z,7KBE@rHǹ(eIbBa*4 ab*Lo)#dp2m~'7yNwIl`jjƷSFCP%W.fr;2i @bM3!eTDl@q T.(JizP O @@si I]Zj!H8\' at1YB nQ .x`D4ĂvC CJ l2u1}DK8p*xX#8`[JT5M'WQp`61 A)'Eې06P `9EBEA^j$ n>0 bA8ÕQ8RDya|QM|'j[MCu J9prB|(l!2,Q.'dihzᾂtmD%8@ ܎ȕ!,0 ~1Mx f1^H1r!Ⱥp.DnFq&Bi W ff [ dS BqBSAb> SSp gUgú ^ icRG@6_bWVV +>`awN=t~ɕٿtjzbf 0V5\7Mv\ŕbJ9) E%"4Is 1Oϝ> ʔC-N ~nsHS4@1f <,ՁGwjД/Ջ@@fX)`D]u ?hn8E,qFG9~A؜dnJ:LsLV_0Ʀ3~HRkz$%`@B/DYMq7"@fDב鸈C3huVe6WFMo8{؁]> \(*ngMw"<(B7Im( "šăQ\* J\p,AMUC܁`8€>bqAp] G!$ ݝJޙr*RQݔء)PdA23b]! V?=V=À .`rjׄ,.w8{Ng QwrjAV4Adzzf1izN + S+WV$N0x C.p<-$ʂZ _r$:na#t@+u4rg-kvb#'Y ]#TaN*Pqy:B'Űy!$炨tVb'mpvQJC0@ME./2 XViWv& or#S+J똶zj5>R': H1AamĞ':ԗhQX@B;ߩZ^A5 !Ic VrZ[YiҁB IEh:qP ~Q g2S@LB pVSY VC8c `rz:,'uHq EkZhRj[QqpSXXEɋh A%T~YMZ   m!3\b K@TPSY 4f,?LR :DAob]Gw}?&_2!,Zdd R|RD0̕Tږ pj?E Ba#@ 5%6uf(DJ_h0ĒD.,S`kIB˘,]z!}DhI&L8=cpp/ED%ю0و-s"u ;ArQHԧ/A!<z_Sn'dȷ|_,|;NCljX!q_ (&JEQ5 dW2CLңеuaNW^hu%-*r.t@i@ 46(d33mU,ǁ/OxX baweַ|mHZkSڗYzR@$`D!HarZ8 1ctWd~\=Pz8Ja⳪GѸo)h #ɮ[@as0SZPcװZ&{S:+uSgN*$= io[ىd4nb4wUĆ 5u|W'H3Dv)aY@f8rH`KpW4(e:8Ztg,(6Ȃv&jDgGI`IDDPD qesFBGԇsr v)$.': *B_1|u,O1NR BRQpD72(ȘʅL:Ұx'u@9CӐ^d"7Nx 4?wG`hI*#etLRX$\,~+Ѹ7rh+ҟꨩ!9W!^$ d:Q9 PQ&!g1FE.ïeаo}ng{ШƖ V%D >(Y@#mÎ0bL$fe& (e;y1ҚZ [KK$(0%: ]H/' /̦]x?#̍n5Fv XSQB!I4!VOpcE8zNFYSH%l[C%d( )WGv۶tИ1g2 /J,7%HK# ;t!  tr5Lld_ 7TƳ\;!v7TrRν P+bUf%<4(HPG].dK?@Aǡ0ݛ0*4qԄ? ow0| \bZIDR=yɃ>oH̛|ٯpCCf{YowL^+{AkK w= ,鏀ȾS^Է:} 7pr 6`sEoYJك#@b9).rM G؂ȕXxi(иxki%NG綗yV#iS)X#i.hyy)G""y& XyN)I4B šey{f СLy8W'h~G{Wj7iB#]{ (ɒH< _ɑ+0h,sј7 8TU#C#(` 6ȁw#q018Mt.g W:c9H&GfTix*ȤLi~xx)QڎAK&@%n1!_V q;`/Xu?Jo 6 ` 1i(Шh(;h)&J bl7Ē!"'~z %]yH荍ٍzm*`,dB@cZ+x*hbw68 Kcᣢ )D脮` jܺ"*QGñvz` {<wPZ@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:29:09 GMTS309\realbuzz_DS0_&CP="NOI NID ADMa PSAa OUR BUS COM NAV"01deef5_NSMutableDictionary\NSDictionary01hii5_NSHTTPURLResponseInternal01kllm5_NSHTTPURLResponse]NSURLResponse$)2DILbd  &(*, &(*,.02468BDFHJLNPRTV]kv{!.W\`vnO5document.write(""); document.close();_xhttp://bsg.realbuzz.com/jserver/acc_random=15105961/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=BT/POSITION=1/pageid=7087239 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%5#A%r")*!,-WNS.base[NS.relative_xhttp://bsg.realbuzz.com/jserver/acc_random=85887155/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=BT/POSITION=2/pageid=70872390123X$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:29:09 GMTS309\realbuzz_DS1_&CP="NOI NID ADMa PSAa OUR BUS COM NAV"01deef5_NSMutableDictionary\NSDictionary01hii5_NSHTTPURLResponseInternal01kllm5_NSHTTPURLResponse]NSURLResponse$)2DILbd  &(*, &(*,.02468BDFHJLNPRTV]kv{!.W\`vnO5document.write(""); document.close();_xhttp://bsg.realbuzz.com/jserver/acc_random=85887155/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=BT/POSITION=2/pageid=7087239 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%w5;4#A%ʎ)*!,-WNS.base[NS.relative_whttp://bsg.realbuzz.com/jserver/acc_random=5419173/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=BT/POSITION=3/pageid=70872390123X$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:29:10 GMTS308\realbuzz_DS1_&CP="NOI NID ADMa PSAa OUR BUS COM NAV"01deef5_NSMutableDictionary\NSDictionary01hii5_NSHTTPURLResponseInternal01kllm5_NSHTTPURLResponse]NSURLResponse$)2DILbd  &(*,%')+-/1357ACEGIKMOQSU\juz -V[_unO4document.write(""); document.close();_whttp://bsg.realbuzz.com/jserver/acc_random=5419173/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=BT/POSITION=3/pageid=7087239 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%#A%w)*!,-WNS.base[NS.relative_xhttp://bsg.realbuzz.com/jserver/acc_random=80045324/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=SK/POSITION=1/pageid=70872390123X$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:29:10 GMTT4320\realbuzz_DS1_&CP="NOI NID ADMa PSAa OUR BUS COM NAV"01deef5_NSMutableDictionary\NSDictionary01hii5_NSHTTPURLResponseInternal01kllm5_NSHTTPURLResponse]NSURLResponse$)2DILbd  &(*, &(*,.02468BDFHJLNPRTV]kv{"/X]awnOdocument.write(""); document.write(""); document.write("<A HREF=\"http://bsg.realbuzz.com/accipiter/adclick/CID=00000388290d889a00000000/acc_random=80045324/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=SK/POSITION=1/pageid=7087239\"><IMG SRC=\"http://realbuzz-images.adbureau.net/realbuzz/accipiter/images/AE1.gif\" ALT=\"Click Here\" WIDTH=\"120\" HEIGHT=\"600\" BORDER=\"0\"></A>"); document.write("");document.close();_xhttp://bsg.realbuzz.com/jserver/acc_random=80045324/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=SK/POSITION=1/pageid=7087239 yz{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%;5#A%hrҀ)*!,-WNS.base[NS.relative_xhttp://bsg.realbuzz.com/jserver/acc_random=21765877/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=BT/POSITION=4/pageid=70872390123X$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:29:11 GMTS309\realbuzz_DS1_&CP="NOI NID ADMa PSAa OUR BUS COM NAV"01deef5_NSMutableDictionary\NSDictionary01hii5_NSHTTPURLResponseInternal01kllm5_NSHTTPURLResponse]NSURLResponse$)2DILbd  &(*, &(*,.02468BDFHJLNPRTV]kv{!.W\`vnO5document.write(""); document.close();_xhttp://bsg.realbuzz.com/jserver/acc_random=21765877/SITE=REALBUZZ/AREA=ENTERTAIN.HOME/AAMSZ=BT/POSITION=4/pageid=7087239 }~Obplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?GOZNS.objectsWNS.keys@ABCDEFHIJKLMN _Content-EncodingVServer]Last-Modified]Cache-ControlTDate^Content-Length\Content-TypeTgzipTucfe_Sat, 15 Mar 2008 03:26:40 GMT_max-age=86400, public_Thu, 20 Mar 2008 16:15:21 GMTT786712^__`6_NSMutableDictionary\NSDictionary12bcc6_NSHTTPURLResponseInternal12effg6_NSHTTPURLResponse]NSURLResponse$)2DILbd+-/1Y^grv| ).=JOTt h,OKvar _gat=new Object({c:"length",p:"cookie",b:undefined,ab:function(e,a){this.wb=e;this.Hb=a},n:"__utma=",Q:"__utmb=",ha:"__utmc=",Ra:"__utmk=",ia:"__utmv=",ja:"__utmx=",Qa:"GASO=",R:"__utmz=",fc:"http://www.google-analytics.com/__utm.gif",gc:"https://ssl.google-analytics.com/__utm.gif",Ua:"utmcid=",Wa:"utmcsr=",Ya:"utmgclid=",Sa:"utmccn=",Va:"utmcmd=",Xa:"utmctr=",Ta:"utmcct=",Db:false,u:function(e){var a=1,c=0,h,k;if(!_gat.o(e)){a=0;for(h=e[_gat.c]-1;h>=0;h--){k=e.charCodeAt(h);a=(a<<6&268435455)+ k+(k<<14);c=a&266338304;a=c!=0?a^c>>21:a}}return a},z:function(e,a,c){var h=_gat,k="-",j,m,r=h.o;if(!r(e)&&!r(a)&&!r(c)){j=h.w(e,a);if(j>-1){m=e.indexOf(c,j);if(m<0){m=e[h.c]}k=h.B(e,j+h.w(a,"=")+1,m)}}return k},za:function(e){var a=false,c=0,h,k;if(!_gat.o(e)){a=true;for(h=0;h0&&_gat.K(" \n\r\t",e)},K:function(e,a){return _gat.w(e,a)>-1},f:function(e,a){e[e[_gat.c]]=a},La:function(e){return e.toLowerCase()},J:function(e,a){return e.split(a)},w:function(e,a){return e.indexOf(a)},B:function(e,a,c){c= _gat.b==c?e[_gat.c]:c;return e.substring(a,c)},kc:function(){var e=_gat.b,a=window;if(a&&a.gaGlobal&&a.gaGlobal.hid){e=a.gaGlobal.hid}else{e=Math.round(Math.random()*2147483647);a.gaGlobal=a.gaGlobal?a.gaGlobal:{};a.gaGlobal.hid=e}return e},ra:function(){return Math.round(Math.random()*2147483647)}});_gat.bc=function(){var e=this,a=_gat.ab;function c(h,k){return new a(h,k)}e.bb="utm_campaign";e.cb="utm_content";e.db="utm_id";e.eb="utm_medium";e.fb="utm_nooverride";e.gb="utm_source";e.hb="utm_term";e.ib="gclid";e.ka=0;e.D=0;e.ub="15768000";e.Pb="1800";e.Z=[];e.aa=[];e.$=[c("google","q"),c("yahoo","p"),c("msn","q"),c("aol","query"),c("aol","encquery"),c("lycos","query"),c("ask","q"),c("altavista","q"),c("netscape","query"),c("cnn","query"),c("looksmart","qt"),c("about","terms"),c("mamma","query"), c("alltheweb","q"),c("gigablast","q"),c("voila","rdata"),c("virgilio","qs"),c("live","q"),c("baidu","wd"),c("alice","qs"),c("yandex","text"),c("najdi","q"),c("aol","q"),c("club-internet","q"),c("mama","query"),c("seznam","q"),c("search","q"),c("wp","szukaj"),c("onet","qt"),c("netsprint","q"),c("google.interia","q"),c("szukacz","q"),c("yam","k"),c("pchome","q")];e.l="/";e.Nb=100;e.ya="/__utm.gif";e.oa=1;e.pa=1;e.C="|";e.na=1;e.la=1;e.mb=1;e.e="auto";e.A=1};_gat.S=function(e,a){var c,h,k,j,m,r,q,g=this,p=_gat,u=p.o,y=p.c,i,z=a;g.a=e;function n(d){var f=d instanceof Array?d.join("."):"";return u(f)?"-":f}function s(d,f){var o=[],t;if(!u(d)){o=p.J(d,".");if(f){for(t=0;t0){for(m=0;m=2;q--){try{g=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+ q);if(g){return q+".0"}}catch(p){}}}return c}a.mc=function(){var m;if(self.screen){a.Fa=a.Ea.width+"x"+a.Ea.height;a.Ob=a.Ea.colorDepth+"-bit"}else if(a.nb){try{m=a.nb.getScreenSize();a.Fa=m.width+"x"+m.height}catch(r){}}a.Ib=h.La(a.i&&a.i.language?a.i.language:(a.i&&a.i.browserLanguage?a.i.browserLanguage:c));a.Gb=a.i&&a.i.javaEnabled()?1:0;a.xb=k?j():c;a.qb=h.d(a.a.characterSet?a.a.characterSet:(a.a.charset?a.a.charset:c))};a.Ic=function(){return"&"+["utmcs="+h.d(a.qb),"utmsr="+a.Fa,"utmsc="+a.Ob, "utmul="+a.Ib,"utmje="+a.Gb,"utmfl="+h.d(a.xb)].join("&")}};_gat.k=function(e,a,c,h,k){var j=this,m=_gat,r=m.o,q=m.b,g=m.K,p=m.z,u=m.La,y=m.J,i=m.c;j.a=a;j.g=e;j.Lb=c;j.ea=h;j.s=k;function z(n){return r(n)||"0"==n||!g(n,"://")}j.tc=function(n){var s=j.Cb(),v=j.s;return new m.k.q(p(n,v.db+"=","&"),p(n,v.gb+"=","&"),p(n,v.ib+"=","&"),j.W(n,v.bb,"(not set)"),j.W(n,v.eb,"(not set)"),j.W(n,v.hb,s&&!r(s.L)?m.V(s.L):q),j.W(n,v.cb,q))};j.Cb=function(){var n,s,v=j.Lb,w,l,b=j.s.$;if(z(v)){return}n=u(y(v,"://")[1]);if(g(n,"/")){n=y(n,"/")[0]}for(w=0;w9?m.B(D, G+1)*1:0;d++;E=0==E?1:E;n.Sb([t,j.ea,E,d,l.fa()].join("."));n.Pa();return"&utmcn=1"}else{return"&utmcr=1"}}};_gat.k.q=function(e,a,c,h,k,j,m){var r=this;r.v=e;r.ca=a;r.ma=c;r.H=h;r.Y=k;r.L=j;r.tb=m};_gat.k.q.prototype.fa=function(){var e=this,a=_gat,c=[],h=[[a.Ua,e.v],[a.Wa,e.ca],[a.Ya,e.ma],[a.Sa,e.H],[a.Va,e.Y],[a.Xa,e.L],[a.Ta,e.tb]],k;if(e.Aa()){for(k=0;k-1}function s(b,d,f){if(k(b)||k(d)|| k(f)){return"-"}var o=r(b,c.n+a.g,d),t;if(!k(o)){t=g(o,".");t[5]=t[5]?t[5]*1+1:1;t[3]=t[4];t[4]=f;o=t.join(".")}return o}function v(){return"file:"!=a.a[p].protocol&&n()}function w(b){if(!b||""==b){return""}while(c.Fb(b.charAt(0))){b=m(b,1)}while(c.Fb(b.charAt(b[u]-1))){b=m(b,0,b[u]-1)}return b}function l(b,d,f){if(!k(b())){d(c.V(b()));if(!q(b(),";")){f()}}}a.pc=function(){if(!i.e||""==i.e||"none"==i.e){i.e="";return 1}z();if(i.mb){return c.u(i.e)}else{return 1}};a.jc=function(b,d){if(k(b)){b="-"}else{d+= i.l&&"/"!=i.l?i.l:"";var f=j(b,d);b=f>=0&&f<=8?"0":("["==b.charAt(0)&&"]"==b.charAt(b[u]-1)?"-":b)}return b};a.Mb=function(b){var d="",f=a.a,o=f[p];d+=a.U?a.U.Ic():"";d+=i.la?a.ob:"";d+=i.oa&&!k(f.title)?"&utmdt="+c.d(f.title):"";d+=k(o.hostname)?"":"&utmhn="+c.d(o.hostname);d+="&utmhid="+c.kc()+"&utmr="+a.qa+"&utmp="+a.Ec(b);return d};a.Ec=function(b){var d=a.a[p];b=h!=b&&""!=b?c.d(b,true):c.d(d.pathname+unescape(d.search),true);return b};a.Jc=function(b){if(a.da()){var d="";if(a.m!=h){d+="&utme="+ c.d(a.m.Da())}d+=a.Mb(b);y.ba(d,a.N,a.a,a.g,true)}};a.sb=function(){var b=new c.S(a.a,i);return b.Ca(a.g)?b.Hc():h};a.yb=function(b,d,f){var o=g(b,"#"),t=b;if(f){if(d&&1>=o[u]){t+="#"+f}else if(!d||1>=o[u]){if(1>=o[u]){t+=(q(b,"?")?"&":"?")+f}else{t=o[0]+(q(b,"?")?"&":"?")+f+"#"+o[1]}}}return t};a.Ub=function(){var b;if(a.F&&a.F[u]>=10){a.t.Gc(a.F);a.t.Lc();a.r._udo=i.e;a.r._utcp=i.l;b=a.a.createElement("script");b.type="text/javascript";b.id="_gasojs";b.src="https://www.google.com/analytics/reporting/overlay_js?gaso="+ a.F+"&"+c.ra();a.a.getElementsByTagName("head")[0].appendChild(b)}};a.vc=function(){var b=a.a[c.p],d=a.ea,f=a.t,o=a.g+"",t=a.r,x=t?t.gaGlobal:h,A,D=q(b,c.n+o),G=q(b,c.Q+o),E=q(b,c.ha+o),B,C=[],F="",H;b=k(b)?"":b;if(i.D){A=c.Ab(a.a[p]);if(i.ka&&!k(A)){F=A+"&"}F+=a.a[p].search;if(!k(F)&&q(F,c.n)){f.Cc(F);if(!f.Eb()){f.hc()}B=f.ta()}l(f.wa,f.Rb,f.$b);l(f.va,f.Ja,f.Oa)}if(!k(B)){if(k(f.G())||k(f.ua())){B=s(F,"&",d);a.I=true}else{C=g(f.G(),".");o=C[0]}}else{if(D){if(!G||!E){B=s(b,";",d);a.I=true}else{B= r(b,c.n,";");C=g(r(b,c.Q,";"),".")}}else{B=[o,a.Fc,d,d,d,1].join(".");a.I=true}}B=g(B,".");if(t&&x){B[4]=x.sid?x.sid:B[4];if(x.vid){H=g(x.vid,".");B[1]=H[0];B[2]=H[1]}}f.Qb(B.join("."));C[0]=o;C[1]=C[1]?C[1]:0;f.Ga(C.join("."));f.Ha(C.join("."));if(!k(f.uc())){f.Ia(f.u())}f.Zb();f.Ma();f.Na()};a.xc=function(){y=new c.dc(i)};a._initData=function(){var b;a.xc();a.g=a.pc();a.t=new c.S(a.a,i);if(v()){a.vc();a.qa=a.jc(a.a.referrer,a.a.domain);if(i.na){a.U=new c.ac(i.pa);a.U.mc()}if(i.la){b=new c.k(a.g, a.a,a.qa,a.ea,i);a.ob=b.nc(a.t,a.I)}}a.m=new c.Za;if(!c.Db){a.yc()}};a._visitCode=function(){var b=r(a.a[c.p],c.n+a.g,";"),d=g(b,".");return d[u]<4?"":d[1]};a._cookiePathCopy=function(b){if(a.t){a.t.Kc(a.g,b)}};a.yc=function(){var b=a.a[p].hash,d;d=b&&""!=b&&0==j(b,"#gaso=")?r(b,"gaso=","&"):r(a.a[c.p],c.Qa,";");if(d[u]>=10){a.F=d;if(a.r.addEventListener){a.r.addEventListener("load",a.Ub,false)}else{a.r.attachEvent("onload",a.Ub)}}c.Db=true};a.da=function(){return a._visitCode()%10000 Entertainment - My Blueberry Nights - realbuzz.com UK
have you tried?
RSS RSS Help

My Blueberry Nights

2008

My _fcksavedurl=Directed by: Kar Wai Wong
Stars: Norah Jones, Jude Law, David Strathairn, Rachel Weisz, Natalie Portman
Length: 111 minutes
 
realbuzz.com rating: 4 stars
 
My Blueberry Nights synopsis
New Yorker Elizabeth (Norah Jones) is heartbroken after her boyfriend cheats on her, falling in to a friendship with lonely cafe owner Jeremy (Jude Law). Desperate to get over what has happened, she leaves suddenly to take a road trip across the country, working as a waitress and getting involved in the screwed up lives of the characters she meets along the way. Elizabeth stays in touch with Jeremy by postcard, but will she ever return to eat blueberry pie in his cafe?
 
Opinion on My Blueberry Nights
There are a few things that make this film really compelling. The story may not, on the surface, sound like one of them - we’ve all seen our share of road trip films - but it’s rare to get the thoughtful perspective of a young woman who isn’t down-and-out, who isn’t a caricature, who isn’t a wife, a girlfriend or a mother. Elizabeth heads off in to the unknown to slog her guts out as a waitress so that she can start to numb the painful memories of a lost love and to buy a car to make moving around easier - not because she is destitute or desperate. That means we get a much more considered viewpoint of what’s happening around her, with Norah Jones bringing a melancholy, soulful quality to the character.

Jude Law is the best I’ve ever seen him as Jeremy, a man with bittersweet memories and a poetic outlook on life. A calm, friendly Mancunian running a cafe in New York, he’s the perfect person for Elizabeth to pour her heart out to when things go wrong with her boyfriend, and Law brims with emotion as he gazes at her, sleeping on his counter top after too much blueberry pie and not enough rest. But it’s not all wistfulness and longing - watch out for some very funny moments when he tries to track Elizabeth down by phone.

 
(page 1 of 2)

Please add a comment to this article. You must log on or sign up to add your comments.

Member log on

Sign up
Click Here

Click Here
UUTF-8P_Dhttp://www.realbuzz.com/en-gb/My_Blueberry_Nights/index?pageID=13306 1P[qu!%%&&#*y<