﻿/*
Theme Name: Blackwood Farm
Description: This theme was custom built for Blackwood Farm.
Version: 1.0
Author: Chris Cooper
Author URI: http://www.webfreelancer.net.au
*/


/*===================================================================================================
  TABLE OF CONTENTS
  ===================================================================================================

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).

	1.1. Typography - These are the base style for all typography.

	1.2. Buttons & Hyperlinks - These are the base style for all buttons.

2. Header Region - Styles specific to header region, title, slug, top menu, etc.

	2.1. Slide Show - Styles specific to the home page Slide Show.

	2.2. Navigation - Styles specific to the main navigation.

3. Home Page Elements - Styles specific to home page.

4. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.

5. Footer Region - Styles specific to the footer region.


  ================================================================================================*/

/*=== CSS RESET ===*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, p, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, 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-weight: inherit;	font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;} :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } table { border-collapse: separate; border-spacing: 0;} caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } img{ display:block; } a img{ border:none; outline:none; } .alignleft{ float:left } .alignright{ float:right; } .aligncenter{text-align:center; margin:0 auto;} .clear{ clear:both; }


/*==================================================
  1. Initial Styling
  ==================================================*/

body
{
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #2a201c;
	background-color: #090502;
	padding:0px !important;
	margin:0px !important;

}


#window
{
    float:left;
    position:relative;
	background-image: url('images/gfx_woodBG.png');
	width:100%;
	padding-bottom: 30px;
}


/*==================================================
  1.1. Typography
  ==================================================*/

H1
{
	font-size:18px !important;
	z-index: 0 !important;
	font-weight: bold !important;
	line-height: normal !important;
	color: #26150b;
	padding: 0px !important;
	margin: 0px 0px 10px 0px !important;
	clear:both;
	text-transform: uppercase;

}


H2
{
	font-size:14px !important;
	z-index: 0 !important;
	font-weight: bold !important;
	line-height: normal !important;
	color: #26150b;
	padding: 0px !important;
	margin: 10px 0px 10px 0px !important;
	clear:both;
	text-transform: uppercase;

}

.saleHeading
{
	font-size:14px !important;
	z-index: 0 !important;
	font-weight: bold !important;
	line-height: normal !important;
	color: #26150b;
	padding: 0px !important;
	margin: 0px 0px 10px 0px !important;
	text-transform: uppercase;

}



/*==================================================
  1.2. Buttons & Hyperlinks
  ==================================================*/

a{
	color: #be772d;
	text-decoration: none;

}

a:hover
{
	color: #422f24;
}


#pageContent  a
{
    color: #1f140a;
    font-weight: bold;
}


#pageContent  a:hover
{

}

/*==================================================
  2. Header Region
  ==================================================*/

#headerArea
{
    width:919px;
    margin: auto;
    height: 126px;
    background-image: url('images/gfx_headerAreaBG.png');
	background-repeat: no-repeat;
	position:relative;
}

#header
{
    background-image: url('images/gfx_headerBG.png');
	background-repeat:repeat-x;
	min-height: 131px;
	width: 100%;
	position:relative;
}


#header img
{
     position:absolute;
  text-align: center;
  padding-top: 20px;
  left: 230px;
}

#homeSidebar
{
     float:right;
     position:relative;
     width: 280px;
     text-align: right;
     margin: 0px;
     padding: 0px;
}


/*==================================================
  2.2. Slide Show
  ==================================================*/


#slideShowArea
{
    width:899px;
    margin: 15px auto;
    height: 299px;
    background-image: url('images/gfx_slideShowBG.png');
	background-repeat: no-repeat;
}

#slideShow
{
    float: left;
    position: relative;
    width:871px;
    margin: 14px 15px 15px 15px !important;
    height: 271px;
    background-color: #000000;
    display: block;
    overflow: hidden;
}


#slideshow_pager{
	position:absolute;
	top:233px;
	right:20px;
	z-index:100;
}

#slideshow_pager a{
	float:left;
	height:20px;
	width:20px;
	text-align:center;
	line-height:20px;
	background-color:#28160b;
	margin-left:5px;
	color:#FFF;
}

#slideshow_pager a:hover , #slideshow_pager a.activeSlide{
	background-color:#090502;
}

.img_container.half{
	float:left;
}

.slider_content_half{
    float:left;
    width:389px;
    padding:0 26px;
}



/*==============================================================
  2.2. Navigation
  ==============================================================*/

