/*
Theme Name: garagedoorguy
Theme URI: http://rymera.com.au
Author: Rymera Web Co (jkohlbach)
Author URI: http://rymera.com.au
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: garagedoorguy
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 garagedoorguy is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


body {
	background: #005382 url('images/bg.jpg') repeat center top !important;
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6, p, li {
	color: #303030;
}

ul, ol {
	margin: 0 0 1.5em 1.5em;
}

#content {
	max-width: 1140px;
	margin: 0 auto;
}

.site-branding h1, .site-branding h2 {
	display: none;
}

.site-branding #logo {
	width: 100%;
}

h1.entry-title {
	text-align: center;
	font-size: 3em;
	font-family: 'Courgette', Helvetica, Arial, sans-serif;
	color: #ffffff;
}

.page-content, .entry-content, .entry-summary, .site-info {
	margin: 1.5em 5em;
	background: #FFF;
	padding: 3em;
}

h2 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

.alignright {
	margin-left: 3.5em;
}

.redbar {
	display: block;
	width: 100%;
	clear: both;
	background: #e60000;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 60px;
	color: #ffffff;
}

.bluecontactform {
	display: block;
	width: 100%;
	clear: both;
	background: #006096;
	overflow: hidden;
	color: #ffffff;
	margin-bottom: 20px;
}

.specialinner {
	padding: 1.5em;
	overflow: hidden;
}

.redbar p, .bluecontactform p {
	color: #ffffff;
	margin-bottom: 1em;
}

.redbar h2, .bluecontactform h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0;
}

.redbar h3, .bluecontactform h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0;
}

.bluecontactform h3 {
	margin-bottom: 1em;
}

.leftcol {
	float: left;
	display: inline;
	width: 30%;
	margin-right: 3%;
}

.rightcol {
	float: left;
	display: inline;
	width: 67%;
	margin-right: 0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], textarea {
	padding: 10px;
	color: #666;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	max-width: 90%;
}

input[type="submit"] {
	background: transparent url('images/yellowButton.jpg') repeat-x center top;
	padding: 0px 20px;
	height: 40px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border: 1px solid #e6a800;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25)
}

input[type="submit"]:hover {
	background-position: center bottom;
	border: 1px solid #e6a800;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
}

.site-footer {
	max-width: 1140px;
	margin: 0 auto;
}

.site-info {
	background: transparent;
	margin: 0 3em;
	padding: 0 2em;
}

.site-footer .footerleft {
	float: left;
	color: #ffffff;
	font-size: 0.8em;
	width: 50%;
}

.site-footer .footerright {
	float: right;
	color: #ffffff;
	font-size: 0.8em;
	width: 50%;
	text-align: right;
}

.site-footer p {
	color: #ffffff;
}

@media handheld, only screen and (max-width: 767px) {
	.page-content, .entry-content, .entry-summary {
		width: auto;
		margin: 0;
		padding: 1em;
	}
	
	h1.entry-title {
		font-size: 180%;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
	
	.alignright {
		float: none;
		display: block;
		width: 80%;
		margin: 0 10% 1em 10%;
	}
	
	.redbar {
		margin-top: 20px;
	}
	
	.redbar h2, .bluecontactform h2 {
		font-size: 140%;
	}
	
	.redbar h3, .bluecontactform h3 {
		font-size: 1em;
	}
	
	.leftcol {
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 1em;
		overflow: hidden;
	}
	
	.rightcol {
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 0em;
		overflow: hidden;
	}
	
	.site-info {
		margin: 0;
		padding: 0 1em;
	}
	
}
