/*  
Theme Name: Club Sandwich Reviews
Theme URI: http://eggplantdigital.cn
Version: 1.0.0
Description: Designed by <a href="http://eggplantdigital.cn">Eggplant Digital</a>.
Author: Eggplant Digital
Author URI: http://eggplantdigital.cn

	Copyright: (c) 2012 Eggplant Digital.
	License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html

*/

/* Default styles */
@import "eggplant-core/styles/reset.css";
@import url(http://fonts.googleapis.com/css?family=Squada+One);

/*-------------------------------------------------------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks
-1.3 WordPress Core

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
-2.3 Header
-2.4 Featured Slider
-2.5 Recent Posts
-2.6 Older Posts
-2.7 Content
-2.8 Sidebar
-2.9 Footer

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / WP-Pagenavi

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets

5. COMMENTS
-5.1 Comments
-5.2 Comments Form
-5.3 Pingbacks / Trackbacks

6. MISC
-6.1 Buttons
-6.2 Gravity forms
-6.3 Subscribe & Connect

7. Special styles for IE6

-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body  { font: 14px/20px Arial,Helvetica,Sans-serif; color: #555; background-color: #fff; }

h1, h2, h3, h4, h5, h6  { margin: 0; font-family:Georgia, serif; color: #222; font-weight:normal; }
h1  {font-size: 2em }
h1.title { color: #9B0606; float: left; font-size: 24px; font-weight: bold; margin-bottom: 0; margin-top: 0; width: 88%; }
h2  { font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", "Arial", sans-serif !important; font-size: 24px !important; line-height: 1.5em; } 
h3  {font-size: 1.6em;} 
h4  {font-size: 1.2em;}
h4.subtitle { color: #222222; font: bold 12px/1em Arial,sans-serif; }
.single h4.subtitle { /* color: #222222; font: bold 16px/1em Arial,sans-serif; */ font-size: 16px; }
h5  {font-size: 1em;} 
h6  {font-size: 0.8em;}


p {margin: 0; font:16px/24px Georgia, serif; }

hr { background-color: #e6e6e6;	border:0; height: 1px; margin-bottom: 20px; }

.hide { display: none; }

/* 1.2 Hyperlinks */

a:link, a:visited  { color: #3088ff; text-decoration:none;}
a:hover {text-decoration:underline; color:red; }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}

/* 1.2 Hyperlinks */

a:link, a:visited {
	color: #6d0000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}

/* 1.3 WordPress Core */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display:block; margin: 5px auto 5px auto; }
.alignright { float:right; margin: 5px 0 20px 20px; }
.alignleft { float:left; margin: 5px 20px 20px 0; }
.aligncenter { display: block; margin: 5px auto 5px auto; }
a img.alignright { float:right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float:left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin:0; max-width: 98.5%; padding:0; width: auto; }
.wp-caption p.wp-caption-text { font-size:11px; line-height:17px; margin:0; padding:0 4px 5px; }

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
#wrapper {
	background: url("images/body-bg.png") repeat-y scroll center top #F7F7F7;
}
.two-col-right #primary {
	/* background: #d5d5d5 url(images/bg_sidebar_shadow.png) no-repeat right top; */
	min-height: 584px;
	padding-top: 30px;
}
.two-col-left #primary {
/* 	background: #f0f0f0 url(images/bg_sidebar_shadow_left.png) repeat-y left top; */
	min-height: 584px;
	padding: 30px 0px 30px 20px;
	width: 215px;
}

/* 2.2 Navigation */
#navigation{ 
	font:14px/14px sans-serif;
	background: #4c110e url(images/bg_navigation.png) repeat-x;
	height: 41px;
	border-top: 0 none !important;
}

.nav { height: 25px; z-index:99; margin:0; padding:0; list-style:none; line-height:1; margin-left:10px; }
.nav a  { 
	position:relative; 
	color:#fff; 
	display:block; 
	z-index:100; 
	padding: 14px 15px 12px; 
	line-height:18px; 
	text-decoration:none; 
}

.nav li a:hover, 
.nav li.current_page_item a, 
.nav li.current_page_parent a, 
.nav li.current-page-ancestor a, 
.nav li.current-menu-item a, 
.nav li.current_page_item li a,
.nav li.current_page_parent li a, 
.nav li.current-page-ancestor li a, 
.nav li.current-menu-item li a, 
.nav li.sfHover a { 
	background: #250505; 
}

