
/* Use this for the main structures and common elements.
	Then have different additional stylesheets for different subsections, eg, forums.
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center;
	background: #ff0066 url(../images/bg.gif);
	}


/**********************************************************************/	
/* COMMON UNIVERSAL ELEMENTS */

h2 {
	font-weight: bold;
	}
h3 ,
h4{
	font-weight: normal;
	}

	
a {
	color: #f06;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
form {
	margin: 0;
	padding: 0;
	}

th {
	text-align: left;
	font-weight: bold;
	}
	
div.break {
	clear: left;
	height: 1px;
	font-size: 1px;
	background: none;
	}

div.form-left,
div.form-right {
	width: 360px;
	float: left;
	}
div.form-left {
	clear: left;
	border-right: 1px solid #BFB5A3;
	padding-right: 10px;
	}
	
div.row {
  clear: left;
  margin: 0 10px;
  padding: 0.5em 0 0 0;
  }

span.label {
  width: 120px;
  font-weight: bold;
  }

span.formw {
  width: 330px;
  }
div.form-left span.formw,
div.form-right span.formw {
	width: 220px;
	}

span.req {
	color: #f06;
	}

input.image {
	margin-top: -8px;
	vertical-align: middle;
	}
	

	
span.hilite {
	color: #f06;
	}
	
img.submit {
	border: none;
	}
  
.error {
	color: #c00;
	}

li {
	line-height: 1em;
	}

/* For doing <hr>s nicely, from
http://diveintoaccessibility.org/day_25_using_real_horizontal_rules_or_faking_them_properly.html */
div.hr { display: none }
/*/*/a{}
div.hr {
	display: block;
	margin: 1em 0.75em 2em 0.75em ;
	border-bottom: 1px dotted #999;
	clear: left;
	}
	
#right div.hr {
	margin: 10px 10px 10px 0;
	border-bottom: 1px solid #999;
	clear: right;
	}
hr { display: none }
/* */

  

/**********************************************************************/	
/* MAIN STRUCTURE - COLUMNS */
/*
	Heirarchy goes something like this:
	
	#container
		#banner
			#title
		#content
			#right
			#leftmid
*/
	
#container {
position:relative;
	width: 770px;
	margin: 0 auto 0 auto;
/*	border-left: 1px solid #fff; Stops disappearing off screen in Mozilla. */
	}
	
#header {
	width: 770 px;
	height: 210 px;
	background: #F5BDD5;
	}
	
#content {
	padding: 20px 0 0 0;
	text-align: left;
	}
	
	
#leftmid {
	margin: 0 260px 0 0;
	}
	
#full {
	margin: 0;
	width: 770px;
	}
	
#right {
	float: right;
	width: 250px;
	}

#footer {

	margin-top: 20px;

	clear: both;
	background: url(../images/pixel.gif) top left no-repeat #F5BDD5;
	}



/**********************************************************************/
/* THE MAIN TITLE AND MENU */

#flashtitle {
	margin: -10px 0;
	}


/* All other menu styles for the HTML menu */

	
.title {
	text-align: left;
	line-height: 0;
	position: relative;
	height: 210px;
	margin-bottom: -12px;
	padding:0;
	}

#title-home {
	background-image: url(../images/home.jpg);
	}
	
#title-drinklab {
	background-image: url(../../../drinklab/images/drinklab.gif);
	}

	
h1 {
	margin: 105px 0 0 10px; 
	padding: 0;
	color: #f06;
	font-weight: bold;
	}
	
#menu {
	position: absolute;
	top: 0;
	left: 0 px;
	width: 250px;
	text-align: left;
	margin:  0px 0px 0px 520px ;
	line-height: 0;
	padding: 0;
	background-image: url(../images/menu_bg_2.gif)

	}
	
#menu.single{
	background-image: url(../images/menu_bg_1.gif);
	}
	
#menu ul,
#menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu li {
	width: 108px;
	background: url(../images/menuarrow_off.gif) no-repeat;
	padding: 0 0 0 16px;
	line-height: 1.5em;
	}
#menu li.on {
	color: #f06;
	background-image: url(../images/menuarrow_on.gif);
	}

#menu-l,
#menu-r {
	width: 250px;
	height: 210px;
	
	}
#menu-r {
	width: auto;
	position:absolute;
	top: 0px;
	left: 125px;
	float:left;
	}
	
#menu #menu-l ul {
	padding-top: 17px;
	}

#menu #menu-r li {
	background-image: url(../images/menuarrowr_off.gif);
	}
#menu #menu-r li.on {
	background-image: url(../images/menuarrowr_on.gif);
	}

.features#menu-r ul 		{ padding-top: 41px; }
.art#menu-r ul		{ padding-top: 60px; }
.science#menu-r ul 		{ padding-top: 82px; }
.drinking#menu-r ul 		{ padding-top: 104px; }
.regulars#menu-r ul 		{ padding-top: 80px; }
.drinklab#menu-r ul	{ padding-top: 145px; }
.subscribe#menu-r ul 		{ padding-top: 166px; }
		

/**********************************************************************/
/* THE STRUCTURAL BLOCKS WITHIN THE COLUMNS */


.title img {
	position: absolute;
	top: 0px;
	left: 0px;
	}

div.block,
div.block-l,
div.block-r {
	margin: 0 0 3px 0;
	padding: 0;
	background: url(../images/pixel.gif) bottom left no-repeat #fff;
	width: 100%;
	}

#right .block {
	background-color: #F5BDD5;
	}
	
/* You can just have an image as the entire block: */
img.block {
	display: block;
	border: none;
	}
	
	
/* Here we allow images inline: */
img.block-inline {
	display: inline;
	border: none;
	}
	
#right div.block,
#right img.block {
	margin-bottom: 10px;
	}


