/*
Theme Name: Views Custom BGW
Theme URI: http://www.froling.com.au/
Description: Child Theme for Views Base
Author: Stu Nankivell
Author URI: http://www.froling.com.au/
Template: views_base
Version: 0.1
*/
 
@import url("../views_base/style.css");

#site-container {
	background-image:url(images/content-tile.jpg);
	background-repeat:repeat-y;
	background-size: 100%;
	background-position:right;
}

#main-container {
	border-left:none;
	padding-left: 20px;
	minimum-height:800px;

}

#header-container, #footer-container {
border:none;
}
hgroup {
display:none;
}
.site-header {
    padding: 0;
}
#site-container {
border:none;
}
.site-header img {
box-shadow:none;
border-radius: 0;
}
.site-info {
    border-top: none;
    color: #fff;
    font-size: ;
    padding: 20px 0 0;
}
.site-info a {
    color: #ddd !important;
}
.custom_footer {
margin-left: 3em;
}
header.entry-header .entry-title {
    font-size: 3rem;	
}

/*#######   Menu Styles ########*/

nav.main-navigation  {
    background-color: transparent;
    background-image:url(images/navbar-tile.jpg);
    background-repeat: no-repeat;
    border-bottom:0px;
    border-top:0px;
    display: inline-block;
    font-size: 1.4rem;
    margin-top: 0;
    width: 100%;
	filter:none;
	height:53px;
}

nav.main-navigation li a {
    color: #FFF;
    font-weight: normal;
	font-family:"futura-pt";
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight:400;
	font-size:1.7rem;
}

nav.main-navigation li a:hover {
    color: #d6bc89;
}

nav.main-navigation li{
	padding:5px 22px 5px 14px;
	background-image:url(../views_bgw/images/border-right-bg.png);
	background-position:right;
	background-repeat:no-repeat;
	border-right:none;
}

nav.main-navigation ul {
	padding-left:200px;
}

nav.main-navigation li ul {
    background-color:#326928;
	background-image:none;
	/*width: 200px;*/	
	z-index: 999;
}

#menu-item-34 {
	background:none;
}

nav.main-navigation li ul li a {
    display: block;
    padding: 3px;
    width: 220px;
	
}

nav.main-navigation li ul li {
	background:none;
}


/*#######  END Menu Styles ########*/

header.entry-header .entry-title {
    padding-top: 0;
}

body {
    color: #444444;
    font-family: "futura-pt";
    font-size: 2rem;
    line-height: 1.5em;
}

h1 {
  font-family: "jaf-lapture";
  font-style:normal;
  font-weight:400;
  font-size:4.2rem;
  color:#2c5b23;
}

h3 {
  font-family: "jaf-lapture";
  font-style:italic;
  font-weight:600;
  font-size:2.1rem;
  color:#444444;
}

h4 {
  font-family: "jaf-lapture";
  font-style:italic;
  font-weight:600;
  font-size:2.1rem;
  color:#444444;
}

header.entry-header h1.entry-title {
	font-family: "jaf-lapture";
	font-weight:bold;
	font-size: 3.2rem;
}

#main-container {
   background-image:url(images/tin-people.png);
   background-repeat:no-repeat;
   background-position:bottom right;
   background-size:100%;
   border-right:0px;
}

#content {
	min-height:650px;
}

.alignright {
	margin-left:10px;
}

div#content article.post, div#content article.page {
    border-bottom: none;
    margin-bottom: 20px;
    padding: 20px 0;
}

/* WIDGET STYLING  */

.widget {
	text-align:center;
	padding-right:25px;
}

.widget, img {
    border:none;
	box-shadow:none;
	border-radius: 0 0 0 0;
    box-shadow: 0;
}

.second_sidebar {
    clear: none;
    display: block;
    float: right;
    width: 17.8%;
}


/* FOOTER */

#footer-container {
    background-image:url(../views_bgw/images/footer.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	background-color:#8e4a63;
	
}

nav.footer-navigation {

}


.custom_footer {
	margin-left:32%;
	
}

/* SLIDERS */


#slider-pro-1 {
	margin-bottom: 20px;
}

/* CFORMS */

.cform label span {
    display: block;
    width: 240px;
}