/*
Theme Name:     Gdb1-test
Description:    Customisation of parent GDB1
Author:         Bigcat
Template:       gdb1

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../gdb1/style.css");
html {
	height: 100%;
}

body {
  font-size: 100%;
	height: 100%;
	background-color: #F9EEE3;
}
.container {
	min-height: 100%;
	height: 100%;
	height: auto !important;
	position: relative;
}

h1 {
	font-size: 200%;
	color: #428BCA;
	margin: 0;
}
h2 {
	font-size: 200%;
	color: #428BCA;
	margin-top: 1em;
}
h3 {
	font-size: 175%;
	color: #428BCA;
	margin-top: 0.25em;
}
p {
	font-size: 170%;
	color: #B22D00;
	margin: 1em;
}
p.blog_quote {
	color: #666;
	margin-left: 4em;
	margin-right: 4em;
}

header h2 a {
	font-size: 225%;
	margin-bottom: 0.5em;
}
.gdb1wrapper {
	padding-bottom: 4em;
}

footer {
	position:absolute;
	bottom:0;
	width:100%;
	height: 4em;
}

p.ct_postdate {
	font-size: 100%;
	color: #555555;
	margin: 0.4em;
}

.navbar {
	background-color: #BAD2F4;
}
.navbar-default .navbar-nav > li > a {
	color: #000066;
	font-size: 185%;
	outline: none;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: inherit;
	text-decoration: underline;
}
.ct_divline {
	background-color: #BAD2F4;
	width: 95%;
	height: 2px;
	margin: 1em auto;
}
.ct_blogrule {
	background-color: #BAD2F4;
	width: 40%;
	height: 2px;
	margin: 0.5em auto;
}
p.ct_blogmore {
	margin: 0;
}
.btn-default {
	background-color: #BAD2F4;
}
/*  Contact Form
/*/
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
	border: 1px solid #428BCA;
	font-size: 140%;
	color: #B22D00;
}
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
	border: 1px solid #428BCA;
	font-size: 140%;
	color: #B22D00;
}