/*
Theme Name: TwoFigs
Description: Bespoke theme for Two Figs Winery, NSW
Version: 1.0
Author: Catherine Hutchinson www.webdesignnsw.com.au
Author URI: http://www.webdesignnsw.com.au
*/

/* CSS Document */
#search-form input {
	width:120px;
	margin:5px;
}
.mmf form {
	clear:both;
	font-size:.8em;
	padding:10px;
}
.mmf form label {
	margin-left:10px;
}
.logo {
	padding:10px 0px 0px 0px;
}
.logoplacement {
	width:210px;
	text-align:center;
	margin-top:20px;
}
body {
	margin:0px;
	padding:0px;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
}
#containerhead {background: url(/wp-content/themes/twofigs/images/top-bar.jpg) no-repeat;width:992px;height:6px;margin:0px 0px 0px 14px;padding:0px;border-top:15px solid #fff;}
#containerfoot {background: url(/wp-content/themes/twofigs/images/bottom-bar.jpg) no-repeat;width:992px;height:6px;margin:0px 0px 0px 14px;padding:0px;clear:both;border-bottom:15px solid #fff;}
#container { 
	width:1024px;
	margin:0px auto 0px auto;
	background: url(/wp-content/themes/twofigs/images/background.jpg) repeat;
	z-index:0;
	position:relative;
	overflow:auto;
	 
}
.twofigslogo {
	float:right;
	padding:50px;
}
/* #container {
	width:868px;
	margin:0px auto 0px auto;
	position:relative;
	overflow:auto;
	padding-bottom:0em;
	background: url(/wp-content/themes/twofigs/images/backgrounds/background_panel.png) repeat-y;
}*/
#slideshowcontent {
	width: 977px;
	height:275px;
	margin:1px 0px 0px 23px;
	padding:0px 0px 0px 0px;
	text-align:center;
	position:relative;
}
#slideshowcontent a {
	text-decoration:none;
	border:none;
	
}
#slideshowcontent img {
	border:none;
}
p.header {
	font-family:Georgia, Times, serif;
	color:#003;
	text-align:center;
	font-size:.8em;
	padding-bottom:20px;
}
#content {
	position:relative;
	overflow:auto;
	color:#333;
 	margin-top:20px;
	float:left;
}
.header {
	border-bottom:1px solid #ccc;
	padding:0px 0px 0px 0px;
}
div.footer {
	position:relative;
	font-size:.75em;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#333;
	background-color:#e3e3e3;
	padding:10px 0px 5em 10px;
	width:933px;
	margin:40px 0px 20px 40px;
	 
}
p.footer {
	padding:2px;
	color:#333;
	text-align:left;
	margin:2px 0px 0px 0px;
	float:left;
	width:45%;
}
p.copyright {
	padding:2px 0px 20px 0px;
	color:#003;
	text-align:right;
	margin:2px 10px 0px 0px;
	float:right;
	width:45%;
}
p.copyright a {
	color:#003;
}
p.pricedescription {
	font-size:.9em;
	margin:0px 0px 10px 0px;
}
/* CSS Document */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/latest-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 
DROP DOWN MENU
Pure CSS Drop Down Menu [TJK_keyBoardDropDown] v1.2
Copyright 2006, Thierry Koblentz - TJKDesign.com - All rights reserved.
Read www.TJKDesign.com/articles/Pure_CSS_dropdown_Menus.asp
****/
/* zeroing padding/margin for all elements */
#menu-ul,
#menu-ul * { margin:0;padding:0;}
/* "Master" UL (the whole Menu) */
#menu-ul {position:relative;background:#fff no-repeat 100% 50%;width:91%;float:left;margin:0px 0px 10px 2.5%;border-bottom:1px dotted #666;
}
/* sub-menu ULs */
#menu-ul li ul {
	width:11em !important;/* leaves room for padding */
	cursor:default;
	position:absolute;
	height:auto;
	display:none;
	left:-10px;
	padding:1px 10px 10px 10px;
	background:url(/img/clear.gif);/* trick to keep'em open */
}
/* All LIs */
#menu-ul li {
	position:relative;
	width:10em;
	max-width:16.5%;
	cursor:pointer;
	float:left;
	list-style-type:none;
	font-weight:lighter;
	font-size:.7em;
}
#menu-ul li.page-item-15 {
	 
	width:5em;
	 
}
/* sub-menu LIs */
#menu-ul li ul li {
	width:11.1em/*FF*/;
	padding:0;
	border:none;
	max-width:120%;
	border:1px solid #333;
	border-top:none;
	font-size:.9em;
}
 
/* All anchors */
#menu-ul li a {
	cursor:default;
	color:#666;
	border-left:1px solid #333;
	text-decoration:none;
	display:block;
	float:left;
	padding: 0 .4em;
