﻿/* Style sheet for piripiricricket.com 2012 edition 
*
*	Colours: Blue = #0077B5, Green = #5c9a12
*
*/

* {
	font-family: Calibri, Arial;
	margin: 0;
	padding: 0;
}

/* HTML styles */
body {
	background-color: black;
	text-align: center;
}

p {
	color: silver;
	padding: 4px 0px;
	text-align: left;
}
li {
}
a {
	color: #0077B5;
}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
}

h3 {
	color: #0077B5;
	font-size: 1.2em;
	font-weight: bold;
}
h3 span {
	color: silver;
}
h4 {
	color: silver;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	color: silver;
	font-size: 1.1em;
	padding: 2px 0px 12px;
}

table {
	margin: 15px 10px; 
	border-collapse: collapse;			
}
th {
	background: #000;
	color: #fff;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 1px solid #48780E;
}
tr {
	color: #5b5b5b;
	height: 34px;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #111;	 
}

/* form elements */
form {
	margin: 20px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #111; 
	background: #070707; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0;
	color: #fff;
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	background: #0C0C0C;  
	border: 1px solid #1C1C1C;
}
input.image {
	border: 0px;
	background-color: black;
}
textarea {
	width: 400px;
	height: 100px;
	display: block;	
}
fieldset {
	border: 0px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #48780E;
	background: #000;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #1c1c1c;
}

a img {
	border: 0px;
}

/* Layout */
#wrapper {
	background: black url('images/flame-bg.jpg') repeat-x scroll top left;
	text-align: left;
}

#banner {
	background: transparent url('images/rainbow.jpg') no-repeat scroll center bottom;
	height: 520px;
	margin: 0px auto;
	position: relative; top: 0px; left: 0px;
	text-align: left;
	width: 900px;
}
#bannerNoPic {
	background: transparent url('images/rainbow.jpg') no-repeat scroll center bottom;
	height: 180px;
	margin: 0px auto;
	position: relative; top: 0px; left: 0px;
	text-align: left;
	width: 900px;
}

#mainMenu {
	height: 40px;
	margin: 0; padding: 0;		
	position: absolute; top: 100px;
	z-index: 100;
}
#logo {
	margin: 10px 0px;
}
#product {
	position: absolute; top: 180px; left: 10px;
}
#tagline {
	position: absolute; top: 440px; left: 236px;
}
.chilli {
	position: absolute; top: 0px; left: 514px;
}
#mainSection {
	margin: 0 auto;
	width: 920px;
}

/* Menu styles */
#mainMenu ul {
	display: inline;
	float: left;
	list-style: none;
	height: 40px;
	margin: 0 0 0 5px; padding: 0;	
	width: 880px;		
}
#mainMenu ul li {
	display: inline;
	margin: 0; padding: 0;
}
#mainMenu ul li a {
	float: left;
	margin: 0;	padding: 0 8px;
	font: bold 15px/35px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	color: #5c9a12;	
}
#mainMenu ul li a:hover, 
#mainMenu ul li a:active {
	color: #eee;
	background: none;
	border: none;
}
#mainMenu ul li a.current {	
	color: #0077B5;	
}

/* Home page */
#whack {
	background: transparent url('images/player-bg.jpg') no-repeat scroll right top;
/*	height: 451px; */
	padding: 4px;
}
#whack p {
	padding: 12px 12px 0px 60px;
	text-align: justify;
	width: 400px;
}
#whack h3 {
	padding: 12px 12px 0px 60px;	
}
img.coachingLink {
	float: right;
	padding: 120px 24px 12px 8px;
}
img.overseasLink {
	float: right;
	padding: 20px 24px 12px 8px;
}
div#buttons {
	float: right;
	width: 300px;
}
div#utube {
	padding: 100px 4px 20px;
}

/* Styles for Products pages */
#products {
	position: relative; top: 0px; left: 0px;
}
#products li {
	float: left;
}
#products p {
	font-size: 14px;
	line-height: 24px;
	padding: 14px 0 0 20px;
	width: 580px;	
}
#products img.button {
	background-color: black;
	border: 2px #FF6600 solid;
	margin: 40px 20px;
	padding: 4px;
}
#products div.panel {
	background-color: black;
	border-top: 2px #FF6600 solid;
	border-right: 2px #FF6600 solid;
	border-bottom: 2px #FF6600 solid;
	left: 430px;
	height: 408px;
	position: absolute; /* so it floats */
	top: 40px;
	width: 400px;
	z-index: 1;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
