/*
Theme Name: Minka
Theme URI: http://www.minkafairtrade.com
Description: Theme for Minka Fair Trade
Author: Moise Marcoux-Chabot
Version: 0.1
*/


@charset "UTF-8";
/* CSS Document */


/* RESET
-------------------------------------------------------------- */

* {
	margin:0;
	padding:0;
}

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;
	}
body {
	line-height: 1;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	clear: both;
	}
ol, ul {
	list-style: none;
	}
blockquote {
	quotes: none;
	}
blockquote:before, blockquote:after {
	content: '';
	content: none;
	}
del {
	text-decoration: line-through;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
a img { border: none; 
	}

/* FONTS
-------------------------------------------------------------- */

body, #searchbox, p.wp-caption-text {
	font-family: Georgia, serif;
	}
p, span, input, text-area, textarea, #content ul, #content ol {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}

pre {
	font-family: Courier, monospace;
	}

code {
	font-family: Monaco, monospace;
	}


/* TYPOGRAPHY
-------------------------------------------------------------- */

p, input, textarea {
	color: #2F1614;
	font-size: 14px;
	line-height: 24px;
	}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
	}


/* Text elements
-------------------------------------------------------------- */


p {
	margin-bottom: 18px;
	text-align: justify;
	}
ul {
	list-style:disc;
	margin: 0 0 18px 1.5em;
}
ul ul {
	list-style:circle;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
	}
ol ol {
	list-style:upper-alpha;
	}
ol ol ol {
	list-style:lower-roman;
	}
ol ol ol ol {
	list-style:lower-alpha;
	}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
	}
dl {
	margin:0 0 24px 0;
	}
dt {
	font-weight: bold;
	}
dd {
	margin-bottom: 18px;
	}
strong {
	font-weight: bold;
	}
cite, em, i {
	font-style: italic;
	}
big {
	font-size: 131.25%;
	}
ins {
	background: #FFFFCC;
	}
blockquote {
	padding: 0 3em;
	line-height:16px;
	font-style: italic;		
	}
blockquote p {
	line-height:16px;
	}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
	}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 18px;
	}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
	}
ins {
	text-decoration: none;
	}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	}
sup {
	bottom: 1ex;
	}
sub {
	top: .5ex;
	}
input[type="text"], textarea, select, option {
	padding: 0 0 0 3px;
	}
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

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


#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:18px;
	font-size:14px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	margin: 0 0 18px 0;
	line-height: 1.5em;
}
#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	padding: 9px 18px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 18px;
}
#content tr.odd td {
	background: #F2F7FC;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 18px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 18px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
#content .video-player {
	padding: 0;
}
h2.entry-title {
	font-size: 36px;
	margin-bottom:0;
}
#content h3.entry-title {
	margin:0;
	padding:0;
	line-height:22px;
}
#footer h4 {
	font-size:22px;
}
#footer h5 {
	font-size:18px;
}


/* LINKS
-------------------------------------------------------------- */


a {
	color:#8c2c1f;
	text-decoration:none;
	}
a:visited {
	color:#683623;
	}
a:hover {
	color: #8c2c1f;
	text-decoration:underline;
	}	
#main .entry-content a:link {
	text-decoration:underline;
	}

/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 700px;
	border-top:2px solid #2F1614;
	border-bottom:2px solid #2F1614;
	}
#content img.attachment-small-thumbnail {
	width:100px;
	float:left;
	margin: 6px 10px 10px 0;
}
.single-attachment #content img {
	max-width: 940px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 18px;
	margin-top: 8px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 18px;
	margin-top: 8px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 14px;
}
#content .wp-caption {
	margin-bottom: 6px;
	padding:0;
}
#content .wp-caption img {
	margin:0;
	padding:0;
}
#content .wp-caption p.wp-caption-text {
	padding:2px 0px 0px;
	margin:0;
	color:#777;
	font-size: 12px;
	line-height: 14px;	
	width:auto;
	text-align: center;	
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 20%;
}
#content .gallery img {
	border-top:2px solid #2F1614;
	border-bottom:2px solid #2F1614;
}
#content .gallery .gallery-caption {
	margin: 0 auto 12px;
	width:100px;
	padding:0 10px;
	text-align:center;
	color:#777;
	font-size: 12px;
	line-height: 14px;	
}	
#content .gallery dl {
	margin: 0;
}
#content .gallery br+br {
	display: none;
}


/* LAYOUT
-------------------------------------------------------------- */



body {
	background-color:#2f1614;
	}
#wrapper {
	background: #e8e3dc;
	border-bottom: 5px solid #2f1614;
	max-width:1280px;
	margin:0 auto;
	}

