/**  ------------------------------------------ **/

/**  Stylesheet copyright DrinkMaven 2006.      **/

/**  ------------------------------------------ **/


/**  ---------------- **/
/**  TAGS             **/
/**  ---------------- **/

* html * {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Lucida Grande", Lucida, Tahoma, Verdana, Arial, Serif;
    font-size: 0.75em;
    color: #000000;
    line-height: 1.35em;
	background-color: #ffffff;
	overflow-y: auto;
}
   
.otherMedia {
	display:none;
}   

a {
  color: #ed117b;
}  

input {margin: 0; float: none;}

* html p {
	padding-top: 5px;
	padding-bottom: 5px;
}
    
h1 {
  margin-top: 0;
  padding-top: 10px;
  font-size: 180%;
  border-collapse: none;
}

* html h1 {
	margin-bottom: 10px;
}

h2 {
  font-size: 150%;
  margin-top: 0;
  padding-top: 15px;
  margin-bottom: 10px;
}

#recipe h2 {
  margin-top: 15px;
}

h3 {
	font-size: 140%;
	margin: 0;
  	padding: 0;
}

h4 {
  margin: 10px 0 0 0;
  padding: 0;
}

h5 {
  margin-top: 10px;
}

ul {
	margin: 20px 0;
}

li {
  padding-left: 20px;
  padding-top: 10px;
  
}

img {
  border: none;
}  

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

p.bigger {
	font-size: 120%;
	line-height: 1.5em;
}

input[type="hidden"] {
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
}
    
* html input.txt {
    border: 1px solid #cccccc;
    background-color: #e9faf7;
    font-family: Tahoma, Verdana, Arial, Serif;
    height: 20px;
    margin-bottom: 2px;	
	width: 280px;
	vertical-align: middle;
}

* html .loginForm input.txt {
	width: 150px;
}

input[type="text"], input[type="file"], input[type="password"] {
    border: 1px solid #cccccc;
    background-color: #e9faf7;
    font-family: Tahoma, Verdana, Arial, Serif;
}

textarea, select {
	border: 1px solid #cccccc;
    background-color: #e9faf7;
    font-family: Tahoma, Verdana, Arial, Serif;
}

input[type="text"], textarea {
    font-size: 100%;
}    

input[type="text"], input[type="password"], input[type="file"]{
    height: 20px;
    margin-bottom: 2px;
}

input[type="text"], input[type="file"], textarea {
	width: 280px;
}

.loginForm input[type="text"], .loginForm input[type="password"] {
	width: 150px;
}

.searchWindow input[type="text"] {
	width: 280px;
}

a.submit, input.btn {
	min-width: 105px;
    margin: 0px 10px 20px 0;
    padding: 4px 10px;
    border: 0;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;    
    background-color: #ed117b;
	color: #ffffff;
}
    
input[type="submit"] {
	min-width: 50px;
    margin: 0px 10px 20px 0;
	margin-right: 10px;
	margin-left: 0;
    padding: 4px 10px;
    border: 0;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;    
    background-color: #ed117b;
    color: #ffffff;
}    

input.normal_submit {
	float: none;
	margin: 0 5px 0 0;
	width: auto;
	overflow: visible;	
}

    
input[type="submit"]:hover {
    cursor: pointer;
}    

input.btn:hover {
    cursor: pointer;
}

input.submitAsLink {
    text-transform: lowercase;
    background-color: #ffffff;
    text-decoration: underline;
    color: #ed117b;
}

input.send {
	min-width: 50px;
	background-color: #ed117b;
    padding: 4px 10px;
	color: #ffffff;
	float: none;
	margin: 0 0 0 15px;
}
    
label {
 	font-weight: bold;
  	color: #000000;
  	min-height: 12px;
 	display: block;
  	width: 120px;
	float: left;
}

* html label {
	height: 15px;
	overflow: visible;
}

table
{
  border-collapse:collapse;
  width: 100%;
}

