/*
  Chill Website ~ Layout CSS.

  Crated by Nick hughes nick@nickhughes.co.nz.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body {
  background-color: #fff;
  background-image: url(../images/layout/bg_flakes.gif);
  background-repeat: repeat-x;
  background-position: left top;
}



/* anchors
----------------------------------------------- */
a {
  color: #000;
  font-weight:bold;
  text-decoration: none;
}
a:hover {
  color:#333;
}


/* Containers
----------------------------------------------- */
#container {
  width: 964px;
  margin:0 auto}

.container_5 {
  background:#fff;
}



/*Clear rows
----------------------------------------------- */
.clear {
  content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/*left and right align blocks and boxes
----------------------------------------------- */
.right{float:right;}
.left{float:left;}

.padded10 {padding:10px;}

/*Header
----------------------------------------------- */

#header {
  width:100%;
  height:100px;
  padding:0;
  margin: 10px 0 0;
  background-image: url(../images/layout/header/logo_header.png);
  background-repeat: no-repeat;
  }
  
#header .login {
  float: right;
  width:200px;
  }
  
  
/* forms
----------------------------------------------- */
form {
  overflow:hidden;
}

input {
  margin: 0 0 8px 0; 
  border: 1px solid #999;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  color: #666;
}

input[type="file"]{
  border: 0;
  margin-left: 7px;
  margin-top: 7px;
  color: #fff;
}

input.username {
  width:150px;
  height: 17px;
}
input.password {
  width:150px;
  height: 17px;

}
input.go {
  padding: 0px;
  float: right;
  margin-right: 15px;
  width:25px;
}

label{
  display: block;
}

label.error {
  color: #E2003B;
  margin-top: -7px;
  margin-bottom: 12px;
}


select {width: 100%; margin: 0 0 10px 0;}

textarea {width: 100%; height:100px;}

.checkbox {width: 10px;}

