/*Recipe*/

#recipeCircuit {
	padding: .5em;
}
.recipePrintHeader {
	display: none;
}
.recipeNav {
	clear: both;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #666;
}

.recipeSearch {
	float: right;
}

.recipeLandingDefault .recipeSearch {
	float: none;
}


.recipeLanding {
	width: 250px;
}

/**recipeForm**/

form label {
	font-size: 105%;
}

form input {
}

.recipeForm .row {
	display: block;
	margin: 1em 0;
}

.recipeForm fieldset {
	margin: 1em 0;
}

.recipeForm .instructions, .recipeIngredientForm .instructions {
	font-size: 90%;
}

.recipeForm .categoryColumn, .categoryColumn {
	width: 45%;
	float: left;
}

.adminOnly {
	background: #CCCCCC;
	padding: .1em;
}

.recipeForm .recipeImage {
	float: left;
	padding-right: .5em;
	margin-right: .5em;
	border-right: 1px solid #666;
}

.importantMessage, .requiredField {
	font-weight: bold;
	font-size: 110%;
	color: #660033;
}

p.newCategory {
	margin-top: 1em;
}

.recipeForm .ingredientComment, .recipeForm .productName {
	display: block;
}

/**IngredientTable**/

tr.ingredientRow {
	margin-top: .5em;
}

/**Session Management Tables**/



#recipeIngredients {
	clear: both;
	width: 90%;
	background: #fff;
}

#recipeIngredients caption {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: .5em;
}
#recipeIngredients {
	margin: 0;
	padding: 0;
	border-left: 1px solid #C1DAD7;
}

#recipeIngredients th {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	padding: .5em;
	font-size: 90%;
	background: #FFFFCC;
}

#recipeIngredients th a:link, #recipeIngredients th a:visited {
	color: #660033;
}
#recipeIngredients th a:active, #recipeIngredients th a:hover {
	color: #666;
}
#recipeIngredients td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: .4em;
	font-size: 90%;
}

/**Recipe Categories**/

ul.recipeCategories, .recipesInClass ul {
	margin: 0;
	padding: 0;
	margin-left: .5em;
	padding-left: .5em;
	text-indent: -1em;
	font-size: 110%;
}
ul.recipeCategories li:before, .recipesInClass ul li:before {
	content: "\00BB \0020";
}
	
.recipeCategories li, .recipesInClass ul li {
	list-style: none;
	padding-bottom: .3em;
	margin: 0;
}


.recipesLeft {
	width: 45%;
	float: left;
	padding-right: 3%;
	border-right: 1px solid #666;
}

.recipesRight {
	width:50%;
	float:right;
}


/**Display Recipe**/

.recipeImage {
	float: right;
}

.displayRecipeID {
	display: block;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}

.submittedBy {
	font-style: italic;
}

.recipePreamble p {
	margin: 0;
	padding: 0;
}

.recipePreamble .comment {
	margin-top: 1em;
}

.ingredients {
	margin-top: 1em;
}

.ingredientComment {
	display: block;
	font-size: 90%;
	font-style: italic;
}

.buyIngredients {
	display: block;
	margin-top: .5em;
	padding: .5em;
	border: 1px solid #660033;
	background: #F2F2D9;
}
.buyInStoreMessage {
	font-size: 90%;
	color: #660033;
}
.buyInStoreIndicator {
	font-weight: bold;
	color: #660033;
}

.instructions ol {
	margin: 0;
	padding: 0;
	margin-left: 1em;
	padding-left: 1em;
}

.instructions h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.instructions p {
	margin: 0;
	padding: 0;
}

.storeIngredient {
	padding: .5em 1em;
}
.addQty {
	margin-right: 1em;
}

.enterZip {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #660033;
}

.recipeList {
	width: 85%;
}

.recipeList li {
	padding: .3em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}

.recipeList .adminOnly {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}
.recipeList .recipeComment {
	display: block;
	font-style: italic;
	padding-left: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/* tablesorter */

table.tablesorter caption {
	font-size: 110%;
	font-weight: bold;
}
table.tablesorter {
	background: #CDCDCD;
	margin:10px 0pt 15px;
	width: 100%;
	font-size: 90%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter .header {
	padding-right: 17px;
}
table.tablesorter thead tr .header {
	background: url(../sharedImages/tableSortImages/bg.gif) no-repeat center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../sharedImages/tableSortImages/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../sharedImages/tableSortImages/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
table.tablesorter ul {
	margin: 0;
	padding: 0;
}
table.tablesorter li {
	margin-left: 1.2em;
	padding-left: 0;
}


/**Recipe Categories**/

ul.recipeList {
	margin: 0;
	padding: 0;
	font-size: 105%;
	margin-top: 1em;
}
ul.recipeList li:before {
	content: "\00BB \0020";
}
	
#productrecipes .recipeList li {
	list-style: none;
	margin: 0;
}

/**Reviews **/

#recipeReviewForm {
	margin: 1em;
}

#recipeReviewForm legend {
	font-weight: bold;
}
