<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.tbsp.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.tbsp.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Chaagen</id>
		<title>TBSPedia - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.tbsp.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Chaagen"/>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/Special:Contributions/Chaagen"/>
		<updated>2026-04-15T00:00:22Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.20.2</generator>

	<entry>
		<id>http://wiki.tbsp.org/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/Main_Page"/>
				<updated>2008-01-24T03:07:27Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: /* Resources and Contacts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== Welcome to TBSPedia ==&lt;br /&gt;
&lt;br /&gt;
TBSPedia is the resource for all things TBSP. If you've never worked with a wiki before, &lt;br /&gt;
it's easy! You can find some [[http://en.wikipedia.org/wiki/Wikipedia:Tutorial_%28Formatting%29 Quick Start instructions from wikipedia]]&lt;br /&gt;
or [[http://en.wikipedia.org/wiki/Help:Editing a full tutorial on using wikis]].&lt;br /&gt;
&lt;br /&gt;
'''New''': [[How to upload files]] and attachments to your Wiki documents!&lt;br /&gt;
&lt;br /&gt;
=== About the Patrol ===&lt;br /&gt;
[[image:TBSP_2007.jpg|320x240px|right]]&lt;br /&gt;
;[[TBSP Introduction]]: Learn about the Tahoe Backcountry Ski Patrol! Introduction and instructions for prospective candidates.&lt;br /&gt;
;[[Search And Rescue]]:TBSP's Search and Rescue Team&lt;br /&gt;
;[[2007-2008 Candidates|2007-2008 Candidates]]:TBSP Candidate Class of 2007-2008&lt;br /&gt;
&lt;br /&gt;
=== Resources and Contacts ===&lt;br /&gt;
;[[TBSP Officers]]:TBSP Volunteer Staff, &amp;quot;The Suits&amp;quot;&lt;br /&gt;
;[[PatrolManual|Patrol Manual]]:Read up on the politics and protocols of the Backcountry Patrol.&lt;br /&gt;
;[[Current conditions]]: Links for up to date weather, traffic and avalanche information.&lt;br /&gt;
&lt;br /&gt;
=== Logistics ===&lt;br /&gt;
;[[Hobart Chalet]]: Chalet instructions for this year.&lt;br /&gt;
;[[Boreal Patrol]]: Instructions for your Boreal day.&lt;br /&gt;
;[[Scheduling]]: Rules for scheduling patrol days&lt;br /&gt;
;[[TodoList]]: TBSP Intranet Projects&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/MediaWiki:Common.css</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/MediaWiki:Common.css"/>
				<updated>2008-01-15T07:32:11Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
/*&lt;br /&gt;
ATTENTION ADMINISTRATORS:&lt;br /&gt;
 &lt;br /&gt;
This is the CSS for all skins. Any major changes to this page or&lt;br /&gt;
[[MediaWiki:Monobook.css|Monobook.css]] should be first proposed on&lt;br /&gt;
the [[Wikipedia:Village pump (technical)|Village pump]].  &lt;br /&gt;
 &lt;br /&gt;
Furthermore, changes should probably be made in [[MediaWiki:Common.css]]&lt;br /&gt;
rather than this page.&lt;br /&gt;
 &lt;br /&gt;
Testing can be done on your own user Monobook.css. In [[Mozilla]] and&lt;br /&gt;
[[Opera (web browser)|Opera]], you can also test style changes dynamically&lt;br /&gt;
with the [http://www.squarefree.com/bookmarklets/webdevel.html test styles]&lt;br /&gt;
bookmarklet from squarefree.com. It pops up a window for adding style rules,&lt;br /&gt;
and updates the page as you type.&lt;br /&gt;
 &lt;br /&gt;
Always check with the [http://tinyurl.com/28y334 W3C CSS Validation Service]&lt;br /&gt;
([http://tinyurl.com/2g8bsk CVS version]) after any changes.&lt;br /&gt;
&lt;br /&gt;
See also: [[Wikipedia:Catalogue of CSS classes|catalogue of CSS classes]].&lt;br /&gt;
 &lt;br /&gt;
Thank you.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt; */&lt;br /&gt;
 &lt;br /&gt;
/* Main page fixes */&lt;br /&gt;
#interwiki-completelist {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Add space below the toolbar */&lt;br /&gt;
#toolbar {&lt;br /&gt;
    margin-bottom: 6px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* make the list of references look smaller */&lt;br /&gt;