#main_nav
{
    position: absolute;
	width:740px;
	z-index:10 !important;
	top: 88px;
	margin-left: 100px;

}


#main_nav ul{
	float:left;
	margin: 0px !important;
	z-index:10 !important;
}

#main_nav ul ul{
	position:absolute;
	float:left;
	display:none;
		margin: 0px !important;
}

#main_nav li{
	position:relative;
	float:left;
    margin: 0px !important;

}

#main_nav li li{
	display:block;
	float:none;
	position:relative;
	margin: 0px !important;
}

#main_nav li:hover ul{
	display:block;
}

#main_nav li a{
	float:left;
	display:inline;
	padding: 5px 15px;
	font-size:15px;
	color:#FFF;
	position:relative;
	text-transform: uppercase;
	line-height: normal !important;
	margin: 0px !important;
	height: 30px;
}

#main_nav li a:hover
{
    float:left;
	display:inline;
	padding: 5px 15px;
	line-height: normal !important;
	text-transform: uppercase;
	font-size:15px;
	color:#FFF;
	position:relative;
	height: 30px;
}
 #main_nav li.current-menu-item a, #main_nav li.current_page_ancestor a{
	color:#d78632 !important;

}

#main_nav li.current-menu-item li a, #main_nav li.current_page_ancestor li a{
		color:#d78632 !important;

}

#main_nav li.current-menu-item li a:hover,  #main_nav li.current_page_ancestor li a:hover{
		color:#d78632;
}

#main_nav li li a{
	float:none;
	display:block;
	white-space:nowrap;
}


#main_nav ul.sub-menu {
	position:absolute;
	top:30px;
	left:0px;
	display:none;
	z-index:100;
	float:left;
	z-index: 999 !important;
}

#main_nav ul.sub-menu li{
	display:block;
	clear:both;
	float:none;
	margin-left:5px;
	padding-bottom:0;
}

#main_nav ul.sub-menu li a{
	float:none;
	display:block;
	white-space:nowrap;
	color:#FFF !important;
	background-color:#1f140a !important;
	padding:5px 15px;
	font-size:14px;
	min-width: 150px;
		text-transform: uppercase;
			height: 20px;
}

#main_nav ul.sub-menu li a:hover {
	background-color:#23180d !important;
	font-size:14px;
	color: #d78632 !important;
	min-width: 150px;
		text-transform: uppercase;
			height: 20px;
}


#menu ul.sub-menu li.current-menu-item a{
	background-color:#1f140a !important;
	font-size:14px;
	color: #d78632 !important;
	min-width: 120px;
	text-transform: uppercase;
		height: 20px;
}


/*==================================================
	3. Home Page Elements
  ==================================================*/

#pageContentHome
{
     float:left;
     width: 573px;
     background: #ab9c73 url('images/contentArea_top.png') no-repeat top;
     min-height: 180px;
     padding: 15px 15px 0px 15px;
}

.pageContentBottomHome
{

     float:left;
     width: 603px;
     background: #ab9c73 url('images/contentArea_bottom.png') no-repeat top;
     min-height: 16px;
     padding:0px !Important;
     margin :0px !Important;
}


/*==================================================
	3. Gallery Page Elements
  ==================================================*/

body.page-id-27 .ngg-album-compact {
    padding-bottom: 15px !important;
}

body.page-id-27 .ngg-album-compactbox {
    border: none !important;
    overflow: hidden;
}

body.page-id-27 .ngg-album-compact a {
    display: block;
}

body.page-id-27 .ngg-album-compactbox {
    padding: 0 !important;
}

body.page-id-27 .ngg-album-compactbox .Thumb {
    height: auto !important;
    max-width: 100% !important;
}

body.page-id-27 .ngg-album-compact h4 .ngg-album-desc {
    height: auto !important;
    overflow: visible !important;
}

body.page-id-27 .ngg-album-compact cufon cufontext {
    font-size: 14px !important;
    height: auto !important;
    margin-top: -15px;
    overflow: visible !important;
    text-indent: inherit !important;
    width: auto !important;
}

/*
body.page-id-27 .ngg-album-compact {
    padding-right: 0 !important;
    width: calc(100% / 3) !important;
}

body.page-id-27 .ngg-album-compactbox {
    width: 100% !important;
}

body.page-id-27 .ngg-album-compactbox .Link {
    display: block;
}

body.page-id-27 .ngg-album-compactbox img {
    height: auto !important;
    width: 100% !important;
}

@media (max-width: 767px) {
    body.page-id-27 .ngg-album-compact {
        width: 100% !important;
    }
}
*/

