/*
Theme Name: Red Cook
Theme URI: http://www.redcook.net
Description: Red Cook site theme
Version: 0.1
Author: KianLam Kho
Author URI: http://www.redcook.net
*/

@CHARSET "UTF-8";

/*general alignment*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}

/*the main div containers*/
body {
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Georgia,"Times New Roman",serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #555555;
	background-color: #2e0000;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0px;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
/*	background-color: #ffffff; */
	background: url(/wp-content/themes/redcook/images/background-rule.jpg) repeat-y top left #ffffff;
}
#header {
/*	height: 120px; */
	width: 950px;
	margin: 0px;
	background: url(/wp-content/themes/redcook/images/pckitchen-banner.jpg) no-repeat top left #4E0000;
}
#main {
	width: 950px;
}
#container {
	width: 650px;
	float: left;
	margin: 0;
	padding: 0;
/*	background-color: pink; */
}
#content {
	margin: 0;
	padding: 0;
/*	line-height: 1.3em; */
}
#sidebar {
	width: 120px;
	float: right;
	margin: 0;
	padding: 10px 40px;
	background-color: aqua;
}
#sidebar-left {
	width: 300px;
	float: left;
	margin: 0;
	padding: 0;
/*	background-color: green; */
}
#footer {
/*	height: 20px; */
	clear: both;
	text-align: left;
	font-size: 0.9em;
	margin: 0;
	padding: 10px;
	color: #ffffff;
	background-color: #4e0000;
}

/* special home page style */
#container-home {
	width: 660px;
	float: left;
	margin: 0;
	padding: 10px 0 10px 40px;
	background-color: pink;
}

/* some general classes */
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 15px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}

/*style the header text - do not display header text */
#header .description {
	display: none;
}

/* style the banner in the header section  */
#banner {
	float: left;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 100px;
}
#banner h1 {
	display: none;
}
#banner-button {
	float: right;
	width: 270px;
	height: 100px;
}

/*style for menu and submenu, pages and sub-pages in the header*/
#menu{
	white-space: nowrap;
	clear: both;
	margin: 0;
	padding: 0;
	width: 950px;
	height: 30px;
	color: #ffffff;
	background-color: #4e0000;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu ul {
	float: right;
	margin: 0px;
	padding: 7px 12px;
}
#menu li a {
	color: #ffffff;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu li.current_page_item a {
	color: #cda3a3;
}
#menu li a:hover, #menu li.current_page_item a:hover {
	color: #cc0000;
/*	text-decoration: underline; */
}

/*style the headings*/
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.post h2 {
	font-size: 2.4em;
	font-family: "Trebuchet MS",Verdana,sans-serif;
	color: #cc0000;
	margin: 0 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.5em;
  font-family: "Trebuchet MS",Verdana,sans-serif;
  color: #cc0000;
  margin: 0;
  padding: 0;
}

.post h4 {
  font-size: 1.2em;
  font-family: "Trebuchet MS",Verdana,sans-serif;
  color: #cc0000;
  margin: 0.6em 0 0 0;
  padding: 0;
}

/*style the post date*/
.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;
}

/*style content and footer links*/
#content a:link, #content a:visited {
	color: #cc0000;
/*	padding: 2px; */
	text-decoration: none;
}
#content a:hover {
	color: #802626;
}
#footer a:link, #footer a:visited {
	color: #cc0000;
	text-decoration: none;
}
#footer a:hover {
	color: #802626;
}

/*style sidebar links*/
#sidebar ul, #sidebar-left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}

/*underpost is exactly what you think, under the post on single.php*/
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}


/*if you insert image and give it a class of the below.*/
img.centered{
	display: block;
	margin: 0 auto 0 auto;
}
img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}
img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

/*oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  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;
}



/*time to fancy up the commenting form and stuff*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}

/*below styles admin authors comments on single.php*/
li.author {
	padding: 5px;
}
/*start to style comments, they're an ordered list, hence the ol..*/
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}

/*these are some preventative measures for image hovers, haven't tested it much*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
	border: none;
}

a.image img {
	border: none;
}

/* Styling for Schedule Table */
table.schedule-table {
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
}
table.schedule-table tr.table-banner {
	background: #4e0000;
	color: #ffffff;
}
table.schedule-table tr td {
	vertical-align: top;
	padding: 5px 10px;
}
table.schedule-table tr td.date-column {
	width: 125px;
}
table.schedule-table tr td.menu-column {
	width: 25px;
}
table.schedule-table tr td.price-column {
	width: 125px;
}
table.schedule-table tr td.availability-column {
	width: 40px;
}

/* Styling for Meal Menu */
.meal-menu {
	list-style: none;
	margin: 15px auto; 
	padding: 0;
	width: 90%;
	border: dotted 1px #cda3a3;
	background: #f2ebeb;
}
.meal-menu li {
	margin: 10px;
}
.meal-menu li h4 {
	font-size: 1.3em;
	font-family: "Trebuchet MS",Verdana,sans-serif;
	margin: 0;
	padding: 0 0 10px 0;
	color: #802626;
	border-bottom: dotted 1px #cda3a3;
}
ul.meal-item-list {
	margin: 0;
	padding: 0;
}
.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 {
	font-size: 0.8em;
	margin: 10px 0 0 0;
}
li.meal-item-wine {
	font-size: 0.8em;
	font-style: italic;
	margin: 10px 0 0 0;
}
img.size-thumbnail {
	display: none;
}