/*
Theme Name: PC Co-op
Theme URI: http://personalchefscooperative.com/
Description: Custom template for PC Co-op
Version: 1.0
Author: Katy Chayka
Author URI: http://www.c-net.us/

	This theme was designed by Margaret Chayka http://www.margarets.biz
	and built by Katy Chayka http://www.c-net.us

*/

/* #1F1A17; /* near black  */
/* #B47732; /* brown */
/* #51543A; /* green */
/* #EBE2CC; /* beige */
/* #D9CDA8; /* darker beige */
/* #AA302E; /* russet */

/* Begin Typography & Colors */
body {
	font-family: sans-serif;
	font-size: 100%;
	background: #D9CDA8 url(images/bg-gradient.jpg) repeat-x; /*#E1D8BC; /* darker beige */
	color: #1F1A17; /* near black  */
	margin: 0;
	padding: 0;
	width: 100%;
}
/* elements using serif font */
h1, h2, h3, h4, h5, h6,
#header, #navbar, #footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/* default link colors */
a {
	background: #EBE2CC; /* beige */
	color: #009; /* blue */
}
a:visited {
	background: #EBE2CC; /* beige */
	color: #955815; /*#B47732; /* brown */
}
a:hover,
a:focus,
a:active {
	background: #EBE2CC; /* beige */
	color: #AA302E; /* russet */
}

/* IE bugosity */
a img {
	border-color: #009; /* blue */
}
a:visited img {
	border-color: #955815; /*#B47732; /* brown */
}
a:hover img,
a:focus img,
a:active img {
	border-color: #AA302E; /* russet */
}


#page {
	width: 100%;
	max-width: 70em;
	margin: auto;
	background: #1F1A17; /* near black  */
	color: #EBE2CC; /* beige */
	padding-top: 15px;
}


/* masthead */
#header {
	background: #EBE2CC url(images/bg-stripes.png); /* beige */
	color: #1F1A17; /* near black  */
	margin-bottom: 15px;
	border-top: 5px solid #B47732; /* brown */ 
	border-bottom: 5px solid #B47732; /* brown */
	zoom: 1; /* IE crap */
}
#header div.outer {
	background-image: url(images/flourish-l.png);
	background-repeat: no-repeat;
	background-position: -1% 50%;
}
#header .inner1 {
	background-image: url(images/flourish-r.png);
	background-repeat: no-repeat;
	background-position: 101% 50%;
	overflow: hidden;
}
#header h1 {
	text-align: center;
	margin: 0 24.5%;
	padding: 1px 0;
}
#header h1 img {
	margin: .1em 0;
	border-width: 0;
	vertical-align: middle;
	position: relative; /* IE crap */
}
#header h1 a {
	background-color: transparent;
}
#header .description {
	margin: -1.3em 0 .1em 0; /* even w/logo bottom */
	text-align: center;
	font-size: 85%;
}
#header .description .part1 {
	margin-right: 110px; /* 1/2 of logo */
}
#header .description .part2 {
	margin-left: 110px; /* 1/2 of logo */
}

/* midsection */
#midsection {
	background: #EBE2CC url(images/bg-cols.png) 25% 0 repeat-y; /* beige */
	color: #1F1A17; /* near black  */
	width: 100%;
}
.narrowcolumn .outer {
	background-image: url(images/bg-cols.png);
	background-position: 75% 0;
	background-repeat: repeat-y;
}
.inner {
	margin-left: 28%;
	position: relative;
	padding: 1px 0 1em 0;
}
.narrowcolumn .inner {
	margin-right: 25%;
}
.main {
	width: 100%;
	float: right;
}


#content {
	width: 95%;
	float: left;
}


#sidebar {
	width: 49%;
	float: right;
	margin-right: -49%;
	background: #B47732; /* brown */
	color: #EBE2CC; /* beige */
/* overcome IE stupidity */
	position: relative;
	left: 2%;
	margin-top: 1em;
}


#navbar {
	width: 45%;
	float: left;
	margin-left: -56.5%;
	background: #51543A; /* green */
	color: #EBE2CC; /* beige */
	margin-top: 1em;
}
.widecolumn #navbar {
	width: 30%;
	margin-left: -37%;
}


#footer {
	clear: both;
	background: #1F1A17; /* near black  */
	color: #EBE2CC; /* beige */
	padding: 15px 0;
}
#footer div {
	padding: 10px 2%;
	text-align: center;
}
#footer ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 85%;
}
#footer li {
	line-height: 1;
	display: inline;
	margin-left: 0;
	padding: 0 1em;
	border-left: 1px solid #BAA461; /* darker beige */
}
#footer li:first-child {
	border-width: 0;
}
#footer small {
	font-size: 75%;
}


