/*
Theme Name: West Down Village
Theme URI: http://www.jgsolutions.co.uk
Author: James Godfrey
Author URI: http://www.jgsolutions.co.uk
Description: West Down Template
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: westdown
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
	font-family: 'Lora', serif;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* 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}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}a {text-decoration:none;}

.clear{clear:both}
.right {float:right;}
.left {float:left;}

table {
	margin:0 auto;
}


/******************
 *	OVERALL		  *
 ******************/ 
body {
	background: url(images/bg.jpg) repeat;
	margin: 0 auto;
	font-size:13px;
	color:#333333;
	font-size:13px;
	line-height:140%;
}

#overall-container {
	margin: 0 auto;
	width: 1088px;
	overflow: hidden;
}

#inner-container {
	margin: 10px 20px;
	width: 1088px;
	overflow: hidden;
}

#wrapper-top {
	background:url(images/shadow.png) no-repeat center;
	width:1000px;
	height:15px;
	margin:0 auto;
}
	
	
#wrapper-header {
	width: 1000px;
	margin: 0 auto;
	padding: 8px 8px 0 8px;
	background:#fff;
	clear:both;
	overflow:hidden;
}

#wrapper {
	width: 1000px;
	margin: -20px auto 0 auto;
	padding: 8px;
	background:#fff;
	clear:both;
	overflow:hidden;
}

#wrapper-foot {
	background:url(images/shadow-2.png) no-repeat center;
	width:1000px;
	height:15px;
	margin:0 auto;
}

p {
	margin:5px 0 11px 0;
	line-height:1.4em;
	font-size:1.2em;
}

div.textwidget {
	line-height:160%;
	font-size:1.2em;
}

div.textwidget p {
	font-size: 1em;
}

div.wp-forecast {
	position: absolute;
	top: 17px;
	left: 780px;
	height: 150px;
}

/******************
 *	HYPERLINKS	  *
 ******************/ 
a, a:visited, a:active {
	color: #276986;
}

a:hover {
	color: #6AADCA;
}


/******************
 *	HEADER		  *
 ******************/ 
#header {
	margin:0 auto;
	width:1000px;
	padding: 0;
	background:url(images/header-bg.gif) no-repeat;
	height:150px;
	overflow: hidden;
	position: relative;
}

h1.logo {
	width: 341px;
	height: 70px;
	margin: 40px auto;
}

h1.logo a {
	width: 341px;
	height: 70px;
	text-indent: -999em;
	display: block;
	background: url('images/logo.png') no-repeat;
}

#upper-right {
	float:right;
	text-align:right;
}


#upper-left {
	float:left;
	text-align:left;
}

.centre-content-box {
	background: url('images/centre-banner.gif') repeat-y;
	width: 1000px;
	height: auto;
	margin: 10px 0 0 0;	
}

div.stamp_wd {
  position: absolute;
  top: 21px;
  left: 71px;
}



/******************
 *	MENU		  *
 ******************/ 
div.menu {
	margin: 0px auto;
	clear:both;
	height:64px;
	background:url(images/nav-bg.png) no-repeat;
	width:1088px;
	position:relative;
	z-index:50;
	
}

.menu-top-navigation-container {
	margin:0 40px;
	padding:3px 0 0 0;
	clear:both;
	overflow:hidden;
}

div.menu .current a, div.menu li.current_page_item a, li.current-menu-item a {
/*	background:#32a856!important;*/
	background: #21769b;
}


div.menu ul {
	list-style: none;
	display:inline;
	margin: 0px 0 0 1px;
	padding: 0;
	float:left;
}

div.menu li {
	float: left;
	margin: 0;
	padding: 0;
}

div.menu ul li {
	padding: 0;
	list-style: none;
}

div.menu li a, div.menu li a:link, div.menu li a:visited {
	margin: 0;
	padding: 13px 21px;
	color: #fff;
	display: block;
	font-size: 1.2em;
	font-style:normal;
	text-decoration:none;
	border-right:1px solid #6aadca;
	text-transform: uppercase;
	
}

uldiv.menu-top-navigation > li:last-child a { 
border-right:none;
}

div.menu li a:hover, div.menu li:hover, div.menu ul li.current-menu-ancestor, div.menu ul li.current-menu-item {
	color:#fff;
	background: #21769b !important;
}

div.menu li li a, div.menu li li a:link, div.menu li li a:visited {
	float: none;
	margin: 0;
	padding: 12px 0 12px 12px;
	color: #fff;
	background:none;
	border: none;
	border-bottom: 2px dotted #D0E5ED;
}

div.menu li li a:active {
	color: #fff;
	background:none;
}
	

