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

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

/* #Site Styles
================================================== */
div.container h1.remove-bottom {
text-indent:-99999px;
position:relative;
background:#fff url(/images/rick-thompson-land-surveyor-logo.jpg) bottom left no-repeat;
height:60px;
}
div.one-third.column form  label {
float:left;
padding-right:1em;
width:30%;
font-size:.8em;
 
}
div.one-third.column form  label.full-width,div.one-third.column form textarea {
float:none;
line-height:1.4em;
width:100%;
padding-bottom:12px;

}

 div.one-third.column form input,div.one-third.column form select {
width:60%;
}
div.one-third.column form input { 
margin-bottom:6px;
}
div.one-third.column form textarea { 
height:80px;
}
h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family:  "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold; }
 div.one-third.column h3 {
font-size:1.8em;
color:#e13400;
}

div.one-half.column {
width:50%;
}
h3#about {
background:url(/images/about.jpg) 0 0 no-repeat; 
padding:0 0 8px 40px;
}
h3#do {
background:url(/images/do.jpg) 0 0 no-repeat; 
padding:0 0 8px 40px;
}
h3#quote {
background:url(/images/quote2.jpg) 0 0 no-repeat; 
padding:0 0 8px 40px;
}
h3#contact {
background:url(/images/contact.jpg) 0 0 no-repeat; 
padding:0 0 8px 40px;

}
ul.square li{color:#181818;}  
ol, ul.square, ul.circle, ul.disc { 
margin-left: 30px;color: #e13400; 
}  
div.bx-wrapper {
margin-bottom:60px;
}
p.tagline {
text-align:right;
font-style:italic;
bottom:42px;
position:relative;
}
p.numbers {
text-align:right;
position:relative;
bottom:60px;
line-height:1.4em;
font-size:.85em;
}
.container .one-third.column{ 
width: 260px;
padding:1em;
-moz-box-shadow: 0 0 5px #ccc;
-webkit-box-shadow: 0 0 5px #ccc;
box-shadow: 0 0 5px #ccc;
border: solid #fff 5px;height:400px;
margin-top:16px;
}
 button {
float:right;
}
body {
overflow-x: hidden;
}
div.footer a {
text-align:center;
position:relative;
top:20px;
color:#e13400;
text-decoration:none;
}
#box {
height: 20px;
background: #fff;
color:#e13400;
padding:1em;
-moz-box-shadow: 0 0 5px #ccc;
-webkit-box-shadow: 0 0 5px #ccc;
box-shadow: 0 0 5px #ccc;
border: solid #fff 5px;
margin-top:16px;
}
div#box strong {
color:#e13400;
font-size:1.4em;
}
 div#box p.hidden {
display:none;
color:#e13400;
}
div#box:hover {
cursor:pointer;

}
div#box:hover p.hidden {
display:block;
}
button, input#submit {
width:100%
}
 div.one-third.column p.button {
text-align:center;
width:90%;
}
div.one-third.column p.button a{text-decoration:none;}
.footer {
    min-height: 100px;
    background: #e01919;
    margin-top: 80px;
    padding: 30px 0;
    color: white;
    position: relative;
bottom: 0;
}
.footer p, .footer a{color:white;}
 

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

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

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {p.tagline, p.numbers {display:none;}}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

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

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

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


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/