/*
Theme Name: ~  Food Coop
Theme URI: http://www.foodcoop.coop
Description: Custom Theme
Version: 2
Author: InsideOut Solutions (KL/CAE)
Author URI: http://insideout.com/
License:
License URI:
Tags:
*/

/*@import url('http://js.insideout.com/fonts/Peaolson/stylesheet.css');*/

/* basic classes */
* { margin:0; padding:0; outline:0; }

.left { float:left; }
.right { float:right; }
img.left, img.right { margin: 0 5px; }
.hidden { display:none; }
.clear { clear:both; }

/* --------------------------------------------------------------- */
/* basic element */

ul, ol {  margin: 5px 5px 35px 25px; }
ul { list-style-type:disc; }
ol { list-style-type:decimal; }
blockquote { margin: 10px 30px; font-style:italic;}

a {  }
a:hover { text-decoration: none; }
a:visited {  }
a:active { position:relative;top:1px; }
a[href $='.pdf'] { padding-right: 18px; background: transparent url('http://js.insideout.com/images/icon_pdf.png') no-repeat right; }

h2, h3, h4, h5{ padding: 0 0 .2em 0; }
h2{ font-size: 1.8em; }
h3{ font-size: 1.6em; }
h4{ font-size: 1.4em; }

hr { margin: 20px }

p{ margin: 0 0 .8em 0; }

em {font-style:italic;}

.editLink {clear:none; position:fixed; top:45%; left:0px;width:35px;height:45px;padding:0;font-size:12px; line-height:12px;font-family:courier new;text-align:center;font-variant:small-caps; -moz-box-shadow: 1px 0px 8px #999;}
.editLink a { display:block;width:27px;height:37px; padding: 4px; color:#fff;background:#6b7a5d; text-decoration:none;}
.editLink a:hover { display:block; color:#2c132f;background:#afaa75; }

.post-edit-link { float:right;}

/* --------------------------------------------------------------- */
body { /*font stacks: http: //unitinteractive.com/blog/2008/06/26/better-css-font-stacks/ */
	font-family: "trebuchet", tahoma, arial, sans-serif;
	margin: 0;
	font-size: 62.5%;
	background: #1E1007 url('images/background-strip.gif') repeat-x center top;
	padding-bottom:30px;
}

/* layout */
#page {
	margin: 0 auto;
	background: url('images/bckgrnd.jpg') no-repeat center top;
}
.layout {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}
#topper {height:192px;
}

.nav_bar {
	width: 100%;
	top: 0;
	left: 0;
}
h1 {
	float: left;
	width: 400px;
	font-size: 3em;
	position:relative;
	top:31px;
	left:9px;
}
h1 a {
	display: block;
	height: 100%;
}
h1 a: active {
	position: static;
}
h1 span {
	display: block;
	padding: 10%;
	height: auto;
}
#topper p {
	float: right;
	text-align: right;
	
}
#topper p.tag {
	padding-top: 38px;
	font-size: 1.4em;
	color:#e28c1a;
	line-height:1.3em;
	margin-bottom:-20px;
	width: 470px;
	padding-right: 15px;
}
#topper p.res a {
	font-family: arial black, arial;
	font-size: 1.5em;
	text-decoration: none;
}
#topper p.res a:hover { }

#header{margin-bottom:-10px;}

#clip {
	background:url('images/paperclip.png') top center no-repeat;
	position:relative;
	float:left;
	left:254px;
	top:176px;
	height:67px;
	width:66px;
	margin-bottom:-176px;
	z-index: 10;
}
#slidesCont {
	height: 380px;
	overflow: hidden;
	width:940px;
	padding:10px;
}
#slides {
	float:right;
	overflow: hidden;
}
#slides img { width:725px; height: 380px;}
#slide-sm {
	float:right;
}
#greenArc {
	background:url('images/greenArc.png') top center no-repeat;
	position:relative;
	float:left;
	height:380px;
	width:49px;
	left:215px;
	z-index:200;
}
#container {
	clear: both;
	overflow: hidden;
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom:-12px;
}
#container .layout {
	background:#fff;
}

#container a { color:#0D793F; }


/* --------------------------------------------------------------- */
/* body content */
#content {
	float: left;
	padding: 38px 36px 20px;	
	line-height:1.5em;
}
#ringsTop {
	background: url('images/ringsTop.jpg') center bottom no-repeat;
	width:960px;
	height:24px;
}
.narrowcolumn {
	width: 579px;
	/*width: 535px; */
	background: url('images/rings.png') top right repeat-y;
}
.widecolumn {
	width: 887px;
	padding-right:36px;
}
.entry {
	overflow: hidden;
	color:#43362e;
}
.entry p{
	margin-bottom:25px;
}
.page-template-page-category-php .entry p {
	margin-bottom:10px;
}
#content h2 {
	margin-bottom: 15px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
	color:#0d793f;
	font-size:1.7em;
}
#content h2 a {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
	color:#0d793f;
}
#content h2 a:hover { }

