@import url(buttons.css);
@import url(recipes.css);

#tiplayer {
	visibility: hidden;
	position: absolute;
	z-index: 1000;
	top: -100px;
}

body, .body
{ 
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	background-color: #065089;
	color: black;
	margin: 5px 0 0 0;
	text-align: left;
	font-size: 10pt;
}

table {
	font-size: 10pt;
}
form {
	display: inline;
}
img {
	border: 0;
}
#imgLogo {
	margin-right: 50px;
	float: left;
}
.help {
	background-color: white;
	color: black;
}
	
a:link, a:visited  { text-decoration: none; color: #80DCF7; font-weight: bold;}
a:hover { color: orange; text-decoration: underline; font-weight: bold; }

.dark {
  background-color: #011E49;
}

h1
{
	display: inline;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}
h1.blue, h1.minor
{
	background-color: #ffffff;
	background-image: url(../images/h1blue.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: black;
	font-size: 1.0em;
	font-weight: bold;
	display: block;
	padding: 4px;
	padding-left: 10px;
	height: 31px;
}
h1.major, h1.box, .pagetitle
{
	font-family: helvetica, Verdana, sans-serif;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	color: #444444;
	border-bottom: 1px solid black;
	margin-top: 0;
}

h1 a:hover { text-decoration: none; }
h1.major a:hover { color: yellow; }

h2
{
	display: inline;
	font-size: 1.35em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3
{
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.0em;
	border-bottom: 2px solid black;
	display: inline;
}

ul li {
	list-style-type: disc;
	line-height: 1.6em;
}

ol li
{
	line-height: 1.6em;
}

th, .titlebar {
	background-color: #3155B0;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}
th.nobg {
	background-color: transparent;
	color: black;
	border: none;
}

h2.titlebar {
	display: block;
	font-size: 1.3em;
	border: 1px solid black;
}

.content {
	background-color: #BED0FE;
	color: black;
	border: 1px solid black;
	font-weight: normal;
	text-align: left;
}

.tblData {
	border: 1px solid #666;
	color: black;
}
.tblData th {
	background-color: #3155B0;
	color: white;
	border-bottom: 1px solid #666;
}
.tblData tr.odd {
	background-color: #BED0FE;
}
.tblData td {	
	border-bottom: 1px solid #bbb;
}

.whitebox {
	border: #000000 1px solid;
	background-color: #ffffff;
	color: #000000;
}

.toplink {
	border-right: 1px dashed orange;
	margin-bottom: 5px;
	vertical-align: bottom;
}

.border {
	border: 1px solid black;
}

.stdBorder {
	border: 1px dotted orange;
}
.stdBorderBot {
	border-bottom: 1px dotted orange;
}
.stdBorderTop {
	border-top: 1px dotted orange;
}
.stdBorderRight {
	border-right: 1px dotted orange;
}
.stdBorderLeft {
	border-left: 1px dotted orange;
}

.small {
	font-size: 0.9em;
}

.smaller {
	font-size: 0.8em;
}

.smallest {
	font-size: 0.7em;
}

.status {
	color: #FF4E00;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 1em auto;
}

.question {
	font-weight: bold;
}

.substitute {
	color: black;
	font-weight: bold;
}
.submark {
	color: blue;
}

.dotwpic
{	
	display: block;
	border: 1px solid black;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 2em;
}
.dotwpic_white
{
	display: block;
	border: 0;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 2em;
}
.reviewpic
{
	float: left;
	margin: 1em 2em;
}

ul.agree {
	font-size: 0.95em;
}
ul.agree li {
	margin-bottom: 1.0em;
}
ul.padded li {
	padding-bottom: 1em;
}

#olTopTen {
	padding: 0 1em;
	margin: 0.5em 0 1em 1em;
}
.spnTopTen {
	float: right;
	margin-left: 0.75em;
	font-weight: bold;
	font-size: 0.9em;
}

/* best drinks table */
#top100 td {
	text-align: left;
}
/* grumble grumble, should just be #top100 tr>td:first-child td{}.  Screw you, IE6 */
#top100 tr>td:first-child {
	text-align: right;
}

/* these two don't seem to work in IE.  big surprise. */
#top100 tr td+td+td {
	text-align: right;
}
#top100 tr td+td+td+td {
	text-align: right;
}

.ulIndex {
	margin-left: 1.0em;
	margin-top: 0.5em;
	padding: 0 1.0em;
	white-space: normal;
}

.reqstar
{
	font-size: 12pt;
	color: #FF0000;
	font-weight: bold;
}


/* Voting */
#formVote tr>td:first-child {
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}

/* Games */

