/*
Theme Name: Map/Produce
Theme URI: 
Description: 
Version: v6
Author: Noel Weichbrodt
Author URI: http://noel.weichbrodt.org
*/
/*
Map/Produce is covered by a creative commons license and distributed under the terms of the GNU General Public License v2. Map/Produce is based on the Plaintxtblog theme by http://www.plaintxt.org/themes/plaintxtblog/.
*/
/* 
new new colors
#838f48
#000000
#CCCCCC
#A6A6A6
#7F7F7F
#94C0E7
#E5DBD3

old colors
#D5AF72
#D47D4E
#838F48
#D1988b
#94C0E7
#E5DBD3
#5D7A89
#26342B
*/

body {
	background: #CCCCCC;
	border: 1px solid #94C0E7;
	color: #A6A6A6;
	line-height: 150%;
	margin: 20px;
	padding: 20px;
}
a {
	outline: none;
}

/*** HEADER ************/
div#header {
	margin: 0 0 4em 0;
}
h1#title {
	font-size: 1.25em;
	margin: 0 0 0.25em 0;
        color: #000000;
}
p#description {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

/*** CONTENT ************/
div.narrowcolumn {
	float: left;
	margin: 0 2%;
	width: 59%;
}
div.widecolumn {
	margin: 0 auto;
	width: 50em;
}
div.post-header, div.navigation 
{
	padding: 1% 1% 1% 1%;
	margin: 0 0 1% 0;
	background: #A6A6A6;
}

div.post-header {
	display: block;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	margin-left: 1%;
	border-right: 5px solid #000000;
}

h2.post-title, h3.post-date {
}

h2.post-title 
{
	background: #A6A6A6;
	color: #CCCCCC;
	margin: 0;
	padding: 0 1% 0 0;
	font-size: large;
	float: left;
}

h3.post-date  
{
	display: inline;
	color: #A6A6A6;
/*	float: right;*/
	font-size: smaller;
	font-weight: normal;
}

div.post-entry
{
	display: block;
	padding: 1% 1% 1% 1%;
	background: #7F7F7F; /*#A6A6A6;*/
	margin-left: 1%;
	border-right: 5px solid #000000;
}

div.post-entry code, div.post-entry pre {
	font: 1em/normal "lucida sans", courier, monospace;
}
div.post abbr, div.post acronym {
	border-bottom: 1px dotted #7F7F7F;
	cursor: help;
}
div.post-entry h2, div.post-entry h3, div.post-entry h4, div.post-entry h5, div.post-entry h6 {
	font-size: 1em;
	margin: 1.125em 0 -0.75em 0;
}

div#single-post-metadata 
{
	border-right: 5px solid #A6A6A6;
}

p.post-footer 
{
	padding: 0 1% 0 1%;
	font-size: 1em;
	font-style: italic;
	background: #7F7F7F;
	color: #A6A6A6;
}

div#single-post-metadata p.post-footer {
	padding: 0 1% 0 1%;
	font-size: 0.9em;
	background: #7F7F7F;
}

h3.post-footer-header {
	padding: 0 1% 0 1%;
	font-size: 0.9em;
	text-transform: uppercase;
	background: #7F7F7F;
}

p.comment-author
{
        color: #000000;
	margin: 0;
}
p.comment-metadata 
{
        color: #000000;
	margin: 0;
	font-style: italic;
	background: #7F7F7F;
}

form#commentform {
	margin: 1em 0;
	padding: 0;
}
h4#comment-count, h4#respond {
	font-size: 1em;
	margin: 0;
	background: #CCCCCC;
}

/*** Lists & Quotes ************/

div.post-entry blockquote {
	border-left: 0.4em solid #000000;
}
div.post-entry blockquote p {
	margin: 0.25em 0;
	padding: 0.5em 1em;
}
div.post-entry blockquote ul {
	margin-bottom: 0;
	margin-top: 0;
}

div#comments ol
{
	background: #CCCCCC;
}

div#comments ol li 
{
	border-left: 0.4em solid #000000;
	padding: 0.5em 1em;
	background: #CCCCCC;
}

div#comments ol li.alt 
{
}

