@charset "UTF-8";
/* CSS Document */
<style type="text/css">

body,td,th {
	margin-left:0;
	margin-top:0;
	border:0;
	margin:0;
	padding:0;
}
body {
	background-color: #414141;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	background-attachment:fixed;
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #002080;
}
.table {
	padding-left:0;
	padding-top:0;
	margin-left:0;
	margin-top:0;
	position:absolute;
	position:0 0;
	left:0;
	top:0;
}
.leftLine {
	width:50;
	background-image:url(../images/spacer_line_left.gif);
	background-repeat:repeat-y;
}
	
.textCell {
	background-image:url(../images/cell_bg.gif);
	background-repeat:repeat-y;
}

.copyCell {
	background-image:url(../images/copy_bg.gif);
	background-repeat:repeat-y;
	padding:5px;
	padding-left:10px;
}

.copy {
	font:Times New Roman, Times, serif;
	font-size:14px;
	color:000000;
	font-weight:normal;
	text-align:justify;
	margin:0;
	margin-bottom: 4px;
}
.quote {
	font:Times New Roman, Times, serif;
	font-size:14px;
	color:000000;
	font-weight:normal;
	text-align:justify;
	margin:0;
	margin-bottom: 15px;
}

.responsibility {
	font:Times New Roman, Times, serif;
	font-size:14px;
	color: #365dcc;
	font-weight:normal;
	font-style:italic;
	text-align:justify;
	margin:0;
	margin-left:10px;
	margin-bottom: 2px;
}
.more {
	background-color:#ececec;
	padding-left:5px;
}

a.copy:link {
	color: #2d458b;
	font-weight: bold;
	decoration: none;
}
a.copy:visited {
	color: #2d458b;
	font-weight: bold;
	text-decoration: none;
}
a.copy:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #002388;
}
	
.headline {
	font:Times New Roman, Times, serif;
	font-size:18px;
	color:000000;
	font-weight:bold;
	text-align:left;
	margin-top: 8px;
	margin-bottom: 0px;
}

.subhead {
	font:Times New Roman, Times, serif;
	font-size:14px;
	color:000000;
	font-style:italic;
	text-align:left;
	margin-bottom: 4px;
}

.newsBox {
	background-image:url(../images/newsbox_bg.gif);
	background-repeat:no-repeat;
}
	
.footer {
	font:Times New Roman, Times, serif;
	font-size:13px;
	color:f4f4f4;
	margin-left:10px;
	margin-right:15px;
	margin-top:1px;
	margin-bottom:1px;
}

#twitters {
	font:"Times New Roman", Times, serif;
	background-color:#d1d1d1;
	list-style:none;
	list-style-type:none;
	font-weight: normal;
	text-align:left;
	font-size:15px;
	color:#000000;;
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
}

#twitters UL {
  list-style: none;
  padding: 0;
}

#twitters LI {
  padding: 3px;
  background: none;
}

#twitters SPAN.prefix {
  font-weight: bold;
}

#twitters SPAN.time {
  font-style: italic;
  color: #c5c5c5;
}

#twitters SPAN.status {
  font-style: italic;
}

.share {
	float:right;
}

.form {font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	border-width:1px;
	border-color:#333333;
}
.formSublabel {margin-left:2px;
	font:Times New Roman, Times, serif;
	font-size:9px;
	font-weight:300;
}
.formlabel {margin-left:2px;
	font:Times New Roman, Times, serif;
	font-size:12px;
	color:000000;
	font-weight:bold;
}
.footer_white {
color:#CCCCCC;
}

/* randomized recipe content */

#recipes_rocks, #recipes_rocks li{
	margin:0;
	padding:0px;
	list-style:none;
	}
#recipes_rocks{
	width:155px;
	height:230px;
	}
#recipes_rocks li{
	padding:0px;
	background:#333;
	display:none; /* hide the items at first only to display one with javascript */
	}
			
#recipes_infusion, #recipes_infusion li{
	margin:0;
	padding:0;
	list-style:none;
	}
#recipes_infusion{
	width:155px;
	height:230px;
	}
#recipes_infusion li{
	padding:0px;
	background:#333;
	display:none; /* hide the items at first only to display one with javascript */
	}
	
#recipes_martini, #recipes_martini li{
	margin:0;
	padding:0;
	list-style:none;
	}
#recipes_martini{
	width:155px;
	height:230px;
	}
#recipes_martini li{
	padding:0px;
	background:#333;
	display:none; /* hide the items at first only to display one with javascript */
	}