.home #content h2 { font-size:1.4em; }

#content h3 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
	color:#0d793f;
	font-size:1.4em;
	margin: 10px 0 5px;
}

#content h4 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
	color:#0d793f;
	font-size:1.1em;
	font-weight:bold;
}
.sticky {}

#content p.date_auth {
	font-size: 90%;
	margin: 3px 0;
	font-style: italic;
}
.attachment-post-thumbnail {
	float: right;
	margin-bottom: 10px;
}

#content img.left { margin:0 15px 10px 0; }
#content img.right { margin:0 0 10px 15px; }


.quote {
	color: #3b0064;
	font-family: georgia, times new roman, times, serif;
	font-style: italic;
	height: 108px;
	padding: 0 0 0 55px;
	background: transparent;
	display: table;
	clear: both;
}
.quote p {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.postmetadata {
	clear: both;
	padding: 3px 5px;
	font-size: 80%;
	border-top:1px dashed #C7A582;
	border-bottom:1px dashed #C7A582;
	margin-bottom:30px;
}
.navigation {
	overflow: hidden;
	margin: 0 0 10px 0;
}

.thirdlevelpages a { display:block; margin:0 0 5px; }

#specialsTable { background:#F0EAC6; padding:10px 20px; }
#specialsTable td { padding:5px 2px; border-bottom:2px solid #fff; }


.post { color:#43362E; }

.page-template-page-category-php .type-post { border: 1px solid #D7D1C3; margin-top: 20px; padding: 5px 15px; }

.category_pg_divide { width:535px; border-bottom:1px solid #000; height: 20px; margin-bottom: 30px; }



/* --------------------------------------------------------------- */
/* roomslist */

/* --------------------------------------------------------------- */
/* attachments */
body.attachment p.attachment {
	text-align: center;
}

/* --------------------------------------------------------------- */
/* comments */
#respond {
	clear: both;
}
ol.commentlist, ol.commentlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li.comment {
	padding: 5px 20px;
	margin: 0 0 20px 0;
}
li.bypostauthor {
	padding: 5px 20px;
	margin: 0 0 20px 0;
}
li.odd { }
li.depth-2, li.depth-3, li.depth-4 {
	margin-top: 10px;
	padding: 5px 10px;
}
img.avatar {
	float: left;
	margin: 3px 3px 0 0;
}

/* --------------------------------------------------------------- */
/* sidebar */
#sidebar {
	width: 237px;
	float: right;
	padding: 20px 35px 10px 1px;
	/*padding: 20px 35px 10px 80px; */
	/*background: url('images/rings.png') top left repeat-y;*/
	margin-top:12px;
	color:#43362E;
}
#sidebar h2 {
	margin: 0 0 10px 0;
	padding: 0;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0 0 30px 0;
	color:#43362e;
}
#sidebar ul li {
	margin: 10px 0 0 0;
	padding: 0;
}
#sidebar ul li li {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#sidebar ul ul {
	padding: 0 0 0 15px;
}
.home #sidebar img{
	width:231px;
	padding:20px 0;
	position:relative;
	border-bottom:1px dashed #ece6e0;
}
.post-side-info { }

/* --------------------------------------------------------------- */
/*assorted special pages/widgets */
/* sitemap */
.searchbox {
	background: #ffffef;
	border: 3px solid #99aa7b;
	padding: 10px;
	margin-right: 50px;
}
.sitemap {
	margin-left: 50px;
}

/* widgets */

/* search */
input#s {
	width: 120px;
}

/* calendar */
table#wp-calendar {
	width: 100%;
	text-align: center;
}

/* calendar styles */
#ai1ec-container .ai1ec-agenda-view .ai1ec-allday .ai1ec-event-click {
background:none;
color:#0B793F;
}

#ai1ec-container .ai1ec-agenda-view .ai1ec-event-summary .ai1ec-event-time { 
color:#0B793F; 
}

#ai1ec-container .ai1ec-agenda-view .ai1ec-event-summary .ai1ec-event-title {
color:#0B793F; 
}

#ai1ec-container .ai1ec-agenda-view .ai1ec-month {
background:#E28D1B; /* or #D9DA7D */
}

#ai1ec-container .ai1ec-agenda-view h3.ai1ec-date-title {
border:2px solid #E28D1B; /* or #D9DA7D */
}

#ai1ec-container .ai1ec-agenda-view .ai1ec-date { background:none; } /* not working? */

.entry #ai1ec-container p {font-size:.8em;}

