/*
Theme Name: WP Bootstrap
Theme URI: http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial
Description: A demo theme built to accompany the Treehouse blog post <a href="http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial">How to Build a WordPress Theme with Bootstrap</a>.
Author: Zac Gordon
Author URI: http://teamtreehouse.com/
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html
*/

/*
===========THEME NOTES===========
Edited By: William Jay R. Afaga
Date: May 14, 2014

Wordpress Version: 3.9.1
Bootstrap Version: 3.1.1
=================================
*/

/*
style.css - Table of Contents:
000 - CSS Imports
001 - Developer Tools
002 - Main Styles
003 - Header Styles
004 - Home Page Styles
*/

/* 000 - CSS IMPORTS */
@font-face {
    font-family: 'robotoregular'; /*a name to be used later*/
    src: url('Roboto-Regular.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'robotoitalic'; /*a name to be used later*/
    src: url('Roboto-Italic.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'robotolight'; /*a name to be used later*/
    src: url('Roboto-Light.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'robotomedium'; /*a name to be used later*/
    src: url('Roboto-Medium.ttf'); /*URL to font*/
}

@import url('assets/bootstrap/css/bootstrap.min.css'); 
@import url('assets/bootstrap/css/bootstrap-theme.min.css'); 




/* END CSS IMPORTS */

/* 001 - DEVELOPER TOOLS */

div {
    /*border: 1px solid black;*/
}

/* END DEVELOPER TOOLS */

/* 002 - MAIN STYLES */

/* END MAIN STYLES */

/* 003 - HEADER STYLES */
#main-content p
{
	    font-family: 'robotoregular';
    font-size: 15px;
    color: #000000;
}

#main-content h1
{
font-family: 'robotoitalic';
    color: #000000;
    font-weight: bolder;
    font-size: 20px;
}

.container
{
width: 1250px !important;
}

.upper-nav .current_page_item
{
	background: transparent;
}

.current_page_item a {
    color: green !important;
}
.current_page_item
{
background:#ffffff;
}

#header-main
{
   background: url(assets/images/header-bg.png)no-repeat;
   background-size: 100%;
}

#main-nav ul li
{
    height: 37px;
    margin-top: 6px;
    margin-left: 42px;
    font-size: 15px;
    /* color: #ffffff; */
}

#main-nav ul li a
{
    position: relative;
    bottom: 7px;
    color:#ffffff;
    font-family: 'robotolight';
    letter-spacing: 1px;
}
#main-nav ul li:hover
{
	background: #ffffff;
	
}
#main-nav ul li a:hover
{
	color:green;
}


#main-nav
{
	background: #086B08 !important;
	border-radius: 0px;
	margin-bottom: 0px;
}

.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

#breadcrumbs li
{
	display: inline-block !important;
}

#breadcrumbs
{
	margin-top: 10px;
	margin-left: 76px !important;
}


#inner-holder
{
	/* background: url(assets/images/body-bg.png)no-repeat; */
	background-size: cover;
	padding-top: 20px;
	color:#000000;
}
#body-holder
{
		/* background: url(assets/images/body-bg.png)no-repeat; */
		background-size: cover;
		padding-top: 50px;
}


#footer-holder
{
	background: #086B08;
	/* height: 200px; */
}

.post-holder-custom p
{
	position: relative;
	left: 8px;
}

.post-holder-custom 
{
	background: url(assets/images/custom-bg.png)no-repeat;
	padding: 14px;
	width: 283px;
	/* margin-top: 20px; */
	background-size: cover;
	padding-top: 10px;
}

.post-holder-custom img
{width: 50px;float: left;height: 50px;padding-left: -5px;/* padding-right: 0px; */position: relative;top: -12px;}

.main-post-holder
{
	background: url(assets/images/custom-bg.png)no-repeat;
	padding: 5px;
	/* margin-top: 20px; */
	background-size: cover;
	width: 204px;
	margin-left: -20px;
}

.title-post-holder
{
	background: url(assets/images/text-post-bg.png)no-repeat;
	height: 46px;
	padding: 6px;
	font-size: 15px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

.title-post-holder a:hover
{
text-decoration: none;
}


.title-post
{
	    /* text-align: center; */
	    margin-left: 58px;
	    font-size: 10px;
}

#featured ul li
{list-style: none;}

.post-holder-custom ul li
{
}



.head
{
    background: #086F08;
    padding: 1px;
    text-align: center;
    width: 283px;
  
    color: #ffffff
}

.head h4
{
	  font-size: 25px;
}

.f-holder
{
	background: url(assets/images/text-post-bg-2.png)no-repeat;
	height: 30px;
	margin-left: 10px;
	color: #ffffff;
	margin-bottom: 20px;
	padding-top: 7px;
	font-size: 15px;
	/* margin-top: 10px; */
	position: relative;
	top: 10px;
	padding-left: 10px;
}

.main-featured-holder
{
	    margin-top: 20px;
	    background: url(assets/images/custom-bg-2.png)no-repeat;
	    width: 309px;
	    /* padding: 2px; */
	    margin-left: -14px;
}
.main-featured-holder img
{
	    width: 289px;
    margin-left: 10px;
}
.p p
{
	    margin-left: 10px;
}

body
{font-family: 'robotoregular' !Important;}

.shadow
{
	background: url(assets/images/shadow.png)no-repeat;
	height: 12px;
	background-size: 92%;
	margin-left: -16px;
}

.shadow-2
{background: url(assets/images/shadow-2.png)no-repeat;height: 12px;background-size: 91%;margin-left: -16px;}

.ls-bottom-slidebuttons
{
	display: none !important;
}

#left-nav
{
	margin-left: -40px;
	margin-top: 20px;
}

#left-nav ul li
{
	 background: url(assets/images/nav-bg2.jpg)repeat-x;
	 padding: 6px;
	 list-style: none;
	 font-size: 15px;
	 height: 29px;
}

#left-nav ul li a
{
	color: #ffffff;
	font-family: 'robotolight';
	font-size: 12px;
}

#left-nav ul li a:hover
{
	text-decoration: none;
}

.navbar-default
{
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 0px 0px rgba(0,0,0,.075) !important;
}

#right-post
{
	margin-top: 20px;
}

.upper-nav
{background: url(assets/images/upper-nav.png)no-repeat;height: 71px;margin-top: -10px;float: right;background-size: 100%;margin-right: -21px;width: 324px;}

.upper-nav ul li
{
	list-style: none;
	display: inline-block;
	border-right-style: solid;
	border-width: 1px;
	border-color: #086B08;
	margin: 13px;
	position: relative;
	left: -2px;
	top: 6px;
	/* text-align: center; */
}


.upper-nav ul li:last-child
{
	border-right-style: none;
}


.upper-nav ul li a
{
	position: relative;
	left: -13px;
	font-size: 18px;
	color: #086B08;
	font-weight: bolder;
	/* text-align: center; */
}

.social
{
	    margin-left: -32px;
    font-size: 15px;
    color: #ffffff;
}
.social li
{
	list-style: none;
	display: inline-block;
	margin: 5px;
}

.loc::before
{
	content: url(assets/images/loc.png);
	height: 5px;
	position: relative;
	top: 7px;
	left: -5px;
}

.loc , .email , .tel
{
	list-style: none;
	color:#ffffff;
	font-size: 15px;
}

.tel::before
{

	content: url(assets/images/tel.png);
	height: 5px;
	position: relative;left: -5px;
}

.email::before
{

	content: url(assets/images/email.png);
	height: 5px;
	position: relative;left: -5px;
}

#header-logo img
{
    /* width: 148px; */
    height: 89px;
}


.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 0px solid #eee !important;
    margin-bottom: -25px !important;
        font-family: 'robotoitalic';
    font-size: 30px;
}


.panel .panel-default
{
background:red !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #DDDDDD !important;
    border: 0px solid transparent !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top,#444444 0,#e8e8e8 100%) !important;
    background-image: linear-gradient(to bottom,#444444 0,#444444 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0) !important;
}


.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    color: #ffffff !important;
}

.leaves
{background: url(assets/images/leaves.png)no-repeat;list-style: none;padding-left: 30px;/* font-weight: bolder; */font-size: 15px;/* line-height: 20px; *//* margin: 1px; */margin-top: 12px;}

#searchsubmit
{
	      position: relative;
	      top: -1px;
	      left: 7px;
	      background: url(assets/images/search.png)no-repeat;
	      color: transparent;
	      width: 37px;
	      border-style: none !important;
	      height: 29px;
	      margin-bottom: 10px;
}
#s
{width: 81%;position: relative;left: 43px;background: url(assets/images/search-bg.png)no-repeat;height: 29px;border-style: none;}

.screen-reader-text
{
	color:#ffffff;
}

.header-holder
{
	    -webkit-box-shadow: -1px 11px 12px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 11px 12px -4px rgba(0,0,0,0.75);
    box-shadow: -1px 11px 12px -4px rgba(0,0,0,0.75);
    height: 89px;
    position: relative;
    z-index: 9;
}