div.menu li li a:hover {
	color: #b6e8ca;
	margin: 0;
	padding: 12px 0 12px 12px;
	background:#21769b;
}

div.menu li ul {
	z-index: 9999;
	position: absolute;
	height: auto;
	width: 150px;
	margin: 0;
	padding: 0;
	left: -999em;
}

div.menu li li {
	border: none;
	margin:0 0 0 0px;
}

div.menu li ul a {
	width: 195px;
}

div.menu li ul a:hover, div.menu li ul a:active {
	color: #fff;

}

div.menu li ul ul {
	margin: -52px 0 0 204px !important;
	border: none;
}

div.menu li:hover ul ul, div.menu li:hover ul ul ul, div.menu li.sfhover ul ul, div.menu li.sfhover ul ul ul {
	left: -999em;
}

div.menu li:hover ul, div.menu li li:hover ul, div.menu li li li:hover ul, div.menu li.sfhover ul, div.menu li li.sfhover ul, div.menu li li li.sfhover ul {
	left: auto;
}

div.menu li:hover, div.menu li.sfhover {
	position: static;
}

div.menu ul li ul {
	width:207px;
	background:url(images/sub-menu-bkg.png) repeat;
	margin:0px 0 10px 0px;
	box-shadow: 2px 4px 5px #666;
}


div.menu ul li ul li {
	background:none;
}

div.menu ul li ul li a {
	text-shadow:none;
}

/******************
 *	HOMEPAGE	  *
 ******************/ 

#hero-span {
	width:1000px;  
	height:315px;
	margin: -5px auto 0 auto;
	padding:0;
}


#content-lower {
	clear:both;
	overflow:hidden;
}

.brands-widget-box, .search-widget-box, .links-widget-box {
	float:left;
	background:url(images/home-widget-bg.gif) repeat-x;
	margin:8px 0 0 0;
	width:308px;
	height:115px;
	overflow:hidden;
	padding:10px;
}
.search-widget-box h3{
	display: none;
}


.brands-widget-box, .search-widget-box {
	margin:8px 8px 0px 0;
}

.brands-widget-box h3 {
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
}
.brands-widget-box .textwidget {
	clear: both;
	overflow: hidden;
	text-align:center;
}
.brands-widget-box img {
	clear:left;
	text-align:center;
	padding:3px 10px;
}


.search-widget-box h3 {
	color:#fff;
	font-size:36px;
	letter-spacing:1px;
	margin: 7px 12px 1px 12px;
}

.search-widget-box p {
	margin: 7px 0 0 0;
	line-height:15px;
	color: #1f1f1f;
}

a.button {
	background:url(images/search-bg.png) no-repeat;
	width:130px;
	height:30px;
	padding: 8px 0 8px 8px;
	margin: 8px 0 0 0;
	float: right;
	color: #1f1f1f;
	text-align:center;
}

.links-widget-box h3 {
	display:none;
}


.links-widget-box ul li {
	background:url(images/diamond.png) no-repeat left;
	padding:9px 5px 8px 35px;
	margin:0 5px 5px 5px;
	list-style:none;
	border-bottom: 2px dotted #cde3ec;
}
.links-widget-box ul li.no-border {
	border: none;
}

.links-widget-box ul {
	margin:0;
}

.links-widget-box ul li a {
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:2px;
}


/******************
 *	CONTENT		  *
 ******************/ 

#content-wrap {
	width:1000px;
	margin:10px auto;
	clear:both;
	overflow:hidden;
	border-bottom: 2px dotted #cedfd3;
	padding-bottom: 15px;
}


#content {
	margin: 10px 0 10px 10px;
	float:left;
	width:620px;
	z-index:5;
	position:relative;
}

#content img {
	padding:5px 0 30px 0;
}

#content-home {
	margin: 0px 0 20px 20px;
	float:left;
	width:620px;
}


.byline {
	padding: 10px 0 15px 0;
	display:none;
}

.author {
	text-transform: uppercase;
}


#contentbox, .contentbox {
	font-size:13px;
	margin:0px 0;
	width:660px;
	float:left;
}

h1 {
	font-size:28px;
	color:#276986;    
	margin:10px 0;
	font-weight:normal;
	line-height:40px;
}

.widget_container h3, h2, h2 a {
	font-size:29px;
	color:#48660F;    
	margin:10px 0 20px 0;
	font-weight:bold;
	line-height:32px;
	border-bottom: 1px solid #a3b290;
  	border-top: 1px solid #a3b290;
	padding: 3px 0;
}

h2.smaller_heading {
	font-size: 17px !important;
}


h2 a {
	border: none;
}