/*  uncomment the declaration below if you want to go "full width" */
/*	width:7.47em; */
	height:2em;
	line-height:2em;
}
/* sub-menu Anchors */
#menu-ul li ul li a {
	width:10.1em/*FF*/;
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:1.7em;
	height:1.7em;
	font-weight:normal;
	border:1px solid #fff;
	color:#666;
	background-color:#fff;
	background-position:0 50% !important;
}
/* :hover and stuff */
#menu-ul li a:hover,
#menu-ul li a:focus,
#menu-ul li a:active {color:#000}
/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
#menu-ul ul a:hover,
#menu-ul ul a:focus,
#menu-ul ul a:active {color:#333 !important;background:#e3e3e3;}
/* display and z-index for the sub-menus */
#menu-ul li:hover ul,
#menu-ul li.msieFix ul {display:block;z-index:10;top:2em !important;}
/* safari: users can keep sub-menus up by from sub-menus to next top level  */
/* didn't find a solution for users going back from the last one. I prefer  */
/* to leave it like that vs. taking the last sub-menu *out of* the wrapper  */
#menu-ul li#AB {z-index:6;}
#menu-ul li#CF {z-index:5;}
#menu-ul li#GJ {z-index:4;}
#menu-ul li#KR {z-index:3;}
#menu-ul li#ST {z-index:2;}
#menu-ul li#UZ {z-index:1;}

/* Current location - class on Body must match LI's id */
.AB #menu-ul li#AB a,
.CF #menu-ul li#CF a,
.GJ #menu-ul li#GJ a,
.KR #menu-ul li#KR a,
.ST #menu-ul li#ST a,
.UZ #menu-ul li#UZ a {color:#000;}
/* Keeping current menu accessible to JAWS */
.AB #menu-ul li#AB ul,
.CF #menu-ul li#CF ul,
.GJ #menu-ul li#GJ ul,
.KR #menu-ul li#KR ul,
.ST #menu-ul li#ST ul,
.UZ #menu-ul li#UZ ul {display:block;top:-1000px}

/* background colors */
#AB,#AB li a {background-color:#e2facd;}
#CF,#CF li a {background-color:#fffcd0;}
#GJ,#GJ li a {background-color:#ffe1cc;}
#KR,#KR li a {background-color:#fccae5;}
#ST,#ST li a {background-color:#c9c9ff;}
#UZ,#UZ li a {background-color:#ffcebe;}
/* "trigger" and "msieFix" classes */
#menu-ul li.msieFix a {}
/* last nested UL. keeping it in */
#menu-ul li#UZ ul {left:-2.3em !important;}

/* If JS is OFF we need to style the links in the sub-menu of the current page     */
/* so they are accessible to keyboard users. Using a class on each link would let  */
/* us stick each link in the same place, but we would have to plug a lot of        */
/* attributes in the markup and many rules here, so...                             */
.AB #menu-ul li#AB ul li a:focus,
.AB #menu-ul li#AB ul li a:active,
.CF #menu-ul li#CF ul li a:focus,
.CF #menu-ul li#CF ul li a:active,
.GJ #menu-ul li#GJ ul li a:focus,
.GJ #menu-ul li#GJ ul li a:active,
.KR #menu-ul li#KR ul li a:focus,
.KR #menu-ul li#KR ul li a:active,
.ST #menu-ul li#ST ul li a:focus,
.ST #menu-ul li#ST ul li a:active,
.UZ #menu-ul li#UZ ul li a:focus,
.UZ #menu-ul li#UZ ul li a:active {position:absolute !important;top:1028px !important;}
 
/* Captions & aligment */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	padding-right:15px;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

#sidebar {
	float:left;
	width:210px;
	position:relative;
	margin:0px 20px 0px 40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	 }