.button {
  color:#FFF;
  background-color:#005373;
  width:100px;
  margin:10px 0 0 7px;
  padding:3px;
  font-weight:bold;
  text-align:center;
}
.button a {text-decoration:none; color:#FFF;}
.button a:hover{text-decoration:none;color:#000;}

.buttondrop {
  color:#FFF;
  background-color:#005373;
  width:100px;
  margin:45px 0 0 7px;
  padding:3px;
  font-weight:bold;
  text-align:center;
}

.buttondrop a {text-decoration:none; color:#FFF;}
.buttondrop a:hover{text-decoration:none;color:#000;}

.buttonPink {
  color:#FFF;
  background-color:#E2003B;
  width:100px;
  margin:10px 0 0 7px;
  padding:3px;
  font-weight:bold;
  text-align:center;
}
.buttonPink a {text-decoration:none; color:#FFF;}
.buttonPink a:hover{text-decoration:none;color:#000;}
  

.add-pass { padding-top: 32px; }
#add_on_container form { overflow:inherit; }
#add_on_container .column_1 .box{ height: 180px; }
#add_on_container .background { height: 110px; }
.payment-step  h3 { padding-left: 5px; }
.imagePassBefore { margin: 0 0 0 7px; }

/* here come the columns
----------------------------------------------- */

.column_1 {
  float:left;
  width: 180px; 
  margin: 0 15px 15px 0; 
}

.column_1_end {
  float:right;
  width: 180px; 
  margin: 0 0 15px 0; 
}

.column_1_right {
  float:right;
  width: 180px;
  margin: 0 0 0px 15px;
}

.column_2 {
  float:left;
  width: 375px;
  margin: 0 15px 15px 0;
}

.column_2_end {
  float:right;
  width: 375px;
  margin: 0 0px 0px 0;
}

.column_3 {
  float:left;
  width: 570px; 
  margin: 0 15px 15px 0; 
}

.column_4 {
  float:left;
  width: 765px; 
  margin: 0 0 15px 0;   
}

/* blocks
----------------------------------------------- */

.block_homepage {
  float:left;
  width: 200px; 
  margin: 0 0 0 0; 
}

.block_banner {
  height: 290px;
  margin: 0 0 15px 0;
  padding:0;
}
.block_bannerSM {
  height: 150px;
  margin: 0 0 30px 0;
  padding:0;
}

.block_feature {
  height: 290px;
  padding:0px;
  margin: 0 0 15px 0;
}
.block_feature_2col {
  width: 375px;
  height: 152px;
  padding:0px;
  margin: 0 0 15px 0;
}

.block_home_news {
  height: 120px;
  padding:0px;
  margin: 0 0 15px 0;
}
.block_article {
  padding:0px;
  margin: 0 0 15px 0;
}
.block_article img {
  float: right;
}
.block_article p img {
  float: none;
}
.block_facebook {
  height: 44px;
  margin: 0 0 10px 0;
  padding:0;
}

/* article block list */        
.article-list ul, .block_article ul {  list-style: none;  }
.block_article ul li { margin: 0; display: none; }
.article-list .article-list-category { display: none; }
.article-list ul li { 
    border-bottom: 3px #005270 dashed; 
    margin: 0;
    padding: 5px 0 15px 0;
    overflow: hidden;
    height: 140px;
    display: none;
}
.article-list ul li .article-list-content { 
    float: left;  
    position: relative;
    width: 375px; 
} 
.article-list ul li .article-list-image { float: right;  height: 140px; width: 180px; }
/* Boxes
----------------------------------------------- */
.box{
  width: 100%;
  border: solid 1px #005373;
}

.box .background{
  background-color: #EEEEEE;
  height:100px; 
  padding:10px;
}
  
.box_blue {
  width: 100%;
  border: solid 1px #005373;
  margin: 0 0 10px 0;
}


.box_pink {
  background-color: #E2003B;
  padding: 10px;
  height: 100px;
  width:auto;
  border:2px solid white;
}

.box_pink:hover {
  border:2px solid #005373;
  cursor:pointer;
  background-color:#FF285F;
}

.box_pink.loading{
  border:2px solid #005373;
  background-color:#3CFF9D;
}

.box_pink h3 {
  color: white;
  font-size: 18px;
}
.shop .box_pink h3 {
  font-size: 25px;
  line-height: 80px;
}

.box_blue form .column_1 h3{
  margin-left: 7px;
}

/* Twitter
----------------------------------------------- */
.block_twitter {
	height: 280px;
	margin: 0 0 15px 0;
	padding:5px;
	background-color: #A3724A;
}

#tweet ul li{
  color:#FFFfff;
  font-size:12px;
  list-style:none;
  margin: 10px 5px 5px 5px;
  padding: 0 0 5px 0;
  border-bottom:1px solid #CCC;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 15px;
}

#tweet {
  width: 100%;
  height: 280px;
  overflow:auto;
}
#tweet a {font-weight:bold;}


/* Additional bits
----------------------------------------------- */
.line_pink {
  margin: 0 0 15px 0;
  padding: 0px;
  border-top:dashed 3px #E2003B;
}

.line_blue {
  margin: 0 0 15px 0;
  padding: 0px;
  border-top:dashed 3px #005373;
}

.line_bluespacer {
  margin: 10px 0 5px 0;
  padding: 0px;
  border-top:dashed 3px #005373;
}

.spacer15 {padding:0px; height:15px; clear:both;}


/* Progress Buttons
----------------------------------------------- */
.progress {
  text-align:right;
  width:140px;
  float:right;
}

.progress ul {
  display:inline;
  margin: 0px;
  padding: 0px;
  color: #FFF;
  line-height: 20px;
  white-space: nowrap;
  font-weight:bold;
  font-size:11px;
  }
  
.progress li {
  display: block;
  float:left;
  list-style-type: none;
   width:20px;
  height:20px;
  background-color:#005373;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: solid 1px #FFF;
  text-align:center;
  }  
  
.progress .completed  {
  background-color:#E2003B;
  }

/* ID Photos
----------------------------------------------- */
.id_photo{
  width: 90px;
  height: 120px;
  border: solid 1px #999;
  margin: 0 0 0 7px;
  background: url(../images/no-photo-big.jpg);
  overflow: hidden;
  }
  
.id_phototn{
  width: 50px;
  height: 50px;
  border: solid 1px #999;
  margin: 5px 5px 5px 15px;
  float: left;
  overflow: hidden;
}
.pass-error {
  display: none;
}
/* Loading
----------------------------------------------- */

#loading-overlay{
  height: 275px;
  background: rgba( 255, 255, 255, 0.8 ) url(../images/layout/loader.gif) no-repeat 50% 45%;
  border: 2px solid #bfbfbf;
}

#loading-overlay p.loading{
  position: relative;
  top: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 14px;
}

.id_photo p.loading{
  position: relative;
  padding-top: 68px;
  margin-top: 0px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: -14px;
  line-height: 14px;
  font-size: 11px;
  text-align: center;
  background: url(../images/layout/loader.gif) no-repeat 50% 46px;
}

/* Shopping Cart */
.my-cart-products, .my-cart-no-products { display: none;   padding: 0 5px; }
#categories-listing .padTop { overflow:visible; }
#categories-listing .product-name { height: 45px; }
#categories-listing h2 { font-size: 14px; }
#categories-listing .box { height: 310px; }
#categories-listing .photo img { display: block; margin: 3px auto; }
#categories-listing .box .options { height: 65px; }
#product .photo { margin: 10px 0; }
#product .box { position: relative; }
#product .product-price { 
  position: absolute; 
  right: 50px; 
  top: 
  200px; 
  font-family:Typewrite,"Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 50px;
  color: black;
  font-weight: bold;
}
a.banner-gear img {
  margin: 5px 0;
}
#categories-listing .box .button, #categories-listing .box .buttonPink { margin: 9px auto; }
#my-cart h3 { padding-left: 3px;}
#my-cart ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#my-cart ul li {
  margin: 0;
  padding: 0;
  padding: 0;
  height: 18px;
}
#my-cart ul li .product-price, #my-cart  .total-price {
  float: right;
}
#my-cart ul li .product-remove {
  float: right;
  width: 13px;
  height: 13px;
}
#my-cart ul li .product-remove a{
  margin: 1px 0 0 2px;
  padding: 0;
  background: url('../images/layout/shop/shop-remove-item.gif');
  width: 13px;
  height: 13px;
  text-indent: -9999px;
  display: block;
}
#my-cart ul li .product-name, #my-cart .total-legend {
  float: left;
}
#my-cart .buttonPink { margin: 5px auto; }

/* Footer
----------------------------------------------- */
#footer {
	background-color: #005373;
	height:120px;
	padding: 10px 0;
}
#footer .details {
	width: 960px;
	float:none;
	text-align:center;
}
#footer .details p{
  color:#FFF;
  font-size:10px;
}

.footerButtons {float:right;}