.nav li  { float:left; width: auto; }
.nav li a.sf-with-ul { padding-right:20px; }
.nav a  { text-shadow:0 1px 0 #000; }

	/* 2.2.1 Drop-down menus */
	.nav li ul  { background: #FFF; position: absolute; left: -999em; width: 180px; border: 1px solid #dbdbdb; border-width:1px 1px 0; z-index:999; }
	.nav li ul li  { background:#eee; border-top:1px solid #fff; border-bottom:1px solid #dbdbdb;}
	.nav li ul li a  { width:160px; color:#555; font-size:0.8em; line-height:18px; }
	.nav li ul li a.sf-with-ul { padding:5px 10px; }
	.nav li ul li a:hover, .nav li.sfHover ul li a.sf-with-ul { background:#eaeaea;}
	.nav li ul ul  { margin: -30px 0 0 180px; }
	.nav li ul ul li a  {  }
	.nav li ul li ul li a  {  }
	
	.nav li:hover,.nav li.hover  { position:static; }
	.nav li:hover ul ul, .nav li.sfhover ul ul,
	.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
	.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul { left:-999em; }
	.nav li:hover ul, .nav li.sfhover ul,
	.nav li li:hover ul, .nav li li.sfhover ul,
	.nav li li li:hover ul, .nav li li li.sfhover ul,
	.nav li li li li:hover ul, .nav li li li li.sfhover ul  { left:auto; }
	
	.nav .sf-sub-indicator {background:	url(images/arrow-superfish.png) no-repeat;position:absolute;display:block;right:0.4em;top:40%;width:10px;height:10px;text-indent:-999em;overflow:hidden;}
	.nav li ul .sf-sub-indicator {background:url(images/arrow-superfish-right.png) no-repeat;}
	
	/* 2.2.2 Top Navigation (optional) */
	#top { background: #000; }
	#top .nav { margin:0; }
	#top .nav a { color:#ddd; padding:8px 10px; line-height:18px; text-decoration:none; text-shadow:none; }
	#top .nav li  {  }
	#top .nav li a.sf-with-ul { padding-right:20px; }
	#top .nav .sf-sub-indicator { top:40%; }
	
	#top .nav a:hover, 
	#top .nav li.current_page_item a, 
	#top .nav li.current_page_parent a,
	#top .nav li.current-menu-ancestor a,
	#top .nav li.current-cat a,
	#top .nav li.current-menu-item a,
	#top .nav li.sfHover a { background: #222; border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;}
	
	#top .nav li ul  { background: #222; margin:0; padding:0px; width: 180px; border: none; z-index:999;
		/* Box Shadow */
		-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
		box-shadow: 0 2px 2px rgba(0,0,0,.1);
	}
	#top .nav li ul, #top .nav li ul li:last-child a {
		/* Border Radius */
		border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; 
	}
	#top .nav li ul li { background:none; border:none; -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
	#top .nav li ul li a  { padding:8px 10px; width:160px; color:#ddd; background: none; font-size:0.9em;}
	#top .nav li ul li a:hover  { background: #000; }
	#top .nav li ul li a.sf-with-ul { padding-right:10px; }
	#top .nav li ul ul  { margin: -34px 0 0 180px; }
	
	#top .nav li:hover, #top .nav li.hover  { position:static; }
	#top .nav li:hover ul ul, #top .nav li.sfhover ul ul,
	#top .nav li:hover ul ul ul, #top .nav li.sfhover ul ul ul,
	#top .nav li:hover ul ul ul ul, #top .nav li.sfhover ul ul ul ul { left:-999em; }
	#top .nav li:hover ul, #top .nav li.sfhover ul,
	#top .nav li li:hover ul, #top .nav li li.sfhover ul,
	#top .nav li li li:hover ul, #top .nav li li li.sfhover ul,
	#top .nav li li li li:hover ul, #top .nav li li li li.sfhover ul  { left:auto; }

	/* 2.2.3 Page Navigation */
	#sidebar-navigation ul { margin: 0; padding: 0; }
	#sidebar-navigation li {margin: 0; padding: 0; border: none; list-style: none; }

	#sidebar-navigation ul a {padding: 10px 10px 6px 10px;}
	#sidebar-navigation ul.children a {padding: 10px 10px 6px 20px;}

	#sidebar-navigation ul.sub-menu { border-top: 1px solid #8383ac; border-bottom: 1px solid #8383ac; padding: 5px 0; }
	#sidebar-navigation a { padding: 10px 10px 6px 10px; background: #6e789f; text-decoration:none; display: block; color: #fff; border-bottom: 1px solid #fff; }
	#sidebar-navigation a.dcjq-parent.active, #sidebar-navigation a.active, #sidebar-navigation .current_page_item a {background: #4f5c8e;}	
	#sidebar-navigation a:hover {background: #4f5c8e;}
	#sidebar-navigation .menu ul li.parent-page { color: #353535; font-size: 18px; padding-left: 10px; padding-bottom: 5px; }
	
	/* 2.2.4 Footer Navigation */
	ul.footer-nav li {
		display: inline;
		font-size: 12px;
		background: url(images/ico_footer_nav.png) left center no-repeat;
		margin-left: 15px;
		padding-left: 15px;
	}
	ul.footer-nav li:first-child {
		margin-left: 0;
		padding-left: 0;
		background: none;
	}
	ul.footer-nav li a {	
		color: #343434;
	}
	
	/* 2.2.5 Social Nav */
	#nav-social { 
		position: absolute;
		right: 18px;
		z-index: 100;
		top: 5px;	
	}
	#nav-social li {
		float: left;
		margin-left: 5px;
	}
	#nav-social li a {
		width: 30px;
		height: 30px;
		display: block;
		text-indent: -99999px;
	}
	#nav-social li.facebook a { background: url("images/social-media-sprite.png") no-repeat scroll 0 -30px transparent; }
	#nav-social li.facebook a:hover { background: url("images/social-media-sprite.png") no-repeat scroll 0 0 transparent; }
	
	#nav-social li.twitter a { background: url("images/social-media-sprite.png") no-repeat scroll -30px -30px transparent; }
	#nav-social li.twitter a:hover { background: url("images/social-media-sprite.png") no-repeat scroll -30px 0 transparent; }
	
	#nav-social li.email a { background: url("images/social-media-sprite.png") no-repeat scroll -60px -30px transparent; }
	#nav-social li.email a:hover { background: url("images/social-media-sprite.png") no-repeat scroll -60px 0 transparent; }
	
	#nav-social li.rss a { background: url("images/social-media-sprite.png") no-repeat scroll -90px -30px transparent; }
	#nav-social li.rss a:hover { background: url("images/social-media-sprite.png") no-repeat scroll -90px 0 transparent; }
	
/* 2.3 Header */
#header { background: url(images/bg_header.png) repeat-x #9B0606; height: 150px; }
#logo { margin: 12px 0 0; }
#contact_details {
	background: url(images/ico_tel_email.png) no-repeat;
	position: absolute;
	right: 0;
	top: 25px; 
	height: 52px;
	padding-left: 64px;
}
#contact_details p, #contact_details a {
	color: #ffffff;
	font: bold 13px/1.4 "Arial", sans-serif;
}
#contact_details p.email a {
	margin-left: 20px;
	font-size: 13px;
	color: #d4d4d4;
	top: -1px;
	position: relative;
} 
#contact_details p span {
	color: #cdcdcd;
}
/* 2.4 Content */
#title-holder {
	background: #000;
	width: 100%;
	height: 130px;
	position: relative;
}
#page-title-background {
	width: 1281px;
	height: 141px;
	left: 50%;
	margin-left: -650px;
	position: absolute;
}
#page-title-background .search_main {
    float: right;
    height: 37px;
    margin-right: 8px;
    margin-top: 9px;
    width: 262px;
}
#content{position:relative;}
.two-col-left #content {
	width: 680px;
    box-sizing: border-box;
	margin-top: 20px;
}
#belt {
	background: #000 url(images/bg-homepage-belt.jpg) no-repeat top center;
	height: 333px;
}
#belt .inner {
	position: relative;
}
#belt .entry {
	margin: 80px 10px 0;
}
.hr-red-shade {
	background: url(images/hr_red_shade.png) repeat-x;
	height: 4px;
}
#middle-belt {
	background: url(images/bg_middle_belt.png) repeat-x;
	height: 108px;
	border-bottom: 1px solid #cccccc;
}
#middle-belt ul {
	width: 500px;
}
#middle-belt ul li {
	font-size: 14px;
	line-height: 1.4; 
	color: #878787;
}
.home_fastfacts { position: relative; top: 20px; }
.home_fastfacts ul { position: relative; overflow: hidden; height: 80px; margin-top: 0; }
.home_fastfacts ul li { position: absolute; top: 100px; left: 5px; font-weight: bold; }
.home_fastfacts ul li span { font-size: 14px; font-weight: normal; }

.home #content .block img.topclub { position: absolute; top: 70px; left: 6px; }

.swap_words { display: inline-block; zoom: 1; *display:inline; width: 200px; margin: 0; padding: 0; position: relative; top: 6px;  }
.swap_words ul { position: relative; overflow: hidden; height: 24px; margin: 0 !important; padding: 0 !important; }
.swap_words ul li { position: absolute; top: 100px; font-weight: bold; list-style: none !important; }
.swap_words ul li span { font-size: 14px; font-weight: normal; }

.p {
	width: 595px;
}
.p, .swap_words ul li {
	font-size: 19px;
	font-weight: bold;
	color: #DBDBDB;
	text-shadow: 0 1px 0 black;
}

