/*
Theme Name: eat.shop
Theme URI: http://www.eatshopguides.com
Description: Custom WordPress theme for eat.shop guides.
Version: 1.0
Author: OK/No Way
Author URI: http://www.ok-noway.com
*/

/* 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;vertical-align:baseline;}
body{line-height:1;color:black;background:white;}
ol,ul{list-style:none;}
a{text-decoration:none;}
legend{display:none;}

/* all pages */
@font-face {
	font-family: 'Swiss721BoldRound';
	src: url('fonts/Swis721BdRnd.otf') format('opentype');
}
@font-face {
	font-family: 'CenturyGothic';
	src: url('fonts/CenturyGothic.ttf') format('truetype');
}
/*
@font-face {
	font-family: 'CenturyGothic';
	src: url('fonts/CenturyGothicStd.otf') format('opentype');
}
*/
p {margin-bottom: 1em;}

a {color: black;}
a:hover {text-decoration: underline;}

.right, .alignright {
	float: right;
	text-align: right;
	margin-left: 8px
}

.left, .alignleft {
	float: left;
	text-align: left;
	margin-right: 8px
}

body {
	font: 12px/16px 'CenturyGothic',Arial,sans-serif;
}

#page {
	width: 981px;
	margin: auto;
}
	
	#header {
		padding: 40px 0 25px;
		border-bottom: 1px solid #c0c0c0;
		text-transform: lowercase;
	}
	
		#header #logo {
			width: 130px;
			height: 130px;
			background: #67ae3e url('img/eatshop_guides.png') no-repeat bottom right;
			float: left;
		}
		
			#logo a {
				display: block;
				height: 100%;
				width: 100%;
				text-indent: -9999em;
			}

		.topNav {
			width: 590px;
			padding: 100px 10px 0;
			float: left;
			font: 24px 'Swiss721BoldRound',Tahoma,sans-serif;
		}
		
			.topNav li {
				font: 24px;
				display: inline;
				text-align: center;
				position: relative;
			}
			
				.topNav li a {
					padding: 40px 20px 0;
					vertical-align: bottom;
				}
				.topNav li a:hover {text-decoration: none;}
	
				.topNav li ul {
					display: none;
					position: absolute;
					top: 1em;
					z-index: 5;
					height: auto;
					font: 12px/18px 'CenturyGothic',Arial,sans-serif;
					background: white;
					border: 1px solid black;
					padding: 8px 8px;
				}
		
				.topNav li > ul {
					top: auto;
					left: auto;
				}
				
				.topNav li.page-item-3 ul {
					height: 102px;
					width: 670px;
					-moz-column-count: 5;
					-moz-column-gap: 12px;
					-webkit-column-count: 5;
					-webkit-column-gap: 12px;
					column-count: 5;
					column-gap: 12px;
					left: 22px;
				}
				
				.topNav li.page-item-6 ul {
					width: 114px;
					left: 22px;
				}
				
				.topNav li:hover ul { display: block; }
		
					.topNav li ul li {
						text-align: left;
					}
					
						.topNav li ul li a {
							padding: 2px 8px 0 6px;
							display: block;
						}
		
		.shoppingCartStatus {display: block;}	
		
		#header .shoppingCartStatus {
			float: right;
			margin-right: 23px;
		}	
		
		#header #searchform {
			float: right;
			clear: right;
		}
		
			#searchform #searchsubmit {
				border: 0;
				padding: 0;
				margin: 0;
				background: transparent url('img/eatshop_search.png') no-repeat;
				height: 25px;
				width: 17px;
				text-indent: -9999em;
				cursor: pointer;
			}
	
	#content {
		padding: 20px 27px;
		width: 625px;
		float: left;
	}
	
		#content .post, #content .page {
			padding-left: 133px;
			position: relative;
			margin-bottom: 2em;
		}
		
			#content div.postmetadata, #content div.bookStats {
				width: 135px;
				text-align: right;
				position: absolute;
				top: 0;
				left: -27px;
				text-transform: lowercase;
			}
			
				#content .postmetadata p, #content .page .postmetadata p, #content .bookStats p {
					margin-bottom: 1.5em;
				}
		
					#content .postmetadata p span.day {
						display: block;
						font-size: 22px;
					}
					
					#content .postmetadata p span.date, #content .bookStats p span.edition {
						display: block;
						font-size: 16px;
						line-height: 22px;
						font-weight: bold;
					}
					
				#content .postmetadata p.author {
					font-style: italic;
				}
		
				#content .postmetadata a.commentLink span {
					font-weight: bold;
				}
				
				#content .bookStats strong {
					font-weight: bold;
				}
				
				#content .bookStats li {
					font-size: 10px;
				}
				
			#content .post h2, #content .page h2 {
				font-weight: bold;
				font-size: 16px;
				line-height: 28px;
				margin: 1em 0;
				text-transform: lowercase;
			}
			
			#content .post strong, #content .page strong {font-weight: bold;}
			
			#content .post em, #content .page em {font-style: italic;}
			
			#content .navigation {padding-left: 133px;}
			
				#content .navigation div {width: 246px;}
		
				#content .navigation div.alignleft {
					float: left;
					text-align: left;
				}
				
				#content .navigation div.alignright {
					float: right;
					text-align: right;
				}
				
			#content img {max-width: 492px;}
				
	#sidebar {
		float: right;
		width: 260px;
		margin-right: 40px;
		text-transform: lowercase;
	}
	
	#home #sidebar {padding-top: 108px;}
	
	.sub #sidebar {padding-top: 26px;}
	
		#sidebar h2, #sidebar h5 {
			font-size: 18px;
			margin-bottom: 1em;
		}
		
		#sidebar li {
			margin-bottom: 2em;
		}
		
			#sidebar li li {
				margin-bottom: .25em;
			}
			
		#sidebar .aktt_tweets li {margin-bottom: 2em;}
		
		#sidebar .aktt_tweets li a {color: #008000;}	
			
		#sidebar .aktt_tweets li.aktt_more_updates {margin-bottom: 0;}
			
			#sidebar .aktt_tweets li a.aktt_tweet_time {
				display: block;
			
				color: #999999;
				
				font-style: italic;
				font-size: 11px	
			}
			
		#sidebar li.newandneeded {
			margin-left: -10px;
 		}
		
			#sidebar li.newandneeded h2 {
				font: 24px/24px 'CenturyGothic',Arial,sans-serif;
				text-align: center;
				border: 1px dotted #606060;
				padding: 8px 0;
				margin: 0 10px;
				width: 238px;
			}
			
			#sidebar li.newandneeded ul {
				width: 100%;
			}
			
				#sidebar li.newandneeded li {
					display: inline;
					float: left;
					margin: 10px;
				}
				
					#sidebar li.newandneeded li a {
						color: white;
						text-align: right;
						display: block;
						width: 110px;
						height: 110px;
						font: 12px 'Swiss721BoldRound',Tahoma,sans-serif;
						position: relative;
					}
					
					#sidebar li.newandneeded li a:hover {
						text-decoration: none;
					}
			
						#sidebar li.newandneeded li a span {
							position: absolute;
							bottom: 4px;
							right: 4px;
						}
						
		#sidebar li.checkingIn {
			margin-left: -10px;
		}
		
			#sidebar li.checkingIn li {
				display: table;
				float: left;
				margin: 10px;
				border: 1px dotted #67ae3e;
				width: 110px;
				height: 110px;
			}
			
				#sidebar li.checkingIn li a {
					text-align: center;
					font: italic 16px/24px 'CenturyGothic',Arial,sans-serif;
					display: table-cell;
					vertical-align: middle;
				}
				
		#sidebar li.elsewhere {}
		
			#sidebar li.elsewhere li {
				display: inline;
				float: left;
				margin-right: 10px;
			}
			
				#sidebar li.elsewhere li a {
					text-indent: -9999em;
					display: block;
					height: 24px;
					width: 24px;
				}
			
			#sidebar li.elsewhere li.twitter {}
			
				#sidebar li.elsewhere li.twitter a {
					background: transparent url('img/twitter.png') no-repeat;
				}
			
			#sidebar li.elsewhere li.facebook {}
			
				#sidebar li.elsewhere li.facebook a {
					background: transparent url('img/facebook.png') no-repeat;
				}
		
	#footer {
		padding: 15px 102px 40px 160px;
		clear: both;
		border-top: 1px solid #c0c0c0;
		text-transform: lowercase;
		font-size: 10px;
		height: 200px;
	}
	
		#footer li {
			display: inline;
			float: left;
			width: 100px;
		}
		
		#footer li.pagenav {width: 445px;}
	
			#footer li.pagenav ul {
				-moz-column-width: 100px;
				-moz-column-gap: 12px;
				-webkit-column-width: 100px;
				-webkit-column-gap: 12px;
				column-width: 100px;
				column-gap: 12px;
			}
			
			#footer li ul li {
				display: block;
				float: none;
			}
			
			#footer li.widget_text {
				margin-right: 12px;
			}
	
		#footer h5 {
			font: bold 12px/18px 'CenturyGothic',Arial,sans-serif;
			color: #41AD49;
		}
	
