/* 
    Document   : standard
    Created on : Dec 23, 2009, 11:50:57 AM
    Author     : grandslambert
    Description: This is the style sheet for the standard recipe template.
*/

.recipe-press-image {
    float: left;
    padding: 0px;
}

.recipe-about {
    width: 486px;
}

h3.recipe-title {
	font-family: "Century Gothic", lucida grande, lucida sans unicode, tahoma, arial, sans-serif;
	font-size: 1.2em;
	color: #fff;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	background-color: #669933;
	width: 491px;
	padding: 5px 5px 5px 10px;
	border: solid 1px #669933; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
h4.recipe-author {
	  display: none;
}
blockquote.recipe-notes {
	margin-left: 0px;
	width: 486px;
	padding: 10px;
	font-family: lucida grande, lucida sans unicode, verdana, arial, sans-serif;
	font-size: 0.9em;
	border: solid 1px #dddddd; background-color: #F4F4F4; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}

div.recipe-content {
    clear: both;
}

div.recipe-section {
    clear: both;
}

div.recipe-section-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0;
}

h4.recipe-section-title {
    margin: 10px 0;
    font-weight: bold;
}

div.recipe-details {
    display: none;
}

div.recipe-instructions-title {
    display: none;
}

ul.recipe-details {
  	font-family: lucida grande, lucida sans unicode, verdana, arial, sans-serif;
  	font-size: 0.9em;
  	border: solid 1px #dddddd; background-color: #f6ffe7; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
  	width: 486px;
  	height: 35px;
  	padding: 10px;
  	margin: 5px 0px;
}

ul.recipe-details li {
    list-style: none;
    float: left;
    width: auto;
    text-align: center;
    padding: 0;
    padding-left: 0;
    width: 33%;
    margin: 0;
    font-size: 12px;
    background-image: none;
}

li.recipe-prep, li.recipe-cook {
    border-right: 1px dotted #CCCCCC;
}

span.details-header {
    font-weight: bold;
    color: #666666;
    font-size: 12px;
}

div.recipe-servings {
    width: 506px;
    border-bottom: 1px dotted #CCCCCC;
    padding: 5px 0;
    font-size: 12px;
}

div.recipe-ingredients {
    width: 506px;
    border-bottom: 1px dotted #CCCCCC;
    font-size: 12px;
}

div.recipe-instructions {
    width: 506px;
    border-bottom: 1px dotted #CCCCCC;
    font-size: 12px;
}

ul.recipe-ingredients {
    margin: 0 0 5px;
    padding: 0;
}
ul.rp_ingredients li {
    list-style-type: circle;
    margin: 0;
    background-image: none;
}
ol.recipe-instructions li {
    list-style-type: decimal;
    background-image: none;
    font-style: italic;
}

/* Comments Settings */

.rp-comment-list {
    display: none;
    padding: 0;
    margin: 0;
}
.rp-comment-list li {
    display: none;
    list-style-type: none !important;
    clear:both;
}

.rp-comment {
    display: none;
    border-top: solid 1px #666666;
    padding: 8px 0;
}
.rp-avatar {
    display: none;
    float:right;
}
.rp-name {
    display: none;
    display:block;
}
.rp-date {
    display: none;
    font-size: smaller;
}
.rp-perma {
    display: none;
    font-size: smaller;
}
.rp-comment-entry {
    display: none;
    clear: both;
}

.rp-comment-status {
    display: none;
    padding: 5px;
    background: #FFFFCC;
    font-style: italic;
    margin-bottom: 8px;
}

.rp-comment-spam {
    display: none;
    padding: 5px;
    background: #FF3333;
    color: #FFFFFF;
    font-style: italic;
    margin-bottom: 8px;
    border: solid 1px #666666;
}
p.nocomments {
    display: none;
}