#accordion h2 {
	font-size:13px;
	color:#fff;    
	margin:0;
	font-weight:bold;
	width:595px;
	background:url(images/h2-bg.gif) no-repeat center #60ae8b;
	border-bottom:1px solid #fff;
	padding:8px 20px 8px 5px;
	line-height:17px;
}

.ui-accordion-content-active {
	margin:10px;
}


#accordion h2.ui-state-active {
	background:url(images/h2-bg-active.gif) no-repeat #71ba9d;
}

#accordion {
	margin:15px 0 0 0;
}

h3, h3 a {
	font-size:15px;
}

h4 {
	color:#48273f;
	font-size:16px;
	margin:10px 0 0 32px;
}

.superscript {
	font-size:xx-small;
	vertical-align: top;
}

h6 {
	display:none;
}

/*******************
    GALLERY
********************/

.gallery {
	clear:both;
	overflow:hidden;
}

#gallery img, .gallery img {
	width: 190px;
	height: 175px;
	float: left;
	margin: 2px;
	border: 1px solid #eaeaea;
	padding: 0;
}
#gallery br, .gallery br {
	display: none;
}
#gallery p.label {
	clear: none;
	display: inherit;
	font-weight: normal;
	text-transform: uppercase;
	width: 194px;
	float: left;
	padding: 0 6px;
	text-align: center;
	font-size: 12px;
	line-height: normal;
}
/******************
 *	ENTRY		  *
 ******************/ 
.entry {
	line-height: 18px;
	margin: 0;
	padding: 0;
}

.entry p {
	margin:10px 0 30px 0;
	padding: 0;
	font-size:13px;
}

.entry img {
	margin: 0;
	padding: 0;
	border:none;
}

.entry ul {
	margin:0 0 20px 0;
}

.entry ul li {
	list-style: url(images/arrow.gif) inside;
	margin: 0px 0 0 10px;
	padding: 5px 0 0px 0px;
}

.entry ul li a {
	font-size:13px;
}

.entry ul li ul li {
	padding: 0;
	margin: 0;
}

.entry ol li {
	list-style: decimal;
	padding: 0;
	margin: 15px 0;
	background: none;
}




.entry h2 {
	font-size: 14px;
	font-weight: bold;
	color: #005030;
	text-decoration:none;
	margin: 0 ;
	text-transform:none;
}

.entry h3 {
	font-size: 16px;
	color: #006bb7;
	padding: 10px 0;
	text-indent: 0;
	margin: 0px 0 0px 0;
	text-transform:uppercase;
}

.entry h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	line-height: 16px;
	height: auto;
	padding: 5px 0 5px 0;
	color: #555;
	text-indent: 0;
}

.entry h5 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	line-height: 16px;
	height: auto;
	padding: 5px 0 5px 0;
	color: #555;
	text-indent: 0;
}

.entry h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	line-height: 16px;
	height: auto;
	padding: 5px 0 5px 0;
	color: #555;
	text-indent: 0;
}

/******************
 *	ENTRY META    *
 ******************/ 
.entryfooter {
	margin: 0px 0 0 0;
	padding: px 0;
	font-size: 13px;
	text-transform: uppercase;
	text-align:right;
	color: #006bb7;
}


.entryfooter a {
	color: #006bb7!important;
}

.link {
	background: #fff url(images/plink.gif) no-repeat 0 -1px;
	margin: 0 0 0 10px;
	padding: 0 0 0 18px;
}

.comments {
	background: #fff url(images/comment.gif) no-repeat 0 -1px;
	margin: 0 0 0 10px;
	padding: 0 0 0 18px;
}

.meta {
	background:none;
	border-top: 1px dotted #333;
	padding:  10px 0 0 0;
	font-size: 13px;
	margin:10px 0;
	text-align: right;
}

.meta a:link, .meta a:visited {
	color: #006bb7;
}

.meta a:hover {
	color: #006bb7;
}


/******************
 * IMAGES		  *
 ******************/ 

div.content img, ul.wGallery li a img {
	border:1px solid #ccc !important;
	padding: 1px !important;
	border-radius: 4px 4px 4px 4px;
	overflow: hidden;
}

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}
	
img.alignnone {
	margin: 0 ;
	display: inline;
}

img.alignright {
	margin: 0 0 10px 15px;
	padding: 0;
	display: inline;
}

img.alignleft {
	margin: 0 10px 10px 0;
	padding: 0px;
	display: inline;
}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

#gallery .alignleft {
	margin:0 4px 10px 0;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
	
.wp-caption {
	background: #f7f7f7;
	text-align: center;
	padding: 2px;
	border: 1px solid #e6e6e6;
	width: 190px!important;
}

