
/* Global reset
-----------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;	}

body {
	line-height: 1; }

ul, ol	{
	margin-left: 2em;
}
	
table {
	border-collapse: separate; 
	border-spacing: 0;  /* tables still need 'cellspacing="0"' in the markup */
}

caption, th, td {
	font-weight: normal;
}

body {
	font-family: Arial, "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 62.5%; /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
	background: #a6ce4f;
	color: #000;
	text-align: center;
}


/* Headings and paragraphs
-----------------------------------------------------------------------------------------------*/

p  {
	padding: 0 0 15px;
	line-height: normal;
	font-family: Arial, "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1em;
}

h2 {
	margin: 0;
	padding: 15px;
	font-family: Arial, "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 2.6em;
	line-height: normal;
	letter-spacing: -1px;
}

	h2 a,
	h2 a:visited,
	h2 a:active,
	h2 a:hover	{
		display: block;
		margin: 0;
		padding: 0;
		color: inherit;
		border: 0;
	}
	
	h2 a:hover	{
		color: #cc232a;
	}
	
	h2.skinny	{
		font-weight: normal;
	}
	
h3 {
	margin: 0 0 15px;
	font-family: Arial, "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 2em;
	line-height: normal;
}

h4 {
	margin: 0 0 10px;
	font-family: Arial, "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	line-height: normal;
}


/* Forms
-----------------------------------------------------------------------------------------------*/	

form	{
	margin: 0;
	padding: 0;
	font-size: 1em;
}

	#top-content form	{
		position: absolute;
		top: 120px;
		left: 0;
		width: 298px;
	}

input, textarea, select	{
	font-family: Arial, "Trebuchet MS", Helvetica, Verdana, sans-serif;
	border: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

	#top-content textarea	{
		width: 280px;
		height: 145px;
		font-size: 3em;
		padding: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		text-align: center;
		background: #fff;
	}

form br	{
	clear: left;
}

legend	{
	display: none;
}

fieldset	{
	border: none;
	position: relative;
	margin: 0;
}

	input.submit	{
		margin: 0;
		padding: 0;
	}

	
/* Links
-----------------------------------------------------------------------------------------------*/	

a,
a:active,
a:visited {
	border-bottom: 1px dotted #cc232a;
	padding: 0px;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

a:hover	{
	border-bottom: none;
	padding: 0px;
	color: #cc232a;
	text-decoration: none;
}


/* Miscellaneous
-----------------------------------------------------------------------------------------------*/	

hr {display: none;}
strong {font-weight: bold;}
em {font-style: italic;}
abbr, acronym {
	border-bottom: 1px dotted #999; 
	cursor: help;
}


/* Layout
-----------------------------------------------------------------------------------------------*/	

#main-wrapper	{
	width: 100%;
	margin: 0;
	padding: 0;
	background: #bbecf2 url(../images/main-background.gif) repeat-y top center;
	border-top: 1px solid #e8f8fa;
}

	#top-content	{
		width: 300px;
		height: 345px;
		margin: 0 auto;
		padding: 0 0 10px;
		position: relative;
	}

		#top-content .olive	{
			display: block;
			width: 127px;
			height: 120px;
			position: absolute;
			top: 0;
			right: -60px;
			background: url(../images/olive.png) no-repeat top left;
		}
		
	#top-content h1	{
		width: 237px;
		height: 55px;
		background: url(../images/twixologist.png) no-repeat top left;
		position: absolute;
		top: 40px;
		left: 0;
	}
	
		#top-content h1 span	{
			display: none;
		}

	#middle-content	{
		width: 300px;
		margin: 0 auto;
		position: relative;
		padding: 0 10px 5px;
	}
	
		.recipe	{
			width: 298px;
			padding: 0;
			margin: 10px 0;
			background: #fff;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border: 1px solid #95e1eb;
		}
		
			.recipe p	{
				padding: 0 20px 15px;
				font-size: 1.8em;
			}
			
				.recipe p strong	{
					text-transform: uppercase;
				}
		
		.more-recipes 	{
			padding-top: 10px;
			padding-bottom: 10px;
		}
		
		.recipe p.full-recipe	{
			font-size: 1.4em;
			padding: 42px 15px 20px;
			background: url(../images/olive-divider.png) no-repeat top center;
		}
		
		.drinkimage	{
			max-height: 180px;
			max-width: 80px;
			display: block;
			margin: 0 auto 20px;
		}
		
		.loading	{
			margin-bottom: 15px;
		}
		
#footer-wrapper	{
	width: 100%;
	margin: 0;
	padding: 0;
	background: #a6ce4f url(../images/background-footer.jpg) repeat-x top left;
	border-top: 1px solid #e8f8fa;
	min-height: 120px;
}

	#footer-content	{
		width: 300px;
		margin: 0 auto;
		padding: 20px 0 0;
	}
	
		#footer-content p	{
			font-size: 1.6em;
			color: #fff;
			padding-bottom: 25px;
		}
		
			#footer-content a	{
				color: #fff;
				border-bottom: 1px dotted #dffba2;
			}
			
				#footer-content a:hover	{
					color: #dffba2;
					border: none;
				}
		
		#footer-content .image img	{
			margin-top: 5px;
		}
			
		#footer-content .image a	{
			border: none;
		}
		

/* Hacks
-----------------------------------------------------------------------------------------------*/

.hide {
	position: absolute;
	left: -9999px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block; }
	
/* Hides from IE-mac \*/ 
* html .clearfix {
	height: 1%; }

.clearfix {
	display: block; }
/* End hide from IE-mac */