/*
Theme Name: Delicious Dishes
Theme URI: http://srinig.com/wordpress/themes/f2/
Description: Delicious Dishes is a customized version of the F2 theme exclusively designed for deliciousdishesrecipes.com.
Version: 1.0
Author: Teddi Deppner
Author URI: http://www.creativewebguru.com/
Template: f2
*/

@import url("../f2/style.css");

/* NOTE: IMPORTANT files for making print options are contained in the /F2 parent theme directory: print-page.css, print3x5.css, print4x6.css and styleswitcher.js */
/* A COPY OF THESE FILES ARE ALSO BACKED UP IN THE CURRENT THEME SUB-DIRECTORY delicious-dishes/backup-files/ */
/* EDIT TO /F2/FUNCTION.PHP - Added excerpt function for "read the rest" on archive pages */

body { 	padding:20px; background: #2d1b0b; }

#page { width: 940px; }

/* TEXT AND LINKS */

a { color:#df1c0d; }

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #5e413e;
}

h2, h3, h4, h5, h6 {
	margin-bottom: 1.5em; 
}

h2.posttitle a { text-decoration:none; }
h2.posttitle a:hover { color:#f88701; text-decoration:none; }

/* HEADER */

#header {
	height:100px;
	border:none;
	border-bottom:1px solid #fddca9;
	background:#6d97b7;
}

#headerlogo {
	top:35px;
}

#headerlogo div.description { margin-left: 15px; }

#headerlogo h1 a {	color:#fdc56d; }


/*  TOP NAVIGATION */

#hmenu ul li a {
	display:block;
	background:#ff9c00;
	color:#FFFFFF;
	padding:4px 20px;
	margin:0 1px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
}

#hmenu ul li a:hover, #hmenu ul li.hmenu_rss a:hover {
	background-color: #febd57;
	color: #fff;
}

#hmenu ul li.hmenu_rss a {
	background:#7e9c63 url('images/feed.png') no-repeat 95% 50%;
	padding:4px 30px 4px 20px;
}

#hmenu ul li.hmenu_rss a:hover {
	background: #90b271 url('images/feed.png') no-repeat 95% 50%;
}

/* PRINT BUTTONS & STUFF */

.print_note { float:right; padding:3px 6px; background:#d1eeb7; border:1px solid #b3ce9b; }  /* ON HOME PAGE - matches colors of .full_recipe below in ARCHIVE section */
.print_note a { color:#4d6835; text-decoration:none; font-size: 1.2em; }
.print_note a:hover { color:#FFFFFF; text-decoration:none; font-size: 1.2em; }
.print_note:hover { background:#ff9c00; border:1px solid #b3ce9b; }

.print_options { display:block; margin: 0 auto; padding: 3px 10px 5px 10px; width: 450px; border:1px dotted #C9C9C9; background: #f2f3f2; font-size:1.2em; text-align:center; }
.print_options h4 { margin:0; padding:0; text-align:center; font-size: 1em; }
.print_options a { padding: 0px 3px 0px 14px; background: #f2f3f2 url(images/option-not-selected.gif) no-repeat center left; } 
a.selected-option { padding: 0px 3px 0px 14px; background: #f2f3f2 url(images/option-selected.gif) no-repeat center left; }

a.greenbutton { margin:5px; padding: 3px 4px 1px 24px; background:#b9d79f url(images/printer-icon.gif) center left no-repeat; border:1px solid #9cae8c; border-right:2px solid #9cae8c; color:#3f4837; text-decoration:none; } 
a.greenbutton:hover { margin:5px; padding: 3px 4px 1px 24px; background:#d0f7ae url(images/printer-icon-hover.gif) center left no-repeat; border:1px solid #9cae8c; border-right:2px solid #9cae8c; color:#3f4837; text-decoration:none; } 

.print_info { display:none;  }

#recipe-section { padding: 6px; border: dashed 1px #CCCCCC; font-size: 1.4em; }

/* IN-POST / CENTER COLUMN */

#content { background:#f8f8f8 url(images/content-bkgd-light.gif) top repeat; }

#content img { border: solid 2px #d5b786; } 

/* COMMENT AREA */

#comments img { border:none; }  /* that way emoticons in coments won't have a square border */

/* SIDEBARS     */

#wrapper{
  border-left:240px solid #ffeac8; /* Sidebar left background color */
  border-right:240px solid #ffeac8; /* Siderab right background color */
  }

/* .sidebar { padding:15px; } */

.sidebar-pic { margin:0 0 0 15px; }

.sidebar ul h2 {
	padding-bottom: 3px;
	margin-bottom: .5em; 
	border-bottom: 3px dotted #edbb6c;
}

.sidebar li li:before { content: "\00BB \0020"; color:#eb9229; }  /* Bullet before sidebar lists */
.sidebar li ul li li:before {  color:#eb9229; }  /* Bullet in nested sidebar lists */
/* content: "\203A \0020";  <-- could be used for single carrot bullets > */

/* ARCHIVE / CATEGORY PAGES */

.full_recipe { padding:3px 6px; background:#d1eeb7; border:1px solid #b3ce9b; }  /* ON HOME PAGE */
.full_recipe a { color:#4d6835; text-decoration:none; font-size: 1.2em; }
.full_recipe a:hover { color:#FFFFFF; text-decoration:none; font-size: 1.2em; }
.full_recipe:hover { background:#ff9c00; border:1px solid #b3ce9b; }

/* FORMS */

.sidebar #searchsubmit { margin-top:3px; padding: 1px; background:#b9d79f; }

#printNow { margin:4px 10px; padding: 1px; background:#b9d79f; }

/* FOOTER     */

#footer { 	background:#627b4c;  border:1px solid #5f764b; border-top: 1px solid #7e9c63; } 

/* ORANGE FOOTER BELOW */
/* #footer { 	background:#ff9c00;  border:1px solid #d28101; border-top: 1px solid #febd57; }  */
