﻿/* HTML tags */

body
{
	margin: 0;
	padding: 0;
	background: #333 url(../Images/Background.gif) repeat;
	font-family: "Lucida Grande" , Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #383d44;
}

/* links */

a:link, a:visited
{
	text-decoration: none;
	color: #f94481;
}

a:hover
{
	text-decoration: underline;
}

a.more
{
	padding-right: 7px;
	background: url(../img/1206/icon-morearrow.gif) no-repeat 100% 5px;
}

a img
{
	border: none;
}

/* Layout divs */

#mainContainer
{
	text-align: left;
	margin: 0 auto;
	width: 832px;
	background-color: #f3f1e9;
	border-top: solid 1px #000;
	border-bottom: solid 1px #fff;
}

#headerContainer
{
	float: left;
	background: #000 url(../Images/Logo.gif) no-repeat left 30px;
}

#leftContentContainer
{
	padding: 15px 0 0 15px;
	width: 540px;
	float: left;
}

#rightContentContainer
{
	padding: 15px 15px;
	width: 220px;
	float: right;
}

#footerContainer
{
	padding: 45px 15px 15px 15px;
	font-size: 0.8em;
}

/* header and nav */

#logo
{
	text-indent: -2000px;
	height: 82px;
}

#nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 832px;
}

#nav li
{
	float: left;
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 80%;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-top: 1px solid #222222;
	background-color: #000;
	border-right: 1px solid #222222;
}

#nav li a
{
	float: left;
	padding: 10px 12px;
	text-decoration: none;
	color: #F27490;
	border: none;
}

#nav li a:hover
{
	background: #222222;
}

#nav li.active a
{
	font-weight: bold;
	background: #131313;
}

#title
{
	background: #E6E3D7 url(../Images/TitleBackground.gif) repeat-x top left;
	margin: 0 0 20px 0;
	padding: 12px;
}

#title h1
{
	margin: 0;
	padding: 0;
	border: none;
}

#title h2
{
	color: #383d44;
	font-family: "Lucida Grande" , Verdana, sans-serif;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.7em;
	margin: 3px 0 0 0;
	padding: 0;
	text-transform: none;
	border-bottom: none;
}

/* Sidebar */

#secondaryNav ul, #secondaryNav dl
{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	list-style: none;
}

#secondaryNav li
{
	margin: 0 0 0.5em 0;
	padding: 0 0 0 16px;
	font-size: 0.85em;
	background: url(../Images/Bullet.gif) no-repeat 0 5px;
}

#secondaryNav li a:hover
{
	text-decoration: underline;
}

#secondaryNav ul li.last
{
	margin-bottom: 0;
}

/* cocktail list */

dl.cocktail-list dt
{
	margin: 12px 0 0 0;
	font-weight: normal;
}

dl.cocktail-list dd
{
	font-size: 0.85em;
	line-height: 1.6em;
	margin: 0 0 10px 60px;
	padding: 0;
}

dl.cocktail-list dt img
{
	float: left;
	display: block;
	margin: 2px 8px 0 0;
	border: 4px solid #DBD5C5;
}

dl.cocktail-list dd.name
{
	font-weight: bold;
	padding: 0 0 1px;
}

dl.cocktail-list dd.name a
{
	color: #383d44;
}

dl.cocktail-list dd.name a:hover
{
	color: #f94481;
}

dl.cocktail-list dt a:hover img
{
	border-color: #f94481;
}

dl.cocktail-list dd.ingredient
{
	margin-bottom: 2px;
}

dl.cocktail-list dd.rating, dl.cocktail-list dd.method
{
	margin-top: 10px;
}

/* Cocktail detail */

#glass
{
	float: left;
	width: 50px;	
	margin-top: 5px;
}

#details
{
	float: right;
	width: 480px;
}

#glass img
{
	margin: o;
	border: 4px solid #DBD5C5;
}

div.hrecipe p.summary
{
	margin-top: 0;
}

div.hrecipe ul
{
	margin-left: 0;
	padding: 0;
	list-style: none;
}