.block {
	border: 1px solid #c9c9c9;
	padding: 6px;
	background: #fff;
	-moz-box-shadow: 0 0 2px #c9c9c9;
	-webkit-box-shadow: 0 0 2px #c9c9c9;
	box-shadow: 0 0 2px #c9c9c9;
/* 	width: 205px !important; */
	position: relative;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.learn.grid_9.block {
	width: 670px !important;
}

.learn.grid_9.block .entry p {
	margin-bottom: 5px;
}	

.learn.grid_9.block h2 {
	line-height: 1 !important;
}

.learn.grid_9.block a img.featured-img {
    float: left;
    width: 200px;
    margin-right: 10px;
}	

.thumb-wrap img.featured-img,
.block img.featured-img {
    width: 100%;
    height: 100%;
}

.home #content .block { min-height: 439px; position: relative; }

.post-date {
	position: absolute;
	background: url(images/bg_post_date.png) repeat;
	color: #fff;
	padding: 6px;
	line-height: 1;
	top: 6px;
	left: 6px;
	font-size: 12px;
	font-weight: bold;
}

.pgmm, .pgm {
	/* border: 1px solid #c9c9c9; */
	-moz-box-shadow: 0 0 2px #CCCCCC;
	-webkit-box-shadow: 0 0 2px #CCCCCC;
	box-shadow: 0 0 2px #CCCCCC;
	padding: 6px;
	background: #fff; margin-bottom: 30px;
}

/* NEW PAGE RATINGS STYLES */

#image-frame { background: url(images/img-frame.png) no-repeat; height: 447px; width: 680px; padding: 6px; position: relative; }
#image-frame .top-sandwich { position: absolute; top: 0; left: 0; } 
#image-frame .top-photo { float: left; width: 447px; position: relative; }

#top-photo {}
#top-photo .top-photo-item {}
#top-photo .top-photo-item.current img { display: block; }
#top-photo .top-photo-item img { box-shadow: 0 0; margin-bottom: 0; padding: 0; position: absolute; top:6px;left:6px; display: none; width: 447px; height: 410px; }
#top-photo .top-photo-item .score-stamp { background: url("images/ico-scorestamp.png") no-repeat scroll 0 0 transparent; color: #EDEDE9; display: none; font-family: 'Squada One',cursive,'HelveticaNeue',Helvetica,sans-serif; font-size: 68px; height: 191px; left: 15px; letter-spacing: -4px; padding-left: 20px; padding-top: 56px; position: absolute; text-align: center; text-shadow: 1px 1px 1px #333333; top: 220px; width: 182px; }

#top-photo .top-photo-item.current .score-stamp {display:inline;}

#image-frame .current .arrow img { display: block; } 
#image-frame .arrow img { -webkit-box-shadow: 0 0; -moz-box-shadow: 0 0; box-shadow: 0 0; display: none; margin-top: -1px; padding: 0; position: absolute; right: 239px; }

#image-frame .rank { color: #FFFFFF; font-size: 35px; font-weight: bold; line-height: 36px; position: absolute; right: 210px; letter-spacing: -4px; margin-top: 2px; text-align: center; width:24px; }

#image-frame .rank .score1 { background: url("images/ico-trophy-gold.png") no-repeat scroll 2px 6px transparent; display: block; text-indent: -999em; width: 25px; }
#image-frame .rank .score2 { background: url("images/ico-trophy-silver.png") no-repeat scroll 2px 6px transparent; display: block; text-indent: -999em; width: 25px; }
#image-frame .rank .score3 { background: url("images/ico-trophy-bronze.png") no-repeat scroll 2px 6px transparent; display: block; text-indent: -999em; width: 25px; }
#image-frame .rank .score10 {margin-left: -4px;}

#image-frame .nameloc { height: 41px; margin-left: 60px; }

#image-frame .nameloc a:hover { text-decoration: none; }

#top-right-menu { float: right; width: 247px;}
.top-menu-item.current { background: url("images/bg-top10-select.png") no-repeat scroll 0 -1px transparent; width: 235px; }

#image-frame .nameloc h2 { color: #FFFFFF; font-family: Helvetica,Arial,sans-serif; font-size: 14px !important; margin-bottom: 0; width:170px; line-height: 1.2; padding-top: 3px; }
#image-frame .nameloc .location { color: #C79292; font-family: Helvetica,Arial,sans-serif; font-size: 12px; }

.new-ratingblock { border: 1px solid #C9C9C9; display: block; margin-bottom: 20px; overflow: hidden; }

.new-ratingblock .sandwich-wrapper { display: none; }
.new-ratingblock .sandwich-wrapper.current { display: block; }

.new-ratingblock .icon-row { background: #ececec; height: 42px; position: relative; margin: 0; padding: 0; }
.icon-row .icon { float: left;  border-left: 1px solid #ddd; border-right: 1px solid #fff; list-style: none; }
.icon-row .icon a { background: url(images/new-top-sprite.png) 0 0 no-repeat scroll #ececec; height: 42px; width: 42px; text-indent: -99999px; display: block; }
.icon-row .title { font-size: 18px !important; position: absolute; right: 10px; top: 8px; list-style: none; }

.icon-row .africa a {background-position: -42px 0; }
.icon-row .asia a {background-position: -42px -714px; }
.icon-row .australia a {background-position: -42px -672px; }
.icon-row .europe a {background-position: -42px -210px; }
.icon-row .north-america a {background-position: -42px -84px; }
.icon-row .south-america a {background-position: -42px -756px; }

.icon-row .airport a {background-position: -42px -378px; }
.icon-row .hotel a {background-position: -42px -168px; }
.icon-row .countryclub a {background-position: -42px -588px; }
.icon-row .restaurant a {background-position: -42px -462px; }

.icon-row .by-the-pool a { background-position: -42px -840px; }
.icon-row .by-the-pool.current a { background-position: 0 -840px; }

.icon-row .cafe-independent-establishment a { background-position: -42px -882px; }
.icon-row .cafe-independent-establishment.current a { background-position: 0 -882px; }

.icon-row .independent-establishment a, .icon-row .restaurant-independent-establishment a { background-position: -42px -924px; }
.icon-row .independent-establishment.current a, .icon-row .restaurant-independent-establishment.current a { background-position: 0 -924px; }

.icon-row .lobby a { background-position: -42px -966px; }
.icon-row .lobby.current a { background-position: 0 -966px; }

.icon-row .restaurant-airport a { background-position: -42px -1008px; }
.icon-row .restaurant-airport.current a { background-position: 0 -1008px; }

.icon-row .room-service a { background-position: -42px -1050px; }
.icon-row .room-service.current a { background-position: 0 -1050px; }

.icon-row .cafe-airport a { background-position: -42px -1092px; }
.icon-row .cafe-airport.current a { background-position: 0 -1092px; }



.icon-row .presentation a {background-position: -42px -252px; }
.icon-row .meat_quality a {background-position: -42px -42px; }
.icon-row .fruit_veg_quality a {background-position: -42px -294px; }
.icon-row .bread_quality a {background-position: -42px -630px; }
.icon-row .sauce_usage a {background-position: -42px -546px; }
.icon-row .value a {background-position: -42px -420px; }
.icon-row .ingredients_ratio a {background-position: -42px -126px; }
.icon-row .side_dishes a {background-position: -42px -798px; }
.icon-row .ambiance a {background-position: -42px -336px; }
.icon-row .overall_taste a {background-position: -42px -504px; }

.icon-row .africa.current a {background-position: 0 0; }
.icon-row .asia.current a {background-position: 0 -714px; }
.icon-row .australia.current a {background-position: 0 -672px; }
.icon-row .europe.current a {background-position: 0 -210px; }
.icon-row .north-america.current a {background-position: 0 -84px; }
.icon-row .south-america.current a {background-position: 0 -756px; }

.icon-row .airport.current a {background-position: 0 -378px; }
.icon-row .hotel.current a {background-position: 0 -168px; }
.icon-row .countryclub.current a {background-position: 0 -588px; }
.icon-row .restaurant.current a {background-position: 0 -462px; }

.icon-row .presentation.current a {background-position: 0 -252px; }
.icon-row .meat_quality.current a {background-position: 0 -42px; }
.icon-row .fruit_veg_quality.current a {background-position: 0 -294px; }
.icon-row .bread_quality.current a {background-position: 0 -630px; }
.icon-row .sauce_usage.current a {background-position: 0 -546px; }
.icon-row .value.current a {background-position: 0 -420px; }
.icon-row .ingredients_ratio.current a {background-position: 0 -126px; }
.icon-row .side_dishes.current a {background-position: 0 -798px; }
.icon-row .ambiance.current a {background-position: 0 -336px; }
.icon-row .overall_taste.current a {background-position: 0 -504px; }

.new-ratingblock .sandwich-post { clear: both; }

p.posts-empty { text-align: center; font-size: 16px; padding: 20px 10px 10px; font-weight: bold; } 

.sandwich-thumb { float: left; position: relative; }
.sandwich-thumb .score-stamp { bottom: 20px; color: #FFFFFF; font-family: 'Squada One', cursive,'HelveticaNeue',Helvetica,sans-serif; font-size: 30px; opacity: 0.8; position: absolute; right: 7px; -webkit-text-shadow: 1px 1px 1px #333333; -moz-text-shadow: 1px 1px 1px #333333; text-shadow: 1px 1px 1px #333333; }
.sandwich-details { border-bottom: 2px dotted #ddd; float: left; margin-left: 10px; width: 580px; padding-top: 5px; min-height: 76px; max-height: 100px; }
.sandwich-details.lastone { border-bottom: 0 none; }
.sandwich-details .nameloc {float: left; width: 580px;}
.sandwich-details h2 { margin-bottom: 0 !important; line-height: 16px !important; float: left; }
.sandwich-details .location { color: #aaa; font-weight: bold; float:left; }
.sandwich-details p { margin-bottom: 0 !important;}

/* 2.5 Sidebar */
#sidebar{overflow:hidden;}

#content .widget_sp_image { display: none; }
#primary .widget_sp_image img,
#content .widget_sp_image img { background: #fff; padding: 6px; -moz-box-shadow: 0 0 2px #ccc; -webkit-box-shadow: 0 0 2px #ccc; box-shadow: 0 0 2px #ccc;}

/* 2.6 Footer */
#footer { background: #161616; padding: 20px 0 40px; color:#999;}
#footer p { 
	text-align: left; 
	font-size: 12px;
	color: #fff;
}
#footer p span {
	color: #8d0500;
	font-weight: bold;
}

.socialmedia span { color: #fff; padding-left: 20px; }
#footer .social { float: right; margin-right: 35px; margin-top: -30px; }

/* 2.7 Breadcrumbs */
.breadcrumb { margin-bottom: 1.5em; }
.breadcrumb { color: #92999F; border-bottom: 1px dotted #BFC5CA;font-size: 13px; margin: 0 0 1.5em; padding-bottom: 10px; }

/* 2.8 PAGE TEMPLATE INGREDIENTS */
.page-template-page-ingredients-php .entry ul li { border-bottom: 2px dotted #EEEEEE; list-style-type: none; padding-bottom: 5px; }
.page-template-page-ingredients-php .entry ul { margin-left: 0; padding-left: 0; }
.page-template-page-ingredients-php .entry ul li a, .page-template-page-ingredients-php .entry ul li a:visited { color: #555; }
.page-template-page-ingredients-php .entry ul span { float: right; font-weight: bold; color: #6d0000; }

/* 2.9 PAGE TEMPLATE RATINGS */
th.airport { background: url("images/top-sprite.png") no-repeat scroll 0 -378px #ECECEC; }
th.hotel { background: url("images/top-sprite.png") no-repeat scroll 0 -168px #ECECEC; }
th.country_club { background: url("images/top-sprite.png") no-repeat scroll 0 -588px #ECECEC; }
th.restaurant { background: url("images/top-sprite.png") no-repeat scroll 0 -462px #ECECEC; }
th.north-america { background: url("images/top-sprite.png") no-repeat scroll 0 -84px #ECECEC; }
th.south-america { background: url("images/top-sprite.png") no-repeat scroll 0 -756px #ECECEC; }
th.asia { background: url("images/top-sprite.png") no-repeat scroll 0 -714px #ECECEC; }
th.europe { background: url("images/top-sprite.png") no-repeat scroll 0 -210px #ECECEC; }
th.africa { background: url("images/top-sprite.png") no-repeat scroll 0 0 #ECECEC; }
th.australia { background: url("images/top-sprite.png") no-repeat scroll 0 -672px #ECECEC; }
th.presentation { background: url("images/top-sprite.png") no-repeat scroll 0 -252px #ECECEC; }
th.meat_quality { background: url("images/top-sprite.png") no-repeat scroll 0 -42px #ECECEC; }
th.fruit_veg_quality { background: url("images/top-sprite.png") no-repeat scroll 0 -294px #ECECEC; }
th.bread_quality { background: url("images/top-sprite.png") no-repeat scroll 0 -630px #ECECEC; }
th.sauce_usage { background: url("images/top-sprite.png") no-repeat scroll 0 -546px #ECECEC; }
th.value { background: url("images/top-sprite.png") no-repeat scroll 0 -420px #ECECEC; }
th.ingredients_ratio { background: url("images/top-sprite.png") no-repeat scroll 0 -126px #ECECEC; }
th.side_dishes { background: url("images/top-sprite.png") no-repeat scroll 0 -798px #ECECEC; }
th.ambiance { background: url("images/top-sprite.png") no-repeat scroll 0 -336px #ECECEC; }
th.overall_taste { background: url("images/top-sprite.png") no-repeat scroll 0 -504px #ECECEC; }



/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

.single #content { margin-top: 20px; }

h1.title {
    color: #9B0606;
    float: left;
    width: 88%;
}

.learn-single h1.title {
	float: none;	
}

.single-post-date {
    background: url("images/date.png") no-repeat scroll 0 0 transparent; float: left; height: 68px; margin-right: 10px; position: relative; width: 68px; }
span.month {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 6px auto 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 68px;
}

.single .thumb-wrap { position: relative; }
.single .post .entry img.topclub { box-shadow: 0 0; position: absolute; bottom: 15px; left: 5px; }




span.day {
    color: #282828;
    display: block;
    font-family: arial,sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin: 35px auto 0;
    position: absolute;
    text-align: center;
    width: 68px;
}

.breadcrumbs { margin-bottom: 1.5em; }

.archive_header  { display: block; float: left; width: 100%; margin:0 0 30px; padding:0 0 10px; font-size: 18px; font-weight: bold; border-bottom:#e6e6e6 5px solid; }
.archive_header .catrss a  { font-size: 14px; text-decoration: none; line-height: 28px; }

.post.sticky {}

.page .title  { font:normal bold 24px/24px Arial, sans-serif; }
.post .title a:link, .post .title a:visited,
.page .title a:link, .page .title a:visited{ color:#222; }

.post-meta {margin: 1em 0 1.5em 0;font:1em/1em sans-serif;color:#999; font:11px/11px "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform: uppercase; }
.post-meta .small {text-transform:lowercase;}
.post-meta .author {text-transform: capitalize;}
.post-more { clear:both; text-transform:uppercase; border:1px solid #e6e6e6; border-width:4px 0 1px; padding:10px 0; font:11px/16px sans-serif;}
.post p.tags{color:#999; background:url(images/ico-tag.gif) no-repeat center left;padding-left:25px;width:100%;clear:both;margin-bottom:20px;}
.post-meta a:link, .post-meta a:visited, .post p.tags a:link, .post p.tags a:visited { text-decoration: underline; color:#888; }
.post-more a:hover, .post-meta a:hover, .post p.tags a:hover { text-decoration:underline; color:red;}

.post .post-embed { margin-bottom:30px; }

.post .entry img { padding: 4px;  
	-moz-box-shadow: 0 0 2px #CCCCCC;
	-webkit-box-shadow: 0 0 2px #CCCCCC;
	box-shadow: 0 0 2px #CCCCCC;
	margin-bottom: 10px;
}

.post .entry .image-frame img { padding: 0; -moz-box-shadow: 0 0; -webkit-box-shadow: 0 0; box-shadow: 0 0;  }

.post .entry img.alignnone { 
	margin: 0; border: none !important; padding: 0; 
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.post .entry img.alignleft, .post .entry img.alignright {
	border: none !important; padding: 0; 
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.entry .page-link { margin: 0 0 1.2em; }

/* 3.1 Typographic Elements */

h2.page-title {
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	padding: 39px 0;
}

#tagline {
    color: #FFFFFF;
    font-size: 22px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 50px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { margin:0 0 0.5em; line-height:1.5em; }

.entry h1 { color: #9b0606; font-family: Arial, sans-serif; font-size: 30px; font-weight: bold; border-bottom: 1px solid #E2E2E2; -webkit-box-shadow: 0 1px 1px #F6F6F6; -moz-box-shadow: 0 1px 1px #F6F6F6; box-shadow: 0 1px 1px #F6F6F6; }

.search-results .entry h1 { border-bottom: 0; line-height: 1.1em; margin-bottom: 5px; padding-top: 10px; }
.search-results .post { border-bottom: 1px solid #E2E2E2; clear: both; height: 170px;  }
.search-results .entry { margin-bottom: 10px; margin-top: 10px; }
.search-results .thumb-wrap { float: left; margin-right: 20px;}


.entry p  { margin-bottom: 1.2em; color: #282828; font-size: 12px; }

.entry h2, .entry strong { color: #642c2c; font-size: 18px !important; margin-bottom: 0.4em; }

.home .entry {  }

.box-bottom { position: absolute; width: 210px; border-top: 2px dotted #eee; bottom: 3px; }

.home .categories, .home .score { float: left; padding-top: 3px; } 

.home .categories a { font-size: 13px; }

span.categories {
    color: #282828;
    font-size: 12px;
    padding-right: 4px;
    padding-top: 3px;
}

span.score {
    background: url("images/score.png") no-repeat scroll 2px 5px transparent;
    border-left: 2px dotted #EEEEEE;
    margin-left: 5px;
    padding-left: 20px;
    padding-right: 2px;
}

span.comments {
    border-left: 2px dotted #EEEEEE;
    float: right;
    padding: 3px 3px 0;
}
span.comments a {
    background: url("images/comments.png") no-repeat scroll 0 4px transparent;
    float: right;
    padding-left: 18px;
}


.entry blockquote  { background:url(images/blockquote.png) no-repeat 0 12px; padding: 10px 20px 10px 50px; color: #444; }
.entry blockquote p  { font-style:italic; }

.entry ul  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ul ul  { margin: 0; }
.entry ul li  {	list-style-type: disc; }
.entry ul ul li  { list-style-type: circle; }

.entry ol  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ol ol  { margin: 0; }
.entry  ol li  { list-style-type: decimal; }
.entry  ol li ol li  { list-style-type: lower-latin; }

#belt .entry h1 {
	font-size: 21px;
	font-weight: bold;
	color: #dbdbdb;
	margin: 0;
	text-shadow:0 1px 0 #000;
}
#belt .entry p {
	margin-bottom: 0;
	font-size: 19px;
	font-weight: bold;
	color: #dbdbdb;
	width: 580px;
	text-shadow:0 1px 0 #000;
}
#belt .entry .alignnone {
	margin: 0 0 10px 0;
}

#belt .featured-img {
	position: absolute;
	top: -25px;
	right: 40px;
	z-index: 0;
}

.gallery { overflow: hidden; }
.gallery .image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* 3.2 Images */

img.wp-smiley  { padding: 0; border: none; }

.alignleft  { float: left; width: auto; margin: 22px 15px 15px 0; }
.alignright  { float: right; width: auto; margin: 5px 0 15px 15px; }
.aligncenter  { text-align: center; margin-bottom:15px;}
img.aligncenter  { margin-left:auto; margin-right:auto; display:block; }

.entry .gallery-caption {}

.entry .wp-caption { padding: 1px; text-align:center; background:#F8F8F8; background:rgba(255,255,255,0.7); border: solid 1px #e6e6e6; }
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry .wp-caption-text { margin:0; padding:0; font:11px/22px Arial, Helvetica, sans-serif; text-align:center; }
.entry .wp-caption.aligncenter { margin:0 auto 15px; }

/* 3.3 Pagination / WP-Pagenavi */
/*
.eggplant-pagination a:link,
.eggplant-pagination a:visited { display: inline; text-decoration: none; color: #666; padding: 3px 7px; border: 1px solid #DDDDDD; }
.eggplant-pagination span.extend, .eggplant-pagination .page-numbers { border: none; color: #666; }
.eggplant-pagination a:link, .eggplant-pagination a:visited, .eggplant-pagination a:active, .eggplant-pagination span.current { background: none repeat scroll 0 0 #BA0101; color: #890709;
	/* Border Radius */ 
/*	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.eggplant-pagination a:link, .eggplant-pagination a:visited, .eggplant-pagination a:active { background: none repeat scroll 0 0 #910101; border: 1px solid #890709; color: #FFFFFF; font-weight: bold; }
.eggplant-pagination .current, .eggplant-pagination a:hover { padding: 3px 7px; background: #EEEEEE; border: 1px solid #bbb; }
*/

.eggplant-pagination { margin: 0; text-align: center; clear: both; display: block; color: #fff; font-weight: bold; }
.search-results .eggplant-pagination { padding-top: 10px; }
.eggplant-pagination a { color: #fff;  }
.eggplant-pagination a:hover { text-decoration: none; }
.page-numbers
{
    background: #6d0609;
    background: -webkit-gradient(linear, left top, left bottom, from(#bc0101), to(#6d0609) );
    background: -moz-linear-gradient(-90deg, #bc0101, #6d0609);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bc0101', endColorstr='#6d0609');
    border: 1px solid #890709;
    padding: 3px 7px;
    /* Border Radius */ 
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.page-numbers:hover
{
    background: #bc0101;
    background: -webkit-gradient(linear, left top, left bottom, from(#6d0609), to(#bc0101) );
    background: -moz-linear-gradient(-90deg, #6d0609, #bc0101);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6d0609', endColorstr='#bc0101');
}

.page-numbers:active
{
    background: #6d0609;
}

/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.2 Generic Widgets */
.widget  { margin: 0 0 10px 0; font-size:12px; }

.widget h3  { margin: 0 0 5px; color:#6D0000; font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", "Arial", sans-serif; font-size: 21px; }
.widget p { font:12px/20px Arial, Helvetica, sans-serif; margin-bottom:15px; }

#primary .widget ul { list-style: none; }
#primary h3 { text-transform: uppercase;}
#primary .widget ul li { background: url("images/sb-li-arrow.png") no-repeat scroll 0 6px transparent; border-bottom: 1px solid #E2E2E2; -webkit-box-shadow: 0 1px 1px #F6F6F6; -moz-box-shadow: 0 1px 1px #F6F6F6; box-shadow: 0 1px 1px #F6F6F6; padding-left: 20px; }
#primary .widget ul li:last-child { border-bottom: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.widget ul li a  { /* padding: 0 0 0 5px; */ line-height: 22px; text-decoration: none; color: #000; }
.widget ul li a:hover  { text-decoration:underline; color: #6d0000; }
.widget ul ul  { padding: 0 0 0 15px; border-top: none; }

.widget_recent_comments li, #twitter li  { padding: 6px 0; line-height: 18px; border-bottom: 1px solid #eee; } /* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
.widget_recent_comments li a, #twitter a  { display: inline; padding: 0; line-height: 18px!important; background: none!important; border: none!important; } /* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */

#footer-widgets { background: url("images/bg_footer_city.png") no-repeat scroll center bottom #281F1F; border-top:1px solid #e6e6e6; color: #fff; padding:10px 0;  }
#footer-widgets .widget_block { float:left; margin-left: 10px; width: 160px; }

#footer-widgets .widget h3 { color: #a20e0e; font-family: Arial, sans-serif; font-size: 14px; font-weight: bold; }

#footer-widgets .widget_block.about_us_widget {
	margin-left: 0px;
	width: 430px;
}

#footer-widgets a { color: #fff;}

#footer-widgets .widget_text h3 { background: url("images/widget-about.png") no-repeat scroll 0 0 transparent; text-indent: 20px; }
#footer-widgets .widget_categories h3 { background: url("images/widget-categories.png") no-repeat scroll 0 0 transparent; text-indent: 20px; }
#footer-widgets .widget_recent_entries h3 { background: url("images/widget-reviews.png") no-repeat scroll 0 0 transparent; text-indent: 20px; }
#footer-widgets .widget_nav_menu h3 { background: url("images/widget-moreinfo.png") no-repeat scroll 0 0 transparent; text-indent: 20px; }

/* 4.2 Specific Widgets */

/* SEARCH FORM */
.searchform  { width: 99%; position: relative; border-color: #8B2424; border-width:3px; border-style:solid; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: #fff; }
.searchform input.s  {  padding: 8px; width:80%; margin:0; border:none; background: none; color:#777;  }
.searchform input.submit { position: absolute; top:6px; right:10px; border:none; margin:0; padding:0; }
.searchform input[type="image"] { position: relative; top: 3px; }

/* FLICKR */
.widget_woo_flickr h3  {}
.widget_woo_flickr h3 span{color:#0061D8;}
.widget_woo_flickr h3 span span{color:#FF1183;}
.widget_woo_flickr .flickr_badge_image  { float: left; margin: 3px; }

.widget_woo_flickr .wrap  { position: relative; margin-bottom: 20px; padding: 0; }
.widget_woo_flickr a img  { float: left;  margin: 0 0 8px 8px;  display: block; border: #CECFC6 1px solid; padding: 3px;}
.widget_woo_flickr a:hover img  { border:#A8AA99 1px solid; }

/* LIFESTREAM */
.widget_lifestream ul li  { border-bottom: 1px solid #e0e6e6; }
.widget_lifestream ul li a  { border:none; background:none!important; }
.widget_lifestream ul .lifestream_meta  { color: inherit; }

/* CALENDAR */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:0 0 10px;}
#wp-calendar th,#wp-calendar td{text-align:center;background:rgba(0,0,0,.05);padding:5px;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}

/* Blog Author Widget */
.widget_woo_blogauthorinfo .avatar { padding: 5px; border: 1px solid #e6e6e6; background:#F8F8F8; background:rgba(255,255,255,0.7);}
.widget_woo_blogauthorinfo .left { float:left; margin:0 10px 5px 0; }
.widget_woo_blogauthorinfo .right { float:right; margin:0 0 5px 10px; }

/* TWITTER */
.widget_woo_twitter .back { padding: 15px 25px 10px; background: #f8f8f8; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.widget_woo_twitter ul { background: none; padding-left:0; }
.widget_woo_twitter ul li { border-bottom: 1px solid #e6e6e6; padding: 10px 0px; list-style:none;}
.widget_woo_twitter ul li a { padding: 0px; }
.widget_woo_twitter ul li .time { color:#999; }
.widget_woo_twitter p { padding-top: 10px; }
.widget_woo_twitter p a { color:#222; }
.widget_woo_twitter ul li .content { font-size: 16px; font-family: Georgia, serif; }
.widget.widget_woo_twitter h3 { border-bottom:none; padding:0; margin:0; padding-bottom: 15px; }

/* 4.3 WooTabs */
#tabs {	background:#e6e6e6; height:auto; display: block; padding:5px; margin-bottom:30px; }

#tabs ul.wooTabs { padding:0px; }
#tabs ul.wooTabs li { float: left; display:inline; color: #ffffff; margin:0px; cursor: pointer; }
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover { background:#F8F8F8; text-decoration:none; }
#tabs ul.wooTabs li a {	color:#777; display: block;float: left;padding: 7px;text-transform: uppercase; font: 10px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; }

#tabs .inside { background:#F8F8F8; padding:5px;}
#tabs .inside li { background:#fff;  }
#tabs #tab-tags { padding:10px; }
#tabs .inside ul { margin:0; border: 1px solid #e6e6e6; border-width:1px 0 1px 0; list-style: none; padding-left: 0px; }
#tabs .inside li { border:1px solid #e6e6e6; border-width:0 1px 1px 1px; padding:10px; }
#tabs .inside li a { color:#555; font:bold 12px/18px Georgia, serif; padding:0; }
#tabs .inside a:hover{}
#tabs .inside li span.meta { display:block; font:11px/20px "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:uppercase; color:#777; }
#tabs .inside li img.avatar, #tabs .inside li img.thumbnail { border: 1px solid #ddd; padding: 2px;	background-color: #ffffff; float: left;	margin: 0 8px 0 0; }

#tabs { border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover { border-top-right-radius:3px; border-top-left-radius:3px; -moz-border-radius-topright:3px;	-moz-border-radius-topleft:3px;-webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius:3px; }
#tabs .inside .list { display:none; }
#tabs .inside .list:first-child { display:block; }

/* Twitter Widgets */
.widget_ed_twitter {
	margin-right: 10px;
}
.widget_ed_twitter ul {
	margin: 0;
	padding: 0;
}
.widget_ed_twitter li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	list-style: none;
	font-size: 11px;
	background: url(images/ico_border.png) repeat-x bottom left;
}
.widget_ed_twitter li:last-child {
	margin-bottom: 5px;
}
.widget_ed_twitter ul li a {
	padding: 0;
	line-height: inherit;
	text-decoration: none;
}
.widget_ed_twitter p.follow_us {
	font-size: 11px;
}

/* Homepage Widgets */
#homepage-widgets {
	background: #e5e5e5;
	border-top: 1px solid #dddddd;
	padding-top: 40px;
}
#homepage-widgets .grid_4 {
	background: url(images/bg_home_widgets.png) 280px -30px no-repeat;
}
#homepage-widgets .grid_4.last {
	background: none;
}
#homepage-widgets h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
#homepage-widgets p {
	font-size: 12px;
	color: #555555;
	line-height: 1.8;
	width: 260px;
	margin-bottom: 3px;
	text-align: justify;	
}
#homepage-widgets ul.checked {
	margin: 0;
	padding: 0;
}
#homepage-widgets ul.checked li {
	margin: 0;
	padding: 0 0 0 25px;
	font-size: 12px;
	color: #555555;
	background: url(images/ico-tick.png) 0 2px no-repeat;
	line-break: 1.8;
}
#homepage-widgets h3.tlogo {
	display: none;
}
#homepage-widgets #twitter_update_list_ {
	margin: 0;
	padding: 0;
}
#homepage-widgets #twitter_update_list_ li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #555555;
	font-size: 11px;
	border-top: 1px dotted #869cae;
	padding-top: 5px;
	margin-top: 5px;
	background: none;
}
#homepage-widgets #twitter_update_list_ li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
#homepage-widgets .widget_ed_twitter {
	margin-bottom: 0;
}
#homepage-widgets .widget_ed_twitter p {
	font-size: 11px;
}
#homepage-widgets p.follow_us {
	display: none;
}

/* Testimonial Widget */
.widget_woo_feedback {
	position: relative;
}
.widget_woo_feedback blockquote {
	background: url(images/ico-close-quotes.png) no-repeat bottom right;
	margin-bottom: 5px;
}
.widget_woo_feedback blockquote p {
	font: italic 12px/1.5 "Arial", sans-serif;
	color: #747474;
	margin-bottom: 0;
}
.widget_woo_feedback blockquote .alignleft {
	margin: 0 4px 0 0;
}
.widget_woo_feedback cite {
	font: bold 12px/1.5 "Arial", sans-serif;
	color: #404040;
}
.widget_woo_feedback .btn-prev,
.widget_woo_feedback .btn-next {
	background: url(images/btn_next_prev.png) no-repeat top left;
	width: 7px;
	height: 15px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 5px;
}
.widget_woo_feedback .btn-prev {
	right: 10px;
}
.widget_woo_feedback .btn-next {
	background-position: top right;
}

/* Side Menu */
/*
.widget_nav_menu li {
	list-style: none;
}
.widget_nav_menu li a {
	padding: 10px !important;
	display: block;
	color: #555555;
	font: bold 14px/1.2 "Arial", sans-serif;
}
.widget_nav_menu li.current-menu-item a {
	background: #e5e5e5;
	color: #a80104;
	/* Box Shadow */
	-moz-box-shadow : -2px 0px 4px 1px rgba(0,0,0,.1);
	-webkit-box-shadow: -2px 0px 4px 1px rgba(0,0,0,.1);
	box-shadow: -2px 0px 4px 1px rgba(0,0,0,.1);
}
*/

/* Contact Us Widget */
.widget_ed_contactus {
	margin-right: 10px;
}
.widget_ed_contactus h3 { font-size: 12px; }
.widget_ed_contactus ul, .widget_ed_contactus li, .widget_ed_contactus ul li a { margin: 0; padding: 0; list-style: none; }
.widget_ed_contactus ul li {
	border-bottom: 1px #afafaf dotted;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.widget_ed_contactus ul li.facebook {
	background: url(images/ico-facebook.png) no-repeat 0 2px;
	padding-left: 30px;
}
.widget_ed_contactus ul li.twitter {
	background: url(images/ico-twitter.png) no-repeat 0 2px;
	padding-left: 30px;
}
.widget_ed_contactus ul li.email {
	background: url(images/ico-mail-send.png) no-repeat 0 2px;
	padding-left: 30px;
}

/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */
#comments {position:relative;margin:40px 0 0;padding:40px 0 0 0; border-top:1px solid #e6e6e6; border-top:1px solid rgba(0,0,0,0.07);}
#comments h3  { color:#333; font-weight:normal; margin-bottom:20px; }
#comments .comment.thread-even { background: #fafafa; background: rgba(0,0,0,0.02); border-bottom:1px solid #e6e6e6; border-bottom:1px solid rgba(0,0,0,0.07); }
#comments .comment{margin-top:10px;width:100%;list-style-type:none;}
#comments .bypostauthor {}
#comments .comment .comment-container  { position:relative; padding: 20px; }
#comments .comment-head  { margin: 0 0 15px 0; }
#comments  .avatar  { float:left; margin: 0 15px 10px 0; }
#comments  .avatar img{margin: 0;vertical-align: middle;border:1px solid #ddd; padding:3px; background:#fff; }
#comments .comment-head .name  { margin: 0; font-weight: bold; font-size: 15px; }
#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma { font-size: 11px; }
#comments .comment-entry p  { margin: 0 0 10px 0;}
#comments .reply { padding-top:10px; }
#comments .reply a { -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; background:#FFFFFF; color:#555555 !important; text-shadow:none; }
#comments .reply a:hover { background:#fafafa; }

#comments ul.children{margin:10px 10px 0 25px;padding:0; }
#comments ul.children li {border-top:1px solid #e6e6e6; }
#comments .cancel-comment-reply{margin:10px 0;}

#comments .navigation {}
#comments .navigation a{ display: block; margin: 15px 0 0 0; text-decoration: none; }
#comments .navigation a:hover{}

#comments h3#pings { margin-top:25px; }
#comments .pingbacks li.pingback { margin:10px 0; }
#comments .pingbacks li.pingback .reply { display:none; }

/* 5.2 Comments Form */
#respond {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    margin: 40px 0 0;
    padding: 20px;
}
#respond h2 { border-bottom: 1px solid #E2E2E2; box-shadow: 0 1px 1px #F6F6F6; color: #642C2C; font-size: 18px !important; margin-bottom: 0.4em; }
#respond #reply-title small { display: block; font-size: 14px; margin-top: 5px; }
#respond .left { float:left; width:200px; margin-right:15px; }
#respond .right { float:left; width:380px; }
#respond label {
    color: #282828;
    float: left;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
#respond label span { text-transform: lowercase; font-weight: normal; }

#commentform  {	margin: 15px 0 0 0;  }
#commentform input.txt, #commentform textarea { font:14px/14px Arial, Helvetica, sans-serif; border-color: #aaa; border-width:1px; border-style:solid; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; width: 98%; background: #fff;
    color: #939393;
    margin: 0 5px 10px 0;
    padding: 5px 7px;
}


#commentform textarea  {  font-size: 12px; line-height: 1.4; }

/* 5.3 Pingbacks / Trackbacks */
h3#pings  { margin: 25px 0 10px 0; }
.pinglist li  { margin: 0 0 0 20px; list-style-type: decimal; }
.pinglist li .author  { font-weight: bold; font-size: 15px; }
.pinglist li .date  { font-size: 11px; }
.pinglist li .pingcontent  { display: block; margin: 10px 0;}

/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/

/* 6.1 Buttons */
#respond .button {
    background: url("images/respond-submit.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF !important;
    display: block;
    font-weight: bold; font-size: 14px; 
    height: 34px;
    text-align: center;
    text-shadow: 0 1px 0 #000000;
    width: 95px;
    border: 0 none; padding-bottom: 6px;
} 
.button.small {
	background: url(images/btn_small_red.png) no-repeat;
	width: 90px;
	height: 22px;
	padding: 9px 0;
	font: normal 12px/1 "Arial", sans-serif;
	text-shadow: none;
}
#belt .button {
	margin-top: 10px;
}
.button:hover { text-decoration: none; }
.button:active, .reply a:active, #respond .form-submit input#submit:active { top: 1px; }
.button:hover, .reply a:hover, #respond .form-submit input#submit:hover { opacity:0.9; }

/* 6.2 Gravity forms */
.gfield { margin-bottom: 10px; }
.gform_wrapper {
	background: #f1f1f1;
	border: 1px solid #cccccc;
	padding: 20px;
}
.gform_wrapper .top_label .gfield_label { 
	display:block;
	font: normal normal normal 12px Arial, sans-serif; 
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="phone"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
	font-size: 12px !important;
	border: 1px solid #aaaaaa;
	padding: 7px 5px !important;
	width: 98% !important;
}
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea { 
	width: 98% !important; 
	padding: 7px 3px !important;
	border: 1px solid #aaaaaa;
}
.gform_wrapper .gform_footer {
	padding: 0 !important;
	margin: 0 !important;
}
.gform_button {
	border: none;
	height: 45px;
}
.gform_edit_link {
	display: none;
}
/* 6.3 Subscribe & Connect */
#connect { text-align: right; }
#main #connect .col-left, #connect .col-right { width:48%; }
#connect h3 { margin-bottom: 10px; }
#connect p { margin: 0 0 1em; }
#connect .newsletter-form { margin: 0 0 1em; }
#connect .newsletter-form .input {  }
#connect .newsletter-form .email { width:140px; }
#connect .newsletter-form .submit { cursor:pointer; padding: 3px 5px; margin:0 0 0 5px; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; }
#connect .social { }
#connect .social a { opacity:0.8; }
#connect .social a:hover { opacity:1; }
#connect .related-posts { border-left:1px solid #e6e6e6; padding-left:15px; }
#connect .related-posts ul { list-style: outside disc; margin:5px 0 5px 15px; }
.widget #connect { background: none; padding: 0; border:none; }
.widget #connect .fl, .widget #connect .fr { float:none; }

/* 7. Special styles for IE6 */
body.ie6 { background: #fff; font-family: "微软雅黑", "黑体", Helvertica, Arial, sans-serif; }
body.ie6 #wrapper { background: #fff; height: 82px; }
body.ie6 #logo    { padding-top: 60px; text-align: center; }
body.ie6 #content { background: #fff; padding: 50px 0 100px; }
body.ie6 #content h1, body.ie6 #content h2 { font-family: "微软雅黑", "黑体", Helvertica, Arial, sans-serif; }
body.ie6 #content h1 { margin-bottom: 20px; font-size: 20px; font-weight: bold; }
body.ie6 #content h2 { color: #999; font-size: 16px; font-weight: bold; }
body.ie6 #content ul { padding-left: 40px; }
body.ie6 #content ul li { list-style-type: disc; }

#container .clear {
    min-height: 10px;
}

/* ------- Fluid Columns ------- */
.one_half{ width:46%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

/* 1.5 Table Styles */
table {
	width: 100%;
	/* border: 1px solid #c9c9c9; */
	background: #f7f7f7;
	box-shadow: 0 0 0 0.27em rgba(0, 0, 0, 0.015);
	-webkit-box-shadow: 0 0 0 0.27em rgba(0, 0, 0, 0.015);
	-moz-box-shadow: 0 0 0 0.27em rgba(0, 0, 0, 0.015);
	-o-box-shadow: 0 0 0 0.27em rgba(0, 0, 0, 0.015);
}

.single table { border: 0 none; }

table.column-1, table.column-2 {
	margin: 0;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	margin-bottom: 20px;
	padding: 10px 20px;
	width: 50%;
}

table.column-1 {
		
}
table.column-2 {
		
}

table.table-col-float {
    border: 1px solid #C9C9C9;
    display: block;
    float: left;
    margin-right: 15px; margin-top: 10px;
    overflow: hidden;
    padding-bottom: 20px;
    width: 330px;
}

.page-template-page-ratings-php table.table-col-float { min-height: 350px; }

table.table-col-float.omega {
	margin-right: 0; float: right;	
}
table th, table td {
	border-bottom: 2px dotted #eee;
	padding: .618em;
}
.page-template-page-ratings-php table td { border-bottom: 0 none; }
.page-template-page-ratings-php tr { border-bottom: 2px dotted #eee; height: 60px; }
.page-template-page-ratings-php tr.titlerow { height: 42px; }

table td.center { border-bottom: 0 none; }

table th {
	background: #ececec; width: 330px;
}
table th.table-title { text-align: left; color: #282828; font-family: Arial,sans-serif; font-size: 15px; font-weight: bold; text-align: left; }
.page-template-page-ratings-php table th.table-title { padding-left: 42px; }
td, td img { vertical-align: top; }

table td.value {
	color: #9b0606;
	font-weight: bold;
	font-size: 14px; float:right;
}

.ratingblock {
    border: 1px solid #C9C9C9;
    display: block; margin-bottom: 20px;
    overflow: hidden;
}

.ratingblock a:hover {
	text-decoration: none;
}

table .name strong { color: #282828; font-size: 14px !important; font-weight: bold; }
table .name { color: #282828; font-size: 14px !important; }
.single table .name { width: 40%; }
table .value { color: #9b0606; font-size: 14px !important; font-weight: bold; }

/* The attribute table */
table.shop_attributes td p:last-child {
  margin-bottom: 0;
}