/*
Theme Name: Turf Central
Theme URI: 
Author: 
Author URI: 
Description: HTML5 Theme
Version: 1.0
*/

 
 

/* html5doctor.com Reset Stylesheet \\v1.6.1 \\ Last Updated: 2010-09-17 \\ http://richclarkdesign.com \\ @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
 
}
body { background:#d8dacd;
  background-image:url(/wp-content/themes/turfcentral/images/background.gif);
  background-repeat:repeat-x;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

/*
 *
 * Base Typography 
 *
 */
body {  font-family: 'Cabin', sans-serif;font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/*
 *
 * Base Styles 
 *
 */
body, select, input, textarea { 
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  color: #444; 
  /* set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */   
}
/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { font-weight: lighter; }


/* SHOPPING STYLES */
.prod_title_container {margin-bottom:2%;}
h1.product_title {font-size:24px;float:left;display:inline-block;width:auto;margin-right:1%;white-space:nowrap; vertical-align:top; }
.amount {color:#F00;}
p.price {margin:0px 0px 0px 20px!important;font-size:24px!important;font-weight:regular!important;}

.product-addon-bottle-1,
.product-addon-bottle-2,
.product-addon-bottle-3,
.product-addon-bottle-4,
.product-addon-bottle-5,
.product-addon-bottle-6,
.product-addon-bottle-7,
.product-addon-bottle-8,
.product-addon-bottle-9,
.product-addon-bottle-10,
.product-addon-bottle-11,
.product-addon-bottle-12
 { width:18%;float:left;display:inline-block;height:100px; }

.product-addon p {display:inline-block;float:left;vertical-align:top;width:75%;font-size:11px;}
.product-addon h3, .previousflavours h3 {font-size:18px;width:100%;float:left;display:inline-block;vertical-align:top;clear:both!important;}

.product-addon-bottle-1-comments-requests h3,
.product-addon-bottle-2-comments-requests h3,
.product-addon-bottle-3-comments-requests h3,
.product-addon-bottle-4-comments-requests h3,
.product-addon-bottle-5-comments-requests h3,
.product-addon-bottle-6-comments-requests h3,
.product-addon-bottle-7-comments-requests h3,
.product-addon-bottle-8-comments-requests h3,
.product-addon-bottle-9-comments-requests h3,
.product-addon-bottle-10-comments-requests h3,
.product-addon-bottle-11-comments-requests h3,
.product-addon-bottle-12-comments-requests h3 {font-size:10px!important;width:100%!important;  }

.product-addon-bottle-1-comments-requests,
.product-addon-bottle-2-comments-requests,
.product-addon-bottle-3-comments-requests,
.product-addon-bottle-4-comments-requests,
.product-addon-bottle-5-comments-requests,
.product-addon-bottle-6-comments-requests,
.product-addon-bottle-7-comments-requests,
.product-addon-bottle-8-comments-requests,
.product-addon-bottle-9-comments-requests,
.product-addon-bottle-10-comments-requests,
.product-addon-bottle-11-comments-requests,
.product-addon-bottle-12-comments-requests {  width:29%;float:left;display:inline-block;height:100px;  }

form .form-row select {width:150px!important; padding:2px!important;font-size:11px!important;}
form .form-row select option {padding:2px!important;}
form .form-row textarea {width:100%!important;float:left;display:inline-block!important;;vertical-align:top;}
.summary {width:100%!important;}

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }
ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }
/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: ; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { 
  padding: 15px; 
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */
/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }
/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }
/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #CCC; color:#fff; text-shadow: none; }
::selection { background:#CCC; color:#fff; text-shadow: none; } 
/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 
/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {width: auto; overflow: visible;}
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {-ms-interpolation-mode: bicubic;}

/*
 *
 * Nonsemantic Base Styles 
 *
 */
/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 
/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }


/*
 *
 * Base Print Styles, inline to save the HTTP request
 *
 */