#sidebar ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#sidebar a {
	line-height:2.5em;
	padding:10px 0px 10px 10px;
	text-decoration:none;
	color:#333;
	font-size:.75em;
}
.recentlylisted {
	width:100%;
	clear:both;
	float:left;
}
.recentlylisted h2 {
	font-size:12px;
}
.recentlylisted ul {
	margin:0px;
	padding:0px;
}
ul#recentlylisted {
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
}
ul#recentlylisted ul li {
	width:140px;
	float:left;
	display:inline;
	padding:5px;
	margin: 0px 2.25px 0px 0px;
	border:1px solid #ccc;
	text-align:center;
}
ul#recentlylisted ul li img {
	width:130px;
	border:none;
}
ul#recentlylisted ul li a {
	font-size:.8em;
	text-decoration:none;
}
#recentlylisted h2 {
	margin:20px 0px 0px 0px;
	font-size:.9em;
	color:#003;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.featuredbusiness {
	background-color:#fee890;
	position:relative;
	width:230px;
	float:left;
	padding:5px 5px 20em 10px;
}
#featuredbusiness h1 {
	font-size:.9em;
	color:#600;
	margin:10px 0px 1px 4px;
}
.featuredbusiness h3 {
	font-size:1.5em;
	line-height:1.1em;
	font-weight:normal;
	margin:5px 0px 1px 0px;
}
#featuredbusiness h2 a {
	color:#003;
}
#featuredbusiness h2 {
	font-size:1.2em;
	margin:5px 0px 0px 0px;
}
.featuredbusiness ul {
	margin:0px;
	padding:0px;
}
.featuredbusiness p {
	font-size:.8em;
	clear:both;
	margin:0px 0px 0px 0px;
}
.featuredbusiness p.description {
	font-size:.7em;
	line-height:1.2em;
}
ul#featuredbusiness {
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
}
ul#featuredbusiness ul li {
	width:210px;
	float:left;
	display:inline;
	padding:5px;
	margin: 0px 2.25px 0px 0px;
}
ul#featuredbusiness ul li img {
	width:210px;
	border:none;
}
ul#featuredbusiness ul li table img {
	width:16px;
	border:none;
}
ul#featuredbusiness ul li a {
	font-size:.8em;
	text-decoration:none;
}
.pdf24Plugin-cp-box img {
	width:100px;
}
.post {
	float:left;
	margin:20px 0px 40px 0px;
	width:400px;
color;#333;
	
}
.wide {float:left; margin:10px 0px 20px 55px;width:950px;color:#333; position:relative;}

.post p {
	font-size:.75em;
}
.postcontainer {
	border:1px dotted #333;
	padding:10px;
	width:480px;
	position:relative;
	float:left;
	overflow:visible;
	margin:0px 0px 20px 0px;
}
.entry a {
	border:none;
}
.entry img {
	border:none;
}
.entry {font-size:.9em;font-weight:lighter;line-height:1.2em;}
.entry div {margin:10px 0px 0px 0px;}
.productdisplay {border-bottom:1px dotted #ccc;}
.imagecol {margin-right:10px;}
div.textcol {padding:10px;margin-left:120px;}
div.item_no_image a,div.default_product_display, .div.item_no_image {width:115px;}
.listingimage {
	float:left;
	margin:0px 10px 0px 0px;
}
.b {
	width:213px;
	float:right;
	position:relative;
	overflow:auto;
	margin:20px 40px 0px 20px;font-weight:lighter;
}
img.buyonline2 a,.buyonline img a, .buyonline a, .buyonline img, img.buyonline2 {border:none;background:none;}
.buyonline {float:right;position:relative;margin-right:30px;}
.buyonline ul {list-style-type:none;margin:20px 0px 20px 0px;padding:5px;font-size:.8em;border:1px dotted #333;background-color:#e3e3e3;width:200px;}
.buyonline h2 {font-weight:lighter;font-size:1.1em;background-color:#600;color:#fff;padding:5px;margin:0px 0px 10px 0px;}
#fancy_notification a {font-size:.7em;font-weight:bold;color:#fff;text-decoration:none;display:inline-block;background-color:#600;padding:4px;border:none;}
#sidebar-order-img-link {
	background:transparent;
	padding:0px;
}
label {
	white-space:nowrap;
}
#expiry_month,#expiry_year {
	width:auto !important;
}
.items {color:#600;}
.gocheckout {display:inline-block;}
#remaining-items {clear:both;float:left;position:relative;font-weight:bold;margin-top:5px;}
table.shoppingcart {clear:both;float:left;position:relative;margin-top:20px;width:100%;font-size:.7em;}
table.shoppingcart td {padding:2px;border:1px solid #333;background-color:#fff;}
table.wpsc_checkout_table {padding:10px;border:1px dotted #333;}
h4 {color:#600;font-weight:lighter;font-size:1.3em;}
p.address {
	font-size:.7em;
	line-height:1.1em;
	margin:5px 0px 0px 0px;
}
.post h2 a {
	color:#333;
}
.post h1 {
	font-size:2.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-weight:lighter;
	margin:0px 0px 20px 0px;
}
.post h2 {
	font-size:1.5em;
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
}
.post h3 {
	font-size:1.1em;
	line-height:1.3em;
	font-weight:normal;
	margin:5px 0px 1px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color:#333
}
.post a {
	text-decoration:underline;
	color:#333;
}
.button {
	background-color:#f00;
	font-size:.7em;
	color:#fff;
	padding:5px;
	width:120px;
	text-align:center;
	margin:2em 0px 0px 0px;
	float:left;
	position:relative;
	clear:both;
}
.button a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
/*
	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
*/

/* 
	-----------------------------------------------------------------------------------
	Styling you can change for your own blog
	-----------------------------------------------------------------------------------
*/

/*  Map containing <div> */
.mapp-div {
	overflow: hidden;
	text-align: center;
	padding: 0px 0px 0px 0px;
	line-height: normal;
	margin: 0 0 0 0;
	color: black;
	position:relative;
	top:20px;
	clear:both;
}
/* Map images returned from google - these setting are required or map will not render correctly */
.mapp-div img {
	background-color: transparent;
	max-width: none;  /* Some themes have max-width/max-height set, which interferes with map */
	max-height: none;
}
/* Redundant IDrl selectors as a workaround for themes that use ID selectors on post IMG elements */
#mappress0 img, #mappress1 img, #mappress2 img, #mappress3 img, #mappress4 img, #mappress5 img, #mappress6 img, #mappress7 img, #mappress8 img, #mappress9 img, #mappress10 img, #mappress11 img, #mappress12 img, #mappress13 img, #mappress14 img, #mappress15 img, #mappress16 img, #mappress17 img, #mappress18 img, #mappress19 img, #mappress20 img, #mappress21 img, #mappress22 img, #mappress23 img, #mappress24 img, #mappress25 img, #mappress26 img, #mappress27 img, #mappress28 img, #mappress29 img, #mappress30 img {
	background-color: transparent;
	max-width: none;
	max-height: none;
}
/* Infowindow */
.mapp-overlay-div {
	color: black;
	margin: 5px 5px 5px 5px;
	font-size: 12px;
}
.mapp-overlay-div img {
	margin: 3px 3px 3px 3px;
}
/* InfoWindow title only */
.mapp-overlay-title {
	font-weight: bold;
	margin-bottom: 5px;
}
.mapp-overlay-body {
}
.mapp-overlay-directions {
	clear: both;
}
/* Street view in the blog body */
.mapp-street-div {
}
/* Directions in the blog body */
.mapp-directions-div {
}
/* 
	-----------------------------------------------------------------------------------
	Styling for MapPress internal messages, etc.  You shouldn't need to change these...
	-----------------------------------------------------------------------------------
*/     

/* Map infowindow edit / delete links */
.mapp-overlay-edit {
	clear: both;
}
.api_error {
	background-color: #ffebe8;
	border-color: #c00;
}
.api_ok {
	background-color: #ccff99;
	border-color: #669900;
}
.api_error, .api_ok {
	border-width: 1px;
	border-style: solid;
	padding: 0 3px;
	margin: 5px 5px 2px;
}
.mapp-poweredby {
	font-size: 8pt;
	margin:20px 0px 0px 0px;
}
.mapp-address {
	width: 100%;
}
.mapp-address-corrected {
	font-size: x-small;
	width: 100%;
	border: none;
	background-color: transparent;
}
.mapp-address-error {
	background-color: #ffebe8;
}
.mapp-address-error p {
	margin: 0.5em 0;
	line-height: 1;
	padding: 2px;
}
.mapp-plugin-update {
	line-height: 29px;
	font-size: 12px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #ffebe8;
	border-bottom-color: #ccc;
	border-top-color: #ccc;
	color: #555;
}
.mapp-plugin-update a {
	font-size: 1.1em;
}
/* Icon list */
.mapp-icon-list {
	background-color: white;
	display:none;
	overflow: hidden;
}
.mapp-icon-list ul li {
	float: left;
}
.mapp-icon-list a:hover img {
	border: 1px solid blue;
}
.mapp-icon-list a img {
	border: 1px solid white;
}
/* Jquery dialog boxes */
.ui-dialog {
	background-color: white;
	border: 1px solid black;
}
.ui-dialog-titlebar {
	background-color: lightgray;
	text-align: center;
	padding: 3px 3px 3px 3px;
}
/* Tell A friend positioning */
.st-taf {
	position:relative;
	top:20px;
}
#tagcloud {
	list-style-type:none;
	margin:0 0 0 1em;
	padding:0;
	clear:both;
}
#tagcloud a {
	color:#534976;
}
#relatedposts {
	margin:0px 0px 30px .5em;
	font-size:.7em;
	clear:both;
	float:left;
	position:relative;
	top:20px;
}
#relatedposts ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.post-categories {
	margin:0px;
	list-style-type:none;
	padding:0px;
}
ul.post-categories a, ul.post-categories a:hover, ul.post-categories a:visited, ul.post-categories a:active {
	text-decoration:none;
	color:#f00;
}
#relatedposts a {
	color:#534976;
}
#pdf {
	clear:both;
	font-size:.8em;
	float:left;
	position:relative;
	top:20px;
}
.productcart h2 {margin-top:5px;margin-bottom:10px;}


.textwidget {font-family:Georgia, Times, serif;}
