<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[Baily's]]></title><description><![CDATA[Restaurant • Bar • Lounge]]></description><link>https://baily.com/</link><image><url>https://baily.com/favicon.png</url><title>Baily&apos;s</title><link>https://baily.com/</link></image><generator>Ghost 5.30</generator><lastBuildDate>Fri, 17 Apr 2026 04:38:02 GMT</lastBuildDate><atom:link href="https://baily.com/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[Mothers Day Brunch Buffet]]></title><description><![CDATA[<!--kg-card-begin: html--><!-- =========================
     PAGE 2: MOTHER’S DAY BRUNCH
     ========================= -->
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Baily&#x2019;s Mother&#x2019;s Day Brunch Buffet</title>

  <style>
    :root{
      --bg:#07080b;
      --panel:#0f1118;
      --ink:#fbfbff;
      --muted:#bfc6d6;
      --line:rgba(255,255,255,0.10);

      /* Mother’s Day palette */
      --accent:#ff88b6;        /* rose */
      --accent-deep:#d94a83;   /* deep rose */
      --accent2:#ffd48a;       /* warm highlight */
      --accent3:#b6f3c2;       /* mint */
      --btnText:#1a0711;
    }

    *{box-sizing:border-box;}
    html,body{height:</style></head></html>]]></description><link>https://baily.com/mothers-day/</link><guid isPermaLink="false">6619dee52899505ddb57b7a8</guid><dc:creator><![CDATA[Christopher Baily]]></dc:creator><pubDate>Wed, 08 Apr 2026 01:37:00 GMT</pubDate><media:content url="https://baily.com/content/images/2026/02/IMG_6096.jpeg" medium="image"/><content:encoded><![CDATA[<!--kg-card-begin: html--><!-- =========================
     PAGE 2: MOTHER’S DAY BRUNCH
     ========================= -->
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Baily&#x2019;s Mother&#x2019;s Day Brunch Buffet</title>

  <style>
    :root{
      --bg:#07080b;
      --panel:#0f1118;
      --ink:#fbfbff;
      --muted:#bfc6d6;
      --line:rgba(255,255,255,0.10);

      /* Mother’s Day palette */
      --accent:#ff88b6;        /* rose */
      --accent-deep:#d94a83;   /* deep rose */
      --accent2:#ffd48a;       /* warm highlight */
      --accent3:#b6f3c2;       /* mint */
      --btnText:#1a0711;
    }

    *{box-sizing:border-box;}
    html,body{height:100%; margin:0;}
    body{
      font-family:'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
      color:var(--ink);
      background:
        radial-gradient(1200px 800px at 50% -10%, rgba(255,136,182,0.16), transparent 70%),
        radial-gradient(900px 650px at 15% 20%, rgba(255,212,138,0.10), transparent 60%),
        radial-gradient(900px 650px at 85% 25%, rgba(182,243,194,0.10), transparent 60%),
        var(--bg);
      line-height:1.6;
    }

    header.topbar{
      width:100%;
      background:#0b0d13;
      border-bottom:1px solid var(--line);
      display:flex;
      justify-content:space-between;
      align-items:center;
      padding:14px 40px;
      flex-wrap:wrap;
      position:sticky;
      top:0;
      z-index:10;
    }
    .topbar h1{
      font-size:clamp(22px,2.6vw,34px);
      color:var(--accent);
      margin:0;
      letter-spacing:.3px;
    }

    .nav-links{display:flex; gap:22px; flex-wrap:wrap;}
    .nav-links a{color:var(--ink); text-decoration:none; font-weight:600; transition:color .2s;}
    .nav-links a:hover{color:var(--accent2);}

    .container{
      max-width:1400px;
      margin:0 auto;
      padding:40px 32px 80px;
      background:linear-gradient(180deg, rgba(15,17,24,.95), rgba(15,17,24,.85));
      border-radius:20px;
      box-shadow:0 0 44px rgba(0,0,0,0.65);
      border:1px solid rgba(255,255,255,0.08);
    }

    .hero{text-align:center; padding:44px 0 10px;}
    .eyebrow{
      color:rgba(255,255,255,0.82);
      letter-spacing:.22em;
      text-transform:uppercase;
      font-weight:800;
      font-size:13px;
    }
    .lead{
      max-width:900px;
      margin:12px auto 0;
      color:var(--muted);
      font-size:18px;
    }

    .pillRow{
      display:flex;
      justify-content:center;
      flex-wrap:wrap;
      gap:10px;
      margin-top:18px;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,0.12);
      background:rgba(255,255,255,0.04);
      color:var(--muted);
      font-weight:700;
      font-size:13px;
      white-space:nowrap;
    }
    .pill strong{color:var(--accent2); font-weight:900;}

    .cta-row{
      display:flex;
      flex-wrap:wrap;
      justify-content:center;
      gap:16px;
      margin:26px 0 0;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:14px 24px;
      border-radius:12px;
      border:none;
      font-weight:800;
      text-decoration:none;
      cursor:pointer;
      transition:all .15s ease;
      letter-spacing:.2px;
      min-width:220px;
    }
    .btn-primary{
      background:linear-gradient(180deg, var(--accent), var(--accent-deep));
      color:var(--btnText);
      box-shadow:0 10px 26px rgba(255,136,182,.16);
    }
    .btn-primary:hover{filter:brightness(1.06);}
    .btn-ghost{
      background:transparent;
      border:1px solid rgba(255,255,255,0.18);
      color:var(--ink);
    }
    .btn-ghost:hover{background:rgba(255,255,255,0.06);}

    section{margin:64px 0 0;}
    h2{
      font-size:32px;
      color:var(--accent);
      margin-bottom:14px;
      text-align:center;
      letter-spacing:.2px;
    }

    .grid{
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
      gap:24px;
    }

    .card{
      background:rgba(12,14,20,.70);
      border:1px solid rgba(255,255,255,0.10);
      border-radius:16px;
      box-shadow:0 4px 18px rgba(0,0,0,0.55);
      padding:26px;
    }

    .bullet{display:flex; gap:10px; margin-bottom:10px;}
    .dot{
      width:8px; height:8px;
      border-radius:50%;
      background:var(--accent2);
      margin-top:9px;
      box-shadow:0 0 0 4px rgba(255,212,138,.10);
    }

    .small{font-size:14px; color:var(--muted);}

    .schedule{list-style:none; padding:0; margin:16px 0;}
    .schedule li{padding:16px 0; border-top:1px solid rgba(255,255,255,0.10);}
    .schedule li:last-child{border-bottom:1px solid rgba(255,255,255,0.10);}
    .time{font-weight:900; color:var(--accent2);}
    .title{font-weight:800; color:var(--ink);}
    .meta{color:var(--muted);}

    footer{
      text-align:center;
      color:var(--muted);
      margin-top:80px;
      font-size:15px;
    }
    footer a{color:var(--accent2); text-decoration:none; font-weight:900;}
    footer a:hover{color:#b6f3c2;}
  </style>
</head>

<body>
  <header class="topbar">
    <h1>Baily&#x2019;s Mother&#x2019;s Day Brunch Buffet</h1>
    <nav class="nav-links">
      <a href="#details">Details</a>
      <a href="#pricing">Pricing</a>
      <a href="#reservations">Reservations</a>
      <a href="#info">Info</a>
    </nav>
  </header>

  <div class="container">
    <section class="hero">
      <div class="eyebrow">Mother&#x2019;s Day Brunch Buffet Sunday May 10th</div>
      <img src="https://baily.com/content/images/2026/02/IMG_6096.jpeg" alt="Mothers Day Brunch Buffet"><p class="lead">
        Celebrate Mother&#x2019;s Day with a brunch buffet from 10:00 AM to 3:00 PM. Add bottomless mimosas for the table.
      </p>

      <div class="pillRow">
        <div class="pill"><strong>10:00 AM &#x2013; 3:00 PM</strong> brunch buffet</div>
        <div class="pill"><strong>$50</strong> per person</div>
        <div class="pill"><strong>$20</strong> kids 12 &amp; under</div>
        <div class="pill"><strong>Free</strong> kids 4 &amp; under</div>
        <div class="pill"><strong>$20</strong> bottomless mom-osas</div>
           <div class="pill"><strong>11-2pm</strong> Ryan Valenzuela Music </div>
      </div>

      <div class="cta-row">
        <a class="btn btn-primary" href="#reservations">Reserve Now</a>
        <a class="btn btn-ghost" href="#pricing">View Pricing</a>
      </div>
    </section>

    <section id="details">
      <h2>Details</h2>
      <div class="grid">
        <div class="card">
          <div class="bullet"><div class="dot"></div><div><strong>Hours:</strong> 10:00 AM &#x2013; 3:00 PM</div></div>
          <div class="bullet"><div class="dot"></div><div><strong>Format:</strong> Buffet service </div></div>
          <div class="bullet"><div class="dot"></div><div><strong>Add-on:</strong> Bottomless mimosas available</div></div>
          <p class="small" style="margin-top:14px;">
            Seating is limited. Reservations are strongly recommended.
          </p>
        </div>

        <div class="card">
          <h3 style="margin-top:0;color:var(--accent2); letter-spacing:.2px;">Perfect For</h3>
          <ul class="schedule">
            <li>
              <div class="title">Family brunch</div>
              <div class="meta">A relaxed holiday meal in Old Town Temecula.</div>
            </li>
            <li>
              <div class="title">Groups &amp; celebrations</div>
              <div class="meta">Celebrate Mom with a memorable brunch.</div>
            </li>
          </ul>
        </div>
      </div>
    </section>

    <section id="pricing">
      <h2>Pricing</h2>
      <ul class="schedule">
        <li>
          <div class="time">$50 per person</div>
          <div class="title">Brunch Buffet</div>
          <div class="meta">Buffet service from 10:00 AM &#x2013; 3:00 PM</div>
        </li>
        <li>
          <div class="time">$20</div>
          <div class="title">Kids (12 &amp; under)</div>
          <div class="meta">Child pricing available during buffet hours</div>
        </li>
        <li>
          <div class="time">Free</div>
          <div class="title">Kids (4 &amp; under)</div>
          <div class="meta">No charge with paying adult</div>
        </li>
        <li>
          <div class="time">$20 per person</div>
          <div class="title">Bottomless Mom-osas</div>
          <div class="meta">Available as an add-on with brunch</div>
        </li>
      </ul>
    </section>

    <section id="reservations">
      <h2>Reservations</h2>
      <div class="grid">
        <div class="card">
          <h3 style="color:var(--accent2);margin-top:0; letter-spacing:.2px;">Book Online</h3>
          <p class="small">Reserve your preferred time through OpenTable.</p>
          <a class="btn btn-primary" href="https://www.opentable.com/r/bailys-restaurant-reservations-temecula?restref=995851&amp;lang=en-US&amp;ot_source=Restaurant%20website" target="_blank" rel="noopener">
            Reserve on OpenTable
          </a>
        </div>

        <div class="card">
          <h3 style="color:var(--accent2);margin-top:0; letter-spacing:.2px;">Planning Notes</h3>
          <ul class="schedule">
            <li>
              <div class="title">Arrival</div>
              <div class="meta">Please arrive 10 minutes early for smooth seating.</div>
            </li>
            <li>
              <div class="title">Buffet Hours</div>
              <div class="meta">10:00 AM &#x2013; 3:00 PM</div>
            </li>
          </ul>
          <p class="small" style="margin-top:12px;">
            Pricing and inclusions subject to change.
          </p>
        </div>
      </div>
    </section>

    <section id="info">
      <h2>Good to Know</h2>
      <ul class="schedule">
        <li>
          <div class="title">Dress Code</div>
          <div class="meta">Brunch attire encouraged.</div>
        </li>
        <li>
          <div class="title">Parking</div>
          <div class="meta">Nearby public lots and street parking are available in Old Town.</div>
        </li>
      </ul>
    </section>

    <footer>
      <p><strong>We hope to see you at Baily&#x2019;s.</strong></p>
      <p>Questions? Call <a href="tel:+19516769567">(951) 676-9567</a></p>
    </footer>
  </div>
</body>
</html><!--kg-card-end: html--><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://baily.com/content/images/2026/02/Mothers-Day-2.png" width="1500" height="1159" loading="lazy" alt="Mothers Day Brunch Buffet" srcset="https://baily.com/content/images/size/w600/2026/02/Mothers-Day-2.png 600w, https://baily.com/content/images/size/w1000/2026/02/Mothers-Day-2.png 1000w, https://baily.com/content/images/2026/02/Mothers-Day-2.png 1500w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure>]]></content:encoded></item><item><title><![CDATA[Y2K CLUB PARTY]]></title><description><![CDATA[<!--kg-card-begin: html--><!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1">
  <title>Y2K Club Party | Baily&#x2019;s Nightclub</title>
  <meta name="description" content="Y2K Club Party at Baily&#x2019;s Saturday May 2nd &#x2014; $20 cover, doors 10PM, bottle service, go-go dancers, DJ, photobooth + professional photographer. Valid ID required.">

  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;800&amp;family=Inter:wght@400;600;700&amp;display=swap" rel="stylesheet">

  <style>
    :root{
      --bg:#05030d;
      --panel: rgba(255,255,255,.06);
      --border: rgba(255,255,255,.14);

      --text:#ffffff;
      --muted: rgba(255,255,255,.86);

      /* DARK, HIGH-VIS NEON */
      --neon-pink:#ff00c8;
      --neon-blue:#00eaff;
      --neon-purple:#9d00ff;

      --radius:22px;
      --max:1100px;

      --shadow: 0 20px 80px rgba(0,0,</style></head></html>]]></description><link>https://baily.com/y2kparty/</link><guid isPermaLink="false">665a531d2899505ddb57b834</guid><dc:creator><![CDATA[Christopher Baily]]></dc:creator><pubDate>Thu, 20 Mar 2025 22:58:00 GMT</pubDate><media:content url="https://baily.com/content/images/2026/02/Baileys_2000s_Party_photo_8.jpeg" medium="image"/><content:encoded><![CDATA[<!--kg-card-begin: html--><!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1">
  <title>Y2K Club Party | Baily&#x2019;s Nightclub</title>
  <meta name="description" content="Y2K Club Party at Baily&#x2019;s Saturday May 2nd &#x2014; $20 cover, doors 10PM, bottle service, go-go dancers, DJ, photobooth + professional photographer. Valid ID required.">

  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;800&amp;family=Inter:wght@400;600;700&amp;display=swap" rel="stylesheet">

  <style>
    :root{
      --bg:#05030d;
      --panel: rgba(255,255,255,.06);
      --border: rgba(255,255,255,.14);

      --text:#ffffff;
      --muted: rgba(255,255,255,.86);

      /* DARK, HIGH-VIS NEON */
      --neon-pink:#ff00c8;
      --neon-blue:#00eaff;
      --neon-purple:#9d00ff;

      --radius:22px;
      --max:1100px;

      --shadow: 0 20px 80px rgba(0,0,0,.55);
    }

    *{box-sizing:border-box}
    html,body{height:100%}

    body{
      margin:0;
      font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      background:
        radial-gradient(900px 520px at 18% -10%, rgba(255,0,200,.35), transparent 60%),
        radial-gradient(900px 520px at 85% 5%, rgba(0,234,255,.28), transparent 60%),
        radial-gradient(900px 520px at 55% 115%, rgba(157,0,255,.18), transparent 60%),
        linear-gradient(180deg, #04020a 0%, #05030d 55%, #04020a 100%);
      color:var(--text);
      overflow-x:hidden;
    }

    /* Sparkle overlay */
    .sparkle{
      position:fixed; inset:0; pointer-events:none; opacity:.45; filter: blur(.2px);
      background:
        radial-gradient(2px 2px at 12% 18%, rgba(255,255,255,.85) 40%, transparent 41%),
        radial-gradient(2px 2px at 28% 32%, rgba(255,255,255,.7) 40%, transparent 41%),
        radial-gradient(2px 2px at 76% 24%, rgba(255,255,255,.85) 40%, transparent 41%),
        radial-gradient(2px 2px at 88% 38%, rgba(255,255,255,.7) 40%, transparent 41%),
        radial-gradient(2px 2px at 64% 72%, rgba(255,255,255,.7) 40%, transparent 41%),
        radial-gradient(2px 2px at 18% 78%, rgba(255,255,255,.78) 40%, transparent 41%),
        radial-gradient(2px 2px at 42% 54%, rgba(255,255,255,.65) 40%, transparent 41%);
      animation: twinkle 6s ease-in-out infinite;
    }
    @keyframes twinkle { 0%,100%{opacity:.28} 50%{opacity:.55} }

    a{color:var(--neon-blue); text-decoration:none}
    a:hover{opacity:.92}

    .wrap{max-width:var(--max); margin:0 auto; padding:0 18px 70px}

    /* ✅ FIXED/VISIBLE TOP BAR */
    header{
      position: sticky;
      top: 0;
      z-index: 1000;

      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;

      margin: 0 -18px;              /* full-bleed */
      padding: 14px 18px;

      background: rgba(8, 4, 20, 0.95);
      backdrop-filter: blur(14px);

      border-bottom: 1px solid rgba(0,234,255,.45);
      box-shadow:
        0 0 15px rgba(0,234,255,.12),
        0 8px 30px rgba(0,0,0,.6);
    }

    .brand{
      display:flex; align-items:center; gap:12px;
    }
    .logo{
      width:44px; height:44px; border-radius:14px;
      background:
        radial-gradient(circle at 30% 30%, rgba(255,255,255,.9), rgba(255,255,255,0) 55%),
        linear-gradient(135deg, rgba(255,0,200,.95), rgba(0,234,255,.85));
      box-shadow:
        0 0 16px rgba(255,0,200,.22),
        0 0 22px rgba(0,234,255,.16);
      border:1px solid rgba(255,255,255,.22);
    }
    .brand h1{
      margin:0;
      font-size:14px;
      letter-spacing:.14em;
      text-transform:uppercase;
    }
    .brand .sub{margin:2px 0 0; font-size:12px; color:var(--muted)}

    nav{display:flex; gap:10px; flex-wrap:wrap}

    /* ✅ NAV PILLS MORE VISIBLE */
    .pill{
      display:inline-flex;
      align-items:center;
      gap:8px;

      padding:10px 14px;
      border-radius:999px;

      border:2px solid rgba(0,234,255,.7);
      background: rgba(0,0,0,.35);

      color: var(--neon-blue);
      font-weight:800;
      font-size:13px;

      transition: all .2s ease;
      backdrop-filter: blur(10px);
    }
    .pill .dot{
      width:8px; height:8px; border-radius:50%;
      background: var(--neon-pink);
      box-shadow: 0 0 14px rgba(255,0,200,.6);
    }
    .pill:hover{
      background: rgba(0,234,255,.95);
      color:#000;
      box-shadow: 0 0 14px rgba(0,234,255,.55);
      transform: translateY(-1px);
    }

    .hero{
      margin-top: 22px;
      position:relative;
      border-radius: var(--radius);
      border: 1px solid var(--border);
      background: rgba(10,0,25,.78);
      box-shadow: var(--shadow);
      overflow:hidden;
    }
    .hero::before{
      content:"";
      position:absolute; inset:-120px -80px auto -120px; height:360px;
      background:
        radial-gradient(circle at 30% 40%, rgba(255,0,200,.35), transparent 60%),
        radial-gradient(circle at 75% 30%, rgba(0,234,255,.26), transparent 55%),
        radial-gradient(circle at 55% 85%, rgba(157,0,255,.18), transparent 60%);
      filter: blur(10px);
      transform: rotate(-8deg);
    }

    .heroGrid{
      position:relative;
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 18px;
      padding: 28px;
    }
    @media (max-width: 920px){
      .heroGrid{grid-template-columns:1fr; padding:22px}
      nav{justify-content:flex-start}
    }

    .tag{
      display:inline-flex; align-items:center; gap:10px;
      padding:10px 12px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.18);
      background: rgba(0,0,0,.25);
      width: fit-content;
      font-size:13px;
      color: var(--muted);
      backdrop-filter: blur(10px);
    }
    .tag b{color: var(--text)}
    .tag .badge{
      padding:5px 10px;
      border-radius:999px;
      background: var(--neon-pink);
      color:#000;
      font-weight:900;
      letter-spacing:.10em;
      text-transform:uppercase;
      font-size:11px;
      box-shadow: 0 0 14px rgba(255,0,200,.45);
    }

    .title{
      margin:14px 0 10px;
      font-family: Orbitron, Inter, system-ui;
      font-size: clamp(34px, 4.2vw, 64px);
      line-height: 1.02;
      letter-spacing: .03em;
      text-transform: uppercase;

      color: var(--neon-blue);
      text-shadow:
        0 0 5px rgba(0,234,255,.9),
        0 0 16px rgba(0,234,255,.75),
        0 0 34px rgba(0,234,255,.55);
    }

    .lede{
      margin:0 0 18px;
      color: var(--muted);
      font-size:16px;
      line-height:1.6;
      max-width: 62ch;
    }

    .ctaRow{
      display:flex; gap:12px; flex-wrap:wrap; align-items:center;
      margin: 18px 0 10px;
    }
    .btn{
      display:inline-flex; align-items:center; justify-content:center;
      padding: 12px 16px;
      border-radius: 14px;
      border: 1px solid rgba(255,255,255,.18);
      background: rgba(255,255,255,.06);
      color: var(--text);
      text-decoration:none;
      font-weight: 900;
      transition: transform .15s ease, background .15s ease, border-color .15s ease, filter .15s ease;
      backdrop-filter: blur(12px);
      min-width: 210px;
    }
    .btn:hover{
      transform: translateY(-1px);
      background: rgba(255,255,255,.10);
      border-color: rgba(255,255,255,.28);
    }
    .btnPrimary{
      border: none;
      background: var(--neon-pink);
      color:#000;
      box-shadow:
        0 0 10px rgba(255,0,200,.65),
        0 0 24px rgba(255,0,200,.45);
    }
    .btnPrimary:hover{filter:saturate(1.1) brightness(1.05)}
    .btnOutline{
      border:2px solid rgba(0,234,255,.85);
      color: var(--neon-blue);
      background: rgba(0,0,0,.20);
    }
    .btnOutline:hover{
      background: rgba(0,234,255,.95);
      color:#000;
      border-color: rgba(0,234,255,1);
      box-shadow: 0 0 16px rgba(0,234,255,.45);
    }

    .panel{
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,.14);
      background: rgba(0,0,0,.22);
      backdrop-filter: blur(14px);
      padding: 16px;
    }

    .list{margin: 12px 0 0; display:grid; gap: 10px}
    .item{
      display:flex;
      align-items:flex-start;
      gap: 10px;
      padding: 12px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.06);
    }
    .check{
      width:22px; height:22px; border-radius: 8px;
      background: linear-gradient(135deg, rgba(0,234,255,.95), rgba(255,0,200,.95));
      box-shadow: 0 0 16px rgba(0,234,255,.18), 0 0 16px rgba(255,0,200,.14);
      flex: 0 0 22px;
      position:relative;
      margin-top: 1px;
    }
    .check:after{
      content:"";
      position:absolute;
      width:10px; height:6px;
      border-left:2px solid rgba(0,0,0,.75);
      border-bottom:2px solid rgba(0,0,0,.75);
      transform: rotate(-45deg);
      top:6px; left:6px;
    }
    .item b{display:block; margin-bottom:2px}
    .item span{color:var(--muted); font-size:13px; line-height:1.45}

    .section{
      margin-top: 22px;
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
    @media (max-width: 920px){ .section{grid-template-columns: 1fr} }

    .fine{
      margin: 14px 0 0;
      color: rgba(255,255,255,.72);
      font-size: 12px;
      line-height:1.5;
    }

    .glowLine{
      height:1px;
      background: linear-gradient(90deg, transparent, rgba(0,234,255,.75), rgba(255,0,200,.75), transparent);
      margin: 18px 0 10px;
      opacity:.75;
    }

    footer{
      margin-top: 18px;
      display:flex;
      flex-wrap:wrap;
      align-items:flex-start;
      justify-content:space-between;
      gap: 10px;
      color: rgba(255,255,255,.75);
      font-size: 12px;
      line-height:1.6;
    }

    .mono{font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace}
  </style>
</head>

<body>
  <div class="sparkle" aria-hidden="true"></div>

  <div class="wrap">
    <header>
      <div class="brand">
        <div class="logo" aria-hidden="true"></div>
        <div>
          <h1>Baily&#x2019;s Nightclub</h1>
          <img src="https://baily.com/content/images/2026/02/Baileys_2000s_Party_photo_8.jpeg" alt="Y2K CLUB PARTY"><p class="sub">Old Town Temecula &#x2022; 21+ Nightlife</p>
        </div>
      </div>

      <nav>
        <a class="pill" href="#details"><span class="dot"></span> Event Details</a>
        <a class="pill" href="#vip"><span class="dot"></span> Bottle Service</a>
        <a class="pill" href="#location"><span class="dot"></span> Location</a>
      </nav>
    </header>

    <main class="hero">
      <div class="heroGrid">
        <!-- LEFT -->
        <section>
          <div class="tag">
            <span class="badge">Y2K </span>
            <span><b>$20 Cover</b> &#x2022; &#x2022; <b>Saturday May 2nd</b></span>Doors open <b>10PM</b> &#x2022; <b>Valid ID Required</b>
          </div>

          <h2 class="title">Y2K Club Party</h2>

          <p class="lede">
            Throw it back to the early 2000s with a high-energy night of music, lights, and photo moments.
            Bring the fits &#x2014; we&#x2019;ll bring the vibe.
          </p>

          <div class="ctaRow">
            <a class="btn btnPrimary" href="https://baily.com/vipbottleservice/" target="_blank" rel="noopener">
              Bottle Service
            </a>
            <a class="btn btnOutline" href="tel:9516769567">
              Call 951-676-9567
            </a>
          </div>

          <p class="fine">28699 Old Town Front Street &#x2022; Temecula, CA 92590</p>
        </section>

        <!-- RIGHT -->
        <aside class="panel" id="details">
          <h3 style="margin:0 0 10px; font-family: Orbitron, Inter, system-ui; letter-spacing:.06em; text-transform:uppercase; color: var(--neon-pink);
            text-shadow: 0 0 10px rgba(255,0,200,.55), 0 0 22px rgba(255,0,200,.35);">
            Night Includes
          </h3>

          <div class="list">
            <div class="item"><div class="check" aria-hidden="true"></div><div><b>DJ</b><span>Y2K hits + dancefloor favorites.</span></div></div>
            <div class="item"><div class="check" aria-hidden="true"></div><div><b>Go-Go Dancers</b><span>High-energy performances throughout the night.</span></div></div>
            <div class="item"><div class="check" aria-hidden="true"></div><div><b>Photobooth</b><span>Grab your crew and get the throwback pics.</span></div></div>
            <div class="item"><div class="check" aria-hidden="true"></div><div><b>Professional Photographer</b><span>Event coverage + candid moments.</span></div></div>
            <div class="item"><div class="check" aria-hidden="true"></div><div><b>Bottle Service Available</b><span>Check out our VIP  bottle service, first come first served </span></div></div>
          </div>

          <p class="fine">Entry requires a valid government-issued ID. 21+.</p>
        </aside>
      </div>
    </main>

    <div class="section">
      <section class="panel" id="vip">
        <h3 style="margin:0 0 8px; font-family: Orbitron, Inter, system-ui; letter-spacing:.06em; text-transform:uppercase; color: var(--neon-blue);
          text-shadow: 0 0 10px rgba(0,234,255,.55), 0 0 22px rgba(0,234,255,.35);">
          Bottle Service
        </h3>
        <p style="margin:0 0 12px; color:var(--muted); line-height:1.55;">
          Want a VIP table? come by early for guaranteed seating and the best experience &#x2014; perfect for birthdays, groups, and celebrations.
        </p>

        <div class="ctaRow" style="margin:0;">
          <a class="btn btnPrimary" href="https://baily.com/vipbottleservice/" target="_blank" rel="noopener">
             VIP / Bottle Service
          </a>
          <a class="btn btnOutline" href="tel:9516769567">
            Call 951-676-9567
          </a>
        </div>

        <p class="fine">Restaurant Phone: <a href="tel:9516769567">951-676-9567</a></p>
      </section>

      <section class="panel" id="location">
        <h3 style="margin:0 0 8px; font-family: Orbitron, Inter, system-ui; letter-spacing:.06em; text-transform:uppercase; color: var(--neon-pink);
          text-shadow: 0 0 10px rgba(255,0,200,.55), 0 0 22px rgba(255,0,200,.35);">
          Location
        </h3>

        <p style="margin:0 0 10px; color:var(--muted); line-height:1.55;">
          <b style="color:var(--text);">Baily&#x2019;s Nightclub</b><br>
          28699 Old Town Front Street<br>
          Temecula, CA 92590
        </p>

        <p style="margin:0; color:var(--muted); line-height:1.55;">
          <b style="color:var(--text);">Restaurant Phone:</b><br>
          <a href="tel:9516769567">951-676-9567</a>
        </p>

        <div class="ctaRow" style="margin:14px 0 0;">
          <a class="btn btnOutline" href="https://maps.google.com/?q=28699+Old+Town+Front+Street+Temecula+CA+92590" target="_blank" rel="noopener">
            Open in Maps
          </a>
        </div>

        <p class="fine">VIP Bottle Service: <a href="https://baily.com/vipbottleservice/" target="_blank" rel="noopener">baily.com/vipbottleservice/</a></p>
      </section>
    </div>

    <div class="glowLine" aria-hidden="true"></div>

    <footer>
      <div>
        &#xA9; <span id="year"></span> Baily&#x2019;s Nightclub<br>
        28699 Old Town Front Street &#x2022; Temecula, CA 92590
      </div>
      <div class="mono">
        Restaurant Phone: <a href="tel:9516769567">951-676-9567</a><br>
        VIP: <a href="https://baily.com/vipbottleservice/" target="_blank" rel="noopener">baily.com/vipbottleservice/</a>
      </div>
    </footer>
  </div>

  <script>
    document.getElementById("year").textContent = new Date().getFullYear();
  </script>
</body>
</html>
<!--kg-card-end: html-->]]></content:encoded></item><item><title><![CDATA[Happy Hour]]></title><description><![CDATA[<p>Join us for our new <strong>Happy Hour</strong> at <strong>Baily&apos;s!</strong></p><p><strong>When?</strong><br>Every <strong>Monday-Friday</strong>, <strong>5pm-7pm.</strong></p><p><strong>What&#x2019;s the Deal?</strong></p><ul><li><strong>All Appetizers</strong>: <strong>50% off </strong></li><li><strong>Well Liquor</strong>: <strong>$5</strong></li><li><strong>Draft Beers</strong>: <strong>$6</strong></li></ul><p>Enjoy amazing food and drinks at unbeatable prices! Whether you&apos;re grabbing a bite, having a drink, or both,</p>]]></description><link>https://baily.com/happy-hour/</link><guid isPermaLink="false">67b671ec2899505ddb57bbd2</guid><dc:creator><![CDATA[Christopher Baily]]></dc:creator><pubDate>Sat, 08 Mar 2025 03:27:43 GMT</pubDate><media:content url="https://baily.com/content/images/2025/02/DSC_0227.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://baily.com/content/images/2025/02/DSC_0227.jpg" alt="Happy Hour"><p>Join us for our new <strong>Happy Hour</strong> at <strong>Baily&apos;s!</strong></p><p><strong>When?</strong><br>Every <strong>Monday-Friday</strong>, <strong>5pm-7pm.</strong></p><p><strong>What&#x2019;s the Deal?</strong></p><ul><li><strong>All Appetizers</strong>: <strong>50% off </strong></li><li><strong>Well Liquor</strong>: <strong>$5</strong></li><li><strong>Draft Beers</strong>: <strong>$6</strong></li></ul><p>Enjoy amazing food and drinks at unbeatable prices! Whether you&apos;re grabbing a bite, having a drink, or both, we&apos;ve got something for everyone.</p><p>Come hang out with friends and make your week a little happier at Baily&apos;s!</p><!--kg-card-begin: html--><div id="alacarte"></div><!--kg-card-end: html--><!--kg-card-begin: html--><script type="text/javascript" src="//www.opentable.com/widget/reservation/loader?rid=995851&amp;type=standard&amp;theme=wide&amp;color=1&amp;dark=false&amp;iframe=true&amp;domain=com&amp;lang=en-US&amp;newtab=false&amp;ot_source=Restaurant%20website&amp;cfe=true"></script><!--kg-card-end: html-->]]></content:encoded></item><item><title><![CDATA[Private Events]]></title><description><![CDATA[<figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://baily.com/content/images/2026/01/the-knot-1.png" width="389" height="389" loading="lazy" alt></div><div class="kg-gallery-image"><img src="https://baily.com/content/images/2026/01/Knot-2025-badge--copy-1.png" width="900" height="900" loading="lazy" alt srcset="https://baily.com/content/images/size/w600/2026/01/Knot-2025-badge--copy-1.png 600w, https://baily.com/content/images/2026/01/Knot-2025-badge--copy-1.png 900w" sizes="(min-width: 720px) 720px"></div></div></div></figure><p>Your event starts here at Baily&apos;s, where we offer four private event spaces designed to accommodate gatherings of all sizes&#x2014;whether an intimate group of 20 or a larger celebration of up to 160 guests. Hosting private events is our specialty, and with a range of menu</p>]]></description><link>https://baily.com/private-events-2/</link><guid isPermaLink="false">6792cbb52899505ddb57ba3c</guid><dc:creator><![CDATA[Christopher Baily]]></dc:creator><pubDate>Thu, 23 Jan 2025 23:15:47 GMT</pubDate><media:content url="https://baily.com/content/images/2025/01/Balcony----Copy.jpg" medium="image"/><content:encoded><![CDATA[<figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://baily.com/content/images/2026/01/the-knot-1.png" width="389" height="389" loading="lazy" alt="Private Events"></div><div class="kg-gallery-image"><img src="https://baily.com/content/images/2026/01/Knot-2025-badge--copy-1.png" width="900" height="900" loading="lazy" alt="Private Events" srcset="https://baily.com/content/images/size/w600/2026/01/Knot-2025-badge--copy-1.png 600w, https://baily.com/content/images/2026/01/Knot-2025-badge--copy-1.png 900w" sizes="(min-width: 720px) 720px"></div></div></div></figure><img src="https://baily.com/content/images/2025/01/Balcony----Copy.jpg" alt="Private Events"><p>Your event starts here at Baily&apos;s, where we offer four private event spaces designed to accommodate gatherings of all sizes&#x2014;whether an intimate group of 20 or a larger celebration of up to 160 guests. Hosting private events is our specialty, and with a range of menu options and dedicated servers tailored to your needs, we&#x2019;re here to help bring your vision to life. Let&#x2019;s make your event a memorable experience!</p><p><a href="https://baily.com/private-events/">Click here</a> for all our booking process, pricing, menus, and more! Or feel free to call 951-676-9567 ext.2 to reach our banquet coordinator. </p><p></p>]]></content:encoded></item><item><title><![CDATA[Our Menu]]></title><description><![CDATA[Come try our made from scratch California-Continental cuisine...What's that?  Really free license to feature cuisines from around the world.  All of our stocks, soups, sauces, dressings, bread and more are made from scratch...Come taste the difference!]]></description><link>https://baily.com/lunch-dinner-menu/</link><guid isPermaLink="false">6449b8f9dedf51890a0a61d0</guid><category><![CDATA[Menu]]></category><dc:creator><![CDATA[Christopher Baily]]></dc:creator><pubDate>Fri, 20 Dec 2024 17:10:00 GMT</pubDate><media:content url="https://baily.com/content/images/2024/01/Bailys_Sept_2020-093.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://baily.com/content/images/2024/01/Bailys_Sept_2020-093.jpg" alt="Our Menu"><p></p><figure class="kg-card kg-gallery-card kg-width-wide kg-card-hascaption"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://baily.com/content/images/2023/04/Bailys_Sept_2020-055.jpg" width="2000" height="1335" loading="lazy" alt="Our Menu" srcset="https://baily.com/content/images/size/w600/2023/04/Bailys_Sept_2020-055.jpg 600w, https://baily.com/content/images/size/w1000/2023/04/Bailys_Sept_2020-055.jpg 1000w, https://baily.com/content/images/size/w1600/2023/04/Bailys_Sept_2020-055.jpg 1600w, https://baily.com/content/images/2023/04/Bailys_Sept_2020-055.jpg 2000w" sizes="(min-width: 720px) 720px"></div><div class="kg-gallery-image"><img src="https://baily.com/content/images/2023/04/Bailys_Sept_2020-057.jpg" width="2000" height="1335" loading="lazy" alt="Our Menu" srcset="https://baily.com/content/images/size/w600/2023/04/Bailys_Sept_2020-057.jpg 600w, https://baily.com/content/images/size/w1000/2023/04/Bailys_Sept_2020-057.jpg 1000w, https://baily.com/content/images/size/w1600/2023/04/Bailys_Sept_2020-057.jpg 1600w, https://baily.com/content/images/2023/04/Bailys_Sept_2020-057.jpg 2000w" sizes="(min-width: 720px) 720px"></div><div class="kg-gallery-image"><img src="https://baily.com/content/images/2023/04/Bailys_Sept_2020-093.jpg" width="2000" height="1335" loading="lazy" alt="Our Menu" srcset="https://baily.com/content/images/size/w600/2023/04/Bailys_Sept_2020-093.jpg 600w, https://baily.com/content/images/size/w1000/2023/04/Bailys_Sept_2020-093.jpg 1000w, https://baily.com/content/images/size/w1600/2023/04/Bailys_Sept_2020-093.jpg 1600w, https://baily.com/content/images/2023/04/Bailys_Sept_2020-093.jpg 2000w" sizes="(min-width: 720px) 720px"></div></div><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://baily.com/content/images/2023/04/Bailys_Sept_2020-121.jpg" width="2000" height="1335" loading="lazy" alt="Our Menu" srcset="https://baily.com/content/images/size/w600/2023/04/Bailys_Sept_2020-121.jpg 600w, https://baily.com/content/images/size/w1000/2023/04/Bailys_Sept_2020-121.jpg 1000w, https://baily.com/content/images/size/w1600/2023/04/Bailys_Sept_2020-121.jpg 1600w, https://baily.com/content/images/2023/04/Bailys_Sept_2020-121.jpg 2000w" sizes="(min-width: 720px) 720px"></div><div class="kg-gallery-image"><img src="https://baily.com/content/images/2023/04/Bailys_Sept_2020-146.jpg" width="2000" height="1335" loading="lazy" alt="Our Menu" srcset="https://baily.com/content/images/size/w600/2023/04/Bailys_Sept_2020-146.jpg 600w, https://baily.com/content/images/size/w1000/2023/04/Bailys_Sept_2020-146.jpg 1000w, https://baily.com/content/images/size/w1600/2023/04/Bailys_Sept_2020-146.jpg 1600w, https://baily.com/content/images/2023/04/Bailys_Sept_2020-146.jpg 2000w" sizes="(min-width: 720px) 720px"></div><div class="kg-gallery-image"><img src="https://baily.com/content/images/2023/04/Bailys_Sept_2020-166.jpg" width="2000" height="1335" loading="lazy" alt="Our Menu" srcset="https://baily.com/content/images/size/w600/2023/04/Bailys_Sept_2020-166.jpg 600w, https://baily.com/content/images/size/w1000/2023/04/Bailys_Sept_2020-166.jpg 1000w, https://baily.com/content/images/size/w1600/2023/04/Bailys_Sept_2020-166.jpg 1600w, https://baily.com/content/images/2023/04/Bailys_Sept_2020-166.jpg 2000w" sizes="(min-width: 720px) 720px"></div></div></div><figcaption>Some of our made from scratch items</figcaption></figure><!--kg-card-begin: html--><script type="text/javascript" src="//www.opentable.com/widget/reservation/loader?rid=995851&amp;type=standard&amp;theme=standard&amp;iframe=true&amp;overlay=false&amp;domain=com&amp;lang=en-US"></script><!--kg-card-end: html--><hr><!--kg-card-begin: html--><div>
    <p>Dinner served nightly @ 5PM <br>
       In addition to our regular restaurant menu, we serve brunch on Saturdays and Sundays from 11 AM - 2 PM.</p>
</div>

<hr>

<div id="alacarte"></div>

<!--<div class="accordion" id="Menus">
    <div class="card">

        <div class="card-header" id="headingThree">
            <h5 class="mb-0">
                <button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseThree"
                    aria-expanded="false" aria-controls="collapseThree">
                    A La Carte

                </button>
            </h5>
        </div>
        <div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#Menus">
            <div class="card-body">
                <div id="alacarte"></div>
            </div>
        </div>
    </div>
</div>--><!--kg-card-end: html-->]]></content:encoded></item><item><title><![CDATA[Weekend Brunch]]></title><description><![CDATA[Come check out our great brunch offerings!  Can't decide on bacon or sausage?  Our made to order and hand crafted items come with both!]]></description><link>https://baily.com/weekend-brunch/</link><guid isPermaLink="false">6449b8f9dedf51890a0a61df</guid><category><![CDATA[Menu]]></category><dc:creator><![CDATA[Christopher Baily]]></dc:creator><pubDate>Thu, 19 Dec 2024 17:08:00 GMT</pubDate><media:content url="https://baily.com/content/images/2023/04/DSC_0469.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://baily.com/content/images/2023/04/DSC_0469.jpg" alt="Weekend Brunch"><p>In addition to our regular restaurant menu, we serve brunch on Saturdays &amp; Sundays from 11 AM to 2 PM. </p><!--kg-card-begin: html--><div class="brunch-menu-outlet">
    <style type="text/css">
      p.menuitem {
        margin-bottom: 0px;
        text-transform: uppercase;
      }
      p.menuitemdesc {
        margin-bottom: 1em;
      }
    </style>
    <div class="menu">
        <div id="brunch"></div>
        <!--<h1>Brunch</h1>
        <p class="menuitem">Spinach &amp; Mushroom Omelette</p>
                      <p class="menuitemdesc">three eggs, sautéed spinach and mushrooms, melted fresh mozzarella cheese, homestyle potatoes, bacon, sausage | 13</p>
              <p class="menuitem">Eggs Benedict</p>
                      <p class="menuitemdesc">two poached eggs, toasted English muffin, Canadian bacon, hollandaise sauce, homestyle potatoes, bacon, sausage | 14</p>
              <p class="menuitem">California Omelette</p>
                      <p class="menuitemdesc">three eggs, chopped chicken breast, avocado, green onion, hollandaise sauce, homestyle potatoes, bacon and sausage | 14</p>
              <p class="menuitem">Cinnamon Dolce French Toast</p>
                      <p class="menuitemdesc">fluffy egg bread, cinnamon, nutmeg, warm caramel sauce, bacon, sausage | 13</p>
              <p class="menuitem">Vegetable Omelette</p>
                      <p class="menuitemdesc">three eggs, roasted red peppers, artichoke hearts, sautéed onions, zucchini, homestyle potatoes, bacon, sausage | 13</p>
        	<p class="menuitem">Chilaquiles</p>
        <p class="menuitemdesc">Homemade corn tortilla chips, tomatillo salsa, cilantro, queso fresco, 2 eggs over medium, sour cream | 13</p>
        <p class="menuitemdesc"> chicken | +3 beef brisket | +4 </p>
              <p class="menuitem">Bottomless Mimosas</p>
                      <p class="menuitemdesc"><em>21+, must order food</em><br>selection of sparkling wines &amp; juices | 15</p>-->
              
    </div></div><!--kg-card-end: html--><!--kg-card-begin: html--><script type="text/javascript" src="//www.opentable.com/widget/reservation/loader?rid=995851&amp;type=standard&amp;theme=wide&amp;color=1&amp;dark=false&amp;iframe=true&amp;domain=com&amp;lang=en-US&amp;newtab=false&amp;ot_source=Restaurant%20website&amp;cfe=true"></script><!--kg-card-end: html-->]]></content:encoded></item><item><title><![CDATA[Live Music]]></title><description><![CDATA[The place for outdoor live music in Old Town Temecula.  Every Friday, Saturday and Sunday we showcase awesome local and regional bands.]]></description><link>https://baily.com/live-music/</link><guid isPermaLink="false">65e425df2899505ddb57b5a6</guid><category><![CDATA[live-music]]></category><dc:creator><![CDATA[Christopher Baily]]></dc:creator><pubDate>Wed, 13 Nov 2024 07:27:00 GMT</pubDate><media:content url="https://baily.com/content/images/2024/03/1-DSC06430-Enhanced-NR-3.jpg" medium="image"/><content:encoded><![CDATA[<h2></h2><img src="https://baily.com/content/images/2024/03/1-DSC06430-Enhanced-NR-3.jpg" alt="Live Music"><p>To Our Loyal Guests and Music-Loving Community,</p><p>It breaks our hearts to share that we&#x2019;ve been forced to cancel all live bands at our venue for the remainder of the year.</p><p>This decision wasn&#x2019;t made lightly. For decades, live music has been at the soul of our business, a space where local artists shine, our staff thrives, and our guests create unforgettable memories. But due to ongoing enforcement pressure from the City of Temecula related to sound levels, we&#x2019;ve had no choice but to temporarily pause all music programming.</p><p>We had a full calendar of live music planned, work that would have supported dozens of local performers and crew members this summer. Instead, those opportunities are now lost. While we&#x2019;re actively working with the City on a formal solution that includes a permanent sound mitigation structure, the permitting process has moved slowly, and enforcement has continued in the meantime.</p><p>We&#x2019;re doing everything we can to navigate this the right way, professionally, legally, and respectfully. But we can&#x2019;t do it alone.</p><h3 id="how-you-can-help">How You Can Help</h3><p>If live music in Old Town Temecula matters to you, if our space has ever brought you joy, comfort, or a great night out, we&#x2019;d be grateful if you let the City know. Just a few kind words about what live music means to you, our business, and the local arts community can go a long way.</p><p>Here&#x2019;s how to have your voice heard:</p><p>Email the City Council:<br>council@temeculaca.gov</p><p>Call the City Manager&#x2019;s Office:<br>(951) 694-6444</p><p><a href="https://temeculaca.gov/438/City-Manager">City Manager Web page</a></p><p>Be respectful. Be real. And speak from the heart, &#xA0;that&#x2019;s what matters most.</p><h3 id="looking-ahead">Looking Ahead</h3><p>We&#x2019;re not giving up. This pause is temporary, and we&#x2019;re working tirelessly to resolve the issue and bring live music back, stronger and more sustainable than ever. &#xA0;<strong>Our DJs and nightclub will continue to operate as normal as controlling sound for a DJ is much different than a live band.</strong></p><p>Thank you for standing with us, supporting our team, and being the reason we keep pushing forward. We&#x2019;ll keep you updated.</p><p>With love and gratitude,<br>The Team at Baily&apos;s</p>]]></content:encoded></item><item><title><![CDATA[Dog Friendly]]></title><description><![CDATA[<p>Calling all fur parents! &#x1F43E; </p><p>Come visit our dog-friendly patio where your furry friend can dine in style with a specialty dog menu just for them! &#x1F415;&#x1F37D;&#xFE0F; </p><p>Enjoy paw-some hospitality and watch your pup wag their tail in delight as they indulge in delicious treats made just for</p>]]></description><link>https://baily.com/dog-friendly/</link><guid isPermaLink="false">65e9040a2899505ddb57b67f</guid><dc:creator><![CDATA[Christopher Baily]]></dc:creator><pubDate>Thu, 07 Mar 2024 00:17:38 GMT</pubDate><media:content url="https://baily.com/content/images/2025/06/NovaandLincoln-359-Enhanced-NR.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://baily.com/content/images/2025/06/NovaandLincoln-359-Enhanced-NR.jpg" alt="Dog Friendly"><p>Calling all fur parents! &#x1F43E; </p><p>Come visit our dog-friendly patio where your furry friend can dine in style with a specialty dog menu just for them! &#x1F415;&#x1F37D;&#xFE0F; </p><p>Enjoy paw-some hospitality and watch your pup wag their tail in delight as they indulge in delicious treats made just for them. &#x1F389;</p><p>We also provide complimentary water bowls to keep your pets hydrated while they enjoy the outdoor ambiance. &#x1F31E;&#x1F964; </p><p>Treat your pup to a dining experience they won&apos;t forget! Bring your four-legged friend along and let them enjoy some tasty treats in our welcoming patio space<strong>&#x1F43E;</strong></p><!--kg-card-begin: html--><div id="alacarte"></div><!--kg-card-end: html--><!--kg-card-begin: html--><script type="text/javascript" src="//www.opentable.com/widget/reservation/loader?rid=995851&amp;type=standard&amp;theme=wide&amp;color=1&amp;dark=false&amp;iframe=true&amp;domain=com&amp;lang=en-US&amp;newtab=false&amp;ot_source=Restaurant%20website&amp;cfe=true"></script><!--kg-card-end: html-->]]></content:encoded></item><item><title><![CDATA[Nightlife @ Baily's]]></title><description><![CDATA[The Hottest Nightclub in the I.E. open every Friday and Saturday.]]></description><link>https://baily.com/nightlife-at-bailys/</link><guid isPermaLink="false">6449b8f9dedf51890a0a61d1</guid><category><![CDATA[nightlife]]></category><dc:creator><![CDATA[Christopher Baily]]></dc:creator><pubDate>Fri, 09 Oct 2020 16:03:00 GMT</pubDate><media:content url="https://baily.com/content/images/2023/04/atBar_1410x800.jpg" medium="image"/><content:encoded><![CDATA[<h3 id="come-play-in-old-town-temecula">Come Play in Old Town Temecula</h3><img src="https://baily.com/content/images/2023/04/atBar_1410x800.jpg" alt="Nightlife @ Baily&apos;s"><p>The Hottest Nightclub in the I.E. open every Friday and Saturday night.</p><ul><li>Top DJs playing the best music starting at 10PM</li><li>Huge Outdoor Patio &amp; Courtyard Areas with multiple bars</li><li>Private VIP Booths &amp; Bottle Service</li><li>$10 cover charge (Free entry before 9pm for dining)</li><li>$20 cover charge after 12am</li><li>Must be 21 years or older to enter the club</li><li>Valid ID Required: State Issued Drivers License | State Issued Identification Card | Military Identification (excluded military dependent id) | Printed Passport (expired identification with renewal paperwork is not acceptable)</li><li>Dress Code<br><strong>Gentlemen:</strong> Must wear Collared Shirt &amp; Closed Toe Shoes - No Baseball Caps, Shorts, Flip Flops<br><strong>Ladies:</strong> Dress to impress</li></ul><p>For more information call (951) 676-9567</p><h3></h3>]]></content:encoded></item><item><title><![CDATA[Bottle Service]]></title><description><![CDATA[<h3 id="table-service-menu">Table Service Menu</h3><p>&#x1F379; Ready to elevate your VIP experience with our table service package! &#x1F942;&#x1F389; Bring your squad and enjoy a bottle of your choice with the appropriate garnishes and 3 mixers included. &#x1F483;&#x2728; For an additional cost, you can add on some energy drinks for that</p>]]></description><link>https://baily.com/vipbottleservice/</link><guid isPermaLink="false">6449b8f9dedf51890a0a61d2</guid><category><![CDATA[nightlife]]></category><dc:creator><![CDATA[Jesse Parnell]]></dc:creator><pubDate>Fri, 05 Jun 2020 23:04:32 GMT</pubDate><media:content url="https://baily.com/content/images/2024/03/DSC_0982.jpg" medium="image"/><content:encoded><![CDATA[<h3 id="table-service-menu">Table Service Menu</h3><img src="https://baily.com/content/images/2024/03/DSC_0982.jpg" alt="Bottle Service"><p>&#x1F379; Ready to elevate your VIP experience with our table service package! &#x1F942;&#x1F389; Bring your squad and enjoy a bottle of your choice with the appropriate garnishes and 3 mixers included. &#x1F483;&#x2728; For an additional cost, you can add on some energy drinks for that extra boost! &#x1F4A5; &#x1F4A5; &#xA0;Each bottle purchased includes complimentary and expedited entry for 6 people. Additional guests must pay the nights cover charge &#x1F64C;&#x1F37E; </p><p><em>*Bottle service is on a first come first served basis.</em></p><p>*<em>Bottle service prices are subject to change at any time </em></p><p><em>*20% gratuity is added to all bottle service </em></p><h3></h3><!--kg-card-begin: html--><div id="alacarte"> </div><!--kg-card-end: html--><p><em> </em></p>]]></content:encoded></item></channel></rss>