div#comments ol li p 
{
	margin: 0.5em 0;
}

/*** PAGE TEMPLATES AND THE SUMMARY_HOME.PHP FILE ************/

h3.excerpt-title {
	font-size: 1em;
	margin: 1em 0 0 0 !important;
}
p.excerpt-entry {
	margin: 0;
}
p.excerpt-footer {
	font-size: 1em;
	font-style: italic;
	margin: 0 0 1.5em 0;
}
h4.post-navigation {
	font-size: 1em;
	margin: 0 0 1.5em 0 !important;
}
div.content-column {
	float: left;
	margin: 0 3% 0 0;
	width: 44%
}
div.post ul.list, div.post ul.list li, div.post ul.list li ul  {
	margin: 0;
	padding: 0;
}
div.post ul.list li {
	font-size: 1em;
	list-style: none;
}
div.post ul.list li h2 {
	font-size: 1em;
	margin: 1em 0 0 0;
}

/*** SIDEBAR COL1/COL2 ************/

div.sidebar {
	float: left;
	text-align: right;
	width: 15%;
}
div#col1 {
	margin: 0 1% 0 0;
	background: #7F7F7F;
	/*padding: 0 1% 0 0;*/
}
div#col2 {
	/*margin: 0 2% 0 1%; */
	padding: 0 2% 0 1%;
}
div.sidebar ul, div.sidebar ul li ul li, div.sidebar ul li ul li ul, div.sidebar ul li ul li ul li   {
	margin: 0;
	padding: 0;
}

div.sidebar ul 
{
	margin-left: 1%;
	border-right: 5px solid #A6A6A6;
}

div.sidebar ul li {
	list-style: none;
	margin: 0 1em 0 0;
	padding: 0;
}
div.sidebar ul li h2 {
	background: #CCCCCC;
	color: #000000;
	font-size: 1em;
	margin: 0;
	padding: 0 1% 0 0;
}
div.sidebar ul li ul {
	border: none;
	margin: 0 0 1em 0;
	padding: 0;
}
div.sidebar ul li ul li ul {
	margin: 0 0 0.5em 0;
}
div.sidebar ul li ul li ul li {
	font-size: 0.9em;
	font-style: italic;
}

/*** FOOTER ************/

div#footer {
	clear: both;
	background: #94C0E7; 
}

p#blog-footer  {
	color: #7F7F7F;
	font-size: smaller;
	margin: 0;
}

/*** MULTI-PURPOSE STRUCTURAL DIVS ************/

.navigation {
	font-size: 0.9em;
	font-weight: bold;
	height: 1.5em;
	margin: 2em 0;
	padding: 0 0.4em 1px 0.4em;
	text-align: center;
	width: 100%;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.center {
	text-align: center;
}
.clearer {
	clear: both;
	height: 1px;
}

/*** LINK STYLES ************/

div#header a, div#header a:active, div#header a:link, div#header a:visited {
	background: #CCCCCC;
	border-bottom: 1px solid;
	color: #94C0E7;
	text-decoration: none;
}
div#header a:hover {
	background: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #838f48;
}
div.post-header a, div.post-header a:active, div.post-header a:link, div.post-header a:visited, div.navigation a, div.navigation a:active, div.navigation a:link, div.navigation a:visited {
	color: #CCCCCC; 
	text-decoration: none;
}
div.post-header a:hover, div.navigation a:hover {
	background: #CCCCCC;
	color: #838f48;
}
div.post-entry a, div.post-entry a:active, div.post-entry a:link
{
	color: #CCCCCC;
	text-decoration: underline;
}
p.post-footer a, p.post-footer a:active, p.post-footer a:link 
{
	text-decoration: underline;
	color: #CCCCCC;
}
div.post-entry a:visited, p.post-footer a:visited {
	color: #838f48;
}
div.post-entry a:hover
{
	background: #CCCCCC;
	color: #838f48;
	text-decoration: none;
}

p.post-footer a:hover 
{
	background: #CCCCCC;
	color: #838f48;
	text-decoration: none;
}

div.post-entry blockquote a, div.post-entry blockquote a:active, div.post-entry blockquote a:link
{
	color: #CCCCCC;
}
div#single-post-metadata a, div#single-post-metadata a:active, div#single-post-metadata blockquote a:link {
	color: #CCCCCC;
}
div.post-entry blockquote a:visited, div#single-post-metadata a:visited {
	color: #CCCCCC;
}
div.post-entry blockquote a:hover
{
	color: #838f48;
	text-decoration: none;
}
div#single-post-metadata a:hover {
	color: #838f48;
	text-decoration: none;
}
div#comments a, div#comments a:active, div#comments a:link {
	background: transparent;
	color: #CCCCCC;
}
div#comments a:visited {
	background: transparent;
	color: #4080b3;
}
div#comments a:hover {
	background: transparent;
	color: #838f48;
	text-decoration: none;
}
div.sidebar a, div.sidebar a:active, div.sidebar a:link {
	color: #7F7F7F;
	padding: 0.1em 0.2em;
	text-decoration: none;
}
div.sidebar a:hover {
	background: #CCCCCC;
	color: #838f48;
}

div#col1 a, a:active, a:link {
	color: #CCCCCC;
	padding: 0.1em 0.2em;
	text-decoration: none;
}
div#col1 a:hover {
	background: #CCCCCC;
	color: #838f48;
}

.current-cat a, .current-cat a:active, .current-cat a:link, .current-cat a:visited, .current-cat a:hover, .current_page_item a, .current_page_item a:active, .current_page_item a:link, .current_page_item a:visited, .current_page_item a:hover {
	color: #838f48;
}
div#footer a, div#footer a:active, div#footer a:link, div#footer a:visited {
	color: #7F7F7F;
}
div#footer a:hover {
	color: #838f48;
	background: #CCCCCC;
	text-decoration: none;
}

/*** IMAGE ELEMENTS, INCLUDING LINKS ************/

div#content img.center, div#content img.alignright, div#content img.alignleft {
}
div#content img.center {
	display: block;
	margin: 5px auto;
}
div#content img.alignright {
	margin: 5px 0 5px 10px
}
div#content img.alignleft {
	margin: 5px 10px 5px 0;
}
div#content a:hover img.center, div#content a:hover img.alignright, div#content a:hover img.alignleft {
}
li a img {
	border: none !important;
}

/*** FORMS FOR COMMENTS AND SEARCH / INCLUDES STYLES FOR THE WP-CONTACTFORM PLUGIN ************/

li#search form#searchform {
	margin: 0.1em 0;
	padding: 0;
}
li#search br {
	display: inline;
}
li#search #s {
	border: 1px inset #94C0E7;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 2px;
	width: 45%;
}
li#search #s:focus {
	border: 1px outset #7F7F7F;
}
li#search input[type=submit] {
	background: #A6A6A6;
	border: 1px outset #94C0E7;
	color: #94C0E7;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 1px;
}
li#search #searchsubmit:focus {
	background: #94C0E7;
	border: 1px inset #7F7F7F;
	color: #94C0E7;
}
div.formcontainer {
	font-size: 1em;
	overflow: hidden;
	position: static;
	width: 99%;
	background: #7F7F7F;
}
div.formright, div.formleft {
	color: #94C0E7;
	display: inline;
	float: left;
	margin: 0.3em 0;
}
div.formright {
	text-align: left;
	width: 75%;
	padding: 0.2em 0;
}
div.formleft {
	clear: both;
	text-align: right;
	width: 6em;
	padding: 0.2em 0.75em 0.2em 0;
}
#comment, #wpcf_msg {
	height: 10em;
	overflow: auto;
	width: 75%;
	background: #7F7F7F;
}
#author, #email, #url, #wpcf_your_name, #wpcf_email, #wpcf_website {
	width: 33%;
}
#author, #email, #url, #comment, #wpcf_your_name, #wpcf_email, #wpcf_website, #wpcf_msg {
	background: #838f48;
	border: 1px inset #7F7F7F;
	color: #94C0E7;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0.2em 0.3em;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #s:focus, #wpcf_your_name:focus, #wpcf_email:focus, #wpcf_website:focus, #wpcf_msg:focus {
	border: 1px outset #7F7F7F;
}

p .akpc_pop
{
	display: none;
}