.wp-caption img {
	margin: 0 0 5px 0;
	padding: 0px!important;
	border: 0px;
	width: 190px;
}

.wp-caption p.wp-caption-text {
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

.no-break br{
	display: none;
}
/******************
 *	AUCTION LINKS   	  *
 ******************/ 
 
 .auction-links p {
	 background:url(images/auctionlink-bg.gif) no-repeat;
	 width:250px;
	 padding:25px 0 10px 10px;
	 height:22px;
 }
 
  .auction-links a {
	  font-size:18px;
	  color:#fff;
  }


/******************
 *	SIDEBAR   	  *
 ******************/ 
#sidebar {
	background: none;
	float: right;
	width: 320px;
	margin: 20px 10px;
	padding: 10px;
	border-left:2px dotted #d0e5ed;
}


#sidebar-home {
	background: none;
	float: right;
	width: 320px;
	margin: 0px 10px;
	padding: 10px;
}

#sidebar .box {
	margin: 0;
	padding: 0 20px;
	color: #333;
}

#sidebar .box a {	
	color: #000;
	text-decoration:underline;
	line-height:16px;
}

#sidebar .box a:hover {
	color: #f8a137;
}

.sidebar-box-content {
	background:url(images/sidebar-pod-bg.gif) repeat-x;
	width:270px;
	margin: 0;
	min-height:125px;
}

.menu-sidebar-container {
	background:#ccc;
}

.menu-sidebar-container ul li {
	padding:8px!important;
	margin:0!important; 
	background:url(images/sidebar-div.png) bottom no-repeat;
	text-transform:uppercase;
	list-style:disc inside;
}

.menu-sidebar-container ul li a {
}
	

#sidebar h2 {
	margin: 0;
	padding: 0px;
	width:300px;
	height:48px;
	background:url(images/sidebar-h2-bg.gif) no-repeat;
}

#sidebar h2 a{
	color:#fff;
	padding:0px 0 0 20px;
	font-style:normal;
	margin:20px 0 0 0;
	font-weight:normal;
	font-size:18px;
	line-height:42px;
}


.widget {
	margin: 0;
	padding: 0;
	font-size:13px;
}

.leftwidget {
	float: left;
	width: 143px;
	margin: 0;
	padding: 0;
}

.rightwidget {
	float: right;
	width: 145px;
	margin: 0;
	padding: 0;
}



#sidebar h4 {
}

#sidebar p, #sidebar-home p {
	color:#333;
}

.sidebar-forms {
	background:url(images/sidebar-forms-bg.gif) no-repeat;
	width:270px;
	height:42px;
	padding:20px 0 0 0;
}

.sidebar-forms a {
	padding:0px 0 0 20px;
	font-size:20px;
	text-decoration:none;
	color:#18775c;
}

.sidebar-img {
	border:10px #A19583 solid;
	margin:0 0 10px 0;
}

#sidebar p, #sidebar-home p {
	margin:5px 0 10px 0;
}

.text {
	border: 1px solid #ddd;
	padding: 2px;
	color: #777;
	width: 200px;
}

/******************
 *	BOTTOM		  *
 ******************/ 
#bottom-footer {
    margin: 0 auto 15px;
    overflow: hidden;
    width: 1000px;
}

#bottom-footer a {
	border:none;
	color:#666;
	font-style:normal;
	text-decoration:none;
}

#bottom-footer p {
	font-size: 10px;
	text-align: center;
	line-height: 12px;
	color: #999;
}

.footer-info {
	color: #666;
	font-size: 12px;
	width: 700px;
	float: left;
}

.text, .textarea {
	width:300px;
	padding:8px;
	border:1px solid #DDDDDD;
	color:#777777;
}


div.menu-sidebar-navigation li {
	margin: 0;
	padding: 0px;
	width:300px;
	height:48px;
	background:url(images/sidebar-h2-bg.gif) no-repeat;
	text-transform:uppercase;
}


div.menu-sidebar-navigation li a {
	color:#fff!important;
	padding:0px 0 0 20px;
	font-style:normal;
	margin:20px 0 0 0;
	font-weight:normal;
	font-size:16px;
	line-height:42px;
}

#interior-hero {
	background:url(images/interior-hero-bg.gif) repeat-x;
	height:182px;
	margin:0 auto;
	text-align:center;
	padding:2px 0 0 0;
}

#interior-hero img {
	display:inline;
	z-index:1;
}





.label {
	clear:left;
	font-weight:bold;
	text-transform:uppercase;
	display:inline;
}
.data {
	display:inline;
	clear:right;
}