th
{
    background: #ed117b;
	color: #fff;
	line-height: 16px;
	padding: 5px;
	text-align: left;
	border-bottom: 2px solid #ffffff;
    vertical-align: top;
}

td
{
	padding:5px;
    vertical-align: top;
}
        
/**  ---------------- **/
/**  NAMED DIVS     **/
/**  ---------------- **/

#container {
    width: 100%;
    padding: 0;
}

#header {
	width: 100%;
	background-color: #ed117b;
    height: 192px;
}

#adminMenu {
	width: 350px;
	float: left;
}

* html #adminMenu {
	width: 349px;
}
    
#topMenu {  
	width: 700px; 
	margin: auto;  
    min-height: 20px;
    padding-top: 5px;
    font-size: 90%;
    color: #444444;    
}    

#topMenu a {
    color: #444444;    
}    

#loginMenu {
    height: 25px;
    width: 350px;
	float: left;
    text-align: right;
}

#banner {    
	clear: left;
	width: 700px;
	margin: auto;
    color: #ffffff;
	background-color: #ed117b;
	height: 122px;
	padding-top: 8px;
}

#banner span {
    display:none;
}

#banner h1 {
    width: 402px;
    height: 122px;
    background: url(/images/logo-pink.jpg) top left no-repeat;
}     

#banner a {
	display: block;
    width: 402px;
    height: 122px;
}

#slogan {
	padding-right: 14px;
	padding-top: 10px;
	float: right;
}

#page {
  background: #ffffff url(/images/content.gif) top left repeat-x;
  width: 100%;
}

#menu {
  background: #000000 url(/images/back_gradient.gif) top left repeat-x;
  width: 100%;
  color: #ffffff;
  font-size: 120%;
  font-weight: bold;
  min-height: 28px;
  padding-top: 32px;
}

#menu a {
    color: #ffffff;
    text-decoration:none;
}

#menu a:hover {
    text-decoration: underline;
}        

#menu ul {
	width: 700px;
	margin: auto;
  	margin-top: 0px;
	padding: 0;
  	list-style-type: none;
  	display: block;
    min-height: 25px;
}

#menu li {
	margin: 0;
	padding: 0;	
    display: block;
	float: left;
	min-height: 25px;
}

#menu li a {
    display: block;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

#menu li.selected a {
    background-color: #ed117b;
}

#menu li a:hover {
    background-color: #000000;
    text-decoration: none;
}        

#middle {
  width: 900px;
  margin: auto;	
  padding-left: 200px; 
}

#main {
  width: 700px;
  min-height: 450px;
  padding-top: 15px;
  margin-right: 200px;
}

* html #main {
	height: 450px;
	overflow: visible;
	margin-right: 0;
}

#ads {
	float: right;
	width: 175px;
	padding-left: 20px;
	padding-top: 40px;
	color: #444444;
}

#ads a {
	color: #436599;
}

#splitcols {
    width: 700px;
}

#tagline h1 {
    width: 90%;
    padding: 25px 0 40px 0;
    min-height: 60px;
    font-size: 260%;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
	overflow: visible;
}    

#tagline2 h1 {
    width: 100%;
	margin-top: 20px;
    margin-bottom: 20px;
    font-size: 180%;
    font-weight: bold;
    text-align: center;
	overflow: visible;
	line-height: 1.6em;
}    

#left, #right {
    width: 340px;
    float: left;
}        

#left {
	margin-right: 20px;    	
}

#searchresults {
	margin-bottom: 20px;
}

#recipePage {
  width: 100%;
}

#recipePage h1 {
  font-size: 200%;
  margin-top: 0px;
  padding-top: 0;
}

* html #recipePage h1 {
	margin-bottom: 10px;
}

#recipe1 {
  width: 330px;
  padding-right: 10px;
  min-height: 550px;
}

#recipe2 {
  float: right;
  width: 330px;
}
     
#recipe {
  background: #e7fffb;
  padding: 10px 20px;
  margin-bottom: 20px;
}      

