/*Theme Name: [JBMacKinnon]Theme URI: [JBMacKinnon]Description: [JBMacKinnon-Independent journalist and author whose works include The 100-Mile Diet, a bestseller that helped catalyze the local foods movement. ]Author: [JBMacKinnon]Author URI: [JBMacKinnon website].[JBMacKinnon,2013].*/


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


* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}


/*------------------------------------*\
   $MAIN
\*------------------------------------*/

body{
margin: 0;
padding: 0;
border: 0;
overflow: auto;
height: 100%; 
max-height: 100%; 
}

#leftimage{
position: fixed; /*absolute*/
width: 150px;
height: 100%;
overflow: hidden;
margin:0px;
/*background-image:url(../images/leftsidebar_image.jpg);
background-size: 100%;*/
}

.stretch {
	overflow:hidden;
    min-width:100%;
    min-height:100%;
}


#maincontent-wrap{
position: relative;
width:750px;
left: 150px; /*Set left value to WidthOfFrameDiv*/
overflow: auto;
overflow-x: none;
padding:30px;
background-color:#fff;
-webkit-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.1);
box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.1);
}

#header{
margin:0px;
padding:0px;
width:500px;
}

#maincontent{
width:500px;
float: left;
border-right:1px solid #ebebeb;
padding-right:20px;
}

#right-sidebar {
	width: 200px;
	float: right;
	padding-left:10px;
}

.shadow {
	-moz-box-shadow: 2px 5px 5px #ccc;
 	-webkit-box-shadow: 2px 5px 5px #ccc;
 	box-shadow: 2px 5px 5px #ccc;
	
/*	
box-shadow: 3px 3px 5px 2px #999;
-webkit-box-shadow: 3px 3px 5px 2px #999;
-moz-box-shadow: 3px 3px 5px 2px #999;*/
}


::selection {
	background: #eeaa82; /* Safari */
	}
::-moz-selection {
	background: #eeaa82; /* Firefox */
}

.thumbnail a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 0px 10px 10px 0;
	vertical-align: top;
}

.thumbnail a img.last {
	margin-right: 0;	
}


/*------------------------------------*\
   $TYPE
\*------------------------------------*/

p{
	color: #484848;
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	margin:0px;
	padding:0px;
	font-size:16px;
	line-height:22px;
	margin-bottom:15px;
}

a {
	color: #999;
	text-decoration: underline;
	padding:0;
	margin:0;
}

a:hover {
	color: #666;
}


h1, h1 a, h1 a:hover{
    color: #000; /*#484848*/
	font-family: 'Arapey', serif;
	font-weight:400;
		letter-spacing:-2px;
	font-size:80px;
	line-height:60px;
	font-style:italic;
	margin:0px;
	padding:0px;
	text-decoration:none;
}


h2{
    color: #000; /*#484848*/
	font-family: 'Arapey', serif;
	font-weight:400;
	font-size:20;
	line-height:30px;
	font-style:italic;
	color:#868686;
	text-decoration:none;
}


h2 a {
    color: #000; /*#484848*/
	font-family: 'Arapey', serif;
	color:#868686;
    text-decoration: none;
	/*text-decoration:underline;*/
	font-variant:small-caps;
    pointer-events: none;
    cursor: default;
}

h2 a:hover{
	color:#666;
}

h3{
	font-family: 'Gudea', sans-serif;
	font-weight:700;
	font-size:25px;
	line-height:26px;
	color:#666;
	margin-bottom:0;
	margin-top:0;
	text-transform:uppercase;
	margin-bottom:15px;
}

h3 a{
	text-decoration:none;
	color:#666;
}

h3 a:hover{
	text-decoration:none;
	color:#868686;
}


intro h3 {
	font-family: 'Gudea', sans-serif;
	font-weight:700;
	font-size:34px;
	line-height:26px;
	color:#666;
	margin-bottom:20px;
	margin-top:0;
	letter-spacing:-0.01em;
}


h4, h4 a{
    color: #868686;
	font-family: 'Gudea', sans-serif;
	font-weight:700;
	font-size:14px;
	margin:0;
	padding:0;
	padding-top:10px;
	text-transform:uppercase;
	text-decoration:none;
}


h5{
    color: #000;
	font-family: 'Gudea', sans-serif;
	font-weight:700;
	font-size:12px;
	line-height:14px;
	margin-bottom:5px;
	margin-top:0;
	letter-spacing:0.05em;
}

