/*
Theme Name: Cooking Journeys
Theme URI: http://cookingjourneys.ca
Description: Child theme of Template-Frameworks' Basic.
Author: Catherine Winters
Author URI: http://catherinewinters.com/
Template: basic
Version: 0.1
*/
 
@import url("../basic/style.css");


body {
	background: #55A51C;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

#wrap {
	/*width:871px; */
	width:861px;
	background:none;
}

#header {
	background:none;
	background-color: #55A51C;
	height:106px;
	padding:5px 0 0 0px;
}

#logo {
	float:left;
}

#logo a {
	background: url("images/cooking_journeys_logo.jpg") 0 0 no-repeat;
	width:424px;
	height:106px;
	display:block;
	margin:0px;
	text-indent: -9000px;
}


#tagline {
	background: url("images/tagline.jpg") 0 0 no-repeat;
	width:447px;
	height:106px;
	float:left;
	padding:0px;
	text-indent: -9000px;
	text-align:left;
}


/* Special containers to enable theme shadows */
#container_left {
	background: url("images/sideA.jpg") 0 0 no-repeat;
	padding-left:25px;
	width:841px;
	clear:both;
	float:left;
}

#container_right {
	background: url("images/sideB.jpg") top right no-repeat;
	padding-right:25px;
	width:821px;
	float:left;
}

#wrap {
	background: url("images/both_sides.jpg") 0 250px repeat-y;
}


/* Main Menu */
#top_nav {
	padding:0px;
	width:820px;
	height:23px;
}

#top_nav ul li {
	padding:0px;
}

#nav_menu-3 {
	background-color: #cee5bd;
	padding:0px;
	width:820px;
	height:23px;
}


#nav_menu-3 ul li {
	padding: 0px;
	/*position:relative;*/
	/*top:2px;*/
	/*display:block;*/
	height:23px;
	margin:0px;
	overflow: hidden;
}

#top_nav ul li a,
#top_nav ul li a:link,
#top_nav ul li a:visited {
	top:2px;
	position:relative;
	color: #1A3C01;
	padding: 7px 10px;
	font-weight:normal;
	font-size:11px;
	height:auto;
}


#top_nav ul li a:active,
#top_nav ul li a:focus,
#top_nav ul li a:hover,
#top_nav ul li.current_page_item a,
#top_nav ul li.current_page_item a:link,
#top_nav ul li.current_page_item a:visited,
#top_nav ul li.current_page_parent a,
#top_nav ul li.current_page_parent a:link,
#top_nav ul li.current_page_parent a:visited {
	background-color: #1A3C01;
	color: #cee5bd;
}



/* Sidebar */
#sidebar {
	margin-top: 270px;
	position: relative;
	width:225px;
	padding:0px 0px 50px 0px;
	float:right;
}


#sidebar h2 {
	border: 0px;
	text-transform:none;
	margin-top:25px;
}

/* Sidebar widgets */

/* member icons */
#text-3 {
	text-align: center;
	margin-bottom:30px;
}

#text-3 p {
	padding-top: 12px;
	font-weight:bold;
}

#text-3 a.iacp_logo,
#text-3 a.appca_logo {
	text-indent: -9000px;
	display:block;
	border:0px;
	margin:auto;
}

#text-3 a.iacp_logo {
	background: url("images/widgets/iacplogo.jpg") 0 0 no-repeat;
	width: 73px;
	height: 64px;
}

#text-3 a.appca_logo {
	background: url("images/widgets/appcalogo.jpg") 0 0 no-repeat;
	width: 73px;
	height: 96px;
}

/* Twitter, Facebook, LinkedIn */
#sidebar ul li {
	padding:5px 20px 5px 10px;
}

#sidebar ul li ul li {
	padding:0px;
}

#sidebar ul ul {
	margin-bottom:10px;
}

#text-7 .textwidget {
	margin: auto;
	text-align:center;
	font-weight:bold;
}

#text-7 .icons {
	width: 75px; /* 105px; */
	height:25px;
	display:block;
	margin:auto;
}

/* Twitter blocks */
#text-7 li {
	float:left;
}

#text-7 .twitter {
	background: url("images/twitterico.png") 0 0 no-repeat;
	display:block;
	height:25px;
	width:25px;
	text-indent: -9000px;
	margin:0 5px 0 5px;
}

#text-7 .facebook {
	background: url("images/facebookico.png") 0 0 no-repeat;
	display:block;
	height:25px;
	width:25px;
	text-indent: -9000px;
	margin:0 5px 0 5px;
}

#text-7 .linkedin {
	background: url("images/linkedinico.png") 0 0 no-repeat;
	display:block;
	height:25px;
	width:25px;
	text-indent: -9000px;
	margin:0 5px 0 5px;
}


/* New Moms sidebar widget block */
#sidebar_new_moms {
	text-align:center;
}

#text-9 #sidebar_new_moms a {
	background: url("images/widgets/newmom-icon.jpg") 0 10px no-repeat;
	display:block;
	height:143px;
	width:75px;
	text-indent: -9000px;
	/*margin:0 5px 0 5px;*/
margin: auto;	
padding-top:10px;
}


/* Content */
#main {
	padding:0px;
	width: 820px;
	background-color: #fff;
}

#content {
	background-color: #fff;
	color:#393939;
	padding: 0px;
	width:595px;
}

#content h2 {
	color: #333;
}

h3, h4, h5, h6 {
	color:#333;
	font-weight:bold;
	margin:0 0 8px;
}

