body {
	background:#eee;	
	font-size:2em;
	line-height:1.5em;
	min-width: 400px;
}

.clear {
	clear:both;	
}
.left { float:left;}
.right { float:right;}

a {
	text-decoration:none;	
}

.container {
	/*padding:1em;*/	
	max-width:1200px;
	margin:auto;
	background:#FFF;
}

.search, .login {
	padding:1em;
	
	border-bottom: 1px solid #999;
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.2) 100%); /* W3C */	
		
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
		box-shadow:  0 0 5px rgba(0,0,0,.4);
}

.search input[type="text"] {
	width:80% !important;	
	margin: 0 0 0px !important;
	font-size:1.5em !important;
}
.search button {
	font-size:1.5em !important;
	max-width:14% !important;	
	margin: 0 0 0px !important;
	padding: 6px 4px !important;
	
	background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.2) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.2))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.2) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.2) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.2) 100%); /* W3C */
}

button {
	font: 1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}

button img {
	bottom: 5px;
    max-height: 80px;
    max-width: 45%;
    position: relative;
    vertical-align: middle;
}

input[type="text"], input[type="password"] {
	margin: 0 0 10px !important;
	font: 1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    width: 80%;
}

select {
	font: 1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	width: 80%;
}

textarea {
	font: .8em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	width: 80%;
	height: 4em;
}
::-webkit-scrollbar {
    width: 1em;
}


form {
    margin-bottom: 0px;
}
label {
	width:6em;
	line-height: 1em;
	font-size:1em !important;	
}

.results {
	background:#fff;	
    padding: 1em;
	border-bottom:1px solid #ccc;
	/*max-width:480px;*/
}
	.results img {
		vertical-align:middle;	
	}

#searchResults li{
	line-height:1.5em !important;
}

.recipe {
	float:left;
	max-width: 60%;	
}
	.admin .recipe{
		max-width: 100%;
		float:none;
	}
h2 {
	font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;	
}

.instructions {
	/*font-style:italic;*/
	color: #cc0000;
}
.glass {
	width:150px;
	float: right;
	text-align:center;
	
}
.garnish {
	width:150px;
	float: right;
	text-align:center;
	clear: right;
}
.garnish img{
		width:100px;
}
	.admin .glass {
		display:none;		
	}
	.admin 	.garnish {
		display:none;		
	}

.footer {
	font-size:.75em;
	padding:.5em 1em;	
	text-align:right;
}
	.footer img {
		vertical-align:middle;
		position: relative;
		bottom:.1em;	
	}
	.footer a {
		color:#666;
		padding:0 .25em;
		
	}
	.footer span.left {
		font-size:1.5em;
	}
	
.ui-autocomplete {
	background:#eee;
	border:1px solid #ccc;	
	padding:.5em;
	width: 80% !important;
	
	-moz-box-shadow: 0 0 .75em rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 .75em rgba(0,0,0,.3);
	box-shadow:  0 0 .75em rgba(0,0,0,.3);
}
.ui-menu-item {
	margin:.25em 0;
	line-height: 1.5em;
}
	
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 540px) {

body {
	font-size:1.2em;
	line-height:1.2em;
}

.container {

}


.search, .login {
	padding:1em;
}

.search input[type="text"] {
	width:70% !important;	
	margin: 0 0 0px !important;
	font-size:1.2em !important;
}
.search button {
	font-size:1.2em !important;

}

button {
	font: .8em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}

button img {

}

input[type="text"], input[type="password"] {
	margin: 0 0 10px !important;
	font: 1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    width: 60%;
}

select {
	font: 1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	width: 60%;
}

textarea {
	font: .8em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	width: 60%;
	height: 4em;
}
::-webkit-scrollbar {
    width: 1em;
}


form {

}
label {
	line-height: .8em;	
}

.results {
    padding: .8em 4em .8em .8em;
}
	.results img {
		
	}

#searchResults li{
	line-height:1em !important;
}

.recipe {

}
	.admin .recipe{

	}


.instructions {

}
.glass {
	width:75px;
	float: right;
	text-align:center;
	
}
.garnish {
	width:75px;
	float: right;
	text-align:center;
	clear: right;
}
.glass img{
		width:75px;
}
.garnish img{
		width:60px;
}
	.admin .glass {
		display:none;		
	}
	.admin 	.garnish {
		display:none;		
	}

.footer {
	font-size:.8em;
	padding: .8em 4em .8em .8em;
}
	.footer img {
		bottom:.1em;	
	}
	.footer a {

	}
	.footer span.left {
			
	}

}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
