/* =========================================================
 * Baseline CSS Styles
 * ========================================================= */

html, body {
	/* "Better Helvetica" Font Stack courtesy of CSS-Tricks */
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	font-size: 14px;
	line-height: 1.33333333em;
	color: #333333;
	
	background-color: #ffffff;
	background-image: url('../img/bannerbg.jpg');
	background-repeat: no-repeat;
		
	min-width: 100px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans Condensed",serif;
	font-weight: 300;
	font-size: 1.5em;
	}
	
a, a:visited {
	color: #92AAAA;
	text-decoration: none;
	}
	
	a:active, a:hover {
		color: #ffffff;
		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		}
		
	
.show-mobile {
	display: none;
	}
/* =========================================================
 * Header CSS Styles
 * ========================================================= */
 
#search { 
	border-radius: 10px;
	width: 200px; 
	}

.container {
	margin: 0 auto; 
	max-width: 960px;
	width: 80%;
	}
	.content-container {
		margin: 0 auto;
		max-width: 960px;
		width: 80%;
		padding: 15px;
		background-color: #ffffff;
		}
	.right-align {
		text-align: right;
		}
.topbar-container {
	position: relative;
	float: right;
	color: #fff;
	padding: 25px 10px;
	width: 70%;
	}
	.cart_no {
		padding: 4px 7px;
		border: 2px solid #666666;
		color: #fff;
		border-radius: 4px;
		margin-left: 5px;
		margin-right: 20px;
		}
	.cart-login {
		margin-right: 20px;
		float: left;
		}
	.topbar-container a:hover {
		border: 0;
		}
	.search-container {
		
		}
		
.logo_container {
	padding: 20px 0px;
	}
	.logo_container a:hover {
		border: 0px;
		}
	