.game_contrib {
	
	background-color: #FDA762;
	color: #000000;
	border: 1px solid #FF7100;
	font-size: 0.9em;
	padding: 2px;
	margin: 5px;
	margin-bottom: 0;
	text-align: center;
	clear: both;
}

/* Products */
.prod {
	font-size: 8pt;
	padding-bottom: 10px;
}
.prod td {
	vertical-align: top;
}
.prod h1 {
	margin: 0;
	font-weight: bold;
	font-size: 9pt;
}
.prod img.left {
	margin-right: 20px;
	margin-bottom: 10px;
}
.prod img.right {
	margin-left: 20px;
}

.prod hr {
	color: orange;
	height: 1px;
}
.prod ul {
	margin-bottom: 0;
}
.browsemenu {
	float: left;
	margin-right: 20px;
	padding: 0;
	width: 325px;
}
/* Id specific stuff */

#directory
{
	border: 2px solid black;
	background-color: #0868B2;
	width: 500px;
	text-align: left;
	vertical-align: top;
	padding: 10px 20px 20px;
	margin-bottom: 20px;
}
#directory li {
	margin-left: 1.5em;
	list-style-image: url(../images/buttons/dir_folder.gif);
	vertical-align: top;
}
#directory a:link, #directory a:visited  {	color: #80DCF7 }
#directory a:hover { color: yellow }

#direntries li {
	margin-left: 1.0em;
}

.brand {
	margin-top: 1.25em;
	vertical-align: top;
	clear: both;
}
.brand img {
	margin-top: 0.1em;
	padding-right: 1em;
	vertical-align: top;
	float: left;
}

.rssright {
	border-left: 1px dashed orange;
	padding-left: 25px;
}
.amazonBox {
	text-align: center;
	float: right;
	white-space: nowrap;
	padding: 0 1em;
}

#divBrowse {
	margin-bottom: 3px;
}
#divRecipeBrowser {
	margin-top: 5px;
	overflow: hidden;
	height: 130px;
	position: relative;
	top: 0px;
	left: 0px;
	border-bottom: 2px solid #fff;
	padding-left: 7px;
	padding-top: 5px;
}
#divRecipeBrowserLeft {
	float: left;
	width: 300px;
	z-index: 0;
}
#divResults {
	overflow: auto;
	overflow-x: hidden;
	height: 180px;
}
#divResizeBar {
	cursor: s-resize;
	position:relative;
	display:block;
	background: orange url('../images/vertical-resize-arrow.png') center center no-repeat;
	font-size: 0px;
	margin:0;
	height:10px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding:0;
}

.results
{
	list-style-position: outside;
	margin-left: 20px;
	font-size: 0.95em;
	font-weight: bold;
}

#rList {
	width: auto;
	margin-top: 0.5em;
	margin-right: 2em;
	font-size: 0.9em;
}

.comment {
	margin: 0 1em;
	padding: 0.75em 1em 1.5em 1em;
	border-top: 1px solid #bbb;
}
.comment h4 {
	font-size: 1.1em;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
}
.comment.odd {
	background-color: #f3f3f3;
}
.comment .author {
	font-size: 0.8em;
	color: #999;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
	font-style: italic;
}
.comment .author strong {
	color: black;
}
.comment.unapproved {
	background-color: #FBE57F;
}

#leaveComment label {
	display: block;
	float: left;
	font-size: 0.9em;
	width: 125px;
	line-height: 1.6em;
	vertical-align: top;
}
#leaveComment h3
{
	display: block;
	border-bottom: 2px solid #999;
}	
#leaveCommentTab
{
	border: 1px solid black;
	border-top: 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	margin: auto;
	margin-bottom: 25px;
	padding: 5px;
	text-align: center;
	width: 150px;	
}

#divCaptcha {
	margin-left: 125px;
}
#divCaptcha label {
	display: inline;
	float: none;
	margin: 0 1.5em 0 2px;
	position: relative;
}
#divCaptcha > div {
	float: left;
}
#leaveComment .lblRow {
	clear: left;
	padding-right: 1em;
	margin-bottom: 0.5em;
}
#leaveComment div input.textInput {
	width: 200px;
}
#leaveComment textarea {
	width: 400px;
	height: 7em;
}

#leaveComment #divCommentSubmit
{
	clear: both; 
	text-align: center; 
	padding: 10px;
	position: relative;
	top: 5px;
}

.dnbox {
	border: 1px solid;
	margin-bottom: 1em;
	font-weight: bold;
	padding: 0.5em;
	min-height: 62px;
}
.dnbox > div {	
	/* display: table; */
	min-height: 62px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 15px 50%;
}

.dnbox > div > div {
	display: table-cell;
	vertical-align: middle;
	min-height: 62px;
	padding-left: 80px;
}

