/*
Theme Name: Zen Can Cook
Theme URI: http://www.zencancook.com
Description: WP theme for Zen Can Cook based on WP Themer Kit Ver. 1.1
Version: 1.0
Author: KianLam Kho
Author URI: http://www.cyberpalate.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #666666;
	background: #333333 url(images/background.gif) repeat-y top center;
}
#wrapper {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	background: #ffffff url(images/column_rules.gif) repeat-y top left;
}
#header {
	height: 150px;
	width: 960px;
	margin: 0px;
/*	background: #ffffff url(images/masthead_photo.jpg) no-repeat top right; */
	background: #ffffff url(images/header/rotate.php) no-repeat top right;
	border-bottom: 5px double #666666;
	position: relative;
}
#header-spacer {
	height: 10px;
	background-color: #ffffff;
}
#main {
	width: 960px;
	padding: 0px 0px 20px 0px;
}
#content {
	padding: 10px 15px;
	float: left;
	line-height: 1.3em;
	width: 450px;
	/*	background-color: pink; */
}
#sidebar-right {
	width: 300px;
	float: right;
	padding: 10px 5px;
/*	background-color: yellow; */
}
#sidebar-left {
	width: 160px;
	float: left;
	padding: 10px 5px;
/*	background-color: aqua; */
}
#footer-spacer {
	clear: both;
	height: 40px;
	background-color: #ffffff;
}
#footer {
/*	height: 42px; */
	clear: both;
	text-align: right;
	font-size: 0.8em;
	background-color: #ffffff;
	padding: 0px;
	border-top: 5px double #666666;
}
#footer p {
	margin: 0px;
	padding: 7px 10px 7px 0px;
	color: #ffffff;
	background-color: #666666
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 5px;
	font-size: .9em;
	clear: both;
}
.entry-content, .entry-excerpt {
	clear: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-text, .comment-text {
	clear: both;
	padding: 2px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.navigation {
  clear: both;
}
.navigation div {
	width: 47%;
}
.navigation div.alignright {
	text-align: right;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
	text-decoration: none;
	color: #ff6600;
}
#content a:hover {
	text-decoration: underline;
}
#content h2 a:link, #content h2 a:visited {
	color: #666666;
}
#content h2 a:hover {
	color: #ff6600;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25px;
/*	width: 750px; */
}
#menu ul {
	margin: 0px;
	padding: 7px 0px 6px 0px;
	color: #ffffff;
	background-color: #666666;
	font-size: 11px;
	float: left;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0px 10px;
}
#menu li.page_item {
	border-left: #858585 solid 1px;
}
#menu li a:link, #menu li a:visited {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
#menu li a:hover {
	text-decoration: underline;
}
img.menu-end {
	float: left;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar-left ul, #sidebar-right ul, #sidebar-footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar-left li a:link, #sidebar-left li a:visited, #sidebar-right li a:link, #sidebar-right li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: 0.1em;
	padding: 1px;
	color: #666666;
}
#sidebar-left li a:hover, #sidebar-right li a:hover {
	color: #f60;
	text-decoration: underline;
}
#sidebar-left ul ul, #sidebar-right ul ul {
  margin-left: 10px;
}
#sidebar-left ul ul li, #sidebar-right ul ul li {
  font-size: .9em;
  margin-top: 6px;
  margin-left: 10px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar-left h1, #sidebar-right h1 {
	font-size: 1.4em;
}
#sidebar-left h2, #sidebar-right h2 {
	font-size: 1em;
	height: 18px;
	padding: 3px 0 0 10px;
	border-left: 4px solid #666666;
	background: #ffffff url(images/header_gradient.gif) repeat-x top left;
}
#sidebar-left h2 a:link, #sidebar-right h2 a:link,
#sidebar-left h2 a:visited, #sidebar-right h2 a:visited {
	text-decoration: none;
	color: #666;
}
#sidebar-left h2 a:hover, #sidebar-right h2 a:hover {
	color: #FF6600;
}
.post h2 {
	font-size: 1.6em;
	line-height: 1.7em;
	margin: 30px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.6em;
  margin: 0;
  padding: 0;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.underpost {
	position: relative;
/*	height: 25px; */
	padding: 4px 0;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}
.post-shim {
	clear: both;
}
.post-date, .catposted {
	float: left;
}
.post-comments, .post-category {
	float: right;
}
/*
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
*/
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
li.author {
	padding: 5px;
}
ol.commentlist {
	font-size: 0.9em;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px dotted #303030;
}
ol.commentlist li {
	margin: 15px 0 0 0;
	border-bottom: 1px dotted #303030;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
/*===END SECTION 8===*/

/*===START SECTION 9 - oh you're so fancy with those blockquotes....===*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 345px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*===START SECTION 10 - images when inserted into a post.===*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
/*===END SECTION 11===*/

/*===START SECTION A - Zen header and navigation===*/
a.header-logo img {
	border: none;
	margin: 20px 0 0 45px;
}
/*===END SECTION A===*/

/*===START SECTION B - Zen Shop teamplate styling===*/
#content-shop {
	margin: 0;
	padding: 10px 15px;
	float: left;
	line-height: 1.3em;
	width: 930px;
	background-color: #ffffff;
/*	background-color: pink; */
}
#content-shop a:link, #content-shop a:visited {
	padding: 2px;
	text-decoration: none;
	color: #ff6600;
}
#content-shop a:hover {
	text-decoration: underline;
}
/*===END SECTION B===*/

/*===START SECTION C - Recipe and menu blocks styling, speial content styling===*/
.recipe_entry, .meal_menu {
	list-style: none;
	margin: 15px 0; 
	padding: 0;
	float: left;
	width: 438px;
	border: dotted 1px #666666;
	background: #f3f3f3;
}
.recipe_entry li, .meal_menu li {
	margin: 10px;
}
.recipe_entry li h4, .meal_menu li h4 {
	margin: 0 0 10px 0;
	padding: 0 0 7px 0;
	color: #666666;
	border-bottom: dotted 1px #666666;
}
.recipe_ingredient, .recipe_body {
	list-style: none;
	margin: 0;
	padding: 0;
}
.recipe_ingredient li {
	margin: 0 10px;
	padding: 0;
}
.recipe_ingredient li h5{
	margin: 10px 0 6px 0;
	padding: 0;
}
.recipe_body li {
	margin: 10px 0;
	padding: 0;
}
.recipe_entry li ol {
	margin: 0;
	padding: 0 0 0 10px;
}
.meal_menu li {
	list-style: none;
	text-align: center;
}
li.meal_item {
	margin: 10px 0 0 0;
}
li.meal_item_break {
	margin: 0;
}
li.meal_item_small, li.meal_item_wine {
	font-size: 0.8em;
	line-height: 1.4em;
}
li.meal_item_wine {
	font-style: italic;
}
/*===END SECTION C===*/



/*===START SECTION D - Other general page layout, search form layout, Twiter form layout etc.===*/
#searchform div {
	margin-bottom: 15px;
}
input#s {
	width: 180px;
}
input#searchsubmit {
	width: 70px;
	margin: 0 0 0 10px;
}
.aktt_tweets a {
	display:inline !important;
	padding:0 !important;
	margin:0 !important;
}
/*===END SECTION D===*/