#recipe ul, #recipe ol {
  margin-left: 20px;
  padding-left: 0;
}   

#recipe li {
	padding-left: 0;
	margin-left: 0;
}

#recipe .ingredients {
  list-style-type: none;
  margin-left: 0;
}  

#search {
    width: 680px; 
    margin-top: 20px;
}

#searchBy h2 {
    padding-top: 0;
    margin-top: 5px;
    padding-bottom: 0;
    margin-bottom: 0;
}   
    
#searchTabs {
    width: 700px; 
    height: 36px;
    border-bottom: 4px solid #ed117b;
}

#searchBy { 
    float: left; 
    width: 100px;
	height: 30px; 
	margin-right: 15px;
}    

#searchTabs .searchTab { 
    float: left; 
    width: 89px; 
    min-height: 12px; 
    padding: 10px; 
    text-transform: lowercase;
    font-weight: bold;
    text-align: center;
	margin-right: 4px;
}

#searchTabs .searchTab a { 
    display: block;
    text-decoration: none;
    color: #ffffff;
}    

#searchTabs .searchTab:hover a { 
    color: #cccccc;
}

#searchTabs .selected {
    background-color: #ed117b;   
}

#searchTabs .selected a {
    color: #ffffff;
}

#searchTabs .deselected {
    background-color: #333333;
}

#searchWindow {
    width: 680px;
    min-height: 200px;
}

#searchWindow .boxMiddle {
    min-height: 200px;
	overflow: visible;
}

#searchWindow .searchWindow {
    position: absolute;
    width: 650px;
    min-height: 170px;
    padding: 5px 15px 15px 15px;
 	overflow: auto;
}

* html #searchWindow, * html #searchWindow .searchWindow, * html #searchWindow .boxMiddle {
	height: 200px;
	overflow: visible;
}

#tag_cloud {
	height: 300px;
 	overflow: auto;
	line-height: 130%;
	padding: 10px 0;
}

#recipeList {
	float: left;
	margin-bottom: 10px;
}

.recipeList h2 {
	margin-top: 0;
	padding-top: 0;
}

#resultsRecipes table {
    float: left;
    width: 300px;
	margin-bottom: 80px;
}

.selectedResult:after {
    clear:both;
}

.selectedResult {
	margin-left: 300px;
    width: 330px;
    min-height: 255px;    
    background-color: #e9faf7;
	padding: 10px;
}

.selectedResult .stars {
	width: 70%;
	padding-bottom: 3px;
}

#minimise {
    text-align: right;
    height: 15px;
    padding: 5px;
    width: 620px;
    background-color: #dddddd;
}      

/* CONFIG ON LOAD */
#searchByKeywordsWindow {
    display: block;
}

#searchByIngredientsWindow, #searchByPropertiesWindow {
    display: none;
} 

#reset-password {
	border-top: 2px dotted #dddddd;
	border-bottom: 2px dotted #dddddd;
	background-color: #eeeeee;
	margin-top: 10px;
	padding: 10px;
}

/* END */  
    
#footer {
  clear: both;
  width: 100%;
  height: 98px;
  margin: 0;
    
  background: url(/images/footer_back.gif) top left repeat-x;
  font-size: 85%;
  color: #ffffff;
}  

#footer a {
    color: #ffffff;
}
    
#footerMenu {
	padding-top: 5px;
	width: 700px;
    height: 26px;
    margin: auto;    
}

* html #footerMenu {
	height: 36px;
}

#copyright {
	width: 700px;
    height: 42px;
    padding-top: 15px;
    margin: auto;    
}    

* html #copyright {
	height: 72px;
}

#email_recipe {
	min-height: 100px;
	text-align: left;
}

#email_recipe #email_form {
	width: 450px;	
	float: left;
}	

#email_recipe #message {
	width: 200px;
	height: 150px;
	float: right;
}	

#email_recipe input[type="text"] {
	width: 200px;
}