.dnbox.ok > div { background-image: url(/images/martini-ok.png); }
.dnbox.ok { 
	color: green;	
	background-color: #8CD774;
}
.dnbox.info > div { background-image: url(/images/martini-info.png); }
.dnbox.info { 
	color: #0442B4;
	background-color: #9CB7DA;
}
.dnbox.warn > div { background-image: url(/images/martini-warning.png); }
.dnbox.warn {	
	color: #9F6000;
	background-color: #FBE57F;
}
.dnbox.error > div { background-image: url(/images/martini-error.png); }
.dnbox.error {
	color: #8A0303;
	background-color: #DC3131;
}
.dnbox li {
	margin: 0;
	padding: 0;
}

.tip { 
    display:none; 
    background-color: white;
	border: 3px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    font-size:12px; 
    color: #333;     
}
.tip .tipTitle {
	margin: 0;
	background-color: #eee;
	display: block;
	padding: 0.5em;
	font-size: 1.3em;
	font-weight: bold;
}
.tip .tipBody {
    padding: 0 15px 10px 15px;
}
.tipLarge {
    width: 40em;
}
	
#glassTip .imgGlass {
	float: left;
	margin-right: 0.5em;
}
#glassTip ul {
	overflow: hidden;
	padding-left: 1.1em;
}


.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	width: auto;
	height: auto;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}

#divComments
{
	-moz-border-radius: 6px;
	background-color: #F6F6FF;
	border: 1px solid #999;
	margin-top: 40px;
	padding: 10px;
}

#divComments h2
{
	font-family:Sans-serif;
	font-size:1.4em;
	font-weight:bold;
	border: 0;	
}



.drinkArticle
{
    background-color:#DEDEFF;
	border: 1px solid #999999;
	margin: auto auto 40px;
	padding: 5px;
}
.recipe .drinkArticleTitle
{
	margin: auto;
	display: block;
	margin-top: 30px;
}

.altbg
{
	background-color: #4D91F9;
}

.recipeNav
{
	text-align: center; 
	margin: 0.5em 0;
}

.divGamesNav
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ddd;
	font-family: helvetica;
	font-size: 0.9em;
	margin-bottom: 10px;
	padding: 5px;
}
.divGameContent
{
	min-height: 250px;
}
.divGamesBlockAd
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.divGamesTopAd
{
	margin-bottom: 35px;	
}


/* Background styles */
	
#header {
	position: absolute;
	top: 0;
	width: 100%;
}
#footer {
	background-color: #4D91F9;
	padding-top: 25px;
	padding-bottom: 5px;
}
#footerContent
{
	width: 80%;
	margin: auto;
	-moz-border-radius: 6px;
	border: 1px solid #4D91F9;
	background-color: #065089;
	color: white;
	text-align: center;
	position: relative;
	left: 40px;
	padding-top: 7px;
}

#divLogin
{
	float: right;
	margin-right: 45px;
}

#divLogin > p {
	margin:6px 0;
	text-align:center;	
}

#divLoginWrap {
	margin-top:1px;
	position: relative;
	float:right;
}

#divLoginWrap span {
	margin: 0 0.5em
}

#divLoginDn {
	background-color: #C76700;
	color: #222;
	position: absolute;
	padding: 1.5em;
	right: 0;
	font-weight: bold;
    font-family: Verdana, sans-serif;
	-moz-border-radius-topleft:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    visibility: hidden;
}

#divLoginDn label {
	display: block;
}
#divLoginDn input {
	vertical-align: middle;
}
#divLoginDn input[type=text], #divLoginDn input[type=password] {
	width: 320px;
	font-size: 1.5em;
	line-height: 2em;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border: 1px solid #ccc;
    padding: 0 3px;
    font-family: Verdana, sans-serif;
}
#divLoginDn a {
	color: white;
}
#divLoginDn input[type=text],#divLoginDn input[type=password] {
	margin-bottom: 1em;
}

