﻿body 
{
    background: #000;
    color: #fff;
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}
body.page-default 
{
    background-image: url(../Images/body-home-bg.gif);
    background-repeat: repeat-x;
}

a img 
{
    border: none;
}

h1
{
    margin: 0;
    padding: 0;
    color: #F41A13;
    font-size: 1.6em;
}
h2 
{
    margin: 0 0 0 0;
    padding: 0;
    color: #777;
    font-size: 1.2em;
}

h3 
{
    font-size: 1.1em;
    margin: 0;
    padding: 0;
}
a 
{
    color: #4c4c4c;
    text-decoration: none;
}
a:hover 
{
    text-decoration: underline;
}
.red 
{
	color: #F41A13;
}

/* layout */
div#header 
{
    height: 121px;
}
div#header img 
{
    margin-top: 28px;
}

div#flags 
{
    text-align: right;
    width: 965px;
    left: 50%;
    right: 50%;
    margin-left: -482px;
    position: absolute;
    z-index: 999;
}

/* login / logout buttons */
.login-status 
{
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 0.9em;
	width: 700px;
}
.cart-status 
{
    padding: 5px 20px 5px 5px;
    float: right;
}
.cart-status a 
{
    color: #fff;
    text-decoration: underline;
}
#cart-total 
{
    text-align: right;
    margin-bottom: 20px;
    font-size: 1.2em;
}
#cart-total .total 
{
    font-size: 1.1em;
    font-weight: bold;
}
#facebook 
{
    float: right;
    margin-left: 15px;
    margin-top: -30px;
}
.login-box 
{
    background-color: #ffffff;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline;
	float: right;
}
.login-box a 
{
	color: #000000;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}
.login-box a:hover 
{
	color: #F41A13;
	text-decoration: underline;
}

/* layout - navigation */
div#nav-container 
{
    position: relative;
}
ul#nav 
{
    position: absolute;
    top: 60px;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul#nav li 
{
    float: left;
    margin-left: 30px;
}

/* layout - splash */
#splash
{
    background-image: url(../Images/splash-bg.gif);
    background-repeat: repeat;
    background-color: #2d2d2d;
    border-top: solid 4px #fff;
    border-bottom: solid 4px #fff;
    color: #444;
    min-height: 360px;
    margin-top: -4px;
    margin-bottom: -4px;
    font-size: 0.9em;
}
.page-default #splash
{
    height: 360px;
    background-image: url(../Images/givelife-banner.jpg);
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    position: relative;
    min-height: 0;
    border: none;
    margin: 0;
}
.page-gallery-default #splash, 
.page-gallery-view #splash, 
.page-gallery-album #splash, 
.page-players-default #splash,
.page-players-view #splash,
.page-players-categories #splash
{
     background: url(../Images/splash-gallery.jpg);
     background-color: #151518;
     background-position: top center;
     color: #fff;
}

.page-about #splash 
{
    height: 360px;
    background: url(../Images/splash-about.jpg);
    background-repeat: no-repeat;
    background-color: #2d2d2d;
    background-position: center;
}
.page-contact #splash 
{
    height: 360px;
    background: url(../Images/splash-contact.jpg);
    background-repeat: no-repeat;
    background-color: #1b0901;
    background-position: center;
}
.page-eventbooking #splash 
{
    height: 360px;
    background: url(../Images/splash-event-booking.jpg);
    background-repeat: no-repeat;
    background-color: #312622;
    background-position: center;
}

.page-about #splash 
{
    height: 360px;
    background-image: url(../Images/splash-about.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #008C9D;
    position: relative;
    min-height: 0;
}
div#home-btns-container 
{
   position: absolute;
   top: 60px;
}
img.other-categories 
{
    margin-top: 15px;
    margin-bottom: 10px;
}
ul.home-btns 
{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.home-btns li 
{
    margin-bottom: 6px;
}

/* Pathway */
ul#pathway 
{
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 1.6em;
    font-weight: bold;
}

ul#pathway li 
{
    float: left;
    padding-right: 20px;
    margin-right: 15px;
    background-image: url(../Images/pathway-arrow.png);
    background-position: right;
    background-repeat: no-repeat;
}
ul#pathway li.last 
{
    background-image: none;
}

ul#pathway li a 
{
    color: #fff;
}

ul#pathway li.last a 
{
    color: #F41A13;
}

#checkout-btn 
{
    float: right;
}

/* layout - banners */
div#banners-container 
{
    margin-top: 10px;
}
ul#ads 
{
    margin: 0 0 0 -10px;
    padding: 0;
    list-style: none;
}
ul#ads li 
{
    float: left;
    width: 225px;
    height: 101px;
    background-repeat: no-repeat;
    cursor: pointer;
	cursor: hand;

}
ul#ads li div 
{
    background-repeat: no-repeat;
    background-position: center;
    width: 206px;
    height: 84px;
    margin: 9px 0 0 8px;
}
img.event-booking 
{
    margin: 30px 0 0 60px;
}

/* layout - gallery */
ul.thumbs
{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

ul.thumbs li 
{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
ul.thumbs li.cart-item a img 
{
    background-color: #FF0026;
}
ul.thumbs li a.add-to-cart 
{
    position: absolute;
    left: 5px;
    bottom: 0px;
    font-size: 0.9em;
    color: #fff;
    padding-bottom: 1px;
}
ul.thumbs li .product-price 
{
    position: absolute;
    right: 5px;
    bottom: 3px;
    color: #000;
    font-size: 0.9em;
    color: #fff;
}
ul.thumbs li a.add-to-cart:hover 
{
    color: #FF0026;
    text-decoration: none;
}
ul.thumbs li.cart-item a.add-to-cart:hover 
{
    color: #000;
}
ul.thumbs li a img
{
    padding: 5px 5px 15px 5px;
    background: #222;
    border: solid 1px #333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 2px 2px 2px #111;
    -webkit-box-shadow: 2px 2px 2px #111;
    width: 132px;
    height: 99px;
}
ul.thumbs li a 
{
    color: #000;
}
ul.thumbs li a:hover img 
{
    background: #FF0026;
    border: solid 1px #FF0026;
}
ul.thumbs li.right 
{
    margin-right: 0;
}
#pager-container
{
    margin-bottom: 20px;
    clear: both;
    text-shadow: 0.1em 0.1em #000
}
#pager-container p 
{
    position: absolute;
}
#pager-container .pager
{
    float: right;
    margin-left: 10px;
    position: relative;
    line-height: 43px;
    margin-bottom: 20px;
}


#pager-container .pager div
{
    float: left;
}
#pager-container .pager div.text 
{
    margin-right: 10px;
    margin-left: 10px;
}

/* add to cart tool tip */
.cart-tooltip {
	display:none;
	background:url(http://static.flowplayer.org/tools/img/tooltip/black_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
}
#cart-options
{
    font-size: 0.7em;
}
#btn-add-to-cart 
{
    margin: 10px 10px 10px 0;
    background: #F41A13;
    padding: 5px;
    color: #fff;
    font-size: 1.1em;
    text-decoration: none;
    -moz-border-radius: 5px;
	border-radius: 5px;
}
#btn-add-to-cart:hover 
{
    background: #000;
    text-decoration: none;
}
#qty 
{
    width: 30px;
}

/* a .label element inside tooltip */
.cart-tooltip .label {
	color:yellow;
	width:35px;
}

.cart-tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}

/* layout - gallery - gridview */
.gallery-gridview 
{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border: solid 1px #ccc;
    color: #fff;
}

.gallery-detailsview 
{
    width: 50%;
}


.gallery-gridview .count 
{
    color: #666;
    font-weight: bold;
}


.gallery-gridview td 
{
    padding: 3px;
    text-align: center;
    background-color: #222;
     filter:alpha(opacity=85);
    opacity: 0.85;
    -moz-opacity:0.85;
}

.gallery-gridview  tr th, .gallery-gridview td.details-header 
{
    background-color: #fff;
    color: #222;
    padding: 3px;
    filter:alpha(opacity=85);
    opacity: 0.85;
    -moz-opacity:0.85;
}

.gallery-gridview a.alternate-link 
{
    background: #F21913;
}

.gallery-gridview a.alternate-link .count 
{
    color: #e7e7e7;
}

.gallery-detailsview td, .gallery-detailsview td.details-header 
{
    text-align: left;
    padding-left: 10px;
}

.gallery-list-gridview 
{
    width: 226px;
    float: left;
    margin-right: 20px;
}
.gallery-gridview-right 
{
    margin-right: 0;
}

.gallery-gridview a 
{
    display: block;
    margin: -3px;
    padding: 3px;
    color: #fff;
    background-color: #222;
    filter:alpha(opacity=85);
    opacity: 0.85;
    -moz-opacity:0.85;

}
.gallery-gridview a:hover
{
    background-color: #7c7c7c;
    color: #fff;
    text-decoration: none;
}
#dialog a 
{
    color: #F41A13;
}

/* layout - footer */
#footer 
{
    clear: both;
    margin-top: 45px;
    border-top: solid 1px #2c2b2b;
    color: #848484;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 0.8em;
}
#footer .content 
{
    position: relative;
}
#footer a 
{
    color: #fff;
}
#footer a.pirronedesign 
{
    position: absolute;
    right: 0;
}

/* layout - form */
.form 
{
    margin-top: 10px;
    clear: both;
}
.form ul.fields 
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.form ul.fields li 
{
    margin-bottom: 10px;
}

.form ul.fields li label 
{
    float: left;
    width: 80px;
}
.form ul.fields .send-copy 
{
    float: none;
    position: relative;
    top: -10px;
}
.form ul.fields .send-copy label 
{
    float: none;
}
.form ul.fields li .textbox, .form ul.fields li .ddl
{
    width: 230px;
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 1;
    margin: 0;
}
.form ul.fields li .ddl 
{
	width: 235px;
}

.form ul.fields li textarea.textbox 
{
    height: 75px;
}

.form ul.fields li .button 
{
    margin-left: 80px;
}
.form fieldset 
{
	border: none;
	margin: 0;
	padding: 0;
}
.form legend 
{
	font-size: 1.3em;
	color: #F41A13;
	padding: 0;
	margin: 10px 0 0 0;
	color: #000;
}

.validation-summary 
{
    font-size: 0.9em;
    background-color: #FFB3B3;
    border: solid 1px #FF3333;
    padding: 10px;
    margin-top: 10px;
    color: #FF3333;
    margin-bottom: 10px;
}
.validation-summary ul
{
    margin-left: 20px;
    color: #000;
}


/* contact page */

.page-contact .introtext
{
    margin: 8px 0 0 0;
    padding: 0;
}

.page-contact .col1
{
    width: 40%;
    float: left;
}
.page-contact .col2 
{
    width: 40%;
    float: left;
}
.page-contact .col1 p 
{
    margin: 0;
    padding: 0;
}
.page-contact .col2 p 
{
    margin: 0;
    padding: 0;
}
.page-contact h3 
{
    margin-top: 10px;
    color: #ccc;
}
.page-contact .view-map-btn 
{
    margin-top: -10px;
    margin-left: 15px;
    border: 0;
}

/* Event Booking */
#booking-form ul li
{
    float: left;
    width: 50%;
}
#booking-form ul li.double-column 
{
    width: 100%;
}
#booking-form ul li .textbox 
{
    width: 150px;
}
#booking-form ul li textarea.textbox 
{
    width: 410px;
    height: 50px;
}

/* Registration Page */
.registration-form ul.fields li label 
{
	width: 130px;
}
.registration-form ul.fields li .button 
{
    margin-left: 130px;
}
.registration-form
{
	margin: 30px 0 30px 0;
}
.registration-form .intro-text 
{
	margin-bottom: 10px;
}
.registration-form .form-success h1, .page-register .form-success h2 
{
	color: #000;
}
.registration-form .form-success 
{
	font-size: 1.6em;
}
.activate h1 
{
    color: #000;
}
/* Login page */
#login-container .col
{
	width: 50%;
	float: left;
}
#login-container .left-col-container 
{
	margin-right: 12px;
}
#login-container .left-col-container a 
{
	float: right;
	margin-top: 40px;
}
#login-container .right-col-container
{
	margin-left: 13px;
}
#login-container td 
{
	padding: 5px 0 5px 0;

}
#login-container label 
{
	text-align: left;
	margin-right: 10px;
	float: left;
}
#login-container .textbox 
{
	width: 230px;
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 1;
    margin: 0;
}
#login-container .col-container 
{
	background-color: #545454;
	padding: 50px;
	height: 210px;
	margin-top: 25px;
	color: #fff;
}
#login-container .col-container a 
{
	color: #fff;
	text-decoration: underline;
}
#ctl00_ctl00_MainContentPlaceHolder_MainContentPlaceHolder_Login1_PasswordRecoveryLink 
{
	position: relative;
	top: -40px;
}
#password-recovery td 
{
    text-align: left;
}

/* account-page */
#account-page 
{
    margin-top: 20px;
}
#account-page ul
{
    font-size: 1.2em;
}

.change-password 
{
    padding: 5px 5px 5px 5px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px;
	border-radius: 5px;
}
.change-password:hover 
{
    background-color: #F41A13;
    text-decoration: none;
}
#success-message 
{
    background-color: #FAF8C3;
    border: solid 1px #FFFB82;
    color: #000000;
    padding: 5px;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}

/* Sub pages */
.page-about .content, .page-contact .content, .page-eventbooking .content 
{
    position: relative;
    color: #fff;
}
.page-about .content a, .page-contact .content a, .page-eventbooking .content a 
{
    color: #888;
}
#about-content, #event-booking-content
{
    position: absolute;
    top: 60px;
    left: 30px;
    color: #fff;
    width: 450px;
}

#event-booking-content 
{
    width: 520px;
}

#event-booking-content h1 
{
    margin-top: -15px;
}

.page-gallery-defualt h1 
{
    color: #4C4C4C;
}

/* classes */
.v-spacing 
{
    padding: 20px 0 20px 0;
}
.content 
{
    width: 965px;
    margin-left: auto;
    margin-right: auto;
}
.content p
{
    margin: 5px 0 5px 0;
}

.content-leftcol 
{
    width: 52%;
    position: absolute;
    left: 30px;
    top: 50px;
}
.content-rightcol 
{
    width: 40%;
    position: absolute;
    right: 10px;
    top: 50px;
}

.content-rightcol .col-content 
{
    float: right;
}
.clearfloat
{ 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.form-container 
{
    width: 336px;
}
.lightview-add-to-cart 
{
    color: #FF0026;
}

/* Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #222;
	padding: 5px;
	opacity: 0.85;
	font-size: 0.9em;
	color: #fff;
}
#tooltip h3, #tooltip div { margin: 0; }


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#lightbox-banner 
{
    
}
.page-cart-view h1
{
    margin-top: 20px;
}
.cart-table
{
    width: 965px;
}
.cart-table th 
{
    font-weight: bold;
}
.cart-table td, .cart-table th
{
    padding: 10px 0 10px 0;
    border-bottom: solid 1px #666;
}
.cart-table td.delete-checkbox, .cart-table th.delete-checkbox 
{
    width: 35px;
}
.cart-table .ref-td 
{
    width: 150px;
}
.cart-table .price-td
{
    width: 100px;
}
.cart-table .qty-td input 
{
    width: 50px;
}
.cart-table 
{
    margin-bottom: 20px;
    padding-top: 40px;
}
#cart-contents .loading
{
    padding-top: 20px;
}
#cart-contents p 
{
    margin-top: 20px;
}
.cart-btns 
{
    margin-top: 10px;
    position: relative;
}
.cart-btns #btn-delete 
{
    position: absolute;
    left: 0;
    top: 0;
}
.cart-btns #btn-proceed 
{
    position: absolute;
    right: 0;
    top: 0;
}
.downloads-here 
{
    color: #000;
    margin-top: 10px;
    font-size: 1.4em;
}
.downloads-table tr td
{
    padding-top: 10px;
}
.username 
{
    color: #666;
}
#success-text 
{
    font-size: 1.3em;
    font-weight: bold;
    color: #000;
}
#success-text a 
{
    color: #F41A13; 
}
.ecommerce-banner 
{
    float: right;
    margin-right: 85px;
}
.givelife-btn 
{
    position: absolute;
    top: 265px;
    margin-left: 565px;
}