/* default margins */
h1 {
	font-size: 150%;
	margin: 0;
}
h2 {
	font-size: 130%;
	margin: 1em 0 .5em 0;
}
h3 {
	font-size: 120%;
	margin: 1em 0 .5em 0;
}
h4 {
	font-size: 105%;
	margin: 1em 0 .5em 0;
}

p, ul, ol {
	margin-top: 1em;
	margin-bottom: 0;
}

h2 + p, h2 + ul, h2 + ol, h2 + h3, h2 + h4,
h3 + p, h3 + ul, h3 + ol, h3 + h4,
h4 + p, h4 + ul, h4 + ol,
p + ul, p + ol {
	margin-top: 0;
}


/* lists in the content area */
#content ul {
	list-style-type: square;
}
#content ul ul {
	list-style-type: circle;
	margin-top: 0;
}
#content ul ul ul {
	list-style-type: disc;
}
#content li {
	margin-bottom: .3em;
}



/* special alignment classes */
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;
}

.aligncenter,
.centered,
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* End special alignment classes */



/* Begin misc tags & classes */

h2 .title {
	font-size: 50%;
	display: block;
}
h3 .title {
	font-size: 65%;
	display: block;
}

hr {
	display: none;
}

.even, .alt {
	background: #D9CDA8; /* darker beige */
	color: #000;
}
.even, .alt a {
	background: transparent;
}

.split {
	width: 40%;
	float: left;
	margin: 1em 0;
	padding-left: 20px;
}
.split + .split {
	float: right;
}

#content ul.members {
	margin: 0;
	padding: 0;
	list-style: none;
}
.members li {
	float: left;
	width: 8.5em;
	padding-top: 20px;
	padding-left: 112px; /* space for img */
	min-height: 125px;   /* img+border height */
	margin: 1em 0;
}
.members li a {
	text-decoration: none;
}
.members li a .title {
	text-decoration: underline;
}
.members img {
	float: left;
	margin-left: -112px; /* into the padding */
	margin-top: -20px;
}
.members .title {
	display: block;
}

#content ul.member-info {
	margin-left: 110px; /* space for photo */
	padding-left: 0;
	list-style: none;
}
#content ul.member-info li {
	margin-bottom: 0;
}

/* End misc tags & classes */




/* Images */
img {
	max-width: 100%;
	height: auto;
}
img.aligncenter {
	border: 2px solid #1F1A17; /* near black  */
}

/* img captions */
.wp-caption {
	border: 1px solid #1F1A17; /* near black  */
	text-align: center;
	background-color: #E1D8BC;
	color: #1F1A17; /* near black  */
	padding: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	border-width: 0;
}
#sidebar .wp-caption img {
	padding: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 85%;
	font-style: italic;
	margin: 0;
}

#sidebar .wp-caption {
	margin-left: 0;
	padding: 4px 0 0 0;
}
#sidebar .wp-caption a {
	background-color: #E1D8BC;
	color: #009;
}
#sidebar .wp-caption a:hover,
#sidebar .wp-caption a:focus,
#sidebar .wp-caption a:active {
	background-color: #E1D8BC;
	color: #AA302E; /* russet */
}


#sidebar img.alignnone,
#sidebar img.aligncenter {
	border-width: 0;
}

/* End captions */




/* forms */

/* form elements in widgets */
li.widget input[type="text"],
li.widget input[type="password"],
li.widget select {
	max-width: 99%;
}
/* form elements in #content area */
#content textarea {
	width: 90%;
}

/* end forms */


/* blog (posts) rules */
.postmetadata {
	background: #D9CDA8; /* darker beige */
	color: #000;
	padding: 3px 5px;
}
.postmetadata a {
	background: transparent;
}
.comment-author {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.comment-meta {
	font-size: 80%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
ol.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #D9CDA8; /* darker beige */
	border-bottom: 1px solid #D9CDA8; /* darker beige */
}
#content li.comment {
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #D9CDA8; /* darker beige */
	border-bottom: 1px solid #D9CDA8; /* darker beige */
}

/* left col navigation */

#navbar ul,
#navbar li {
	margin: 0;
	padding: 0;
}
#navbar ul {
	list-style: none;
	zoom: 1; /* IE crap */
}
#navbar ul ul ul {
	margin-left: 20px;
	list-style-type: square;
}
#navbar ul ul ul ul {
	list-style-type: circle;
}
#navbar ul ul ul ul {
	list-style-type: disc;
}
#navbar li a {
	background: #51543A; /* green */
	color: #EBE2CC; /* beige */
	text-decoration: none;
	display: block;
	padding: 5px;
	zoom: 1;
}
#navbar li a:hover,
#navbar li a:focus,
#navbar li a:active,
#navbar li.selected a {
	background: #EBE2CC; /* beige */
	color: #51543A; /* green */
}
#navbar li.current_page_item > a {
	background: #1F1A17; /* near black */
	color: #EBE2CC; /* beige */
}


