/*
Theme Name: Azon - MiniFoodProcessors.net
Theme URI: http://ofjz.com
Description: Amazon product display theme.
Author: Johan
Version: 1.0
Tags: 
*/

/* Reset CSS */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; padding: 0; border: 0; vertical-align: baseline;	background: transparent;
}

blockquote { quotes: none; }
blockquote:before, blockquote:after { content: ''; content: none; }
del { text-decoration: line-through; }
table {	border-collapse: collapse; border-spacing: 0; }
a img { border: none; }

/* Magic Starts here ------------------------------------------------- */

body {
	background: #f7f7f7 url(images/bg.png) repeat-x top;
	font: 14px Helvetica, Arial, Sans-Serif;
	line-height: 20px;
	color: #292929;
	}

.container {
	background: url(images/container-bg.png) no-repeat top left;
	width: 980px;
	margin: 0 auto;
	}
	
a, a:visited {
	text-decoration: none;
	color: #ca8833;
	}
	
a:hover {
	color: #444445;
	}
	
/* Floats and Links */

.clear {
	clear: both;
	}
	
img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px;
	background: #fbfbfb;
	border: 1px solid #d2d2d2;
	}
	
img.alignright {
	float: right;
	margin: 0 0 15px 15px;
	padding: 5px;
	background: #fbfbfb;
	border: 1px solid #d2d2d2;
	}
	
/* Headings */
	
.single h2 {
	clear: both;
	font-weight: normal;
	font-size: 24px;
	padding: 5px 0 10px;
	line-height: 28px;
	color: #444445;
	}
	
.single h3 {
	font-weight: normal;
	font-size: 18px;
	padding: 5px 0 5px;
	line-height: 22px;
	}
	
h4 {
	font-weight: normal;
	line-height: 24px;
	font-size: 18px;
	margin-bottom: 15px;
	color: #444445;
	}
	
/* Header -------------------------- */

.logo {
	padding: 30px 0 0;
	float: left;
	width: 340px;
	margin-bottom: 40px;
	}
	
/* Menu */

.menu-header-container {
	float: right;
	width: 600px;
	text-align: right;
	margin-top: 52px;
	margin-right: 10px;
}

.menu li {
	list-style: none;
	display: inline-block;
	margin-left: 4px;
	}

.menu li a, li.menu a {
	background: #fff url(images/button-overlay.png) repeat-x bottom;
	display: inline-block;
	padding: 8px 25px 9px;
	color: #ca8833;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	border: 1px solid rgba(0,0,0,0.20);
	cursor: pointer;
	}

.menu li a:hover { background-color: #ca8833; color: #fff; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }

/* Adbar */

.adbar {
	clear: both;
	background-color: #3d3c3f;
	padding: 7px 10px 9px;
	margin-bottom: 15px;
	}

/* AnythingSlider v1.2 | By Chris Coyier: http://css-tricks.com ------------------- */

.featured { background: url(images/featured-wrapper.png) no-repeat bottom; height: 293px; margin: 15px 0 4px; }

.anythingSlider	{
	width: 980px;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	background: #fbfbfb url(images/featured-bg.png) repeat-x top;
	height: 275px;
	position: relative;
	margin: 0 auto;
	}
	
.anythingSlider .wrapper {
	width: 980px;
	background: url(images/featured-stripe.png) no-repeat;
	background-position: 890px 0px;
	overflow: auto;
	height: 266px;
	margin: 0;
	position: absolute; top: 0; left: 0;
	}

.anythingSlider .wrapper ul	{ width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li		{ display: block; float: left; padding: 0; height: 266px; width: 980px; margin: 0; }
.anythingSlider .arrow		{ display: block; height: 0; width: 0; text-indent: -9999px; position: absolute; top: 0; }

#thumbNav {
	position: relative;
	top: 255px;
	left: 10px;
	}

#thumbNav a	{
	color: black;
	text-decoration: none;
	display: inline-block;
	width: 12px;
	height: 12px;
	font-size: 0px;
	margin: 0 5px 0 0;
	background: #ca8833;
	text-align: center;
	}
	
#thumbNav a:hover { background: #3d3c3f; }
#thumbNav a.cur { background: #3d3c3f; }

