#flash {
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
    font-family: Arial, Sans-Serif;
}
/*--------------------------------------------------------
FORMS
--------------------------------------------------------*/
/* forms.css */
label {font-weight:bold; margin: 0.5em 0px; padding:0.5em}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
input.tiny {width:50px;}
textarea {width:390px;height:75px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success, .alert {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice, .alert {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice, .alert a {color:#514721;}
.success a {color:#264409;}

/*.tags{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#E7ECEC;
	color:#555555;
	display:inline-block;
	font-size:95%;
	line-height:18px;
	margin:4px 2px 4px 0;
	padding:2px 6px;
	text-decoration:none;
	white-space:nowrap;
}
.tags:hover{
	background-color:#bcd2e3;
}
*/
.subdued, .subdued p, .subdued a, .subdued a:visited{
	  text-decoration:none;
    color: #555;
    font-size:12px; 

}


.fieldWithErrors input, .fieldWithErrors textarea, .field_with_errors input, .field_with_errors textarea{
	border:1px solid #B00606;
}

label {
        float: left;
        text-align: right;
        margin-right: 15px;
        width: 100px;
}

form select{margin: 1.5em 0px}

.formsubmit{
        padding-left:130px;
        margin: 2em 0;
}


/*--------------------------------------------------------
BUTTONS
--------------------------------------------------------*/
button {border:0 none; margin:0; text-align:left; }
.awesome, .awesome:visited {
/*	background: #222 url(/images/alert-overlay.png) repeat-x; */

  background: #222 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAYAAACd+7GKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAClJREFUeNpi/v//vwMTAwPDfzjBgMpFI/7hFSOT9Y8qRuF3JLoHAQIMAHYtMmRA+CugAAAAAElFTkSuQmCC") repeat-x;

	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }

.brown.awesome, .brown.awesome:visited {
  background-color: #67a8f4;/*c46100;/*473207;*/
}
.brown.awesome:hover {
  background-color: #2b4481;/*bc6f14;*/
}

.green.awesome, .green.awesome:visited {
	background-color: #91bd09;
}
.green.awesome:hover {
	background-color: #749a02;
}
.blue.awesome, .blue.awesome:visited {
	background-color: #2daebf;
}
.blue.awesome:hover {
	background-color: #007d9a;
}
.red.awesome, .red.awesome:visited {
	background-color: #e33100;
}
.red.awesome:hover {
	background-color: #872300;
}
.magenta.awesome, .magenta.awesome:visited {
	background-color: #a9014b;
}
.magenta.awesome:hover {
	background-color: #630030;
}
.orange.awesome, .orange.awesome:visited {
	background-color: #ff5c00;
}
.orange.awesome:hover {
	background-color: #d45500;
}
.yellow.awesome, .yellow.awesome:visited {
	background-color: #ffb515;
}
.yellow.awesome:hover {
	background-color: #fc9200;
}

input.awesome, button.awesome {
  border: 0px;
}


/*-------------------------------------------------------------
Hacks and Preferences
-------------------------------------------------------------*/
.padded{
  padding: 3em;
}
#search input{
  margin:0;
}
#login2 label{
  width: 54px;
  margin:0 !important;
  padding:0 1em 0 0;
}

#login2 input{
  margin: 0 1em 0 0 !important;
}
#sidebar_signin label{
  float:none;
  text-align:left;
  font-weight: normal;
  padding-left:0;
  font-size: 12px;
}

#explore_search button{
  float: left;
}
#explore_search input.text{
  width:60%;
}
#search_results.searchpage{
  margin-top:120px;
}

.recipe_list_details.left{
  width: 340px;
}

pre{
  width: 800px;
  background: #f2f2f2;
  border: 1px solid #eee;
  padding: 1em;
  font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;
  overflow: hidden;

    background-color: #333333;
    color: #FFFFFF;
    font-family: 'Bitstream Vera Sans Mono',"Monaco",Courier,monospace;
    font-size: 12px;
padding: 20px; margin: 1.5em 0; overflow:auto;

}