/* home */
p.homeIntro {
	font: 18px/24px 'CenturyGothic',Arial,sans-serif;
	font-style: italic;
	padding-left: 131px;
	text-transform: lowercase;
}

	p.homeIntro span {
		font-style: normal;
		font-size: 22px;
	}

/* sub */

/* city */
div.bookInfo {}

	.bookInfo h3 {
		font: bold 18px/20px 'CenturyGothic',Arial,sans-serif;
		text-transform: lowercase;

	}
	
	span.bookNav.next, span.bookNav.prev {
		float: left;
		font: bold 16px/32px 'CenturyGothic',Arial,sans-serif;
		cursor: pointer;
		color: #c0c0c0;
	}
	
	ul.bookNav {
		height: 8px;
		margin: 1em 0;
		display: inline;
		float: left;
		padding: 0 4px;
	}
	
		.bookNav li {
			display: inline;
			float: left;
		}
		
			.bookNav li a {
				display: block;
				height: 6px;
				width: 6px;
				margin: 0 5px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
				text-indent: -9999em;
				background: #c0c0c0;
				border: 1px solid #c0c0c0;

			}
		
		.bookNav li a:hover, .bookNav li a.activeSlide {
			background: black;
			border: 1px solid black;
		}
		
	div.bookImages {
		margin: 36px 0;
		height: 234px;
	}
	
		div.bookImages img {
			max-height: 234px;
			width: auto;
			display: block;
			margin: auto;
		}
	
	#content div.bookStats {
		top: 50px;
	}
		
	ul.cityBuyButtons {
		margin-bottom: 1em;
	}
	
		ul.cityBuyButtons li {
			width: 49%;
			display: inline;
			margin: 5px;
			height: 42px;
			float: left;
		}
		
		ul.cityBuyButtons li.buyiPhone {
			margin-right: 0;
			float: right;
		}
		
		ul.cityBuyButtons li.buyBook {margin-left: 0;}
		
			ul.cityBuyButtons li.buyiPhone a {}
		
				ul.cityBuyButtons li a, ul.cityBuyButtons input.addtocart {
					display: block;
					width: 95%;
					height: 95%;
					border: 1px solid #c0c0c0;
					color: #c0c0c0;
					background: white;
					border-radius: 4px;
					-webkit-border-radius: 4px;
					-moz-border-radius: 4px;
					font-size: 12px;
					line-height: 16.5px;
					text-align: right;
					padding: 5px 5px 0 0;
					vertical-align: middle;
				}
				
				ul.cityBuyButtons input.addtocart {
					text-transform: lowercase;
					line-height: 34px;
					padding-right: 41px;
					background: transparent url('img/cart_bg.png') no-repeat 200px 14px;
					display: block;
					height: 46px;
					cursor: pointer;
				}
				
				ul.cityBuyButtons li a:hover, ul.cityBuyButtons input.addtocart:hover {
					background-color: #c0c0c0;
					background-position: 200px -16px;
					color: white;
					text-decoration: none;
				}
				
				
				