ol.references {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.references-small { font-size: 90%;}&lt;br /&gt;
&lt;br /&gt;
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */&lt;br /&gt;
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */&lt;br /&gt;
/* column-count is from the CSS3 module &amp;quot;CSS Multi-column Layout&amp;quot; */&lt;br /&gt;
/* Please ignore any validator errors caused by these two lines */&lt;br /&gt;
.references-2column {&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
    -moz-column-count:2;&lt;br /&gt;
    -webkit-column-count:2;&lt;br /&gt;
    column-count:2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.same-bg { background: none }&lt;br /&gt;
&lt;br /&gt;
/* Highlight clicked reference in blue to help navigation */&lt;br /&gt;
ol.references &amp;gt; li:target {&lt;br /&gt;
    background-color: #DEF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
sup.reference:target { &lt;br /&gt;
    background-color: #DEF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for citations */&lt;br /&gt;
cite {&lt;br /&gt;
    font-style: normal;&lt;br /&gt;
    word-wrap: break-word;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */&lt;br /&gt;
cite:target { &lt;br /&gt;
    background-color: #DEF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Do not expand URLs within citations for printing. The URLs should be included explicitly, to avoid confusion */&lt;br /&gt;
&lt;br /&gt;
@media print {&lt;br /&gt;
    #content cite a.external.text:after {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */&lt;br /&gt;
&lt;br /&gt;
@media screen, handheld, projection {&lt;br /&gt;
    cite *.printonly {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* wikitable/prettytable class for skinning normal tables */&lt;br /&gt;
table.wikitable,&lt;br /&gt;
table.prettytable {&lt;br /&gt;
    margin: 1em 1em 1em 0;&lt;br /&gt;
    background: #f9f9f9;&lt;br /&gt;
    border: 1px #aaa solid;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable th, table.wikitable td,&lt;br /&gt;
table.prettytable th, table.prettytable td {&lt;br /&gt;
    border: 1px #aaa solid;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable th,&lt;br /&gt;
table.prettytable th {&lt;br /&gt;
    background: #f2f2f2;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable caption,&lt;br /&gt;
table.prettytable caption {&lt;br /&gt;
    margin-left: inherit;&lt;br /&gt;
    margin-right: inherit;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.prettytable code,&lt;br /&gt;
table.wikitable code {&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default skin for navigation boxes */&lt;br /&gt;
table.navbox {&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
    margin: 1em 0em 0em;&lt;br /&gt;
    padding: 2px;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.navbox th {&lt;br /&gt;
    background-color: #ccf;&lt;br /&gt;
    padding-left: 1em;&lt;br /&gt;
    padding-right: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media print {&lt;br /&gt;
    .navbox {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Infobox template style */&lt;br /&gt;
.infobox {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    color: black;&lt;br /&gt;
    margin-bottom: 0.5em;&lt;br /&gt;
    margin-left: 1em;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
    vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
.infobox caption {&lt;br /&gt;
    font-size: larger;&lt;br /&gt;
    margin-left: inherit;&lt;br /&gt;
}&lt;br /&gt;
.infobox.bordered {&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
}&lt;br /&gt;
.infobox.bordered td,&lt;br /&gt;
.infobox.bordered th {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
.infobox.bordered .borderless td,&lt;br /&gt;
.infobox.bordered .borderless th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.sisterproject {&lt;br /&gt;
    width: 20em;&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media print {&lt;br /&gt;
    .infobox.sisterproject {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* styles for bordered infobox with merged rows */&lt;br /&gt;
.infobox.bordered .mergedtoprow td,&lt;br /&gt;
.infobox.bordered .mergedtoprow th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    border-top: 1px solid #aaa;&lt;br /&gt;
    border-right: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.bordered .mergedrow td,&lt;br /&gt;
.infobox.bordered .mergedrow th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    border-right: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */&lt;br /&gt;
.infobox.geography {&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    line-height: 1.2em; &lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography  td,&lt;br /&gt;
.infobox.geography  th {&lt;br /&gt;
    border-top: solid 1px #aaa;&lt;br /&gt;
    padding: 0.4em 0.6em 0.4em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
.infobox.geography .mergedtoprow td,&lt;br /&gt;
.infobox.geography .mergedtoprow th {&lt;br /&gt;
    border-top: solid 1px #aaa;&lt;br /&gt;
    padding: 0.4em 0.6em 0.2em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography .mergedrow td,&lt;br /&gt;
.infobox.geography .mergedrow th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    padding: 0 0.6em 0.2em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography .mergedbottomrow td,&lt;br /&gt;
.infobox.geography .mergedbottomrow th {&lt;br /&gt;
    border-top: 0;&lt;br /&gt;
    border-bottom: solid 1px #aaa;&lt;br /&gt;
    padding: 0 0.6em 0.4em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography .maptable td,&lt;br /&gt;
.infobox.geography .maptable th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for &amp;quot;notices&amp;quot; */&lt;br /&gt;
.notice {&lt;br /&gt;
    margin: 1em;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#disambig {&lt;br /&gt;
    border-top: 1px solid #ccc; &lt;br /&gt;
    border-bottom: 1px solid #ccc;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.spoiler {&lt;br /&gt;
    border-top: 2px solid #ddd;&lt;br /&gt;
    border-bottom: 2px solid #ddd;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Standard talk template style */&lt;br /&gt;
&lt;br /&gt;
.Talk-Notice  {&lt;br /&gt;
    border: 1px solid #C0C090;&lt;br /&gt;
    background-color: #F8EABA;&lt;br /&gt;
    margin-bottom: 3px;&lt;br /&gt;
    width: 85%;&lt;br /&gt;
    border-spacing: 3px;&lt;br /&gt;
    margin-left: auto;&lt;br /&gt;
    margin-right: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.Talk-Notice:after {&lt;br /&gt;
  content: &amp;quot;The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]].&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make template background appear correctly on all browsers */&lt;br /&gt;
.Talk-Notice td {&lt;br /&gt;
    background: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Persondata and other (future) metadata */&lt;br /&gt;
table.InChI, /* temporary */&lt;br /&gt;
table.persondata {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    display: none;&lt;br /&gt;
    speak: none;&lt;br /&gt;
}&lt;br /&gt;
.InChI-label, /* temporary */&lt;br /&gt;
.persondata-label {&lt;br /&gt;
    color: #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */&lt;br /&gt;
.redirect-in-category, .allpagesredirect {&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Class for links with loudspeaker icon next to them */&lt;br /&gt;
/* (Used in [[Template:Audio]] and the like to make the speaker clickable) */&lt;br /&gt;
&lt;br /&gt;
.audiolink a {&lt;br /&gt;
    background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png&amp;quot;) center left no-repeat !important;&lt;br /&gt;
    padding-left: 16px !important;&lt;br /&gt;
    padding-right: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */&lt;br /&gt;
&lt;br /&gt;
div.listenlist {&lt;br /&gt;
    background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png&amp;quot;);&lt;br /&gt;
    padding-left: 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.videolist, div.multivideolist {&lt;br /&gt;
    background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png&amp;quot;);&lt;br /&gt;
    padding-left: 50px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style rules for media list templates */&lt;br /&gt;
div.medialist {&lt;br /&gt;
    min-height: 50px;&lt;br /&gt;
    margin: 1em;&lt;br /&gt;
    background-position: top left;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.medialist ul {&lt;br /&gt;
    list-style-type: none; &lt;br /&gt;
    list-style-image: none;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.medialist ul li {&lt;br /&gt;
    padding-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.medialist ul li li {&lt;br /&gt;
    font-size: 91%;&lt;br /&gt;
    padding-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to an Adobe icon for all PDF files */&lt;br /&gt;
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */&lt;br /&gt;
#bodyContent a[href$=&amp;quot;.pdf&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.pdf?&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
#bodyContent a[href$=&amp;quot;.PDF&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.PDF?&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;&lt;br /&gt;
    padding-right: 16px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to an Adobe icon anywhere the PDFlink class */&lt;br /&gt;
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */&lt;br /&gt;
span.PDFlink a {&lt;br /&gt;
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;&lt;br /&gt;
    padding-right: 17px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.geolink a {&lt;br /&gt;
    background: url(http://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;&lt;br /&gt;
    padding-right: 11px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Content in columns with CSS instead of tables [[Template:Columns]] */&lt;br /&gt;
div.columns-2 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 50%;&lt;br /&gt;
    min-width: 300px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.columns-3 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 33.3%;&lt;br /&gt;
    min-width: 200px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.columns-4 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 25%;&lt;br /&gt;
    min-width: 150px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.columns-5 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 20%;&lt;br /&gt;
    min-width: 120px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*Add formatting to make sure that &amp;quot;external references&amp;quot; from [[Template:Ref]] do&lt;br /&gt;
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was&lt;br /&gt;
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class&lt;br /&gt;
  &amp;quot;urlexpansion&amp;quot;, which was not displayed on screen, but was shown when the medium was&lt;br /&gt;
  &amp;quot;print&amp;quot;. The rules below ensure (a) that there is no extra padding to the right of&lt;br /&gt;
  the anchor (displayed as &amp;quot;[&amp;lt;number&amp;gt;]&amp;quot;), (b) that there is no &amp;quot;external link arrow&amp;quot; for&lt;br /&gt;
  the link, and (c) that this SPAN of class &amp;quot;urlexpansion&amp;quot; is never shown.&lt;br /&gt;
  ~~~~&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.plainlinksneverexpand {&lt;br /&gt;
    background: none ! important;&lt;br /&gt;
    padding: 0 ! important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.plainlinksneverexpand .urlexpansion {&lt;br /&gt;
    display: none ! important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make sure that ext links displayed within &amp;quot;plainlinksneverexpand&amp;quot; don't get&lt;br /&gt;
   the arrow...&lt;br /&gt;
*/&lt;br /&gt;
.plainlinksneverexpand a {&lt;br /&gt;
    background: none !important;&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class &amp;quot;urlexpansion&amp;quot;&lt;br /&gt;
   following the anchor A, the anchor itself now has class &amp;quot;external autonumber&amp;quot; and the&lt;br /&gt;
   expansion is inserted when printing (see the common printing style sheet at&lt;br /&gt;
   http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the &amp;quot;:after&amp;quot; pseudo-&lt;br /&gt;
   element of CSS. We have to switch this off for links due to Template:Ref!&lt;br /&gt;
*/&lt;br /&gt;
.plainlinksneverexpand a.external.text:after {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
.plainlinksneverexpand a.external.autonumber:after {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Messagebox templates */&lt;br /&gt;
.messagebox {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    width: 80%;&lt;br /&gt;
    margin: 0 auto 1em auto;&lt;br /&gt;
    padding: .2em;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.merge {&lt;br /&gt;
    border: 1px solid #c0b8cc;&lt;br /&gt;
    background-color: #f0e5ff;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.cleanup {&lt;br /&gt;
    border: 1px solid #9f9fff;&lt;br /&gt;
    background-color: #efefff;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.standard-talk {&lt;br /&gt;
    border: 1px solid #c0c090;&lt;br /&gt;
    background-color: #f8eaba;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.nested-talk {&lt;br /&gt;
    border: 1px solid #c0c090;&lt;br /&gt;
    background-color: #f8eaba;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    margin: 2px 4px 2px 4px;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.small {&lt;br /&gt;
    width: 238px;&lt;br /&gt;
    font-size: 85%;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 0 0 1em 1em;&lt;br /&gt;
    line-height: 1.25em; &lt;br /&gt;
}&lt;br /&gt;
.messagebox.small-talk {&lt;br /&gt;
    width: 238px;&lt;br /&gt;
    font-size: 85%;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 0 0 1em 1em;&lt;br /&gt;
    line-height: 1.25em; &lt;br /&gt;
    background: #F8EABA;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Article message box template styles */&lt;br /&gt;
table.ambox {&lt;br /&gt;
    margin: 0 10%;                       /* Will not overlap with other elements */&lt;br /&gt;
    border-collapse: collapse; &lt;br /&gt;
    background: #fbfbfb; &lt;br /&gt;
    border: 1px solid #aaa; &lt;br /&gt;
    border-left: 10px solid #1e90ff;     /* Default &amp;quot;notice&amp;quot; blue */&lt;br /&gt;
}&lt;br /&gt;
table.ambox th.ambox-text, table.ambox td.ambox-text {      /* The message body cell(s) */&lt;br /&gt;
    padding: 0.25em 0.5em;            /* 0.5em left/right */&lt;br /&gt;
    width: 100%;                      /* Make all templates the same width regardless of text size */&lt;br /&gt;
}&lt;br /&gt;
table.ambox td.ambox-image {          /* The left image cell */&lt;br /&gt;
    padding: 2px 0px 2px 0.5em;       /* 0.5em left, 0px right */&lt;br /&gt;
    text-align: center; &lt;br /&gt;
}&lt;br /&gt;
table.ambox td.ambox-imageright {     /* The right image cell */&lt;br /&gt;
    padding: 2px 4px 2px 0px;         /* 0px left, 4px right */&lt;br /&gt;
    text-align: center; &lt;br /&gt;
}&lt;br /&gt;
table.ambox-notice {&lt;br /&gt;
    border-left: 10px solid #1e90ff;     /* Blue */&lt;br /&gt;
/* border-right: 10px solid #1e90ff; */  /* If you want two blue bars */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-delete,&lt;br /&gt;
table.ambox-serious {&lt;br /&gt;
    border-left: 10px solid #b22222;     /* Red */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-content {&lt;br /&gt;
    border-left: 10px solid #f28500;     /* Orange */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-style {&lt;br /&gt;
    border-left: 10px solid #f4c430;     /* Yellow */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-merge {&lt;br /&gt;
    border-left: 10px solid #9932cc;     /* Purple */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-protection {&lt;br /&gt;
    border-left: 10px solid #bba;        /* Gray */&lt;br /&gt;
}&lt;br /&gt;
table.ambox.ambox-mini {                 /* small floating box variant */&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
    margin: 0 0 0 1em;&lt;br /&gt;
    width: 25%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Put a checker background at the image description page only visible if the image has transparent background */&lt;br /&gt;
#file img {background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png&amp;quot;) repeat;}&lt;br /&gt;
&lt;br /&gt;
/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */&lt;br /&gt;
.IPA {&lt;br /&gt;
    font-family: &amp;quot;Chrysanthi Unicode&amp;quot;, &amp;quot;Doulos SIL&amp;quot;, Gentium, GentiumAlt, Code2000, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;DejaVu Sans&amp;quot;, &amp;quot;Bitstream Cyberbit&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;, &amp;quot;Hiragino Kaku Gothic Pro&amp;quot;, &amp;quot;Matrix Unicode&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.Unicode {&lt;br /&gt;
    font-family: Code2000, Code2001, &amp;quot;Free Serif&amp;quot;, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;Doulos SIL&amp;quot;, &amp;quot;Chrysanthi Unicode&amp;quot;, &amp;quot;Bitstream Cyberbit&amp;quot;, &amp;quot;Bitstream CyberBase&amp;quot;, Thryomanes, Gentium, GentiumAlt, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Free Sans&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.latinx {&lt;br /&gt;
    font-family: Code2000, Code2001, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;Microsoft Sans Serif&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.polytonic {&lt;br /&gt;
    font-family: &amp;quot;Athena Unicode&amp;quot;, Gentium, &amp;quot;Palatino Linotype&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, Code2000; &lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.mufi {&lt;br /&gt;
    font-family: Alphabetum, Cardo, LeedsUni, Junicode, &amp;quot;TITUS Cyberbit Basic&amp;quot;, ALPHA-Demo;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Pseudo-classes in support of [[Template:lang]]. */&lt;br /&gt;
&lt;br /&gt;
:lang(he) {&lt;br /&gt;
    font-family: &amp;quot;SBL Hebrew&amp;quot;, &amp;quot;Ezra SIL SR&amp;quot;, &amp;quot;Ezra SIL&amp;quot;, Cardo, &amp;quot;Chrysanthi Unicode&amp;quot;, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, Narkisim, &amp;quot;Times New Roman&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(fa) {&lt;br /&gt;
    font-family: &amp;quot;Nafees Nastaleeq&amp;quot;, &amp;quot;Pak Nastaleeq&amp;quot;, PDMS_Jauhar;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ps) {&lt;br /&gt;
    font-family: &amp;quot;Nafees Nastaleeq&amp;quot;, &amp;quot;Pak Nastaleeq&amp;quot;, PDMS_Jauhar;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ur) {&lt;br /&gt;
    font-family: &amp;quot;Nafees Nastaleeq&amp;quot;, &amp;quot;Pak Nastaleeq&amp;quot;, PDMS_Jauhar;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(sux-Xsux) {&lt;br /&gt;
    font-family: Akkadian;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ja) {&lt;br /&gt;
       font-family: Code2000, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Bitstream Cyberbit&amp;quot;, &amp;quot;Bitstream CyberCJK&amp;quot;, IPAGothic, IPAPGothic, IPAUIGothic, &amp;quot;Kochi Gothic&amp;quot;, IPAMincho, IPAPMincho;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ko) {&lt;br /&gt;
    font-family: &amp;quot;Adobe Myungjo Std M&amp;quot;, AppleMyungjo, &amp;quot;Baekmuk Batang&amp;quot;, &amp;quot;Baekmuk Gulim&amp;quot;, Batang, Dotum, DotumChe, Gulim, GulimChe, HYGothic-Extra, HYMyeongJo-Extra, &amp;quot;New Gulim&amp;quot;, UnBatang, UnDotum, UnYetgul, UWKMJF;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(zh-Hans) {&lt;br /&gt;
    font-family: &amp;quot;Adobe Song Std L&amp;quot;, &amp;quot;AR PL ShanHeiSun Uni&amp;quot;, &amp;quot;AR PL ShanHeiSun Uni MBE&amp;quot;, &amp;quot;MS Hei&amp;quot;, &amp;quot;MS Song&amp;quot;, SimHei;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(zh-Hant) {&lt;br /&gt;
    font-family: &amp;quot;Adobe Ming Std L&amp;quot;, &amp;quot;AR PL New Sung&amp;quot;, &amp;quot;AR PL ZenKai Uni&amp;quot;, &amp;quot;AR PL ZenKai Uni MBE&amp;quot;, MingLiU, PMingLiU;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(grc) {&lt;br /&gt;
    font-family: &amp;quot;Athena Unicode&amp;quot;, Gentium, &amp;quot;Palatino Linotype&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, Code2000;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#wpSave {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */&lt;br /&gt;
.hiddenStructure {&lt;br /&gt;
    display: inline ! important;&lt;br /&gt;
    color: #f00; &lt;br /&gt;
    background-color: #0f0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* suppress missing interwiki image links where #ifexist cannot be used due to high number of requests */&lt;br /&gt;
/* use restricted to rail icon management pages */&lt;br /&gt;
/* see .hidden-redlink on http://meta.wikimedia.org/wiki/MediaWiki:Common.css */&lt;br /&gt;
.check-icon a.new {&lt;br /&gt;
    display: none; &lt;br /&gt;
    speak:none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Removes underlines from links */&lt;br /&gt;
.nounderlines a { &lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underline from IPA links */&lt;br /&gt;
.IPA a:link, .IPA a:visited {&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Removes useless links from printout */&lt;br /&gt;
@media print {&lt;br /&gt;
    #privacy, #about, #disclaimer {display:none;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#EnWpMpBook { background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }&lt;br /&gt;
#EnWpMpSearch { background: url(http://upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }&lt;br /&gt;
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }&lt;br /&gt;
#EnWpMpBook2 { background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }&lt;br /&gt;
&lt;br /&gt;
/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */&lt;br /&gt;
&lt;br /&gt;
div.Boxmerge,&lt;br /&gt;
div.NavFrame {&lt;br /&gt;
    margin: 0px;&lt;br /&gt;
    padding: 4px;&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    font-size: 95%;&lt;br /&gt;
}&lt;br /&gt;
div.Boxmerge div.NavFrame {&lt;br /&gt;
    border-style: none;&lt;br /&gt;
    border-style: hidden;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame + div.NavFrame {&lt;br /&gt;
    border-top-style: none;&lt;br /&gt;
    border-top-style: hidden;&lt;br /&gt;
}&lt;br /&gt;
div.NavPic {&lt;br /&gt;
    background-color: #fff;&lt;br /&gt;
    margin: 0px;&lt;br /&gt;
    padding: 2px;&lt;br /&gt;
    float: left;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame div.NavHead {&lt;br /&gt;
    height: 1.6em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    background-color: #ccf;&lt;br /&gt;
    position:relative;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame p {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame div.NavContent {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame div.NavContent p {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
div.NavEnd {&lt;br /&gt;
    margin: 0px;&lt;br /&gt;
    padding: 0px;&lt;br /&gt;
    line-height: 1px;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
a.NavToggle {&lt;br /&gt;
    position:absolute;&lt;br /&gt;
    top:0px;&lt;br /&gt;
    right:3px;&lt;br /&gt;
    font-weight:normal;&lt;br /&gt;
    font-size:smaller;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Coloured watchlist numbers */&lt;br /&gt;
.mw-plusminus-pos {&lt;br /&gt;
    color: #006400; /* darkgreen */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* .mw-plusminus-null currently at developer default */&lt;br /&gt;
&lt;br /&gt;
.mw-plusminus-neg {&lt;br /&gt;
    color: #8B0000; /* darkred */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dablink {&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
    padding-left: 2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dablink i {&lt;br /&gt;
    font-style: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for horizontal UL lists */&lt;br /&gt;
.horizontal ul {&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.horizontal li { &lt;br /&gt;
    padding: 0 0.6em 0 0.4em;&lt;br /&gt;
    display: inline;&lt;br /&gt;
    border-right: 1px solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.horizontal li:last-child {&lt;br /&gt;
    border-right: none;&lt;br /&gt;
    padding-right: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Geographical coordinates &lt;br /&gt;
&lt;br /&gt;
To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: none } &lt;br /&gt;
   .geo-dec { display: inline } .geo-dms { display: inline }&lt;br /&gt;
&lt;br /&gt;
To display coordinates using decimal notation, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: inline } &lt;br /&gt;
   .geo-dec { display: inline } .geo-dms { display: none }&lt;br /&gt;
&lt;br /&gt;
To display coordinates using DMS notation, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: inline } &lt;br /&gt;
   .geo-dec { display: none }   .geo-dms { display: inline }&lt;br /&gt;
&lt;br /&gt;
To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: inline } &lt;br /&gt;
   .geo-dec { display: inline }   .geo-dms { display: inline }&lt;br /&gt;
   .geo-multi-punct { display: inline }&lt;br /&gt;
&lt;br /&gt;
See [[Template:Coor link]] for how these are used.&lt;br /&gt;
&lt;br /&gt;
Note that the classes &amp;quot;geo&amp;quot;, &amp;quot;longitude&amp;quot;, and &amp;quot;latitude&amp;quot; are not just styles but also used by the [[Geo microformat]], so the names should not be changed.&lt;br /&gt;
&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.geo-default { display: inline; }&lt;br /&gt;
.geo-nondefault { display: none; }&lt;br /&gt;
.geo-dms { display: inline; }&lt;br /&gt;
.geo-dec { display: inline; }&lt;br /&gt;
.geo-multi-punct { display: none; }&lt;br /&gt;
&lt;br /&gt;
.longitude .latitude {&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */&lt;br /&gt;
.geo { }&lt;br /&gt;
&lt;br /&gt;
/***** end Geo-related */&lt;br /&gt;
&lt;br /&gt;
/* When &amp;lt;div class=&amp;quot;nonumtoc&amp;quot;&amp;gt; is used on the table of contents, the ToC will display without numbers */&lt;br /&gt;
.nonumtoc .tocnumber { display:none; }&lt;br /&gt;
.nonumtoc #toc ul,&lt;br /&gt;
.nonumtoc .toc ul {&lt;br /&gt;
    line-height: 1.5em;&lt;br /&gt;
    list-style: none;&lt;br /&gt;
    margin: .3em 0 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
.nonumtoc #toc ul ul, &lt;br /&gt;
.nonumtoc .toc ul ul { &lt;br /&gt;
    margin: 0 0 0 2em; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Allow limiting of which header levels are shown in a TOC; &amp;lt;div class=&amp;quot;toclimit-3&amp;quot;&amp;gt;, for&lt;br /&gt;
   instance, will limit to showing ==headings== and ===headings=== but no further (as long as&lt;br /&gt;
   there are no =headings= on the page, which there shouldn't be according to the MoS). */&lt;br /&gt;
.toclimit-2 .toclevel-2 {display:none;}&lt;br /&gt;
.toclimit-3 .toclevel-3 {display:none;}&lt;br /&gt;
.toclimit-4 .toclevel-4 {display:none;}&lt;br /&gt;
.toclimit-5 .toclevel-5 {display:none;}&lt;br /&gt;
.toclimit-6 .toclevel-6 {display:none;}&lt;br /&gt;
.toclimit-7 .toclevel-7 {display:none;}&lt;br /&gt;
&lt;br /&gt;
/* Allow transcluded pages to display in lists rather than a table. Compatible in Firefox; incompatible in IE6. */&lt;br /&gt;
.listify td {display:list-item}&lt;br /&gt;
.listify tr {display:block}&lt;br /&gt;
.listify table {display:block}&lt;br /&gt;
&lt;br /&gt;
/* Styling for Template:Quote */&lt;br /&gt;
&lt;br /&gt;
blockquote.templatequote { margin-top: 0; }&lt;br /&gt;
&lt;br /&gt;
blockquote.templatequote div.templatequotecite { &lt;br /&gt;
    line-height: 1em;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    padding-left: 2em;&lt;br /&gt;
    margin-top: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
blockquote.templatequote div.templatequotecite cite {&lt;br /&gt;
    font-size: smaller;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.user-block {&lt;br /&gt;
    padding: 5px;&lt;br /&gt;
    border: 1px solid #A9A9A9;&lt;br /&gt;
    background-color: #FFEFD5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevents line breaks in links; see docs at Template:Nowraplinks */&lt;br /&gt;
&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* For template documentation */&lt;br /&gt;
.template-documentation {&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 1em 0 0 0;&lt;br /&gt;
    border: 1px solid #aaa; &lt;br /&gt;
    background-color: #ecfcf4; &lt;br /&gt;
    padding: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.thumbinner {&lt;br /&gt;
    min-width:100px;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/MediaWiki:Common.css</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/MediaWiki:Common.css"/>
				<updated>2008-01-15T07:31:43Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
/*&lt;br /&gt;
ATTENTION ADMINISTRATORS:&lt;br /&gt;
 &lt;br /&gt;
This is the CSS for all skins. Any major changes to this page or&lt;br /&gt;
[[MediaWiki:Monobook.css|Monobook.css]] should be first proposed on&lt;br /&gt;
the [[Wikipedia:Village pump (technical)|Village pump]].  &lt;br /&gt;
 &lt;br /&gt;
Furthermore, changes should probably be made in [[MediaWiki:Common.css]]&lt;br /&gt;
rather than this page.&lt;br /&gt;
 &lt;br /&gt;
Testing can be done on your own user Monobook.css. In [[Mozilla]] and&lt;br /&gt;
[[Opera (web browser)|Opera]], you can also test style changes dynamically&lt;br /&gt;
with the [http://www.squarefree.com/bookmarklets/webdevel.html test styles]&lt;br /&gt;
bookmarklet from squarefree.com. It pops up a window for adding style rules,&lt;br /&gt;
and updates the page as you type.&lt;br /&gt;
 &lt;br /&gt;
Always check with the [http://tinyurl.com/28y334 W3C CSS Validation Service]&lt;br /&gt;
([http://tinyurl.com/2g8bsk CVS version]) after any changes.&lt;br /&gt;
&lt;br /&gt;
See also: [[Wikipedia:Catalogue of CSS classes|catalogue of CSS classes]].&lt;br /&gt;
 &lt;br /&gt;
Thank you.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt; */&lt;br /&gt;
 &lt;br /&gt;
/* Main page fixes */&lt;br /&gt;
#interwiki-completelist {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Add space below the toolbar */&lt;br /&gt;
#toolbar {&lt;br /&gt;
    margin-bottom: 6px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* make the list of references look smaller */&lt;br /&gt;
ol.references {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.references-small { font-size: 90%;}&lt;br /&gt;
&lt;br /&gt;
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */&lt;br /&gt;
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */&lt;br /&gt;
/* column-count is from the CSS3 module &amp;quot;CSS Multi-column Layout&amp;quot; */&lt;br /&gt;
/* Please ignore any validator errors caused by these two lines */&lt;br /&gt;
.references-2column {&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
    -moz-column-count:2;&lt;br /&gt;
    -webkit-column-count:2;&lt;br /&gt;
    column-count:2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.same-bg { background: none }&lt;br /&gt;
&lt;br /&gt;
/* Highlight clicked reference in blue to help navigation */&lt;br /&gt;
ol.references &amp;gt; li:target {&lt;br /&gt;
    background-color: #DEF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
sup.reference:target { &lt;br /&gt;
    background-color: #DEF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for citations */&lt;br /&gt;
cite {&lt;br /&gt;
    font-style: normal;&lt;br /&gt;
    word-wrap: break-word;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */&lt;br /&gt;
cite:target { &lt;br /&gt;
    background-color: #DEF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Do not expand URLs within citations for printing. The URLs should be included explicitly, to avoid confusion */&lt;br /&gt;
&lt;br /&gt;
@media print {&lt;br /&gt;
    #content cite a.external.text:after {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */&lt;br /&gt;
&lt;br /&gt;
@media screen, handheld, projection {&lt;br /&gt;
    cite *.printonly {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* wikitable/prettytable class for skinning normal tables */&lt;br /&gt;
table.wikitable,&lt;br /&gt;
table.prettytable {&lt;br /&gt;
    margin: 1em 1em 1em 0;&lt;br /&gt;
    background: #f9f9f9;&lt;br /&gt;
    border: 1px #aaa solid;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable th, table.wikitable td,&lt;br /&gt;
table.prettytable th, table.prettytable td {&lt;br /&gt;
    border: 1px #aaa solid;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable th,&lt;br /&gt;
table.prettytable th {&lt;br /&gt;
    background: #f2f2f2;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable caption,&lt;br /&gt;
table.prettytable caption {&lt;br /&gt;
    margin-left: inherit;&lt;br /&gt;
    margin-right: inherit;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.prettytable code,&lt;br /&gt;
table.wikitable code {&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default skin for navigation boxes */&lt;br /&gt;
table.navbox {&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
    margin: 1em 0em 0em;&lt;br /&gt;
    padding: 2px;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.navbox th {&lt;br /&gt;
    background-color: #ccf;&lt;br /&gt;
    padding-left: 1em;&lt;br /&gt;
    padding-right: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media print {&lt;br /&gt;
    .navbox {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Infobox template style */&lt;br /&gt;
.infobox {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    color: black;&lt;br /&gt;
    margin-bottom: 0.5em;&lt;br /&gt;
    margin-left: 1em;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
    vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
.infobox caption {&lt;br /&gt;
    font-size: larger;&lt;br /&gt;
    margin-left: inherit;&lt;br /&gt;
}&lt;br /&gt;
.infobox.bordered {&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
}&lt;br /&gt;
.infobox.bordered td,&lt;br /&gt;
.infobox.bordered th {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
.infobox.bordered .borderless td,&lt;br /&gt;
.infobox.bordered .borderless th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.sisterproject {&lt;br /&gt;
    width: 20em;&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media print {&lt;br /&gt;
    .infobox.sisterproject {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* styles for bordered infobox with merged rows */&lt;br /&gt;
.infobox.bordered .mergedtoprow td,&lt;br /&gt;
.infobox.bordered .mergedtoprow th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    border-top: 1px solid #aaa;&lt;br /&gt;
    border-right: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.bordered .mergedrow td,&lt;br /&gt;
.infobox.bordered .mergedrow th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    border-right: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */&lt;br /&gt;
.infobox.geography {&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    line-height: 1.2em; &lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography  td,&lt;br /&gt;
.infobox.geography  th {&lt;br /&gt;
    border-top: solid 1px #aaa;&lt;br /&gt;
    padding: 0.4em 0.6em 0.4em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
.infobox.geography .mergedtoprow td,&lt;br /&gt;
.infobox.geography .mergedtoprow th {&lt;br /&gt;
    border-top: solid 1px #aaa;&lt;br /&gt;
    padding: 0.4em 0.6em 0.2em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography .mergedrow td,&lt;br /&gt;
.infobox.geography .mergedrow th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    padding: 0 0.6em 0.2em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography .mergedbottomrow td,&lt;br /&gt;
.infobox.geography .mergedbottomrow th {&lt;br /&gt;
    border-top: 0;&lt;br /&gt;
    border-bottom: solid 1px #aaa;&lt;br /&gt;
    padding: 0 0.6em 0.4em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography .maptable td,&lt;br /&gt;
.infobox.geography .maptable th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for &amp;quot;notices&amp;quot; */&lt;br /&gt;
.notice {&lt;br /&gt;
    margin: 1em;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#disambig {&lt;br /&gt;
    border-top: 1px solid #ccc; &lt;br /&gt;
    border-bottom: 1px solid #ccc;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.spoiler {&lt;br /&gt;
    border-top: 2px solid #ddd;&lt;br /&gt;
    border-bottom: 2px solid #ddd;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Standard talk template style */&lt;br /&gt;
&lt;br /&gt;
.Talk-Notice  {&lt;br /&gt;
    border: 1px solid #C0C090;&lt;br /&gt;
    background-color: #F8EABA;&lt;br /&gt;
    margin-bottom: 3px;&lt;br /&gt;
    width: 85%;&lt;br /&gt;
    border-spacing: 3px;&lt;br /&gt;
    margin-left: auto;&lt;br /&gt;
    margin-right: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.Talk-Notice:after {&lt;br /&gt;
  content: &amp;quot;The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]].&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make template background appear correctly on all browsers */&lt;br /&gt;
.Talk-Notice td {&lt;br /&gt;
    background: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Persondata and other (future) metadata */&lt;br /&gt;
table.InChI, /* temporary */&lt;br /&gt;
table.persondata {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    display: none;&lt;br /&gt;
    speak: none;&lt;br /&gt;
}&lt;br /&gt;
.InChI-label, /* temporary */&lt;br /&gt;
.persondata-label {&lt;br /&gt;
    color: #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */&lt;br /&gt;
.redirect-in-category, .allpagesredirect {&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Class for links with loudspeaker icon next to them */&lt;br /&gt;
/* (Used in [[Template:Audio]] and the like to make the speaker clickable) */&lt;br /&gt;
&lt;br /&gt;
.audiolink a {&lt;br /&gt;
    background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png&amp;quot;) center left no-repeat !important;&lt;br /&gt;
    padding-left: 16px !important;&lt;br /&gt;
    padding-right: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */&lt;br /&gt;
&lt;br /&gt;
div.listenlist {&lt;br /&gt;
    background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png&amp;quot;);&lt;br /&gt;
    padding-left: 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.videolist, div.multivideolist {&lt;br /&gt;
    background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png&amp;quot;);&lt;br /&gt;
    padding-left: 50px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style rules for media list templates */&lt;br /&gt;
div.medialist {&lt;br /&gt;
    min-height: 50px;&lt;br /&gt;
    margin: 1em;&lt;br /&gt;
    background-position: top left;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.medialist ul {&lt;br /&gt;
    list-style-type: none; &lt;br /&gt;
    list-style-image: none;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.medialist ul li {&lt;br /&gt;
    padding-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.medialist ul li li {&lt;br /&gt;
    font-size: 91%;&lt;br /&gt;
    padding-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to an Adobe icon for all PDF files */&lt;br /&gt;
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */&lt;br /&gt;
#bodyContent a[href$=&amp;quot;.pdf&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.pdf?&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
#bodyContent a[href$=&amp;quot;.PDF&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.PDF?&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;&lt;br /&gt;
    padding-right: 16px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to an Adobe icon anywhere the PDFlink class */&lt;br /&gt;
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */&lt;br /&gt;
span.PDFlink a {&lt;br /&gt;
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;&lt;br /&gt;
    padding-right: 17px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.geolink a {&lt;br /&gt;
    background: url(http://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;&lt;br /&gt;
    padding-right: 11px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Content in columns with CSS instead of tables [[Template:Columns]] */&lt;br /&gt;
div.columns-2 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 50%;&lt;br /&gt;
    min-width: 300px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.columns-3 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 33.3%;&lt;br /&gt;
    min-width: 200px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.columns-4 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 25%;&lt;br /&gt;
    min-width: 150px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.columns-5 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 20%;&lt;br /&gt;
    min-width: 120px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*Add formatting to make sure that &amp;quot;external references&amp;quot; from [[Template:Ref]] do&lt;br /&gt;
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was&lt;br /&gt;
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class&lt;br /&gt;
  &amp;quot;urlexpansion&amp;quot;, which was not displayed on screen, but was shown when the medium was&lt;br /&gt;
  &amp;quot;print&amp;quot;. The rules below ensure (a) that there is no extra padding to the right of&lt;br /&gt;
  the anchor (displayed as &amp;quot;[&amp;lt;number&amp;gt;]&amp;quot;), (b) that there is no &amp;quot;external link arrow&amp;quot; for&lt;br /&gt;
  the link, and (c) that this SPAN of class &amp;quot;urlexpansion&amp;quot; is never shown.&lt;br /&gt;
  ~~~~&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.plainlinksneverexpand {&lt;br /&gt;
    background: none ! important;&lt;br /&gt;
    padding: 0 ! important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.plainlinksneverexpand .urlexpansion {&lt;br /&gt;
    display: none ! important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make sure that ext links displayed within &amp;quot;plainlinksneverexpand&amp;quot; don't get&lt;br /&gt;
   the arrow...&lt;br /&gt;
*/&lt;br /&gt;
.plainlinksneverexpand a {&lt;br /&gt;
    background: none !important;&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class &amp;quot;urlexpansion&amp;quot;&lt;br /&gt;
   following the anchor A, the anchor itself now has class &amp;quot;external autonumber&amp;quot; and the&lt;br /&gt;
   expansion is inserted when printing (see the common printing style sheet at&lt;br /&gt;
   http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the &amp;quot;:after&amp;quot; pseudo-&lt;br /&gt;
   element of CSS. We have to switch this off for links due to Template:Ref!&lt;br /&gt;
*/&lt;br /&gt;
.plainlinksneverexpand a.external.text:after {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
.plainlinksneverexpand a.external.autonumber:after {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Messagebox templates */&lt;br /&gt;
.messagebox {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    width: 80%;&lt;br /&gt;
    margin: 0 auto 1em auto;&lt;br /&gt;
    padding: .2em;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.merge {&lt;br /&gt;
    border: 1px solid #c0b8cc;&lt;br /&gt;
    background-color: #f0e5ff;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.cleanup {&lt;br /&gt;
    border: 1px solid #9f9fff;&lt;br /&gt;
    background-color: #efefff;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.standard-talk {&lt;br /&gt;
    border: 1px solid #c0c090;&lt;br /&gt;
    background-color: #f8eaba;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.nested-talk {&lt;br /&gt;
    border: 1px solid #c0c090;&lt;br /&gt;
    background-color: #f8eaba;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    margin: 2px 4px 2px 4px;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.small {&lt;br /&gt;
    width: 238px;&lt;br /&gt;
    font-size: 85%;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 0 0 1em 1em;&lt;br /&gt;
    line-height: 1.25em; &lt;br /&gt;
}&lt;br /&gt;
.messagebox.small-talk {&lt;br /&gt;
    width: 238px;&lt;br /&gt;
    font-size: 85%;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 0 0 1em 1em;&lt;br /&gt;
    line-height: 1.25em; &lt;br /&gt;
    background: #F8EABA;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Article message box template styles */&lt;br /&gt;
table.ambox {&lt;br /&gt;
    margin: 0 10%;                       /* Will not overlap with other elements */&lt;br /&gt;
    border-collapse: collapse; &lt;br /&gt;
    background: #fbfbfb; &lt;br /&gt;
    border: 1px solid #aaa; &lt;br /&gt;
    border-left: 10px solid #1e90ff;     /* Default &amp;quot;notice&amp;quot; blue */&lt;br /&gt;
}&lt;br /&gt;
table.ambox th.ambox-text, table.ambox td.ambox-text {      /* The message body cell(s) */&lt;br /&gt;
    padding: 0.25em 0.5em;            /* 0.5em left/right */&lt;br /&gt;
    width: 100%;                      /* Make all templates the same width regardless of text size */&lt;br /&gt;
}&lt;br /&gt;
table.ambox td.ambox-image {          /* The left image cell */&lt;br /&gt;
    padding: 2px 0px 2px 0.5em;       /* 0.5em left, 0px right */&lt;br /&gt;
    text-align: center; &lt;br /&gt;
}&lt;br /&gt;
table.ambox td.ambox-imageright {     /* The right image cell */&lt;br /&gt;
    padding: 2px 4px 2px 0px;         /* 0px left, 4px right */&lt;br /&gt;
    text-align: center; &lt;br /&gt;
}&lt;br /&gt;
table.ambox-notice {&lt;br /&gt;
    border-left: 10px solid #1e90ff;     /* Blue */&lt;br /&gt;
/* border-right: 10px solid #1e90ff; */  /* If you want two blue bars */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-delete,&lt;br /&gt;
table.ambox-serious {&lt;br /&gt;
    border-left: 10px solid #b22222;     /* Red */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-content {&lt;br /&gt;
    border-left: 10px solid #f28500;     /* Orange */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-style {&lt;br /&gt;
    border-left: 10px solid #f4c430;     /* Yellow */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-merge {&lt;br /&gt;
    border-left: 10px solid #9932cc;     /* Purple */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-protection {&lt;br /&gt;
    border-left: 10px solid #bba;        /* Gray */&lt;br /&gt;
}&lt;br /&gt;
table.ambox.ambox-mini {                 /* small floating box variant */&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
    margin: 0 0 0 1em;&lt;br /&gt;
    width: 25%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Put a checker background at the image description page only visible if the image has transparent background */&lt;br /&gt;
#file img {background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png&amp;quot;) repeat;}&lt;br /&gt;
&lt;br /&gt;
/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */&lt;br /&gt;
.IPA {&lt;br /&gt;
    font-family: &amp;quot;Chrysanthi Unicode&amp;quot;, &amp;quot;Doulos SIL&amp;quot;, Gentium, GentiumAlt, Code2000, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;DejaVu Sans&amp;quot;, &amp;quot;Bitstream Cyberbit&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;, &amp;quot;Hiragino Kaku Gothic Pro&amp;quot;, &amp;quot;Matrix Unicode&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.Unicode {&lt;br /&gt;
    font-family: Code2000, Code2001, &amp;quot;Free Serif&amp;quot;, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;Doulos SIL&amp;quot;, &amp;quot;Chrysanthi Unicode&amp;quot;, &amp;quot;Bitstream Cyberbit&amp;quot;, &amp;quot;Bitstream CyberBase&amp;quot;, Thryomanes, Gentium, GentiumAlt, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Free Sans&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.latinx {&lt;br /&gt;
    font-family: Code2000, Code2001, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;Microsoft Sans Serif&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.polytonic {&lt;br /&gt;
    font-family: &amp;quot;Athena Unicode&amp;quot;, Gentium, &amp;quot;Palatino Linotype&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, Code2000; &lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.mufi {&lt;br /&gt;
    font-family: Alphabetum, Cardo, LeedsUni, Junicode, &amp;quot;TITUS Cyberbit Basic&amp;quot;, ALPHA-Demo;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Pseudo-classes in support of [[Template:lang]]. */&lt;br /&gt;
&lt;br /&gt;
:lang(he) {&lt;br /&gt;
    font-family: &amp;quot;SBL Hebrew&amp;quot;, &amp;quot;Ezra SIL SR&amp;quot;, &amp;quot;Ezra SIL&amp;quot;, Cardo, &amp;quot;Chrysanthi Unicode&amp;quot;, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, Narkisim, &amp;quot;Times New Roman&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(fa) {&lt;br /&gt;
    font-family: &amp;quot;Nafees Nastaleeq&amp;quot;, &amp;quot;Pak Nastaleeq&amp;quot;, PDMS_Jauhar;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ps) {&lt;br /&gt;
    font-family: &amp;quot;Nafees Nastaleeq&amp;quot;, &amp;quot;Pak Nastaleeq&amp;quot;, PDMS_Jauhar;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ur) {&lt;br /&gt;
    font-family: &amp;quot;Nafees Nastaleeq&amp;quot;, &amp;quot;Pak Nastaleeq&amp;quot;, PDMS_Jauhar;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(sux-Xsux) {&lt;br /&gt;
    font-family: Akkadian;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ja) {&lt;br /&gt;
       font-family: Code2000, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Bitstream Cyberbit&amp;quot;, &amp;quot;Bitstream CyberCJK&amp;quot;, IPAGothic, IPAPGothic, IPAUIGothic, &amp;quot;Kochi Gothic&amp;quot;, IPAMincho, IPAPMincho;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ko) {&lt;br /&gt;
    font-family: &amp;quot;Adobe Myungjo Std M&amp;quot;, AppleMyungjo, &amp;quot;Baekmuk Batang&amp;quot;, &amp;quot;Baekmuk Gulim&amp;quot;, Batang, Dotum, DotumChe, Gulim, GulimChe, HYGothic-Extra, HYMyeongJo-Extra, &amp;quot;New Gulim&amp;quot;, UnBatang, UnDotum, UnYetgul, UWKMJF;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(zh-Hans) {&lt;br /&gt;
    font-family: &amp;quot;Adobe Song Std L&amp;quot;, &amp;quot;AR PL ShanHeiSun Uni&amp;quot;, &amp;quot;AR PL ShanHeiSun Uni MBE&amp;quot;, &amp;quot;MS Hei&amp;quot;, &amp;quot;MS Song&amp;quot;, SimHei;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(zh-Hant) {&lt;br /&gt;
    font-family: &amp;quot;Adobe Ming Std L&amp;quot;, &amp;quot;AR PL New Sung&amp;quot;, &amp;quot;AR PL ZenKai Uni&amp;quot;, &amp;quot;AR PL ZenKai Uni MBE&amp;quot;, MingLiU, PMingLiU;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(grc) {&lt;br /&gt;
    font-family: &amp;quot;Athena Unicode&amp;quot;, Gentium, &amp;quot;Palatino Linotype&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, Code2000;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#wpSave {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */&lt;br /&gt;
.hiddenStructure {&lt;br /&gt;
    display: inline ! important;&lt;br /&gt;
    color: #f00; &lt;br /&gt;
    background-color: #0f0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* suppress missing interwiki image links where #ifexist cannot be used due to high number of requests */&lt;br /&gt;
/* use restricted to rail icon management pages */&lt;br /&gt;
/* see .hidden-redlink on http://meta.wikimedia.org/wiki/MediaWiki:Common.css */&lt;br /&gt;
.check-icon a.new {&lt;br /&gt;
    display: none; &lt;br /&gt;
    speak:none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Removes underlines from links */&lt;br /&gt;
.nounderlines a { &lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underline from IPA links */&lt;br /&gt;
.IPA a:link, .IPA a:visited {&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Removes useless links from printout */&lt;br /&gt;
@media print {&lt;br /&gt;
    #privacy, #about, #disclaimer {display:none;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#EnWpMpBook { background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }&lt;br /&gt;
#EnWpMpSearch { background: url(http://upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }&lt;br /&gt;
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }&lt;br /&gt;
#EnWpMpBook2 { background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }&lt;br /&gt;
&lt;br /&gt;
/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */&lt;br /&gt;
&lt;br /&gt;
div.Boxmerge,&lt;br /&gt;
div.NavFrame {&lt;br /&gt;
    margin: 0px;&lt;br /&gt;
    padding: 4px;&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    font-size: 95%;&lt;br /&gt;
}&lt;br /&gt;
div.Boxmerge div.NavFrame {&lt;br /&gt;
    border-style: none;&lt;br /&gt;
    border-style: hidden;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame + div.NavFrame {&lt;br /&gt;
    border-top-style: none;&lt;br /&gt;
    border-top-style: hidden;&lt;br /&gt;
}&lt;br /&gt;
div.NavPic {&lt;br /&gt;
    background-color: #fff;&lt;br /&gt;
    margin: 0px;&lt;br /&gt;
    padding: 2px;&lt;br /&gt;
    float: left;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame div.NavHead {&lt;br /&gt;
    height: 1.6em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    background-color: #ccf;&lt;br /&gt;
    position:relative;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame p {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame div.NavContent {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame div.NavContent p {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
div.NavEnd {&lt;br /&gt;
    margin: 0px;&lt;br /&gt;
    padding: 0px;&lt;br /&gt;
    line-height: 1px;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
a.NavToggle {&lt;br /&gt;
    position:absolute;&lt;br /&gt;
    top:0px;&lt;br /&gt;
    right:3px;&lt;br /&gt;
    font-weight:normal;&lt;br /&gt;
    font-size:smaller;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Coloured watchlist numbers */&lt;br /&gt;
.mw-plusminus-pos {&lt;br /&gt;
    color: #006400; /* darkgreen */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* .mw-plusminus-null currently at developer default */&lt;br /&gt;
&lt;br /&gt;
.mw-plusminus-neg {&lt;br /&gt;
    color: #8B0000; /* darkred */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dablink {&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
    padding-left: 2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dablink i {&lt;br /&gt;
    font-style: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for horizontal UL lists */&lt;br /&gt;
.horizontal ul {&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.horizontal li { &lt;br /&gt;
    padding: 0 0.6em 0 0.4em;&lt;br /&gt;
    display: inline;&lt;br /&gt;
    border-right: 1px solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.horizontal li:last-child {&lt;br /&gt;
    border-right: none;&lt;br /&gt;
    padding-right: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Geographical coordinates &lt;br /&gt;
&lt;br /&gt;
To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: none } &lt;br /&gt;
   .geo-dec { display: inline } .geo-dms { display: inline }&lt;br /&gt;
&lt;br /&gt;
To display coordinates using decimal notation, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: inline } &lt;br /&gt;
   .geo-dec { display: inline } .geo-dms { display: none }&lt;br /&gt;
&lt;br /&gt;
To display coordinates using DMS notation, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: inline } &lt;br /&gt;
   .geo-dec { display: none }   .geo-dms { display: inline }&lt;br /&gt;
&lt;br /&gt;
To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: inline } &lt;br /&gt;
   .geo-dec { display: inline }   .geo-dms { display: inline }&lt;br /&gt;
   .geo-multi-punct { display: inline }&lt;br /&gt;
&lt;br /&gt;
See [[Template:Coor link]] for how these are used.&lt;br /&gt;
&lt;br /&gt;
Note that the classes &amp;quot;geo&amp;quot;, &amp;quot;longitude&amp;quot;, and &amp;quot;latitude&amp;quot; are not just styles but also used by the [[Geo microformat]], so the names should not be changed.&lt;br /&gt;
&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.geo-default { display: inline; }&lt;br /&gt;
.geo-nondefault { display: none; }&lt;br /&gt;
.geo-dms { display: inline; }&lt;br /&gt;
.geo-dec { display: inline; }&lt;br /&gt;
.geo-multi-punct { display: none; }&lt;br /&gt;
&lt;br /&gt;
.longitude .latitude {&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */&lt;br /&gt;
.geo { }&lt;br /&gt;
&lt;br /&gt;
/***** end Geo-related */&lt;br /&gt;
&lt;br /&gt;
/* When &amp;lt;div class=&amp;quot;nonumtoc&amp;quot;&amp;gt; is used on the table of contents, the ToC will display without numbers */&lt;br /&gt;
.nonumtoc .tocnumber { display:none; }&lt;br /&gt;
.nonumtoc #toc ul,&lt;br /&gt;
.nonumtoc .toc ul {&lt;br /&gt;
    line-height: 1.5em;&lt;br /&gt;
    list-style: none;&lt;br /&gt;
    margin: .3em 0 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
.nonumtoc #toc ul ul, &lt;br /&gt;
.nonumtoc .toc ul ul { &lt;br /&gt;
    margin: 0 0 0 2em; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Allow limiting of which header levels are shown in a TOC; &amp;lt;div class=&amp;quot;toclimit-3&amp;quot;&amp;gt;, for&lt;br /&gt;
   instance, will limit to showing ==headings== and ===headings=== but no further (as long as&lt;br /&gt;
   there are no =headings= on the page, which there shouldn't be according to the MoS). */&lt;br /&gt;
.toclimit-2 .toclevel-2 {display:none;}&lt;br /&gt;
.toclimit-3 .toclevel-3 {display:none;}&lt;br /&gt;
.toclimit-4 .toclevel-4 {display:none;}&lt;br /&gt;
.toclimit-5 .toclevel-5 {display:none;}&lt;br /&gt;
.toclimit-6 .toclevel-6 {display:none;}&lt;br /&gt;
.toclimit-7 .toclevel-7 {display:none;}&lt;br /&gt;
&lt;br /&gt;
/* Allow transcluded pages to display in lists rather than a table. Compatible in Firefox; incompatible in IE6. */&lt;br /&gt;
.listify td {display:list-item}&lt;br /&gt;
.listify tr {display:block}&lt;br /&gt;
.listify table {display:block}&lt;br /&gt;
&lt;br /&gt;
/* Styling for Template:Quote */&lt;br /&gt;
&lt;br /&gt;
blockquote.templatequote { margin-top: 0; }&lt;br /&gt;
&lt;br /&gt;
blockquote.templatequote div.templatequotecite { &lt;br /&gt;
    line-height: 1em;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    padding-left: 2em;&lt;br /&gt;
    margin-top: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
blockquote.templatequote div.templatequotecite cite {&lt;br /&gt;
    font-size: smaller;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.user-block {&lt;br /&gt;
    padding: 5px;&lt;br /&gt;
    border: 1px solid #A9A9A9;&lt;br /&gt;
    background-color: #FFEFD5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevents line breaks in links; see docs at Template:Nowraplinks */&lt;br /&gt;
&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* For template documentation */&lt;br /&gt;
.template-documentation {&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 1em 0 0 0;&lt;br /&gt;
    border: 1px solid #aaa; &lt;br /&gt;
    background-color: #ecfcf4; &lt;br /&gt;
    padding: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.thumbinner {&lt;br /&gt;
    min-width:100px;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/MediaWiki:Common.css</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/MediaWiki:Common.css"/>
				<updated>2008-01-15T07:31:10Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
/*&lt;br /&gt;
ATTENTION ADMINISTRATORS:&lt;br /&gt;
 &lt;br /&gt;
This is the CSS for all skins. Any major changes to this page or&lt;br /&gt;
[[MediaWiki:Monobook.css|Monobook.css]] should be first proposed on&lt;br /&gt;
the [[Wikipedia:Village pump (technical)|Village pump]].  &lt;br /&gt;
 &lt;br /&gt;
Furthermore, changes should probably be made in [[MediaWiki:Common.css]]&lt;br /&gt;
rather than this page.&lt;br /&gt;
 &lt;br /&gt;
Testing can be done on your own user Monobook.css. In [[Mozilla]] and&lt;br /&gt;
[[Opera (web browser)|Opera]], you can also test style changes dynamically&lt;br /&gt;
with the [http://www.squarefree.com/bookmarklets/webdevel.html test styles]&lt;br /&gt;
bookmarklet from squarefree.com. It pops up a window for adding style rules,&lt;br /&gt;
and updates the page as you type.&lt;br /&gt;
 &lt;br /&gt;
Always check with the [http://tinyurl.com/28y334 W3C CSS Validation Service]&lt;br /&gt;
([http://tinyurl.com/2g8bsk CVS version]) after any changes.&lt;br /&gt;
&lt;br /&gt;
See also: [[Wikipedia:Catalogue of CSS classes|catalogue of CSS classes]].&lt;br /&gt;
 &lt;br /&gt;
Thank you.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt; */&lt;br /&gt;
 &lt;br /&gt;
/* Main page fixes */&lt;br /&gt;
#interwiki-completelist {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Add space below the toolbar */&lt;br /&gt;
#toolbar {&lt;br /&gt;
    margin-bottom: 6px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* make the list of references look smaller */&lt;br /&gt;
ol.references {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.references-small { font-size: 90%;}&lt;br /&gt;
&lt;br /&gt;
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */&lt;br /&gt;
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */&lt;br /&gt;
/* column-count is from the CSS3 module &amp;quot;CSS Multi-column Layout&amp;quot; */&lt;br /&gt;
/* Please ignore any validator errors caused by these two lines */&lt;br /&gt;
.references-2column {&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
    -moz-column-count:2;&lt;br /&gt;
    -webkit-column-count:2;&lt;br /&gt;
    column-count:2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.same-bg { background: none }&lt;br /&gt;
&lt;br /&gt;
/* Highlight clicked reference in blue to help navigation */&lt;br /&gt;
ol.references &amp;gt; li:target {&lt;br /&gt;
    background-color: #DEF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
sup.reference:target { &lt;br /&gt;
    background-color: #DEF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for citations */&lt;br /&gt;
cite {&lt;br /&gt;
    font-style: normal;&lt;br /&gt;
    word-wrap: break-word;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */&lt;br /&gt;
cite:target { &lt;br /&gt;
    background-color: #DEF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Do not expand URLs within citations for printing. The URLs should be included explicitly, to avoid confusion */&lt;br /&gt;
&lt;br /&gt;
@media print {&lt;br /&gt;
    #content cite a.external.text:after {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */&lt;br /&gt;
&lt;br /&gt;
@media screen, handheld, projection {&lt;br /&gt;
    cite *.printonly {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* wikitable/prettytable class for skinning normal tables */&lt;br /&gt;
table.wikitable,&lt;br /&gt;
table.prettytable {&lt;br /&gt;
    margin: 1em 1em 1em 0;&lt;br /&gt;
    background: #f9f9f9;&lt;br /&gt;
    border: 1px #aaa solid;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable th, table.wikitable td,&lt;br /&gt;
table.prettytable th, table.prettytable td {&lt;br /&gt;
    border: 1px #aaa solid;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable th,&lt;br /&gt;
table.prettytable th {&lt;br /&gt;
    background: #f2f2f2;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable caption,&lt;br /&gt;
table.prettytable caption {&lt;br /&gt;
    margin-left: inherit;&lt;br /&gt;
    margin-right: inherit;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.prettytable code,&lt;br /&gt;
table.wikitable code {&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default skin for navigation boxes */&lt;br /&gt;
table.navbox {&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
    margin: 1em 0em 0em;&lt;br /&gt;
    padding: 2px;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.navbox th {&lt;br /&gt;
    background-color: #ccf;&lt;br /&gt;
    padding-left: 1em;&lt;br /&gt;
    padding-right: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media print {&lt;br /&gt;
    .navbox {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Infobox template style */&lt;br /&gt;
.infobox {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    color: black;&lt;br /&gt;
    margin-bottom: 0.5em;&lt;br /&gt;
    margin-left: 1em;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
    vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
.infobox caption {&lt;br /&gt;
    font-size: larger;&lt;br /&gt;
    margin-left: inherit;&lt;br /&gt;
}&lt;br /&gt;
.infobox.bordered {&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
}&lt;br /&gt;
.infobox.bordered td,&lt;br /&gt;
.infobox.bordered th {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
.infobox.bordered .borderless td,&lt;br /&gt;
.infobox.bordered .borderless th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.sisterproject {&lt;br /&gt;
    width: 20em;&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media print {&lt;br /&gt;
    .infobox.sisterproject {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* styles for bordered infobox with merged rows */&lt;br /&gt;
.infobox.bordered .mergedtoprow td,&lt;br /&gt;
.infobox.bordered .mergedtoprow th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    border-top: 1px solid #aaa;&lt;br /&gt;
    border-right: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.bordered .mergedrow td,&lt;br /&gt;
.infobox.bordered .mergedrow th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    border-right: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */&lt;br /&gt;
.infobox.geography {&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    line-height: 1.2em; &lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography  td,&lt;br /&gt;
.infobox.geography  th {&lt;br /&gt;
    border-top: solid 1px #aaa;&lt;br /&gt;
    padding: 0.4em 0.6em 0.4em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
.infobox.geography .mergedtoprow td,&lt;br /&gt;
.infobox.geography .mergedtoprow th {&lt;br /&gt;
    border-top: solid 1px #aaa;&lt;br /&gt;
    padding: 0.4em 0.6em 0.2em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography .mergedrow td,&lt;br /&gt;
.infobox.geography .mergedrow th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    padding: 0 0.6em 0.2em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography .mergedbottomrow td,&lt;br /&gt;
.infobox.geography .mergedbottomrow th {&lt;br /&gt;
    border-top: 0;&lt;br /&gt;
    border-bottom: solid 1px #aaa;&lt;br /&gt;
    padding: 0 0.6em 0.4em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography .maptable td,&lt;br /&gt;
.infobox.geography .maptable th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for &amp;quot;notices&amp;quot; */&lt;br /&gt;
.notice {&lt;br /&gt;
    margin: 1em;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#disambig {&lt;br /&gt;
    border-top: 1px solid #ccc; &lt;br /&gt;
    border-bottom: 1px solid #ccc;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.spoiler {&lt;br /&gt;
    border-top: 2px solid #ddd;&lt;br /&gt;
    border-bottom: 2px solid #ddd;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Standard talk template style */&lt;br /&gt;
&lt;br /&gt;
.Talk-Notice  {&lt;br /&gt;
    border: 1px solid #C0C090;&lt;br /&gt;
    background-color: #F8EABA;&lt;br /&gt;
    margin-bottom: 3px;&lt;br /&gt;
    width: 85%;&lt;br /&gt;
    border-spacing: 3px;&lt;br /&gt;
    margin-left: auto;&lt;br /&gt;
    margin-right: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.Talk-Notice:after {&lt;br /&gt;
  content: &amp;quot;The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]].&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make template background appear correctly on all browsers */&lt;br /&gt;
.Talk-Notice td {&lt;br /&gt;
    background: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Persondata and other (future) metadata */&lt;br /&gt;
table.InChI, /* temporary */&lt;br /&gt;
table.persondata {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    display: none;&lt;br /&gt;
    speak: none;&lt;br /&gt;
}&lt;br /&gt;
.InChI-label, /* temporary */&lt;br /&gt;
.persondata-label {&lt;br /&gt;
    color: #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */&lt;br /&gt;
.redirect-in-category, .allpagesredirect {&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Class for links with loudspeaker icon next to them */&lt;br /&gt;
/* (Used in [[Template:Audio]] and the like to make the speaker clickable) */&lt;br /&gt;
&lt;br /&gt;
.audiolink a {&lt;br /&gt;
    background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png&amp;quot;) center left no-repeat !important;&lt;br /&gt;
    padding-left: 16px !important;&lt;br /&gt;
    padding-right: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */&lt;br /&gt;
&lt;br /&gt;
div.listenlist {&lt;br /&gt;
    background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png&amp;quot;);&lt;br /&gt;
    padding-left: 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.videolist, div.multivideolist {&lt;br /&gt;
    background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png&amp;quot;);&lt;br /&gt;
    padding-left: 50px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style rules for media list templates */&lt;br /&gt;
div.medialist {&lt;br /&gt;
    min-height: 50px;&lt;br /&gt;
    margin: 1em;&lt;br /&gt;
    background-position: top left;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.medialist ul {&lt;br /&gt;
    list-style-type: none; &lt;br /&gt;
    list-style-image: none;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.medialist ul li {&lt;br /&gt;
    padding-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.medialist ul li li {&lt;br /&gt;
    font-size: 91%;&lt;br /&gt;
    padding-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to an Adobe icon for all PDF files */&lt;br /&gt;
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */&lt;br /&gt;
#bodyContent a[href$=&amp;quot;.pdf&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.pdf?&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
#bodyContent a[href$=&amp;quot;.PDF&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.PDF?&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;&lt;br /&gt;
    padding-right: 16px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to an Adobe icon anywhere the PDFlink class */&lt;br /&gt;
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */&lt;br /&gt;
span.PDFlink a {&lt;br /&gt;
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;&lt;br /&gt;
    padding-right: 17px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.geolink a {&lt;br /&gt;
    background: url(http://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;&lt;br /&gt;
    padding-right: 11px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Content in columns with CSS instead of tables [[Template:Columns]] */&lt;br /&gt;
div.columns-2 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 50%;&lt;br /&gt;
    min-width: 300px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.columns-3 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 33.3%;&lt;br /&gt;
    min-width: 200px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.columns-4 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 25%;&lt;br /&gt;
    min-width: 150px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.columns-5 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 20%;&lt;br /&gt;
    min-width: 120px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*Add formatting to make sure that &amp;quot;external references&amp;quot; from [[Template:Ref]] do&lt;br /&gt;
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was&lt;br /&gt;
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class&lt;br /&gt;
  &amp;quot;urlexpansion&amp;quot;, which was not displayed on screen, but was shown when the medium was&lt;br /&gt;
  &amp;quot;print&amp;quot;. The rules below ensure (a) that there is no extra padding to the right of&lt;br /&gt;
  the anchor (displayed as &amp;quot;[&amp;lt;number&amp;gt;]&amp;quot;), (b) that there is no &amp;quot;external link arrow&amp;quot; for&lt;br /&gt;
  the link, and (c) that this SPAN of class &amp;quot;urlexpansion&amp;quot; is never shown.&lt;br /&gt;
  ~~~~&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.plainlinksneverexpand {&lt;br /&gt;
    background: none ! important;&lt;br /&gt;
    padding: 0 ! important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.plainlinksneverexpand .urlexpansion {&lt;br /&gt;
    display: none ! important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make sure that ext links displayed within &amp;quot;plainlinksneverexpand&amp;quot; don't get&lt;br /&gt;
   the arrow...&lt;br /&gt;
*/&lt;br /&gt;
.plainlinksneverexpand a {&lt;br /&gt;
    background: none !important;&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class &amp;quot;urlexpansion&amp;quot;&lt;br /&gt;
   following the anchor A, the anchor itself now has class &amp;quot;external autonumber&amp;quot; and the&lt;br /&gt;
   expansion is inserted when printing (see the common printing style sheet at&lt;br /&gt;
   http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the &amp;quot;:after&amp;quot; pseudo-&lt;br /&gt;
   element of CSS. We have to switch this off for links due to Template:Ref!&lt;br /&gt;
*/&lt;br /&gt;
.plainlinksneverexpand a.external.text:after {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
.plainlinksneverexpand a.external.autonumber:after {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Messagebox templates */&lt;br /&gt;
.messagebox {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    width: 80%;&lt;br /&gt;
    margin: 0 auto 1em auto;&lt;br /&gt;
    padding: .2em;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.merge {&lt;br /&gt;
    border: 1px solid #c0b8cc;&lt;br /&gt;
    background-color: #f0e5ff;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.cleanup {&lt;br /&gt;
    border: 1px solid #9f9fff;&lt;br /&gt;
    background-color: #efefff;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.standard-talk {&lt;br /&gt;
    border: 1px solid #c0c090;&lt;br /&gt;
    background-color: #f8eaba;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.nested-talk {&lt;br /&gt;
    border: 1px solid #c0c090;&lt;br /&gt;
    background-color: #f8eaba;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    margin: 2px 4px 2px 4px;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.small {&lt;br /&gt;
    width: 238px;&lt;br /&gt;
    font-size: 85%;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 0 0 1em 1em;&lt;br /&gt;
    line-height: 1.25em; &lt;br /&gt;
}&lt;br /&gt;
.messagebox.small-talk {&lt;br /&gt;
    width: 238px;&lt;br /&gt;
    font-size: 85%;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 0 0 1em 1em;&lt;br /&gt;
    line-height: 1.25em; &lt;br /&gt;
    background: #F8EABA;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Article message box template styles */&lt;br /&gt;
table.ambox {&lt;br /&gt;
    margin: 0 10%;                       /* Will not overlap with other elements */&lt;br /&gt;
    border-collapse: collapse; &lt;br /&gt;
    background: #fbfbfb; &lt;br /&gt;
    border: 1px solid #aaa; &lt;br /&gt;
    border-left: 10px solid #1e90ff;     /* Default &amp;quot;notice&amp;quot; blue */&lt;br /&gt;
}&lt;br /&gt;
table.ambox th.ambox-text, table.ambox td.ambox-text {      /* The message body cell(s) */&lt;br /&gt;
    padding: 0.25em 0.5em;            /* 0.5em left/right */&lt;br /&gt;
    width: 100%;                      /* Make all templates the same width regardless of text size */&lt;br /&gt;
}&lt;br /&gt;
table.ambox td.ambox-image {          /* The left image cell */&lt;br /&gt;
    padding: 2px 0px 2px 0.5em;       /* 0.5em left, 0px right */&lt;br /&gt;
    text-align: center; &lt;br /&gt;
}&lt;br /&gt;
table.ambox td.ambox-imageright {     /* The right image cell */&lt;br /&gt;
    padding: 2px 4px 2px 0px;         /* 0px left, 4px right */&lt;br /&gt;
    text-align: center; &lt;br /&gt;
}&lt;br /&gt;
table.ambox-notice {&lt;br /&gt;
    border-left: 10px solid #1e90ff;     /* Blue */&lt;br /&gt;
/* border-right: 10px solid #1e90ff; */  /* If you want two blue bars */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-delete,&lt;br /&gt;
table.ambox-serious {&lt;br /&gt;
    border-left: 10px solid #b22222;     /* Red */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-content {&lt;br /&gt;
    border-left: 10px solid #f28500;     /* Orange */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-style {&lt;br /&gt;
    border-left: 10px solid #f4c430;     /* Yellow */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-merge {&lt;br /&gt;
    border-left: 10px solid #9932cc;     /* Purple */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-protection {&lt;br /&gt;
    border-left: 10px solid #bba;        /* Gray */&lt;br /&gt;
}&lt;br /&gt;
table.ambox.ambox-mini {                 /* small floating box variant */&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
    margin: 0 0 0 1em;&lt;br /&gt;
    width: 25%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Put a checker background at the image description page only visible if the image has transparent background */&lt;br /&gt;
#file img {background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png&amp;quot;) repeat;}&lt;br /&gt;
&lt;br /&gt;
/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */&lt;br /&gt;
.IPA {&lt;br /&gt;
    font-family: &amp;quot;Chrysanthi Unicode&amp;quot;, &amp;quot;Doulos SIL&amp;quot;, Gentium, GentiumAlt, Code2000, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;DejaVu Sans&amp;quot;, &amp;quot;Bitstream Cyberbit&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;, &amp;quot;Hiragino Kaku Gothic Pro&amp;quot;, &amp;quot;Matrix Unicode&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.Unicode {&lt;br /&gt;
    font-family: Code2000, Code2001, &amp;quot;Free Serif&amp;quot;, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;Doulos SIL&amp;quot;, &amp;quot;Chrysanthi Unicode&amp;quot;, &amp;quot;Bitstream Cyberbit&amp;quot;, &amp;quot;Bitstream CyberBase&amp;quot;, Thryomanes, Gentium, GentiumAlt, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Free Sans&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.latinx {&lt;br /&gt;
    font-family: Code2000, Code2001, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;Microsoft Sans Serif&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.polytonic {&lt;br /&gt;
    font-family: &amp;quot;Athena Unicode&amp;quot;, Gentium, &amp;quot;Palatino Linotype&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, Code2000; &lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.mufi {&lt;br /&gt;
    font-family: Alphabetum, Cardo, LeedsUni, Junicode, &amp;quot;TITUS Cyberbit Basic&amp;quot;, ALPHA-Demo;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Pseudo-classes in support of [[Template:lang]]. */&lt;br /&gt;
&lt;br /&gt;
:lang(he) {&lt;br /&gt;
    font-family: &amp;quot;SBL Hebrew&amp;quot;, &amp;quot;Ezra SIL SR&amp;quot;, &amp;quot;Ezra SIL&amp;quot;, Cardo, &amp;quot;Chrysanthi Unicode&amp;quot;, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, Narkisim, &amp;quot;Times New Roman&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(fa) {&lt;br /&gt;
    font-family: &amp;quot;Nafees Nastaleeq&amp;quot;, &amp;quot;Pak Nastaleeq&amp;quot;, PDMS_Jauhar;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ps) {&lt;br /&gt;
    font-family: &amp;quot;Nafees Nastaleeq&amp;quot;, &amp;quot;Pak Nastaleeq&amp;quot;, PDMS_Jauhar;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ur) {&lt;br /&gt;
    font-family: &amp;quot;Nafees Nastaleeq&amp;quot;, &amp;quot;Pak Nastaleeq&amp;quot;, PDMS_Jauhar;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(sux-Xsux) {&lt;br /&gt;
    font-family: Akkadian;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ja) {&lt;br /&gt;
       font-family: Code2000, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Bitstream Cyberbit&amp;quot;, &amp;quot;Bitstream CyberCJK&amp;quot;, IPAGothic, IPAPGothic, IPAUIGothic, &amp;quot;Kochi Gothic&amp;quot;, IPAMincho, IPAPMincho;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ko) {&lt;br /&gt;
    font-family: &amp;quot;Adobe Myungjo Std M&amp;quot;, AppleMyungjo, &amp;quot;Baekmuk Batang&amp;quot;, &amp;quot;Baekmuk Gulim&amp;quot;, Batang, Dotum, DotumChe, Gulim, GulimChe, HYGothic-Extra, HYMyeongJo-Extra, &amp;quot;New Gulim&amp;quot;, UnBatang, UnDotum, UnYetgul, UWKMJF;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(zh-Hans) {&lt;br /&gt;
    font-family: &amp;quot;Adobe Song Std L&amp;quot;, &amp;quot;AR PL ShanHeiSun Uni&amp;quot;, &amp;quot;AR PL ShanHeiSun Uni MBE&amp;quot;, &amp;quot;MS Hei&amp;quot;, &amp;quot;MS Song&amp;quot;, SimHei;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(zh-Hant) {&lt;br /&gt;
    font-family: &amp;quot;Adobe Ming Std L&amp;quot;, &amp;quot;AR PL New Sung&amp;quot;, &amp;quot;AR PL ZenKai Uni&amp;quot;, &amp;quot;AR PL ZenKai Uni MBE&amp;quot;, MingLiU, PMingLiU;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(grc) {&lt;br /&gt;
    font-family: &amp;quot;Athena Unicode&amp;quot;, Gentium, &amp;quot;Palatino Linotype&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, Code2000;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#wpSave {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */&lt;br /&gt;
.hiddenStructure {&lt;br /&gt;
    display: inline ! important;&lt;br /&gt;
    color: #f00; &lt;br /&gt;
    background-color: #0f0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* suppress missing interwiki image links where #ifexist cannot be used due to high number of requests */&lt;br /&gt;
/* use restricted to rail icon management pages */&lt;br /&gt;
/* see .hidden-redlink on http://meta.wikimedia.org/wiki/MediaWiki:Common.css */&lt;br /&gt;
.check-icon a.new {&lt;br /&gt;
    display: none; &lt;br /&gt;
    speak:none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Removes underlines from links */&lt;br /&gt;
.nounderlines a { &lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underline from IPA links */&lt;br /&gt;
.IPA a:link, .IPA a:visited {&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Removes useless links from printout */&lt;br /&gt;
@media print {&lt;br /&gt;
    #privacy, #about, #disclaimer {display:none;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#EnWpMpBook { background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }&lt;br /&gt;
#EnWpMpSearch { background: url(http://upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }&lt;br /&gt;
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }&lt;br /&gt;
#EnWpMpBook2 { background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }&lt;br /&gt;
&lt;br /&gt;
/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */&lt;br /&gt;
&lt;br /&gt;
div.Boxmerge,&lt;br /&gt;
div.NavFrame {&lt;br /&gt;
    margin: 0px;&lt;br /&gt;
    padding: 4px;&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    font-size: 95%;&lt;br /&gt;
}&lt;br /&gt;
div.Boxmerge div.NavFrame {&lt;br /&gt;
    border-style: none;&lt;br /&gt;
    border-style: hidden;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame + div.NavFrame {&lt;br /&gt;
    border-top-style: none;&lt;br /&gt;
    border-top-style: hidden;&lt;br /&gt;
}&lt;br /&gt;
div.NavPic {&lt;br /&gt;
    background-color: #fff;&lt;br /&gt;
    margin: 0px;&lt;br /&gt;
    padding: 2px;&lt;br /&gt;
    float: left;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame div.NavHead {&lt;br /&gt;
    height: 1.6em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    background-color: #ccf;&lt;br /&gt;
    position:relative;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame p {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame div.NavContent {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame div.NavContent p {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
div.NavEnd {&lt;br /&gt;
    margin: 0px;&lt;br /&gt;
    padding: 0px;&lt;br /&gt;
    line-height: 1px;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
a.NavToggle {&lt;br /&gt;
    position:absolute;&lt;br /&gt;
    top:0px;&lt;br /&gt;
    right:3px;&lt;br /&gt;
    font-weight:normal;&lt;br /&gt;
    font-size:smaller;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Coloured watchlist numbers */&lt;br /&gt;
.mw-plusminus-pos {&lt;br /&gt;
    color: #006400; /* darkgreen */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* .mw-plusminus-null currently at developer default */&lt;br /&gt;
&lt;br /&gt;
.mw-plusminus-neg {&lt;br /&gt;
    color: #8B0000; /* darkred */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dablink {&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
    padding-left: 2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dablink i {&lt;br /&gt;
    font-style: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for horizontal UL lists */&lt;br /&gt;
.horizontal ul {&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.horizontal li { &lt;br /&gt;
    padding: 0 0.6em 0 0.4em;&lt;br /&gt;
    display: inline;&lt;br /&gt;
    border-right: 1px solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.horizontal li:last-child {&lt;br /&gt;
    border-right: none;&lt;br /&gt;
    padding-right: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Geographical coordinates &lt;br /&gt;
&lt;br /&gt;
To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: none } &lt;br /&gt;
   .geo-dec { display: inline } .geo-dms { display: inline }&lt;br /&gt;
&lt;br /&gt;
To display coordinates using decimal notation, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: inline } &lt;br /&gt;
   .geo-dec { display: inline } .geo-dms { display: none }&lt;br /&gt;
&lt;br /&gt;
To display coordinates using DMS notation, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: inline } &lt;br /&gt;
   .geo-dec { display: none }   .geo-dms { display: inline }&lt;br /&gt;
&lt;br /&gt;
To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: inline } &lt;br /&gt;
   .geo-dec { display: inline }   .geo-dms { display: inline }&lt;br /&gt;
   .geo-multi-punct { display: inline }&lt;br /&gt;
&lt;br /&gt;
See [[Template:Coor link]] for how these are used.&lt;br /&gt;
&lt;br /&gt;
Note that the classes &amp;quot;geo&amp;quot;, &amp;quot;longitude&amp;quot;, and &amp;quot;latitude&amp;quot; are not just styles but also used by the [[Geo microformat]], so the names should not be changed.&lt;br /&gt;
&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.geo-default { display: inline; }&lt;br /&gt;
.geo-nondefault { display: none; }&lt;br /&gt;
.geo-dms { display: inline; }&lt;br /&gt;
.geo-dec { display: inline; }&lt;br /&gt;
.geo-multi-punct { display: none; }&lt;br /&gt;
&lt;br /&gt;
.longitude .latitude {&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */&lt;br /&gt;
.geo { }&lt;br /&gt;
&lt;br /&gt;
/***** end Geo-related */&lt;br /&gt;
&lt;br /&gt;
/* When &amp;lt;div class=&amp;quot;nonumtoc&amp;quot;&amp;gt; is used on the table of contents, the ToC will display without numbers */&lt;br /&gt;
.nonumtoc .tocnumber { display:none; }&lt;br /&gt;
.nonumtoc #toc ul,&lt;br /&gt;
.nonumtoc .toc ul {&lt;br /&gt;
    line-height: 1.5em;&lt;br /&gt;
    list-style: none;&lt;br /&gt;
    margin: .3em 0 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
.nonumtoc #toc ul ul, &lt;br /&gt;
.nonumtoc .toc ul ul { &lt;br /&gt;
    margin: 0 0 0 2em; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Allow limiting of which header levels are shown in a TOC; &amp;lt;div class=&amp;quot;toclimit-3&amp;quot;&amp;gt;, for&lt;br /&gt;
   instance, will limit to showing ==headings== and ===headings=== but no further (as long as&lt;br /&gt;
   there are no =headings= on the page, which there shouldn't be according to the MoS). */&lt;br /&gt;
.toclimit-2 .toclevel-2 {display:none;}&lt;br /&gt;
.toclimit-3 .toclevel-3 {display:none;}&lt;br /&gt;
.toclimit-4 .toclevel-4 {display:none;}&lt;br /&gt;
.toclimit-5 .toclevel-5 {display:none;}&lt;br /&gt;
.toclimit-6 .toclevel-6 {display:none;}&lt;br /&gt;
.toclimit-7 .toclevel-7 {display:none;}&lt;br /&gt;
&lt;br /&gt;
/* Allow transcluded pages to display in lists rather than a table. Compatible in Firefox; incompatible in IE6. */&lt;br /&gt;
.listify td {display:list-item}&lt;br /&gt;
.listify tr {display:block}&lt;br /&gt;
.listify table {display:block}&lt;br /&gt;
&lt;br /&gt;
/* Styling for Template:Quote */&lt;br /&gt;
&lt;br /&gt;
blockquote.templatequote { margin-top: 0; }&lt;br /&gt;
&lt;br /&gt;
blockquote.templatequote div.templatequotecite { &lt;br /&gt;
    line-height: 1em;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    padding-left: 2em;&lt;br /&gt;
    margin-top: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
blockquote.templatequote div.templatequotecite cite {&lt;br /&gt;
    font-size: smaller;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.user-block {&lt;br /&gt;
    padding: 5px;&lt;br /&gt;
    border: 1px solid #A9A9A9;&lt;br /&gt;
    background-color: #FFEFD5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevents line breaks in links; see docs at Template:Nowraplinks */&lt;br /&gt;
&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* For template documentation */&lt;br /&gt;
.template-documentation {&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 1em 0 0 0;&lt;br /&gt;
    border: 1px solid #aaa; &lt;br /&gt;
    background-color: #ecfcf4; &lt;br /&gt;
    padding: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.thumbinner {&lt;br /&gt;
    min-width:100px;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
/* &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; */&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/Main_Page"/>
				<updated>2008-01-15T07:11:41Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: /* About the Patrol */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to TBSPedia ==&lt;br /&gt;
&lt;br /&gt;
TBSPedia is the resource for all things TBSP. If you've never worked with a wiki before, &lt;br /&gt;
it's easy! You can find some [[http://en.wikipedia.org/wiki/Wikipedia:Tutorial_%28Formatting%29 Quick Start instructions from wikipedia]]&lt;br /&gt;
or [[http://en.wikipedia.org/wiki/Help:Editing a full tutorial on using wikis]].&lt;br /&gt;
&lt;br /&gt;
'''New''': [[How to upload files]] and attachments to your Wiki documents!&lt;br /&gt;
&lt;br /&gt;
== About the Patrol ==&lt;br /&gt;
[[image:TBSP_2007.jpg|320x240px|right]]&lt;br /&gt;
;[[PatrolManual]]:Read up on the latest version of the Patrol Manual.&lt;br /&gt;
;[[TBSP Recruiting]]:Join the patrol!&lt;br /&gt;
;[[TBSP Officers]]:TBSP Volunteer Staff, &amp;quot;The Suits&amp;quot;&lt;br /&gt;
;[[2007-2008 Candidates|2007-2008 Candidates]]:TBSP Candidate Class of 2007-2008&lt;br /&gt;
;[[Search And Rescue]]:TBSP's Search and Rescue Team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Logistics ==&lt;br /&gt;
;[[Hobart Chalet]]: Chalet instructions for this year.&lt;br /&gt;
;[[Boreal Patrol]]: Instructions for your Boreal day.&lt;br /&gt;
;[[Scheduling]]: Rules for scheduling patrol days&lt;br /&gt;
;[[TodoList]]: TBSP Intranet Projects&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/Main_Page"/>
				<updated>2008-01-15T07:11:12Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: /* About the Patrol */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to TBSPedia ==&lt;br /&gt;
&lt;br /&gt;
TBSPedia is the resource for all things TBSP. If you've never worked with a wiki before, &lt;br /&gt;
it's easy! You can find some [[http://en.wikipedia.org/wiki/Wikipedia:Tutorial_%28Formatting%29 Quick Start instructions from wikipedia]]&lt;br /&gt;
or [[http://en.wikipedia.org/wiki/Help:Editing a full tutorial on using wikis]].&lt;br /&gt;
&lt;br /&gt;
'''New''': [[How to upload files]] and attachments to your Wiki documents!&lt;br /&gt;
&lt;br /&gt;
== About the Patrol ==&lt;br /&gt;
[[image:TBSP_2007.jpg|320x240px|right]]&lt;br /&gt;
;[[PatrolManual]]:Read up on the latest version of the Patrol Manual.&lt;br /&gt;
;[[TBSP Recruiting]]:Join the patrol!&lt;br /&gt;
;[[TBSP Officers]]:TBSP Volunteer Staff, &amp;quot;The Suits&amp;quot;&lt;br /&gt;
;[[2007-2008 Candidates|2007-2008 Candidates]]:TBSP Candidate Class of 2007-2008&lt;br /&gt;
;[[Search And Rescue]]:TBSP's Search and Rescue Team&lt;br /&gt;
&lt;br /&gt;
== Logistics ==&lt;br /&gt;
;[[Hobart Chalet]]: Chalet instructions for this year.&lt;br /&gt;
;[[Boreal Patrol]]: Instructions for your Boreal day.&lt;br /&gt;
;[[Scheduling]]: Rules for scheduling patrol days&lt;br /&gt;
;[[TodoList]]: TBSP Intranet Projects&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/File:TBSP_2007.jpg</id>
		<title>File:TBSP 2007.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/File:TBSP_2007.jpg"/>
				<updated>2008-01-15T07:09:43Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: 2007 TBSP Operations Refresher&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2007 TBSP Operations Refresher&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/TodoList</id>
		<title>TodoList</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/TodoList"/>
				<updated>2008-01-15T07:04:57Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: /* TBSPedia */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* '''[[Talk:TodoList| Beta comments]]''': Click here or the &amp;quot;discussion&amp;quot; tab at the top of the page to add your comments!&lt;br /&gt;
&lt;br /&gt;
== Database Import / Intranet ==&lt;br /&gt;
* Set up mysql database, import data from .csv files&lt;br /&gt;
* Modify .php and .cgi scripts to read the database&lt;br /&gt;
** patroldays/lottery/index.php&lt;br /&gt;
** patroldays/lottery.pl&lt;br /&gt;
** patroldays/patroldays.cgi&lt;br /&gt;
** patrolroster/patrolroster.cgi&lt;br /&gt;
&lt;br /&gt;
''working on this - Chris''&lt;br /&gt;
&lt;br /&gt;
''testing...''&lt;br /&gt;
&lt;br /&gt;
== [[TBSPHomePage]] ==&lt;br /&gt;
* done!&lt;br /&gt;
* system for uploading new articles?&lt;br /&gt;
&lt;br /&gt;
== TBSP Intranet ==&lt;br /&gt;
=== TBSPedia ===&lt;br /&gt;
* PDF export&lt;br /&gt;
* Import patroller Manual&lt;br /&gt;
* Assign reviewers for Patrol Manual&lt;br /&gt;
* add librsvg for SVG image support&lt;br /&gt;
&lt;br /&gt;
=== beacon.tbsp.org ===&lt;br /&gt;
# TBSP Logins and Authentications&lt;br /&gt;
# Up to date Roster&lt;br /&gt;
# Roster, online edit for personal info&lt;br /&gt;
# Online patrol day swapping and modifications&lt;br /&gt;
# Mountain Manager Blog&lt;br /&gt;
# Record of Attendance&lt;br /&gt;
# Record of Training&lt;br /&gt;
# Online DOL Submission [[DailyOperationsLogTodo]]&lt;br /&gt;
&lt;br /&gt;
==== Automatic Emails and Email Lists ====&lt;br /&gt;
# Mountain Manager email address&lt;br /&gt;
# Weekly MM Address&lt;br /&gt;
# Lists: Board of Directors, Patrol Officers&lt;br /&gt;
# Boreal FAR automatic notification email&lt;br /&gt;
# Patroller automatic notification email&lt;br /&gt;
&lt;br /&gt;
=== TBSPedia Materials ===&lt;br /&gt;
# Put the Patrol Manual in the Wiki&lt;br /&gt;
#: http://xpt.sourceforge.net/tools/wiki_import/&lt;br /&gt;
#: Where are the .docs for the patroller manual?&lt;br /&gt;
# wiki-&amp;gt;pdf engine?&lt;br /&gt;
&lt;br /&gt;
=== Eric's Comments ===&lt;br /&gt;
&lt;br /&gt;
 GREG'S LOTTERY SIGNUP SYSTEM&lt;br /&gt;
 1- add field for patroller status after the names                               &lt;br /&gt;
 2- check that a minimum of 2 full patrollers per patroller                      &lt;br /&gt;
 3- instructors and mtn managers get priority round.                             &lt;br /&gt;
 4- people who haven't submitted choices by Wednesday, get dates                 &lt;br /&gt;
 assigned. If you have any problems, talk to Greg to switch dates.               &lt;br /&gt;
 5- need to list empty mtn mgr dates and send email out soliciting               &lt;br /&gt;
 volunteers                                                                      &lt;br /&gt;
 6- figure out system/interface for switching days, and write rules.             &lt;br /&gt;
                                                                                &lt;br /&gt;
 TBSPedia                                                                        &lt;br /&gt;
 1- set up Manual into TBSPedia&lt;br /&gt;
 2- determine which parts of the Manual must be revised, and assign&lt;br /&gt;
 reviewers -- DONE&lt;br /&gt;
 3- output Manual so it can be printed and mailed to Candidates (by end&lt;br /&gt;
 of October) -- DONE&lt;br /&gt;
 4- setup means for recording attendance after patrol&lt;br /&gt;
 5- setup MM reporting format&lt;br /&gt;
 6- get new DOL form approved&lt;br /&gt;
 7- set up email script to Notify Mtn and Patrollers about upcoming Patrol, either 1 or 2 weeks in advance.  Text should be something like: &lt;br /&gt;
&amp;quot;You are receiving this email since you are schedule to patrol on the dates _______.   &lt;br /&gt;
If you cannot fulfill your commitment, please find a replacement and notify the Mtn Manager of the change.  &lt;br /&gt;
&lt;br /&gt;
If you are the Mtn Manager, use this email to record attendence list during the patrol weekend.&amp;quot;&lt;br /&gt;
 8- Clean up other TBSP Manual websites and redirect too TBSPedia.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Patrol Signups ==&lt;br /&gt;
* Done for 2007-2008 Winter Season!&lt;br /&gt;
&lt;br /&gt;
Todo List for next season:&lt;br /&gt;
# Allow groups? &lt;br /&gt;
# Two phase signup fit - first fit minimum #patrollers/day, then maximum #patrollers/day&lt;br /&gt;
# Define temperature function: t = sum_foreachday(e^(3-p)) ?&lt;br /&gt;
# Require 3 selections for Boreal Days&lt;br /&gt;
# Populate less popular end of season days first?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Getting Started with TBSPedia ===&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Help:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[PatrolManual/Appendix_A]]&lt;br /&gt;
&lt;br /&gt;
[[PatrolManual/Manual]]&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/Banana_Phone</id>
		<title>Banana Phone</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/Banana_Phone"/>
				<updated>2008-01-15T06:58:41Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;metadata plainlinks ambox ambox-style&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;ambox-image&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:52px;&amp;quot;&amp;gt;[[Image:Broom icon.png|40px]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;ambox-text&amp;quot;&amp;gt;'''The [[Wikipedia:TONE|tone]] or style of this {{{1|article or section}}} may not be appropriate for TBSPedia.'''&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;font-size:90%&amp;quot;&amp;gt;Specific concerns may be found on the [[{{TALKPAGENAME}}|talk page]].  See Wikipedia's [[Wikipedia:Guide to writing better articles|guide to writing better articles]] for suggestions.&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table class=&amp;quot;metadata plainlinks ambox ambox-style&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;ambox-image&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:52px;&amp;quot;&amp;gt;[[Image:Broom icon.png|40px]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;ambox-text&amp;quot;&amp;gt;'''This article or section appears to contain a large number of  [[Wikipedia:Buzzwords|Buzzwords]].'''&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;Please help [{{fullurl:{{FULLPAGENAME}}|action=edit}} rewrite this article] to make it more concrete and meaningful.&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Boo-ba-doo-ba-doop!&amp;lt;br&amp;gt;Boo-ba-doo-ba-doop!''&lt;br /&gt;
&lt;br /&gt;
''Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;I've got this feeling, so appealing,&amp;lt;br&amp;gt;for us to get together and sing. Sing!''&lt;br /&gt;
&lt;br /&gt;
''Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;Ding dong ding dong ding dong ding &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;It grows in bunches, I've got my hunches,&amp;lt;br&amp;gt;It's the best! Beats the rest!&amp;lt;br&amp;gt;Cellular, Modular, Interactivodular!''&lt;br /&gt;
&lt;br /&gt;
''Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;Boop-boo-ba-doo-ba-doop!&amp;lt;br&amp;gt;Ping pong ping pong ping pong ping &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;It's no baloney, it ain't a p(h)ony&amp;lt;br&amp;gt;My cellular bananular phone!''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;flash&amp;gt;file=badgerphones.swf|width=550|height=400|scale=exactfit&amp;lt;/flash&amp;gt;&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/Banana_Phone</id>
		<title>Banana Phone</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/Banana_Phone"/>
				<updated>2008-01-15T06:49:22Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;metadata plainlinks ambox ambox-style&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;ambox-image&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:52px;&amp;quot;&amp;gt;[[Image:Broom icon.png|40px]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;ambox-text&amp;quot;&amp;gt;'''This article or section appears to contain a large number of  [http://en.wikipedia.org/wiki/Buzzword Buzzwords].'''&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;Please help [{{fullurl:{{FULLPAGENAME}}|action=edit}} rewrite this article] to make it more concrete and meaningful.&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Boo-ba-doo-ba-doop!&amp;lt;br&amp;gt;Boo-ba-doo-ba-doop!''&lt;br /&gt;
&lt;br /&gt;
''Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;I've got this feeling, so appealing,&amp;lt;br&amp;gt;for us to get together and sing. Sing!''&lt;br /&gt;
&lt;br /&gt;
''Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;Ding dong ding dong ding dong ding &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;It grows in bunches, I've got my hunches,&amp;lt;br&amp;gt;It's the best! Beats the rest!&amp;lt;br&amp;gt;Cellular, Modular, Interactivodular!''&lt;br /&gt;
&lt;br /&gt;
''Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;Boop-boo-ba-doo-ba-doop!&amp;lt;br&amp;gt;Ping pong ping pong ping pong ping &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;It's no baloney, it ain't a p(h)ony&amp;lt;br&amp;gt;My cellular bananular phone!''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;flash&amp;gt;file=badgerphones.swf|width=550|height=400|scale=exactfit&amp;lt;/flash&amp;gt;&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/Banana_Phone</id>
		<title>Banana Phone</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/Banana_Phone"/>
				<updated>2008-01-15T06:40:57Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;metadata plainlinks ambox ambox-style&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;ambox-image&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:52px;&amp;quot;&amp;gt;[[Image:Broom icon.png|40px]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;ambox-text&amp;quot;&amp;gt;'''This article or section appears to contain a large number of  [[buzzword]]s.'''&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;Please help [{{fullurl:{{FULLPAGENAME}}|action=edit}} rewrite this article] to make it more concrete and meaningful.&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Boo-ba-doo-ba-doop!&amp;lt;br&amp;gt;Boo-ba-doo-ba-doop!''&lt;br /&gt;
&lt;br /&gt;
''Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;I've got this feeling, so appealing,&amp;lt;br&amp;gt;for us to get together and sing. Sing!''&lt;br /&gt;
&lt;br /&gt;
''Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;Ding dong ding dong ding dong ding &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;It grows in bunches, I've got my hunches,&amp;lt;br&amp;gt;It's the best! Beats the rest!&amp;lt;br&amp;gt;Cellular, Modular, Interactivodular!''&lt;br /&gt;
&lt;br /&gt;
''Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;Boop-boo-ba-doo-ba-doop!&amp;lt;br&amp;gt;Ping pong ping pong ping pong ping &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;It's no baloney, it ain't a p(h)ony&amp;lt;br&amp;gt;My cellular bananular phone!''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;flash&amp;gt;file=badgerphones.swf|width=550|height=400|scale=exactfit&amp;lt;/flash&amp;gt;&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/Template:Doc</id>
		<title>Template:Doc</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/Template:Doc"/>
				<updated>2008-01-15T06:22:43Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: New page: &amp;lt;noinclude&amp;gt; {{ #ifeq: {{SUBPAGENAME}} | sandbox   | {{Template sandbox notice}}   | {{pp-semi-template|small=yes}} }} {{intricate}} &amp;lt;/noinclude&amp;gt;&amp;lt;div class=&amp;quot;template-documentation&amp;quot;&amp;gt;{{   #if...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{ #ifeq: {{SUBPAGENAME}} | sandbox&lt;br /&gt;
  | {{Template sandbox notice}}&lt;br /&gt;
  | {{pp-semi-template|small=yes}}&lt;br /&gt;
}}&lt;br /&gt;
{{intricate}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;div class=&amp;quot;template-documentation&amp;quot;&amp;gt;{{&lt;br /&gt;
  #if: {{{heading|Documentation}}}&lt;br /&gt;
  |&amp;lt;!-- has heading --&amp;gt;&amp;lt;div style=&amp;quot;padding-bottom: {{{heading-padding|3px}}}; border-bottom: 1px solid #aaa; margin-bottom: {{{heading-margin|1ex}}}&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;editsection plainlinks&amp;quot; id=&amp;quot;doc_editlinks&amp;quot;&amp;gt;{{&lt;br /&gt;
    #ifexist: {{{1|{{Documentation/docname}}}}}&lt;br /&gt;
    |&amp;lt;!-- /doc exists --&amp;gt;[[{{fullurl:{{{1|{{Documentation/docname}}}}}}} view]] [[{{fullurl:{{{1|{{Documentation/docname}}}}}|action=edit}} edit]]&lt;br /&gt;
    |&amp;lt;!-- no /doc --&amp;gt;{{&lt;br /&gt;
      #if: {{{content|}}}&lt;br /&gt;
      |&amp;lt;!-- has content --&amp;gt;&lt;br /&gt;
      |&amp;lt;!-- no content --&amp;gt;[[{{fullurl:{{{1|{{Documentation/docname}}}}}|action=edit&amp;amp;preload={{{preload-doc|Template:Documentation/preload}}}}} edit]]&lt;br /&gt;
    }}&lt;br /&gt;
  }}&amp;lt;/span&amp;gt; &amp;lt;span style=&amp;quot;{{{heading-style|font-size: 150%}}}&amp;quot;&amp;gt;{{{heading|Documentation}}}&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
  |&amp;lt;!-- empty heading --&amp;gt;&lt;br /&gt;
}}&amp;lt;div id=&amp;quot;template_doc_page_transcluded&amp;quot; class=&amp;quot;dablink plainlinks&amp;quot;&amp;gt;{{&lt;br /&gt;
  #ifeq: {{{transcluded|show}}} | show&lt;br /&gt;
  |&amp;lt;!-- transcluded show --&amp;gt;{{&lt;br /&gt;
    #ifexist: {{{1|{{Documentation/docname}}}}}&lt;br /&gt;
    |&amp;lt;!-- /doc exists --&amp;gt;This [[Wikipedia:Template documentation|documentation]] is [[Wikipedia:Transclusion|transcluded]] from [[{{{1|{{Documentation/docname}}}}}]]. &amp;lt;small style=&amp;quot;font-style: normal&amp;quot;&amp;gt;(&amp;lt;!--[[{{{1|{{Documentation/docname}}}}}|view]] &amp;amp;#124; --&amp;gt;[{{fullurl:{{{1|{{Documentation/docname}}}}}|action=edit}} edit] &amp;amp;#124; [{{fullurl:{{{1|{{Documentation/docname}}}}}|action=history}} history])&amp;lt;/small&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
    |&amp;lt;!-- no /doc --&amp;gt;&lt;br /&gt;
  }}&lt;br /&gt;
  |&amp;lt;!-- transcluded hide --&amp;gt;&lt;br /&gt;
}}{{&lt;br /&gt;
  #switch: {{SUBPAGENAME}}&lt;br /&gt;
  |sandbox=&amp;lt;!-- sandbox --&amp;gt;&lt;br /&gt;
  |testcases=&amp;lt;!-- testcases --&amp;gt;&lt;br /&gt;
  |#default={{&lt;br /&gt;
    #switch: {{SUBJECTSPACE}}/{{{sandbox-testcases|show}}}&lt;br /&gt;
    |{{ns:template}}/show|{{ns:user}}/show=&amp;lt;!-- show /sandbox /testcases --&amp;gt;{{&lt;br /&gt;
      #ifexist: {{ #rel2abs: /sandbox }}&lt;br /&gt;
      |&amp;lt;!-- /sandbox --&amp;gt;This template has a [[/sandbox|sandbox]] &amp;lt;small style=&amp;quot;font-style: normal&amp;quot;&amp;gt;([{{fullurl:{{ #rel2abs: /sandbox }}|action=edit}} edit])&amp;lt;/small&amp;gt; {{&lt;br /&gt;
        #ifexist: {{ #rel2abs: /testcases }}&lt;br /&gt;
        |&amp;lt;!-- /sandbox AND /testcases --&amp;gt;and [[/testcases|testcases]] &amp;lt;small style=&amp;quot;font-style: normal&amp;quot;&amp;gt;([{{fullurl:{{ #rel2abs: /testcases }}|action=edit}} edit])&amp;lt;/small&amp;gt; for editors to experiment.&lt;br /&gt;
        |&amp;lt;!-- /sandbox AND no /testcases --&amp;gt; for editors to experiment.}}&lt;br /&gt;
      |&amp;lt;!-- no /sandbox --&amp;gt;{{&lt;br /&gt;
        #ifexist: {{ #rel2abs: /testcases }}&lt;br /&gt;
        |&amp;lt;!-- no /sandbox AND /testcases --&amp;gt;This template has [[/testcases|testcases]] &amp;lt;small style=&amp;quot;font-style: normal&amp;quot;&amp;gt;([{{fullurl:{{ #rel2abs: /testcases }}|action=edit}} edit])&amp;lt;/small&amp;gt; for editors to experiment.&lt;br /&gt;
        |&amp;lt;!-- no /sandbox AND  no /testcases --&amp;gt;}}&lt;br /&gt;
    }}&lt;br /&gt;
    |&amp;lt;!-- hide /sandbox /testcases --&amp;gt;&lt;br /&gt;
  }}&lt;br /&gt;
}}&amp;lt;/div&amp;gt;&lt;br /&gt;
{{{content|{{ {{ #ifexist: {{{1|{{Documentation/docname}}}}} | {{{1|{{Documentation/docname}}}}} | ns:0 }} }}}}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/Template:Ambox</id>
		<title>Template:Ambox</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/Template:Ambox"/>
				<updated>2008-01-15T06:21:06Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: New page: &amp;lt;table style=&amp;quot;{{{style|}}}&amp;quot; class=&amp;quot;metadata plainlinks ambox {{#switch:{{{type|}}}   | serious  = ambox-serious   | content  = ambox-content   | style    = ambox-style   | merge    = ambox...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;{{{style|}}}&amp;quot; class=&amp;quot;metadata plainlinks ambox {{#switch:{{{type|}}}&lt;br /&gt;
  | serious  = ambox-serious&lt;br /&gt;
  | content  = ambox-content&lt;br /&gt;
  | style    = ambox-style&lt;br /&gt;
  | merge    = ambox-merge&lt;br /&gt;
  | notice   = ambox-notice&lt;br /&gt;
  | #default = ambox-notice&lt;br /&gt;
}}&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;ambox-image&amp;quot;&amp;gt;&lt;br /&gt;
{{#ifeq:{{{image}}}|none&lt;br /&gt;
  | &amp;lt;!-- no image cell; empty cell necessary for text cell to have 100% width --&amp;gt;&lt;br /&gt;
  | &amp;lt;div style=&amp;quot;width:52px;&amp;quot;&amp;gt; {{#switch:{{{image|{{{type|}}}}}}&lt;br /&gt;
    | serious  = [[Image:Stop hand nuvola.svg|40px]]&lt;br /&gt;
    | content  = [[Image:Emblem-important.svg|40px]]&lt;br /&gt;
    | style    = [[Image:Broom icon.svg|40px]]&lt;br /&gt;
    | merge    = [[Image:Merge-split-transwiki default.svg]]&lt;br /&gt;
    | notice   = [[Image:Info non-talk.png|40px]]&lt;br /&gt;
    | blank    = [[Image:No image.svg]]&lt;br /&gt;
    | #default = {{{image|[[Image:Info non-talk.png|40px]]}}}&lt;br /&gt;
  }}&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;ambox-text&amp;quot;&amp;gt;{{{text}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
{{#if:{{{imageright|}}}|&lt;br /&gt;
  &amp;lt;td class=&amp;quot;ambox-imageright&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;width:52px;&amp;quot;&amp;gt; {{{imageright}}} &amp;lt;/div&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{template doc}}&lt;br /&gt;
&amp;lt;!-- Add categories and inter-wikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/Banana_Phone</id>
		<title>Banana Phone</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/Banana_Phone"/>
				<updated>2008-01-15T06:18:38Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;ambox ambox-style&amp;quot;&lt;br /&gt;
| class=&amp;quot;ambox-image&amp;quot; | [[Image:Broom_icon.png|42px]]&lt;br /&gt;
| &amp;lt;div&amp;gt;&lt;br /&gt;
'''This article or section documents a current [[spaceflight]].'''&lt;br /&gt;
&amp;lt;br/&amp;gt;Content may change as the mission progresses.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Boo-ba-doo-ba-doop!&amp;lt;br&amp;gt;Boo-ba-doo-ba-doop!''&lt;br /&gt;
&lt;br /&gt;
''Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;I've got this feeling, so appealing,&amp;lt;br&amp;gt;for us to get together and sing. Sing!''&lt;br /&gt;
&lt;br /&gt;
''Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;Ding dong ding dong ding dong ding &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;It grows in bunches, I've got my hunches,&amp;lt;br&amp;gt;It's the best! Beats the rest!&amp;lt;br&amp;gt;Cellular, Modular, Interactivodular!''&lt;br /&gt;
&lt;br /&gt;
''Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;Boop-boo-ba-doo-ba-doop!&amp;lt;br&amp;gt;Ping pong ping pong ping pong ping &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;It's no baloney, it ain't a p(h)ony&amp;lt;br&amp;gt;My cellular bananular phone!''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;flash&amp;gt;file=badgerphones.swf|width=550|height=400|scale=exactfit&amp;lt;/flash&amp;gt;&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/Banana_Phone</id>
		<title>Banana Phone</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/Banana_Phone"/>
				<updated>2008-01-15T06:15:33Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;ambox ambox-style&amp;quot;&lt;br /&gt;
| class=&amp;quot;ambox-image&amp;quot; | [[Image:Broom_icon.png|42px]]&lt;br /&gt;
| &amp;lt;div&amp;gt;&lt;br /&gt;
'''This article or section documents a current [[spaceflight]].'''&lt;br /&gt;
&amp;lt;br/&amp;gt;Content may change as the mission progresses.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
| class=&amp;quot;ambox-imageright&amp;quot; | [[Image:Shuttle.svg|20px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Boo-ba-doo-ba-doop!&amp;lt;br&amp;gt;Boo-ba-doo-ba-doop!''&lt;br /&gt;
&lt;br /&gt;
''Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;I've got this feeling, so appealing,&amp;lt;br&amp;gt;for us to get together and sing. Sing!''&lt;br /&gt;
&lt;br /&gt;
''Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;Ding dong ding dong ding dong ding &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;It grows in bunches, I've got my hunches,&amp;lt;br&amp;gt;It's the best! Beats the rest!&amp;lt;br&amp;gt;Cellular, Modular, Interactivodular!''&lt;br /&gt;
&lt;br /&gt;
''Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;Boop-boo-ba-doo-ba-doop!&amp;lt;br&amp;gt;Ping pong ping pong ping pong ping &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;It's no baloney, it ain't a p(h)ony&amp;lt;br&amp;gt;My cellular bananular phone!''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;flash&amp;gt;file=badgerphones.swf|width=550|height=400|scale=exactfit&amp;lt;/flash&amp;gt;&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/File:Broom_icon.png</id>
		<title>File:Broom icon.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/File:Broom_icon.png"/>
				<updated>2008-01-15T06:15:11Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/Banana_Phone</id>
		<title>Banana Phone</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/Banana_Phone"/>
				<updated>2008-01-15T06:06:59Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;ambox ambox-style&amp;quot;&lt;br /&gt;
| class=&amp;quot;ambox-image&amp;quot; | [[Image:Broom_icon.svg|42px]]&lt;br /&gt;
| &amp;lt;div&amp;gt;&lt;br /&gt;
'''This article or section documents a current [[spaceflight]].'''&lt;br /&gt;
&amp;lt;br/&amp;gt;Content may change as the mission progresses.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
| class=&amp;quot;ambox-imageright&amp;quot; | [[Image:Shuttle.svg|20px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Boo-ba-doo-ba-doop!&amp;lt;br&amp;gt;Boo-ba-doo-ba-doop!''&lt;br /&gt;
&lt;br /&gt;
''Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;I've got this feeling, so appealing,&amp;lt;br&amp;gt;for us to get together and sing. Sing!''&lt;br /&gt;
&lt;br /&gt;
''Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;Ding dong ding dong ding dong ding &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;It grows in bunches, I've got my hunches,&amp;lt;br&amp;gt;It's the best! Beats the rest!&amp;lt;br&amp;gt;Cellular, Modular, Interactivodular!''&lt;br /&gt;
&lt;br /&gt;
''Ring ring ring ring ring ring ring &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;Boop-boo-ba-doo-ba-doop!&amp;lt;br&amp;gt;Ping pong ping pong ping pong ping &amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;D&amp;lt;/span&amp;gt;'''iana''' phone&amp;lt;br&amp;gt;It's no baloney, it ain't a p(h)ony&amp;lt;br&amp;gt;My cellular bananular phone!''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;flash&amp;gt;file=badgerphones.swf|width=550|height=400|scale=exactfit&amp;lt;/flash&amp;gt;&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/MediaWiki:Common.css</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/MediaWiki:Common.css"/>
				<updated>2008-01-15T05:54:58Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
/*&lt;br /&gt;
ATTENTION ADMINISTRATORS:&lt;br /&gt;
 &lt;br /&gt;
This is the CSS for all skins. Any major changes to this page or&lt;br /&gt;
[[MediaWiki:Monobook.css|Monobook.css]] should be first proposed on&lt;br /&gt;
the [[Wikipedia:Village pump (technical)|Village pump]].  &lt;br /&gt;
 &lt;br /&gt;
Furthermore, changes should probably be made in [[MediaWiki:Common.css]]&lt;br /&gt;
rather than this page.&lt;br /&gt;
 &lt;br /&gt;
Testing can be done on your own user Monobook.css. In [[Mozilla]] and&lt;br /&gt;
[[Opera (web browser)|Opera]], you can also test style changes dynamically&lt;br /&gt;
with the [http://www.squarefree.com/bookmarklets/webdevel.html test styles]&lt;br /&gt;
bookmarklet from squarefree.com. It pops up a window for adding style rules,&lt;br /&gt;
and updates the page as you type.&lt;br /&gt;
 &lt;br /&gt;
Always check with the [http://tinyurl.com/28y334 W3C CSS Validation Service]&lt;br /&gt;
([http://tinyurl.com/2g8bsk CVS version]) after any changes.&lt;br /&gt;
&lt;br /&gt;
See also: [[Wikipedia:Catalogue of CSS classes|catalogue of CSS classes]].&lt;br /&gt;
 &lt;br /&gt;
Thank you.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt; */&lt;br /&gt;
 &lt;br /&gt;
/* Main page fixes */&lt;br /&gt;
#interwiki-completelist {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Add space below the toolbar */&lt;br /&gt;
#toolbar {&lt;br /&gt;
    margin-bottom: 6px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* make the list of references look smaller */&lt;br /&gt;
ol.references {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.references-small { font-size: 90%;}&lt;br /&gt;
&lt;br /&gt;
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */&lt;br /&gt;
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */&lt;br /&gt;
/* column-count is from the CSS3 module &amp;quot;CSS Multi-column Layout&amp;quot; */&lt;br /&gt;
/* Please ignore any validator errors caused by these two lines */&lt;br /&gt;
.references-2column {&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
    -moz-column-count:2;&lt;br /&gt;
    -webkit-column-count:2;&lt;br /&gt;
    column-count:2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.same-bg { background: none }&lt;br /&gt;
&lt;br /&gt;
/* Highlight clicked reference in blue to help navigation */&lt;br /&gt;
ol.references &amp;gt; li:target {&lt;br /&gt;
    background-color: #DEF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
sup.reference:target { &lt;br /&gt;
    background-color: #DEF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for citations */&lt;br /&gt;
cite {&lt;br /&gt;
    font-style: normal;&lt;br /&gt;
    word-wrap: break-word;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */&lt;br /&gt;
cite:target { &lt;br /&gt;
    background-color: #DEF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Do not expand URLs within citations for printing. The URLs should be included explicitly, to avoid confusion */&lt;br /&gt;
&lt;br /&gt;
@media print {&lt;br /&gt;
    #content cite a.external.text:after {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */&lt;br /&gt;
&lt;br /&gt;
@media screen, handheld, projection {&lt;br /&gt;
    cite *.printonly {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* wikitable/prettytable class for skinning normal tables */&lt;br /&gt;
table.wikitable,&lt;br /&gt;
table.prettytable {&lt;br /&gt;
    margin: 1em 1em 1em 0;&lt;br /&gt;
    background: #f9f9f9;&lt;br /&gt;
    border: 1px #aaa solid;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable th, table.wikitable td,&lt;br /&gt;
table.prettytable th, table.prettytable td {&lt;br /&gt;
    border: 1px #aaa solid;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable th,&lt;br /&gt;
table.prettytable th {&lt;br /&gt;
    background: #f2f2f2;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable caption,&lt;br /&gt;
table.prettytable caption {&lt;br /&gt;
    margin-left: inherit;&lt;br /&gt;
    margin-right: inherit;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.prettytable code,&lt;br /&gt;
table.wikitable code {&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default skin for navigation boxes */&lt;br /&gt;
table.navbox {&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
    margin: 1em 0em 0em;&lt;br /&gt;
    padding: 2px;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.navbox th {&lt;br /&gt;
    background-color: #ccf;&lt;br /&gt;
    padding-left: 1em;&lt;br /&gt;
    padding-right: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media print {&lt;br /&gt;
    .navbox {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Infobox template style */&lt;br /&gt;
.infobox {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    color: black;&lt;br /&gt;
    margin-bottom: 0.5em;&lt;br /&gt;
    margin-left: 1em;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
    vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
.infobox caption {&lt;br /&gt;
    font-size: larger;&lt;br /&gt;
    margin-left: inherit;&lt;br /&gt;
}&lt;br /&gt;
.infobox.bordered {&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
}&lt;br /&gt;
.infobox.bordered td,&lt;br /&gt;
.infobox.bordered th {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
.infobox.bordered .borderless td,&lt;br /&gt;
.infobox.bordered .borderless th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.sisterproject {&lt;br /&gt;
    width: 20em;&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media print {&lt;br /&gt;
    .infobox.sisterproject {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* styles for bordered infobox with merged rows */&lt;br /&gt;
.infobox.bordered .mergedtoprow td,&lt;br /&gt;
.infobox.bordered .mergedtoprow th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    border-top: 1px solid #aaa;&lt;br /&gt;
    border-right: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.bordered .mergedrow td,&lt;br /&gt;
.infobox.bordered .mergedrow th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    border-right: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */&lt;br /&gt;
.infobox.geography {&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    line-height: 1.2em; &lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography  td,&lt;br /&gt;
.infobox.geography  th {&lt;br /&gt;
    border-top: solid 1px #aaa;&lt;br /&gt;
    padding: 0.4em 0.6em 0.4em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
.infobox.geography .mergedtoprow td,&lt;br /&gt;
.infobox.geography .mergedtoprow th {&lt;br /&gt;
    border-top: solid 1px #aaa;&lt;br /&gt;
    padding: 0.4em 0.6em 0.2em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography .mergedrow td,&lt;br /&gt;
.infobox.geography .mergedrow th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    padding: 0 0.6em 0.2em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography .mergedbottomrow td,&lt;br /&gt;
.infobox.geography .mergedbottomrow th {&lt;br /&gt;
    border-top: 0;&lt;br /&gt;
    border-bottom: solid 1px #aaa;&lt;br /&gt;
    padding: 0 0.6em 0.4em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography .maptable td,&lt;br /&gt;
.infobox.geography .maptable th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for &amp;quot;notices&amp;quot; */&lt;br /&gt;
.notice {&lt;br /&gt;
    margin: 1em;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#disambig {&lt;br /&gt;
    border-top: 1px solid #ccc; &lt;br /&gt;
    border-bottom: 1px solid #ccc;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.spoiler {&lt;br /&gt;
    border-top: 2px solid #ddd;&lt;br /&gt;
    border-bottom: 2px solid #ddd;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Standard talk template style */&lt;br /&gt;
&lt;br /&gt;
.Talk-Notice  {&lt;br /&gt;
    border: 1px solid #C0C090;&lt;br /&gt;
    background-color: #F8EABA;&lt;br /&gt;
    margin-bottom: 3px;&lt;br /&gt;
    width: 85%;&lt;br /&gt;
    border-spacing: 3px;&lt;br /&gt;
    margin-left: auto;&lt;br /&gt;
    margin-right: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.Talk-Notice:after {&lt;br /&gt;
  content: &amp;quot;The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]].&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make template background appear correctly on all browsers */&lt;br /&gt;
.Talk-Notice td {&lt;br /&gt;
    background: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Persondata and other (future) metadata */&lt;br /&gt;
table.InChI, /* temporary */&lt;br /&gt;
table.persondata {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    display: none;&lt;br /&gt;
    speak: none;&lt;br /&gt;
}&lt;br /&gt;
.InChI-label, /* temporary */&lt;br /&gt;
.persondata-label {&lt;br /&gt;
    color: #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */&lt;br /&gt;
.redirect-in-category, .allpagesredirect {&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Class for links with loudspeaker icon next to them */&lt;br /&gt;
/* (Used in [[Template:Audio]] and the like to make the speaker clickable) */&lt;br /&gt;
&lt;br /&gt;
.audiolink a {&lt;br /&gt;
    background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png&amp;quot;) center left no-repeat !important;&lt;br /&gt;
    padding-left: 16px !important;&lt;br /&gt;
    padding-right: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */&lt;br /&gt;
&lt;br /&gt;
div.listenlist {&lt;br /&gt;
    background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png&amp;quot;);&lt;br /&gt;
    padding-left: 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.videolist, div.multivideolist {&lt;br /&gt;
    background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png&amp;quot;);&lt;br /&gt;
    padding-left: 50px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style rules for media list templates */&lt;br /&gt;
div.medialist {&lt;br /&gt;
    min-height: 50px;&lt;br /&gt;
    margin: 1em;&lt;br /&gt;
    background-position: top left;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.medialist ul {&lt;br /&gt;
    list-style-type: none; &lt;br /&gt;
    list-style-image: none;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.medialist ul li {&lt;br /&gt;
    padding-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.medialist ul li li {&lt;br /&gt;
    font-size: 91%;&lt;br /&gt;
    padding-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to an Adobe icon for all PDF files */&lt;br /&gt;
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */&lt;br /&gt;
#bodyContent a[href$=&amp;quot;.pdf&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.pdf?&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
#bodyContent a[href$=&amp;quot;.PDF&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.PDF?&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;&lt;br /&gt;
    padding-right: 16px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to an Adobe icon anywhere the PDFlink class */&lt;br /&gt;
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */&lt;br /&gt;
span.PDFlink a {&lt;br /&gt;
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;&lt;br /&gt;
    padding-right: 17px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.geolink a {&lt;br /&gt;
    background: url(http://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;&lt;br /&gt;
    padding-right: 11px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Content in columns with CSS instead of tables [[Template:Columns]] */&lt;br /&gt;
div.columns-2 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 50%;&lt;br /&gt;
    min-width: 300px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.columns-3 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 33.3%;&lt;br /&gt;
    min-width: 200px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.columns-4 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 25%;&lt;br /&gt;
    min-width: 150px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.columns-5 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 20%;&lt;br /&gt;
    min-width: 120px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*Add formatting to make sure that &amp;quot;external references&amp;quot; from [[Template:Ref]] do&lt;br /&gt;
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was&lt;br /&gt;
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class&lt;br /&gt;
  &amp;quot;urlexpansion&amp;quot;, which was not displayed on screen, but was shown when the medium was&lt;br /&gt;
  &amp;quot;print&amp;quot;. The rules below ensure (a) that there is no extra padding to the right of&lt;br /&gt;
  the anchor (displayed as &amp;quot;[&amp;lt;number&amp;gt;]&amp;quot;), (b) that there is no &amp;quot;external link arrow&amp;quot; for&lt;br /&gt;
  the link, and (c) that this SPAN of class &amp;quot;urlexpansion&amp;quot; is never shown.&lt;br /&gt;
  ~~~~&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.plainlinksneverexpand {&lt;br /&gt;
    background: none ! important;&lt;br /&gt;
    padding: 0 ! important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.plainlinksneverexpand .urlexpansion {&lt;br /&gt;
    display: none ! important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make sure that ext links displayed within &amp;quot;plainlinksneverexpand&amp;quot; don't get&lt;br /&gt;
   the arrow...&lt;br /&gt;
*/&lt;br /&gt;
.plainlinksneverexpand a {&lt;br /&gt;
    background: none !important;&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class &amp;quot;urlexpansion&amp;quot;&lt;br /&gt;
   following the anchor A, the anchor itself now has class &amp;quot;external autonumber&amp;quot; and the&lt;br /&gt;
   expansion is inserted when printing (see the common printing style sheet at&lt;br /&gt;
   http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the &amp;quot;:after&amp;quot; pseudo-&lt;br /&gt;
   element of CSS. We have to switch this off for links due to Template:Ref!&lt;br /&gt;
*/&lt;br /&gt;
.plainlinksneverexpand a.external.text:after {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
.plainlinksneverexpand a.external.autonumber:after {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Messagebox templates */&lt;br /&gt;
.messagebox {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    width: 80%;&lt;br /&gt;
    margin: 0 auto 1em auto;&lt;br /&gt;
    padding: .2em;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.merge {&lt;br /&gt;
    border: 1px solid #c0b8cc;&lt;br /&gt;
    background-color: #f0e5ff;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.cleanup {&lt;br /&gt;
    border: 1px solid #9f9fff;&lt;br /&gt;
    background-color: #efefff;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.standard-talk {&lt;br /&gt;
    border: 1px solid #c0c090;&lt;br /&gt;
    background-color: #f8eaba;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.nested-talk {&lt;br /&gt;
    border: 1px solid #c0c090;&lt;br /&gt;
    background-color: #f8eaba;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    margin: 2px 4px 2px 4px;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.small {&lt;br /&gt;
    width: 238px;&lt;br /&gt;
    font-size: 85%;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 0 0 1em 1em;&lt;br /&gt;
    line-height: 1.25em; &lt;br /&gt;
}&lt;br /&gt;
.messagebox.small-talk {&lt;br /&gt;
    width: 238px;&lt;br /&gt;
    font-size: 85%;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 0 0 1em 1em;&lt;br /&gt;
    line-height: 1.25em; &lt;br /&gt;
    background: #F8EABA;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Article message box template styles */&lt;br /&gt;
table.ambox {&lt;br /&gt;
    margin: 0 10%;                       /* Will not overlap with other elements */&lt;br /&gt;
    border-collapse: collapse; &lt;br /&gt;
    background: #fbfbfb; &lt;br /&gt;
    border: 1px solid #aaa; &lt;br /&gt;
    border-left: 10px solid #1e90ff;     /* Default &amp;quot;notice&amp;quot; blue */&lt;br /&gt;
}&lt;br /&gt;
table.ambox th.ambox-text, table.ambox td.ambox-text {      /* The message body cell(s) */&lt;br /&gt;
    padding: 0.25em 0.5em;            /* 0.5em left/right */&lt;br /&gt;
    width: 100%;                      /* Make all templates the same width regardless of text size */&lt;br /&gt;
}&lt;br /&gt;
table.ambox td.ambox-image {          /* The left image cell */&lt;br /&gt;
    padding: 2px 0px 2px 0.5em;       /* 0.5em left, 0px right */&lt;br /&gt;
    text-align: center; &lt;br /&gt;
}&lt;br /&gt;
table.ambox td.ambox-imageright {     /* The right image cell */&lt;br /&gt;
    padding: 2px 4px 2px 0px;         /* 0px left, 4px right */&lt;br /&gt;
    text-align: center; &lt;br /&gt;
}&lt;br /&gt;
table.ambox-notice {&lt;br /&gt;
    border-left: 10px solid #1e90ff;     /* Blue */&lt;br /&gt;
/* border-right: 10px solid #1e90ff; */  /* If you want two blue bars */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-delete,&lt;br /&gt;
table.ambox-serious {&lt;br /&gt;
    border-left: 10px solid #b22222;     /* Red */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-content {&lt;br /&gt;
    border-left: 10px solid #f28500;     /* Orange */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-style {&lt;br /&gt;
    border-left: 10px solid #f4c430;     /* Yellow */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-merge {&lt;br /&gt;
    border-left: 10px solid #9932cc;     /* Purple */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-protection {&lt;br /&gt;
    border-left: 10px solid #bba;        /* Gray */&lt;br /&gt;
}&lt;br /&gt;
table.ambox.ambox-mini {                 /* small floating box variant */&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
    margin: 0 0 0 1em;&lt;br /&gt;
    width: 25%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Put a checker background at the image description page only visible if the image has transparent background */&lt;br /&gt;
#file img {background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png&amp;quot;) repeat;}&lt;br /&gt;
&lt;br /&gt;
/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */&lt;br /&gt;
.IPA {&lt;br /&gt;
    font-family: &amp;quot;Chrysanthi Unicode&amp;quot;, &amp;quot;Doulos SIL&amp;quot;, Gentium, GentiumAlt, Code2000, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;DejaVu Sans&amp;quot;, &amp;quot;Bitstream Cyberbit&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;, &amp;quot;Hiragino Kaku Gothic Pro&amp;quot;, &amp;quot;Matrix Unicode&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.Unicode {&lt;br /&gt;
    font-family: Code2000, Code2001, &amp;quot;Free Serif&amp;quot;, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;Doulos SIL&amp;quot;, &amp;quot;Chrysanthi Unicode&amp;quot;, &amp;quot;Bitstream Cyberbit&amp;quot;, &amp;quot;Bitstream CyberBase&amp;quot;, Thryomanes, Gentium, GentiumAlt, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Free Sans&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.latinx {&lt;br /&gt;
    font-family: Code2000, Code2001, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;Microsoft Sans Serif&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.polytonic {&lt;br /&gt;
    font-family: &amp;quot;Athena Unicode&amp;quot;, Gentium, &amp;quot;Palatino Linotype&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, Code2000; &lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.mufi {&lt;br /&gt;
    font-family: Alphabetum, Cardo, LeedsUni, Junicode, &amp;quot;TITUS Cyberbit Basic&amp;quot;, ALPHA-Demo;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Pseudo-classes in support of [[Template:lang]]. */&lt;br /&gt;
&lt;br /&gt;
:lang(he) {&lt;br /&gt;
    font-family: &amp;quot;SBL Hebrew&amp;quot;, &amp;quot;Ezra SIL SR&amp;quot;, &amp;quot;Ezra SIL&amp;quot;, Cardo, &amp;quot;Chrysanthi Unicode&amp;quot;, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, Narkisim, &amp;quot;Times New Roman&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(fa) {&lt;br /&gt;
    font-family: &amp;quot;Nafees Nastaleeq&amp;quot;, &amp;quot;Pak Nastaleeq&amp;quot;, PDMS_Jauhar;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ps) {&lt;br /&gt;
    font-family: &amp;quot;Nafees Nastaleeq&amp;quot;, &amp;quot;Pak Nastaleeq&amp;quot;, PDMS_Jauhar;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ur) {&lt;br /&gt;
    font-family: &amp;quot;Nafees Nastaleeq&amp;quot;, &amp;quot;Pak Nastaleeq&amp;quot;, PDMS_Jauhar;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(sux-Xsux) {&lt;br /&gt;
    font-family: Akkadian;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ja) {&lt;br /&gt;
       font-family: Code2000, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Bitstream Cyberbit&amp;quot;, &amp;quot;Bitstream CyberCJK&amp;quot;, IPAGothic, IPAPGothic, IPAUIGothic, &amp;quot;Kochi Gothic&amp;quot;, IPAMincho, IPAPMincho;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ko) {&lt;br /&gt;
    font-family: &amp;quot;Adobe Myungjo Std M&amp;quot;, AppleMyungjo, &amp;quot;Baekmuk Batang&amp;quot;, &amp;quot;Baekmuk Gulim&amp;quot;, Batang, Dotum, DotumChe, Gulim, GulimChe, HYGothic-Extra, HYMyeongJo-Extra, &amp;quot;New Gulim&amp;quot;, UnBatang, UnDotum, UnYetgul, UWKMJF;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(zh-Hans) {&lt;br /&gt;
    font-family: &amp;quot;Adobe Song Std L&amp;quot;, &amp;quot;AR PL ShanHeiSun Uni&amp;quot;, &amp;quot;AR PL ShanHeiSun Uni MBE&amp;quot;, &amp;quot;MS Hei&amp;quot;, &amp;quot;MS Song&amp;quot;, SimHei;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(zh-Hant) {&lt;br /&gt;
    font-family: &amp;quot;Adobe Ming Std L&amp;quot;, &amp;quot;AR PL New Sung&amp;quot;, &amp;quot;AR PL ZenKai Uni&amp;quot;, &amp;quot;AR PL ZenKai Uni MBE&amp;quot;, MingLiU, PMingLiU;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(grc) {&lt;br /&gt;
    font-family: &amp;quot;Athena Unicode&amp;quot;, Gentium, &amp;quot;Palatino Linotype&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, Code2000;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#wpSave {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */&lt;br /&gt;
.hiddenStructure {&lt;br /&gt;
    display: inline ! important;&lt;br /&gt;
    color: #f00; &lt;br /&gt;
    background-color: #0f0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* suppress missing interwiki image links where #ifexist cannot be used due to high number of requests */&lt;br /&gt;
/* use restricted to rail icon management pages */&lt;br /&gt;
/* see .hidden-redlink on http://meta.wikimedia.org/wiki/MediaWiki:Common.css */&lt;br /&gt;
.check-icon a.new {&lt;br /&gt;
    display: none; &lt;br /&gt;
    speak:none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Removes underlines from links */&lt;br /&gt;
.nounderlines a { &lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underline from IPA links */&lt;br /&gt;
.IPA a:link, .IPA a:visited {&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Removes useless links from printout */&lt;br /&gt;
@media print {&lt;br /&gt;
    #privacy, #about, #disclaimer {display:none;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#EnWpMpBook { background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }&lt;br /&gt;
#EnWpMpSearch { background: url(http://upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }&lt;br /&gt;
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }&lt;br /&gt;
#EnWpMpBook2 { background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }&lt;br /&gt;
&lt;br /&gt;
/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */&lt;br /&gt;
&lt;br /&gt;
div.Boxmerge,&lt;br /&gt;
div.NavFrame {&lt;br /&gt;
    margin: 0px;&lt;br /&gt;
    padding: 4px;&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    font-size: 95%;&lt;br /&gt;
}&lt;br /&gt;
div.Boxmerge div.NavFrame {&lt;br /&gt;
    border-style: none;&lt;br /&gt;
    border-style: hidden;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame + div.NavFrame {&lt;br /&gt;
    border-top-style: none;&lt;br /&gt;
    border-top-style: hidden;&lt;br /&gt;
}&lt;br /&gt;
div.NavPic {&lt;br /&gt;
    background-color: #fff;&lt;br /&gt;
    margin: 0px;&lt;br /&gt;
    padding: 2px;&lt;br /&gt;
    float: left;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame div.NavHead {&lt;br /&gt;
    height: 1.6em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    background-color: #ccf;&lt;br /&gt;
    position:relative;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame p {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame div.NavContent {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame div.NavContent p {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
div.NavEnd {&lt;br /&gt;
    margin: 0px;&lt;br /&gt;
    padding: 0px;&lt;br /&gt;
    line-height: 1px;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
a.NavToggle {&lt;br /&gt;
    position:absolute;&lt;br /&gt;
    top:0px;&lt;br /&gt;
    right:3px;&lt;br /&gt;
    font-weight:normal;&lt;br /&gt;
    font-size:smaller;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Coloured watchlist numbers */&lt;br /&gt;
.mw-plusminus-pos {&lt;br /&gt;
    color: #006400; /* darkgreen */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* .mw-plusminus-null currently at developer default */&lt;br /&gt;
&lt;br /&gt;
.mw-plusminus-neg {&lt;br /&gt;
    color: #8B0000; /* darkred */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dablink {&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
    padding-left: 2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dablink i {&lt;br /&gt;
    font-style: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for horizontal UL lists */&lt;br /&gt;
.horizontal ul {&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.horizontal li { &lt;br /&gt;
    padding: 0 0.6em 0 0.4em;&lt;br /&gt;
    display: inline;&lt;br /&gt;
    border-right: 1px solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.horizontal li:last-child {&lt;br /&gt;
    border-right: none;&lt;br /&gt;
    padding-right: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Geographical coordinates &lt;br /&gt;
&lt;br /&gt;
To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: none } &lt;br /&gt;
   .geo-dec { display: inline } .geo-dms { display: inline }&lt;br /&gt;
&lt;br /&gt;
To display coordinates using decimal notation, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: inline } &lt;br /&gt;
   .geo-dec { display: inline } .geo-dms { display: none }&lt;br /&gt;
&lt;br /&gt;
To display coordinates using DMS notation, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: inline } &lt;br /&gt;
   .geo-dec { display: none }   .geo-dms { display: inline }&lt;br /&gt;
&lt;br /&gt;
To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: inline } &lt;br /&gt;
   .geo-dec { display: inline }   .geo-dms { display: inline }&lt;br /&gt;
   .geo-multi-punct { display: inline }&lt;br /&gt;
&lt;br /&gt;
See [[Template:Coor link]] for how these are used.&lt;br /&gt;
&lt;br /&gt;
Note that the classes &amp;quot;geo&amp;quot;, &amp;quot;longitude&amp;quot;, and &amp;quot;latitude&amp;quot; are not just styles but also used by the [[Geo microformat]], so the names should not be changed.&lt;br /&gt;
&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.geo-default { display: inline; }&lt;br /&gt;
.geo-nondefault { display: none; }&lt;br /&gt;
.geo-dms { display: inline; }&lt;br /&gt;
.geo-dec { display: inline; }&lt;br /&gt;
.geo-multi-punct { display: none; }&lt;br /&gt;
&lt;br /&gt;
.longitude .latitude {&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */&lt;br /&gt;
.geo { }&lt;br /&gt;
&lt;br /&gt;
/***** end Geo-related */&lt;br /&gt;
&lt;br /&gt;
/* When &amp;lt;div class=&amp;quot;nonumtoc&amp;quot;&amp;gt; is used on the table of contents, the ToC will display without numbers */&lt;br /&gt;
.nonumtoc .tocnumber { display:none; }&lt;br /&gt;
.nonumtoc #toc ul,&lt;br /&gt;
.nonumtoc .toc ul {&lt;br /&gt;
    line-height: 1.5em;&lt;br /&gt;
    list-style: none;&lt;br /&gt;
    margin: .3em 0 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
.nonumtoc #toc ul ul, &lt;br /&gt;
.nonumtoc .toc ul ul { &lt;br /&gt;
    margin: 0 0 0 2em; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Allow limiting of which header levels are shown in a TOC; &amp;lt;div class=&amp;quot;toclimit-3&amp;quot;&amp;gt;, for&lt;br /&gt;
   instance, will limit to showing ==headings== and ===headings=== but no further (as long as&lt;br /&gt;
   there are no =headings= on the page, which there shouldn't be according to the MoS). */&lt;br /&gt;
.toclimit-2 .toclevel-2 {display:none;}&lt;br /&gt;
.toclimit-3 .toclevel-3 {display:none;}&lt;br /&gt;
.toclimit-4 .toclevel-4 {display:none;}&lt;br /&gt;
.toclimit-5 .toclevel-5 {display:none;}&lt;br /&gt;
.toclimit-6 .toclevel-6 {display:none;}&lt;br /&gt;
.toclimit-7 .toclevel-7 {display:none;}&lt;br /&gt;
&lt;br /&gt;
/* Allow transcluded pages to display in lists rather than a table. Compatible in Firefox; incompatible in IE6. */&lt;br /&gt;
.listify td {display:list-item}&lt;br /&gt;
.listify tr {display:block}&lt;br /&gt;
.listify table {display:block}&lt;br /&gt;
&lt;br /&gt;
/* Styling for Template:Quote */&lt;br /&gt;
&lt;br /&gt;
blockquote.templatequote { margin-top: 0; }&lt;br /&gt;
&lt;br /&gt;
blockquote.templatequote div.templatequotecite { &lt;br /&gt;
    line-height: 1em;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    padding-left: 2em;&lt;br /&gt;
    margin-top: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
blockquote.templatequote div.templatequotecite cite {&lt;br /&gt;
    font-size: smaller;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.user-block {&lt;br /&gt;
    padding: 5px;&lt;br /&gt;
    border: 1px solid #A9A9A9;&lt;br /&gt;
    background-color: #FFEFD5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevents line breaks in links; see docs at Template:Nowraplinks */&lt;br /&gt;
&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* For template documentation */&lt;br /&gt;
.template-documentation {&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 1em 0 0 0;&lt;br /&gt;
    border: 1px solid #aaa; &lt;br /&gt;
    background-color: #ecfcf4; &lt;br /&gt;
    padding: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.thumbinner {&lt;br /&gt;
    min-width:100px;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
/* &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; */&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/MediaWiki:Common.css</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/MediaWiki:Common.css"/>
				<updated>2008-01-15T05:51:51Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ATTENTION ADMINISTRATORS:&lt;br /&gt;
 &lt;br /&gt;
This is the CSS for all skins. Any major changes to this page or&lt;br /&gt;
[[MediaWiki:Monobook.css|Monobook.css]] should be first proposed on&lt;br /&gt;
the [[Wikipedia:Village pump (technical)|Village pump]].  &lt;br /&gt;
 &lt;br /&gt;
Furthermore, changes should probably be made in [[MediaWiki:Common.css]]&lt;br /&gt;
rather than this page.&lt;br /&gt;
 &lt;br /&gt;
Testing can be done on your own user Monobook.css. In [[Mozilla]] and&lt;br /&gt;
[[Opera (web browser)|Opera]], you can also test style changes dynamically&lt;br /&gt;
with the [http://www.squarefree.com/bookmarklets/webdevel.html test styles]&lt;br /&gt;
bookmarklet from squarefree.com. It pops up a window for adding style rules,&lt;br /&gt;
and updates the page as you type.&lt;br /&gt;
 &lt;br /&gt;
Always check with the [http://tinyurl.com/28y334 W3C CSS Validation Service]&lt;br /&gt;
([http://tinyurl.com/2g8bsk CVS version]) after any changes.&lt;br /&gt;
&lt;br /&gt;
See also: [[Wikipedia:Catalogue of CSS classes|catalogue of CSS classes]].&lt;br /&gt;
 &lt;br /&gt;
Thank you.&lt;br /&gt;
 &lt;br /&gt;
/* &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt; */&lt;br /&gt;
 &lt;br /&gt;
/* Main page fixes */&lt;br /&gt;
#interwiki-completelist {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Add space below the toolbar */&lt;br /&gt;
#toolbar {&lt;br /&gt;
    margin-bottom: 6px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* make the list of references look smaller */&lt;br /&gt;
ol.references {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.references-small { font-size: 90%;}&lt;br /&gt;
&lt;br /&gt;
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */&lt;br /&gt;
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */&lt;br /&gt;
/* column-count is from the CSS3 module &amp;quot;CSS Multi-column Layout&amp;quot; */&lt;br /&gt;
/* Please ignore any validator errors caused by these two lines */&lt;br /&gt;
.references-2column {&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
    -moz-column-count:2;&lt;br /&gt;
    -webkit-column-count:2;&lt;br /&gt;
    column-count:2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.same-bg { background: none }&lt;br /&gt;
&lt;br /&gt;
/* Highlight clicked reference in blue to help navigation */&lt;br /&gt;
ol.references &amp;gt; li:target {&lt;br /&gt;
    background-color: #DEF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
sup.reference:target { &lt;br /&gt;
    background-color: #DEF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for citations */&lt;br /&gt;
cite {&lt;br /&gt;
    font-style: normal;&lt;br /&gt;
    word-wrap: break-word;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */&lt;br /&gt;
cite:target { &lt;br /&gt;
    background-color: #DEF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Do not expand URLs within citations for printing. The URLs should be included explicitly, to avoid confusion */&lt;br /&gt;
&lt;br /&gt;
@media print {&lt;br /&gt;
    #content cite a.external.text:after {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */&lt;br /&gt;
&lt;br /&gt;
@media screen, handheld, projection {&lt;br /&gt;
    cite *.printonly {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* wikitable/prettytable class for skinning normal tables */&lt;br /&gt;
table.wikitable,&lt;br /&gt;
table.prettytable {&lt;br /&gt;
    margin: 1em 1em 1em 0;&lt;br /&gt;
    background: #f9f9f9;&lt;br /&gt;
    border: 1px #aaa solid;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable th, table.wikitable td,&lt;br /&gt;
table.prettytable th, table.prettytable td {&lt;br /&gt;
    border: 1px #aaa solid;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable th,&lt;br /&gt;
table.prettytable th {&lt;br /&gt;
    background: #f2f2f2;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable caption,&lt;br /&gt;
table.prettytable caption {&lt;br /&gt;
    margin-left: inherit;&lt;br /&gt;
    margin-right: inherit;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.prettytable code,&lt;br /&gt;
table.wikitable code {&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default skin for navigation boxes */&lt;br /&gt;
table.navbox {&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
    margin: 1em 0em 0em;&lt;br /&gt;
    padding: 2px;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.navbox th {&lt;br /&gt;
    background-color: #ccf;&lt;br /&gt;
    padding-left: 1em;&lt;br /&gt;
    padding-right: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media print {&lt;br /&gt;
    .navbox {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Infobox template style */&lt;br /&gt;
.infobox {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    color: black;&lt;br /&gt;
    margin-bottom: 0.5em;&lt;br /&gt;
    margin-left: 1em;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
    vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
.infobox caption {&lt;br /&gt;
    font-size: larger;&lt;br /&gt;
    margin-left: inherit;&lt;br /&gt;
}&lt;br /&gt;
.infobox.bordered {&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
}&lt;br /&gt;
.infobox.bordered td,&lt;br /&gt;
.infobox.bordered th {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
.infobox.bordered .borderless td,&lt;br /&gt;
.infobox.bordered .borderless th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.sisterproject {&lt;br /&gt;
    width: 20em;&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media print {&lt;br /&gt;
    .infobox.sisterproject {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* styles for bordered infobox with merged rows */&lt;br /&gt;
.infobox.bordered .mergedtoprow td,&lt;br /&gt;
.infobox.bordered .mergedtoprow th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    border-top: 1px solid #aaa;&lt;br /&gt;
    border-right: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.bordered .mergedrow td,&lt;br /&gt;
.infobox.bordered .mergedrow th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    border-right: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */&lt;br /&gt;
.infobox.geography {&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    line-height: 1.2em; &lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography  td,&lt;br /&gt;
.infobox.geography  th {&lt;br /&gt;
    border-top: solid 1px #aaa;&lt;br /&gt;
    padding: 0.4em 0.6em 0.4em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
.infobox.geography .mergedtoprow td,&lt;br /&gt;
.infobox.geography .mergedtoprow th {&lt;br /&gt;
    border-top: solid 1px #aaa;&lt;br /&gt;
    padding: 0.4em 0.6em 0.2em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography .mergedrow td,&lt;br /&gt;
.infobox.geography .mergedrow th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    padding: 0 0.6em 0.2em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography .mergedbottomrow td,&lt;br /&gt;
.infobox.geography .mergedbottomrow th {&lt;br /&gt;
    border-top: 0;&lt;br /&gt;
    border-bottom: solid 1px #aaa;&lt;br /&gt;
    padding: 0 0.6em 0.4em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography .maptable td,&lt;br /&gt;
.infobox.geography .maptable th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for &amp;quot;notices&amp;quot; */&lt;br /&gt;
.notice {&lt;br /&gt;
    margin: 1em;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#disambig {&lt;br /&gt;
    border-top: 1px solid #ccc; &lt;br /&gt;
    border-bottom: 1px solid #ccc;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.spoiler {&lt;br /&gt;
    border-top: 2px solid #ddd;&lt;br /&gt;
    border-bottom: 2px solid #ddd;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Standard talk template style */&lt;br /&gt;
&lt;br /&gt;
.Talk-Notice  {&lt;br /&gt;
    border: 1px solid #C0C090;&lt;br /&gt;
    background-color: #F8EABA;&lt;br /&gt;
    margin-bottom: 3px;&lt;br /&gt;
    width: 85%;&lt;br /&gt;
    border-spacing: 3px;&lt;br /&gt;
    margin-left: auto;&lt;br /&gt;
    margin-right: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.Talk-Notice:after {&lt;br /&gt;
  content: &amp;quot;The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]].&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make template background appear correctly on all browsers */&lt;br /&gt;
.Talk-Notice td {&lt;br /&gt;
    background: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Persondata and other (future) metadata */&lt;br /&gt;
table.InChI, /* temporary */&lt;br /&gt;
table.persondata {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    display: none;&lt;br /&gt;
    speak: none;&lt;br /&gt;
}&lt;br /&gt;
.InChI-label, /* temporary */&lt;br /&gt;
.persondata-label {&lt;br /&gt;
    color: #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */&lt;br /&gt;
.redirect-in-category, .allpagesredirect {&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Class for links with loudspeaker icon next to them */&lt;br /&gt;
/* (Used in [[Template:Audio]] and the like to make the speaker clickable) */&lt;br /&gt;
&lt;br /&gt;
.audiolink a {&lt;br /&gt;
    background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png&amp;quot;) center left no-repeat !important;&lt;br /&gt;
    padding-left: 16px !important;&lt;br /&gt;
    padding-right: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */&lt;br /&gt;
&lt;br /&gt;
div.listenlist {&lt;br /&gt;
    background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png&amp;quot;);&lt;br /&gt;
    padding-left: 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.videolist, div.multivideolist {&lt;br /&gt;
    background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png&amp;quot;);&lt;br /&gt;
    padding-left: 50px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style rules for media list templates */&lt;br /&gt;
div.medialist {&lt;br /&gt;
    min-height: 50px;&lt;br /&gt;
    margin: 1em;&lt;br /&gt;
    background-position: top left;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.medialist ul {&lt;br /&gt;
    list-style-type: none; &lt;br /&gt;
    list-style-image: none;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.medialist ul li {&lt;br /&gt;
    padding-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.medialist ul li li {&lt;br /&gt;
    font-size: 91%;&lt;br /&gt;
    padding-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to an Adobe icon for all PDF files */&lt;br /&gt;
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */&lt;br /&gt;
#bodyContent a[href$=&amp;quot;.pdf&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.pdf?&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
#bodyContent a[href$=&amp;quot;.PDF&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.PDF?&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;&lt;br /&gt;
    padding-right: 16px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to an Adobe icon anywhere the PDFlink class */&lt;br /&gt;
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */&lt;br /&gt;
span.PDFlink a {&lt;br /&gt;
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;&lt;br /&gt;
    padding-right: 17px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.geolink a {&lt;br /&gt;
    background: url(http://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;&lt;br /&gt;
    padding-right: 11px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Content in columns with CSS instead of tables [[Template:Columns]] */&lt;br /&gt;
div.columns-2 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 50%;&lt;br /&gt;
    min-width: 300px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.columns-3 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 33.3%;&lt;br /&gt;
    min-width: 200px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.columns-4 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 25%;&lt;br /&gt;
    min-width: 150px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.columns-5 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 20%;&lt;br /&gt;
    min-width: 120px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*Add formatting to make sure that &amp;quot;external references&amp;quot; from [[Template:Ref]] do&lt;br /&gt;
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was&lt;br /&gt;
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class&lt;br /&gt;
  &amp;quot;urlexpansion&amp;quot;, which was not displayed on screen, but was shown when the medium was&lt;br /&gt;
  &amp;quot;print&amp;quot;. The rules below ensure (a) that there is no extra padding to the right of&lt;br /&gt;
  the anchor (displayed as &amp;quot;[&amp;lt;number&amp;gt;]&amp;quot;), (b) that there is no &amp;quot;external link arrow&amp;quot; for&lt;br /&gt;
  the link, and (c) that this SPAN of class &amp;quot;urlexpansion&amp;quot; is never shown.&lt;br /&gt;
  ~~~~&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.plainlinksneverexpand {&lt;br /&gt;
    background: none ! important;&lt;br /&gt;
    padding: 0 ! important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.plainlinksneverexpand .urlexpansion {&lt;br /&gt;
    display: none ! important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make sure that ext links displayed within &amp;quot;plainlinksneverexpand&amp;quot; don't get&lt;br /&gt;
   the arrow...&lt;br /&gt;
*/&lt;br /&gt;
.plainlinksneverexpand a {&lt;br /&gt;
    background: none !important;&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class &amp;quot;urlexpansion&amp;quot;&lt;br /&gt;
   following the anchor A, the anchor itself now has class &amp;quot;external autonumber&amp;quot; and the&lt;br /&gt;
   expansion is inserted when printing (see the common printing style sheet at&lt;br /&gt;
   http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the &amp;quot;:after&amp;quot; pseudo-&lt;br /&gt;
   element of CSS. We have to switch this off for links due to Template:Ref!&lt;br /&gt;
*/&lt;br /&gt;
.plainlinksneverexpand a.external.text:after {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
.plainlinksneverexpand a.external.autonumber:after {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Messagebox templates */&lt;br /&gt;
.messagebox {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    width: 80%;&lt;br /&gt;
    margin: 0 auto 1em auto;&lt;br /&gt;
    padding: .2em;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.merge {&lt;br /&gt;
    border: 1px solid #c0b8cc;&lt;br /&gt;
    background-color: #f0e5ff;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.cleanup {&lt;br /&gt;
    border: 1px solid #9f9fff;&lt;br /&gt;
    background-color: #efefff;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.standard-talk {&lt;br /&gt;
    border: 1px solid #c0c090;&lt;br /&gt;
    background-color: #f8eaba;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.nested-talk {&lt;br /&gt;
    border: 1px solid #c0c090;&lt;br /&gt;
    background-color: #f8eaba;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    margin: 2px 4px 2px 4px;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.small {&lt;br /&gt;
    width: 238px;&lt;br /&gt;
    font-size: 85%;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 0 0 1em 1em;&lt;br /&gt;
    line-height: 1.25em; &lt;br /&gt;
}&lt;br /&gt;
.messagebox.small-talk {&lt;br /&gt;
    width: 238px;&lt;br /&gt;
    font-size: 85%;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 0 0 1em 1em;&lt;br /&gt;
    line-height: 1.25em; &lt;br /&gt;
    background: #F8EABA;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Article message box template styles */&lt;br /&gt;
table.ambox {&lt;br /&gt;
    margin: 0 10%;                       /* Will not overlap with other elements */&lt;br /&gt;
    border-collapse: collapse; &lt;br /&gt;
    background: #fbfbfb; &lt;br /&gt;
    border: 1px solid #aaa; &lt;br /&gt;
    border-left: 10px solid #1e90ff;     /* Default &amp;quot;notice&amp;quot; blue */&lt;br /&gt;
}&lt;br /&gt;
table.ambox th.ambox-text, table.ambox td.ambox-text {      /* The message body cell(s) */&lt;br /&gt;
    padding: 0.25em 0.5em;            /* 0.5em left/right */&lt;br /&gt;
    width: 100%;                      /* Make all templates the same width regardless of text size */&lt;br /&gt;
}&lt;br /&gt;
table.ambox td.ambox-image {          /* The left image cell */&lt;br /&gt;
    padding: 2px 0px 2px 0.5em;       /* 0.5em left, 0px right */&lt;br /&gt;
    text-align: center; &lt;br /&gt;
}&lt;br /&gt;
table.ambox td.ambox-imageright {     /* The right image cell */&lt;br /&gt;
    padding: 2px 4px 2px 0px;         /* 0px left, 4px right */&lt;br /&gt;
    text-align: center; &lt;br /&gt;
}&lt;br /&gt;
table.ambox-notice {&lt;br /&gt;
    border-left: 10px solid #1e90ff;     /* Blue */&lt;br /&gt;
/* border-right: 10px solid #1e90ff; */  /* If you want two blue bars */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-delete,&lt;br /&gt;
table.ambox-serious {&lt;br /&gt;
    border-left: 10px solid #b22222;     /* Red */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-content {&lt;br /&gt;
    border-left: 10px solid #f28500;     /* Orange */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-style {&lt;br /&gt;
    border-left: 10px solid #f4c430;     /* Yellow */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-merge {&lt;br /&gt;
    border-left: 10px solid #9932cc;     /* Purple */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-protection {&lt;br /&gt;
    border-left: 10px solid #bba;        /* Gray */&lt;br /&gt;
}&lt;br /&gt;
table.ambox.ambox-mini {                 /* small floating box variant */&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
    margin: 0 0 0 1em;&lt;br /&gt;
    width: 25%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Put a checker background at the image description page only visible if the image has transparent background */&lt;br /&gt;
#file img {background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png&amp;quot;) repeat;}&lt;br /&gt;
&lt;br /&gt;
/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */&lt;br /&gt;
.IPA {&lt;br /&gt;
    font-family: &amp;quot;Chrysanthi Unicode&amp;quot;, &amp;quot;Doulos SIL&amp;quot;, Gentium, GentiumAlt, Code2000, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;DejaVu Sans&amp;quot;, &amp;quot;Bitstream Cyberbit&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;, &amp;quot;Hiragino Kaku Gothic Pro&amp;quot;, &amp;quot;Matrix Unicode&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.Unicode {&lt;br /&gt;
    font-family: Code2000, Code2001, &amp;quot;Free Serif&amp;quot;, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;Doulos SIL&amp;quot;, &amp;quot;Chrysanthi Unicode&amp;quot;, &amp;quot;Bitstream Cyberbit&amp;quot;, &amp;quot;Bitstream CyberBase&amp;quot;, Thryomanes, Gentium, GentiumAlt, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Free Sans&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.latinx {&lt;br /&gt;
    font-family: Code2000, Code2001, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;Microsoft Sans Serif&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.polytonic {&lt;br /&gt;
    font-family: &amp;quot;Athena Unicode&amp;quot;, Gentium, &amp;quot;Palatino Linotype&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, Code2000; &lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.mufi {&lt;br /&gt;
    font-family: Alphabetum, Cardo, LeedsUni, Junicode, &amp;quot;TITUS Cyberbit Basic&amp;quot;, ALPHA-Demo;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Pseudo-classes in support of [[Template:lang]]. */&lt;br /&gt;
&lt;br /&gt;
:lang(he) {&lt;br /&gt;
    font-family: &amp;quot;SBL Hebrew&amp;quot;, &amp;quot;Ezra SIL SR&amp;quot;, &amp;quot;Ezra SIL&amp;quot;, Cardo, &amp;quot;Chrysanthi Unicode&amp;quot;, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, Narkisim, &amp;quot;Times New Roman&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(fa) {&lt;br /&gt;
    font-family: &amp;quot;Nafees Nastaleeq&amp;quot;, &amp;quot;Pak Nastaleeq&amp;quot;, PDMS_Jauhar;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ps) {&lt;br /&gt;
    font-family: &amp;quot;Nafees Nastaleeq&amp;quot;, &amp;quot;Pak Nastaleeq&amp;quot;, PDMS_Jauhar;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ur) {&lt;br /&gt;
    font-family: &amp;quot;Nafees Nastaleeq&amp;quot;, &amp;quot;Pak Nastaleeq&amp;quot;, PDMS_Jauhar;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(sux-Xsux) {&lt;br /&gt;
    font-family: Akkadian;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ja) {&lt;br /&gt;
       font-family: Code2000, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Bitstream Cyberbit&amp;quot;, &amp;quot;Bitstream CyberCJK&amp;quot;, IPAGothic, IPAPGothic, IPAUIGothic, &amp;quot;Kochi Gothic&amp;quot;, IPAMincho, IPAPMincho;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ko) {&lt;br /&gt;
    font-family: &amp;quot;Adobe Myungjo Std M&amp;quot;, AppleMyungjo, &amp;quot;Baekmuk Batang&amp;quot;, &amp;quot;Baekmuk Gulim&amp;quot;, Batang, Dotum, DotumChe, Gulim, GulimChe, HYGothic-Extra, HYMyeongJo-Extra, &amp;quot;New Gulim&amp;quot;, UnBatang, UnDotum, UnYetgul, UWKMJF;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(zh-Hans) {&lt;br /&gt;
    font-family: &amp;quot;Adobe Song Std L&amp;quot;, &amp;quot;AR PL ShanHeiSun Uni&amp;quot;, &amp;quot;AR PL ShanHeiSun Uni MBE&amp;quot;, &amp;quot;MS Hei&amp;quot;, &amp;quot;MS Song&amp;quot;, SimHei;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(zh-Hant) {&lt;br /&gt;
    font-family: &amp;quot;Adobe Ming Std L&amp;quot;, &amp;quot;AR PL New Sung&amp;quot;, &amp;quot;AR PL ZenKai Uni&amp;quot;, &amp;quot;AR PL ZenKai Uni MBE&amp;quot;, MingLiU, PMingLiU;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(grc) {&lt;br /&gt;
    font-family: &amp;quot;Athena Unicode&amp;quot;, Gentium, &amp;quot;Palatino Linotype&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, Code2000;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#wpSave {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */&lt;br /&gt;
.hiddenStructure {&lt;br /&gt;
    display: inline ! important;&lt;br /&gt;
    color: #f00; &lt;br /&gt;
    background-color: #0f0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* suppress missing interwiki image links where #ifexist cannot be used due to high number of requests */&lt;br /&gt;
/* use restricted to rail icon management pages */&lt;br /&gt;
/* see .hidden-redlink on http://meta.wikimedia.org/wiki/MediaWiki:Common.css */&lt;br /&gt;
.check-icon a.new {&lt;br /&gt;
    display: none; &lt;br /&gt;
    speak:none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Removes underlines from links */&lt;br /&gt;
.nounderlines a { &lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underline from IPA links */&lt;br /&gt;
.IPA a:link, .IPA a:visited {&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Removes useless links from printout */&lt;br /&gt;
@media print {&lt;br /&gt;
    #privacy, #about, #disclaimer {display:none;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#EnWpMpBook { background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }&lt;br /&gt;
#EnWpMpSearch { background: url(http://upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }&lt;br /&gt;
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }&lt;br /&gt;
#EnWpMpBook2 { background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }&lt;br /&gt;
&lt;br /&gt;
/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */&lt;br /&gt;
&lt;br /&gt;
div.Boxmerge,&lt;br /&gt;
div.NavFrame {&lt;br /&gt;
    margin: 0px;&lt;br /&gt;
    padding: 4px;&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    font-size: 95%;&lt;br /&gt;
}&lt;br /&gt;
div.Boxmerge div.NavFrame {&lt;br /&gt;
    border-style: none;&lt;br /&gt;
    border-style: hidden;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame + div.NavFrame {&lt;br /&gt;
    border-top-style: none;&lt;br /&gt;
    border-top-style: hidden;&lt;br /&gt;
}&lt;br /&gt;
div.NavPic {&lt;br /&gt;
    background-color: #fff;&lt;br /&gt;
    margin: 0px;&lt;br /&gt;
    padding: 2px;&lt;br /&gt;
    float: left;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame div.NavHead {&lt;br /&gt;
    height: 1.6em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    background-color: #ccf;&lt;br /&gt;
    position:relative;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame p {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame div.NavContent {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame div.NavContent p {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
div.NavEnd {&lt;br /&gt;
    margin: 0px;&lt;br /&gt;
    padding: 0px;&lt;br /&gt;
    line-height: 1px;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
a.NavToggle {&lt;br /&gt;
    position:absolute;&lt;br /&gt;
    top:0px;&lt;br /&gt;
    right:3px;&lt;br /&gt;
    font-weight:normal;&lt;br /&gt;
    font-size:smaller;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Coloured watchlist numbers */&lt;br /&gt;
.mw-plusminus-pos {&lt;br /&gt;
    color: #006400; /* darkgreen */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* .mw-plusminus-null currently at developer default */&lt;br /&gt;
&lt;br /&gt;
.mw-plusminus-neg {&lt;br /&gt;
    color: #8B0000; /* darkred */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dablink {&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
    padding-left: 2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dablink i {&lt;br /&gt;
    font-style: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for horizontal UL lists */&lt;br /&gt;
.horizontal ul {&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.horizontal li { &lt;br /&gt;
    padding: 0 0.6em 0 0.4em;&lt;br /&gt;
    display: inline;&lt;br /&gt;
    border-right: 1px solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.horizontal li:last-child {&lt;br /&gt;
    border-right: none;&lt;br /&gt;
    padding-right: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Geographical coordinates &lt;br /&gt;
&lt;br /&gt;
To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: none } &lt;br /&gt;
   .geo-dec { display: inline } .geo-dms { display: inline }&lt;br /&gt;
&lt;br /&gt;
To display coordinates using decimal notation, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: inline } &lt;br /&gt;
   .geo-dec { display: inline } .geo-dms { display: none }&lt;br /&gt;
&lt;br /&gt;
To display coordinates using DMS notation, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: inline } &lt;br /&gt;
   .geo-dec { display: none }   .geo-dms { display: inline }&lt;br /&gt;
&lt;br /&gt;
To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: inline } &lt;br /&gt;
   .geo-dec { display: inline }   .geo-dms { display: inline }&lt;br /&gt;
   .geo-multi-punct { display: inline }&lt;br /&gt;
&lt;br /&gt;
See [[Template:Coor link]] for how these are used.&lt;br /&gt;
&lt;br /&gt;
Note that the classes &amp;quot;geo&amp;quot;, &amp;quot;longitude&amp;quot;, and &amp;quot;latitude&amp;quot; are not just styles but also used by the [[Geo microformat]], so the names should not be changed.&lt;br /&gt;
&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.geo-default { display: inline; }&lt;br /&gt;
.geo-nondefault { display: none; }&lt;br /&gt;
.geo-dms { display: inline; }&lt;br /&gt;
.geo-dec { display: inline; }&lt;br /&gt;
.geo-multi-punct { display: none; }&lt;br /&gt;
&lt;br /&gt;
.longitude .latitude {&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */&lt;br /&gt;
.geo { }&lt;br /&gt;
&lt;br /&gt;
/***** end Geo-related */&lt;br /&gt;
&lt;br /&gt;
/* When &amp;lt;div class=&amp;quot;nonumtoc&amp;quot;&amp;gt; is used on the table of contents, the ToC will display without numbers */&lt;br /&gt;
.nonumtoc .tocnumber { display:none; }&lt;br /&gt;
.nonumtoc #toc ul,&lt;br /&gt;
.nonumtoc .toc ul {&lt;br /&gt;
    line-height: 1.5em;&lt;br /&gt;
    list-style: none;&lt;br /&gt;
    margin: .3em 0 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
.nonumtoc #toc ul ul, &lt;br /&gt;
.nonumtoc .toc ul ul { &lt;br /&gt;
    margin: 0 0 0 2em; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Allow limiting of which header levels are shown in a TOC; &amp;lt;div class=&amp;quot;toclimit-3&amp;quot;&amp;gt;, for&lt;br /&gt;
   instance, will limit to showing ==headings== and ===headings=== but no further (as long as&lt;br /&gt;
   there are no =headings= on the page, which there shouldn't be according to the MoS). */&lt;br /&gt;
.toclimit-2 .toclevel-2 {display:none;}&lt;br /&gt;
.toclimit-3 .toclevel-3 {display:none;}&lt;br /&gt;
.toclimit-4 .toclevel-4 {display:none;}&lt;br /&gt;
.toclimit-5 .toclevel-5 {display:none;}&lt;br /&gt;
.toclimit-6 .toclevel-6 {display:none;}&lt;br /&gt;
.toclimit-7 .toclevel-7 {display:none;}&lt;br /&gt;
&lt;br /&gt;
/* Allow transcluded pages to display in lists rather than a table. Compatible in Firefox; incompatible in IE6. */&lt;br /&gt;
.listify td {display:list-item}&lt;br /&gt;
.listify tr {display:block}&lt;br /&gt;
.listify table {display:block}&lt;br /&gt;
&lt;br /&gt;
/* Styling for Template:Quote */&lt;br /&gt;
&lt;br /&gt;
blockquote.templatequote { margin-top: 0; }&lt;br /&gt;
&lt;br /&gt;
blockquote.templatequote div.templatequotecite { &lt;br /&gt;
    line-height: 1em;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    padding-left: 2em;&lt;br /&gt;
    margin-top: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
blockquote.templatequote div.templatequotecite cite {&lt;br /&gt;
    font-size: smaller;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.user-block {&lt;br /&gt;
    padding: 5px;&lt;br /&gt;
    border: 1px solid #A9A9A9;&lt;br /&gt;
    background-color: #FFEFD5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevents line breaks in links; see docs at Template:Nowraplinks */&lt;br /&gt;
&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* For template documentation */&lt;br /&gt;
.template-documentation {&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 1em 0 0 0;&lt;br /&gt;
    border: 1px solid #aaa; &lt;br /&gt;
    background-color: #ecfcf4; &lt;br /&gt;
    padding: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.thumbinner {&lt;br /&gt;
    min-width:100px;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
/* &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; */&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/MediaWiki:Common.css</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/MediaWiki:Common.css"/>
				<updated>2008-01-15T05:49:02Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
ATTENTION ADMINISTRATORS:&lt;br /&gt;
 &lt;br /&gt;
This is the CSS for all skins. Any major changes to this page or&lt;br /&gt;
[[MediaWiki:Monobook.css|Monobook.css]] should be first proposed on&lt;br /&gt;
the [[Wikipedia:Village pump (technical)|Village pump]].  &lt;br /&gt;
 &lt;br /&gt;
Furthermore, changes should probably be made in [[MediaWiki:Common.css]]&lt;br /&gt;
rather than this page.&lt;br /&gt;
 &lt;br /&gt;
Testing can be done on your own user Monobook.css. In [[Mozilla]] and&lt;br /&gt;
[[Opera (web browser)|Opera]], you can also test style changes dynamically&lt;br /&gt;
with the [http://www.squarefree.com/bookmarklets/webdevel.html test styles]&lt;br /&gt;
bookmarklet from squarefree.com. It pops up a window for adding style rules,&lt;br /&gt;
and updates the page as you type.&lt;br /&gt;
 &lt;br /&gt;
Always check with the [http://tinyurl.com/28y334 W3C CSS Validation Service]&lt;br /&gt;
([http://tinyurl.com/2g8bsk CVS version]) after any changes.&lt;br /&gt;
&lt;br /&gt;
See also: [[Wikipedia:Catalogue of CSS classes|catalogue of CSS classes]].&lt;br /&gt;
 &lt;br /&gt;
Thank you.&lt;br /&gt;
*/&lt;br /&gt;
 &lt;br /&gt;
/* &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt; */&lt;br /&gt;
 &lt;br /&gt;
/* Main page fixes */&lt;br /&gt;
#interwiki-completelist {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Add space below the toolbar */&lt;br /&gt;
#toolbar {&lt;br /&gt;
    margin-bottom: 6px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* make the list of references look smaller */&lt;br /&gt;
ol.references {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.references-small { font-size: 90%;}&lt;br /&gt;
&lt;br /&gt;
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */&lt;br /&gt;
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */&lt;br /&gt;
/* column-count is from the CSS3 module &amp;quot;CSS Multi-column Layout&amp;quot; */&lt;br /&gt;
/* Please ignore any validator errors caused by these two lines */&lt;br /&gt;
.references-2column {&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
    -moz-column-count:2;&lt;br /&gt;
    -webkit-column-count:2;&lt;br /&gt;
    column-count:2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.same-bg { background: none }&lt;br /&gt;
&lt;br /&gt;
/* Highlight clicked reference in blue to help navigation */&lt;br /&gt;
ol.references &amp;gt; li:target {&lt;br /&gt;
    background-color: #DEF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
sup.reference:target { &lt;br /&gt;
    background-color: #DEF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for citations */&lt;br /&gt;
cite {&lt;br /&gt;
    font-style: normal;&lt;br /&gt;
    word-wrap: break-word;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */&lt;br /&gt;
cite:target { &lt;br /&gt;
    background-color: #DEF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Do not expand URLs within citations for printing. The URLs should be included explicitly, to avoid confusion */&lt;br /&gt;
&lt;br /&gt;
@media print {&lt;br /&gt;
    #content cite a.external.text:after {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */&lt;br /&gt;
&lt;br /&gt;
@media screen, handheld, projection {&lt;br /&gt;
    cite *.printonly {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* wikitable/prettytable class for skinning normal tables */&lt;br /&gt;
table.wikitable,&lt;br /&gt;
table.prettytable {&lt;br /&gt;
    margin: 1em 1em 1em 0;&lt;br /&gt;
    background: #f9f9f9;&lt;br /&gt;
    border: 1px #aaa solid;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable th, table.wikitable td,&lt;br /&gt;
table.prettytable th, table.prettytable td {&lt;br /&gt;
    border: 1px #aaa solid;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable th,&lt;br /&gt;
table.prettytable th {&lt;br /&gt;
    background: #f2f2f2;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable caption,&lt;br /&gt;
table.prettytable caption {&lt;br /&gt;
    margin-left: inherit;&lt;br /&gt;
    margin-right: inherit;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.prettytable code,&lt;br /&gt;
table.wikitable code {&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default skin for navigation boxes */&lt;br /&gt;
table.navbox {&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
    margin: 1em 0em 0em;&lt;br /&gt;
    padding: 2px;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.navbox th {&lt;br /&gt;
    background-color: #ccf;&lt;br /&gt;
    padding-left: 1em;&lt;br /&gt;
    padding-right: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media print {&lt;br /&gt;
    .navbox {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Infobox template style */&lt;br /&gt;
.infobox {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    color: black;&lt;br /&gt;
    margin-bottom: 0.5em;&lt;br /&gt;
    margin-left: 1em;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
    vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
.infobox caption {&lt;br /&gt;
    font-size: larger;&lt;br /&gt;
    margin-left: inherit;&lt;br /&gt;
}&lt;br /&gt;
.infobox.bordered {&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
}&lt;br /&gt;
.infobox.bordered td,&lt;br /&gt;
.infobox.bordered th {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
.infobox.bordered .borderless td,&lt;br /&gt;
.infobox.bordered .borderless th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.sisterproject {&lt;br /&gt;
    width: 20em;&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media print {&lt;br /&gt;
    .infobox.sisterproject {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* styles for bordered infobox with merged rows */&lt;br /&gt;
.infobox.bordered .mergedtoprow td,&lt;br /&gt;
.infobox.bordered .mergedtoprow th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    border-top: 1px solid #aaa;&lt;br /&gt;
    border-right: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.bordered .mergedrow td,&lt;br /&gt;
.infobox.bordered .mergedrow th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    border-right: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */&lt;br /&gt;
.infobox.geography {&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    line-height: 1.2em; &lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography  td,&lt;br /&gt;
.infobox.geography  th {&lt;br /&gt;
    border-top: solid 1px #aaa;&lt;br /&gt;
    padding: 0.4em 0.6em 0.4em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
.infobox.geography .mergedtoprow td,&lt;br /&gt;
.infobox.geography .mergedtoprow th {&lt;br /&gt;
    border-top: solid 1px #aaa;&lt;br /&gt;
    padding: 0.4em 0.6em 0.2em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography .mergedrow td,&lt;br /&gt;
.infobox.geography .mergedrow th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    padding: 0 0.6em 0.2em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography .mergedbottomrow td,&lt;br /&gt;
.infobox.geography .mergedbottomrow th {&lt;br /&gt;
    border-top: 0;&lt;br /&gt;
    border-bottom: solid 1px #aaa;&lt;br /&gt;
    padding: 0 0.6em 0.4em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography .maptable td,&lt;br /&gt;
.infobox.geography .maptable th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for &amp;quot;notices&amp;quot; */&lt;br /&gt;
.notice {&lt;br /&gt;
    margin: 1em;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#disambig {&lt;br /&gt;
    border-top: 1px solid #ccc; &lt;br /&gt;
    border-bottom: 1px solid #ccc;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.spoiler {&lt;br /&gt;
    border-top: 2px solid #ddd;&lt;br /&gt;
    border-bottom: 2px solid #ddd;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Standard talk template style */&lt;br /&gt;
&lt;br /&gt;
.Talk-Notice  {&lt;br /&gt;
    border: 1px solid #C0C090;&lt;br /&gt;
    background-color: #F8EABA;&lt;br /&gt;
    margin-bottom: 3px;&lt;br /&gt;
    width: 85%;&lt;br /&gt;
    border-spacing: 3px;&lt;br /&gt;
    margin-left: auto;&lt;br /&gt;
    margin-right: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.Talk-Notice:after {&lt;br /&gt;
  content: &amp;quot;The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]].&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make template background appear correctly on all browsers */&lt;br /&gt;
.Talk-Notice td {&lt;br /&gt;
    background: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Persondata and other (future) metadata */&lt;br /&gt;
table.InChI, /* temporary */&lt;br /&gt;
table.persondata {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    display: none;&lt;br /&gt;
    speak: none;&lt;br /&gt;
}&lt;br /&gt;
.InChI-label, /* temporary */&lt;br /&gt;
.persondata-label {&lt;br /&gt;
    color: #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */&lt;br /&gt;
.redirect-in-category, .allpagesredirect {&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Class for links with loudspeaker icon next to them */&lt;br /&gt;
/* (Used in [[Template:Audio]] and the like to make the speaker clickable) */&lt;br /&gt;
&lt;br /&gt;
.audiolink a {&lt;br /&gt;
    background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png&amp;quot;) center left no-repeat !important;&lt;br /&gt;
    padding-left: 16px !important;&lt;br /&gt;
    padding-right: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */&lt;br /&gt;
&lt;br /&gt;
div.listenlist {&lt;br /&gt;
    background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png&amp;quot;);&lt;br /&gt;
    padding-left: 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.videolist, div.multivideolist {&lt;br /&gt;
    background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png&amp;quot;);&lt;br /&gt;
    padding-left: 50px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style rules for media list templates */&lt;br /&gt;
div.medialist {&lt;br /&gt;
    min-height: 50px;&lt;br /&gt;
    margin: 1em;&lt;br /&gt;
    background-position: top left;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.medialist ul {&lt;br /&gt;
    list-style-type: none; &lt;br /&gt;
    list-style-image: none;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.medialist ul li {&lt;br /&gt;
    padding-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.medialist ul li li {&lt;br /&gt;
    font-size: 91%;&lt;br /&gt;
    padding-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to an Adobe icon for all PDF files */&lt;br /&gt;
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */&lt;br /&gt;
#bodyContent a[href$=&amp;quot;.pdf&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.pdf?&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
#bodyContent a[href$=&amp;quot;.PDF&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.PDF?&amp;quot;].external, &lt;br /&gt;
#bodyContent a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;&lt;br /&gt;
    padding-right: 16px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to an Adobe icon anywhere the PDFlink class */&lt;br /&gt;
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */&lt;br /&gt;
span.PDFlink a {&lt;br /&gt;
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;&lt;br /&gt;
    padding-right: 17px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.geolink a {&lt;br /&gt;
    background: url(http://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;&lt;br /&gt;
    padding-right: 11px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Content in columns with CSS instead of tables [[Template:Columns]] */&lt;br /&gt;
div.columns-2 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 50%;&lt;br /&gt;
    min-width: 300px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.columns-3 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 33.3%;&lt;br /&gt;
    min-width: 200px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.columns-4 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 25%;&lt;br /&gt;
    min-width: 150px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.columns-5 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 20%;&lt;br /&gt;
    min-width: 120px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*Add formatting to make sure that &amp;quot;external references&amp;quot; from [[Template:Ref]] do&lt;br /&gt;
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was&lt;br /&gt;
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class&lt;br /&gt;
  &amp;quot;urlexpansion&amp;quot;, which was not displayed on screen, but was shown when the medium was&lt;br /&gt;
  &amp;quot;print&amp;quot;. The rules below ensure (a) that there is no extra padding to the right of&lt;br /&gt;
  the anchor (displayed as &amp;quot;[&amp;lt;number&amp;gt;]&amp;quot;), (b) that there is no &amp;quot;external link arrow&amp;quot; for&lt;br /&gt;
  the link, and (c) that this SPAN of class &amp;quot;urlexpansion&amp;quot; is never shown.&lt;br /&gt;
  ~~~~&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.plainlinksneverexpand {&lt;br /&gt;
    background: none ! important;&lt;br /&gt;
    padding: 0 ! important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.plainlinksneverexpand .urlexpansion {&lt;br /&gt;
    display: none ! important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make sure that ext links displayed within &amp;quot;plainlinksneverexpand&amp;quot; don't get&lt;br /&gt;
   the arrow...&lt;br /&gt;
*/&lt;br /&gt;
.plainlinksneverexpand a {&lt;br /&gt;
    background: none !important;&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class &amp;quot;urlexpansion&amp;quot;&lt;br /&gt;
   following the anchor A, the anchor itself now has class &amp;quot;external autonumber&amp;quot; and the&lt;br /&gt;
   expansion is inserted when printing (see the common printing style sheet at&lt;br /&gt;
   http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the &amp;quot;:after&amp;quot; pseudo-&lt;br /&gt;
   element of CSS. We have to switch this off for links due to Template:Ref!&lt;br /&gt;
*/&lt;br /&gt;
.plainlinksneverexpand a.external.text:after {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
.plainlinksneverexpand a.external.autonumber:after {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Messagebox templates */&lt;br /&gt;
.messagebox {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    width: 80%;&lt;br /&gt;
    margin: 0 auto 1em auto;&lt;br /&gt;
    padding: .2em;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.merge {&lt;br /&gt;
    border: 1px solid #c0b8cc;&lt;br /&gt;
    background-color: #f0e5ff;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.cleanup {&lt;br /&gt;
    border: 1px solid #9f9fff;&lt;br /&gt;
    background-color: #efefff;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.standard-talk {&lt;br /&gt;
    border: 1px solid #c0c090;&lt;br /&gt;
    background-color: #f8eaba;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.nested-talk {&lt;br /&gt;
    border: 1px solid #c0c090;&lt;br /&gt;
    background-color: #f8eaba;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    margin: 2px 4px 2px 4px;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.small {&lt;br /&gt;
    width: 238px;&lt;br /&gt;
    font-size: 85%;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 0 0 1em 1em;&lt;br /&gt;
    line-height: 1.25em; &lt;br /&gt;
}&lt;br /&gt;
.messagebox.small-talk {&lt;br /&gt;
    width: 238px;&lt;br /&gt;
    font-size: 85%;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 0 0 1em 1em;&lt;br /&gt;
    line-height: 1.25em; &lt;br /&gt;
    background: #F8EABA;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Article message box template styles */&lt;br /&gt;
table.ambox {&lt;br /&gt;
    margin: 0 10%;                       /* Will not overlap with other elements */&lt;br /&gt;
    border-collapse: collapse; &lt;br /&gt;
    background: #fbfbfb; &lt;br /&gt;
    border: 1px solid #aaa; &lt;br /&gt;
    border-left: 10px solid #1e90ff;     /* Default &amp;quot;notice&amp;quot; blue */&lt;br /&gt;
}&lt;br /&gt;
table.ambox th.ambox-text, table.ambox td.ambox-text {      /* The message body cell(s) */&lt;br /&gt;
    padding: 0.25em 0.5em;            /* 0.5em left/right */&lt;br /&gt;
    width: 100%;                      /* Make all templates the same width regardless of text size */&lt;br /&gt;
}&lt;br /&gt;
table.ambox td.ambox-image {          /* The left image cell */&lt;br /&gt;
    padding: 2px 0px 2px 0.5em;       /* 0.5em left, 0px right */&lt;br /&gt;
    text-align: center; &lt;br /&gt;
}&lt;br /&gt;
table.ambox td.ambox-imageright {     /* The right image cell */&lt;br /&gt;
    padding: 2px 4px 2px 0px;         /* 0px left, 4px right */&lt;br /&gt;
    text-align: center; &lt;br /&gt;
}&lt;br /&gt;
table.ambox-notice {&lt;br /&gt;
    border-left: 10px solid #1e90ff;     /* Blue */&lt;br /&gt;
/* border-right: 10px solid #1e90ff; */  /* If you want two blue bars */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-delete,&lt;br /&gt;
table.ambox-serious {&lt;br /&gt;
    border-left: 10px solid #b22222;     /* Red */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-content {&lt;br /&gt;
    border-left: 10px solid #f28500;     /* Orange */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-style {&lt;br /&gt;
    border-left: 10px solid #f4c430;     /* Yellow */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-merge {&lt;br /&gt;
    border-left: 10px solid #9932cc;     /* Purple */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-protection {&lt;br /&gt;
    border-left: 10px solid #bba;        /* Gray */&lt;br /&gt;
}&lt;br /&gt;
table.ambox.ambox-mini {                 /* small floating box variant */&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
    margin: 0 0 0 1em;&lt;br /&gt;
    width: 25%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Put a checker background at the image description page only visible if the image has transparent background */&lt;br /&gt;
#file img {background: url(&amp;quot;http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png&amp;quot;) repeat;}&lt;br /&gt;
&lt;br /&gt;
/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */&lt;br /&gt;
.IPA {&lt;br /&gt;
    font-family: &amp;quot;Chrysanthi Unicode&amp;quot;, &amp;quot;Doulos SIL&amp;quot;, Gentium, GentiumAlt, Code2000, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;DejaVu Sans&amp;quot;, &amp;quot;Bitstream Cyberbit&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;, &amp;quot;Hiragino Kaku Gothic Pro&amp;quot;, &amp;quot;Matrix Unicode&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.Unicode {&lt;br /&gt;
    font-family: Code2000, Code2001, &amp;quot;Free Serif&amp;quot;, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;Doulos SIL&amp;quot;, &amp;quot;Chrysanthi Unicode&amp;quot;, &amp;quot;Bitstream Cyberbit&amp;quot;, &amp;quot;Bitstream CyberBase&amp;quot;, Thryomanes, Gentium, GentiumAlt, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Free Sans&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.latinx {&lt;br /&gt;
    font-family: Code2000, Code2001, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;Microsoft Sans Serif&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.polytonic {&lt;br /&gt;
    font-family: &amp;quot;Athena Unicode&amp;quot;, Gentium, &amp;quot;Palatino Linotype&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, Code2000; &lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
.mufi {&lt;br /&gt;
    font-family: Alphabetum, Cardo, LeedsUni, Junicode, &amp;quot;TITUS Cyberbit Basic&amp;quot;, ALPHA-Demo;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Pseudo-classes in support of [[Template:lang]]. */&lt;br /&gt;
&lt;br /&gt;
:lang(he) {&lt;br /&gt;
    font-family: &amp;quot;SBL Hebrew&amp;quot;, &amp;quot;Ezra SIL SR&amp;quot;, &amp;quot;Ezra SIL&amp;quot;, Cardo, &amp;quot;Chrysanthi Unicode&amp;quot;, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, Narkisim, &amp;quot;Times New Roman&amp;quot;;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(fa) {&lt;br /&gt;
    font-family: &amp;quot;Nafees Nastaleeq&amp;quot;, &amp;quot;Pak Nastaleeq&amp;quot;, PDMS_Jauhar;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ps) {&lt;br /&gt;
    font-family: &amp;quot;Nafees Nastaleeq&amp;quot;, &amp;quot;Pak Nastaleeq&amp;quot;, PDMS_Jauhar;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ur) {&lt;br /&gt;
    font-family: &amp;quot;Nafees Nastaleeq&amp;quot;, &amp;quot;Pak Nastaleeq&amp;quot;, PDMS_Jauhar;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(sux-Xsux) {&lt;br /&gt;
    font-family: Akkadian;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ja) {&lt;br /&gt;
       font-family: Code2000, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Bitstream Cyberbit&amp;quot;, &amp;quot;Bitstream CyberCJK&amp;quot;, IPAGothic, IPAPGothic, IPAUIGothic, &amp;quot;Kochi Gothic&amp;quot;, IPAMincho, IPAPMincho;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(ko) {&lt;br /&gt;
    font-family: &amp;quot;Adobe Myungjo Std M&amp;quot;, AppleMyungjo, &amp;quot;Baekmuk Batang&amp;quot;, &amp;quot;Baekmuk Gulim&amp;quot;, Batang, Dotum, DotumChe, Gulim, GulimChe, HYGothic-Extra, HYMyeongJo-Extra, &amp;quot;New Gulim&amp;quot;, UnBatang, UnDotum, UnYetgul, UWKMJF;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(zh-Hans) {&lt;br /&gt;
    font-family: &amp;quot;Adobe Song Std L&amp;quot;, &amp;quot;AR PL ShanHeiSun Uni&amp;quot;, &amp;quot;AR PL ShanHeiSun Uni MBE&amp;quot;, &amp;quot;MS Hei&amp;quot;, &amp;quot;MS Song&amp;quot;, SimHei;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(zh-Hant) {&lt;br /&gt;
    font-family: &amp;quot;Adobe Ming Std L&amp;quot;, &amp;quot;AR PL New Sung&amp;quot;, &amp;quot;AR PL ZenKai Uni&amp;quot;, &amp;quot;AR PL ZenKai Uni MBE&amp;quot;, MingLiU, PMingLiU;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
:lang(grc) {&lt;br /&gt;
    font-family: &amp;quot;Athena Unicode&amp;quot;, Gentium, &amp;quot;Palatino Linotype&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, Code2000;&lt;br /&gt;
    font-family /**/:inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#wpSave {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */&lt;br /&gt;
.hiddenStructure {&lt;br /&gt;
    display: inline ! important;&lt;br /&gt;
    color: #f00; &lt;br /&gt;
    background-color: #0f0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* suppress missing interwiki image links where #ifexist cannot be used due to high number of requests */&lt;br /&gt;
/* use restricted to rail icon management pages */&lt;br /&gt;
/* see .hidden-redlink on http://meta.wikimedia.org/wiki/MediaWiki:Common.css */&lt;br /&gt;
.check-icon a.new {&lt;br /&gt;
    display: none; &lt;br /&gt;
    speak:none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Removes underlines from links */&lt;br /&gt;
.nounderlines a { &lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underline from IPA links */&lt;br /&gt;
.IPA a:link, .IPA a:visited {&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Removes useless links from printout */&lt;br /&gt;
@media print {&lt;br /&gt;
    #privacy, #about, #disclaimer {display:none;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#EnWpMpBook { background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }&lt;br /&gt;
#EnWpMpSearch { background: url(http://upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }&lt;br /&gt;
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }&lt;br /&gt;
#EnWpMpBook2 { background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }&lt;br /&gt;
&lt;br /&gt;
/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */&lt;br /&gt;
&lt;br /&gt;
div.Boxmerge,&lt;br /&gt;
div.NavFrame {&lt;br /&gt;
    margin: 0px;&lt;br /&gt;
    padding: 4px;&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    font-size: 95%;&lt;br /&gt;
}&lt;br /&gt;
div.Boxmerge div.NavFrame {&lt;br /&gt;
    border-style: none;&lt;br /&gt;
    border-style: hidden;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame + div.NavFrame {&lt;br /&gt;
    border-top-style: none;&lt;br /&gt;
    border-top-style: hidden;&lt;br /&gt;
}&lt;br /&gt;
div.NavPic {&lt;br /&gt;
    background-color: #fff;&lt;br /&gt;
    margin: 0px;&lt;br /&gt;
    padding: 2px;&lt;br /&gt;
    float: left;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame div.NavHead {&lt;br /&gt;
    height: 1.6em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    background-color: #ccf;&lt;br /&gt;
    position:relative;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame p {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame div.NavContent {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame div.NavContent p {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
div.NavEnd {&lt;br /&gt;
    margin: 0px;&lt;br /&gt;
    padding: 0px;&lt;br /&gt;
    line-height: 1px;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
a.NavToggle {&lt;br /&gt;
    position:absolute;&lt;br /&gt;
    top:0px;&lt;br /&gt;
    right:3px;&lt;br /&gt;
    font-weight:normal;&lt;br /&gt;
    font-size:smaller;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Coloured watchlist numbers */&lt;br /&gt;
.mw-plusminus-pos {&lt;br /&gt;
    color: #006400; /* darkgreen */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* .mw-plusminus-null currently at developer default */&lt;br /&gt;
&lt;br /&gt;
.mw-plusminus-neg {&lt;br /&gt;
    color: #8B0000; /* darkred */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dablink {&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
    padding-left: 2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dablink i {&lt;br /&gt;
    font-style: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for horizontal UL lists */&lt;br /&gt;
.horizontal ul {&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.horizontal li { &lt;br /&gt;
    padding: 0 0.6em 0 0.4em;&lt;br /&gt;
    display: inline;&lt;br /&gt;
    border-right: 1px solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.horizontal li:last-child {&lt;br /&gt;
    border-right: none;&lt;br /&gt;
    padding-right: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Geographical coordinates &lt;br /&gt;
&lt;br /&gt;
To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: none } &lt;br /&gt;
   .geo-dec { display: inline } .geo-dms { display: inline }&lt;br /&gt;
&lt;br /&gt;
To display coordinates using decimal notation, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: inline } &lt;br /&gt;
   .geo-dec { display: inline } .geo-dms { display: none }&lt;br /&gt;
&lt;br /&gt;
To display coordinates using DMS notation, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: inline } &lt;br /&gt;
   .geo-dec { display: none }   .geo-dms { display: inline }&lt;br /&gt;
&lt;br /&gt;
To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:&lt;br /&gt;
   .geo-default { display: inline } .geo-nondefault { display: inline } &lt;br /&gt;
   .geo-dec { display: inline }   .geo-dms { display: inline }&lt;br /&gt;
   .geo-multi-punct { display: inline }&lt;br /&gt;
&lt;br /&gt;
See [[Template:Coor link]] for how these are used.&lt;br /&gt;
&lt;br /&gt;
Note that the classes &amp;quot;geo&amp;quot;, &amp;quot;longitude&amp;quot;, and &amp;quot;latitude&amp;quot; are not just styles but also used by the [[Geo microformat]], so the names should not be changed.&lt;br /&gt;
&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.geo-default { display: inline; }&lt;br /&gt;
.geo-nondefault { display: none; }&lt;br /&gt;
.geo-dms { display: inline; }&lt;br /&gt;
.geo-dec { display: inline; }&lt;br /&gt;
.geo-multi-punct { display: none; }&lt;br /&gt;
&lt;br /&gt;
.longitude .latitude {&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */&lt;br /&gt;
.geo { }&lt;br /&gt;
&lt;br /&gt;
/***** end Geo-related */&lt;br /&gt;
&lt;br /&gt;
/* When &amp;lt;div class=&amp;quot;nonumtoc&amp;quot;&amp;gt; is used on the table of contents, the ToC will display without numbers */&lt;br /&gt;
.nonumtoc .tocnumber { display:none; }&lt;br /&gt;
.nonumtoc #toc ul,&lt;br /&gt;
.nonumtoc .toc ul {&lt;br /&gt;
    line-height: 1.5em;&lt;br /&gt;
    list-style: none;&lt;br /&gt;
    margin: .3em 0 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
.nonumtoc #toc ul ul, &lt;br /&gt;
.nonumtoc .toc ul ul { &lt;br /&gt;
    margin: 0 0 0 2em; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Allow limiting of which header levels are shown in a TOC; &amp;lt;div class=&amp;quot;toclimit-3&amp;quot;&amp;gt;, for&lt;br /&gt;
   instance, will limit to showing ==headings== and ===headings=== but no further (as long as&lt;br /&gt;
   there are no =headings= on the page, which there shouldn't be according to the MoS). */&lt;br /&gt;
.toclimit-2 .toclevel-2 {display:none;}&lt;br /&gt;
.toclimit-3 .toclevel-3 {display:none;}&lt;br /&gt;
.toclimit-4 .toclevel-4 {display:none;}&lt;br /&gt;
.toclimit-5 .toclevel-5 {display:none;}&lt;br /&gt;
.toclimit-6 .toclevel-6 {display:none;}&lt;br /&gt;
.toclimit-7 .toclevel-7 {display:none;}&lt;br /&gt;
&lt;br /&gt;
/* Allow transcluded pages to display in lists rather than a table. Compatible in Firefox; incompatible in IE6. */&lt;br /&gt;
.listify td {display:list-item}&lt;br /&gt;
.listify tr {display:block}&lt;br /&gt;
.listify table {display:block}&lt;br /&gt;
&lt;br /&gt;
/* Styling for Template:Quote */&lt;br /&gt;
&lt;br /&gt;
blockquote.templatequote { margin-top: 0; }&lt;br /&gt;
&lt;br /&gt;
blockquote.templatequote div.templatequotecite { &lt;br /&gt;
    line-height: 1em;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    padding-left: 2em;&lt;br /&gt;
    margin-top: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
blockquote.templatequote div.templatequotecite cite {&lt;br /&gt;
    font-size: smaller;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.user-block {&lt;br /&gt;
    padding: 5px;&lt;br /&gt;
    border: 1px solid #A9A9A9;&lt;br /&gt;
    background-color: #FFEFD5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevents line breaks in links; see docs at Template:Nowraplinks */&lt;br /&gt;
&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* For template documentation */&lt;br /&gt;
.template-documentation {&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 1em 0 0 0;&lt;br /&gt;
    border: 1px solid #aaa; &lt;br /&gt;
    background-color: #ecfcf4; &lt;br /&gt;
    padding: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.thumbinner {&lt;br /&gt;
    min-width:100px;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
/* &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; */&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/MediaWiki:Common.css</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/MediaWiki:Common.css"/>
				<updated>2008-01-15T05:45:12Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: Wiki/MediaWiki:Common.css moved to MediaWiki:Common.css: wrong name?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; /** &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt; */&lt;br /&gt;
 /***** BACKGROUND COLORS FOR NAMESPACES *****/&lt;br /&gt;
&lt;br /&gt;
  /* Colour of pseudo NS Special (light grey) */&lt;br /&gt;
 &lt;br /&gt;
 .ns--2 #content, .ns--2 #p-cactions li, .ns--2 #p-cactions li a { background: #f4f4f4; }&lt;br /&gt;
 .ns--2 div.thumb { border-color: #f4f4f4; } &lt;br /&gt;
&lt;br /&gt;
 /* Colour of NS Project + Project_talk (light sky blue) */&lt;br /&gt;
 &lt;br /&gt;
 .ns-4 #content, .ns-4 #p-cactions li, .ns-4 #p-cactions li a { background: #f8fcff; }&lt;br /&gt;
 .ns-4 div.thumb { border-color: #f8fcff; } &lt;br /&gt;
 &lt;br /&gt;
 .ns-5 #content, .ns-5 #p-cactions li, .ns-5 #p-cactions li a { background: #f8fcff; }&lt;br /&gt;
 .ns-5 div.thumb { border-color: #f8fcff; }&lt;br /&gt;
&lt;br /&gt;
 /* Colour of NS MediaWiki + MediaWiki_talk (light grey) */&lt;br /&gt;
 &lt;br /&gt;
 .ns-8 #content, .ns-8 #p-cactions li, .ns-8 #p-cactions li a { background: #f4f4f4; }&lt;br /&gt;
 .ns-8 div.thumb { border-color: #f4f4f4; } &lt;br /&gt;
 &lt;br /&gt;
 .ns-9 #content, .ns-9 #p-cactions li, .ns-9 #p-cactions li a { background: #f4f4f4; }&lt;br /&gt;
 .ns-9 div.thumb { border-color: #f4f4f4; }&lt;br /&gt;
&lt;br /&gt;
 /* Blue border for Public Domain namespaces.  This is currently NS Help (but NOT Help_talk) */&lt;br /&gt;
 &lt;br /&gt;
 .ns-12 #content { &lt;br /&gt;
    border: 2px solid #0000CC; border-right: none; &lt;br /&gt;
&lt;br /&gt;
    background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/b/b8/PD-banner.png);&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-position: right top;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  .ns-12 #bodyContent {&lt;br /&gt;
    background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png);&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-position: right 5em;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
 /* Colour of NS Manual + Manual_talk (light bluish violet) */&lt;br /&gt;
 &lt;br /&gt;
 .ns-100 #content, .ns-100 #p-cactions li, .ns-100 #p-cactions li a { background: #f3f3ff; }&lt;br /&gt;
 .ns-100 div.thumb { border-color: #f3f3ff; } &lt;br /&gt;
 &lt;br /&gt;
 .ns-101 #content, .ns-101 #p-cactions li, .ns-101 #p-cactions li a { background: #f3f3ff; }&lt;br /&gt;
 .ns-101 div.thumb { border-color: #f3f3ff; }&lt;br /&gt;
&lt;br /&gt;
 /***** BACKGROUND AND BORDER COLORS FOR CONTENT  *****/&lt;br /&gt;
&lt;br /&gt;
 /* Border colors */&lt;br /&gt;
 &lt;br /&gt;
 .borderc1 { border-color: #e9e9e9; border-width:thin; }  /* light grey */&lt;br /&gt;
 &lt;br /&gt;
 .borderc2 { border-color: #aaaaaa; border-width:thin; }  /* grey (as toc) */&lt;br /&gt;
 &lt;br /&gt;
 .borderc3 { border-color: #777777; border-width:thin; }  /* dark grey */&lt;br /&gt;
 &lt;br /&gt;
 .borderc4 { border-color: #000000; border-width:thin; }  /* black */&lt;br /&gt;
 &lt;br /&gt;
 .borderc5 { border-color: #c00000; border-width:thin; }  /* red */&lt;br /&gt;
  &lt;br /&gt;
 .borderc6 { border-color: #025e9d; border-width:thin; }  /* blue */&lt;br /&gt;
  &lt;br /&gt;
 .borderc7 { border-color: #008040; border-width:thin; }  /* green */&lt;br /&gt;
 &lt;br /&gt;
 .borderc8 { border-color: #ffcc00; border-width:thin; }  /* yellow */&lt;br /&gt;
&lt;br /&gt;
 /* Background colors */&lt;br /&gt;
 &lt;br /&gt;
 .backgroundc1 { background-color: #ffffff; }  /* white */&lt;br /&gt;
 &lt;br /&gt;
 .backgroundc2 { background-color: #f9f9f9; }  /* light grey (as toc)  */&lt;br /&gt;
 &lt;br /&gt;
 .backgroundc3 { background-color: #eeeeee; }  /* light grey (headers) */ &lt;br /&gt;
 &lt;br /&gt;
 .backgroundc4 { background-color: #e0e0e0; }  /* more grey */&lt;br /&gt;
 &lt;br /&gt;
 .backgroundc5 { background-color: #d2d2d2; }  /* more grey */&lt;br /&gt;
 &lt;br /&gt;
 .backgroundc6 { background-color: #b7b7b7; }  /* more grey */&lt;br /&gt;
 &lt;br /&gt;
 .backgroundc7 { background-color: #a3a3a3; }  /* darker grey */&lt;br /&gt;
&lt;br /&gt;
 /***** SOME OTHER SMALL THINGS *****/&lt;br /&gt;
&lt;br /&gt;
 /* Marking redirects in Special:Allpages  */&lt;br /&gt;
 &lt;br /&gt;
 .allpagesredirect { font-style: italic; }&lt;br /&gt;
 &lt;br /&gt;
 .watchlistredir { font-style: italic; }&lt;br /&gt;
&lt;br /&gt;
 /* Bug 1583 Printing of thumbnails */&lt;br /&gt;
 &lt;br /&gt;
 div.tright { clear: right; }&lt;br /&gt;
&lt;br /&gt;
 /* SideBoxes ([[:de:Wikipedia:TownBox|TB]]) */&lt;br /&gt;
 &lt;br /&gt;
 div.sideBox {&lt;br /&gt;
 	position: relative;&lt;br /&gt;
 	float: right;&lt;br /&gt;
 	background: white;&lt;br /&gt;
 	margin-left: 1em;&lt;br /&gt;
 	border: 1px solid gray;&lt;br /&gt;
 	padding: 0.3em;&lt;br /&gt;
 	width: 200px;&lt;br /&gt;
 	overflow: hidden;&lt;br /&gt;
 	clear: right;&lt;br /&gt;
 }&lt;br /&gt;
 div.sideBox dl {&lt;br /&gt;
 	padding: 0;&lt;br /&gt;
 	margin: 0 0 0.3em 0;&lt;br /&gt;
 	font-size: 96%;&lt;br /&gt;
 }&lt;br /&gt;
 div.sideBox dl dt {&lt;br /&gt;
 	background: none;&lt;br /&gt;
 	margin: 0.4em 0 0 0;&lt;br /&gt;
 }&lt;br /&gt;
 div.sideBox dl dd {&lt;br /&gt;
 	margin: 0.1em 0 0 1.1em;&lt;br /&gt;
 	background-color: #f3f3f3;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */&lt;br /&gt;
.majorwarning {&lt;br /&gt;
  background: yellow; &lt;br /&gt;
  padding: 0.3em; &lt;br /&gt;
  text-align: center; &lt;br /&gt;
  font-size: 125%; &lt;br /&gt;
  border: 2px solid red;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/******* MAIN PAGE STYLING **********/&lt;br /&gt;
&lt;br /&gt;
#mainpage_topbox {&lt;br /&gt;
  background: #f9f9f9; &lt;br /&gt;
  padding: 0px; &lt;br /&gt;
  border: 1px solid #aaaaaa; &lt;br /&gt;
  margin: 0.2em 10px 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle {&lt;br /&gt;
  font-size: 105%; &lt;br /&gt;
  padding: 0.4em; &lt;br /&gt;
  background-color: #eeeeee; &lt;br /&gt;
  border-bottom: 1px solid #aaaaaa; &lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mainpage_boxtitle {&lt;br /&gt;
  line-height: 120%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mainpage_pagetitle {&lt;br /&gt;
  color: #cf7606; &lt;br /&gt;
  font-size: 200% !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mainpage_sitelinks {&lt;br /&gt;
  padding: 0.2em; &lt;br /&gt;
  text-align: center;&lt;br /&gt;
  background-color: white;&lt;br /&gt;
}&lt;br /&gt;
.mainpage_hubtitle {&lt;br /&gt;
  text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mainpage_boxcontents, .mainpage_boxcontents_small {&lt;br /&gt;
  background: #ffffff;&lt;br /&gt;
  padding:0.2em 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mainpage_boxcontents_small {&lt;br /&gt;
  font-size: 95%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mainpage_hubbox, #mainpage_newscell, #mainpage_downloadcell {&lt;br /&gt;
  padding: 0;&lt;br /&gt;
  border: 1px solid #aaaaaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mainpage_hubbox {&lt;br /&gt;
  margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mainpage_newscell {&lt;br /&gt;
  margin-bottom: 15px;&lt;br /&gt;
  margin-top: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mainpage_newscell .mainpage_boxtitle {&lt;br /&gt;
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-position: 99% 0.3em;&lt;br /&gt;
    padding-right: 25px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mainpage_downloadcell {&lt;br /&gt;
  width: 17em; &lt;br /&gt;
  margin-bottom: 5px; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mainpage_downloadcell .mainpage_boxtitle {&lt;br /&gt;
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png);&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-position: 96% 0.33em;&lt;br /&gt;
    padding-right: 25px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The words 'MediaWiki.org' in the title.*/&lt;br /&gt;
#mainpage_mwtitle {&lt;br /&gt;
  color: #005288;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/********* Extension Infobox Styling ***********/&lt;br /&gt;
&lt;br /&gt;
.ext-infobox {&lt;br /&gt;
  border: 2px solid #aaaaaa;&lt;br /&gt;
  width: 272px; &lt;br /&gt;
  float: right; &lt;br /&gt;
  margin: 0 0 0.5em 0.5em; &lt;br /&gt;
  border-collapse: collapse; &lt;br /&gt;
  background-color: white;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ext-infobox td {&lt;br /&gt;
  border: 2px none #aaaaaa;&lt;br /&gt;
  padding: 0.2em 0.5em;&lt;br /&gt;
  border-bottom: 1px solid #f0f0f0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ext-header {&lt;br /&gt;
  background-color: #aaaaaa;&lt;br /&gt;
  color: white;&lt;br /&gt;
  text-align: left;&lt;br /&gt;
}&lt;br /&gt;
.ext-header td {&lt;br /&gt;
  padding-top: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ext-header img {&lt;br /&gt;
  padding: 0 0.2em 0 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ext-status-unstable, .ext-status-unstable td {&lt;br /&gt;
  border-color: #990000;&lt;br /&gt;
}&lt;br /&gt;
.ext-status-unstable .ext-header {&lt;br /&gt;
  background-color: #990000;&lt;br /&gt;
  color: #ffff00;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ext-status-experimental, .ext-status-experimental td {&lt;br /&gt;
  border-color: #CC6600;&lt;br /&gt;
}&lt;br /&gt;
.ext-status-experimental .ext-header {&lt;br /&gt;
  background-color: #CC6600;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ext-status-beta, .ext-status-beta td {&lt;br /&gt;
  border-color: #000099;&lt;br /&gt;
}&lt;br /&gt;
.ext-status-beta .ext-header {&lt;br /&gt;
  background-color: #000099;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ext-status-stable, .ext-status-stable td  {&lt;br /&gt;
  border-color: #009900;&lt;br /&gt;
}&lt;br /&gt;
.ext-status-stable .ext-header {&lt;br /&gt;
  background-color: #009900;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  /**** prettify [[Extension Matrix]] ****/  &lt;br /&gt;
  &lt;br /&gt;
  .xm-table {&lt;br /&gt;
    border: 1px solid #666666;&lt;br /&gt;
    background-color: white;&lt;br /&gt;
  }&lt;br /&gt;
  &lt;br /&gt;
  .xm-table td, .xm-table th {&lt;br /&gt;
    vertical-align: top;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    border: none;&lt;br /&gt;
    background-color: #EEEEEE;&lt;br /&gt;
  }&lt;br /&gt;
  &lt;br /&gt;
  .xm-table th {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
  }&lt;br /&gt;
  &lt;br /&gt;
  .xm-name { font-weight: bold; }&lt;br /&gt;
  &lt;br /&gt;
  .xm-status-unknown { color:#888888; }&lt;br /&gt;
  .xm-status-experimental { color:red; }&lt;br /&gt;
  .xm-status-beta { color:blue; }&lt;br /&gt;
  .xm-status-stable { color:green; }&lt;br /&gt;
  &lt;br /&gt;
  .xm-type-unknown { color:#888888; }&lt;br /&gt;
  &lt;br /&gt;
  .xm-name, .xm-status, .xm-type, .xm-version, .xm-updated { white-space: nowrap; }&lt;br /&gt;
  &lt;br /&gt;
  .xm-updated { font-size:80%; }&lt;br /&gt;
 &lt;br /&gt;
  .xm-alert { background-color: yellow; }&lt;br /&gt;
  &lt;br /&gt;
  td.xm-blank { background-color: inherit; }&lt;br /&gt;
  td.xm-updated { background-color: inherit; }&lt;br /&gt;
  &lt;br /&gt;
  td.xm-description { &lt;br /&gt;
    background-color: inherit;&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
  }&lt;br /&gt;
  &lt;br /&gt;
  th.xm-blank, th.xm-updated, th.xm-description { &lt;br /&gt;
    background-color: inherit; &lt;br /&gt;
    padding-bottom:0.6ex;&lt;br /&gt;
    border-bottom: 1px solid #666666;&lt;br /&gt;
  }&lt;br /&gt;
  &lt;br /&gt;
  th.xm-description { &lt;br /&gt;
    font-style: italic;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
/** GENERAL PURPOSE PRETTY TABLES */&lt;br /&gt;
table.datatable {&lt;br /&gt;
	background-color: transparent;&lt;br /&gt;
}&lt;br /&gt;
table.datatable th, table.datatable td {&lt;br /&gt;
	padding: 4px;&lt;br /&gt;
}&lt;br /&gt;
table.datatable th {&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	background-color: #999999;&lt;br /&gt;
}&lt;br /&gt;
table.datatable tr {&lt;br /&gt;
	background-color: #CCCCCC;&lt;br /&gt;
}&lt;br /&gt;
table.datatable tr:hover {&lt;br /&gt;
	background-color: #FFFFCC;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* wikitable/prettytable class for skinning normal tables */&lt;br /&gt;
table.wikitable,&lt;br /&gt;
table.prettytable {&lt;br /&gt;
  margin: 1em 1em 1em 0;&lt;br /&gt;
  background: #f9f9f9;&lt;br /&gt;
  border: 1px #aaa solid;&lt;br /&gt;
  border-collapse: collapse;&lt;br /&gt;
  empty-cells:show;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable th, table.wikitable td,&lt;br /&gt;
table.prettytable th, table.prettytable td {&lt;br /&gt;
  border: 1px #aaa solid;&lt;br /&gt;
  padding: 0.2em 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3,&lt;br /&gt;
table.prettytable th, table.prettytable td.hl3, table.wikitable th.hl3 {&lt;br /&gt;
  background: #8da7d6;&lt;br /&gt;
  text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable td.hl1, table.wikitable th.hl1,&lt;br /&gt;
table.prettytable td.hl1, table.wikitable th.hl1 {&lt;br /&gt;
  background: #c5d8fc;&lt;br /&gt;
  text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable td.hl2, table.wikitable th.hl2,&lt;br /&gt;
table.prettytable td.hl2, table.wikitable th.hl2 {&lt;br /&gt;
  background: #a7c1f2;&lt;br /&gt;
  text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable caption,&lt;br /&gt;
table.prettytable caption {&lt;br /&gt;
  margin-left: inherit;&lt;br /&gt;
  margin-right: inherit;&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/** Sidebar External Links **/&lt;br /&gt;
&lt;br /&gt;
#n-browse-cvs a, #n-phpdoc a, #n-Mailing-list a {&lt;br /&gt;
	background: url(/skins-1.5/monobook/external.png) center right no-repeat;&lt;br /&gt;
	padding-right: 13px;&lt;br /&gt;
	color: #36b;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* make the list of references look smaller */&lt;br /&gt;
ol.references {&lt;br /&gt;
   font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.references-small { font-size: 90%;}&lt;br /&gt;
&lt;br /&gt;
/* prevent ugly horizontal page expansion */&lt;br /&gt;
pre { overflow: auto; }&lt;br /&gt;
&lt;br /&gt;
/**** Version box on [[Manual:Downloading MediaWiki]] ****/&lt;br /&gt;
&lt;br /&gt;
#DownloadVersionBox {&lt;br /&gt;
  border: 2px solid black;&lt;br /&gt;
  border-collapse: collapse; &lt;br /&gt;
  margin: auto;&lt;br /&gt;
  width: 50%;&lt;br /&gt;
  color: black;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#DownloadVersionBox td {&lt;br /&gt;
  border: 2px solid black;&lt;br /&gt;
  padding: 20px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*** More whitespace on search page ***/&lt;br /&gt;
.page-Special_Search #search {&lt;br /&gt;
  padding: 1em 0 2em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-Special_Search #powersearch {&lt;br /&gt;
  border: 1px solid #CCCCCC;&lt;br /&gt;
  padding: 0.5em 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-Special_Search #powersearch-namespaces {&lt;br /&gt;
  padding-left: 1em;&lt;br /&gt;
  margin: 0.7em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-Special_Search #powersearch-namespaces label {&lt;br /&gt;
  white-space: nowrap;&lt;br /&gt;
  min-width: 8.4em;&lt;br /&gt;
  display: block;&lt;br /&gt;
  float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Clear search button, but not check-boxes: */&lt;br /&gt;
.page-Special_Search br {&lt;br /&gt;
  clear: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * Cute little &amp;quot;tip&amp;quot; boxes&lt;br /&gt;
 */&lt;br /&gt;
div.tip {&lt;br /&gt;
    padding: 4px;&lt;br /&gt;
    margin-top: 4px;&lt;br /&gt;
    margin-bottom: 4px;&lt;br /&gt;
    min-height: 30px; /* IE users will hate this... */&lt;br /&gt;
}&lt;br /&gt;
div.tip-info {&lt;br /&gt;
    border: 1px solid #CC9933;&lt;br /&gt;
    background-color: #CCCC99;&lt;br /&gt;
}&lt;br /&gt;
div.tip-gotcha {&lt;br /&gt;
    border: 1px solid #CC0000;&lt;br /&gt;
    background-color: #CC6666;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Some styling for special page navigation */&lt;br /&gt;
&lt;br /&gt;
.sp-cached {&lt;br /&gt;
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock%20and%20warning.svg/20px-Clock%20and%20warning.svg);&lt;br /&gt;
    background-position: 5px 3px;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    padding: 4px 0 4px 30px;&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
    color: #606000;&lt;br /&gt;
    margin: 0.3em 0;&lt;br /&gt;
&lt;br /&gt;
    border: 1px solid #EEEE80;&lt;br /&gt;
    background-color: #FFFFE0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.SpecialPageInfo {&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png);&lt;br /&gt;
    background-position: 0.8em 0.5em;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    &lt;br /&gt;
    padding: 0.3em 0.5em 0.3em 5.0em;&lt;br /&gt;
&lt;br /&gt;
    border-color: #025e9d; &lt;br /&gt;
    border-width: 1px; &lt;br /&gt;
    border-style: solid;&lt;br /&gt;
    border-bottom-width: medium;&lt;br /&gt;
&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#searchresulttext {&lt;br /&gt;
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Exquisite-kfind.png/45px-Exquisite-kfind.png);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-viewprevnext {&lt;br /&gt;
  display: block;&lt;br /&gt;
  border: 1px solid #CCCCCC;&lt;br /&gt;
  background-color: #F9F9F2;&lt;br /&gt;
  padding: 0.2em 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Language template */&lt;br /&gt;
&lt;br /&gt;
.LanguageLinks {&lt;br /&gt;
    margin-top: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.LanguageLinks table {&lt;br /&gt;
    clear: both;&lt;br /&gt;
    border: 1px solid #aaaaaa;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    font-size: 85%;&lt;br /&gt;
    margin: 0 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.LanguageLinks span {&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Page headings used throughout the wiki (though not very much at the time of writing...) */ &lt;br /&gt;
.page-notice, .page-warning {&lt;br /&gt;
    border-width: 1px; &lt;br /&gt;
    border-style: solid;&lt;br /&gt;
&lt;br /&gt;
    padding: 0.3em 0.5em;&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
&lt;br /&gt;
    width: 80%; &lt;br /&gt;
    margin-left: auto; &lt;br /&gt;
    margin-right: auto; &lt;br /&gt;
&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Used to add informative notices to the top of pages - BLUE */&lt;br /&gt;
.page-notice {&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    border-color: #025e9d; &lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Used to add warning information to the top of pages - RED */&lt;br /&gt;
.page-warning {&lt;br /&gt;
    background-color: #ffffff;&lt;br /&gt;
    border-color: #c51919;&lt;br /&gt;
    border-width: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.pw-head {&lt;br /&gt;
    color: #c51919;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Coloured watchlist / Special:Recentchanges numbers */&lt;br /&gt;
.mw-plusminus-pos {&lt;br /&gt;
  color: #006400; /* darkgreen */&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
/* .mw-plusminus-null currently at developer default */&lt;br /&gt;
 &lt;br /&gt;
.mw-plusminus-neg {&lt;br /&gt;
  color: #8B0000; /* darkred */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* extra buttons for edit dialog */&lt;br /&gt;
/* from commons:MediaWiki:Common.css */&lt;br /&gt;
 &lt;br /&gt;
.my-buttons {&lt;br /&gt;
   padding: 0.5em;&lt;br /&gt;
 }&lt;br /&gt;
.my-buttons a {&lt;br /&gt;
   color: black;&lt;br /&gt;
   background-color: #ccddee !important;&lt;br /&gt;
   font-weight: bold;&lt;br /&gt;
   font-size: 0.9em;&lt;br /&gt;
   text-decoration: none;&lt;br /&gt;
   border: thin #006699 outset;&lt;br /&gt;
   padding: 0 0.1em 0.1em 0.1em;&lt;br /&gt;
 }&lt;br /&gt;
.my-buttons a:hover, .my-buttons a:active {&lt;br /&gt;
   background-color: #bbccdd;&lt;br /&gt;
   border-style: inset;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
/** &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; */&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/Wiki/MediaWiki:Common.css</id>
		<title>Wiki/MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/Wiki/MediaWiki:Common.css"/>
				<updated>2008-01-15T05:45:12Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: Wiki/MediaWiki:Common.css moved to MediaWiki:Common.css: wrong name?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[MediaWiki:Common.css]]&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/MediaWiki:Common.css</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/MediaWiki:Common.css"/>
				<updated>2008-01-15T05:38:11Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: New page:  /** &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt; */  /***** BACKGROUND COLORS FOR NAMESPACES *****/    /* Colour of pseudo NS Special (light grey) */    .ns--2 #content, .ns--2 #p-cactions li, .ns--2 #p-cactions li a {...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; /** &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt; */&lt;br /&gt;
 /***** BACKGROUND COLORS FOR NAMESPACES *****/&lt;br /&gt;
&lt;br /&gt;
  /* Colour of pseudo NS Special (light grey) */&lt;br /&gt;
 &lt;br /&gt;
 .ns--2 #content, .ns--2 #p-cactions li, .ns--2 #p-cactions li a { background: #f4f4f4; }&lt;br /&gt;
 .ns--2 div.thumb { border-color: #f4f4f4; } &lt;br /&gt;
&lt;br /&gt;
 /* Colour of NS Project + Project_talk (light sky blue) */&lt;br /&gt;
 &lt;br /&gt;
 .ns-4 #content, .ns-4 #p-cactions li, .ns-4 #p-cactions li a { background: #f8fcff; }&lt;br /&gt;
 .ns-4 div.thumb { border-color: #f8fcff; } &lt;br /&gt;
 &lt;br /&gt;
 .ns-5 #content, .ns-5 #p-cactions li, .ns-5 #p-cactions li a { background: #f8fcff; }&lt;br /&gt;
 .ns-5 div.thumb { border-color: #f8fcff; }&lt;br /&gt;
&lt;br /&gt;
 /* Colour of NS MediaWiki + MediaWiki_talk (light grey) */&lt;br /&gt;
 &lt;br /&gt;
 .ns-8 #content, .ns-8 #p-cactions li, .ns-8 #p-cactions li a { background: #f4f4f4; }&lt;br /&gt;
 .ns-8 div.thumb { border-color: #f4f4f4; } &lt;br /&gt;
 &lt;br /&gt;
 .ns-9 #content, .ns-9 #p-cactions li, .ns-9 #p-cactions li a { background: #f4f4f4; }&lt;br /&gt;
 .ns-9 div.thumb { border-color: #f4f4f4; }&lt;br /&gt;
&lt;br /&gt;
 /* Blue border for Public Domain namespaces.  This is currently NS Help (but NOT Help_talk) */&lt;br /&gt;
 &lt;br /&gt;
 .ns-12 #content { &lt;br /&gt;
    border: 2px solid #0000CC; border-right: none; &lt;br /&gt;
&lt;br /&gt;
    background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/b/b8/PD-banner.png);&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-position: right top;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  .ns-12 #bodyContent {&lt;br /&gt;
    background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png);&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-position: right 5em;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
 /* Colour of NS Manual + Manual_talk (light bluish violet) */&lt;br /&gt;
 &lt;br /&gt;
 .ns-100 #content, .ns-100 #p-cactions li, .ns-100 #p-cactions li a { background: #f3f3ff; }&lt;br /&gt;
 .ns-100 div.thumb { border-color: #f3f3ff; } &lt;br /&gt;
 &lt;br /&gt;
 .ns-101 #content, .ns-101 #p-cactions li, .ns-101 #p-cactions li a { background: #f3f3ff; }&lt;br /&gt;
 .ns-101 div.thumb { border-color: #f3f3ff; }&lt;br /&gt;
&lt;br /&gt;
 /***** BACKGROUND AND BORDER COLORS FOR CONTENT  *****/&lt;br /&gt;
&lt;br /&gt;
 /* Border colors */&lt;br /&gt;
 &lt;br /&gt;
 .borderc1 { border-color: #e9e9e9; border-width:thin; }  /* light grey */&lt;br /&gt;
 &lt;br /&gt;
 .borderc2 { border-color: #aaaaaa; border-width:thin; }  /* grey (as toc) */&lt;br /&gt;
 &lt;br /&gt;
 .borderc3 { border-color: #777777; border-width:thin; }  /* dark grey */&lt;br /&gt;
 &lt;br /&gt;
 .borderc4 { border-color: #000000; border-width:thin; }  /* black */&lt;br /&gt;
 &lt;br /&gt;
 .borderc5 { border-color: #c00000; border-width:thin; }  /* red */&lt;br /&gt;
  &lt;br /&gt;
 .borderc6 { border-color: #025e9d; border-width:thin; }  /* blue */&lt;br /&gt;
  &lt;br /&gt;
 .borderc7 { border-color: #008040; border-width:thin; }  /* green */&lt;br /&gt;
 &lt;br /&gt;
 .borderc8 { border-color: #ffcc00; border-width:thin; }  /* yellow */&lt;br /&gt;
&lt;br /&gt;
 /* Background colors */&lt;br /&gt;
 &lt;br /&gt;
 .backgroundc1 { background-color: #ffffff; }  /* white */&lt;br /&gt;
 &lt;br /&gt;
 .backgroundc2 { background-color: #f9f9f9; }  /* light grey (as toc)  */&lt;br /&gt;
 &lt;br /&gt;
 .backgroundc3 { background-color: #eeeeee; }  /* light grey (headers) */ &lt;br /&gt;
 &lt;br /&gt;
 .backgroundc4 { background-color: #e0e0e0; }  /* more grey */&lt;br /&gt;
 &lt;br /&gt;
 .backgroundc5 { background-color: #d2d2d2; }  /* more grey */&lt;br /&gt;
 &lt;br /&gt;
 .backgroundc6 { background-color: #b7b7b7; }  /* more grey */&lt;br /&gt;
 &lt;br /&gt;
 .backgroundc7 { background-color: #a3a3a3; }  /* darker grey */&lt;br /&gt;
&lt;br /&gt;
 /***** SOME OTHER SMALL THINGS *****/&lt;br /&gt;
&lt;br /&gt;
 /* Marking redirects in Special:Allpages  */&lt;br /&gt;
 &lt;br /&gt;
 .allpagesredirect { font-style: italic; }&lt;br /&gt;
 &lt;br /&gt;
 .watchlistredir { font-style: italic; }&lt;br /&gt;
&lt;br /&gt;
 /* Bug 1583 Printing of thumbnails */&lt;br /&gt;
 &lt;br /&gt;
 div.tright { clear: right; }&lt;br /&gt;
&lt;br /&gt;
 /* SideBoxes ([[:de:Wikipedia:TownBox|TB]]) */&lt;br /&gt;
 &lt;br /&gt;
 div.sideBox {&lt;br /&gt;
 	position: relative;&lt;br /&gt;
 	float: right;&lt;br /&gt;
 	background: white;&lt;br /&gt;
 	margin-left: 1em;&lt;br /&gt;
 	border: 1px solid gray;&lt;br /&gt;
 	padding: 0.3em;&lt;br /&gt;
 	width: 200px;&lt;br /&gt;
 	overflow: hidden;&lt;br /&gt;
 	clear: right;&lt;br /&gt;
 }&lt;br /&gt;
 div.sideBox dl {&lt;br /&gt;
 	padding: 0;&lt;br /&gt;
 	margin: 0 0 0.3em 0;&lt;br /&gt;
 	font-size: 96%;&lt;br /&gt;
 }&lt;br /&gt;
 div.sideBox dl dt {&lt;br /&gt;
 	background: none;&lt;br /&gt;
 	margin: 0.4em 0 0 0;&lt;br /&gt;
 }&lt;br /&gt;
 div.sideBox dl dd {&lt;br /&gt;
 	margin: 0.1em 0 0 1.1em;&lt;br /&gt;
 	background-color: #f3f3f3;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */&lt;br /&gt;
.majorwarning {&lt;br /&gt;
  background: yellow; &lt;br /&gt;
  padding: 0.3em; &lt;br /&gt;
  text-align: center; &lt;br /&gt;
  font-size: 125%; &lt;br /&gt;
  border: 2px solid red;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/******* MAIN PAGE STYLING **********/&lt;br /&gt;
&lt;br /&gt;
#mainpage_topbox {&lt;br /&gt;
  background: #f9f9f9; &lt;br /&gt;
  padding: 0px; &lt;br /&gt;
  border: 1px solid #aaaaaa; &lt;br /&gt;
  margin: 0.2em 10px 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle {&lt;br /&gt;
  font-size: 105%; &lt;br /&gt;
  padding: 0.4em; &lt;br /&gt;
  background-color: #eeeeee; &lt;br /&gt;
  border-bottom: 1px solid #aaaaaa; &lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mainpage_boxtitle {&lt;br /&gt;
  line-height: 120%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mainpage_pagetitle {&lt;br /&gt;
  color: #cf7606; &lt;br /&gt;
  font-size: 200% !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mainpage_sitelinks {&lt;br /&gt;
  padding: 0.2em; &lt;br /&gt;
  text-align: center;&lt;br /&gt;
  background-color: white;&lt;br /&gt;
}&lt;br /&gt;
.mainpage_hubtitle {&lt;br /&gt;
  text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mainpage_boxcontents, .mainpage_boxcontents_small {&lt;br /&gt;
  background: #ffffff;&lt;br /&gt;
  padding:0.2em 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mainpage_boxcontents_small {&lt;br /&gt;
  font-size: 95%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mainpage_hubbox, #mainpage_newscell, #mainpage_downloadcell {&lt;br /&gt;
  padding: 0;&lt;br /&gt;
  border: 1px solid #aaaaaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mainpage_hubbox {&lt;br /&gt;
  margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mainpage_newscell {&lt;br /&gt;
  margin-bottom: 15px;&lt;br /&gt;
  margin-top: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mainpage_newscell .mainpage_boxtitle {&lt;br /&gt;
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-position: 99% 0.3em;&lt;br /&gt;
    padding-right: 25px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mainpage_downloadcell {&lt;br /&gt;
  width: 17em; &lt;br /&gt;
  margin-bottom: 5px; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mainpage_downloadcell .mainpage_boxtitle {&lt;br /&gt;
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png);&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-position: 96% 0.33em;&lt;br /&gt;
    padding-right: 25px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The words 'MediaWiki.org' in the title.*/&lt;br /&gt;
#mainpage_mwtitle {&lt;br /&gt;
  color: #005288;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/********* Extension Infobox Styling ***********/&lt;br /&gt;
&lt;br /&gt;
.ext-infobox {&lt;br /&gt;
  border: 2px solid #aaaaaa;&lt;br /&gt;
  width: 272px; &lt;br /&gt;
  float: right; &lt;br /&gt;
  margin: 0 0 0.5em 0.5em; &lt;br /&gt;
  border-collapse: collapse; &lt;br /&gt;
  background-color: white;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ext-infobox td {&lt;br /&gt;
  border: 2px none #aaaaaa;&lt;br /&gt;
  padding: 0.2em 0.5em;&lt;br /&gt;
  border-bottom: 1px solid #f0f0f0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ext-header {&lt;br /&gt;
  background-color: #aaaaaa;&lt;br /&gt;
  color: white;&lt;br /&gt;
  text-align: left;&lt;br /&gt;
}&lt;br /&gt;
.ext-header td {&lt;br /&gt;
  padding-top: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ext-header img {&lt;br /&gt;
  padding: 0 0.2em 0 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ext-status-unstable, .ext-status-unstable td {&lt;br /&gt;
  border-color: #990000;&lt;br /&gt;
}&lt;br /&gt;
.ext-status-unstable .ext-header {&lt;br /&gt;
  background-color: #990000;&lt;br /&gt;
  color: #ffff00;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ext-status-experimental, .ext-status-experimental td {&lt;br /&gt;
  border-color: #CC6600;&lt;br /&gt;
}&lt;br /&gt;
.ext-status-experimental .ext-header {&lt;br /&gt;
  background-color: #CC6600;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ext-status-beta, .ext-status-beta td {&lt;br /&gt;
  border-color: #000099;&lt;br /&gt;
}&lt;br /&gt;
.ext-status-beta .ext-header {&lt;br /&gt;
  background-color: #000099;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ext-status-stable, .ext-status-stable td  {&lt;br /&gt;
  border-color: #009900;&lt;br /&gt;
}&lt;br /&gt;
.ext-status-stable .ext-header {&lt;br /&gt;
  background-color: #009900;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  /**** prettify [[Extension Matrix]] ****/  &lt;br /&gt;
  &lt;br /&gt;
  .xm-table {&lt;br /&gt;
    border: 1px solid #666666;&lt;br /&gt;
    background-color: white;&lt;br /&gt;
  }&lt;br /&gt;
  &lt;br /&gt;
  .xm-table td, .xm-table th {&lt;br /&gt;
    vertical-align: top;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    border: none;&lt;br /&gt;
    background-color: #EEEEEE;&lt;br /&gt;
  }&lt;br /&gt;
  &lt;br /&gt;
  .xm-table th {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
  }&lt;br /&gt;
  &lt;br /&gt;
  .xm-name { font-weight: bold; }&lt;br /&gt;
  &lt;br /&gt;
  .xm-status-unknown { color:#888888; }&lt;br /&gt;
  .xm-status-experimental { color:red; }&lt;br /&gt;
  .xm-status-beta { color:blue; }&lt;br /&gt;
  .xm-status-stable { color:green; }&lt;br /&gt;
  &lt;br /&gt;
  .xm-type-unknown { color:#888888; }&lt;br /&gt;
  &lt;br /&gt;
  .xm-name, .xm-status, .xm-type, .xm-version, .xm-updated { white-space: nowrap; }&lt;br /&gt;
  &lt;br /&gt;
  .xm-updated { font-size:80%; }&lt;br /&gt;
 &lt;br /&gt;
  .xm-alert { background-color: yellow; }&lt;br /&gt;
  &lt;br /&gt;
  td.xm-blank { background-color: inherit; }&lt;br /&gt;
  td.xm-updated { background-color: inherit; }&lt;br /&gt;
  &lt;br /&gt;
  td.xm-description { &lt;br /&gt;
    background-color: inherit;&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
  }&lt;br /&gt;
  &lt;br /&gt;
  th.xm-blank, th.xm-updated, th.xm-description { &lt;br /&gt;
    background-color: inherit; &lt;br /&gt;
    padding-bottom:0.6ex;&lt;br /&gt;
    border-bottom: 1px solid #666666;&lt;br /&gt;
  }&lt;br /&gt;
  &lt;br /&gt;
  th.xm-description { &lt;br /&gt;
    font-style: italic;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
/** GENERAL PURPOSE PRETTY TABLES */&lt;br /&gt;
table.datatable {&lt;br /&gt;
	background-color: transparent;&lt;br /&gt;
}&lt;br /&gt;
table.datatable th, table.datatable td {&lt;br /&gt;
	padding: 4px;&lt;br /&gt;
}&lt;br /&gt;
table.datatable th {&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	background-color: #999999;&lt;br /&gt;
}&lt;br /&gt;
table.datatable tr {&lt;br /&gt;
	background-color: #CCCCCC;&lt;br /&gt;
}&lt;br /&gt;
table.datatable tr:hover {&lt;br /&gt;
	background-color: #FFFFCC;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* wikitable/prettytable class for skinning normal tables */&lt;br /&gt;
table.wikitable,&lt;br /&gt;
table.prettytable {&lt;br /&gt;
  margin: 1em 1em 1em 0;&lt;br /&gt;
  background: #f9f9f9;&lt;br /&gt;
  border: 1px #aaa solid;&lt;br /&gt;
  border-collapse: collapse;&lt;br /&gt;
  empty-cells:show;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable th, table.wikitable td,&lt;br /&gt;
table.prettytable th, table.prettytable td {&lt;br /&gt;
  border: 1px #aaa solid;&lt;br /&gt;
  padding: 0.2em 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3,&lt;br /&gt;
table.prettytable th, table.prettytable td.hl3, table.wikitable th.hl3 {&lt;br /&gt;
  background: #8da7d6;&lt;br /&gt;
  text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable td.hl1, table.wikitable th.hl1,&lt;br /&gt;
table.prettytable td.hl1, table.wikitable th.hl1 {&lt;br /&gt;
  background: #c5d8fc;&lt;br /&gt;
  text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable td.hl2, table.wikitable th.hl2,&lt;br /&gt;
table.prettytable td.hl2, table.wikitable th.hl2 {&lt;br /&gt;
  background: #a7c1f2;&lt;br /&gt;
  text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable caption,&lt;br /&gt;
table.prettytable caption {&lt;br /&gt;
  margin-left: inherit;&lt;br /&gt;
  margin-right: inherit;&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/** Sidebar External Links **/&lt;br /&gt;
&lt;br /&gt;
#n-browse-cvs a, #n-phpdoc a, #n-Mailing-list a {&lt;br /&gt;
	background: url(/skins-1.5/monobook/external.png) center right no-repeat;&lt;br /&gt;
	padding-right: 13px;&lt;br /&gt;
	color: #36b;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* make the list of references look smaller */&lt;br /&gt;
ol.references {&lt;br /&gt;
   font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.references-small { font-size: 90%;}&lt;br /&gt;
&lt;br /&gt;
/* prevent ugly horizontal page expansion */&lt;br /&gt;
pre { overflow: auto; }&lt;br /&gt;
&lt;br /&gt;
/**** Version box on [[Manual:Downloading MediaWiki]] ****/&lt;br /&gt;
&lt;br /&gt;
#DownloadVersionBox {&lt;br /&gt;
  border: 2px solid black;&lt;br /&gt;
  border-collapse: collapse; &lt;br /&gt;
  margin: auto;&lt;br /&gt;
  width: 50%;&lt;br /&gt;
  color: black;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#DownloadVersionBox td {&lt;br /&gt;
  border: 2px solid black;&lt;br /&gt;
  padding: 20px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*** More whitespace on search page ***/&lt;br /&gt;
.page-Special_Search #search {&lt;br /&gt;
  padding: 1em 0 2em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-Special_Search #powersearch {&lt;br /&gt;
  border: 1px solid #CCCCCC;&lt;br /&gt;
  padding: 0.5em 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-Special_Search #powersearch-namespaces {&lt;br /&gt;
  padding-left: 1em;&lt;br /&gt;
  margin: 0.7em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-Special_Search #powersearch-namespaces label {&lt;br /&gt;
  white-space: nowrap;&lt;br /&gt;
  min-width: 8.4em;&lt;br /&gt;
  display: block;&lt;br /&gt;
  float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Clear search button, but not check-boxes: */&lt;br /&gt;
.page-Special_Search br {&lt;br /&gt;
  clear: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * Cute little &amp;quot;tip&amp;quot; boxes&lt;br /&gt;
 */&lt;br /&gt;
div.tip {&lt;br /&gt;
    padding: 4px;&lt;br /&gt;
    margin-top: 4px;&lt;br /&gt;
    margin-bottom: 4px;&lt;br /&gt;
    min-height: 30px; /* IE users will hate this... */&lt;br /&gt;
}&lt;br /&gt;
div.tip-info {&lt;br /&gt;
    border: 1px solid #CC9933;&lt;br /&gt;
    background-color: #CCCC99;&lt;br /&gt;
}&lt;br /&gt;
div.tip-gotcha {&lt;br /&gt;
    border: 1px solid #CC0000;&lt;br /&gt;
    background-color: #CC6666;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Some styling for special page navigation */&lt;br /&gt;
&lt;br /&gt;
.sp-cached {&lt;br /&gt;
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock%20and%20warning.svg/20px-Clock%20and%20warning.svg);&lt;br /&gt;
    background-position: 5px 3px;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    padding: 4px 0 4px 30px;&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
    color: #606000;&lt;br /&gt;
    margin: 0.3em 0;&lt;br /&gt;
&lt;br /&gt;
    border: 1px solid #EEEE80;&lt;br /&gt;
    background-color: #FFFFE0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.SpecialPageInfo {&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png);&lt;br /&gt;
    background-position: 0.8em 0.5em;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    &lt;br /&gt;
    padding: 0.3em 0.5em 0.3em 5.0em;&lt;br /&gt;
&lt;br /&gt;
    border-color: #025e9d; &lt;br /&gt;
    border-width: 1px; &lt;br /&gt;
    border-style: solid;&lt;br /&gt;
    border-bottom-width: medium;&lt;br /&gt;
&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#searchresulttext {&lt;br /&gt;
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Exquisite-kfind.png/45px-Exquisite-kfind.png);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-viewprevnext {&lt;br /&gt;
  display: block;&lt;br /&gt;
  border: 1px solid #CCCCCC;&lt;br /&gt;
  background-color: #F9F9F2;&lt;br /&gt;
  padding: 0.2em 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Language template */&lt;br /&gt;
&lt;br /&gt;
.LanguageLinks {&lt;br /&gt;
    margin-top: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.LanguageLinks table {&lt;br /&gt;
    clear: both;&lt;br /&gt;
    border: 1px solid #aaaaaa;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    font-size: 85%;&lt;br /&gt;
    margin: 0 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.LanguageLinks span {&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Page headings used throughout the wiki (though not very much at the time of writing...) */ &lt;br /&gt;
.page-notice, .page-warning {&lt;br /&gt;
    border-width: 1px; &lt;br /&gt;
    border-style: solid;&lt;br /&gt;
&lt;br /&gt;
    padding: 0.3em 0.5em;&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
&lt;br /&gt;
    width: 80%; &lt;br /&gt;
    margin-left: auto; &lt;br /&gt;
    margin-right: auto; &lt;br /&gt;
&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Used to add informative notices to the top of pages - BLUE */&lt;br /&gt;
.page-notice {&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    border-color: #025e9d; &lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Used to add warning information to the top of pages - RED */&lt;br /&gt;
.page-warning {&lt;br /&gt;
    background-color: #ffffff;&lt;br /&gt;
    border-color: #c51919;&lt;br /&gt;
    border-width: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.pw-head {&lt;br /&gt;
    color: #c51919;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Coloured watchlist / Special:Recentchanges numbers */&lt;br /&gt;
.mw-plusminus-pos {&lt;br /&gt;
  color: #006400; /* darkgreen */&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
/* .mw-plusminus-null currently at developer default */&lt;br /&gt;
 &lt;br /&gt;
.mw-plusminus-neg {&lt;br /&gt;
  color: #8B0000; /* darkred */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* extra buttons for edit dialog */&lt;br /&gt;
/* from commons:MediaWiki:Common.css */&lt;br /&gt;
 &lt;br /&gt;
.my-buttons {&lt;br /&gt;
   padding: 0.5em;&lt;br /&gt;
 }&lt;br /&gt;
.my-buttons a {&lt;br /&gt;
   color: black;&lt;br /&gt;
   background-color: #ccddee !important;&lt;br /&gt;
   font-weight: bold;&lt;br /&gt;
   font-size: 0.9em;&lt;br /&gt;
   text-decoration: none;&lt;br /&gt;
   border: thin #006699 outset;&lt;br /&gt;
   padding: 0 0.1em 0.1em 0.1em;&lt;br /&gt;
 }&lt;br /&gt;
.my-buttons a:hover, .my-buttons a:active {&lt;br /&gt;
   background-color: #bbccdd;&lt;br /&gt;
   border-style: inset;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
/** &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; */&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/Main_Page"/>
				<updated>2008-01-15T04:28:10Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: /* About the Patrol */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to TBSPedia ==&lt;br /&gt;
&lt;br /&gt;
TBSPedia is the resource for all things TBSP. If you've never worked with a wiki before, &lt;br /&gt;
it's easy! You can find some [[http://en.wikipedia.org/wiki/Wikipedia:Tutorial_%28Formatting%29 Quick Start instructions from wikipedia]]&lt;br /&gt;
or [[http://en.wikipedia.org/wiki/Help:Editing a full tutorial on using wikis]].&lt;br /&gt;
&lt;br /&gt;
'''New''': [[How to upload files]] and attachments to your Wiki documents!&lt;br /&gt;
&lt;br /&gt;
== About the Patrol ==&lt;br /&gt;
&lt;br /&gt;
;[[PatrolManual]]:Read up on the latest version of the Patrol Manual.&lt;br /&gt;
;[[TBSP Recruiting]]:Join the patrol!&lt;br /&gt;
;[[TBSP Officers]]:TBSP Volunteer Staff, &amp;quot;The Suits&amp;quot;&lt;br /&gt;
;[[2007-2008 Candidates|2007-2008 Candidates]]:TBSP Candidate Class of 2007-2008&lt;br /&gt;
;[[Search And Rescue]]:TBSP's Search and Rescue Team&lt;br /&gt;
&lt;br /&gt;
== Logistics ==&lt;br /&gt;
;[[Hobart Chalet]]: Chalet instructions for this year.&lt;br /&gt;
;[[Boreal Patrol]]: Instructions for your Boreal day.&lt;br /&gt;
;[[Scheduling]]: Rules for scheduling patrol days&lt;br /&gt;
;[[TodoList]]: TBSP Intranet Projects&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T03:17:38Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: /* Matt Eccles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== John Grover ==&lt;br /&gt;
&lt;br /&gt;
[[Image:JohnGrover.jpg|thumb|right|200x140px|John Grover]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot; When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Lia Heath ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Mike Krueger ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of TBSP will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Adam Richardson ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Andrea Fajans ==&lt;br /&gt;
&lt;br /&gt;
[[Image:AndreaFajans.jpg|thumb|right|200x140px|Andrea Fajans]] &lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Brooke Babineau ==&lt;br /&gt;
''Returning Candidate ''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Thomas McBride ==&lt;br /&gt;
[[Image:ThomasMcBride.jpg|200x140px|thumb|right|Tom McBride]]&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Matt Eccles ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Cynthia Dohl ==&lt;br /&gt;
&lt;br /&gt;
[[Image:CindyDohl.JPG|140x200px|thumb|right|Cindy Dohl]] &lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Leslie Keil ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LeslieKeil.jpg|200x140px|thumb|right|Leslie Keil]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Chad Taylor ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ChadTaylor.JPG|200x140px|thumb|right|Chad Taylor]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Dave Vargas==&lt;br /&gt;
&lt;br /&gt;
[[Image:DaveVargas.JPG|200x140px|thumb|right|Dave Vargas]]&lt;br /&gt;
''New Candidate'' &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Zac Weiner ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ZacWeiner.jpg|140x200px|thumb|right|Zac Weiner]]&lt;br /&gt;
''Transfer Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Michael McGroarty ==&lt;br /&gt;
&lt;br /&gt;
[[Image:MichaelMcGroarty.jpg|200x140px|thumb|right|Mike McGroarty]]&lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Barry Luck ==&lt;br /&gt;
&lt;br /&gt;
[[Image:BarryLuck.jpg|140x200px|thumb|right|Barry Luck]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T03:17:22Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: /* Zac Weiner */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== John Grover ==&lt;br /&gt;
&lt;br /&gt;
[[Image:JohnGrover.jpg|thumb|right|200x140px|John Grover]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot; When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Lia Heath ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Mike Krueger ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of TBSP will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Adam Richardson ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Andrea Fajans ==&lt;br /&gt;
&lt;br /&gt;
[[Image:AndreaFajans.jpg|thumb|right|200x140px|Andrea Fajans]] &lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Brooke Babineau ==&lt;br /&gt;
''Returning Candidate ''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Thomas McBride ==&lt;br /&gt;
[[Image:ThomasMcBride.jpg|200x140px|thumb|right|Tom McBride]]&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Matt Eccles ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Cynthia Dohl ==&lt;br /&gt;
&lt;br /&gt;
[[Image:CindyDohl.JPG|140x200px|thumb|right|Cindy Dohl]] &lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Leslie Keil ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LeslieKeil.jpg|200x140px|thumb|right|Leslie Keil]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Chad Taylor ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ChadTaylor.JPG|200x140px|thumb|right|Chad Taylor]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Dave Vargas==&lt;br /&gt;
&lt;br /&gt;
[[Image:DaveVargas.JPG|200x140px|thumb|right|Dave Vargas]]&lt;br /&gt;
''New Candidate'' &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Zac Weiner ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ZacWeiner.jpg|140x200px|thumb|right|Zac Weiner]]&lt;br /&gt;
''Transfer Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Michael McGroarty ==&lt;br /&gt;
&lt;br /&gt;
[[Image:MichaelMcGroarty.jpg|200x140px|thumb|right|Mike McGroarty]]&lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Barry Luck ==&lt;br /&gt;
&lt;br /&gt;
[[Image:BarryLuck.jpg|140x200px|thumb|right|Barry Luck]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T03:16:58Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: /* Cynthia Dohl */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== John Grover ==&lt;br /&gt;
&lt;br /&gt;
[[Image:JohnGrover.jpg|thumb|right|200x140px|John Grover]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot; When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Lia Heath ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Mike Krueger ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of TBSP will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Adam Richardson ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Andrea Fajans ==&lt;br /&gt;
&lt;br /&gt;
[[Image:AndreaFajans.jpg|thumb|right|200x140px|Andrea Fajans]] &lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Brooke Babineau ==&lt;br /&gt;
''Returning Candidate ''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Thomas McBride ==&lt;br /&gt;
[[Image:ThomasMcBride.jpg|200x140px|thumb|right|Tom McBride]]&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Matt Eccles ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Cynthia Dohl ==&lt;br /&gt;
&lt;br /&gt;
[[Image:CindyDohl.JPG|140x200px|thumb|right|Cindy Dohl]] &lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Leslie Keil ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LeslieKeil.jpg|200x140px|thumb|right|Leslie Keil]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Chad Taylor ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ChadTaylor.JPG|200x140px|thumb|right|Chad Taylor]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Dave Vargas==&lt;br /&gt;
&lt;br /&gt;
[[Image:DaveVargas.JPG|200x140px|thumb|right|Dave Vargas]]&lt;br /&gt;
''New Candidate'' &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Zac Weiner ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ZacWeiner.jpg|140x200px|thumb|right|Zac Weiner]]&lt;br /&gt;
''Transfer Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Michael McGroarty ==&lt;br /&gt;
&lt;br /&gt;
[[Image:MichaelMcGroarty.jpg|200x140px|thumb|right|Mike McGroarty]]&lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Barry Luck ==&lt;br /&gt;
&lt;br /&gt;
[[Image:BarryLuck.jpg|140x200px|thumb|right|Barry Luck]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T03:16:44Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: /* Thomas McBride */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== John Grover ==&lt;br /&gt;
&lt;br /&gt;
[[Image:JohnGrover.jpg|thumb|right|200x140px|John Grover]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot; When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Lia Heath ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Mike Krueger ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of TBSP will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Adam Richardson ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Andrea Fajans ==&lt;br /&gt;
&lt;br /&gt;
[[Image:AndreaFajans.jpg|thumb|right|200x140px|Andrea Fajans]] &lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Brooke Babineau ==&lt;br /&gt;
''Returning Candidate ''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Thomas McBride ==&lt;br /&gt;
[[Image:ThomasMcBride.jpg|200x140px|thumb|right|Tom McBride]]&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Matt Eccles ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Cynthia Dohl ==&lt;br /&gt;
&lt;br /&gt;
[[Image:CindyDohl.JPG|140x200px|thumb|right|Cindy Dohl]] &lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Leslie Keil ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LeslieKeil.jpg|200x140px|thumb|right|Leslie Keil]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Chad Taylor ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ChadTaylor.JPG|200x140px|thumb|right|Chad Taylor]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Dave Vargas==&lt;br /&gt;
&lt;br /&gt;
[[Image:DaveVargas.JPG|200x140px|thumb|right|Dave Vargas]]&lt;br /&gt;
''New Candidate'' &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Zac Weiner ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ZacWeiner.jpg|140x200px|thumb|right|Zac Weiner]]&lt;br /&gt;
''Transfer Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Michael McGroarty ==&lt;br /&gt;
&lt;br /&gt;
[[Image:MichaelMcGroarty.jpg|200x140px|thumb|right|Mike McGroarty]]&lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Barry Luck ==&lt;br /&gt;
&lt;br /&gt;
[[Image:BarryLuck.jpg|140x200px|thumb|right|Barry Luck]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T03:16:09Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: /* Mike Krueger */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== John Grover ==&lt;br /&gt;
&lt;br /&gt;
[[Image:JohnGrover.jpg|thumb|right|200x140px|John Grover]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot; When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Lia Heath ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Mike Krueger ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of TBSP will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Adam Richardson ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Andrea Fajans ==&lt;br /&gt;
&lt;br /&gt;
[[Image:AndreaFajans.jpg|thumb|right|200x140px|Andrea Fajans]] &lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Brooke Babineau ==&lt;br /&gt;
''Returning Candidate ''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Thomas McBride ==&lt;br /&gt;
[[Image:ThomasMcBride.jpg|200x140px|thumb|right|Tom McBride]]&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Matt Eccles ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Cynthia Dohl ==&lt;br /&gt;
&lt;br /&gt;
[[Image:CindyDohl.JPG|140x200px|thumb|right|Cindy Dohl]] &lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Leslie Keil ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LeslieKeil.jpg|200x140px|thumb|right|Leslie Keil]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Chad Taylor ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ChadTaylor.JPG|200x140px|thumb|right|Chad Taylor]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Dave Vargas==&lt;br /&gt;
&lt;br /&gt;
[[Image:DaveVargas.JPG|200x140px|thumb|right|Dave Vargas]]&lt;br /&gt;
''New Candidate'' &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Zac Weiner ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ZacWeiner.jpg|140x200px|thumb|right|Zac Weiner]]&lt;br /&gt;
''Transfer Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Michael McGroarty ==&lt;br /&gt;
&lt;br /&gt;
[[Image:MichaelMcGroarty.jpg|200x140px|thumb|right|Mike McGroarty]]&lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Barry Luck ==&lt;br /&gt;
&lt;br /&gt;
[[Image:BarryLuck.jpg|140x200px|thumb|right|Barry Luck]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T03:16:02Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: /* Mike Krueger */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== John Grover ==&lt;br /&gt;
&lt;br /&gt;
[[Image:JohnGrover.jpg|thumb|right|200x140px|John Grover]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot; When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Lia Heath ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Mike Krueger ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of TBSP will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Adam Richardson ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Andrea Fajans ==&lt;br /&gt;
&lt;br /&gt;
[[Image:AndreaFajans.jpg|thumb|right|200x140px|Andrea Fajans]] &lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Brooke Babineau ==&lt;br /&gt;
''Returning Candidate ''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Thomas McBride ==&lt;br /&gt;
[[Image:ThomasMcBride.jpg|200x140px|thumb|right|Tom McBride]]&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Matt Eccles ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Cynthia Dohl ==&lt;br /&gt;
&lt;br /&gt;
[[Image:CindyDohl.JPG|140x200px|thumb|right|Cindy Dohl]] &lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Leslie Keil ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LeslieKeil.jpg|200x140px|thumb|right|Leslie Keil]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Chad Taylor ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ChadTaylor.JPG|200x140px|thumb|right|Chad Taylor]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Dave Vargas==&lt;br /&gt;
&lt;br /&gt;
[[Image:DaveVargas.JPG|200x140px|thumb|right|Dave Vargas]]&lt;br /&gt;
''New Candidate'' &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Zac Weiner ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ZacWeiner.jpg|140x200px|thumb|right|Zac Weiner]]&lt;br /&gt;
''Transfer Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Michael McGroarty ==&lt;br /&gt;
&lt;br /&gt;
[[Image:MichaelMcGroarty.jpg|200x140px|thumb|right|Mike McGroarty]]&lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Barry Luck ==&lt;br /&gt;
&lt;br /&gt;
[[Image:BarryLuck.jpg|140x200px|thumb|right|Barry Luck]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T03:15:42Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: /* Mike Krueger */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== John Grover ==&lt;br /&gt;
&lt;br /&gt;
[[Image:JohnGrover.jpg|thumb|right|200x140px|John Grover]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot; When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Lia Heath ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Mike Krueger ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of TBSP will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Adam Richardson ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Andrea Fajans ==&lt;br /&gt;
&lt;br /&gt;
[[Image:AndreaFajans.jpg|thumb|right|200x140px|Andrea Fajans]] &lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Brooke Babineau ==&lt;br /&gt;
''Returning Candidate ''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Thomas McBride ==&lt;br /&gt;
[[Image:ThomasMcBride.jpg|200x140px|thumb|right|Tom McBride]]&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Matt Eccles ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Cynthia Dohl ==&lt;br /&gt;
&lt;br /&gt;
[[Image:CindyDohl.JPG|140x200px|thumb|right|Cindy Dohl]] &lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Leslie Keil ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LeslieKeil.jpg|200x140px|thumb|right|Leslie Keil]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Chad Taylor ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ChadTaylor.JPG|200x140px|thumb|right|Chad Taylor]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Dave Vargas==&lt;br /&gt;
&lt;br /&gt;
[[Image:DaveVargas.JPG|200x140px|thumb|right|Dave Vargas]]&lt;br /&gt;
''New Candidate'' &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Zac Weiner ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ZacWeiner.jpg|140x200px|thumb|right|Zac Weiner]]&lt;br /&gt;
''Transfer Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Michael McGroarty ==&lt;br /&gt;
&lt;br /&gt;
[[Image:MichaelMcGroarty.jpg|200x140px|thumb|right|Mike McGroarty]]&lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Barry Luck ==&lt;br /&gt;
&lt;br /&gt;
[[Image:BarryLuck.jpg|140x200px|thumb|right|Barry Luck]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T03:15:25Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: /* Adam Richardson */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== John Grover ==&lt;br /&gt;
&lt;br /&gt;
[[Image:JohnGrover.jpg|thumb|right|200x140px|John Grover]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot; When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Lia Heath ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Mike Krueger ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of tbsp will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Adam Richardson ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Andrea Fajans ==&lt;br /&gt;
&lt;br /&gt;
[[Image:AndreaFajans.jpg|thumb|right|200x140px|Andrea Fajans]] &lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Brooke Babineau ==&lt;br /&gt;
''Returning Candidate ''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Thomas McBride ==&lt;br /&gt;
[[Image:ThomasMcBride.jpg|200x140px|thumb|right|Tom McBride]]&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Matt Eccles ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Cynthia Dohl ==&lt;br /&gt;
&lt;br /&gt;
[[Image:CindyDohl.JPG|140x200px|thumb|right|Cindy Dohl]] &lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Leslie Keil ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LeslieKeil.jpg|200x140px|thumb|right|Leslie Keil]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Chad Taylor ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ChadTaylor.JPG|200x140px|thumb|right|Chad Taylor]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Dave Vargas==&lt;br /&gt;
&lt;br /&gt;
[[Image:DaveVargas.JPG|200x140px|thumb|right|Dave Vargas]]&lt;br /&gt;
''New Candidate'' &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Zac Weiner ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ZacWeiner.jpg|140x200px|thumb|right|Zac Weiner]]&lt;br /&gt;
''Transfer Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Michael McGroarty ==&lt;br /&gt;
&lt;br /&gt;
[[Image:MichaelMcGroarty.jpg|200x140px|thumb|right|Mike McGroarty]]&lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Barry Luck ==&lt;br /&gt;
&lt;br /&gt;
[[Image:BarryLuck.jpg|140x200px|thumb|right|Barry Luck]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T03:15:12Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: /* Mike Krueger */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== John Grover ==&lt;br /&gt;
&lt;br /&gt;
[[Image:JohnGrover.jpg|thumb|right|200x140px|John Grover]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot; When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Lia Heath ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Mike Krueger ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of tbsp will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Adam Richardson ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Andrea Fajans ==&lt;br /&gt;
&lt;br /&gt;
[[Image:AndreaFajans.jpg|thumb|right|200x140px|Andrea Fajans]] &lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Brooke Babineau ==&lt;br /&gt;
''Returning Candidate ''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Thomas McBride ==&lt;br /&gt;
[[Image:ThomasMcBride.jpg|200x140px|thumb|right|Tom McBride]]&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Matt Eccles ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Cynthia Dohl ==&lt;br /&gt;
&lt;br /&gt;
[[Image:CindyDohl.JPG|140x200px|thumb|right|Cindy Dohl]] &lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Leslie Keil ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LeslieKeil.jpg|200x140px|thumb|right|Leslie Keil]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Chad Taylor ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ChadTaylor.JPG|200x140px|thumb|right|Chad Taylor]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Dave Vargas==&lt;br /&gt;
&lt;br /&gt;
[[Image:DaveVargas.JPG|200x140px|thumb|right|Dave Vargas]]&lt;br /&gt;
''New Candidate'' &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Zac Weiner ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ZacWeiner.jpg|140x200px|thumb|right|Zac Weiner]]&lt;br /&gt;
''Transfer Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Michael McGroarty ==&lt;br /&gt;
&lt;br /&gt;
[[Image:MichaelMcGroarty.jpg|200x140px|thumb|right|Mike McGroarty]]&lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Barry Luck ==&lt;br /&gt;
&lt;br /&gt;
[[Image:BarryLuck.jpg|140x200px|thumb|right|Barry Luck]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T03:15:02Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: /* Lia Heath */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== John Grover ==&lt;br /&gt;
&lt;br /&gt;
[[Image:JohnGrover.jpg|thumb|right|200x140px|John Grover]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot; When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Lia Heath ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Mike Krueger ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of tbsp will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Adam Richardson ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Andrea Fajans ==&lt;br /&gt;
&lt;br /&gt;
[[Image:AndreaFajans.jpg|thumb|right|200x140px|Andrea Fajans]] &lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Brooke Babineau ==&lt;br /&gt;
''Returning Candidate ''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Thomas McBride ==&lt;br /&gt;
[[Image:ThomasMcBride.jpg|200x140px|thumb|right|Tom McBride]]&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Matt Eccles ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Cynthia Dohl ==&lt;br /&gt;
&lt;br /&gt;
[[Image:CindyDohl.JPG|140x200px|thumb|right|Cindy Dohl]] &lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Leslie Keil ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LeslieKeil.jpg|200x140px|thumb|right|Leslie Keil]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Chad Taylor ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ChadTaylor.JPG|200x140px|thumb|right|Chad Taylor]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Dave Vargas==&lt;br /&gt;
&lt;br /&gt;
[[Image:DaveVargas.JPG|200x140px|thumb|right|Dave Vargas]]&lt;br /&gt;
''New Candidate'' &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Zac Weiner ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ZacWeiner.jpg|140x200px|thumb|right|Zac Weiner]]&lt;br /&gt;
''Transfer Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Michael McGroarty ==&lt;br /&gt;
&lt;br /&gt;
[[Image:MichaelMcGroarty.jpg|200x140px|thumb|right|Mike McGroarty]]&lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Barry Luck ==&lt;br /&gt;
&lt;br /&gt;
[[Image:BarryLuck.jpg|140x200px|thumb|right|Barry Luck]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T03:14:52Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: /* John Grover */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== John Grover ==&lt;br /&gt;
&lt;br /&gt;
[[Image:JohnGrover.jpg|thumb|right|200x140px|John Grover]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot; When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Lia Heath ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Mike Krueger ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of tbsp will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Adam Richardson ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Andrea Fajans ==&lt;br /&gt;
&lt;br /&gt;
[[Image:AndreaFajans.jpg|thumb|right|200x140px|Andrea Fajans]] &lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Brooke Babineau ==&lt;br /&gt;
''Returning Candidate ''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Thomas McBride ==&lt;br /&gt;
[[Image:ThomasMcBride.jpg|200x140px|thumb|right|Tom McBride]]&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Matt Eccles ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Cynthia Dohl ==&lt;br /&gt;
&lt;br /&gt;
[[Image:CindyDohl.JPG|140x200px|thumb|right|Cindy Dohl]] &lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Leslie Keil ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LeslieKeil.jpg|200x140px|thumb|right|Leslie Keil]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Chad Taylor ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ChadTaylor.JPG|200x140px|thumb|right|Chad Taylor]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Dave Vargas==&lt;br /&gt;
&lt;br /&gt;
[[Image:DaveVargas.JPG|200x140px|thumb|right|Dave Vargas]]&lt;br /&gt;
''New Candidate'' &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Zac Weiner ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ZacWeiner.jpg|140x200px|thumb|right|Zac Weiner]]&lt;br /&gt;
''Transfer Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Michael McGroarty ==&lt;br /&gt;
&lt;br /&gt;
[[Image:MichaelMcGroarty.jpg|200x140px|thumb|right|Mike McGroarty]]&lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Barry Luck ==&lt;br /&gt;
&lt;br /&gt;
[[Image:BarryLuck.jpg|140x200px|thumb|right|Barry Luck]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T03:14:38Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: Major formatting changes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== John Grover ==&lt;br /&gt;
&lt;br /&gt;
[[Image:JohnGrover.jpg|thumb|right|200x140px|John Grover]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot; When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Lia Heath ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Mike Krueger ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of tbsp will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Adam Richardson ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Andrea Fajans ==&lt;br /&gt;
&lt;br /&gt;
[[Image:AndreaFajans.jpg|thumb|right|200x140px|Andrea Fajans]] &lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Brooke Babineau ==&lt;br /&gt;
''Returning Candidate ''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Thomas McBride ==&lt;br /&gt;
[[Image:ThomasMcBride.jpg|200x140px|thumb|right|Tom McBride]]&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Matt Eccles ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Cynthia Dohl ==&lt;br /&gt;
&lt;br /&gt;
[[Image:CindyDohl.JPG|140x200px|thumb|right|Cindy Dohl]] &lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Leslie Keil ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LeslieKeil.jpg|200x140px|thumb|right|Leslie Keil]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Chad Taylor ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ChadTaylor.JPG|200x140px|thumb|right|Chad Taylor]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Dave Vargas==&lt;br /&gt;
&lt;br /&gt;
[[Image:DaveVargas.JPG|200x140px|thumb|right|Dave Vargas]]&lt;br /&gt;
''New Candidate'' &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Zac Weiner ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ZacWeiner.jpg|140x200px|thumb|right|Zac Weiner]]&lt;br /&gt;
''Transfer Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Michael McGroarty ==&lt;br /&gt;
&lt;br /&gt;
[[Image:MichaelMcGroarty.jpg|200x140px|thumb|right|Mike McGroarty]]&lt;br /&gt;
''New Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Barry Luck ==&lt;br /&gt;
&lt;br /&gt;
[[Image:BarryLuck.jpg|140x200px|thumb|right|Barry Luck]]&lt;br /&gt;
''New Candidate (Non-OEC)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T02:55:38Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== John Grover ==&lt;br /&gt;
&lt;br /&gt;
[[Image:JohnGrover.jpg|thumb|right|200x140px|John Grover]] ''Returning Candidate''&amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot; When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Lia Heath ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]] ''Returning Candidate''&amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Mike Krueger ==&lt;br /&gt;
''Returning Candidate'' &amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of tbsp will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Adam Richardson ==&lt;br /&gt;
''Returning Candidate''&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Andrea Fajans ==&lt;br /&gt;
&lt;br /&gt;
[[Image:AndreaFajans.jpg|thumb|right|200x140px]] ''Returning Candidate'' &amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Brooke Babineau – Returning Candidate ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Thomas McBride – Returning Candidate&amp;amp;nbsp; [[Image:ThomasMcBride.jpg|200x140px]] ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Matt Eccles – Returning Candidate ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Cynthia Dohl – Candidate&amp;amp;nbsp;[[Image:CindyDohl.JPG|140x200px]] ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;br&amp;gt;Leslie Keil – Candidate non OEC&amp;amp;nbsp; [[Image:LeslieKeil.jpg|200x140px]] ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;br&amp;gt;Chad Taylor – Candidate non OEC&amp;amp;nbsp; [[Image:ChadTaylor.JPG|200x140px]] ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;br&amp;gt;Dave Vargas - Candidate&amp;amp;nbsp; [[Image:DaveVargas.JPG|200x140px]] ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;br&amp;gt;Zac Weiner - Candidate&amp;amp;nbsp; [[Image:ZacWeiner.jpg|140x200px]] ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;br&amp;gt;Michael McGroarty - Candidate&amp;amp;nbsp; [[Image:MichaelMcGroarty.jpg|200x140px]] ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Barry Luck – Candidate non OEC&amp;amp;nbsp; [[Image:BarryLuck.jpg|200x140px]] ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at&amp;lt;br&amp;gt;Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T02:54:10Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== John Grover ==&lt;br /&gt;
&lt;br /&gt;
[[Image:JohnGrover.jpg|thumb|right|200x140px|John Grover]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot; When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Lia Heath ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]] ''Returning Candidate''&lt;br /&gt;
&amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Mike Krueger ==&lt;br /&gt;
''Returning Candidate'' &lt;br /&gt;
&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of tbsp will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Adam Richardson ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Andrea Fajans ==&lt;br /&gt;
&lt;br /&gt;
[[Image:AndreaFajans.jpg|thumb|right|200x140px]] ''Returning Candidate'' &amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Brooke Babineau – Returning Candidate ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Thomas McBride – Returning Candidate&amp;amp;nbsp; [[Image:ThomasMcBride.jpg|200x140px]] ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Matt Eccles – Returning Candidate ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cynthia Dohl – Candidate&amp;amp;nbsp;[[Image:CindyDohl.JPG|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Leslie Keil – Candidate non OEC&amp;amp;nbsp; [[Image:LeslieKeil.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Chad Taylor – Candidate non OEC&amp;amp;nbsp; [[Image:ChadTaylor.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Dave Vargas - Candidate&amp;amp;nbsp; [[Image:DaveVargas.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Zac Weiner - Candidate&amp;amp;nbsp; [[Image:ZacWeiner.jpg|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Michael McGroarty - Candidate&amp;amp;nbsp; [[Image:MichaelMcGroarty.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Barry Luck – Candidate non OEC&amp;amp;nbsp; [[Image:BarryLuck.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at&amp;lt;br&amp;gt;Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T02:53:28Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== John Grover ==&lt;br /&gt;
&lt;br /&gt;
[[Image:JohnGrover.jpg|thumb|right|200x140px|John Grover]] ''Returning Candidate'' &amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot; When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Lia Heath ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]] ''Returning Candidate''''''&amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Mike Krueger ==&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate'' &amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of tbsp will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adam Richardson ==&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Andrea Fajans ==&lt;br /&gt;
[[Image:AndreaFajans.jpg|thumb|right|200x140px]]&lt;br /&gt;
''Returning Candidate'' &lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Brooke Babineau – Returning Candidate ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Thomas McBride – Returning Candidate&amp;amp;nbsp; [[Image:ThomasMcBride.jpg|200x140px]] ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Matt Eccles – Returning Candidate ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cynthia Dohl – Candidate&amp;amp;nbsp;[[Image:CindyDohl.JPG|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Leslie Keil – Candidate non OEC&amp;amp;nbsp; [[Image:LeslieKeil.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Chad Taylor – Candidate non OEC&amp;amp;nbsp; [[Image:ChadTaylor.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Dave Vargas - Candidate&amp;amp;nbsp; [[Image:DaveVargas.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Zac Weiner - Candidate&amp;amp;nbsp; [[Image:ZacWeiner.jpg|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Michael McGroarty - Candidate&amp;amp;nbsp; [[Image:MichaelMcGroarty.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Barry Luck – Candidate non OEC&amp;amp;nbsp; [[Image:BarryLuck.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at&amp;lt;br&amp;gt;Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T02:45:47Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== John Grover ==&lt;br /&gt;
&lt;br /&gt;
[[Image:JohnGrover.jpg|thumb|right|200x140px|John Grover]] ''Returning Candidate'' &amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot; When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Lia Heath ==&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]] ''Returning Candidate'' &amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Mike Krueger – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of tbsp will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adam Richardson – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Andrea Fajans – Returning Candidate&amp;amp;nbsp; [[Image:AndreaFajans.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Brooke Babineau – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Thomas McBride – Returning Candidate&amp;amp;nbsp; [[Image:ThomasMcBride.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Matt Eccles – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cynthia Dohl – Candidate&amp;amp;nbsp;[[Image:CindyDohl.JPG|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Leslie Keil – Candidate non OEC&amp;amp;nbsp; [[Image:LeslieKeil.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Chad Taylor – Candidate non OEC&amp;amp;nbsp; [[Image:ChadTaylor.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Dave Vargas - Candidate&amp;amp;nbsp; [[Image:DaveVargas.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Zac Weiner - Candidate&amp;amp;nbsp; [[Image:ZacWeiner.jpg|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Michael McGroarty - Candidate&amp;amp;nbsp; [[Image:MichaelMcGroarty.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Barry Luck – Candidate non OEC&amp;amp;nbsp; [[Image:BarryLuck.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at&amp;lt;br&amp;gt;Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T02:45:03Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== John Grover ==&lt;br /&gt;
&lt;br /&gt;
[[Image:JohnGrover.jpg|thumb|right|200x140px|John Grover]] ''Returning Candidate'' &amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot; When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
=== Lia Heath ===&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]] ''Returning Candidate'' &amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Mike Krueger – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of tbsp will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adam Richardson – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Andrea Fajans – Returning Candidate&amp;amp;nbsp; [[Image:AndreaFajans.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Brooke Babineau – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Thomas McBride – Returning Candidate&amp;amp;nbsp; [[Image:ThomasMcBride.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Matt Eccles – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cynthia Dohl – Candidate&amp;amp;nbsp;[[Image:CindyDohl.JPG|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Leslie Keil – Candidate non OEC&amp;amp;nbsp; [[Image:LeslieKeil.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Chad Taylor – Candidate non OEC&amp;amp;nbsp; [[Image:ChadTaylor.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Dave Vargas - Candidate&amp;amp;nbsp; [[Image:DaveVargas.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Zac Weiner - Candidate&amp;amp;nbsp; [[Image:ZacWeiner.jpg|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Michael McGroarty - Candidate&amp;amp;nbsp; [[Image:MichaelMcGroarty.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Barry Luck – Candidate non OEC&amp;amp;nbsp; [[Image:BarryLuck.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at&amp;lt;br&amp;gt;Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T02:44:16Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== John Grover ===&lt;br /&gt;
&lt;br /&gt;
[[Image:JohnGrover.jpg|thumb|right|200x140px|John Grover]] ''Returning Candidate'' &amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot; When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
=== Lia Heath ===&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]] ''Returning Candidate'' &amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Mike Krueger – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of tbsp will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adam Richardson – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Andrea Fajans – Returning Candidate&amp;amp;nbsp; [[Image:AndreaFajans.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Brooke Babineau – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Thomas McBride – Returning Candidate&amp;amp;nbsp; [[Image:ThomasMcBride.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Matt Eccles – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cynthia Dohl – Candidate&amp;amp;nbsp;[[Image:CindyDohl.JPG|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Leslie Keil – Candidate non OEC&amp;amp;nbsp; [[Image:LeslieKeil.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Chad Taylor – Candidate non OEC&amp;amp;nbsp; [[Image:ChadTaylor.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Dave Vargas - Candidate&amp;amp;nbsp; [[Image:DaveVargas.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Zac Weiner - Candidate&amp;amp;nbsp; [[Image:ZacWeiner.jpg|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Michael McGroarty - Candidate&amp;amp;nbsp; [[Image:MichaelMcGroarty.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Barry Luck – Candidate non OEC&amp;amp;nbsp; [[Image:BarryLuck.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at&amp;lt;br&amp;gt;Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T02:43:53Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== John Grover ===&lt;br /&gt;
&lt;br /&gt;
[[Image:JohnGrover.jpg|thumb|right|200x140px|John Grover]] ''Returning Candidate'' &amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot; When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
=== Lia Heath ===&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]] ''Returning Candidate'' &amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Mike Krueger – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of tbsp will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adam Richardson – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Andrea Fajans – Returning Candidate&amp;amp;nbsp; [[Image:AndreaFajans.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Brooke Babineau – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Thomas McBride – Returning Candidate&amp;amp;nbsp; [[Image:ThomasMcBride.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Matt Eccles – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cynthia Dohl – Candidate&amp;amp;nbsp;[[Image:CindyDohl.JPG|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Leslie Keil – Candidate non OEC&amp;amp;nbsp; [[Image:LeslieKeil.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Chad Taylor – Candidate non OEC&amp;amp;nbsp; [[Image:ChadTaylor.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Dave Vargas - Candidate&amp;amp;nbsp; [[Image:DaveVargas.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Zac Weiner - Candidate&amp;amp;nbsp; [[Image:ZacWeiner.jpg|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Michael McGroarty - Candidate&amp;amp;nbsp; [[Image:MichaelMcGroarty.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Barry Luck – Candidate non OEC&amp;amp;nbsp; [[Image:BarryLuck.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at&amp;lt;br&amp;gt;Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T02:42:27Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== John Grover ===&lt;br /&gt;
&lt;br /&gt;
[[Image:JohnGrover.jpg|thumb|right|200x140px|John Grover]] ''Returning Candidate'' &amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot; When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp; &amp;lt;br&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
=== Lia Heath ===&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]] ''Returning Candidate'' &amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Mike Krueger – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of tbsp will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adam Richardson – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Andrea Fajans – Returning Candidate&amp;amp;nbsp; [[Image:AndreaFajans.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Brooke Babineau – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Thomas McBride – Returning Candidate&amp;amp;nbsp; [[Image:ThomasMcBride.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Matt Eccles – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cynthia Dohl – Candidate&amp;amp;nbsp;[[Image:CindyDohl.JPG|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Leslie Keil – Candidate non OEC&amp;amp;nbsp; [[Image:LeslieKeil.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Chad Taylor – Candidate non OEC&amp;amp;nbsp; [[Image:ChadTaylor.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Dave Vargas - Candidate&amp;amp;nbsp; [[Image:DaveVargas.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Zac Weiner - Candidate&amp;amp;nbsp; [[Image:ZacWeiner.jpg|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Michael McGroarty - Candidate&amp;amp;nbsp; [[Image:MichaelMcGroarty.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Barry Luck – Candidate non OEC&amp;amp;nbsp; [[Image:BarryLuck.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at&amp;lt;br&amp;gt;Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T02:38:15Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== John Grover ===&lt;br /&gt;
&lt;br /&gt;
[[Image:JohnGrover.jpg|thumb|right|200x140px|John Grover]] ''Returning Candidate'' John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot; When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Lia Heath ===&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]] ''Returning Candidate'' Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Mike Krueger – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of tbsp will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adam Richardson – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Andrea Fajans – Returning Candidate&amp;amp;nbsp; [[Image:AndreaFajans.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Brooke Babineau – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Thomas McBride – Returning Candidate&amp;amp;nbsp; [[Image:ThomasMcBride.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Matt Eccles – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cynthia Dohl – Candidate&amp;amp;nbsp;[[Image:CindyDohl.JPG|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Leslie Keil – Candidate non OEC&amp;amp;nbsp; [[Image:LeslieKeil.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Chad Taylor – Candidate non OEC&amp;amp;nbsp; [[Image:ChadTaylor.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Dave Vargas - Candidate&amp;amp;nbsp; [[Image:DaveVargas.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Zac Weiner - Candidate&amp;amp;nbsp; [[Image:ZacWeiner.jpg|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Michael McGroarty - Candidate&amp;amp;nbsp; [[Image:MichaelMcGroarty.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Barry Luck – Candidate non OEC&amp;amp;nbsp; [[Image:BarryLuck.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at&amp;lt;br&amp;gt;Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T02:33:49Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== &amp;lt;br&amp;gt;John Grover – Returning Candidate [[Image:JohnGrover.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Lia Heath ===&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]] ''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Mike Krueger – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of tbsp will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adam Richardson – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Andrea Fajans – Returning Candidate&amp;amp;nbsp; [[Image:AndreaFajans.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Brooke Babineau – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Thomas McBride – Returning Candidate&amp;amp;nbsp; [[Image:ThomasMcBride.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Matt Eccles – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cynthia Dohl – Candidate&amp;amp;nbsp;[[Image:CindyDohl.JPG|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Leslie Keil – Candidate non OEC&amp;amp;nbsp; [[Image:LeslieKeil.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Chad Taylor – Candidate non OEC&amp;amp;nbsp; [[Image:ChadTaylor.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Dave Vargas - Candidate&amp;amp;nbsp; [[Image:DaveVargas.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Zac Weiner - Candidate&amp;amp;nbsp; [[Image:ZacWeiner.jpg|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Michael McGroarty - Candidate&amp;amp;nbsp; [[Image:MichaelMcGroarty.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Barry Luck – Candidate non OEC&amp;amp;nbsp; [[Image:BarryLuck.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at&amp;lt;br&amp;gt;Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T02:32:50Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== &amp;lt;br&amp;gt;John Grover – Returning Candidate [[Image:JohnGrover.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
[[Image:LiaHeath.jpg|thumb|right|200x140px|Lia Heath]]&lt;br /&gt;
&lt;br /&gt;
=== Lia Heath ===&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Mike Krueger – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of tbsp will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adam Richardson – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Andrea Fajans – Returning Candidate&amp;amp;nbsp; [[Image:AndreaFajans.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Brooke Babineau – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Thomas McBride – Returning Candidate&amp;amp;nbsp; [[Image:ThomasMcBride.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Matt Eccles – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cynthia Dohl – Candidate&amp;amp;nbsp;[[Image:CindyDohl.JPG|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Leslie Keil – Candidate non OEC&amp;amp;nbsp; [[Image:LeslieKeil.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Chad Taylor – Candidate non OEC&amp;amp;nbsp; [[Image:ChadTaylor.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Dave Vargas - Candidate&amp;amp;nbsp; [[Image:DaveVargas.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Zac Weiner - Candidate&amp;amp;nbsp; [[Image:ZacWeiner.jpg|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Michael McGroarty - Candidate&amp;amp;nbsp; [[Image:MichaelMcGroarty.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Barry Luck – Candidate non OEC&amp;amp;nbsp; [[Image:BarryLuck.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at&amp;lt;br&amp;gt;Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-15T02:22:31Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== &amp;lt;br&amp;gt;John Grover – Returning Candidate [[Image:JohnGrover.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;'''Lia Heath'''[[Image:LiaHeath.jpg|thumb|right|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
''Returning Candidate''&lt;br /&gt;
&lt;br /&gt;
Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot; Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Mike Krueger – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of tbsp will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adam Richardson – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a winemaker for a fast-paced vineyard in Livermore, and accustomed to the spacious natural landscape of his native Australia, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Andrea Fajans – Returning Candidate&amp;amp;nbsp; [[Image:AndreaFajans.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Brooke Babineau – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Thomas McBride – Returning Candidate&amp;amp;nbsp; [[Image:ThomasMcBride.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Matt Eccles – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cynthia Dohl – Candidate&amp;amp;nbsp;[[Image:CindyDohl.JPG|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Leslie Keil – Candidate non OEC&amp;amp;nbsp; [[Image:LeslieKeil.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Chad Taylor – Candidate non OEC&amp;amp;nbsp; [[Image:ChadTaylor.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Dave Vargas - Candidate&amp;amp;nbsp; [[Image:DaveVargas.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Zac Weiner - Candidate&amp;amp;nbsp; [[Image:ZacWeiner.jpg|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Michael McGroarty - Candidate&amp;amp;nbsp; [[Image:MichaelMcGroarty.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Barry Luck – Candidate non OEC&amp;amp;nbsp; [[Image:BarryLuck.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at&amp;lt;br&amp;gt;Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-14T21:55:17Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== &amp;lt;br&amp;gt;John Grover – Returning Candidate [[Image:JohnGrover.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;'''Lia Heath – Returning Candidate&amp;amp;nbsp;'''&amp;amp;nbsp; [[Image:LiaHeath.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Mike Krueger – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of tbsp will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adam Richardson – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a vintner for a fast-paced vineyard in Fremont, and accustomed to the spacious natural landscape of his native Australie, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Andrea Fajans – Returning Candidate&amp;amp;nbsp; [[Image:AndreaFajans.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Brooke Babineau – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Thomas McBride – Returning Candidate&amp;amp;nbsp; [[Image:ThomasMcBride.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Matt Eccles – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cynthia Dohl – Candidate&amp;amp;nbsp;[[Image:CindyDohl.JPG|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Leslie Keil – Candidate non OEC&amp;amp;nbsp; [[Image:LeslieKeil.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Chad Taylor – Candidate non OEC&amp;amp;nbsp; [[Image:ChadTaylor.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Dave Vargas - Candidate&amp;amp;nbsp; [[Image:DaveVargas.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Zac Weiner - Candidate&amp;amp;nbsp; [[Image:ZacWeiner.jpg|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Michael McGroarty - Candidate&amp;amp;nbsp; [[Image:MichaelMcGroarty.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Barry Luck – Candidate non OEC&amp;amp;nbsp; [[Image:BarryLuck.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at&amp;lt;br&amp;gt;Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-14T19:46:18Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: spelling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Candidates 2007-2008 =&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;John Grover – Returning Candidate [[Image:JohnGrover.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;'''Lia Heath – Returning Candidate&amp;amp;nbsp;'''&amp;amp;nbsp; [[Image:LiaHeath.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallowa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Mike Krueger – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of tbsp will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adam Richardson – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a vintner for a fast-paced vineyard in Fremont, and accustomed to the spacious natural landscape of his native Australie, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Andrea Fajans – Returning Candidate&amp;amp;nbsp; [[Image:AndreaFajans.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Brooke Babineau – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Thomas McBride – Returning Candidate&amp;amp;nbsp; [[Image:ThomasMcBride.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Matt Eccles – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cynthia Dohl – Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;[[Image:CindyDohl.JPG|140x200px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Leslie Keil – Candidate non OEC&amp;amp;nbsp; [[Image:LeslieKeil.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Chad Taylor – Candidate non OEC&amp;amp;nbsp; [[Image:ChadTaylor.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Dave Vargas - Candidate&amp;amp;nbsp; [[Image:DaveVargas.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Zac Weiner - Candidate&amp;amp;nbsp; [[Image:ZacWeiner.jpg|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Michael McGroarty - Candidate&amp;amp;nbsp; [[Image:MichaelMcGroarty.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Barry Luck – Candidate non OEC&amp;amp;nbsp; [[Image:BarryLuck.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at&amp;lt;br&amp;gt;Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	<entry>
		<id>http://wiki.tbsp.org/2007-2008_Candidates</id>
		<title>2007-2008 Candidates</title>
		<link rel="alternate" type="text/html" href="http://wiki.tbsp.org/2007-2008_Candidates"/>
				<updated>2008-01-14T19:45:53Z</updated>
		
		<summary type="html">&lt;p&gt;Chaagen: Reverted edits by Chaagen (Talk); changed back to last version by GregMarsden&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Candidates 2007-2008 =&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;John Grover – Returning Candidate [[Image:JohnGrover.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;John been backcountry splitboarding for 2 years now and started as a way to try to keep fit in the winter, to find the best conditions and to get away from the resort crowds. One of his peak b/c experiences: &amp;quot;It was a long day on Jakes Peak last year. We were actually on our way to Tallac after a storm and got turned around by a road closure at emerald bay. I wasn't expecting much, and was blown away by the awesome conditions, the view and the fun terrain.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding, John can be found mountain bike riding, chasing his two year old boy around and running his Berkeley-based IT consulting firm (Endsight, Inc). John anticipates getting more experience and backcountry knowledge and to meet great like minded people who enjoy getting out and earning their turns (safely).&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;'''Lia Heath – Returning Candidate&amp;amp;nbsp;'''&amp;amp;nbsp; [[Image:LiaHeath.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Lia grew up skiing the resorts in Tahoe; nowadays she's looking to spend more time out of bounds. Introduced to AT on a trip with some co-workers to Tioga Pass, she immediately fell in love with it. Her &amp;quot;peak&amp;quot; experience was a 4-day trip to the Wallawa mountains &amp;quot;where it didn't stop blowing rain/slush/wet snow the entire time. It was absolutely miserable conditions, but forced everyone to test their limits and made for hours of backcountry stories to follow.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Lia has her dream job working as Women's Sportwear Clothing Designer at The North Face. And when not at work, &amp;quot;I'm biking, visiting with my family, randomly organizing things, watching reality tv (did I just say that?), or counting my pennies for my next vacation with my husband.&amp;quot; Lia is looking forward to learning new skills, giving back to the outdoor community, and meeting cool new people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Mike Krueger – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Why TBSP? &amp;quot;While climbing Mt Shasta one season I met a guide that was a big back Country skier who liked to climb up and ski down. I thought it was a great idea, no one likes descending a mountain on foot, so I joined him on a climb and ski on Christmas day. It was one of those days you only see in a Warren Miller film. We were 11,000 ft up dropping into a bowl. Three feet of new untracked snow, no one around, and clear sky. Up and down three times. It was love at first turn.&lt;br /&gt;
&lt;br /&gt;
When I am not skiing, you can find me with my wife either on the water, unfrozen snow, kayaking and sailing or training a group of Breast Cancer Survivors to climb mountains.&lt;br /&gt;
&lt;br /&gt;
The one thing I would like to get out of tbsp will be to have the experience level in the backcountry to feel confident in taking my wife back there with me. Actually, maybe it is her feeling comfortable following me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adam Richardson – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As a vintner for a fast-paced vineyard in Fremont, and accustomed to the spacious natural landscape of his native Australie, Adam soon tired of the same runs and crowded slopes. He became sick of making excuses not to go out backcountry instead of easy ‘ lifted’ options. When not skiing with a free heel, Adam can be found freeing his mind with his digeridoo talents. Adam was drawn to TBSP to gain backcountry skills and meet laidback ski people.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Andrea Fajans – Returning Candidate&amp;amp;nbsp; [[Image:AndreaFajans.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Andrea grew up cross country and downhill skiing and loves being in the backcountry so backcountry skiing was the next logical step. One of her peak backcountry experiences is the month spent in the mountains of India backpacking and mountaineering. When not skiing, Andrea can be found on a run or with a book and a cup of tea. About her previous year in TBSP Andrea says, &amp;quot;TBSP has already contributed more backcountry knowledge and experience to me which is all I can really ask for.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Brooke Babineau – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Brooke deeply believes in being in the backcountry because, &amp;quot;snow is fun and there's lots of snow back there.&amp;quot; When not skiing Brooke can be found assisting on neurosurgery at UC Davis in an attempt to find an answer to her life's work on autism. When feeling lazy she prefers to watch sports on TV. One thing Brook would like to get out of TBSP is gaining skills to help the less coordinated people in her life (Tom!) and those on the trails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Thomas McBride – Returning Candidate&amp;amp;nbsp; [[Image:ThomasMcBride.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Tom was turned onto backcountry skiing during a trip hiking to and skiing Tuckerman Ravine on Mt. Washington, NH. When he’s skiing Tom can be found “hiking or rock climbing, or hiking to a climb”. This season he is hoping to gain knowledge/ experience to be safer and have more fun in the backcountry, not to mention lots of fun days on the snow.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Matt Eccles – Returning Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Joining TBSP is a part of goal, 15 years in the making, to get better at backcountry skiing. Matt enjoys b/c skiing, but with three young kids it’s difficult to make the time. In addition to being &amp;quot;forced&amp;quot; to get out there and learning new skills, Matt also looks forward to skiing with other safe BC skier. Sitting all day at a desk as a bond broker in&amp;lt;br&amp;gt;San Francisco, Matt has also realized his navigation and map reading skills have been on the decline. And so with TBSP help, he'll not only be a safer b/c skier, he'll be able to find his car again at the end of a workday.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cynthia Dohl – Candidate ===&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;[[Image:CindyDohl.JPG|140x200px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Cindy’s entrance into backcountry skiing just kind of happened when she and a friend one day “started doing it”. She went on to have many great experiences after that and one of her peak experiences was going to Europe and doing La Haute Route for her 50th birthday. When not skiing Cindy can be found teaching French, traveling to Switzerland, teaching skiing, and making some kind of dessert to give to someone (if you’re nice to her maybe it can be you!). Her goal with TBSP this year is to meet new friends to be with in the backcountry.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Leslie Keil – Candidate non OEC&amp;amp;nbsp; [[Image:LeslieKeil.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you see Leslie driving by in her Audi, make sure you get out of her way because, as her license plate holder says, this girl will “race you to the snow”. Leslie is new to the backcountry this year, and looking to experience some snow country quiet. No stranger to speed, in the summer time you can find Leslie screaming up and down the Delta in her family's boat &amp;quot;Not da Mama&amp;quot;, usually with a knee boarder in toe! This season Leslie is looking forward to picking up lifelong mountain and rescue skills, acquiring a standing excuse to explore the backcountry, and spending more quality time with boyfriend Greg.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Chad Taylor – Candidate non OEC&amp;amp;nbsp; [[Image:ChadTaylor.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Chad was initially attracted to backcountry skiing by the potential to ride bigger lines, but soon realized that the freedom of the backcountry is far more attractive, and of course “the ridiculous snow”. On of his peak experiences was hiking the peaks around Las Lenas. When not in the backcountry Chad can be found playing a competitive game of scrabble, wishing the Buffalo Sabres would win a stanley cup and spending time with girlfriend Kelly. This season Chad would like to get out of TBSP more knowledge of the Tahoe backcountry, and some new friends.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Dave Vargas - Candidate&amp;amp;nbsp; [[Image:DaveVargas.JPG|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;“I grew up in Mt. Shasta so I have been walking up stuff to slide down since I was pretty young. I really had gotten away from skiing and getting out in the backcountry in general during the late 90's but have really gotten back into it since 2000. Something that is the best every time it happens is when I get a friend out there for the first time and they can't believe how awesome the turns are when you've earned 'em.”&lt;br /&gt;
&lt;br /&gt;
When not skiing/boarding Dave likes to build stuff, “mostly stuff it would be easier to just go out and buy”, but just like skiing, it’s better when you earn it!&lt;br /&gt;
&lt;br /&gt;
This season Dave’s goal is to meet a larger group of people who love the back country and travel in it safely. He’d also like to hone existing skills and gain new ones in order to be better equipped when taking people out for the first time.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Zac Weiner - Candidate&amp;amp;nbsp; [[Image:ZacWeiner.jpg|140x200px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Zac decided to join the TBSP because he likes the idea of something a little less corporate and a little more relaxing than a ski resort. The extra exercise doesn’t hurt either! When he’s not skiing Zac can be found sailing, climbing, racing his road bike, taking pictures, playing the piano, backpacking, or going to the symphony. Zac works as an EMT, teaches EMT school, and is a student at UC Berkeley. This season with TBSP Zac would like to gain new friends and new skills.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt;Michael McGroarty - Candidate&amp;amp;nbsp; [[Image:MichaelMcGroarty.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Michael got turned onto backcountry skiing because of some great summer backpacking trips in the Sierras. He learned that less people and no terrain parks make for a very enjoyable experience. Michael says that when not skiing, “I reluctantly admit to snowboarding on occasion”. He can also be found playing any sport other than golf, primarily triathlon, mountain biking, rock climbing, wakeboarding, and hiking. This season with TBSP Michael would like to gain some mountaineering/ winter backcountry skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Barry Luck – Candidate non OEC&amp;amp;nbsp; [[Image:BarryLuck.jpg|200x140px]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Barry was turned onto backcountry by some people that he worked with at&amp;lt;br&amp;gt;Porter's Ski and Sport in Truckee. His first backcountry experience was the Lake Run from Sugarbowl. Barry enjoys the backcountry because it provided the chance to experience this little section of the Sierras in any season. Barry says, “Every time I've gone out, I've just really enjoyed being out with friends, relaxing, riding however I feel and being able to choose any part of a mountain to ride.”&lt;br /&gt;
&lt;br /&gt;
A peak backcountry experience… “From the top of my head, one peak experience that stands out was a day a friend and I were on top of Donner Summit on a beautiful day with a ton of snow. This was in early spring of '95 or '96 and it was all sunshine out. We were just hanging out, taking pics of each other dropping off the east walls and enjoying the scenery. Something about that moment in time stands out. Maybe it was standing on top of the summit, trying to get my freakin' out under control, but it was also really peaceful.”&lt;br /&gt;
&lt;br /&gt;
When not in the backcountry, Barry can be found doing/playing anything that he feels is fun, healthy and positive. This season Barry hopes to gain skills to confidently and safely introduce friends to the joys of being in the backcountry.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Chaagen</name></author>	</entry>

	</feed>