#products div.panel li {
	height: 80px;
	line-height: 80px;
}
#products ul {
	list-style: none;
}

/* Bats */
div.left-col {
	float: left;
	margin: 8px;
	width: 460px;
}
div.left-col p {
	padding: 8px;
	text-align: justify;
}
div.left-col ul {
	margin: 12px 4px 18px;
}
div.left-col li {
	color: silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	margin-left: 48px;
	padding: 8px 0px;
}
div.right-col {
	float: right;
	padding: 8px 48px;
	text-align: center;
	width: 280px;
}
div.right-col img.thumbnail, div.right-col a img.border {
	background-color: #1B1B1B;
    border: 1px solid #1B1B1B;
    cursor: pointer;
	margin: 4px;
	padding: 8px;
}


/* Gloves & Pads */
#pads div.left-col {
	float: left;
	margin: 10px 0px;
	width: 830px;
}
#pads div.product {
	background-color: white;
	border: 2px #0077B5 solid;
	margin: 0px 12px 23px 0px;
}
#pads img.thumb {
	cursor: pointer;
	float: left;
	padding: 8px;
}
#pads #picture-frame {
	background-color: white;
	border: 2px #0077B5 solid;
	float: right;
	height: 560px;
	margin: 10px;
	width: 500px;
}

#pads #text-box {
	background-color: white;
	border: 2px #0077B5 solid;
	float: right;
	height: 560px;
	margin: 10px 0px;
	width: 230px;
}

#pads p {
	color: gray;
	font-size: 12px;
	line-height: 23px;
	padding: 8px;
	text-align: justify;
}
#pads h4 {
	color: #5c9a12;
	font-size: 1.1em;
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

/* Sponsorship */
#sponsorship {
	background: transparent url('images/ben-allison.jpg') no-repeat scroll right 140px;
}


/*Styles for Coaching Camps page */
#booking p {
	font-family:Calibri, Arial;
	font-size: 14px;
	margin: 12px;
	width: 560px;
}

#booking form {
	margin: 24px;
	padding: 24px;
}

#bookingForm label {
	color: white;
	float: left;
	font-size: 11px;
}

#bookingForm input {
	margin: 8px;
	padding: 2px;
	width: 300px;
}
#agegroup, #standard {
	margin: 12px;
}

#booking table {
	margin-left: 60px;
}
#booking table.formLayout {
	margin-left: 0px;
	text-align: left;
}
#booking thead {
	background: orange;
	border: 2px yellow solid;
	color: black;
	font-weight: bold;
	font-family: Calibri, Arial;
	font-size: 18px;
}
#booking tbody {
	background: black;
	border: 2px yellow solid;
	color: orange;
	font-size: 12px;
	font-family:Calibri, Arial;
}
#booking th, #booking td {
	padding: 4px;
}
#booking button {
	margin: 4px 4px 4px 64px;
}

table.noBorder td {
	border: 0px;
	padding: 12px;
}

#paypal {
	position: absolute;
	top: 930px;
	left: 730px;
}

input.noBorder {
	border: 0px;
}

/* Styles for the Stores page */
#stores {
	margin: 0px auto;
	width: 920px;
}

#stores div.left-col {
	background-color: #393966;
	border: 2px #0077B5 solid;
	float: left;
	padding: 20px;
	width: 170px;
}
#stores p {
	font-size:14px;
	line-height:23px;
}
#map-wrapper {
	background-color: #393966;
	border: 2px #0077B5 solid;
	float: right;
	margin: 8px 0px 20px 0px;
	padding: 24px;
	width: 600px;
}
#map-canvas {
	float: left;
	width: 600px;
}

#suppliers {
	border: 2px #0077B5 solid;
	background-color: white;
	height: 500px;
	overflow: auto;
	padding: 0px 20px;
	width: 200px;
}
#stores select.combobox {
	background-color: white;
	margin: 8px 0;
	width: 180px;
}
.supplier {
	background-color: white;
	border-bottom: 2px #0077B5 solid;
	margin: 2px 0;
	padding: 20px 4px;
}
.supplier h5 {
	font-size: 14px;
	color: #0077B5 ;
	padding: 0;
	margin: 0;
}

