/*
ReciPress Pro Front
*/

#recipress_recipe {
	position:relative;
}

.recipress_print {
	position:absolute;
	top:10px;
	right:15px;
	padding-left:25px;
	background:url(../img/icon-print.png) no-repeat 0 50%;
}

#recipress_search,
#recipress_submit {
	-webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 5px; /* FF1-3.6 */
    border-radius: 5px;
	margin:1em 0;
	padding:1em;
}

.recipress-light {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.05);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0C000000,endColorstr=#0C000000);
			zoom: 1;
}

.recipress-dark {
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.05); 
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0CFFFFFF,endColorstr=#0CFFFFFF);
			zoom: 1;
}

.recipress-recipress {
	background:#e0e0e0 url(../img/texture.jpg);
	color:#555;
	font-family:Ubuntu, sans-serif;
}


/* Forms */
.recipress_form ul,
.recipress_form li {
	list-style:none !important;
	background:none !important;
	padding:0 !important;
	margin:10px 0 !important;
}

.recipress_form label {
	float:left;
	clear:left;
	width:20% !important;
	padding-top:5px;
}

.widget .recipress_form label {
	display:block !important;
	width:100% !important;
}

.recipress_form .description {
	font-size:.8em;
	font-style:italic;
	display:inline-block;
	vertical-align:top;
	padding-top:5px;
}

.recipress_form .recipress_field {
	margin-left:25%;
}

.widget .recipress_form input[type=text],
.widget .recipress_form select {
	width: 90% !important;
	padding:3px;
}

.recipress_form input[type=radio],
.recipress_form input[type=checkbox] {
	margin-right:5px;
}

.recipress_form input[type=text],
.recipress_form select,
.recipress_form textarea {
	background:#fff;
	border:1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:inset 0 2px 2px rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 2px 2px rgba(0,0,0,.1);
	box-shadow:inset 0 2px 2px rgba(0,0,0,.1);
	padding:3px 5px;
	height:22px;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	margin:0;
}

.recipress_form input[type=text].text-small {
	width:25px !important;
}

.recipress_form input[type=text].text-medium {
	width:110px;
}

.recipress_form input[type=text].text-large {
	width:270px;
	font-size:17px;
}

.recipress_form select {
	height:30px;
	padding:3px;
	width:120px;
}

.recipress_form textarea{
	height:63px;
	width:25%;
	min-width:200px;
	max-width:500px;
	margin:0;
}

.recipress_form textarea.text-small {
	width:270px;
	height:53px;
}

.recipress_form .step {
	font:bold 18px/32px sans-serif;
	text-align:center;
}

.recipress_form .step span {
	display:block;
	width:43px;
}

.recipress_form ul.table {
	margin:0 0 5px !important;
	min-width:415px;
}

.recipress_form ul.table li.thead ul.tr {
	height:30px;
	margin:0 !important;
	padding:0 !important;
}

.recipress_form ul.table li.th {
	padding:0 5px !important;
	margin:0 !important;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	background-color: #575757 !important;
	background-image: -ms-linear-gradient(bottom,#464646,#6a6a6a) !important;
	background-image: -moz-linear-gradient(bottom,#464646,#6a6a6a !important);
	background-image: -o-linear-gradient(bottom,#464646,#6a6a6a) !important;
	background-image: -webkit-gradient(linear,left bottom,left top,from(#464646),to(#6a6a6a)) !important;
	background-image: -webkit-linear-gradient(bottom,#464646,#6a6a6a) !important;
	background-image: linear-gradient(bottom,#464646,#6a6a6a) !important;
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,.15) !important;
	-moz-box-shadow:0 1px 0 rgba(0,0,0,.15) !important;
	box-shadow:0 1px 0 rgba(0,0,0,.15) !important;
	text-shadow: 0 -1px 0 #333 !important;
	color:#fff !important;
	line-height:30px;
	text-indent:1px;
	float:left;
	height:30px;
	margin:0;
}

.recipress_form ul.table li.th.textcenter {
	text-align:center;
}

.recipress_form ul.table li.th.left_corner {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.recipress_form ul.table li.th.right_corner {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.recipress_form ul.table#instructions_table li.tbody ul.tr {
	margin:0 !important;
	padding:0 !important;
}

.recipress_form ul.table ul.tr {
	margin:0 !important;
}

.recipress_form ul.table li.td {
	margin:0 !important;
	padding:5px !important;
	float:left;
	border-bottom:1px solid #adadad;
	height:30px;
}

.recipress_form ul.table#instructions_table li.td,
.recipress_form .instructions_placeholder {
	height:73px !important;
	margin:0 !important;
	padding:5px !important;
}

.recipress_form .instructions_placeholder {
	height:23px !important;
	overflow:hidden;
	width:100%;
	margin:0 !important;
	padding:5px !important;
}

.recipress_form ul.table input[type=text],
.recipress_form ul.table select,
.recipress_form ul.table textarea {
	width:90%;
	min-width:90%;
	max-width:90%;
}

.recipress_form ul.table li.cell-amount {
	width:45px !important;
}

.recipress_form ul.table .cell-measurement {
	width:10%;
	min-width:75px;
	max-width:130px;
}

.recipress_form ul.table .cell-ingredient,
.recipress_form ul.table .cell-notes {
	width:20%;
	min-width:110px;
	max-width:200px;
}

.recipress_form ul.table .cell-description {
	width:36.5%;
	min-width:370px;
	max-width:595px;
}

.recipress_form ul.table .cell-description textarea {
	width:97.5%;
	min-width:350px;
	max-width:595px;
}

.ingredient_add, 
.ingredient_remove,
.instruction_add, 
.instruction_remove {
	display:block;
	width:18px;
	height:16px;
	background:url(../img/sprite.png);
	margin:8px 3px 0 -2px;
}

.ingredient_add, 
.instruction_add {
	background-position:-30px -100px;
}

.ingredient_remove, 
.instruction_remove {
	background-position:-50px -100px;
}

.recipress_form .tr:first-child .ingredient_remove,
.recipress_form .tr:first-child .instruction_remove {
	background:none;
	height:0;
}

.recipress_form img.recipress_preview_image {
	display:block;
	border:5px solid #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 0 0 1px #bbb, 0 2px 5px rgba(0,0,0,.25);
	-moz-box-shadow:0 0 0 1px #bbb, 0 2px 5px rgba(0,0,0,.25);
	box-shadow:0 0 0 1px #bbb, 0 2px 5px rgba(0,0,0,.25);
	float:left;
	margin:2px 10px 5px 0;
	max-width:300px;
}

.recipress_form ul.table img.recipress_preview_image {
	max-height:50px;
}

.recipress_form input[type=button] {
	margin:5px 0;
}

.recipress_clear_image_button {
	font-size:.8em;
}

/* Suggest ingredients */
.ac_results {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	border-width: 1px;
	border-style: solid;
	background:#fff;
}

.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	text-align: left;
}

.ac_over {
	cursor: pointer;
}

.ac_match {
	text-decoration: underline;
}