/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

body {
	background: rgb(255,255,255);
	font: 14px/21px 'Bree Serif', Helvetica,Arial,Sans-serif;
	color: rgb(0,0,0);
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	}
#breadcrumbs { 
	font-size:10px;
	text-align: right;
	clear:both; 
	margin-bottom:10px;
	padding-right:20px;
	}
.content {
	clear:both;
	}	
.container {
	position:relative;
	z-index: 10;
	padding: 0 40px 40px;
	margin-bottom: 10px;

	border-radius: 3px;
/*	box-shadow: 0 2px 3px rgba(0,0,0,.5);
	background: rgb(245,240,230) url(../images/container-bg.png) repeat center;
	background: rgba(245,240,230,0) url(../images/container-bg.png) repeat center;
*/
}
.copyrighttext {
	text-align: center;
	position:relative;
	z-index: 10;

	color:white;
}
.copyrighttext a {color:white;}
footer {	
	padding:20px 40px 40px;
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0,0,0,.5);
	border-radius: 3px;
	background: url(../images/container-bg.png) repeat center;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
footer div > div {float:left; width: 29%;margin-right:4%;}
form .row {margin-bottom:0;}
form ul {list-style-type: none;margin-bottom:0;}

header {
	padding-top:20px;
	margin-bottom:20px;
	}

header h1, 
header h2, 
header h3, 
header h4, 
header h5, 
header h6 {
	text-indent:-9999px;
	height:0;
	margin:0;
	padding:0;
	}
header.no-offset .logo h1, 
header.no-offset .logo h2, 
header.no-offset .logo h3 {
	text-align:center;
	text-indent: 0;
	height: auto;
	text-decoration: none;
	color:white;
	text-shadow: 0 1px 1px rgb(0,0,0);
}
header.no-offset .logo a {text-decoration: none;}
header.no-offset .logo h1 {font-size: 46px;}
header.no-offset .logo h2 {font-size: 22px;}
header.no-offset .logo h3 {font-family: 'Trade Winds', serif;font-size: 34px; color: rgb(135,35,15);}


.home #mainmenu {float:right;}

.home .content,
.home .content p, 
.home .content h1,
.home .content h2,
.home .content h3,
.home .content h4,
.home .content h5
{color:white!important;text-shadow: 0 1px 1px rgb(0,0,0);}
img.bg {
	z-index: 1;
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
	img.bg {
		left: 50%;
		margin-left: -512px;   /* 50% */
	}
}

body.contact footer #contactinfo, body.contact footer hr {display:none;}

.main {
	padding:20px;
	margin-bottom: 20px;
	border-radius: 3px;
	background: url(../images/container-bg.png) repeat center;
	box-shadow: 0 2px 3px rgba(0,0,0,.5);

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.meta, .meta a {color: rgb(80,80,80);}
nav select { display: none; }

p.disclaimer { font-size:10px;}

#side  {
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0,0,0,.5);
	padding:10px;
	margin-bottom:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	background: rgb(245,240,230) url(../images/container-bg.png) repeat center;
	background: rgba(245,240,230,0) url(../images/container-bg.png) repeat center;
}
.search-input {float:left;display:inline;width:70%;}
.search-button {float:left; margin:-1px auto auto 5px;display:inline;clear:none;}

.social-media a {
	text-decoration: none;
	}

/* Twitter Feed */
div.navtitle {
}
select.responsiveMenuSelect {text-align: center;}
.responsiveMenuSelect option {text-align: left;}
.responsiveMenuSelect option:first-child {
	display:none;
	text-align: center;
}
.textwidget {margin-bottom:20px;}
.comment-body {margin-bottom:20px;}
ul.children {list-style-type: none;}
ul#twitter_update_list {
	list-style-type: none;
}

ul#twitter_update_list li {
	background: rgba(0,0,0,.1);
	padding:10px;
	margin-bottom:10px;
	border-radius: 3px;
}

ul#twitter_update_list li a {
} 

/* #Page Styles
================================================== */

.home #breadcrumbs, .home #free-quote {display:none;}



/* Forms
================================================== */
/* Form Styling */

form .required { color:red;}
form label {display:inline;
}



/* Contact Form 7 Plugin - Validation Error Styling */

.wpcf7-response-output {
	clear:both;
	float:none;
	display:block;

	background:rgb(110,60,115);
	border-radius:2px;

	color:white;
	}
span.wpcf7-not-valid-tip {
	z-index: 100;
	display:block;

	margin-top:-9px;
	padding:5px 5px;

	width:auto; 
	min-width: 175px; 
	max-width:100%;

	background: rgb(150,50,50);
	border-radius: 2px;

	color: white;
	font-size: 10pt;
	}

/* #Button
================================================== */


/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {


	nav ul     { display: none; }
	nav select { display:block; width:100%; margin-bottom:0;}

}/*MEDIA QUERY CLOSE*/

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	header img {
		width:100%;
		}
	img {
		width:auto;
		max-width:100%;
	}
	.search-input {display:block;width:95%!important;}
	.search-button {float:right!important; }

}/*MEDIA QUERY CLOSE*/

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

#breadcrumbs { 
	text-align:center; 
	padding-bottom: 5px;
}

#contactinfo {
	text-align: center;
	}

footer {text-align: center;}
.footer .content > div {float:none;display:block; width: 100%;margin-right:0;}
header {
	position:relative;
}
header img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
img {
	width:auto;
	max-width:100%;
	display:block;
	margin:0 auto 20px;
}
.half, .third, .quarter {
	float:none;
	display:block;
	width:100%;
	margin-right:0;	
	}

.image-right, .image-left, .image-center, .image, .right, .left { 
	float:none;
	display:block;
	margin: 0 auto 20px;
	}
.partnerpage h3 {text-align:center;}
.phone {text-align:center;}
#search {display:block;margin-left: 25%;}

#sidebar-pad {padding-left:0px;}

.social-media a {
	display: inline!important;
	margin-left:10px;
	}
.social-media a:first-child {
	margin-left:0px;
	}

}/*MEDIA QUERY CLOSE*/



/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}/*MEDIA QUERY CLOSE*/

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

#search {margin-left: 15%;}

}/*MEDIA QUERY CLOSE*/