.btnRound {
	background-color: #C76700;
    padding:4px 6px 6px 6px;
    text-decoration:none;
    font-weight:bold;
    color:black;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
a.btnRound {
	color: white;
	font-weight: bold;
}
a.btnRound:hover {
	text-decoration: none;
}
input[type=button].btnRound, input[type=submit].btnRound {
	cursor: pointer;
	padding: 0;
	color: #222;
	background-color: #4D91F9;
	font-size: 11px;
	padding: 3px;
	border: 2px solid #222;
	border-top: 2px solid #bbb;
	border-left: 2px solid #bbb;
	font-family: Verdana, sans-serif;
	vertical-align:middle;
}
.btnDn {
	background-image: url(../images/d-icon.png);
	background-position: 2px 50%;
	background-repeat: no-repeat;
	padding-left: 22px;
	line-height: 16px;
}

.loginbox {
	font-family: Verdana;
	color: white;
	border: 2px dotted #F88000;
	font-size: 9px;
	white-space: nowrap;
	float: left;
	padding: 0 3px;
}
.loginbox input.textbox { font-size: 11px; width: 70px; height: 11px; margin: 3px 10px 0 0}
.loginbox label { width: 60px; display: block; float: left; height: 14px; vertical-align:middle; line-height: 14px; margin-top: 3px}

.loggedIn {
	margin: 3px 2em 0 0;
	float: right;
}
.loggedIn div {
	padding: 0 1em;
}
.loggedIn p {
	margin: 1em 0 0 0;
}
.loggedIn img {
	vertical-align: middle;
	margin-left: 0.5em;
}
#fbIcon {
	position: relative;
	vertical-align: bottom;
	margin: 0;
	top: -1px;
	left: -15px;
}
.r_top .FBConnectButton_Large {
	position: relative;
	top: -3px;
}
.FBConnectButton_Large {
	margin: 0 1em;
}
#divAccountLink {
	clear: left; 
	text-align: center;
	padding: 1em;
	margin: 1em auto;
	width: 600px;
}

.userBox {
	float: right;
}
.userBox p {
	float: left;
	text-align: right;
	margin: 5px 0 0 0;
}

#maintbl {
	width: 100%;
	margin-top: 58px;
}


#intro
{
	margin: 0.5em 0;
}
#introH h2
{
	float: none;
	display: inline-block;
}
#introH
{
	text-align: center;
}

/* The actual left side bar */
#bg_top_left_2
{
	width: 128px;
}
#bg_top_mid
{
	background: #4D91F9 url(../images/bg_top_left.gif) no-repeat top left;
	padding: 0 12px 0.25em 12px;
	vertical-align: top;
	width: 100%;
}
#bg_top_mid .divMainT {
	margin-top: 26px;
	position: relative;
}

.middleContent
{
	background-color: white;
	margin-top: 30px;
	-moz-border-radius: 5px;
	border: 3px solid #065089;
	padding: 5px;
	overflow: hidden;
}
.middleContent a:visited, .middleContent a
{
	color: blue;
}

#bg_top_right
{	
	margin: 0;
	vertical-align: top;
	padding-right: 6px;
	padding-top: 10px;
}

/* Center in the page by setting left to 50% and subtracting half the size of the div */
#divAdButtons {
	position: relative;
	text-align: center;
	top: 5px;
	margin-left: -364px;
	left: 50%;
	width: auto;
	float: left;
}

.themeBox
{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0;
	margin-bottom:25px;
	padding: 8px;
}

.themeBox.christmas
{
	background-color:#90A2CA;
	background-image:url(/images/christmas/snowbg.gif);
	border-bottom: 3px solid red;
	border-top: 3px solid green;
	border-left: 3px solid red;
	border-right: 3px solid green;
}
.themeBox.thanksgiving
{
	background-color: brown;
	border: 3px solid orange;
}
.divContentBoxes
{
	margin: auto;
	float: left;
	left: 50%;
	position: relative;
}

.divContentBox {
	float: left;
	margin: 0 0.8em;	
	position: relative;
	left: -50%;	
	width: 19em;
}

.divContentBox ul, .divContentBox ol
{
	margin: 0.5em 1em;
}

.themeBoxImg
{
	float: left;
}

.themeBoxText
{
	-moz-border-radius: 4px;
	background-color: #ffe;
	margin: 0;
	margin-left: 5em;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;	
}

.divHelpContent
{
	margin-top: 15px;
	line-height: 1.1em;
}	
.divHelpContent ul li
{
	margin-bottom: 10px;
}
.divHelpContent h2
{
	display: block;
	font-size: 1.3em;
	margin-top: 2em;
	margin-bottom: 1.5em;
}
.divHelpContent p
{
	margin-left: 25px;
}	

/* .sbar styles use same images as the main box */
.sbarBot
{
	background: url(../images/bg_main_br.gif) no-repeat bottom right;
}
.sbarTop
{
	background: url(../images/bg_main_tr.gif) no-repeat top right;
}

.sbar {
	background-color: #065089;
	color: white;
	font-size: 9pt;
}


/* Used for left menu headers */
.stuffpic
{
	border-bottom: 1px dotted orange;
	margin-bottom: 10px;
}

.bullets_h {
	background-image: url(../images/bullets_horiz.png);
	background-repeat: repeat-x;
	background-position: 0% 50%;
	height: auto;
}


/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
