﻿/*
 *  Live Nation UK
 *  http://www.livenation.co.uk/
 *  Jasal Vadgama
 *
 *  Definitions:
 *
 *  font-family, font-size, color, text-transform, :hover
 */
 
body { font-family: Arial, Helvetica, Sans-Serif; font-size: 14px; color: #000; }

a { font-weight: bold; color: #932c64; text-decoration: none; }
    a.active {}
    a:hover, a:focus { text-decoration: underline; }

    #nav .submenu a { text-align: center; text-transform: uppercase; color: #fff; }
        #nav .submenu a:hover { text-decoration: none; }
    #secondNav a { line-height: 1.5em; }
    .pager a:hover, .pager a:focus { text-decoration: none; }

h1 {}
h2 { font-size: 19px; font-weight: bold; }
    .title { color: #fff; text-transform: uppercase; }
h3 { font-size: 16px; font-weight: bold; color: #333; }

form label { text-align: right; }

.videoContainer { text-align: center; }

.pager span { color: #666; font-weight: bold; }

#footer { text-align: center; }
    #footer p { font-size: 11px; color: #666; }
    #footer a { font-size: 15px; color: #999; }
    #secondNav li { text-align: left; }
    .sponsors { text-align: right; }

.red { color: #c1272d; }