/*
Theme Name: Full Circle Brand
Theme URI: http://fullcirclebrand.com/
Description:
Version: 1.0
Author: John Natoli
Author URI: http://johnnybeesdesign.com/
Tags:
*/

@import url("reset.css");

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: url("images/mainbg.jpg") center -40px no-repeat #1b0a00;
}
a.rarr {
	display: block;
	float: left;
	height: 13px;
	padding-left: 30px;
	background: url("images/rarr.png") left center no-repeat;
}
strong {
	font-weight: bold;
}

/*--- Header ---*/

#header {
	width: 747px;
	margin: 10px auto 0 auto;
}
	#header #headerimg {
		position: relative;
		float: left;
		height: 0px;
		width: 95px;
		padding-top: 95px;
		background: url("images/logo.png") top left no-repeat;
		overflow: hidden;
	}
		#header #headerimg a {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
	#header #topnav {
		float: right;
		margin-top: 55px;
	}
	#header #topnav li {
		float: left;
	}
		#header #topnav li a {
			display: block;
			height: 0;
			padding: 13px 20px 0 20px;
			overflow: hidden;
			background-position: top center;
			background-repeat: no-repeat;
		}
		#header #topnav li a.shop {
			background-image: url("images/btn_shop.png");
			background-position: top right;
			width: 34px;
			padding-right: 0;
		}
			#header #topnav li a.shop:hover {
				background-position: right -20px;
			}
			#header #topnav a:hover {
				background-position: center -20px;
			}
			
#footer {
	width: 747px;
	margin: 20px auto;
	color: #EEDDBC;
}
	#footer ul li.credit {
		clear: left;
		text-transform: lowercase;
		font-size: 8px;
		margin-top: 10px;
	}
	#footer ul {
		float: left;
		margin-top: 21px;
	}
	#footer ul li {
		float: left;
		border-right: 1px solid #EEDDBC;
		text-transform: uppercase;
		padding: 0 1em;
	}
		#footer ul li:first-child {
			padding-left: 0;
		}
		#footer ul li:last-child {
			border-right: none;
			padding-right: 0;
		}
		#footer ul li a {
			color: #EEDDBC;
			text-decoration: none;
		}
			#footer ul li a:hover {
				text-decoration: underline;
			}
	#footer #urnex_logo {
		float: right;
		text-transform: uppercase;
	}
		#footer #urnex_logo img {
			vertical-align: middle;
		}
	#footer .banners {
		clear: left;
		margin: 20px 0;
	}
		#footer .banners a {
			float: left;
			display: block;
			width: 219px;
			height: 69px;
			padding: 18px 0 0 12px;
			overflow: hidden;
			font-size: 12px;
			color: #EEDDBC;
			line-height: 1.5em;
			margin-right: 27px;
			text-decoration: none;
		}
			#footer .banners a:hover {
				text-decoration: underline;
			}
		#footer .banners .cleaners {
			background: url("images/cleaners_banner.png") top left no-repeat;
		}
		#footer .banners .puro {
			background: url("images/puro_banner.png") top left no-repeat;
		}
		#footer .banners .barista_exchange {
			background: url("images/barista_exchange_banner.png") top left no-repeat;
			margin-right: 0;
		}
		#footer .banners .grinder { background: url("images/grinder_banner.png") top left no-repeat; }	
		#footer .banners .amazon { background: url("images/amazon_banner.png") top left no-repeat; }	
		
		
/*--- Home --- */
#content {
	position: relative;
	font-size: 12px;
	color: #3C1C0F;
	line-height: 1.5em;
	width: 747px;
	min-height: 375px;
	overflow: hidden;
	margin: 0 auto;
	background: url("images/hero_bg_1.jpg") bottom left no-repeat;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	#content a {
		color: #3C1C0F;
	}
	#content ol {
		list-style: decimal;
		margin-left: 1.75em;
	}
		#content ol li {
			margin-bottom: 1em;
		}
	#content #copy {
		width: 365px;
		margin-top: 62px;
		margin-left: 22px;
		float: left;
	}
		#content #copy p {
			margin-bottom: 1em;
		}
			
/*--- About --- */
#page.about #content {
	background: url("images/about_bg_1.jpg") top left no-repeat #fcfdf5;
}
			
/*--- Green --- */
#page.green #content {
	font-size: 12px;
	background: url("images/green_bg_1.jpg") bottom left no-repeat;
}
	#page.green #content #copy {
		width: 250px;
		margin-top: 100px;
		margin-left: 38px;
	}
	#content #copy ul {
		list-style: disc;
		margin-bottom: 1em;
		margin-left: 1.5em;
	}
		#content #copy ul li {
			margin-bottom: .5em;
		}
			