h6{
	color:#333;
	font-family: 'Arapey', serif;
	font-weight:400;
	font-size:17px;
	line-height:20px;
	margin-bottom:10px;
	margin-top:0;
}


italic p,
.pull-quote {
	font-family: 'Arapey', serif;
	font-style: italic;
	font-size: 24px;
	line-height:28px;
	color: #7E7E7E;
	margin-top:0;
	}


.pull-quote::before {
    content: "\2018";
}

.pull-quote::after {
    content: "\2019";
}

.pull-quote::before, 
.pull-quote::after {
    font-size: 50px;
    line-height: 0px;
    vertical-align: -0.25em;
}

.pull-quote {
    display: inline;
}

.non-italic {
    font-style: normal;
}


question p {
	font-family: 'Arapey', serif;
	font-style: italic;
	font-size: 18px;
	font-weight:700;
	line-height:20px;
	color: #7E7E7E;
	margin-top:20px;
	margin-bottom:0;
	}
	
answer p {
	font-family: 'Gudea', sans-serif;
	font-size: 16px;
	line-height:28px;
	color: #333;
	margin-top:5px;
	}
	
intro p {
	font-size: 25px;
	line-height:35px;
	color: #7E7E7E;
	margin-top:10px;
	}

intro italic {
    font-style: italic;
}

.s-quotes {
   	font-family: 'Arapey', serif; 
}

note p {
	font-size: 13px;
	color: #7E7E7E;
	margin:0;
	margin:0;
	}
	
note p a {
	text-decoration:underline;
	}
	
floatright p{
	float:right;
}

floatright p:hover{
	float:right;
	color:#333;
}

.dropcap {
	display: block;
	float: left;
	margin: 0 8px 0 0;
	padding-top: 6px;
	font-size: 60px;
	line-height: 30px;
	font-family: "Times New Roman", Times, serif;
}

ul{
margin:0;
padding:0;
}

li{
list-style-type: none;
	font-family: 'Gudea', sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:700;
	color: #868686;
	letter-spacing:0.07em;
}



li a{
	text-decoration:underline;
	font-size:13px;
	color:#999;
	text-transform:capitalize;
	font-weight:400;
	letter-spacing:0;
}

.clearboth {
	clear:both;
	}

/*------------------------------------*\
   $MENU
\*------------------------------------*/

#navbar, #navbar a{
	color: #868686;
	text-transform: uppercase;
	font-family: 'Gudea', sans-serif;
	letter-spacing:0.07em;
	font-size: 14px;
	font-weight:700;
	text-decoration: none;
	margin-bottom:35px;
	padding-bottom:5px;
	margin-top:30px;
	border-bottom:1px solid #ebebeb;
}

#navbar ul { 
	margin: 0;  
	padding: 0;
	list-style-type: none; 
	
	} 
 
#navbar ul li {  
	display: inline;
	} 
 
#navbar ul li a { 
	text-decoration: none;  
	color: #868686;
	border-right:1px solid #ebebeb;
	padding-right:30px;
	padding-left:30px;
	} 
 
#navbar ul li a:hover { 
	color: #000; 
	} 
	
#navbar ul li a.last {
	padding-left:30px;
	border-right:none;
}

#navbar ul li a.first, #navbar ul li a.firstcurrent {
	/*paddin-right:0;*/
	padding-left:0;
	/*border-right:1px solid #868686;*/
}

#navbar ul li a.firstcurrent, #navbar ul li a.current {
	color: #790000;
}

#navbar ul li a.lastcurrent{
	color: #790000;
	border-right:none;
}


/*------------------------------------*\
   $RIGHT SIDEBAR
\*------------------------------------*/


.widget{
	width: 200px;
	margin-bottom: 30px;
	float: left;
}


.widget-title {
	font-family: 'Gudea', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	color: #868686;
	letter-spacing:0.07em;
	font-size: 12px;
	margin-bottom:10px;
}

.widget-content {
	float: left;
	padding-bottom:15px;
	clear:both;
}


.widget-link, .widget-link a {
	font-family: 'Gudea', sans-serif;
	text-transform:uppercase;
	font-weight:700;
	display: inline-block;
	color: #000;
    font-size: 12px;
	text-decoration: none;
}

.widget-link a img {
	border: none;
}

.widget-link a:hover{
	color: #868686;
	text-decoration: none;
}



/*------------------------------------*\
   $POSTS
\*------------------------------------*/



.post{
	margin:0;
	margin-bottom:30px;
	padding-bottom:10px;
	width:500px;
	float:left;
	border-bottom:1px dotted #CCC;
}

