/*
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: 'Century Gothic', sans-serif;
    font-weight: 400;
    background-color: #222;
    color:#e7e7e7;
    font-size: 15px;
}

.theme h1, .theme h2, .theme h3, .theme h4, .theme h5, .theme h6 {
	font-family: 'Century Gothic', sans-serif;
	font-weight: 400;
	color: #e7e7e7;
}

#wrap {
    height: auto !important;
    margin: 0 auto -40px;
    min-height: 100%;
    padding: 0 0 40px;
}

.theme hr {
	border: 1px solid #444;
}

.bold-brown {
	font-weight: bold;
	color:#956315;
}

.bold-white {
	font-weight: bold;
	color:#bbb;
}

.bold-white:hover {
	color:#956315;
}

.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[type="text"], textarea {
    margin-bottom: 4px;
    width:100%;
}

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

table {
    width: 100%;
}

.theme a {
	color: #956315;
}

.theme a:hover, .theme a:focus {
	color:#e7e7e7;
	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(31, 31, 31, 0.85);
    background-image: none;
    border: 1px solid #444;
    
}

.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: 'Century Gothic', sans-serif;
	font-weight: 400;
    color:#e7e7e7;
    margin: 14px 0;
    text-shadow: none;
}

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


.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: #fff;
}

.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: #fff;
}

.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;
}



.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;
}

.home-text {
	overflow: hidden;
}

.home-text li a:hover{
	color:#000;
}

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


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

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