.field {
	margin:5px 0;
}


#footer-end {
	background:url(images/footer.png) no-repeat;
	width:1019px;
	height:30px;
	margin:0 auto;
}


#login {
	background:url(images/login-bg.gif) repeat-x;
	height: 38px;
	padding:10px 0;
	width:235px;
	float:right;
}

#login a {
	text-transform:uppercase;
	color:#333;
	font-size:13px;
	padding:10px;
	background:url(images/login-div.png) no-repeat right;
}


#login a:hover {
	color:#006BB7;
}

.small {
	font-size:11px;
	color:#666;
	margin:10px 0 0 0;
}

.panel img {
	height: 140px!important;
	width: 150px!important;
}

.panel {
	padding:5px!important;
	margin:0px!important;
	height: 140px!important;
	width: 150px!important;
}

.theme-default .stepcarousel .panel {
	border-radius:none;
}



/******************
 *	DIAMOND FINDER		  *
 ******************/ 
 
 #wrapper {
	width:1000px;
}

#top {
	clear:both;
	overflow:hidden;
	border-top:2px dotted #d0e5ed;
}

#top h2 {
	border:none;    
	margin: 10px 0 0 5px;
    padding: 0 0 15px;
}

	

#left {
	float:left;
	width:490px;
}

#right {
	float:right;
	width:490px;
}

#bottom {
	clear:both;
	overflow:hidden;
}

.shape {
	width:92px;
	height:110px;
	text-align:center;
	float:left;
}

.shape img {
	padding:0 15px;
	
}



#table-hdr {
	background:#6cacc7;
	clear:both;
	overflow:hidden;
	padding:5px;
	color:#fff;
}

#results {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e3e5));
	background: -moz-linear-gradient(top,  #fff,  #e0e3e5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e0e3e5');
	border:1px solid #8bbcd1;
}

.result {
	border-bottom:1px solid #8bbcd1;
	padding:3px;
	*clear: both;
	*overflow: hidden;
}

.table, .table-hdr table {
	display:inline;
	margin:0 20px 0 0;
	width:80px;
	display:table-cell;
	*display: inline!important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-6, .col-7, .col-8, .col-9 {
	width:90px;
	padding: 0 9px;
	*width: 65px;
	*float: left;
}

.right {
	float:right;
}

h3 {
	float:left;
	margin:0;
	padding:0;

}

#pagination {
	float:right;
}


#bottom  {
	color:#333;
}

#diamondFinder {
	padding:0 10px;
}

.diamond-pod {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e3e5));
	background: -moz-linear-gradient(top,  #fff,  #e0e3e5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e0e3e5');
	border:1px solid #8bbcd1;
	margin:1px;
	padding:10px;
	clear:both;
	overflow:hidden;
	height: 277px;
}

#shape {
	clear:both;
	overflow:hidden;
}

#lab input {
	margin:0 10px 0 0;
}

.slider-wrap {
}

.slider-bar {
	width:452px;
	height:10px;
	background:#6cacc7;
    position:relative;
	margin:0 0 8px 0;
	*margin: -11px 0 6px 0;
}

.ui-slider .ui-slider-handle
{
  cursor: default;
  height: 22px;
  position: absolute;
  width: 12px;
  z-index: 2;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e3e5));
	background: -moz-linear-gradient(top,  #fff,  #e0e3e5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e0e3e5');
	border:1px solid #8bbcd1;
	margin: -5px 0 0 0;
	*margin: -23px 0 0 0;

}

.slider-left input {
	width:60px;
	padding:3px;
	float:left;
	margin:8px 0 0 0;
}

.slider-right input {
	width:60px;
	padding:3px;
	float:right;
	margin:8px 0 0 0;
	
	
}

.slider-span {
	clear:both;
	overflow:hidden;
}

.slider-span-item {
	display:inline;
	margin:0 15px;
}

.shape label {
	height:100px;
}

#finding, .hidden {
	background: url(images/yourd-bkg.png) repeat-x;
	width: 1000px;
	padding: 14px 14px 11px 14px;
	color: #fff;
	display: none;
}
.pod-smaller .diamond-pod {
	padding: 0 10px;
	height: 97px;
}