/*--- Maintenance --- */
#page.tips-and-tricks #content {
	background: url("images/maint_bg_1.jpg") top left no-repeat #fcfdf5;
}
	#page.tips-and-tricks #content #icons {
		position: absolute;
		left: 500px;
		top: 0;
	}
		#page.tips-and-tricks #content #icons a {
			display: block;
			clear: both;
			float: right;
			width: 200px;
			margin-top: 35px;
		}
			#page.tips-and-tricks #content #icons a span {
				display: block;
				float: right;
				width: 100px;
				visibility: hidden;
			}
				#page.tips-and-tricks #content #icons a:hover span {
					visibility: visible;
				}
			#page.tips-and-tricks #content #icons a img {
				float: right;
				vertical-align: middle;
				margin-right: 12px;
			}
			
/*--- Contact --- */
#page.contact #content {
	background: url("images/contact_bg_1.jpg") top left no-repeat #fcfdf5;
	min-height: 500px;
}
.wpcf7-response-output {
	width: 100%;
}
	#page.contact #content #copy {
		position: relative;
		padding-top: 62px;
		margin-top: 0;
	}
	#page.contact #content .wpcf7 {
		position: absolute;
		top: 0;
		left: 105%;
		padding-top: 62px;
	}
		#page.contact #content .wpcf7 p {
			width: 200px;
		}
	#page.contact #content .wpcf7 .your-message textarea {
		width: 300px;
	}
			
/*--- Products --- */
.product {
	position: relative;
	height: 360px;
	width: 203px;
	float: right;
	margin: 0px 35px 0 0;
	text-align: center;
}
	#page.products #copy {
		position: absolute;
		top: 26px;
		left: 22px;
		margin-top: 0;
		margin-left: 0;
		width: 250px;
	}
		#page.products #copy img {
			margin-bottom: 18px;
		}
	.product .inner {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
		#content .product .inner a {
			display: block;
			width: 100%:
			height: 375px;
			text-transform: uppercase;
			text-decoration: none;
			color: #EEDDBC;
		}
			#content .product:hover .inner a h2 {
				font-weight: bold;
			}
			.product .inner a h2 {
				padding: 20px 0 8px 0;
			}
			.product .inner img.product_image {
				position: absolute;
				bottom: 60px;
				left: 50%;
				width: 78px;
				margin-left: -39px;
			}
	.product .inner img.arrows {
		position: absolute;
		bottom: 38px;
		left: 0;
	}

/* Added On 05-17-11 to allow for 4 products on the Products Landing Page --- */
#content .four { width: 120px; margin-right: 53px; margin-top: 5px; overflow: visible; }
#content .four img.arrows { width: 158px; overflow: visible; left: 15px; }
#content .four a { text-align: center; width: 190px; margin-left: -39px; position: relative; }
#content .four a h2 { text-align: center; }


/* END Added On 05-17-11...  --- */


	
body.page-child.page-template-products-php #page #content{
	padding-bottom: 155px;
	background-color: #f9fada;
	min-height: 0;
}	
body.page-child.page-template-products-php #page #content #copy {
	margin-top: 26px;
	margin-left: 22px;
	width: 475px
}
body.page-child.page-template-products-php #page #content #copy ol {
	margin-bottom: 1em;
}
body.page-child.page-template-products-php #page #content #copy ol li {
	margin-bottom: 0;
}
body.page-child.page-template-products-php #page #content #copy img {
	margin-bottom: 18px;
}
	
body.page-child.page-template-products-php #page #content .product {
	position: absolute;
	right: 0;	
	bottom: 15px;
}
#product_links {
	position: absolute;
	bottom: 50px;
	left: 22px;
	margin: 0;
	padding: 0;
}
	#product_links li {
		height: 13px;
		background: url("images/rarr.png") left no-repeat;
		padding-left: 30px;
		margin-bottom: 1em;
	}
		#product_links li a {
			color: #f9fada;
		}
		
/*--- Terms of Use --- */
#page.terms-of-use #content {
	background: url("images/blank_bg_1.jpg") bottom left no-repeat #fdfef8;
}
	#page.terms-of-use #content #copy {
		width: 700px;
		margin-top: 22px;
	}

/*--- Utilities ---*/
/* new clearfix */
.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */
