/*
Theme Name: The Theme
Theme URI: http://noosawebdesign.com.au
Description: A Theme for Others.
Version: 1.0.1
Author: Dave Spencer
Author URI: http://noosawebdesign.com.au
*/

html, body {
	height: 100%;
}  

body.theme {
    padding-top: 88px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
}

.theme h1, .theme h2, .theme h3, .theme h4, .theme h5, .theme h6 {
	font-family: 'PT Serif', serif;
	color: #676767;
}

.theme h1 {
	font-size: 30px;
}

#wrap {
    height: auto !important;
    margin: 0 auto -180px;
    min-height: 100%;
    padding: 0 0 180px;
    background-color: #f7f7f7;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img.alignright {
    margin-left:10px;
}

img.alignleft {
    margin-right:20px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.input-highlight {
	outline: 1px solid #ffcc00;
	background-color: #fef9e3 !important;
}

input[type="text"], textarea {
    margin-bottom: 4px;
    width:100%
}

table {
    width: 100%;
}

.theme a {
	color: #6aa045;
}

.theme a:hover, .theme a:focus {
	color:#676767;
	text-decoration: none;
}

.theme .navbar-brand {
	margin-right: 22px;
}

.theme .navbar-brand img {
	margin-top: 4px;
}

.theme .navbar-brand h1 {
	color:#fff;
	margin:4px 0 0 0;
	font-weight: 800;
	letter-spacing: 4px;
}

.theme .navbar-brand p {
	color:#fff;
	margin:0;
	text-transform: uppercase;
	font-size: 12px;
}

.theme .navbar-header a {
    padding:0;
    color:#eee;
}

.theme .navbar-default {
    background-color: rgba(240, 240, 240, 0.95);
    background-image: none;
    border:none;
}

.theme .navbar-toggle {
    padding: 19px 19px;
}

.theme .navbar-default .navbar-nav > li > a, .theme .navbar-default .navbar-nav > li > a:focus {
    font-size:18px;
    font-family: 'PT Serif', serif;
    color:#676767;
    margin: 38px 0 0px 10px;
    padding-bottom: 13px;
    padding-top: 17px;
}

.theme .navbar-default .navbar-nav > li:hover > a, .theme .navbar-default .navbar-nav > li.active > a {
    color:#6aa045;
}


.theme .navbar-default .navbar-nav > .active > a, .theme .navbar-default .navbar-nav > .active > a:hover, .theme .navbar-default .navbar-nav > .active > a:focus {
    background:none;
	box-shadow: none;
	background-color: transparent;
    color: #432440;
}

.theme .navbar-default .navbar-nav > .open > a, .theme .navbar-default .navbar-nav > .open > a:hover, .theme .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #333;
}

.theme .dropdown-menu > .active > a, .theme .dropdown-menu > .active > a:hover, .theme .dropdown-menu > .active > a:focus {
    background-color: #357ebd;
    background-image: linear-gradient(to bottom, #ed1b24 0px, #ce1820 100%);
    background-repeat: repeat-x;
}

.navbar .pull-right img {
	padding:12px 0 0 0;
}

.footer-container a {
    margin:10px 0;
}

.footer-container a:hover {
	text-decoration: none;
}

.box h4 {
	margin-top:20px;
}

.box ul {
	list-style: none;
	padding-left: 0;
	font-size:14px;
}

.box .menu-item > a {
    color:#676767;
    margin:10px 0;
}

.box .menu-item > a:hover {
	color:#6aa045;
	text-decoration: none;
}

.separator span {
	color:#999;
	font-size:16px;
}

.nav span.glyphicon {
	color:#aaa;
}

.nav span.glyphicon:hover {
	color:#eee;
}

.slide {
	width:100%;
	position:relative;
	-webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;
}

.sliders {
	width:100%;
	margin: 0 0 20px 0;
}

.home-back {
	position:absolute;	
	width:38%;
	height:200px;
	background-color: #f0f0f0;
	filter: alpha(opacity=90);
	opacity: 0.90;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.home-tag {
	position:absolute;
	color:#222;	
	width:37%;
	height:220px;
	padding:20px;
}

.home-button {
	right:-2px;
	top:5px;
	position:absolute;
    padding:6px 6px 3px 6px;
	line-height: 1.2;
	cursor: pointer;
	border:1px solid #bbb;
	background-color: #fff;
	filter: alpha(opacity=85);
	opacity: 0.85;
}

.home-title {
	font-size:24px;
	font-family: 'PT Serif', serif;
}

.home-text {
	overflow: hidden;
}

.post-container {
	padding-top: 18px;
}

.footer-container {
	background-color: #ddd;
	color:#676767;
}

.credit-container {
	background-color: #f7f7f7;
	color:#bbb;
	padding-top:10px;
	padding-bottom: 0px;
}

.transparent {
	filter: alpha(opacity=85);
	opacity: 0.85;
}

.wpcf7-form-control {
	width:100%;
}

.textwidget img {
	margin-top:12px;
}

.ui-widget-content a.submit_anchor, .ui-widget-content a.button {
	background-color: #7C1F4C;
    background-image: linear-gradient(to bottom, #7C1F4C 0px, #432440 100%);
    background-repeat: repeat-x;
	color:#fff;
	text-decoration: none !important;
    -webkit-border-radius:4px;
   	-moz-border-radius:4px;
   	border-radius:4px;
    height: 29px;
    margin: 0 auto;
    padding: 6px 20px  !important;
    border: medium none;
    cursor: pointer;
}

.ui-widget-content a.submit_anchor:hover .ui-widget-content a.button:hover {
	background-image: linear-gradient(to bottom, #432440 0px, #7C1F4C 100%);
    color: #ddd;
}

