@charset "UTF-8";
/* Recipe Press CSS Document */

/**
 * You can create a file named recipe-press.css or you can copy this file to your theme folder and make changes.
 * BOTH your custom file and the file included with the plugin will be added to the HTML code for your site
 * if you enable the Custom CSS option in th plugin settings page.
 */

h3.recipe-title {
	color: #666;
	margin-bottom: 2px;
	border-bottom: 1px solid #666;
}
h4.recipe-author {
	font: bold 14px;
	margin: 0px 0px 5px;
}
.recipe-notes {
	margin: 5px 0px;
}
dt.recipe-section {
	font-size: 14px;
	font-weight: bold;
}
#update th {
    vertical-align: top;
}

.recipe-press-required {
    color: #FF0000;
}

span.recipe-press-error {
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
}

table.recipe-press-submit {
    width: 100%;
}

/* Comments Settings */
.rp-comment-list li {
    list-style-type: none !important;
    clear:both;
}

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

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

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