/* buy local */
#us_stores_title {
	color:#67AE3E;
}

#international_stores_title {
	color:#67AE3E;
}

	#content .store_list {text-transform: lowercase;}

	#content .store_list h2 {font-size: 12px;}
				
/* store */
#content.store {
	width: 100%;
	min-height: 600px;
	padding-left: 0;
	position: relative;
}

	#content.store .page, #content.store p.homeIntro {padding-left: 161px}
	

#shopp {margin-right: -10px}

#shopp big {
	font-size: 125%;
	font-weight: bold;
	text-transform: lowercase;
}

	#shopp big .alignright {margin: 0 8px 0 0;}
	#shopp big .alignleft {margin: 0 0 0 8px;}
	
	#shopp big.alignright a {display: block;}
	
#content #shopp .products .frame {
	min-height: 290px;
	width: 190px;
	margin: 6px 12px 6px 0;
	padding: 10px 10px 10px 0;
	float: left;
	text-transform: lowercase;
	text-align: left;
}


.shopp input {
	border: 1px solid #c0c0c0;
	padding: 2px 4px;
}
	
.shopp input#checkout-button {
	border-width: 0;
	background-color: #67ae3e;
	-webkit-appearance: button;
}
	
	.storeItem img {
		margin-bottom: .5em;
		width: 190px;
		height: 190px
	}

	.storeItem h4 {
		font: bold 14px/20px 'CenturyGothic',Arial,sans-serif;
		margin-bottom: .5em;
	}
	
	.storeItem input.addtocart {
		display: block;
		width: 95px;
		height: 25px;
		border: 1px solid #c0c0c0;
		padding: 0;
		color: #c0c0c0;
		background: white;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		text-indent: -9999em;
		background: transparent url('img/cart_bg.png') no-repeat 39px 3px;
		display: block;
		cursor: pointer;
		margin-bottom: .5em;
	}
	
	.storeItem input.addtocart:hover {
		background-color: #c0c0c0;
		background-position: 39px -27px;
		color: white;
		text-decoration: none;
	}
	
	.cart img {
		width: 48px;
		height: 48px;
		vertical-align: middle;
	}
	
	.cart .removeItem {
		font-size: 11px;
		display: block;
		border: 0;
		padding: 0;
		background: transparent;
		cursor: pointer;
	}
	
	.cart a.removeItem:hover {color: red;}
		
	.storeSidebar {
		position: absolute;
		left: 0;
		top: 95px;
		text-transform: lowercase;
		width: 105px;
		font-size: 11px;
	}
		
		.storeSidebar h5 {
			font-size: 14px;
			line-height: 22px;
			font-weight: bold;
			margin-bottom: 1em;		
		}
		
	strong.disclaimer {
		display: block;
		clear: left;
	}

/* comments */

#comment {
	width:420px;
}

h3#comments {
	width: 227px;
	float: right;
	padding: 15px 10px 5px;
	border-bottom: 1px dotted #606060;
}

div #respond h3 {
	font-weight:bold;
}

li.comment {
	clear: both;
	padding: 15px 0 5px;
	border-bottom: 1px dotted #606060;
}

	li.comment .commentmetadata {
		width: 236px;
		float: left;
		font-size: 10px;
		text-align: left;
		padding-right: 10px;
	}
	
		.commentmetadata .comment-author {
			font-size: 18px;
			line-height: 24px;
			font-style: italic;
			color: #008000;
			text-transform: lowercase;
		}
		
	li.comment .commentText {
		width: 236px;
		float: right;
		text-align: left;
		padding-left: 10px;
	}

#commentform a {
	color:#5C82B4;
}
	
/* hacks */

div#header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html div#header {height: 1%;}

div#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html div#content {height: 1%;}

div#sidebar ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html div#sidebar ul {height: 1%;}

ul.cityBuyButtons:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html ul.cityBuyButtons {height: 1%;}

li.comment:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html li.comment {height: 1%;}