nav {
	text-align: right;
	padding: 60px 0px 0px 0px;
	}
	nav a, a:visited {
		color: #ffffff;
		}
	nav a:active, nav a:hover {
		border-bottom: 5px solid #ffffff;
		color: #ffffff;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		}
	.nav-style {
		margin: 0 2%;
		padding: 0;
		letter-spacing: 1.5px;
		padding-bottom: 7px;
		line-height: 1.2em;
		}
	nav a.selected {
		border-bottom: 5px solid #ffffff;
		}
	
	nav h1 {
		display: inline;
		}

img.logo {
	width: 80%;
	max-width: 150px;
	
	padding: 10px;
	opacity: 0.9;
	}
	
/* =========================================================
 * Body CSS Styles
 * ========================================================= */

.colombia-container {
	text-align: center;
	}

.colombia-banner {
	width: 100%;
	background-color: #ffffff;
	background-image: url('../img/farmer.png');	
	text-align: center;
	border-radius: 3px;
	}

.colombia-info {
	position: absolute;
	bottom: 4px;
	background: rgba(0,0,0,0.8);
	color: #ffffff;
	text-align: left;
	padding: 5px 20px;
	line-height: 2.5em;
	width: 100%;
	}
	
	.colombia-info-content {
		padding-right: 15px;
		padding-bottom: 10px;
		}

	.cta-container {
		padding: 20px 0px;
		display: block;
		text-align: left;
		}
	
	a.cta-button {
		font-weight: 700;
		padding: 10px;
		color: #000000;
		background-color: #333333;
		border-radius: 3px;
		text-transform: uppercase;
		text-align: center;
		font-size: 1em;
		}

	
	a.blue {
		background-color: #92AAAA;
		}
		
	a.green {
		background-color: #a9d689;
		}
	
	a.blue:hover {
		color: #333333;
		background-color: #ffffff;
		border: 0px;
		}
		a.green:hover {
			background-color: #333333;
			color: #ffffff;
			border: 0px;
			}
		

/* =========================================================
 * News CSS Styles
 * ========================================================= */
	
.news-container {
	padding: 35px 25px;
	background-color: #dddddd;
	max-width: 930px;
	margin: 0 auto;
	}

.news-img {
	width: 80%;
	padding-left: 25px;
	}
.news-content {
	padding: 55px;
	}
		
/* =========================================================
 * More Info CSS Styles
 * ========================================================= */
 
.more-info-container {
	max-width: 930px;
	margin: 0 auto;
	} 
.more-info {
	border-top: 5px solid #333333;
	padding: 0px;
	float: left;
	width: 32%;
	margin-top: 10px;
	} 
	.more-info-left {
		margin-right: 2%;
		}
	.more-info-middle {
		margin-left: 0px;
		margin-right: 2%;
		}
	.more-info-right {
		margin-left: 0px;
		} 
	
	.more-info img {
		width: 100%;
		margin-bottom: 20px;
		opacity: 0.9;
		}
	
	.more-info h1, .more-info p {
		padding: 0px 10px;
		}
		
		.more-info h1 {
			font-weight: bold;
			}

	.more-info a, .more-info a:visited {
		color: #92AAAA;
		text-decoration: none;
		}
	
	.more-info a:active, .more-info a:hover {
		color: #000000;
		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		}

/* =========================================================
 * Footer CSS Styles
 * ========================================================= */

.footer-container {
	clear: both;
	background-color: #333333;
	color: #ffffff;
	max-width: 930px;
	margin: 50px auto 0 auto;
	}
	.footer-container img {
		display: in-line;
		}
 
.footer {
	padding: 20px;
	}

.fairtrade-img {
	width: 70px;
	float: left;
	padding-right: 10px;
	}

.copyright {
	border-top: 1px dotted #ffffff;
	text-align: center;
	}

.more-info img {
	width: 100%;
	}
	
/* =========================================================
 * product.html Styles
 * ========================================================= */

.product {
	margin: 10px 0px;
	background-color: #;
	border-top: 1px solid #cccccc;
	padding-top: 20px;
	} 
	
h1.page-title {
	line-height: 1.5em;
	font-weight: bold;
	}
 
img.color_top { border-top-width: 10px;	}
		
img.color_left { border-width: 0px 0px 0px 0px;	}

img.orange { border-color: #d99255; }
		
img.purple { border-color: #333740; }
	
img.green { border-color: #a4b05c; }

img.productpic {
	padding: 15px 25px;
	width: 100%;
	}
	
img.morepics {
	position: relative; 
	float: left;
	padding: 5px;
	width: 100%;
	}

.product-info {
	padding-left: 25px;
	}

select {
	border: 1px solid #cccccc;
	width: 250px;
	margin: 2px;
	}
	
select.product-option {
	width: 90%;
	max-width: 120px; 
	}
	
select.product-option1 { 
	width: 90%;
	max-width: 120px; 
	}
	
a.rt { color:#330000; }

select.product-option2 { 
	width: 90%;
	max-width: 170px; }
	
a.rt { color:#330000; }

details summary a.rt { color:#330000; }

details:focus { border-color: none; }

summary.cartbutton {
	background-color: #666666;
	color: #cccccc;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px;
	margin: 10px 0px;
	text-align: center;
	border-radius: 5px;
	float: left;
	} 
	
	summary.cartbutton::-webkit-details-marker {
  		display: none
		}
	

 
 /* =========================================================
 * Form CSS Styles
 * ========================================================= */
.center-text{ text-align:center; }
.form-style { 
	padding:30px 0px 10px 10px; 
	float: left;}

form.login { 
	width: 50%;
	}

form input[type="text"],
form input[type="email"] {
 	padding: 2px;
 	font-size: 14px;
 }

form input[type="text"]:hover,
form input[type="email"]:hover {
  	background-color: white;
  	color: black;
  	}

form input[type="text"]:focus,
form input[type="email"]:focus {
  	background-color: white;
  	color: black;
  	}

textarea {
  	padding: 2px;
  	resize:none;
  	}

	textarea:hover {
		background-color: white;
		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		}
  
summary:active { border: none; }

/* form div positioning */

form div {
	margin-bottom: 0.5em;
	clear:both;
	}
	
	form div.firstname, form div.lastname, form div.exp_month, form div.exp_year {
		width: 50%;
		float: left;
		clear: none;
		}
		
	form div.firstname, form div.exp_month {
		padding-right: 3px;
		}
		
form input[type="radio"], form input[type="checkbox"] {
	width:25px;
	padding-left: 1em;

}
	form div.card_type label, form div.card_type, form div.address input{ 
		float: left;
	}
	form div.card_type, form div.address label{
		
		padding:0.1em 2em 0.2em 0em;
	}

/*form element */
	form label {
		display: block;
		font-weight: bold;

	}

.visit-style{

		width:100%;
	}


	form input, form textarea, form select {
		width: 100%;
		margin-top: 0.2em;
		
		padding: 0.4em;
		border: 1px solid #666666;
		outline: none;
		background-color: #eeeeee;

		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

.submit {
	background-color: #cccccc;
	border: 1px dotted #666666;
	text-align: center;
}
.submit:hover {
	background-color: white;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

}

/* =========================================================
 * Cart Table CSS Styles
 * ========================================================= */
 .cart {}

img.incart {
	width: 80%;
	height: auto;
	padding: 5px 0px 0px 20px;
	}

 .box-pic{
 	padding:5px;}
 .box-info{
 	padding:5px;
  }
  .box-quant{
  	padding:5px;
  }
  .box-price{
  	padding:5px;
  }
.box-total{
  	padding:5px;
  	}

.box-pic1{
   	padding:5px;
   	float:left;
   	
  	min-height: 20%;
  }
 .box-info1{
 	padding:5px;
 	float:left;
  	min-height: 20%;
  	
  }
  .box-quant1{
  	padding:5px;
  	float:left;
  	min-height: 20%;
  }
  .box-price1{
  	padding:5px;
  	float:left;
  	min-height: 20%;
  }
  .box-total1{
  	padding:5px;
  	float:left;
  	min-height: 20%;
  }
 .con1{float:left;
    width:100%;
    background:white;}
 .con2{float:left;
    width:100%;
    background:blue;}
 .con3{float:left;
    width:100%;
    background:white;}
 .con4{
 	float:left;
    width:100%;
    background:white;}
 .con5{float:left;
    width:100%;
    background:white;
    	border-top: 1px solid #cccccc;
	padding-top: 20px;}

summary.checkout {
	background-color: #666666;
	color: #cccccc;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px;
	margin: 10px 0px;
	text-align: center;
	border-radius: 5px;
	float: right;
	} 
	
	summary.cartbutton::-webkit-details-marker {
  		display: none
		}

.checkout-guest {
	clear: both;
	padding-right: 20px;
	}
	
details.returning-cust h2 {
	display: inline;
	}

.greytext{ color: #cccccc; }

.total-due {
	border-top: 3px solid #cccccc;
	padding: 20px;
	margin-top: 20px;
	}

.confirmation a {
	color: #92AAAA;
	}
	
.about-img {
	width: 100%;
	}

.side_about {
	padding: 10px;
}

.story {	
	padding: 20px;
	}

/* =========================================================
 * Media Query Styles
 * ========================================================= */

/* Smartphones */
@media only screen
and (max-width: 480px) {
	.column, .columns {
		float: none;
	}
	.one, .two, .three, .four, .five, .six, .seven, .eight, .nine, .ten, .eleven, .twelve {
		width: 100%;
	}	
	.show-mobile {
		display: inline;
	}
	
	.hide-mobile {
		display: none;
		}
		
	#banner {
		background-image: url("");
		background-color: #373131;
		}
	
	.container { 
		width: 100%; 
		}
		
	.content-container {
		margin: 0px;
		padding: 0px;
		width: 100%;
		}
	
	.logo_container {
		text-align: center;
		padding: 5px 0 5px 0;
		border-bottom: 1px dotted #cccccc ;
		width: 100%;
		float: left;
		}
		img.logo {
			width: 30%;
			padding: 5px;
			}
	.topbar-container {
		color: #fff;
		width: 100%;
		text-align: center;
		padding: 0px 0px 0px 4px;
		margin: 0px;
		}
		.cart-login {
			padding: 15px 0px !important;
			margin: 0px;
			float: left;
			width: 50%;
			}
		.cart {
			margin-right: px;
			padding-right: 0px;
			}	
		.cart_no {
			padding: 2px 6px !important;
			border: 0;
			border: 1px solid #cccccc;
			color: #cccccc;
			border-radius: 3px;
			margin-left: 5px;
			}
		.search-container {
			width: 50%;
			padding: 0px;
			margin: 0px;
			float: left;
			}
		#search {
			padding: 5px !important;
			margin-top: 10px !important;
			width: 80%; 
			border-radius: 0px;
			}
	h1 {
		font-size: 1.5em;
		}
	
	nav {
		clear: both;
		padding: 0px !important;
		border-bottom: 1px solid #ffffff;
		margin: 0px !important;
		background-color: #373131;
		}
		.nav-style {
			display: block;
			width: 100%;
			padding: 10px 10px; 
			letter-spacing: 1px;
			margin: 0px;
			border-top: 1px solid #ffffff;
			text-align: left;
			}
		nav a:active, a:hover {
			border-bottom: 0px;
			}
		
		.colombia {
			padding: 0px;
			}
		
		img.colombia-banner {
			width: 100%;
			padding: 0px;
			margin: 0px;
			text-align: center;
			border-radius: 0px;
			}
			
		.colombia-info {
			position: relative;
			bottom: 0px;
			background: rgba(0,0,0,0.8);
			color: #ffffff;
			text-align: left;
			margin:  0px;
			padding: 15px;
			line-height: 2em;
			}
		
			.colombia-info-content {
				padding-bottom: 5px;
				margin: 0px;
				}

		a.green {
			margin-left: 25px;
			}
		
		.news-container, .news-content {
			padding: 35px 10px;
			text-align: center;
			}	
			
		.more-info {
			width: 100%;
			padding: 10px;
			}
			
		img.productpic {
			padding: 15px 25px;
			width: 80%;
			}		
		
		.thirtythree {
			width: 33% !important;
			}
			
		.box-pic1 {
			width: 40%;
			float: left;
			margin-right: 5px;
			}
			
		.box-info1 {
			width: 50%;
			float: left;
			}
		
		.box-quant1 {
			clear: both;
			}
		
		.mobile-cart-return {
			clear: both;
			padding-top: 30px;
			padding-right: 10px;
			}
		
		.total-labels, .total-numbers {
			width: 50%;
			float: left;
			}
		
		summary.cartbutton {
			margin-right: 10px;
			}
			
		h1.page-title {
			padding: 10px;
			}
			
		footer {
			padding-top: 0px !important;
			}
		
		
			
}

/* Header Fix for 700px */
@media only screen
and (max-width: 1000px) {
	nav {
		padding: 10px 0;
		}
	.cart-login {
		padding-right: 0px;
		}
	.cart_no {
		padding-right: 5px;
		}
	#search {
		margin-top: 0px;
		}
	.topbar-container {
		padding-top: 0px;
		margin-top: 40px;
		width: 100%;
		}

	.colombia {
		padding: 10px 0px 0px 0px;
		}
 
	.colombia-banner {
		width: 100%;
		margin: 0;
		text-align: center;
		border-radius: 0px;
		}
	
	.colombia-info {
		position: relative;
		}
	.news-img {
		width: 100%;
		padding-left: 25px;
		padding-top: 80px;
	}
	
	footer {
		padding-top: 0px;
		}
		
	.maincontent_about {
		width: 100%;
		}
	
	.side_about {
		width: 100%;
		padding: 10px;
		}
	
	.hide-tablet {
		display: none;
		}
}