#navbar ul ul {
	border-bottom: 1px solid #3D3F2C; /* darker green */
}
#navbar ul ul ul {
	border-width: 0;
}
#navbar li li {
	border-top: 1px solid #3D3F2C; /* darker green */
}
#navbar li li li {
	border-width: 0;
	font-size: 90%;
}
#navbar li li li li {
	font-size: 100%;
}


/* right col overrides */

#sidebar h2 {
	font-size: 110%;
}
#sidebar h3 {
	font-size: 100%;
}

#sidebar a {
	background: #B47732; /* brown */
	color: #EBE2CC; /* beige */
}
#sidebar a:hover,
#sidebar a:focus,
#sidebar a:active {
	background: #B47732; /* brown */
	color: #fff;
}
#sidebar ul,
#sidebar li {
	margin: 0;
	padding: 0;
}
#sidebar ul {
	list-style: none;
}
#sidebar ul ul {
	margin-left: 20px;
	list-style-type: square;
}
#sidebar ul ul ul {
	list-style-type: circle;
}
#sidebar ul ul ul ul {
	list-style-type: disc;
}

#sidebar ul.rss {
	padding-top: 1.5em;
}
#sidebar ul.rss img {
	border-width: 0;
}


/* footer overrides */

#footer a {
	background: #1F1A17; /* near black  */
	color: #EBE2CC; /* beige */
}
#footer a:hover,
#footer a:focus,
#footer a:active {
	background: #1F1A17; /* near black  */
	color: #fff;
}


/* widget and plugin overrides */

#navbar li.widget_theme_my_login,
#sidebar li.widget_theme_my_login {
	margin-top: 2em;
	background: #1F1A17; /* near black  */
	color: #EBE2CC; /* beige */
	padding-bottom: 5px;
	font-size: 85%;
}
#navbar li.widget_theme_my_login a,
#sidebar li.widget_theme_my_login a {
	background: transparent;
	display: inline;
	padding: 0;
	text-decoration: underline;
}
#navbar li.widget_theme_my_login a:hover,
#navbar li.widget_theme_my_login a:focus,
#navbar li.widget_theme_my_login a:active,
#sidebar li.widget_theme_my_login a:hover,
#sidebar li.widget_theme_my_login a:focus,
#sidebar li.widget_theme_my_login a:active {
	background: transparent;
	color: #fff;
}
#navbar li.widget_theme_my_login h2,
#sidebar li.widget_theme_my_login h2 {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px solid #B47732; /* brown */
	font-size: 100%;
}
li.widget_theme_my_login p {
	margin: 0;
	padding: 5px 10px;
}
#navbar li.widget_theme_my_login ul,
#sidebar li.widget_theme_my_login ul {
	margin: 5px 10px;
	padding-left: 20px;
	list-style-type: square;
}
#navbar li.widget_theme_my_login ul,
#navbar li.widget_theme_my_login ul li {
	border-width: 0;
	font-size: 100%;
}
li.widget_theme_my_login p.message {
	background: #1F1A17; /* near black  */
	color: #EBE2CC; /* beige */
}
li.widget_theme_my_login p.error {
	background: #B47732; /* brown */
	color: #EBE2CC; /* beige */
}


#content div.wpcf7-validation-errors {
	background: #1F1A17; /* near black  */
	color: #EBE2CC; /* beige */
}

#sidebar .variable-page-content {
	padding: .5em 0;
	max-width: 100%;
	overflow: hidden;
/*	border-bottom: 1px solid #51543A; /* green */
}

#sidebar .widget_search {
	padding-bottom: .5em;
	border-bottom: 1px solid #51543A; /* green */
}


/* clear floats */
.clear {
	clear: both;
}
.inner {
	zoom: 1;
}
.inner:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}
/* end float clearing */


/* help for poor pitiful IE6 */
* html #navbar {
	display: inline-block;
	position: relative;
}
* html #navbar a:hover,
* html #navbar a:focus,
* html #navbar a:active {
	background-color: #51543A; /* green */
	color: #fff;
}
* html .narrowcolumn #navbar {
	margin-left: -26%;
}
* html .widecolumn #navbar {
	margin-left: -27%;
}
* html #sidebar {
	position: relative;
}
/* end IE junk */


/* print only rules */
@media print {
body #navbar {
	display: none;
}
body #page {
	max-width: 100%;
	padding-top: 0;
}
body #page #header {
	border-top-width: 0;
}
body #midsection .inner {
	margin-left: 0;
}
}