/*==================================================
	4. Content Region
  ==================================================*/

  #contentArea
{

    width:900px;
	margin:auto;
	margin-top: 20px;
	text-align: left;
	padding-bottom: 10px;
	vertical-align: top;
}


#pageFeatureImage
{
    float:right;
    width: 603px;
overflow: hidden;
height: 290px;
vertical-align: middle;
}

#pageContent
{
    float:right;
    background: #ab9c73 url('images/contentArea_top.png') no-repeat top;
    width: 573px;
    min-height: 100px;
    padding: 15px 15px 0px 15px;
}


#galleryContent
{
    float:left;
    background: #ab9c73 url('images/fullAreaTop.png') no-repeat top;
    width: 860px;
    min-height: 100px;
    padding: 15px 15px 15px 15px;
    margin-left:5px;

}

#galleryContentBottom
{
    float:left;
    width: 890px;
    background: #ab9c73 url('images/fullAreaBottom.png') no-repeat top;
    min-height: 16px;
       margin-left:5px;
}


#pageContent p, #pageContentHome p
{
     padding: 5px 0px;
}

.pageContentBottom
{
    float:right;
    width: 603px;
    background: #ab9c73 url('images/contentArea_bottom.png') no-repeat top;
    min-height: 16px;
}


.post
{


}

.postFeaturedImage
{
    float:left;
    width: 200px;
    margin-right: 15px;
    position: relative;
}


.postContent
{
    float:right;
       position: relative;
     width: 340px;
}

.postInfo
{
     font-size:11px !important;
     padding: 0px !important;
	margin: 0px !important;
	color: #534334;
}

.postContent h1
{
    font-size:18px !important;
	z-index: 0 !important;
	font-weight: bold !important;
	line-height: normal !important;
	color: #26150b;
	padding: 0px !important;
	margin: 0px 0px 0px 0px !important;
	clear:both;
	text-transform: uppercase;
}


.alignleft
{
 text-align:left !Important;
}

.cleardotted
{
 float:left;
 width:100%;
 clear:both;
  border-bottom: 1px dotted #1f140a;
 margin-bottom: 10px;
 display:block;
}

.readMoreBUtton
{
 width: 97px;
 height: 21px;
 background-image: url('images/btn_readMore.gif');
 text-indent: 99999;
 overflow:hidden;
}

/*==================================================
	4.1 Widget Region
  ==================================================*/

.widgetContent H2
{
    font-size: 18px !important;
 color: #c87e30;

 letter-spacing: 2px;
 margin: 0px !important;
 padding: 0px !important;
 margin-bottom: 10px !important;

}

.widgetContent
{
    float:left;
    color: #fff;
    background: #1f140a url('images/widgetArea_top.png') no-repeat top;
    width: 242px;
    padding: 15px 15px 10px 15px;
     clear:both;
}


.widgetContent ul a
{
    font-size: 14px;
   color: #FFF;
    text-decoration: none;
    text-transform:uppercase;

    line-height: 20px;

}

.widgetContent ul a:hover
{
	color: #ab9c73;
}


.widgetContent ul
{
   margin-left: 25px;
   list-style-image: url('images/bulletPoint.gif');

}

.widgetContent li
{
   margin-bottom: 10px;


}


.widgetBottom
{
    float:left;
    width: 272px;
    background: #1f140a url('images/widgetArea_bottom.png') no-repeat top;
    min-height: 16px;
    clear:both;
        margin-bottom: 15px !important;
}


#generalSidebar, #generalSidebar ul, #generalSidebar img
{
    float:left;
    width: 270px;
    clear:both;
    position: relative;

}



/*=========================================================
  5. Footer Region
=========================================================*/

  #footer
{
    float:left;
    position:relative;
  	background-image: url('images/gfx_footerBG.gif');
	background-position:top;
	background-repeat:repeat-x;
	min-height: 200px;
	width: 100%;
}


  #footerArea
{
    padding-top: 40px;
    width:919px;
    margin: auto;
    color: #FFF;
    padding-left: 30px;
}


#footerArea H4
{
    font-size: 18px !important;
    color: #c87e30;
    text-transform:uppercase;
    letter-spacing: 2px;
    margin: 0px !important;
    padding: 0px !important;
    padding-bottom: 8px !important;
    border-bottom: 1px dotted #FFF;
    margin-bottom: 10px !important;

}


#footerArea  a
{
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    text-transform:uppercase;
    line-height: 20px;

}