#content h3 {
	margin-top:22px;
	font-size:15px;
}

#content h4 {
	margin-top:0px;
	font-size:12px;
	margin-bottom:0px;
}



blockquote {
	border-left: 0px;
	color: #333;
	font-size:12px;
	font-weight:bold;
}

.entry {
	padding:10px 25px 10px;
}

.entry p {
	padding: 0 0 12px 0;
	line-height:14.4px;
}

.entry a {
	color: #393939;
}

.entry a:link,
.entry a:visited {
	color:#009900;
}

.author_info,
.post_info {
	margin-bottom:25px;
}

.entry .entrymeta p {
	padding:6px;
}


.entry li {
	/*margin-bottom:17px; */
	line-height:14.4px;
}

/* Manual exceptions to list spacing */
/*.page-id-24 .entry ol li,
.page-id-47 .entry ul li {
	line-height:14.4px;
	margin-bottom: 0px;
}

.page-id-47 .entry ul,
.page-id-47 .entry ol {
	margin-top:0px;
	padding-top:0px;
	padding-bottom:20px;
}*/

.page-id-6 .entry ol li {
	margin-bottom:17px;
}


/* Comments */
#respond {
	padding:10px 25px 30px;
}

#respond a:link,
#respond a:visited {
	color:#666666;
}

#comments,
ol.commentlist {
	padding-left: 25px;
	padding-right: 25px;
}




/* Homepage image replacement */
body.home .entry {
	padding:0px;
}

body.home .entry_title {
	display:none;
}

body.home #content {
	width: 820px;
}

body.home .homepage_header {
	background: url("images/headers/homepage_graphics.jpg") 0 0 no-repeat;
	text-indent: -9000px;
	width: 547px;
	height: 288px;
	float:left;
}

#homepage_bottom li {
	list-style-type:none;
}

#homepage_bottom li {
	float: left;
}



/* homepage image replacement */
#vancouver_personal_chef {
	background: url("images/img-cooking-txt.gif") 0 0 no-repeat;
	text-indent: -9000px;
	width: 273px;
	height: 288px;
	float: left;
}

#what_would_you_do a {
	background: url("images/txt-things.gif") 0 0 no-repeat;
	text-indent: -9000px;
	width: 273px;
	height: 137px;
	display: block;
	float:left;
}

#homepage_testimonials {
	width: 273px;
	height: 137px;
	display: block;
	float: left;
}

#contact_us a {
	background: url("images/txt-contact.gif") 0 0 no-repeat;
	text-indent: -9000px;
	width: 266px;
	height: 137px;
	display: block;
	float: left;
}

#new_moms a {
	background: url("images/front_page_stork_express.png") no-repeat scroll -8px 7px transparent;
	text-indent: -9000px;
	width: 266px;
	height: 137px;
	display: block;
	float: left;
}


/* Special Section Headers */
.page-id-24 h1 {
	background: url("images/headers/services_pricing.jpg") 0 0 no-repeat;
	text-indent: -9000px;
	width: 820px;
	height: 270px;
}

.page-id-36 h1 {
	background: url("images/headers/contact.jpg") 0 0 no-repeat;
	text-indent: -9000px;
	width: 820px;
	height: 270px;
}

.page-id-6 h1 {
	background: url("images/headers/how_it_works.jpg") 0 0 no-repeat;
	text-indent: -9000px;
	width: 820px;
	height: 270px;
}

.page-id-51 h1 {
	background: url("images/headers/meet_the_chef.jpg") 0 0 no-repeat;
	text-indent: -9000px;
	width: 820px;
	height: 270px;
}

.page-id-57 h1 {
	background: url("images/headers/raves.jpg") 0 0 no-repeat;
	text-indent: -9000px;
	width: 820px;
	height: 270px;
}

.page-id-53 h1 {
	background: url("images/headers/faq.jpg") 0 0 no-repeat;
	text-indent: -9000px;
	width: 820px;
	height: 270px;
}

.page-id-47 h1 {
	background: url("images/headers/sample_menus.jpg") 0 0 no-repeat;
	text-indent: -9000px;
	width: 820px;
	height: 270px;
}

h1.blog_title {
	background: url("images/headers/blog.jpg") 0 0 no-repeat;
	text-indent: -9000px;
	width: 820px;
	height: 270px;
}

.page-id-201 h1 {
	background: url("images/headers/new_moms.png") 0 0 no-repeat;
	text-indent: -9000px;
	width: 820px;
	height: 268px;
}


/* gift certificates */
.page-id-318 h1 {
  background: url("images/headers/gift_certificates_header.png") 0 0 no-repeat;
  text-indent: -9000px;
  width: 820px;
  height: 268px;
}



/* footer */
.clear {
	clear:both;
	background:#fff;
	width:820px;
	display:none;
}

#footer {
	border-top: 0px;
	background: url("images/footer-bottom.jpg") 0 31px no-repeat ;
	margin-bottom:50px;
	width:871px;
	height: 50px;
	display:block;
}

/*#footer .content,
#text-4 {
	background-color:#CEE5BD;
	display:block;
}*/

#footer .content ul {
	list-style-type:none;
}

/*#footer #text-4 {
	display:block;
	width:820px;
	height:30px;
}

#footer #text-4 p {
	float:left;
}*/

#footer p {
	padding: 0px;
}

#footer .content {
	
}

#footer .contact_footer {
	background: url("images/footer.gif") 0 0 no-repeat;
	display: block;
	width:820px;
	height: 31px;
	text-indent: -9000px;
	margin-left:25px;
}