@media print {
  * { background: transparent !important; color: #fff !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/*
 *
 * Structure
 *
 */
 
.clear {
	clear:both;
}
 
 #pagecontainer {position:relative;background-color:#fff;width:980px;margin:0px auto; padding:5px 5px 0px 5px;overflow:visible; }
#page {
	display: block;
	max-width:980px;
	width:100%;
	min-width:320px;
	margin:0 auto;
	 
}
#primary {
	position:relative; 
	 
	 
}

.boxoutcontainer {width:278px;height:148px;margin-bottom:5px;}
.boxoutcontainer p {position:relative;top:104px;left:55px;font-size:14px!important;line-height:18px;text-align:left;color:#fff!important;}
.boxoutcontainer p strong, .boxoutcontainer p strong a  {font-size:14px!important;line-height:18px;font-weight:bold;text-decoration:none;color:#a2b643!important;}
.boxoutcontainer p a { text-decoration:none;color:#fff!important;}

.marketingmessagecontainer {padding-top:30px;text-align:center;}
.marketingmessagecontainer p, .marketingmessage p {line-height:32px!important;font-weight:light!important;font-size:26px!important;}
.marketingmessage p {color:#a2b643!important;}
.marketingmessage {padding:20px 0px 20px 0px;}
.marketingmessagecontainer h2 {text-align:center;}
.marketingmessagecontainer h2 strong {font-weight:bold;text-align:center;color:#a2b643;font-size:24px!important;}

ul.internalbullets {  list-style:none;}
ul.internalbullets li {background:url('/wp-content/themes/turfcentral/images/sirwalter-tick.jpg') no-repeat left center; 
     padding-left: 40px; /* the width of your image + some space */
     margin: 6px 0;min-height:20px;}


.rightcolumncontainer {display:inline-block;width:165px; float:left;padding:0px;background-color:#fff;margin: 170px 0px 0px 10px; }
.rightcolumn { margin:2px;float:left;padding:0px;text-align:center;}
.rightcolumn p {line-height:13px!important;margin-top:-10px;}

.leftcolumncontainer {display:inline-block;width:282px; float:left;padding:2px;background-color:#fff;margin:0px 15px 0px 15px; }
.leftcolumn { margin:1px;float:left;padding:1px;text-align:left;width:264px;}
.leftcolumn h2 {color:#666!important;}
.leftcolumn h2 strong {font-weight:bold;text-align:center;color:#a2b643;font-size:32px;}
.leftcolumn p strong {font-weight:bold;color:#a2b643;font-size:18px;}
.leftcolumn p {line-height:32px;font-weight:light;font-size:20px;}

.pagecontentcontainer {display:inline-block;width:480px; float:left;padding:2px;background-color:#fff;margin-top:0px; }
.pagecontent {border:1px solid #a2b643;margin:2px;float:left;padding:10px 20px 20px 20px;background-color:#fff; }

.videopagecontentcontainer {display:inline-block;width:641px; float:left;padding:2px;background-color:#fff;margin-top:0px; }
.videopagecontent {border:1px solid #a2b643;margin:2px;float:left;padding:10px 20px 20px 10px;background-color:#fff; }
.videopagecontentcontainer h3 {position:relative;top:145px;left:55px;font-size:12px!important;line-height:14px;text-align:left;color:#fff!important;width:210px;height:25px;}
.videopagecontentcontainer h3 strong, .videopagecontentcontainer h3 strong a  {font-size:18px!important;line-height:18px;font-weight:bold;text-decoration:none;color:#a2b643!important;}
.videopagecontentcontainer h3 a { text-decoration:none;color:#fff!important;}
#content {
	margin: 0 0 15px 0;
}

.col1,.col2,.col3 {width:32%;display:inline-block;float:left;margin:20px 2px;}
.col1 ul,.col2 ul,.col3 ul {margin:0px 0px 0px 0px;list-style-type:none;}
#content.flavours {width:700px;display:inline-block;float:left;padding-right:30px; }

#main { position:relative; }
#main .widget-area {
	float: right; 
	width: 30%;
	 
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*
 *
 * Header
 *
 */

hgroup {
	 margin-top:20px;
}

#branding img {
  height:auto;
  width:100%;
}

#site-title a {
	 
	margin: 0;
	float:left;
	display:inline-block;
	width:244px;border-right:2px solid #fff;
	padding:0px;
	position:relative;z-index:8000;
}
#header {display:inline-block;float:left;width:980px;height:135px;vertical-align:top;background:url(/wp-content/themes/turfcentral/images/grass_bkgrd.jpg);border-bottom:50px solid #a2b643; 0448595007}
.portfolio-slideshow {margin:0px!important;position:relative;}
.slideshow-wrapper {  }
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}

.facebook {
	float:right;
	margin:0;
}

.contact {
	margin:25px 10px 0 0;
	float:right;
	color:#a2b643;position:relative;z-index:8000;
	 
	 font-size:32px!important;line-height:18px;text-align:left; }
 .randommarketingmessage {
	 width:550px;
	margin:10px 10px 0px 0px;
	float:right;
	color:#16250a;
	 font-weight:lighter;
	 font-size:32px!important;line-height:38px;text-align:right; }
  .randommarketingmessage strong {
	  
	color:#a2b643;
	 font-weight:bold;
	   }
 
.randommarketingmessage a {text-decoration:none;}
.contact span {
	font-size:32px;color:#16250a;
}

.theme-default {
	float:right !important;
	margin:13px 0 0 0;
	display:block;
	width:680px;
}

.slider {
	max-width:680px;
	width:100%;
	max-height:210px;
	height:auto;
	background:#CCC;
}

.slider img {
	height:auto;
	width:100%;
}

/*
 *
 * Menu
 *
 */
#access {
	background: #fff;
	 
	position:relative;z-index:500;
	float: left;
	margin: 10px auto .25em;
	width: 100%;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 3em;
	padding: 0 5px 0 25px;
	text-decoration: none;
	color:#16250a;
	font-size:13px;
	
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 3em;
	left: 0;
	z-index: 99999; 

}
#access ul.sub-menu {padding-bottom:1em;
background:#fff;}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul li {background:#fff;}
#access ul ul a {
	 
	color: #333;
	line-height: 1em;
	padding: .5em .5em .5em 2em;
	width: 10em;
	height: auto;
}
#access ul ul li a:hover {color:#a2b643;}
#access li:hover > a, #access li:active > a,
#access ul ul :hover > a {
	background: #fff;
	background:url(/wp-content/themes/turfcentral/images/icon.png) no-repeat;
}

.current-menu-item {
	background: #fff;
	background:url(/wp-content/themes/turfcentral/images/icon.png) no-repeat;
}

#access ul ul a:hover {
	background: #fff;
	color:#17250b;
}
#access ul li:hover > ul {
	display: block;
}


/*
 *
 * Footer Menu
 *
 */
/* Footer Links */
#footermenu ul {
 margin: 0.5em 0;
 padding: 0 1em;
 list-style: none;
}
#footermenu li{
 display: inline-block;
 float:left;
 margin: 0;
 padding: 0 0.1em 0 0.5em;
  
 width:230px;white-space:no-wrap;
 
}
#footermenu .first {
 padding-left: 0;
 border: 0;font-weight:bold;
}
#footermenu ul ul li,#footermenu ul ul {
	padding-left:0px!important;}
#footermenu ul li a {font-weight:bold;background:url(/wp-content/themes/turfcentral/images/icon.png) no-repeat left;padding:1em 2em 1em 3em!important;line-height:2em;}
#footermenu ul ul li a {font-weight:normal;background:none!important;line-height:2em!important;padding-left:3em;}

/*
 *
 * Content
 *
 */
 #basketForm {margin-top:30px;}
 #basketForm label {width:150px;display:inline-block;text-align:right;padding-right:10px;}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

.entry-content h1, h1.page-title {
	font-size:36px;
	color:#666;
	margin:0px 0px 10px 0px;
	 font-weight:lighter;
}.pagecontent h1 strong{
	color:#a2b643!important;font-weight:bold;
}

.entry-content {display:inline-block;margin-top:-150px;}
.entry-content h2 {
	font-size:18px;font-weight:lighter;line-height:24px;
	color:#a2b643;
	margin:0 0 10px 0;
}

.entry-content h3, #secondary h3 {
	color:#61011c;
	margin:0 0 10px 0;
}

.entry-content h3 a {
	color:#61011c;
	text-decoration:none;
}

.entry-content p, .page-description p {
	padding:0 0 10px 0;line-height:18px;
}

.entry-content td {padding:10px;width:18%;}
.entry-content th {white-space:nowrap;}
.previousflavours {display:inline-block;float:left;width:180px;font-size:.8em;margin:10px 0px;}
.previousflavours li {margin:10px 0px;}
.previousflavours ul {list-style-type:none;margin:30px 0px 0px 0px;}
.flavours-container {border-bottom:1px solid #999;padding-bottom:20px;margin-bottom:20px;display:inline-block;position:relative;width:100%;}
.sideImageContainer {
	float:left;
	width:220px;
	margin:0 15px 0 0;padding-bottom:10em;
}

.sideImageContainer p {
	text-align:center;
	font-family:JustinLill, Arial, Helvetica, sans-serif;
	color:#871938;
	font-size:9px;
	line-height:22px;
}
h6 {text-align:center;
	font-family:JustinLill, Arial, Helvetica, sans-serif;
	color:#871938;
	font-size:9px;
	line-height:22px;
	padding:2% 0 2% 0;
}
.flavourcontainer {border-bottom:1px solid #999;padding-bottom:20px;margin-bottom:20px;display:inline-block;position:relative;width:100%;}
.flavourimage {width:198px;padding-right:20px;float:left;text-align:center;display:inline-block;}
.flavourimage img {margin:0 auto;}
.flavourcontent {display:inline-block;float:left;width:450px;}

.staffcontainer {border-bottom:1px solid #999;padding-bottom:20px;margin-bottom:20px;display:inline-block;position:relative;width:70%;padding:20px 0px 20px 0px;}
.staffimage img {display:inline-block;padding-right:20px;float:left; overflow:visible;}
.staffcontent {display:inline-block;float:left;width:400px;}


.bottle {
	width:185px;
	float:left;
	margin:10px 20px 0 0;
}

.bt {
	background:#931a3d;
	width:118px;
	height:30px;
	line-height:14px;
	text-align:center;
	padding:2px 0 0 0;
	margin:10px auto 10px auto;
}

.bt a {
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	font-size:11px;
}

.bottleDesc {
	float:left;
	width:65%;
	margin:10px 0 0 0;
}

.bottleDesc a {
	color:#666;
	text-decoration:none;
	line-height:20px;
}

.bottleDesc a:hover {
	text-decoration:underline;
}

.recipe {
	display:none;
}

.fb-like {
	height:40px;
}

#secondary a {
	color:#666;
	text-decoration:none;
	line-height:20px;
}

#secondary a:hover {
	text-decoration:underline;
}

.specificMix {
	display:none;
}

.pagesBox, .pagesBoxhome {
	 
	 margin:30px 0px 40px 0px;
	 
	 
	 }
.pagesBox {clear:both;}
.topBoxTitle {
	position:absolute;
	width:200px;
	height:30px;
	top:25px;
	left:252px;
	font-family:JustinLill, Arial, Helvetica, sans-serif;
	color:#871938;
	font-size:11px;
	font-variant:small-caps;
}

.pagesBox p {
	padding:0;
}

.pagesBox .column1 {
	width:45%;
	margin:0 8px 0 0px;
	float:left;display:inline-block;
}
.pagesBoxhome .column1 {width:45%;margin:0 8px 0 0px;float:left;display:inline-block;}

.pagesBox .column2 {
	width:45%;
	margin:0 0px 0 2px;
	float:left;display:inline-block;
}
.pagesBoxhome .column2 {
	width:49%;
	margin:0px 0px 0px 7px;
	float:left;display:inline-block;vertical-align:top;padding-top:6px;
}
.pagesBox .marketing {clear:both;display:inline-block;margin-left:75px;margin-top:20px;}
.pagesBoxhome .marketing {clear:both;display:inline-block;margin-top:1px;float:left; }

.phone {
	display:block;margin-left:125px;
}
.pagesBoxhome .marketing p {line-height:12px;}

.primaryWide {
	width:100% !important;
}

.par {
	background:#fff;
}

.inpar {
	background:#CCC;
}


/*
 *
 * Images
 *
 */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}

/* Forms - Class for labelling required form items */
.required {
	color: #cc0033;
}


/*
 *
 * Comments
 *
 */
article.comment {
	display: block;
}
#respond input[type=text] {
	float: left;
	margin: 0 1em 0 0;
	width: 60%;
}
#respond .comment-form-comment label {
	display: none;
}
#respond textarea {
	margin: 0 1em 1em 0;
	float: left;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/*
 *
 * Footer
 *
 */

#site-generator {
	border-top:1px solid #8f2744;
	padding: 1em 0 0;
	margin:5px 0 0 0;
}