#footerArea  a:hover
{
	color: #ab9c73;
}


#footerArea ul
{
   margin-left: 25px;
   list-style-image: url('images/bulletPoint.gif');

}

#footerArea li
{
   margin-bottom: 10px;


}

.footer-widget
{
 width: 20%;
 float: left;
 margin-right: 30px;
}


#nav_menu-5
{
 margin-right: 60px;
}

#nav_menu-6
{
 width: 200px;
}

#text-5
{
 float: right;
 width: 280px;
     font-size: 16px;
    color: #FFF;
    text-decoration: none;
    text-transform:uppercase;
    line-height: 25px !important;
}

#copyright
{
 font-size: 10px;
 float: left;
 clear: both;
    line-height: normal!important;
    margin: 10px 0px;
    color: #8f8c89
}


#copyright a
{
 font-size: 10px;
 float: left;
 clear: both;
    line-height: normal !important;
    color: #ab9c73;
    text-transform:none;
}

#copyright a:hover
{

    color: #796630;

}




/*==================================================
	6. Misc. & Plugins
  ==================================================*/

/*=== GRAVITY FORM STYLES  ===*/


.gform_title
{
	font-size: 16px;
	letter-spacing: 3px;
	color: #FFF;
	margin-bottom: 8px;
	text-transform:uppercase;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	z-index: 0;
	font-weight:normal;
}

.gfield_label, .gform_edit_link, .validation_error, .validation_message, .gform_validation_container
{
	display: none !important;
}


#pageContent input, #pageContent  textarea, #pageContent  select
{
	border: 2px solid #897643;
	font-family: Arial !important;
	width: 355px !important;
	padding-left: 5px !important;
	color: #000;
	padding-top:3px !important;
	height: 20px;
	margin-bottom: 10px;
	font-size: 12px !important;
	background-color: #d4caad;
}

#pageContent textarea
{
	height: 150px;

}


#pageContent select
{
	width: 365px !important;
	height: 25px !important;

}


/* Watermark text field classes */

.inactive
{
	font-size: 14px;
	color: #000 !important;
	background-color: transparent;
}

.active
{
	font-size: 14px;
	color: #000;
	background-color: transparent;
}

.focused
{
	font-size: 14px;
	color: #000;
	background-color: transparent;
}

#gform_wrapper_1 ul, #gform_wrapper_1 ul li {
    padding: 0 !important;
    margin:0 !important;
    list-style: none !important;
    list-style-image: none !important;
}

#gform_wrapper_1 li {
    padding: 0px !important;
     margin:0 !important;
}


/* Submit Button */
 input#gform_submit_button_1
{
	float: left;
	position:relative;
	margin: 0px;
	margin-bottom: 20px;
	padding:0px;
	border: 0px none;
	width: 141px !important;
	height: 33px;
	background-color: #ab9c73;
	}

.gform_wrapper .gform_footer
{
 padding: 0px !important;
}


/* Validation Erros */

#pageContent .gfield_error input, #pageContent .gfield_error textarea, #pageContent .gfield_error select
{
	border: 2px solid #f14545;
	font-family: Arial !important;
	width: 355px !important;
	padding-left: 5px !important;
	color: #000;
	padding-top:3px !important;
	height: 20px;
	margin-bottom: 10px;
	font-size: 12px !important;
	background-color: #f3cbcb;
}

#pageContent .gfield_error textarea
{
	height: 150px;

}



/* Gallery */

.ngg-gallery-thumbnail IMG
{
 Background-color: #493b13 !important;
 border: 1px solid #493b13 !important;

}


.ngg-navigation
{
    float: left !important;
    text-align: left !important;
   height: 40px !important;
}

.ngg-albumoverview
{
    position: relative !important;

}


.ngg-album-compact H4
{
    padding-top: 5px !important;
    width: 200px !important;
    text-transform:uppercase;
    color: #090502 !important;
}

.ngg-album-compact a
{
    color: #090502 !important;
}



.ngg-album-compact
{
    width: 209px !important;
    height: 180px !important;
     padding: 0px !important;
    margin: 0px !important;

}

.ngg-album-compactbox
{
    width: 170px !important;
    height: 120px !important;
    padding: 0px !important;
    margin: 0px !important;
    background-image: none !important;
      padding-left: 0px !important;
}


.ngg-album-compactbox .Thumb
{
    width: 170px !important;
    height: 120px !important;
    padding: 0px !important;
    margin: 0px !important;
    border: 4px solid #493b13 !important;


}