#stores p.address {
	color: gray;
	font-size: 11px;
	padding: 2px;
	width: 200px;
}

.googlebubble {
	width: 200px;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.googlebubble h5 {
	font-size: 11px;
	color: red;
	margin: 0;
	padding: 0;
}
.googlebubble img {
	float: right;
}

#stores .googlebubble p {
	line-height: normal;
	font-size: 9px;
	padding: 6px 0;
	width: 200px;
}

img.stockist {
	padding: 4px 24px;
}

/* Player Profile pages */
div#profileText {
	padding: 12px 24px;
}
div#profileText iframe {
	float: right;
}
#profileText p {
	text-align: justify;
	width: 300px;
}

/* Footer styles */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 0;
	margin: 30px auto;
	font-size: 0.8em;
	color: #555;
	width: 900px;
	display: inline;
	border-bottom: 50px solid #070707;		
}
#footer-wrap h3 {
	color: #ABABAB;	
}
#footer-wrap h3.green {
	color: #5c9a12;
}
#footer-wrap h3.blue {
	color: #0077B5;
}
#footer-wrap #credits {
	margin: 2px auto;
	width: 900px;
}
#footer-content {	
	background: #070707 url('images/rainbow.jpg') no-repeat center top;
	margin: 0 auto;	
	padding: 16px;	
	width: 880px;
	text-align: left;		
}
#footer-content img {
	background-color: #1B1B1B;
    border: 1px solid #1B1B1B;
	padding: 8px;
}
#footer-content img.f-right {
  	margin: 5px 0px 10px 10px;  
}
#footer-content img.f-left {
  	margin: 5px 10px 10px 0px;
}

#footer-content .col {
	width: 190px;
	padding: 0 20px 18px 0;			
	display: inline;
}
#footer-content .col2 {
	width: 200px;
	padding: 0 0 18px 0;	
	display: inline;	
}
#footer-content .space-sep {
	margin-right: 12px;
}
/* Utility Styles */
.hidden {
	display: none;
}

.f-right {
	float: right;
}
.f-left {
	float: left;
}
p.small {
	font-size: 0.7em;
}
.clear {
	clear: both;
}
.u-case {
	text-transform: uppercase;
}

/* Carousel extension */
.carousel-box {
	margin-top:-8px;
	overflow:hidden;
	position:absolute; top: 0px; left: 0px;
	width:960px;
}
.carousel-box .prev {position:absolute;left:-20px;top:260px;z-index:10}
.carousel-box .next {position:absolute;right:-20px;top:260px;z-index:10}
.carousel-box .prev a, .carousel-box .next a {cursor:pointer}
.carousel-box ul {width:920px; margin-left:20px !important}
.carousel-box ul li {
	border:0;
	float:left;
	height: 510px;
	margin-right:28px;
	position:relative;
	padding-top:0px;
	width: 920px;
}
.carousel-box img {
/*	margin-top: 12px; */
}


/* Timer Utility */
.numbers {
    padding: 0px;
    width: 45px;
    text-align: center;
    font-family: Arial;             
    font-size: 28px;
    font-weight: bold;    /* options are normal, bold, bolder, lighter */
    font-style: normal;   /* options are normal or italic */
    color: #FFFFFF;       /* change color using the hexadecimal color codes for HTML */
}
.title {    /* the styles below will affect the title under the numbers, i.e., “Days”, “Hours”, etc. */
    border-style: none;
    padding: 0px 0px 3px 0px;
    width: 45px;
    text-align: center;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;    /* options are normal, bold, bolder, lighter */
    color: #FFFFFF;       /* change color using the hexadecimal color codes for HTML */
}
#countdown {
    border-style: ridge;
    border-width: 3px;
    border-color: #666666;       /* change color using the hexadecimal color codes for HTML */
    background-color: #222222;   /* change color using the hexadecimal color codes for HTML */
	height: 70px;
	margin: 0px auto;
    position: absolute;   /* leave as "relative" to keep timer centered on your page, or change to "absolute" then change the values of the "top" and "left" properties to position the timer */
    top: 1020px;            /* change to position the timer */
    left: 360px;            /* change to position the timer; delete this property and it's value to keep timer centered on page */
    width: 300px;
}
#countdown td {
	border: 0px;
}