#menu-footer {
	padding:0;
	margin:0;
}

#menu-footer li {
	list-style:none;
	float:left;
	padding:0 10px;
	border-right:1px solid #000;
}

#menu-footer li:first-child {
	padding:0 10px 0 0 !important;
}

#menu-footer li:last-child {
	border:none;
}

#menu-footer li a {
	text-decoration:none;
}

#menu-footer li a:hover {
	text-decoration:underline;
}

#colophon {
	padding: 1em 0px;
	clear: both;
	display: block;
	width: 980px;
	color:#000;
	font-size:12px;
	margin:0px auto;
}

#colophon a {
	color:#000;
}
.smalllogo {width:200px;float:left;display:inline-block;margin:0 0 0 1em;padding-left:10px;}
.copyright {
	text-align:right;
	margin:30px 0 30px 0;
	padding-bottom:20px;
	padding-right:20px;
	border-bottom:1px solid #16250a;
}
.footergrass {width:980px;height:112px;background:url(/wp-content/themes/turfcentral/images/footer-grass.jpg) no-repeat;display:inline-block;margin:10px 0px 0px 0px;}
.footergrass p {text-align:right;color:#fff;font-size:32px;padding:5px 20px 0px 0px;}
/* WOO COMMERCE OVERIDES */
ul.products li.product a img {height:200px!important;width:auto!important;text-align:center!important;}
#video {
	position:absolute;
	bottom:-80px;
	right:49px;
	border:10px solid #fff;
	margin:0px;
	z-index:600;
	background-color:#fff;
}
#video a {
	color:#014021;
	font-weight:bold
}
.videoClickDiv {
	cursor : pointer;
}
.videoLargeDiv {
	cursor : pointer;
}
.videoPopupDiv {
	width:259px;
	cursor : pointer;
	height: 155px;
}
.imageDiv {
	display:inline-block;
	vertical-align:top;
	width:278px;
	height:148px;
	border:1px solid #000;
	padding:0px;
	float:left;
	clear:both;
	margin-right:12px;
}.videocontainer {
	 
	 
	padding:0px;
	display:inline-block;
	vertical-align:top;
	float:left;
	z-index:700;
}
.videocontainer h2 {
	padding-left:5px;
	size:1em !important;
}
.videocontainer h3 {
	padding-left:5px;
	font-weight:lighter;
	color:#6c9113;
	font-size:.8em;
}
.videopage {
	text-align:center;
}
.videopage h2 {text-align:left;}
#videocontainer {
	 margin-left:13px;
	 width:584px;
	  text-align:center;
	 position:relative;
	 display:block;
	 padding-bottom:3em;
	
}
#targetVid {
	width:604px;
	height: 330px;
	margin:0px auto 0px auto;
}
#pagevid {
	width:255px;
	float:right;
}
#pagevid .imageDiv {
	float:right !important;
	 
}
#pagevid .caption {
	width:100%;
	font-size:.7em;
	padding:5px;
}