div.block {
	clear: left;
	}
	
/* For doing two columns within #leftmid */
div.block-l {
	width: 250px;
	margin-left: 0;
	margin-right: 0;
	float: left;
	}
div.block-r {
	width: 250px;
	margin-left: 3px;
	margin-right: 0;
	float: left;
	}

	
/* In #footer */
#left-foot {

	margin-left: 10px;
	padding: 4px 0 5px 0;
	width: 50%;
	}
	
#right-foot {
	float: right;
	padding: 4px 10px 5px 0;
	background: url(../images/pixel.gif) top right no-repeat;
	}

	
	
/**********************************************************************/	
/* THINGS WITHIN BLOCKS */

div.block-head {
	background: url(../images/pixel.gif) top left no-repeat #F5BDD5;
	}

.block-body {
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/pixel.gif) bottom right no-repeat;
	}
	
.block-head h2,
.block-head p {
	background: url(../images/pixel.gif) top right no-repeat;
	margin: 0 0 0 10px;
	padding: 10px 0;
	color: #333;
	}	
.block-head h2 {
	color: #f06;
	}
.block-head h2 small {
	font-weight: normal;
	color: #333;
	}
.block-head p.empty {
	font-size: 1px;
	padding: 5px 0 0 0;
	}
	
.block-head p.right {
	float: right;
	margin: 5px 10px 0 0;
	background: none;
	}
	



.block-body h3 {
	margin: 0 10px 0 10px;
	color: #f06;
	clear: left;
	}
	
.block-body h4 {
	margin: 0 10px 0 10px;
	padding: 0;
	}
	
.block-body p {
	margin: 0 10px 1em 10px;
	line-height: 1.3em;
	}

.block-body p.last {
	margin-bottom: 0px;
	}

.block-body ul {
	margin-top: 0.5em;
	}
.block-body li {
	line-height: 1.2em;
	margin-bottom: 0.5em;
	}
	

div.article_left {
	float: left;
	margin: 10px 15px 0px 5px;
	}

div.article_right {
	float: right;
	margin: 10px 5px 0px 15px;
	}
div.imagetitle {
	text-align:center;
	margin: 10px 0px 15px 0px;
	width:150 px;
}

/* Recipes */
div.input p.letter {
 color:#f06;
 font-size: 1.3 em;
letter-spacing: 2.5px;
}

div.resultsLeft {
	float:left;
	margin-left: 40px;
	}
	
div.resultsRight{
	margin-right: 40px;
	float:right;
	}
	

div.backButton {
	float:left;
	margin: 10px 0  20px  10px;
	}
	
div.newSearchButton {
	float: right;
	margin: 10px 10px 20px  0;
	}

	/* Drink of the Week  */
	
#drinkLab div.dow{
	margin: 10px 0 10px 20px;
	width:450px;
	}

#drinkLab div.dowDate {
	width: 75px;
	float: left;
	}

#drinkLab div.dowName {
	width: 375px;
	float: left;
	}
	
#drinkLab div.dowName p {
	text-align: left;
	}

#drinkLab div.dowDate p {
	text-align: right;
	}

		/* recipes */
		
#drinklab div.recipe-block {
	margin: 10px 0 20px 20px;
	width:450px;
	}
	
#drinklab div.recipe-block p.inputName{
 color:#f06;
 font-size: 1.2 em;
 margin-bottom:0px;
	}	

#drinklab div.recipe-block p.description {
 color:#f06;
 font-size: 1.5 em;
 margin-bottom:10px;
	}	
	
#drinklab div.amount{
	width: 100px;
	float: left;
	}
	
#drinklab div.ingredient {
	width: 350px;
	float: left;
	}
	
#drinklab div.amount p {
text-align: right;
	}
	
#drinklab div.ingredient p {
text-align: left;
	}



/* Subscriptions  */
div.input p.inputName{
 color:#f06;
 font-size: 1.2 em;
 margin-bottom:0px;
}

#subscribe div.input {
	margin: 10px 0 20px 20px;
	}
	


/* Home page */

#home.thumb {
	width: 90px;
	height: auto;
	background: none;
	line-height: 1.2em;
	vertical-align: top;
	text-align: left;
	}

	
div.hp-box {
	width: 232px;
	height: 110px;
	border: 1px solid #f06;
	margin: 10px 0 10px 10px;
	padding: 0;
	float: left;
	}
	
div.hp-box img.hp-thumb {
	margin-right: 10px;
	border: none;
	float: left;
	}
div.hp-box h2 {
	font-size: 1.2 em;
	font-weight: normal;
	color: #333;
	margin: 5px 0 5px 0;
	}
div.hp-box p {
	color: #666;
	margin-bottom: 0.4em;
	}
	
/* Regulars*/

div.reply{
	color:#f06;
	margin: 0 0 0 0
	}
p.signature {
	font-style: italic;
	font-weight:700;
	margin-top:-10px;
	}

p.dear {
	margin-bottom:0px;
	font-weight:700;
	}

	
/**********************************************************************/
/* FONT FACES AND SIZES */
/* Keep the font definitions separate from everything else, so it's easy to tweak. */

body {
	font-size: 70%;
	}

h1 { 
	font-size: 3em;
	}
	
h2 {
	font-size: 1.8em;
	}

h3 {
	font-size: 1.5em;
	}

h4,
p,
#footer,
span.label,
span.formw,
li,
a.rss,
td,
th,
select {
	font-size: 1em;
	}

.smallItal{
	font-size: 0.9em;
	color: #ccc;
	text-decoration: italic;
	}


.block-head h2 small {
	font-size: 0.6em;
	}
	
#menu-l li {
	font-size: 14px;
	}

#menu-r li {
	font-size: 12px;
	}
	
	