* html #email_recipe input.txt {
	width: 200px;
}
      
/**  ---------------- **/
/**  CLASSES      **/
/**  ---------------- **/

.largeDesc {
    font-size: 110%;
    font-weight: bolder;
    line-height: 1.4em;
	padding-top: 10px;
}

.largeDesc p {
	padding-top: 10px;	
}    

.registerText {
    padding-right: 20px;
}
    
.breadcrumb {
  margin:  0;
}

.boxBottomSubmit, .boxNarrowBottomSubmit {
    height: 23px;
	padding-top: 2px;
	padding-bottom: 3px;
    padding-right: 10px;
	margin-bottom: 10px;
}

.boxMiddle, .boxNarrowMiddle {
    padding: 15px 10px;
    background: url(/images/fader.gif) top left repeat-x;
}

.boxNarrowBottom, .boxNarrowBottomSubmit {
    width: 315px;
}       

.boxBottom, .boxBottomSubmit {
    width: 680px;
}       

.boxNarrowMiddle {
 	width: 315px;
    min-height: 40px;
}

.boxMiddle {
    width: 680px;
    min-height: 60px;
	margin: 0;
}

.boxBottom, .boxNarrowBottom, .boxNarrowBottomSubmit {
    margin-bottom: 20px;
}    

.infoBox {
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    background-color: #ffffff;
    background-image: none;
    margin-top: 20px;
    margin-bottom: 10px;
}    

.quicksearch {
	padding-top: 85px;
	background: url(/images/quick_search_back.gif) top left no-repeat;
}

.quicksearch input {
	width: 230px;
	margin-top: 10px;
	height: 20px;
}

* html .quicksearch input {
	width: 230px;
	margin-top: 10px;
}

* html .quicksearch input.txt {
	margin-top: 4px;
	height: 22px;
}



.newsBox {
    padding: 10px;
    background-color: #eeeeee;
	margin-bottom: 10px;
}

.scrap {
	width: 150px;
	padding: 10px;
	margin-right: 20px;
	float: left;
	border: 2px solid #cccccc;
	margin-bottom: 10px;
}

.scrap .star-ratings-block {
	margin: 0;
}

.scrap_popup {
	display: none;
}

.shown, .scrap:hover .scrap_popup {
	display: block;
	width: 250px;
	position: absolute;
	z-index : 100;
	background-color: #ffffff;
	border: 2px solid #ed117b;
 	filter: alpha(opacity=90)
	-moz-opacity:.90;
	opacity:.90;
	padding: 0 10px 10px;
	margin-top: -30px;
	margin-left: 70px;
}


.hidden {
	display: none;
}

.icon {
    vertical-align: middle;
}    

.photo {
  float: right;
  vertical-align: middle;
  padding-top: 10px;
}  

.comment-box {
  width: 320px;
  height: 260px;
  overflow: auto;
  margin-bottom: 15px;
}  

.recipeList {
  padding-bottom: 25px;
}

.sub {
    font-size: 85%;
}    

.formBox {
    width: 600px;
    margin-bottom: 20px;
}

.formBox .row {
	min-height: 30px;	
	margin-bottom: 5px;	
	width: 455px;
}

* html .formBox .row {
	height: 30px;
	width: 455px;
	overflow: visible;	
}

.formBox label {
	float: left;
	width: 150px;
}

* html .formBox label {
	overflow: visible;	
}

.formBox .setting {
	margin: 0 0 0 156px;
	width: 295px;
}

* html .formBox .setting {
	margin-left: 0;
	min-height: 20px;
	overflow: visible;	
}

.pagination {
    width: 282px;
    height: 30px;
    text-align: center;
	overflow: visible;
	padding-bottom: 10px;
}

.prev, .next {
    width: 30px;
	height: 25px;
}

.pages {
	height: 25px;
}

.prev {
    float: left;
}