h3.yourdiamond{
	background: url(images/yourd-bkg.png) repeat-x;
	color: #fff;
	padding: 10px;
	width: 780px;
	text-transform: uppercase;
	margin: 2px 0 0 0;
}
.yourdiamonds {
	color: #fff;
	float: right;
	padding: 10px;
	clear: both;
	overflow: hidden;
	width: 40px;
	text-align: left;
	margin: 2px 0 0 0;
}
#compare {
	color: #fff;
	padding: 10px;
	float: left;
	text-align: left;
	margin: 2px 0 0 0;
}
#compare a {
	color: #333;
	background: url(images/button-bkg.png) repeat-x;
	padding: 3px 12px;
}
#compare-results {
	color: #333;
	clear: both;
	overflow: hidden;
	padding: 3px 0 0 0;
	border-left: 1px solid #8BBCD1;
	border-right: 1px solid #8BBCD1;
}
#pagination a, #pagination .prev {
	color: #6cacc7;
	padding: 0 5px;
}




/***** View Diamond ******/
body#view-diamond-body {
	background: #eee;
}
#view-diamond {
	clear:both;
	overflow:hidden;
}
#view-diamond h3.yourdiamond{
	width: 460px;
	margin: 6px 6px 0 6px;
	padding: 14px 14px 10px 14px;
}
#view-diamond #table-hdr {
	width: 478px;
	margin: 0 6px;
}
#view-diamond #table-hdr a {
	background: url(images/button-bkg.png) repeat-x;
	padding: 3px 12px;
	color: #333;
}
#view-diamond #table-hdr a:hover {
	background: #dadee0;
}
table#viewDiamond {
	float: left;
	background: -moz-linear-gradient(center top , #FFFFFF, #E0E3E5) repeat scroll 0 0 transparent;
	border: 1px solid #8bbcd1;
	margin: 0 6px;
}
table#viewDiamond td {
	padding: 2px 15px;
	border-bottom:1px solid #8bbcd1;
}
table#viewDiamond tr {
	height: 23px;
}
#diamondImage {
	float: left;
	width: 200px;
	height: 200px;
	padding: 6px 0 0 0;
}



span.phone-number {
	padding: 20px 0 0 20px;
	float: left;
	color: #fff;
	line-height: 20px;
}

div.address {
	color: #fff;
	padding: 20px 20px 0 0;
	line-height: 20px;
}

#secondary {
    float: left;
    
	margin-left: 15px;
}

div.content ul,
div.content li {
	list-style: disc outside none;
	font-size: 16px;
	line-height: 160%;
}

div.content ul {
	padding-left: 20px;
}

div.content strong {
	font-weight: bold !important;
}

div.content em {
	font-style: italic !important;
}

#secondary .widget_container {
	float: left;
	display: inline;
	overflow: hidden; 
	margin-bottom: 25px;
}

.widget_container h3 {
	width: 333px;
}

.widget-more-link {
	clear: both;
	font-size: 13px;
	
}

/* weather */

#header .wp_current_weather {
	position: absolute;
    width: 150px;
    top: 24px;
    right: 10px;
}

.wp_current_weather * {
	margin: 0;
	padding: 0;
}

.wp_current_weather {
	font-size: 12px;
	position:relative;
}

.wp_current_weather dl {
	margin: 0;
    padding: 0;
	width:100%;
}

.wp_current_weather dl dd {
	list-style-type: none;
}

.wp_current_weather dl dd.today {
	padding: 0;
	width:100%;
	text-align:left;
}

.wp_current_weather dl dd.today .conditions {
	line-height: 12px; 
	font-size: 13px; 
	margin: 0;
	color: #292929;
   text-shadow:1px 1px #b3e0f4;
}

.wp_current_weather dl dd.today .temperature {
	font-size: 20px; 
	margin: 0; 
	line-height: 24px; 
	font-weight: bold;
	color: #292929;
    text-shadow:1px 1px #b3e0f4;
}
.wp_current_weather p.location {
   display: none; 
   line-height: 12px; 
   font-size: 10px; 
   color: #777;
   margin: 0;
   text-shadow: #fff 1px 1px 0;
}

.wp_current_weather dl dd.day1,
.wp_current_weather dl dd.day2 {
	float: left;
	height: 82px;
	width: 44%;
	margin: 0 3% 0 0;
}

.wp_current_weather .day {
	background-color: #48660F;
	color: #fff;
	display: block;
	height: 16px;
	line-height: 16px;
	margin: 1px 1px 0 0;
	text-align: center;
	font-size: 11px;
}

.wp_current_weather .temp {
	background-color: #fff;
	background-color: rgba(255,255,255,0.35);
	color: #777;
	display: block;
	height: 56px;
	font-size: 15px;
	line-height: 16px;
	margin: 0 1px 0 0;
	text-align: center;
}

#sidebar .wp_current_weather img,
.wp_current_weather img {
	border: 0;
	display: inline;
	padding: 0;
	margin: 0;
}

.weathercom-link {
   display: block;
   font-size: 10px;
   font-weight: normal; 
   margin: 0;
}

