﻿/*
 *  Live Nation UK
 *  http://www.livenation.co.uk/
 *  Michal Gondar aka gondo
 *
 *  Definitions:
 *
 *  font-family, font-size, color, text-transform, :hover
 */
 
body { font-family: Helvetica, Sans-Serif; font-size: 13px; color: #e1e1e1; }
a { color: #ffbf00; text-decoration: none; }
a:hover {  text-decoration: underline; }
h1 { font-weight: bold; text-transform: uppercase; font-size: 21px; color: #ffbf00; }
h3 { font-size: 16px; font-weight: bold; color: #8c8c8c; text-transform: uppercase; }
h3 b { color: #ffbf00; }
h4 { font-size: 16px; font-weight: bold; color: #8c8c8c; }
h3 span { font-size: 13px; text-transform: none; font-weight: normal; }
h5 { font-size: 16px; font-weight: bold; color: #8c8c8c; text-transform: uppercase; }
h6 { color: #ffbf00; font-size: 13px; text-transform:uppercase; }

#bookAnArtist { font-weight: bold; font-size: 15px; }
#bookAnArtist:hover { text-decoration: none; }
#bookAnArtist span { color: #008362; }


#menu li a { font-weight: bold; font-size: 21px; white-space: nowrap; }
#menu li a.active,
#menu li a:focus,
#menu li a:hover { color: #fff; text-decoration: none; }
#menu li a span { font-weight: normal; font-size: 13px; color: #b2b2b2; }


#home-top p.gray,
#home-top ul { font-size: 16px; color: #8c8c8c; font-weight: bold; }
#home-top p.gray b { color: #ffbf00; }
address { font-style: normal; }
ul.mails,
#home-top ul.mails { font-weight: normal; color: #e1e1e1; font-size: 13px; }
#home-top #aritst-menu li a { font-size: 22px; }


/* Talent */
#home-top #images a span.description { font-weight: bold; text-decoration: none; font-size: 11px; }
#home-top #images a span.description span.name { font-size: 13px; }
#home-top #images a:hover { text-decoration: none;  }


.box-small-home h2 { color: #ffbf00; font-size: 15px; text-transform: uppercase; }
.box-small-home-bottom .read-more { font-size: 15px; font-weight: bold; }
.box-small-home-bottom .read-more:hover { text-decoration: none; color: #fff; }


#footer { color: #8c8c8c; font-size: 12px; }
#footer ul li a { font-size: 14px; font-weight: bold; color: #b2b2b2; }
#footer ul li a:hover { text-decoration: underline; }


.box-two-columns-middle ul.links a { font-weight: bold; font-size: 15px; }
.box-two-columns-middle ul.links a:hover { text-decoration: none; color: #fff; }
.box-two-columns-middle form textarea,
.box-two-columns-middle form input { color: #000; }


.box-three-columns-middle p.gray { color: #8c8c8c; font-size: 16px; font-weight: bold; }
.box-three-columns-middle p.white { color: #fff; }