/* HEADER
-------------------------------------------------------------- */

#header {
	width:940px;
	margin:0 auto;
	}
#branding {
	height:80px;
	}
a.logo {
	display:block;
	position:relative;
	top:10px;
	width:184px;
	height:60px;
	float:left;
	background:url(images/minka-logo.png) no-repeat 0 0;
	}
a:hover.logo {
	background:url(images/minka-logo.png) no-repeat 0 -60px;
}
#site-title {
position:absolute;
	left:-9999px;
	}
#site-description {
	position:absolute;
	left:-9999px;
}
#lang_sel {
	float:right;
	width:150px;
	margin-top:42px;
	}
#lang_sel ul {
	border:none;
}
#lang_sel a.lang_sel_sel {
	background-image:url(images/nav-arrow-down.png);
}
.wp-post-image {
	border-top:3px #2f1614 solid;
	width:940px;
	display: block;	
	}

#access {
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
	border-top:3px #2f1614 solid;
	border-bottom:2px #2f1614 solid;	
}
#menu {
	width:700px;
	float:left;
}
#menu ul {
	list-style: none;
	margin: 0;
}
#menu li {
	float:left;
	position: relative;
}
#menu a {
	display:block;
	text-decoration:none;
	color:#2f1614;
	padding:0px 10px 4px;
	line-height:40px;
	font-size:16px;
}

#menu ul li:hover > a,
#menu ul li.current_page_item:hover > a, 
#menu ul li.current_page_ancestor:hover > a {
	background: #e8e3dc url(images/arrow-up-hover.png) center bottom no-repeat;
}
#menu ul li.current_page_item > a, 
#menu ul li.current_page_ancestor > a {
	background: #e8e3dc url(images/arrow-up-current.png) center bottom no-repeat;
}
#menu ul ul li:hover > a,
#menu ul ul li.current_page_item:hover > a, 
#menu ul ul li.current_page_ancestor:hover > a {
	background: #e8e3dc;
}
#menu ul ul {
	display:none;
	position:absolute;
	top:44px;
	left:0;
	float:left;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
	border-top:2px solid #b0a18f;
}
#menu ul ul ul {
	left:100%;
	top:0;
	border-top:1px solid #b0a18f;
	margin-left:-1px;
}
#menu ul ul a {
	background:#b0a18f;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 175px;
	border:1px solid #b0a18f;
	border-top:none;
	font-size:14px;
	font-weight:normal;
}
#menu ul ul ul a {
	font-size:13px;
}
#menu ul ul a:hover {
	background:#e8e3dc;
}
#menu ul ul li a:hover,
#menu ul li.current_page_item ul li a:hover,
#menu ul li.current_page_ancestor ul li a:hover {
	background: #e8e3dc;
}
#menu ul li.current_page_item ul a, 
#menu ul li.current_page_ancestor ul a {
	background: #b0a18f;
}
#menu ul li:hover > ul {
	display:block;
}
#searchform {
	float:right;
	margin-top:9px;
	}
#searchbox {
	border:1px solid #b0a18f;
	height:24px;
	display:block;
	background: #fff url(images/search.png) right no-repeat;	
	color:#b0a18f;	
	padding-right:20px;
	}
#searchbox:focus {
	color:#2f1614;
	border: 1px solid #8c2c1f;	
}
#searchsubmit {
	position:absolute;
	left:-9999px;
	width:1px;
	height:1px;
}
	

/* MAIN
-------------------------------------------------------------- */

#main {
	}
#container {
	width:940px;
	margin:0 auto;
	padding-bottom:50px;
	}
#page-title {
	width:700px;
	line-height:normal;
	margin:50px 220px 30px 0;
	}
#content {
	float:left;
	width:700px;
	}
.home #content {
	width:320px;
	float:left;
	min-height:450px;
}
.home .entry-content {
	margin-top:50px;
}
.home .entry-content p {
	font-size:14px;
}
.home #content .entry-content h2 {
	font-size:36px;
	text-align:justify;
	margin-bottom:0;
	line-height:36px;
}
img.post-image {
	width:698px;
	border:1px solid #2F1614;
	margin-bottom: 20px;
	}
.news-item-text {
	float:right;
	width:580px;
}

/* SIDEBAR
-------------------------------------------------------------- */

#sidebar {
	float:right;
	width:220px;	
	border-top:2px solid #2f1614;
	border-left:1px solid #b0a18f;	
	border-right:1px solid #b0a18f;	
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);	
	}
#sidebar h3 {
	font-size:16px;
	}