.wpcw_small {padding-left: 36px;}

.wp_current_weather .wpcw_small dl dd.today .temperature {
	font-size: 24px; 
	line-height: 24px; 
}
.wp_current_weather .wpcw_small p.location {
   line-height: 10px;
   padding: 3px 0;   
   font-size: 10px; 
}



a.modal_booking_form_trigger,
div.booking_form_modal div.bkfield span.submit_button input,
a.site_button,
form.wpcf7-form div.field input.wpcf7-submit {
	border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
	padding: 5px 15px;
	background: #21769B;
	color: #fff;
	float: left;
	clear: both;
	margin-bottom: 15px;
	width: auto !important;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
}

div.wpcf7-response-output {
	clear: both;
	margin-left: 0px !important;
}

div.bkfield {
	float: left;
	clear: both;
	display: inline;
	width: 555px;
	margin-bottom: 15px;
}

div.booking_form_modal {
	float: left;
	overflow: hidden;
}

div.booking_form_modal div.bkfield span.label {
	float: left;
	width: 200px;
	display: inline;
	height: 27px; 
	line-height: 27px;
}

div.cock1 {
	margin-right: 12px;
}

div.teaser {
	width: 271px;
	float: left;
	display: inline;
	margin-top: 12px;
	margin-bottom: 22px;
}

#aio-slideshow ul li img {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border: 1px solid #ccc !important;
	padding: 1px !important;
}

#aio-slideshow {
	position: relative;
	width: 1000px;
	height: 318px;
	margin: 0; 
	padding: 0;
	overflow: hidden;
}
    
#aio-slideshow ul {	
	margin: 0 !important; 
	padding: 0 !important;		
}
    
#aio-slideshow ul li {
	position: relative;
	width: 1000px;
	height: 318px;
	margin: 0; 
	padding: 0;
	overflow: hidden;
}

.widget_container table {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 15px;
}

.widget_container table th {
	font-weight: bold;
	color: #fff;
	background: #21769B;
	border: 1px solid #21769B;
}

.widget_container table th,
.widget_container table td {
	padding: 7px 4px;
	vertical-align: middle;
}

.widget_container table td {
	border: 1px solid #6AADCA;
}


.widget_container table thead {
	background: #aaa;
}

div.content_container {
	width: 968px;
	overflow: hidden;
	padding-bottom: 15px;
}

div.content {
	float: left;
	overflow: hidden;
	width: 600px;
	margin-top: 15px;
	margin-right: 20px;
	min-height:270px;
}

div.content.fullwidth {
	width: 968px;
}

#date_not_chosen_alert {
	float: left;
	clear: both;
	color: #f00;
	margin-bottom: 15px;
}

.centre-box {
	width: 968px; 
	float: left; 
	padding: 0 15px; 
	border: 1px solid #ccc; 
	border-radius: 4px 4px 4px 4px;
}

div.gallery_container {
	float: left;
	overflow: hidden;
	width: 348px;
	margin-top: 15px;
}

div.gallery_container #secondary {
	width: 333px;
}

div.teaser_container {
	float: left;
	width: 300px;
}

div.widget_container {
	width: 333px;
}

ul.wGallery {
	float: right;
	clear: both;
	overflow: hidden;
	margin: 15px 0 0 0;
	width: 343px;
}

ul.wGallery li {
	float: left;
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}

form.wpcf7-form {
	overflow: hidden;
}

form.wpcf7-form div.field {
	float: left;
	clear: both;
	width: 600px;
}

form.wpcf7-form div.field span {
	float: left;
}

form.wpcf7-form div.field span.label {
	width: 170px;
	height: 26px; 
	line-height: 26px;
}

form.wpcf7-form div.field input.wpcf7-text,
form.wpcf7-form div.field textarea.wpcf7-textarea {
	background: none repeat scroll 0 0 #FBFBFB;
	border: 1px solid #E5E5E5;
	box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
	color: #555555;
	font-size: 14px;
	font-weight: 200;
	line-height: 1;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 3px;
	width: 300px;
}

form.wpcf7-form span.wpcf7-form-control-wrap {
	position: relative;
}

form.wpcf7-form span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip, span.wpcf7-not-valid-tip-no-ajax {
	position: absolute;
	top: 27px;
	left: 5px;
	background: none;
	border: 0;
	color: red;
	height: 13px;
	line-height: 13px;
}

span#booking_hint13,
span#booking_hint1 {
	color: green;
	font-weight: bold;
}

span#booking_hint13 *,
span#booking_hint1 * {
	border: 0 !important;
}