/* --------------------------------------------------------------- */
/* footer */
#footer {
	overflow: hidden;
	font-size: 1.45em;
	line-height: 1.4em;
	clear: both;
	background:url('images/footerBckgrnd.jpg') center top no-repeat;
	position:relative;
	z-index:50;
	height:333px;
}
#footCont {
	width: 580px;
	float: left;
	margin:38px 0 0 22px;
}
#footCont h3 {
	/*font-family: 'PeaOlsonRegular';*/
	margin:7px 0 18px 15px;
}
#footCont h3 a{
	/*font-family: 'PeaOlsonRegular';*/
	text-decoration:none;
	font-size: .85em;
	color:#342c21;
}
#footCont .links {
	list-style: none;
}

ul.advanced-recent-posts {
	list-style:none;
	line-height: 1.35em;
	width:100%;
	margin: 0 0 0 35px;
}
ul.advanced-recent-posts li {
	float:left;
	margin: 0 18px 20px 0;
	width:125px;
	height:180px;
	line-height:1.2em;
	overflow:hidden;
	font-size:.95em;
	padding:0;
} 
ul.advanced-recent-posts a {
	font-size:1.0em;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	/*position:relative;
	left:8px; */
}

ul.advanced-recent-posts a:hover {
	text-decoration:underline;
}
ul.advanced-recent-posts img {
	margin: 0 20px 7px 0;
	float: left;
	/*position:relative;
	right:8px;*/
	border:5px solid #fff;
	-moz-box-shadow: 0 2px 3px #5d3c25;
	-webkit-box-shadow: 0 2px 3px #5d3c25;
	-o-box-shadow: 0 2px 3px #5d3c25;
	-khtml-box-shadow: 0 2px 3px #5d3c25;
	box-shadow: 0 2px 3px #5d3c25;
}
div.widget_advancedrecentposts h3 {
	font-size: 1.5em;
}
#footSide {
	width: 332px;
	float: right;
	text-align:right;
	float: right;
	padding: 40px 10px 10px;
	margin-top:12px;
	color:#342c21;
}
#footSide p{
	margin:0 30px 20px 0;
	line-height:1.5em;
}
#footSide p span{
	font-size:1.3em;
}

#footSide a{
	color:#342c21;
	text-decoration:none;
}
#footSide a:hover{
	text-decoration:underline;;
}

.meta { 
	font-size:80%;
	margin:30px 0 0 200px;
}

.meta a {color:#000;}
.social {
	float:left;
	position:relative;
	left:70px;
	bottom:0px;
}
.social a {
	line-height: 15px;
	padding: 1px 0 3px 20px;
}
.social a.facebook {
	background: url('http://js.insideout.com/images/icons/facebook.gif') no-repeat;
}
.social a.twitter {
	background: url('http://js.insideout.com/images/icons/twitter.gif') no-repeat;
}

/* --------------------------------------------------------------- */
/* main menu - general */
.the_menu {
	overflow: visible;
	font-size: 1.8em;
	margin: 0;
	float:right;   
	font-family: Times, "Times New Roman", Georgia, serif;
	margin:79px 24px 0 0;
}
.the_menu ul {
	height: 40px;
	clear: both;
	margin: 0;
	overflow: visible;
	list-style: none;
}
.the_menu li {
	position: relative;
	z-index: 50;
	margin: 0;
	list-style: none;
}
.the_menu li.hovering {
	position: relative;
	z-index: 60;
	margin: 0;
	list-style: none;
}
.the_menu li a  {
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	color:#000;
}
.the_menu li a:hover {
	text-decoration: underline;
}
.the_menu li a: active {
	position: static;
}

/* top level items */
.the_menu ul.level-1-ul { }
.the_menu li.level-1-li {
	height: 40px;
	float: left;
}
.the_menu li a.level-1-a  {
	height: 20px;
	padding: 12px 23px 8px;
}
.the_menu li a.level-1-a:hover  { }

/* beyond top level items */
.the_menu li.level-1-li ul {
	height: auto;
	width: 170px;
	position: absolute;
	display: none;
	border:1px solid #2C2216;
	border-top:none;
	border-right:none;
	background:#D7D1C3;
}
.the_menu li.level-1-li li {
	height: auto;
}
.the_menu li.level-1-li li a {
	height: auto;
	padding: 5px 8px;
	float: none;
}
.the_menu li.level-1-li li a:hover { }

/* second level items */
.the_menu ul.level-2-ul {
	top: 98%;
	left: 13%;
}
.the_menu li.level-2-li { }
.the_menu li a.level-2-a  { }
.the_menu li a.level-2-a:hover  { }

/* beyond second level items */
.the_menu li.level-2-li ul {
	top: 75%;
	left: 50%;
}
.the_menu li.level-2-li li { }
.the_menu li.level-2-li li a { }
.the_menu li.level-2-li li a:hover { }


/* --------------------------------------------------------------- */
/* image handling */
/* Images */
p img { padding: 0; max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left }
/* Captions */
.aligncenter,
div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid #777; text-align: center; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img {  margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }

.gallery-caption {}