/* ******************  body  *************** */

html, body {
   background: #fff;
   color: #000;
}

html, body, h2, h3, h4, div, p, input {
	font-family: "Arial", sans-serif;
}

h1 { text-align: center; font-size:1em; color: #000000;}

.favecocktail { text-align: center; font-size: 1em; }

/* ****** link ******** */

a:link {color: blue; text-decoration: none;}
a:active {color:red; text-decoration: underline;}
a:visited {color: purple; text-decoration: none;}
a:hover      {text-decoration: underline; color: #ff0000;}

.mainpage { margin: 2em 0em 0em 0em }
.navhead { text-align: left; }

hr.top { margin: 0em 2em 0em 2em;}

hr.bottom { width:30em;}

.ingredientinput
{
   text-align: center;
   margin-bottom:1em;
}

/* ************ the comments fields ****************** */

#cocktailname
{
 font: bold 20px Verdana, sans-serif;
 margin-top: 0px;
 color: #ffffff;
 width: 480px;
 height: 25px;
 border: 3px solid #000000;
 padding: 0px 10px 0px 10px;
 background-color: #f00;
 background-image: url('../images/showcocktailbackground.png');
}

#cocktailrecoheader
{
 font: bold 16px Verdana, sans-serif;
 text-align:center;
 margin-top: 0px;
 color: #ffffff;
 width: 480px;
 height: 25px;
 border-left: 3px solid #000000;
 border-right: 3px solid #000000;
 border-bottom: 3px solid #000000;
 padding: 0px 10px 0px 10px;
 background-color: #f00;
 background-image: url('../images/showcocktailbackground.png');
}

#cocktailratings
{
 font: bold 17px Verdana, sans-serif;
 width: 480px;
 border-left: 3px solid #000000;
 border-right: 3px solid #000000;
 border-bottom: 3px solid #000000;
 padding: 10px;
}

#cocktailrecipearea
{
 text-align:center;
 font: bold Verdana, sans-serif;
 width: 480px;
 border-left: 3px solid #000000;
 border-right: 3px solid #000000;
 border-bottom: 3px solid #000000;
 padding: 10px;
}

#cocktailingredientlist
{
 font: bold Verdana, sans-serif;
}

#cocktailrecipe
{
 font: bold Verdana, sans-serif;
}

#cocktailauthorcomment
{
 font: bold Verdana, sans-serif;
}

#cocktailrecommendations
{
 text-align:center;
 font: bold 16px Verdana, sans-serif;
 width: 480px;
 border-left: 3px solid #000000;
 border-right: 3px solid #000000;
 border-bottom: 3px solid #000000;
 padding: 10px;
}

/* ************ the comments fields ****************** */

.acomment
{
background-color:#ffffff;
font-size:1em;
text-align:justify;
margin-top:1em;
}
.commentmaker
{
margin-top:0.1em;
background-color:#CC3333;
border-bottom-color:#000000;
border-bottom-style:solid;
border-bottom-width:0.1em;
font-size:0.7em;
font-style:italic;
text-align:right;
}

/* ************ the errors ****************** */

.failure
{
margin-top:0.3em;
margin-bottom:0.3em;
background-color:#FF6666;
border-color:#CC0000;
border-style:solid;
border-width:0.1em;
font-size:1em;
font-style:italic;
text-align:center;
}

.success
{
margin-top:0.3em;
margin-bottom:0.3em;
background-color:#99FF99;
border-color:#339900;
border-style:solid;
border-width:0.1em;
font-size:1em;
font-style:italic;
text-align:center;
}


/* ************ the drop down ingredient css ****************** */

.suggestion_list
{
background: white;
border: 1px solid;
padding: 4px;
}

.suggestion_list ul
{
padding: 0;
margin: 0;
list-style-type: none;
}

.suggestion_list a
{
text-decoration: none;
color: navy;
}

.suggestion_list .selected
{
background: navy;
color: white;
}

.suggestion_list .selected a
{
color: white;
}

#autosuggest
{
display: none;
}	

/***** this bit does the tabs for some of the forms that need tabs **********/

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


.block-page
{
    width: 700px; /* must specify this */
    margin: 0 auto; /* used to auto center horizontally */
    background-color: white; /* leave it white to show the ugly layout in all its glory */
    text-align: left;
}

.block-header
{
    height: 120px; /* specify in px if logo of 60pixel height goes here */
    background-color: #ffffff;
    color: white;
    margin-bottom:10px;
}

.block-googlead
{
    height: 80px; /* specify in px if logo of 60pixel height goes here */
    background-color: #ffffff;
    color: white;
    margin-bottom:3em;
}

.block-content-column-one
{
    width: 500px; /* must specify this. This is 180px - 20px (padding) */
    padding: 10px; /* put some in*/
    float: right; /* stay left */
    background-color: #ffffff;
    color: #000000;
    text-align: left;
}

.block-content-column-two
{
    width: 150px; /* must specify this. This is 600 - 20px (padding) */
    float: left; /* stay right */
    padding-left: 0px; /* put some in */
    padding: 10px; /* put some in */
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    border-style: solid;
    border-width: 2px;
    border-color: #FFFFFF;
}

.block-footer
{
    height: 1.5em;
    font-size: 0.1em
    padding: 0.5em;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    clear: both; /* don't allow floating items to left or right */
}

.tagcloud {
	text-align: center;
}