div.cost_hint {
	text-align:left; 
	padding: 5px 10px; 
	background: #a6d3ea; 
	border: 1px solid #0080c1; 
	width: 238px; 
	margin-bottom: 15px; 
	height: 20px; 
	border-radius: 4px 4px 4px 4px;
}

div.content p.list_heading {
	color: #4D98B8; 
	font-size: 16px; 
	font-weight: bold; 
	margin-top: 0px; 
	margin-bottom: 5px; 
}

div.content ul.bullets_on {
	list-style: disc outside none;
	padding-left: 15px;
	margin-bottom: 20px;
}

div.content ul.bullets_on li {
	margin-bottom: 5px;
	font-size: 13px;
}

div.content div.list_container ul.bullets_on li {
	width: 163px;
	padding-right: 20px;
}

div.content div.list_container {
	width: 33%;
	float: left;
}

ul.simplePagerNav {
	clear: both;
	float: right;
	margin-left: 13px;
}

ul.simplePagerNav li {
	float: left;
	display: block;
	padding: 4px 8px;
	background: #a6d3ea;
	border: 1px solid #0080c1; 
	font-size: 16px;
	font-weight: bold;
	margin-right: 4px;	
}

ul.simplePagerNav li.currentPage a {
	color: #6AADCA;
}

div.simplePagerContainer {
	overflow: hidden;
	width: 353px;
}

#ajax_respond_insert1,
#ajax_respond_insert13 {
	display: none !important;
}

div.content h3 {
	float: none;
	color: #48660F;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.4em;
    margin-top: 18px;
}

.news-date-horizontal {
	color: #536a68;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.9em;
}

div.front-page-news-post {
	margin-bottom: 12px;
	border-bottom: 1px solid #c9c7b5;
}

/* CUSTOM EVENTS WIDGET */

.event-date-container,
div.widget_container span.post-date {
    float: left;
  width: 54px;
  display: block;
  border: 1px solid #a5ab9d;
  background: #fff;
  padding: 4px 0;
  color: #536a68;
  font-size: 1.1em;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 10px 20px 0;
}	

.event-date-container {
	margin-top: 9px !important;
}

.event-date-container strong,
ul.custom-events-widget li span.post-date strong {
	font-size: 30px;
	font-family: 'Lora', serif;
	font-weight: normal;
	padding-top: 2px;
    display: block;
    margin-bottom: -14px;
		
}

ul.custom-events-widget li {
	float: left;
	clear: both;
	width: 333px;
	margin-bottom: 10px;
}	

ul.custom-events-widget li h4 {
font-size: 22px;
  color: #000;
  line-height: 1em;
  margin: 0 0 3px 0;
}

div.old-images-container {
	position: relative;
  clear: both;
  float: left;
  width: 333px;
  height: 155px;
}

/* MENU WIDGET */
div.widget_container ul.menu li a {
	color: #48660F;
	font-weight: bold;
	font-size: 1.3em;
}

div.widget_container ul.menu li a:hover {
	text-decoration: underline;
}

div.widget_container ul.menu li ul li a {
	color: #276986;
	font-weight: normal;
	font-size: 1.1em;
	margin: 5px 0;
}

div.widget_container ul.menu,
div.widget_container ul.menu li ul {
	list-style: square outside none;
}

div.widget_container ul.menu li ul.sub-menu {
	margin: 5px 0 5px 13px;
}

div.widget_container ul.menu {
	margin-left: 20px;
	clear: both;
}

div.widget_container ul.menu li.current-menu-item a {
	background: none;
}

div.widget_container ul.menu li {
	line-height: 1.6em;
}

/* CUSTOM FOOTER */

.footer-container {
	background: #48660F;
	height: 180px;
	width: 1016px;
	margin: 0 auto;
}

a.footer-logo {
	float: left;
	background: url('images/logo-footer.png') no-repeat;
	width: 200px;
	height: 43px;
}

/* PHOTO GALLERY CATEGORIES*/
a.photo-gallery-category {
	width: 400px;
	height: 350px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-right: 25px;
	padding: 15px 20px;
	float: left;
}

div.content a.photo-gallery-category img {
	border: 0 !important;
}

.first-news-post {
	font-size: 28px !important;
}


.tg  {text-align: left; border-collapse:collapse;border-spacing:0; margin-top: 10px;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}

/* table styling - july 2015 */
.dataTables_wrapper .dataTables_length {
	display: none;
}

.dataTables_wrapper .dataTables_filter {
	display: none;
}

.dataTables_wrapper .dataTables_length {
	display: none;
}

.dataTables_wrapper .dataTables_info {
	display: none;
}

.dataTables_wrapper .dataTables_paginate {
	display: none;
}