.next {
    float: right;
}
            
           
/* star ratings */
/* styles for the star rater  */  
.star-rating {
  list-style:none;
  margin: 0px;
  padding:0px;
  width: 80px;
  height: 17px;
  position: relative;
}

.rating {
  background: url(/images/alt_star.gif) top left repeat-x;    
}

.alcohol-rating {
  background: url(/images/alcohol.gif) top left repeat-x;    
}

.sweet-rating {
  background: url(/images/sugar.gif) top left repeat-x;    	
}

.star-rating li{
  padding:0px;
  margin:0px;
  /*\*/
  float: left;
  /* */
}
.star-rating li {
  text-indent: -9000px;  
}

.star-rating li a{
  display:block;
  width:16px;
  height: 17px;
  text-decoration: none;
  z-index: 20;
  position: absolute;
  padding: 0px;
}
.star-rating li a:hover{
  background: url(/images/alt_star.gif) left center;
  z-index: 2;
  left: 0px;
  border:none;
}

.alcohol-rating li a:hover{
  background: url(/images/alcohol.gif) left center;
  z-index: 2;
  left: 0px;
  border:none;
}
.sweet-rating li a:hover{
  background: url(/images/sugar.gif) left center;
  z-index: 2;
  left: 0px;
  border:none;
}

.star-rating a.one-star{
  left: 0px;
}
.star-rating a.one-star:hover{
  width:16px;
}
.star-rating a.two-stars{
  left:16px;
}
.star-rating a.two-stars:hover{
  width: 32px;
}
.star-rating a.three-stars{
  left: 32px;
}
.star-rating a.three-stars:hover{
  width: 48px;
}
.star-rating a.four-stars{
  left: 48px;
}  
.star-rating a.four-stars:hover{
  width: 64px;
}
.star-rating a.five-stars{
  left: 64px;
}
.star-rating a.five-stars:hover{
  width: 80px;
}
.star-rating li.current-rating{
  position: absolute;
  height: 17px;
  display: block;
  text-indent: -9000px;
  z-index: 1;
}

.rating li.current-rating {
	background: url(/images/alt_star.gif) left bottom;  
}

.alcohol-rating li.current-rating {
	background: url(/images/alcohol.gif) left bottom;  
}

.sweet-rating li.current-rating {
	background: url(/images/sugar.gif) left bottom;  
}

/* comments */

.comment {
	border-bottom: 1px solid #ccc;
	padding: 8px 0px 8px 0px;
	margin-bottom: 1em !important;
	font-size: 80%;
	font-weight: normal;
}

.comment .photo {
	float: left;
}

.comment p {
  margin: 0.1em;
	position: relative;
	margin-left: 50px;
}

.comment .info {
	color: #888;
	font-size: 70%;
	padding-top: 0.5em;
	margin-top: 0px;
}

.comment p.subject {
	letter-spacing: -1px;
	font-size: 90%;
	color: #333;
	font-weight: bold;
	margin-bottom: 0;
}

/* reply */

div.edit_box
{	
    background-color: #000000;        
	border-top: 10px solid #ed117b;
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	padding:6px 0 7px;
	z-index:50;
	color: #ccc;
}

* html div.edit_box {
	position: absolute;
	top: 500px;
	left: auto;
}

div.edit_box .container
{
	width:92%;
	margin:0 auto;
	min-width:700px;
}

div.edit_box table {
  border: 0px;
}
div.edit_box p { margin:0.5em 0;}
div.edit_box textarea
{
  width:100%;
	background:white;
	opacity:1;
}
div.edit_box .button_or a
{
  color:#ccc;
}
div.edit_box table td { border:0; }
div.edit_box a.utility
{
  color: #f99;
  padding: 2px 5px 4px;
  display: block;
  float: right;
  text-align: right;
  margin-top: 0.2em;
}

div.edit_box h5
{
  background:#222;
  color:white;
  padding:2px 10px 3px;
  margin:0.2em 0 0.5em;
}

