﻿/*
	Theme Name: Gherkin Shopping Network
	Theme URI: http://www.gherkinshopping.co.uk/
	Description: A Datafeedr optimised theme for WordPress.
	Version: 1.2
	Author: Gherkin Shopping
	Tags: 

	Copyright ©2010 Gherkin Shopping, a Division of Gherkin Domains Ltd. All Rights Reserved.
*/


/* MASS 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,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
body{font:13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:disc}li{} p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}a{ text-decoration:none;}


/* DEFAULT HTML ELEMENTS */
body {
	background: #356aa0;
	font-size: 12px;
	margin: 10px 0px;
}

a {
	color: #12355b;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #12355b;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	margin: 0px;
}

h2 {
	font-size: 18px;
	margin: 0px;
}

h3 {
	font-size: 14px;
	margin: 0px;
}

h4 {
	font-size: 12px;
	margin: 0px;
}

input[type=text] {
	border: 1px solid #ccc;
}

p {
	text-align: justify;
}

textarea {
	border: 1px solid #ccc;
}

ul, li {
	list-style: none;
	margin: 0px;
}


/* WORDPRESS ELEMENTS */
h2.widgettitle {
	background: #79aee4;
	color: #12355b;
	font-size: 14px;
	padding: 3px 0px;
	text-align: center;
	*text-indent: -16px;
}

.entry li {
	list-style: disc;
	margin-bottom: 10px;
	margin-left: 30px;
}

.textwidget {
	margin-top: 20px;
	*margin-top: -8px;
}

.textwidget a img {
	display: block;
	margin: 0px auto;
}


/* MISC CLASSES */
.a2a_kit .a2a_button_facebook_like {
	width: 75px;
}

.a2a_kit .a2a_button_twitter_tweet {
	width: 94px;
}

.a2a_kit .a2a_button_twitter_tweet, x:-moz-any-link {
	width: 90px;
}

.advert {
	margin-bottom: 10px;
}

.bookmark {
	height: 25px;
	width: 180px;
}

.clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
	width: 0px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}


/* STRUCTURE */
#header, #banner, #headernavbar, #pagetop, #wrapper, #pagebottom, #footer, #partners {
	margin: 0px auto;
	width: 900px;
}

#leftcol, #maincol, #maincol-2, #blogcol, #storecol, #rightcol {
	float: left;
	margin: 0px 10px;
}


/* HEADER */
#header {
	margin-bottom: 10px;
}

#header h1 {
	margin-top: 4px;
}

#header h1 a {
	color: #fff;
	font-family: 'Yanone Kaffeesatz', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 25px;
	letter-spacing: 0.01em;
	text-decoration: none;
}

#header h1 a:hover {
	color: #fff;
}

#header h2 {
	color: #79aee4;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.04em;
	margin-top: -8px;
}

#header .a2a_kit {
	height: 21px;
}

#header .bookmark {
	margin-top: 0px;
}


/* LOGO */
#logo {
	margin-right: 10px;
}


/* SEARCH */
#search {
	background: #12355b;
	height: 35px;
	margin-top: -35px;
	padding-left: 10px;
	width: 390px;
}

#search h3 {
	color: #fff;
	float: left;
	font-weight: normal;
	padding-top: 7px;
	width: 110px;
}

#search input[type=image] {
	padding-left: 10px;
	padding-top: 7px;
}

#search input[type=text] {
	background-color: #24507f;
	border: none;
	color: #fff;
	float: left;
	height: 18px;
	margin: 6px 0px;
	padding: 4px 0px 2px 8px;
	width: 230px;
}


/* BANNER */
#banner {
	margin-bottom: 10px;
}


/* HEADER NAVIGATION BAR */
#headernavbar {
	background: #12355b;
	height: 40px;
	margin: 10px auto;
}

#headernavbar li {
	float: left;
}

#headernavbar li a {
	border-right: 1px solid #79aee4;
	color: #fff;
	display: block;
	padding: 11px 15px;
	text-decoration: none;
}

#headernavbar li a:hover {
	background: #79aee4;
	color: #12355b;
}


/* PAGE TOP */
#pagetop {
	background: #fff;
	height: 10px;
}


/* WRAPPER */
#wrapper {
	background: #fff;
}


/* LEFT COLUMN */
#leftcol {
	width: 180px;
}


/* LEFT SIDEBAR */
#leftsidebar h2 {
	padding: 3px 0px 3px 15px;
	text-align: left;
}

#leftsidebar li {
	margin-bottom: 20px;
}

#leftsidebar li a {
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 4px 0px 4px 10px;
}

#leftsidebar li h2 a {
	border: 0px;
	cursor: text;
	padding: 0px;
	text-decoration: none;
}

#leftsidebar li ul li {
	margin: 0px;
}

#leftsidebar .textwidget a {
	border: 0px;
	margin-bottom: 10px;
	padding: 0px;
}


/* PRODUCT FINDER */
#productfinder h2.widgettitle a img {
	cursor: pointer;
	float: right;
	margin-right: 5px;
	margin-top: -18px;
}

#productfinder select {
	border: 1px solid #ccc;
	margin-top: 10px;
	width: 100%;
}


/* CATEGORIES */
#categories li ul li a {
	background: url(images/bullet.png) left center no-repeat;
	padding: 4px 0px 4px 32px;
}