#sidebar h3 a {
	padding:8px 10px 8px 10px;
	border-bottom:1px solid #b0a18f;	
	text-decoration:none;
	display:block;
	color:#2f1614;
	}
#sidebar h3 a.current_page_ancestor,
#sidebar li.current_page_ancestor {
	background:#b0a18f;
	}
#sidebar h3 a.current_page_item,
#sidebar h3 a.current_page_ancestor:hover {
	background: #e8e3dc;	
	}
#sidebar ul {
	list-style:none;	
	background:#b0a18f;
	margin:0;
	}
#sidebar ul ul {
	background:#b0a18f;
	list-style:none;
	}
#sidebar ul a {
	text-decoration:none;
	display:block;
	color:#2f1614;
	font-size:14px;
	font-weight:normal;
	padding:8px 10px 8px 20px;	
	border-bottom:1px solid #b0a18f;	
	}
#sidebar ul li.current_page_item a,
#sidebar ul a:hover {
	background: #e8e3dc;
	}
#sidebar ul ul a {
	height:16px;
	font-size:13px;
	padding: 6px 10px 6px 30px;
	}
#sidebar ul ul ul a {
	padding: 6px 10px 6px 40px;
}
#sidebar ul li.current_page_item ul a,
#sidebar ul ul li.current_page_item ul a {
	background: #b0a18f;
	}
#sidebar ul ul li.current_page_item a,
#sidebar ul li.current_page_item ul a:hover {
	background: #e8e3dc;
	}





/* FOOTER
-------------------------------------------------------------- */

#footer {
	background: #e8e3dc url(images/footer_bg.jpg) 0 200px repeat-x;
	}
#footer h4 {
	margin-bottom:20px;
	}
#footer .more {
	font-size:0.7em;
	}
#footer h5 {
	margin-bottom:4px;
}
#footer p,
#footer span {
	font-size:12px;
	line-height:18px;
	}
#mastfoot {
	height:200px;	
	background: url(images/footer_img.png) top no-repeat;
	}
#colophon {
	width:940px;
	margin:0 auto;
	padding:40px 0;
	}
#mainfoot {
	float:left;
	width:719px;
	}
#sidefoot {
	float:right;
	width:220px;
	}
.news-item {
	width:330px;
	float:left;
	margin-right:20px;
	}
.news-date {
	font-style:italic;
}
#footer img.attachment-small-thumbnail {
	float:left;
	width:100px;
	height:60px;
	margin:4px 10px 10px 0;
	border-top:2px solid #2F1614;
	border-bottom:2px solid #2F1614;	
}
#footer div.news-item-text {
	float:right;
	width:330px;
}
#copyright {
	position:relative;
	top:22px;
	clear:both;
}
#copyright span {
	font-style:italic;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#666;
}
#sidefoot p {
	margin-bottom:10px;
	padding-left:20px;
	}
#sidefoot img {
	margin-bottom:10px;
	margin-left:-20px;
	margin-top:2px;
}

/*
 * jQuery Nivo Slider v1.9
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
#slider {
	float: right;
	margin-top:50px;	
	width:580px;
	height:400px;
	background:#202834 url(images/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 5px #333;
	-webkit-box-shadow:0px 0px 5px #333;
	box-shadow:0px 0px 5px #333;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
#slider a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

/* CONTACT FORM
-------------------------------------------------------------- */

.wpcf7 input, .wpcf7 textarea, .wpcf7 select{
	font-size:14px;
	border:1px solid #b0a18f;
}
.wpcf7 input {
	width:350px;
}
.wpcf7 textarea {
	width: 550px;
}
.wpcf7 select, .wpcf7 input {
	height: 24px;
}
.wpcf7 p {
	margin-bottom:8px;
}
.wpcf7 input.submit {
	width:100px;
	cursor:pointer;
	background-color: #b0a18f;
	font-size:12px;
}
.wpcf7 input.submit:hover {
	background-color:#FFF;
}
.wpcf7-response-output {
	font-size:14px;
}

	
/* VARIOUS
-------------------------------------------------------------- */

.clear {
	clear:both;
}

.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.post-edit-link {
font-size:20px;
}
.excerpt-date {
	font-size:14px;
	float:left;
	line-height:1.6em;
}
.nav-previous {
	float:left;
	width:300px;
}
.nav-next {
	float:right;
	width:300px;
	text-align:right;
}
.post {
	margin-bottom: 18px;
}

/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 12px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
		border-bottom:none;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	#sidebar,
	#footer,
	#menu,
	#branding,
	#icl_language_selector {
		display: none !important;
	}
	#container,
	#header {
		width: 100%;
		margin: 0;
	}
	#content {
		width: 100%;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#main {
		display:inline;
	}
}
