/*
Theme Name: ChickPeaDX
Theme URI: http://ChickPeaDX.com
Description: ChickPeaDX Theme
Author: Max Davis
Author URI: http://http://www.atomportland.com/
Version: 1.0
License: None
License URI: http://http://www.atomportland.com/
*/


@font-face{
	font-family: Carton-Slab;
	src: url("fonts/Carton-Slab.otf") format("opentype");
}

@font-face{
	font-family: OfficinaSansStd-Book;
	src: url("fonts/OfficinaSansStd-Book.otf") format("opentype");
}

body{
	background-size: 100% auto;
	background-image:url(falafel.jpg);
	font-family:"Cabin",Helvetica,Arial,sans-serif;
}

#bodywrap{
	margin: 85px auto;
	width: 1100px;
}

#logowrap{
	float:left;
	margin-right:27px;
}

#headerwrap{
	float:left;
}

#headersubline{
	float: right;
	margin-top: 27px;
}

#contactwrapper{
	float:left;
}

#leftsidenav{
	float: left;
	width: 175px;
}

#rightsidenav{
	float: left;
	background-image: url(greenbg.png);
	width: 240px;
	padding: 10px 40px 40px 40px;
}

#contentwrapper{
	float: left;
	background-image: url(paperbg.png);
	margin-right: 40px;
	padding: 10px 40px 40px;
	width: 483px;
	text-align:center;
}

#footer{
	margin-top:20px;
	color: white;
	font-size: 11px;
	padding: 10px 0px 10px 10px;
	margin-left:175px;
	background-color: rgb(12, 114, 59);
	opacity: 0.5;
}

#hourswrapper{
	text-align: right;
	margin: 18px 35px 0px 0px;
}

.green-shadow-header{
	color: rgb(12, 114, 59);
	font-size: 25px;
	text-shadow: 2px 2px 2px #000;
	margin: 0px;
}

.white-shadow-header {
	color: white;
	font-size: 21px;
	text-shadow: 2px 2px 2px rgb(141, 141, 141);
	margin: 0px;
}

/*
.instagram-image{
	float: left;
	width:50%;
}

.instagram-image img{
	width:100%;
	height:100%;	
	vertical-align: top;
}
*/

#sb_instagram{
	display: inline-block;
}

.sbi_photo{
	float: left;
	width:49%;
	padding-bottom: 2%;
}

.sbi_item:nth-of-type(odd) .sbi_photo{
	padding-right: 1%;
}

.sbi_item:nth-of-type(even) .sbi_photo{
	padding-left: 1%;
    
}

.sbi_photo img{
	width:100%;
	height:100%;	
	vertical-align: top;
	display: inline!important;

}

a.sbi_photo{
	/* Plugin repeats image!? */
	background-image:none!important;
}

.atomlink{
	color:white;
	font-weight:bold;
}

a{
	color: rgb(12, 114, 59);
}

/* fb feed customisation */
.wff-facebook-feed-image-div{
	display:none;
}

.textwidget{
	clear:both;	
}

.textwidget #fbShow, .textwidget #fbShow a{
	color:#fff!important;	
}

.fbCont{
	display:none;	
}

h3.fbCont{
	margin-bottom:0px;	
}
/* end fb feed customisation */

#contentwrapper h2{
	text-align: center;
	font-family: Bitter;
	color: #0c723b;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 2px solid #0c723b;
	clear: both;
	font-size:24px;
}

#contentwrapper h3{
	font-size:18px;
}

#contentwrapper h4{
	margin: 10px 0 0 0;
	padding: 0;
	clear: both;
	font-size:16px;
}

#sauces span {
  padding: 0 20px;
  font-size:16px;
}

#sauces h2 span {
  padding: 0 10px;
  font-size:18px;
  color: #000;
}

.extrasCol {
  width: 50%;
  float: left;
}