.postimage{
	width:15%;
	float:left;
	margin:0;
	margin-right:10px;
}

.postcontent{
	margin:0;
	float:right;
	width:75%;
}

.post-last {
	border-bottom:none
}


.frame_left {
	padding: 0px;
	background: #fff;
 	float: left;
 	margin: 0 20px 10px 0;
 	text-align: center;
	-moz-box-shadow: 2px 5px 5px #ccc;
 	-webkit-box-shadow: 2px 5px 5px #ccc;
 	box-shadow: 2px 5px 5px #ccc;
}



/*------------------------------------*\
   $CONTACT
\*------------------------------------*/

#contact-area {
	width: 500px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

label, #contact-area input, #contact-area textarea {
    font-family: 'Gudea', sans-serif;
	font-size: 1.2em;
}


#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 200px;
    padding: 10px 0;
	float: left;
}

#contact-area input.submit-button:hover {
    cursor:pointer;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}


/*.contactform {
	font-size: 16px;
	font-family: 'Gudea', sans-serif;
	float: left;
    width: 600px;
	margin-top: 20px;
}

.input-textarea {
	width: 300px;
	padding: 10px;
	border: 1px solid #D2D1CF;
	font-family: 'Gudea', sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #eee;
	border-image: initial;
	outline: none;
	margin-bottom: 10px;
}

.input-textarea:focus {
	border: 1px solid #790000;
}

.contactform textarea {
	padding: 10px;
	border: 1px solid #D2D1CF;
	min-width: 480px;
	max-width: 480px;
	height: 140px;
	font-size: 14px;
	color: #666;
	font-family: 'Gudea', sans-serif;
	background-color: #eee;
	border-image: initial;
	outline: none;
}

.contactform textarea:focus {
	border: 1px solid #790000;
}

.input-submit {
	margin-top: 15px;
	width: 100px;
	height: 36px;
	background-color: #666;
	color: white;
	border: none;
	cursor: pointer;
	border-image: initial;
	padding: 0;
	margin-bottom:30px;
}

.input-submit:hover {
	background-color: #999;
}*/




/*------------------------------------*\
   $TOGGLE
\*------------------------------------*/
.toggle {
	width: 100%;
	margin-bottom: 10px;
	color: #6e6e6e;
}

.toggle-wrapper {
	padding-bottom:5px;
}

h4.trigger {
	padding: 10px 50px 10px 10px;
	border:1px dotted #790000;
	clear: both;
	margin: 0px;
	display: inline-block;
	cursor: pointer;
	background-color:#e8e2dc;
}

h4.trigger b{
	 font-weight:700;
	 font-size:23px;
	 color:#333;
 }
 

h4.trigger:hover, h4.trigger.active:hover, h4.trigger b:hover, h4.trigger.active b:hover {
	color: #790000;
}

h4.trigger.active, h4.trigger b.active {
	color: #790000;
}


.togglebox {
	width:auto;
	height: auto;
	overflow: hidden;
	margin: 0;
}

.togglebox div {
	padding-top: 15px;
}

.togglebox p {
	line-height: 22px;
}

.togglebox .frame_left {
	padding: 0px;
	background: #fff;
 	float: left;
 	margin: 0 20px 10px 0;
 	text-align: center;
	-moz-box-shadow: 2px 5px 5px #ccc;
 	-webkit-box-shadow: 2px 5px 5px #ccc;
 	box-shadow: 2px 5px 5px #ccc;
}


.togglebox .frame_right {
	padding: 0px;
	background: #fff;
 	float: right;
 	margin: 0 0 10px 10px;
 	text-align: center;
	-moz-box-shadow: 2px 5px 5px #ccc;
 	-webkit-box-shadow: 2px 5px 5px #ccc;
 	box-shadow: 2px 5px 5px #ccc;
}




/*------------------------------------*\
   $SIZES
\*------------------------------------*/
.one-half{ width: 48%;}
.one-third{ width:30.66%;}
.two-third{ width:65.33%;}
.one-fourth{ width:22%;} /*22%*/
.three-fourth{ width:74%;}
.one-fifth{ width:16.8%;}
.two-fifth{ width:37.6%;}
.three-fifth{ width:58.4%;}
.four-fifth{ width:79.2%;}

.one-half,.one-third,.two-third,.three-fourth,.one-fourth,.one-fifth,.two-fifth,.three-fifth,.four-fifth,.one-sixth,.five-sixth{ position:relative; margin-right:4%; float:left; margin-bottom: 10px; margin-top: 5px;}

.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}