div.edit_box label {
  color: #fff;
}
div.edit_box p.help span,
div.edit_box ul.help span { color:#666; }
div.edit_box p.help,
div.edit_box ul.help
{
  padding:3px 10px;
  color:#ccc;
}
div.edit_box ul.help { margin:0; }

div.edit_box ul.help {
  list-style-type:none; }
  
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.tools {
  float: right;
}

.help {
	font-size: 90%;
	font-weight: normal;
}

.action {
  background-color: #ed117b;
  color: #ffffff;
  width: 80px;
  height: 20px;
  text-decoration: none;
  padding: 3px 15px;
  font-size: 120%;
}

a.destructive:hover {
  background-color: #ff0000;
}

a.create:hover {
  color: #000;
}

/* tables */

table.noborder td
{
  border:0;
}

table.nopad td
{
  padding-left:0;
}

table tr.even {
  background-color: #ffffff;
}

table tr.odd {
  background-color: #eeeeee;
}

.star-ratings-block {
	vertical-align: middle;
    float: right;
    margin: 0 50px 0 0;
    padding: 0;
}    

* html .star-ratings-block {
    margin: 0 30px 0 0;
}

.withmargin {
	margin-right: 240px;
}

* html .withmargin {
	margin-right: 90px;
}

.recipeList .star-ratings-block {
	margin: 0;
}
	
.rateit {
	width: 165px;
	height: 18px;
	margin: 0;
	padding: 0;
}

* html .rateit {
	width: 160px;
}

#resultsRecipes table td {
    height: 55px;
}    

* html #resultsRecipes table td {
	height: 35px;
}

#resultsRecipes .resultsMain {
	padding: 10px;
	width: 250px;
}

* html #resultsRecipes .resultsMain {
	overflow: display;
}

#resultsRecipes .resultsOver {
/*    display: block; */
}
    
#resultsRecipes .resultsOver:hover {
    background-color: #e9faf7;
}

#resultsRecipes .link {
	width: 14px;
	background-color: #ffffff;
}

#resultsRecipes tr.resultsOver:hover td.link {
	background-color: #e9faf7;
}

#resultsRecipes .resultsLink {
    vertical-align: middle;
	width: 14px;
}
        
table.data tr:hover {
  background-color: #0D78B6;
  color: #fff;
}

table.data tr:hover a {
  color: #fff;
}

.todo {
  border: 1px solid red;
  background-color: pink;
}


input:focus, textarea:focus {
  background-color: #ffe;
}

p.notice
{
    background-color: #eeeeee;
	padding:7px 15px;
	border:1px solid #cccccc;
	margin-top:20px;
	margin-bottom: 10px;
	width: 90%;
}

.errorExplanation
{
	background:#FFCBCE;
	padding:7px 15px;
	border:1px solid #FF535A;
	margin-top:10px;
	margin-bottom: 10px;
}

.errorExplanation ul {
	padding-left: 20px;
}

.errorExplanation h2 {
  font-size: 1.2em;
}

div.auto_complete { 
width: 350px; 
background: #fff; 
} 
div.auto_complete ul { 
border:1px solid #888; 
margin:0; 
padding:0; 
width:100%; 
list-style-type:none; 
} 
div.auto_complete ul li { 
margin:0; 
padding:3px; 
} 
div.auto_complete ul li.selected { 
background-color: #ffb; 
} 
div.auto_complete ul strong.highlight { 
color: #800; 
margin:0; 
padding:0; 
} 

.spinner {
  position: absolute;
}

.tooltip {
  float:right;
  z-index:100;
  background-color:white;
  border:1px solid pink;
  padding:2px;
  position:absolute;
  margin-top:20px;
  margin-left:120px  
}

.tag1 {font-size: 120%;color:#EC70C4;}
.tag2 {font-size: 140%;color:#E641B1;}
.tag3 {font-size: 160%;color:#E0119D;}
.tag4 {font-size: 180%;color:#DE0090;}
.tag5 {font-size: 200%;color:#DE0090;font-weight:bold;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */