/* 
Theme Name: Common Kitchen
Version: 1.0
Design Name: Common Kitchen
Description: Two column theme for http://blog.commonkitchen.com
Author: Parker Morse
Author URI: http://www.flashesofpanic.com
*/
/* "Dark" green = #48625b or 72 98 91 */
/* "Light" green = #48915b or 72 145 91 */

/* "Dark" blue = #0B155C */
/* "Light" blue = #3E4EAD */

/* Basic definitions */
body { 
  background-color: #fff; 
  background-image: url('img/light_blue_stripe.png');
  color: #333;
  text-align: center;
  min-width: 950px; /* http://www.andybudd.com/archives/2004/02/css_crib_sheet_3_centering_a_div/index.php */
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   12px;
  line-height: 16px;
}

a { 
  color: #3e4ead;
  text-decoration: none;
}

a:visited { 
  color: #3e4ead; 
}

a:hover { 
  text-decoration: underline; 
}

pre {
  background-color: #eee;
  padding: 10px;
}

/* Header size definitions */
h1              { font-size: 1.5em; margin: .75em 0 }
h2              { font-size: 1.17em; margin: .83em 0 }
h3, p			{ margin: 1.12em 0 }
h4              { font-size: .83em; margin: 1.5em 0 }
h5              { font-size: .75em; margin: 1.67em 0 }
h6              { font-size: .5em; margin: 2em 0 }

/* Page layout */

div#mainbody {
  margin: 3px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  background-image: url('img/bg-155.png');
  background-repeat: repeat-y;
	width: 950px;
	border: 5px solid #0B155C;
  padding: 0;
  position: relative;
  text-align: left;
  height: 100%
}

div#content {
	background: #fff;
	float: right;
	left: 166px;
	top: 87px;
	width: 765px;
	padding: 3px;
	height: 100%;
}

/* Top menu bar */

div#topmenu {
  border-bottom: 3px double #0B155C;
  background-color: #fff;
	background-image: url('img/bluestripe-bg.png');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 86px;
  margin: 0;
  padding: 3px;
  font-size: 1.2em; 
}

div#topmenu h1 {
	font-size: 1.2em;
}

/* Footer and language menu */

div#footer {
  border-top: 3px double #0B155C;
  font-size: .75em;
  background-color: #fff;
  padding: 3px;
}

div#footer #legal {
  float: left;
}

div#footer #languages {
  float: right;
}

/* Left navigation */

div#navigation {
	float: left;
	width: 160px;
	padding: 3px;
	background: #fff;
}

div#navigation img{
	border: 0;
}

div#navigation h3 {
	font-size: .95em;
	font-variant: small-caps;
	line-height: 1.1;
	margin: 2px;
	padding-left: 6px;
}

div#navigation h2 {
	text-align: center;
	text-indent: 0em;
	font-size: .95em;
	font-variant: small-caps;
	line-height: 1.3;
	margin: 0px;
}

div#navigation .navbox {
	border-bottom: 1px solid #0B155C;
	margin: 3px;
	margin-left: 0;
	padding: 2px;
}

.navbox ul {
	margin-top: 2px;
	margin-bottom: 2px;
	list-style: none;
}

.navbox ul li {
	text-indent: -10px;
	margin-left: -20px;
}

.navbox ul li ul li {
	margin-left: -10px;
}

li.linkcat {
	text-indent: 0;
	margin-left: 0;
	list-style: none;
}

dd p {
	/* Eliminate line breaks for p inserted by Markdown */
	margin:0; 
}

/******/

textarea {
	width:90%;
}

blockquote {
	background: #EEE url(img/blockquote.png) no-repeat bottom left;
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
}

abbr {
	border-bottom:#000 1px solid;
}

img {
	margin: 3px;
	padding: 2px;
	border: 1px solid #333;
}

.spacer {
	clear: both;
}

.posted {
	margin: 15px 0;
	padding:5px 0;
	font-size: 0.9em;
	font-family: Lucida Sans Unicode, Verdana, arial, helvetica, sans-serif;
	color: #666;
	border-top:#ccc 1px solid;
} 

hr {
	display:none;
}

#comments, #respond{
	margin-bottom: 1em;
	margin-top: 2em;
}

.commentlist {
	margin:10px;
	padding:10px 20px;
}

#commentform {
	margin:10px;
	padding:10px;
}

.commentlist {
	margin: 0;
	padding: 0;
}

.commentlist li {
	list-style:none;
	margin: 0.5em 0;
	padding: 0.5em;	
}

.commentlist li .cmtinfo {
	font-size:1em;	
	border-bottom: #eee 1px solid;
}

.commentlist li cite {
	font-style:normal;
	font-weight:bold;
}
.commentlist li em {
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}

.commentlist .alt {
	background:#fff;
}

input[type="text"], textarea {
	background:#F2F2E9;
	border:#ccc 1px solid;
}