/* SUB CATEGORIES */
#subcategories li, #subcategories1 li, #subcategories2 li, #subcategories3 li, #subcategories4 li, #subcategories5 li {
	background: url(images/bullet_short.png) left center no-repeat;
	border-bottom: 1px solid #ccc;
	padding: 4px 0px 4px 25px;
}

#subcategories li a, #subcategories1 li a, #subcategories2 li a, #subcategories3 li a, #subcategories4 li a, #subcategories5 li a {
	border: 0px;
	display: inline;
	padding: 0px;
}


/* SPECIAL OFFERS */
#specialoffers h4 a {
	border: 0px;
	color: #555;
	padding: 4px 2px 0px 2px;
}

#specialoffers h4 a:hover {
	color: #555;
}

#specialoffers p {
	color: #666;
	line-height: 14px;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 2px;
}


/* BLOG SIDEBAR */
#blogsidebar form#searchform {
	margin-top: 4px;
}

#blogsidebar form#searchform input[type=submit] {
	margin-left: 1px;
	margin-top: 9px;
}

#blogsidebar form#searchform input[type=text] {
	margin-left: 2px;
	margin-top: 4px;
	width: 173px;
}

#blogsidebar form#searchform label {
	padding-left: 2px;
	padding-top: 4px;
}

#blogsidebar h2 {
	padding: 3px 0px 3px 15px;
	text-align: left;
}

#blogsidebar li {
	margin-bottom: 20px;
}

#blogsidebar li a {
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 4px 0px 4px 10px;
}

#blogsidebar li ul li {
	margin: 0px;
}

#blogsidebar .widget_tag_cloud a {
	border: 0px;
	display: inline;
	padding: 0px;
}


/* MAIN COLUMN - Three Column Layout */
#maincol {
	width: 480px;
}

#maincol h1 {
	color: #555;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#maincol h2, #maincol h3 {
	color: #555;
	margin-bottom: 10px;
}

#maincol .introduction {
	color: #555;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#maincol .introduction h1 {
	float: left;
}


/* MAIN COLUMN 2 - Two Column Layout */
#maincol-2 {
	width: 670px;
}

#maincol-2 h1 {
	color: #555;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#maincol-2 h2, #maincol-2 h3 {
	color: #555;
	margin-bottom: 10px;
}

#maincol-2 .introduction {
	color: #555;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#maincol-2 .introduction h1 {
	float: left;
}


/* MERCHANTS */
#merchants table {
	margin: 0px;
	margin-bottom: -12px;
	margin-left: 5px;
}

#merchants.maincol table {
	width: 435px;
}

#merchants.maincol-2 table {
	width: 625px;
}

#merchants.shopbybrand table {
	margin: 0px auto;
}

#merchants table td {
	text-align: center;
	width: 145px;
}

#merchants table td img {
	border: 1px solid #ccc;
}

#merchants table tr {
	height: 80px;
}


/* VOUCHERS */
#vouchers table {
	margin: 0px;
	margin-top: -10px;
}

#vouchers table td {
	vertical-align: middle;
}

#vouchers table td img {
	border: 1px solid #ccc;
}

#vouchers table td.logo {
	text-align: center;
	width: 145px;
}

#vouchers table tr {
	height: 80px;
}


/* BLOG COLUMN */
#blogcol {
	width: 670px;
}

#blogcol form#searchform {
	margin-top: 10px;
}

#blogcol form#searchform input[type=text] {
	width: 268px;
}

#blogcol h1 {
	color: #555;
	font-size: 18px;
	font-weight: bold;
}

#blogcol h2 {
	color: #555;
}

#blogcol p {
	margin-bottom: 14px;
}

#blogcol p.bio {
	margin-top: 5px;
}

#blogcol p.postmetadata {
	color: #666;
}

#blogcol .a2a_kit {
	height: 21px;
	margin-top: -23px;
}

#blogcol .bookmark a {
	padding: 0px;
}

#blogcol .navigation {
	display: block;
	margin-bottom: 35px;
	margin-top: 10px;
}


/* STORE COLUMN */
#storecol {
	width: 670px;
}

#storecol h1 {
	color: #555;
	font-size: 18px;
	font-weight: bold;
}

#storecol h2 {
	color: #555;
}

#storecol .categorytitle {
	color: #555;
	font-size: 18px;
	font-weight: bold;
}

#storecol .categorytitle h1 {
	float: left;
}


/* RIGHT COLUMN */
#rightcol {
	width: 180px;
}


/* PAGE BOTTOM */
#pagebottom {
	background: #fff;
	height: 10px;
}


/* FOOTER */
#footer {
	background: #fff;
	height: 42px;
	margin-top: 10px;
}


/* FOOTER NAVIGATION BAR */
#footernavbar li {
	float: left;
}

#footernavbar li a {
	display: block;
	margin: 12px 10px 0px 15px;
}


/* COPYRIGHT */
#copyright {
	margin-right: 10px;
	margin-top: 12px;
}

#copyright a {
	color: #12355b;
	font-weight: normal;
	text-decoration: none;
}

#copyright a:hover {
	color: #12355b;
}


/* PARTNERS */
#partners {
	height: 12px;
	margin-top: 6px;
}

#partners li {
	float: left;
	font-size: 11px;
}

#partners li.divider {
	margin: -1px 5px 0px 5px;
}

#partners li.space {
	width: 5px;
}