li.ingredient
{
	margin: 0 0 0.5em 0;
}

/* Form tags */

form
{
	margin: 0;
}

label
{
	display: block;
	padding-bottom: 0.3em;
}

label.notBlock
{
	display: inline;
	padding-bottom: inherit;
}

input, select, textarea
{
	font-family: "Lucida Grande" , Verdana, sans-serif;
}

textarea
{
	height: 100px;
	width: 300px;
}

input.small
{
	width: 30px;
}

.submit input
{
	color: #2A2A2A;
	font-family: Georgia, serif;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 5px;
	background-color: #FFF;
	border: 4px solid #DBD5C5;
}

.submit input:hover
{
	border-color: #f94481;
}

select
{
	height: 22px;
}

select.multiple
{
	height: 70px;
	margin-bottom: 1em;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
}

h1
{
	font-family: Georgia, serif;
	font-size: 170%;
	line-height: 1.2em;
	margin: 0 0 12px;
	padding: 0 0 5px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	color: #383d44;
	border-bottom: 1px solid #DBD5C5;
}

h2
{
	color: #383d44;
	font-family: Georgia, serif;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.5em;
	margin: 0 0 12px;
	padding: 0 0 3px;
	position: relative;
	text-transform: uppercase;
	border-bottom: 1px solid #DBD5C5;
}

h3
{
	color: #383d44;
	font-family: Georgia, serif;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.5em;
	margin: 0 0 12px;
	padding: 0 0 3px;
	position: relative;
	text-transform: uppercase;
	border-bottom: 1px solid #DBD5C5;
}

p
{
	line-height: 1.7em;
}

div.rightPanel
{
	margin-bottom: 20px;
}

div.rightPanel p
{
	font-size: 0.85em;
}

/* Classes */

.leftFloat
{
	float: left;
	width: 48%;
}

.rightFloat
{
	float: right;
	width: 48%;
}

.theBreaker
{
	clear: both;
}

img.leftAlign
{
	float: left;
	display: block;
	margin: 5px 15px 0 0;
}

/* Login */
#loginPanel div.inputPanel
{
	font-size: 0.85em;
}

#loginPanel div.inputPanel input
{
	font-size: 1em;
}

#loginPanel div
{
	margin-bottom: 0.85em;
}

/* Validation */
div.error ul
{
	margin-left: 0;
	padding-left: 15px;
}

div.error li
{
	list-style-type: square;
}

/* Pagination */
ul.listPagination
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

.listPagination li
{
	float: left;
	padding: 4px 3px 0 3px;
}

.listPagination li a
{
	padding: 1px 4px 1px 4px;
	border: 1px solid #f94481;
}

.listPagination li a:hover
{
	background-color: #f94481;
	color: #fff;
}

.listPagination li span
{
	background-color: #f94481;
	padding: 2px 5px 2px 5px;
	color: #fff;
}

p.resultsStatement
{
	float: left;
	margin: 0;
	padding: 0;
}

/* Lightbox */

#gallery ul
{
	padding-left: 0px;
	list-style: none;
}

#gallery ul li
{
	display: inline;
}

#gallery ul img
{
	border: 6px solid #DBD5C5;
	border-width: 6px;
	margin: 0 15px 15px 0;
}

#gallery ul a:hover img
{
	border: 6px solid #f94481;
	border-width: 6px;
	color: #f94481;
}

#gallery ul a:hover
{
	color: #f94481;
}

.jbar{
	height:50px;
	width:100%;
	background-color: #fff;
	position:fixed;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95); 
	opacity: 0.95;
	-moz-opacity: 0.95;
	text-align:center;
	left:0px;
	z-index:9999999;
	margin:0px;
	padding:0px;
	cursor: pointer;
}

.jbar-top{
	top:0px;
	border-top:2px solid #fff;
	border-bottom: 1px solid #ebebeb;
}

.jbar-content{
	line-height:46px;
	font-size: 18px;
	font-family:'Lucida Grande',sans-serif;
	color: #f94481;
}

