﻿/*
 *  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: #f2f2f2; }

a { color: #ac141a; }
a.active { color: #00f; }
a:hover { color: #FFF100; }
a:hover h3 { text-decoration: underline; }


h1 { }
h2 { font-size: 24px; text-transform: uppercase; }
h3 { font-size: 13px; text-transform: uppercase; color: #ac141a; }
h4 { font-size: 15px; text-transform: uppercase; color: #FFF100;}
h5 { font-size: 18px; text-transform: uppercase; }


#mainBox .fieldDescription,
#mainBox1 .fieldDescription { font-weight: bold; text-transform: uppercase; }


.news-item,
.newsBlock,
.fieldBody { line-height: 150%; }


/* NEWS */
.paging { font-size: 12px; }
.paging a { color: #ac141a; font-weight: bold; }
.paging a:hover { color: #FFF100; }
.paging a:hover,
.paging a.active { text-decoration: underline; }
#pageof1,
#pageof2 { color: #FFF100; font-weight: bold; font-size: 12px; }
.news-item a:hover { text-decoration: underline; }
.news-item h3 a.active,
.news-item p a.active { color:#FFF100; }


/* INFO */
#info-navigation #submenu li a { font-weight: bold;}
#info-navigation #submenu li a.active { color: #000; }


/* HISTORY */
#history-menu #submenu li a { font-weight: bold;}
#history-menu #submenu li a.active { color: #000; }


/* GALLERY */
#gallery-upload input { color: #000; font-size: 20px; }
#gallery-upload input.upload { color: #000; font-size: 14px; }
#gallery-upload input.submit { font-size: 13px; }


/* VIDEO */
#video-navigation #submenu li a { font-weight: bold;}
#video-navigation #submenu li a.active { color: #000; }


/* LINE UP */
#lineup { color: #333;}
#lineup p { text-transform: uppercase; font-size: 12px; font-weight: bold; }
#lineup p b { font-size: 22px; }
#lineup .lineup-h2 span { color:#000; font-family: Impact; font-size: 22px; text-transform: uppercase; font-weight: normal; }
#lineup #bottom-description,
#lineup .day-name { color: #333; text-transform: uppercase; font-size: 18px; font-weight: normal; font-family: Impact; }
#lineup a { display:block; color: #000; font-family: Impact; font-size: 22px; text-transform: uppercase; }
#lineup a.second { color: #ac141a; }
#lineup a:hover,
#lineup a.second:hover { font-size: 24px; text-decoration: none; }
#lineup .stage-cloud a:hover { font-size: 22px; color: #FFF100; }
#lineup a b { font-weight: normal; }
#lineup .first a { font-size: 28px; }
#lineup .first a:hover,
#lineup .first a.second:hover { font-size: 30px; }
#lineup-small { font-size: 50px; text-transform: uppercase; font-weight: bold; font-family: Impact; color: #000; }


/* ARTIST */
#artist-links a { color: #f2f2f2; }
#artist-links a:hover { color:#FFF100; }


/* REGISTER */
.register label { font-size: 13px; text-transform: uppercase; color: #ac141a; font-weight: bold; }
.register select { color: #000; }
.register input { color: #000; font-size: 20px; }
.register input.upload { color: #000; font-size: 14px; }
.register input.submit { font-size: 13px; }
.register .req-info { color: #ac141a; }


/* FOOTER */
#footer a { color: #f2f2f2;}
#footer .active { color: #ac141a; }
#copyright { font-size: 10px;}

