/* 	::::: LAYOUT :::::
	based on the wrapper-free Holy Grail layout by AListApart
	Modified to use a single wrapper to free up the body element
*/

#wrapper {
	display: block;
	margin: 190px auto 3em;
	width: 840px;
}

.showgrid { background: url('../img/baseline_bg.gif'); }
.showgrid #content,
.showgrid #sidebar,
.showgrid #header,
.showgrid #footer { background: url('../img/grid_bg.gif'); }

#container {
	position: relative; z-index: 0;
	float: left;
	width: 840px;
}

#content,
#sidebar {
	margin-bottom: 4.5em;
	position: relative;
	float: left;
}

#content {
	padding: 0 35px 0 0; 	/* Gap between content and sidebar */
	width: 505px;
}

.single {
	padding: 0 !important;
	width: 840px !important;
}

#sidebar {
	width: 300px;
}

#footer {
	clear: both;
}


/* CLEARFIX */

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

.clearfix { display: inline-block; }  /* for IE/Mac */



/* 	::::: TOOLBAR :::::
*/

#toolBar {
	position: relative;
	z-index: 100;
	height: 36px;
	background-color: #f2f2f2;
}

#toolBar-inner {
	position: relative;
	margin: 0 auto;
	width: 840px;
}

#subscribeFeed {
	position: absolute;
	left: 0; top: 0;
	padding: 0 0 0 1.8em;
	line-height: 3em;
	background: url('../img/icons/feed-icon.gif') no-repeat 0 50%;
}

#langSwitcher {
	position: relative; z-index: 100;
	left: 540px; top: 0;
	float: left;
	line-height: 3em;
}

#langSwitcher a {
	display: block;
	float: left;
}

#langs {
	position: absolute; z-index: 100;
	top: 35px; left: -999em;
	float: left;
	padding: 0 15px 5px 10px;
	background-color: #f2f2f2;
}

.jhover #langs {
	position: absolute;
	left: 4.25em;
}

#langs li {
	line-height: 1.7em;
}

#langs li a {
	white-space: nowrap;
}

#currentLang {
	padding: 0 1em 0 0.4em;
	color: #999;
	background: url('../img/lang_arrow.gif') no-repeat 100% 50%;
}



/* 	::::: HEADER :::::
*/

#header {
	float: left;
	position: relative;
	z-index: 1;
	width: 840px;
}

h1 {
	position: absolute;
	right: 0; top: 0;
	z-index: 101;
	width: 135px; height: 124px;
	background: url('../img/mieleguide_logo.gif') no-repeat;
	text-indent: -999em;
}

h1 a {
	float: left;
	display: block;
	width: 135px; height: 124px;
}

#intro {
	display: block;
	position: absolute;
	top: -154px; left: 0;
	width: 680px; height: 154px;
}

#nav {
	position: relative; z-index: 10;
	height: 90px;
	font-size: 1.1666em;
	white-space: nowrap;
}

#nav ul {
	list-style: none;
	margin: 0;
}

#nav li {
	display: inline;
	float: left;
}

#nav a {
	display: block;
	float: left;
	padding: 0 0.7142em;
	height: 2.5714em; line-height: 2.5714em;
	text-decoration: none;
}

#nav .active a {
	color: #666;
	background-color: #f2f2f2;
}

#nav a:hover,
#nav .jhover a {
	background-color: #f2f2f2;
}

#nav ul ul {
	position: absolute;
	z-index: 90;
	top: 2.5174em; left: -999em;
	padding: 0 0 0.3571em;
	background-color: #f2f2f2;
}

#nav .jhover ul {
	left: auto;
	clear: left;
}

#nav ul ul li {
	display: block;
	clear: left;
}

#nav ul ul a {
	font-size: 0.9285em !important;
	height: 1.8461em; line-height: 1.8461em;
	cursor: pointer;
}

#nav ul ul a:hover {
	color: #222;
}

.voting #nav0, .register #nav0,
.the_miele_guide_2008_2009 #nav1, .index #nav1,
.what_is_the_miele_guide #nav2, .voting_overview #nav2, .voting_faq #nav2, .voting_panel #nav2,
.asias_top_20 #nav3,
.news #nav4,
.scholarship #nav5, .scholarship_overview #nav5, .scholarship_scholarships #nav5, .scholarship_application #nav5, .scholarship_faq #nav5, .scholarship_recipients #nav5,
.shop #nav7, .pre_order #nav7, .order #nav7, .shipping_policy #nav7, .where_to_buy #nav7,
.restaurant_month #nav8, .participating_restaurants #nav8, .official_media_partners #nav8 {
	color: #666;
	background-color: #f2f2f2;
}




/* 	::::: SIDEBAR :::::
*/

#emailSignup {
/*	height: 234px; */
}

#scholarshipBanner {
	position: relative;
	width: 300px; height: 100px;
	background:url('/img/scholarship_banner_09.gif') no-repeat;
}

#scholarshipBannerContent,
#scholarshipBanner h4 {
	display: none;
}

#votingBanner {
	position: relative;
	width: 300px; height: 120px;
	color: #fff;
	background:url('/img/voting_banner.gif') no-repeat;
}

#votingBannerContent {
	position: absolute;
	top: 70px;
	padding: 0 15px;
}

#votingBanner a {
	display: block;
	float: left;
	color:#fff;
	width: 300px; height: 120px;
}

#preorderBanner {
	position: relative;
	margin: 0 0 5px;
	width: 300px; height: 85px;
	color: #fff;
	background:url('/img/preorder_banner.gif') no-repeat;
}

#preorderBanner a {
	display: block;
	float: left;
	color:#fff;
	width: 300px; height: 85px;
}

#appstoreBadge { margin: 0 0 20px; }



/* 	::::: FOOTER :::::
*/

#footer {
	float: left;
	position: relative;
	padding-bottom: 3em;
	margin-right: 0 !important;
	width: 840px;
}

#copyright {
	float: left;
}

#footer ul {
	float: right;
}

#footer li {
	display: inline;
	float: left;
	margin: 0 0 0 1.2em;
}

#slogos {
	float: left;
	margin: 0 0 1.5em;
	width: 840px;
}

#slogos h4 {
	font-size: 1em;
}

.slogosMajor, .slogosMinor {
	clear: left;
	float: left;
	width: 840px;
}

.slogosMajor .slogo {
	float: left; display: inline;
	width: 175px; height: 162px;
}
.slogosMinor .slogo {
	float: left; clear: none; display: inline;
	width: 175px; height: 126px;
}


/* 	::::: PAGINATION :::::
*/

.pagination {
clear: left;
margin: 1.5em 0 3em; }

.pagination div,
.pagination a {
display: block;
float: left;
margin: 0 1px; padding: 0 5px;
height: 21px; line-height: 21px;
text-align: center;
text-decoration: none; }

.pagination a:hover {
background-color: #b6aca1;
color: #fff; }

.pagination .current {
margin: 0 1px; padding: 0 5px;
height: 21px; line-height: 21px;
border: 1px solid #fff; }

.pagination .disabled {
border: 1px solid #fff;
color: #ccc; }

.pagi_pages {
float: left;
margin: 0 -5px !important; }

.pagi_pages span {
display: block;
float: left;
height: 21px; line-height: 21px;
text-align: center;
text-decoration: none; }

.pagi_pages a {
border: 1px solid #b6aca1;
}

.pagination .prev,
.pagination .next {
	border: 1px solid #b6aca1;
}