#start-stop							{ width: 0px; position: absolute; top: 0px; }
.anythingSlider .wrapper ul ul		{ position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li	{ float: none; height: auto; width: auto; background: none; }

/* Slides */

.slide-img { float: left; width: 280px; margin: 5px 30px 0 50px; }
.slide-text { float: left; width: 460px; margin-top: 25px; }

.slide-meta { font-weight: bold; font-size: 14px !important; margin-bottom: 2px; }
.slide-title { color: #ca8833; letter-spacing: -1px; line-height: 28px; font-size: 30px; font-weight: bold; display: block; width: 460px; margin-bottom: 15px; }
.slide p { color: #3d3c3f; font-size: 16px; line-height: 20px; display: block; width: 450px; }

a.slide-more {
	background: #ca8833 url(images/button-overlay.png) repeat-x bottom;
	float: right;
	margin: 10px 20px 0;
	padding: 6px 10px 7px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	border: 1px solid rgba(0,0,0,0.10);
	cursor: pointer;
	}

a:hover.slide-more { background-color: #fff; color: #ca8833; }

/* Content -------------------------- */

.content { clear: both; padding: 0 0 20px; }

.left {
	width: 160px;
	float: left;
	margin-right: 25px;	
	}
	
.right {
	width: 250px;
	float: right;	
	}
	
.center {
	float: left;
	width: 520px;
	}
	
.wide {
	float: left;
	width: 710px;
	}
	
.wide .right {
	width: 520px;
	float: right;
	margin-right: 5px;
	}
	
/* Misc ------------------------------------- */

.read-more a {
	background: #ca8833 url(images/button-overlay.png) repeat-x bottom;
	float: right;
	margin: 5px 0 5px;
	padding: 4px 6px 5px;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	border: 1px solid rgba(0,0,0,0.10);
	cursor: pointer;
	}

.read-more a:hover { background-color: #fff; color: #ca8833; }
	
/* Breadcrumbs */

.breadcrumbs {
	background: #fbfbfb url(images/icon-home.png) no-repeat left;
	background-position: 10px 8px;
	padding: 6px 10px 7px 32px;
	font-size: 11px;
	border: 1px solid #d2d2d2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	}
	
/* Category ----------------------------------- */

.cat-title {
	font-weight: bold;
	color: #444445;
	line-height: 29px;
	font-size: 32px;
	margin: 5px 0 10px;
	padding: 3px 53px 10px;
	background: url(images/large-icon-folder.png) no-repeat left top;
	background-position: 10px 0px;
	border-bottom: 1px solid #d2d2d2;
	}
	
.post			{ clear: both; margin: 0 0 15px; }

.post-image 	{ float: left; width: 160px; margin-bottom: 10px; }
.post-image img	{ background-color: #fbfbfb; padding: 4px; border: 1px solid #d2d2d2; }
	
.post-content	{ float: right; width: 360px; font-size: 12px; line-height: 18px; }
.post h3		{ padding: 5px 15px 8px 10px; }
.post-content p	{ padding: 0 15px 0 10px; }
	
.read-more		{ padding: 0 !important }
	
.post-meta {
	clear: both;
	border: 1px dotted #d2d2d2;
	padding: 4px 10px 5px;
	margin-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.post-meta p {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	}

.post-meta a {
	font-weight: normal;
	}
	
.post-meta .tags img {
	float: left;
	margin: 2px 5px 0 0;
	}
	
.post-meta .category img {
	float: left;
	margin: 1px 5px 0 0;
	}
	
.post-meta .category {
	margin: 0 10px 0 0;
	}
	
/* Single Post -------------------------------------- */

.wide h1 {
	font-weight: normal;
	color: #444445;
	line-height: 29px;
	font-size: 32px;
	margin: 0 0 10px;
	padding: 3px 53px 10px;	
	border-bottom: 1px solid #d2d2d2;
	}
	
.single-title {
	background: url(images/large-icon-folder.png) no-repeat left top;
	background-position: 10px 0px;
	}
	
h1.page-title {
	background: url(images/large-icon-document.png) no-repeat left;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	padding-left: 45px;
	}
	
.wide h1 a { color: #444445; }	

.single { padding-top: 5px; }

.single p {
	margin: 0 0 10px;
	}
	
/* Home -------------------------------------- */

/* Intro */

.intro {
	margin-bottom: 25px;
	padding: 25px;
	background: #fbfbfb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	}
	
h1.intro-title {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #444445;
	margin: 0 0 10px;
	padding: 0;
	border: 0;
	}

.section {
	font-weight: bold;
	line-height: 29px;
	color: #444445;
	font-size: 24px;
	margin-bottom: 10px;
	padding: 10px 33px 10px;
	border: 1px solid #d2d2d2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.products h2.section {
	background: #fbfbfb url(images/icon-star.png) no-repeat left;
	background-position: 10px 15px;
	}
	
.ft-articles h2.section {
	background: #fbfbfb url(images/icon-document.png) no-repeat left;
	background-position: 10px 15px;
	}
	
.products {
	margin-bottom: 15px;
	}
	
.ft-articles {
	clear: both;
	padding-top: 15px;
	}
	
	
/* Flow Posts */

.col1 {
	float: left;
	width: 168px;
	margin-right: 5px;
	}
	
.col2 {
	float: left;
	width: 168px;
	}
	
.col3 {
	float: right;
	width: 168px;
	}
	
.break {
	margin-bottom: 6px;
	}

.flow-post {	
	background-color: #fbfbfb;
	border: 1px solid #d2d2d2;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;	
	font-size: 11px;
	}
	
.flow-post:hover {
	background-color: #fff;
	}
	
.flow-image {
	text-align: center;
	background-color: #fff;	
	height: 80px;
	padding: 15px 0 10px;
	}
	
.flow-content { padding: 0px 10px 10px; }

.flow-rating { font-weight: bold; }
.flow-rating span { font-weight: normal; }
.flow-content .stars { clear: both; text-align: center; }
	
.flow-title {
	font-size: 11px;
	line-height: 12px;
	display: block;
	overflow: hidden;
	height: 35px;
	margin: 10px 0 5px;
	}
	
.flow-desc {
	clear: both;
	line-height: 13px;
	display: block;
	height: 110px;
	padding-top: 10px;
	}
	
.flow-price { clear: left; float: left; margin-top: 6px; display: block; font-size: 16px; color: #444445; width: 65px; height: 18px; overflow: hidden; font-weight: bold; }

/* Contact */

.wpcf7			{ font-size: 12px; font-weight: bold; padding-top: 20px; }
.wpcf7-text		{ background-color: #fff; border: 1px solid #d2d2d2; width: 400px; padding: 8px 12px; }
.wpcf7 textarea	{ background-color: #fff; border: 1px solid #d2d2d2; width: 420px; }

/* Sidebar -------------------------- */

.widget {
	background: #fbfbfb;
	padding: 10px 10px 10px;
	margin: 0 0 15px;
	border: 1px solid #d2d2d2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.widget-title {
	background: url(images/icon-arrow.png) no-repeat;
	margin: 0px 0 10px;
	color: #444445;
	padding: 0px 0 0 22px;
	}
	
.widget_tag_cloud .widget-title { margin-bottom: 10px; background: url(images/icon-tag.png) no-repeat; }
.widget_extended-categories .widget-title { margin-bottom: 10px; background: url(images/icon-folder.png) no-repeat; }
.widget_links .widget-title { margin-bottom: 10px; background: url(images/icon-heart.png) no-repeat; }
	
.widget ul {
	list-style: none;
	font-size: 12px;
	line-height: 15px;
	}
	
.widget ul li {
	background: url(images/icon-arrow-small.png) no-repeat left;
	border-top: 1px dotted #d2d2d2;
	padding: 8px 7px 8px 20px;
	}
	
.widget ul li:hover {
	background: #fff url(images/icon-arrow-small-hover.png) no-repeat left center;
	}
	
/* Widgets & Plugins ------------------------------ */

/* Categories widget */

.widget_extended-categories .cat-item {	
	background-position: 0 11px !important;
	font-weight: bold;
	}
	
.widget_extended-categories .children {
	padding: 5px 0 1px;
	font-size: 11px;
	}
	
.widget_extended-categories .children li {
	background-position: 0px 7px !important;
	font-weight: normal;
	border: 0;
	padding: 4px 7px 4px 18px;
	}

/* Widget - Tags */

.widget_tag_cloud a {
	display: inline-block;
	background: #fbfbfb url(images/button-overlay.png) repeat-x bottom;
	padding: 4px 6px 5px;
	color: #ca8833;
	text-decoration: none;
	font-weight: bold;
	margin: 2px;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	cursor: pointer;
	}

.widget_tag_cloud a:hover { background-color: #fff; color: #444445; }

/* Search */

#search { width: 250px; margin: 0 auto 20px; height: 34px; background: url(images/search-bar.png) no-repeat top left; }
	
#search-text {
    float: left;
    padding: 0px 10px 0px 11px;
	margin-top: 8px;
    border: 0;
    width: 197px;
	font-family: 'Lucida Grande', Arial, Verdana, Sans-Serif;
	font-size: 14px;
	color: #545b57;
    background: none;
	}

#search-ok { float: right; }

/* Pagenavi */

.post-nav {
	clear: both;
	padding-top: 25px;
	}

.wp-pagenavi {
	clear: both;
	background: #fbfbfb;
	padding: 15px 10px 19px;
	margin: 0 0 15px;
	border: 1px solid #d2d2d2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.wp-pagenavi a, .wp-pagenavi a:link, wp-pagenavi a:visited {
	background: #ca8833 url(images/button-overlay.png) repeat-x bottom;
	margin-right: 2px;
	padding: 6px 10px 7px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	border: 1px solid rgba(0,0,0,0.10);
	cursor: pointer;
}

.wp-pagenavi a:hover { background-color: #fff; color: #ca8833; }

.wp-pagenavi span.pages {
	background: #fff url(images/button-overlay.png) repeat-x bottom;
	padding: 6px 10px 7px;
	color: #ca8833;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin-right: 2px;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.wp-pagenavi span.current {
	background: #fff url(images/button-overlay.png) repeat-x bottom;
	padding: 6px 10px 7px;
	color: #ca8833;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0 3px 0;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.wp-pagenavi span.extend {
	background: #ca8833 url(images/button-overlay.png) repeat-x bottom;
	margin-right: 2px;
	padding: 6px 10px 7px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	border: 1px solid rgba(0,0,0,0.10);
	cursor: pointer;
}


/* Footer -------------------------- */

.footer { clear: both; border-top: 1px solid #d2d2d2; margin: 15px 0; padding: 15px 0 30px; }
.copy { float: left; width: 350px; font-size: 11px; margin: 0 0 0 10px; }
.copy img { float: left; margin: 0 15px 0 0; }
.copy p { padding-top: 5px; }

.footer-menu {
	float: right;
	width: 500px;
	text-align: right;
	margin-right: 10px;
}

.footer-menu li {
	list-style: none;
	display: inline-block;
	margin-left: 4px;
	}

.footer-menu a {
	display: inline-block;
	background: #fff url(images/button-overlay.png) repeat-x bottom;
	padding: 4px 6px 5px;
	color: #ca8833;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 1px;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	cursor: pointer;
	}
	
.footer-menu a:hover { background-color: #fff; color: #444445; }
	
/* ReviewAzon -------------------------- */

.rz-product .spacer			{ border-bottom: 1px dotted #d2d2d2; padding: 10px 0 0; }

.product-top				{ font-weight: bold; clear: both; background: #fbfbfb; padding: 10px 10px 0px; margin: 0 0 15px; border: 1px solid #d2d2d2; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.product-top span			{ font-weight: normal; }
.product-top p				{ margin-bottom: 5px; }

.product-top .image			{ float: left; width: 190px; }
.product-top .info			{ float: right; width: 300px; }

.product-top .price			{ clear: both; background: url(images/icon-checkmark.png) no-repeat left; padding-left: 20px; font-size: 18px; }
.product-top .buynow		{ margin-top: 25px; }
.product-top .rating		{ margin-bottom: 15px; }
.product-top .rating-text	{ float: left; width: 125px; }
.product-top .stars			{ float: left; width: 100px; margin-top: 4px; }
.product-top h3				{ font-size: 14px; line-height: 18px; }

.product-info h2			{ margin: 10px 0; border-bottom: 1px dotted #d2d2d2; padding-bottom: 10px; }

.product-info .description	{ margin-bottom: 20px; padding: 0 10px; }
.product-info ul			{ list-style: none; margin: 0px 10px 10px; }	
.product-info ul li 		{ background: url(images/icon-arrow-small-hover.png) no-repeat left; padding: 5px 7px 5px 20px; }

.rz-comment					{ border-bottom: 1px dotted #d2d2d2; padding: 10px 0; font-size: 12px; line-height: 18px; }
.rz-comment h3				{ background: url(images/icon-user.png) no-repeat left; padding-left: 25px; margin: 0 10px 5px; }
.rz-comment .reviewer		{ font-size: 10px; font-weight: bold; clear: both; background: #fbfbfb;	padding: 7px 5px 5px; margin: 0 0 15px; border: 1px solid #d2d2d2; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.rz-comment .reviewer span	{ font-weight: normal; }
.rz-comment .review			{ padding: 0 10px; }

.info-inline				{ float: right; width: 300px; font-size: 12px; }
.info-inline .rating		{ margin-bottom: 5px; }
.info-inline .rating-text	{ float: left; width: 90px; }
.info-inline .buynow		{ margin-top: 15px; }

