/*
Theme Name: EastFalls
Theme URI: http://wordpress.org/extend/themes/toolbox/
Author: Automattic - adapted by Andrew Croce
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready

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.
*/

/* =General Styles
-------------------------------------------------------------- */
h1,h2 {
	font-weight: normal;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #009999;
	letter-spacing: 0.2em;
	margin: 2em 0em 1em 0em;
}
h3 {
	font-weight: normal;
	font-size: 1em;
	margin: 0em;
}
.grey_box {
	padding: 6px 10px;
	background-color: #aaa;
	background-color: rgba(0,0,0,0.3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
}
.teal_box {
	padding: 6px 10px;
	background-color: #73C0C0;
	background-color: rgba(0,153,153,0.4);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	-moz-text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
}
	.teal_box h2 {
		color: #fff;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		text-shadow: none;
	}
ul {
	list-style-type: none;
}


/* =Structure
-------------------------------------------------------------- */
body {
	background-image: url(images/bg.gif);
	font-family: "Arimo","Helvetica","Arial",sans-serif;
	font-size: 90%;
	line-height: 1.8em;
	color: #444;
	margin: 0;
}

#page {
	display: block;
	padding: 1em;
	max-width: 1200px;
	min-width: 800px;
	margin: 0em auto;
}
#main {
	position: relative;
}
#primary {
	margin: 0 20%;
	min-height: 550px;
}
#content {
	margin: 0 1.8em;
}
#secondary {
	width: 20%;
	position: absolute;
	left: 0em;
	top: -2.4em;
}
#tertiary {
	width: 20%;
	position: absolute;
	right: 0em;
	top: -2em;
	margin: 5.7em 0em 0em 0em;
	
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
}
#site-description {
}
#site-logo {
	
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: right;
	text-align: right;
	margin: 0 auto 1em;
}
#access ul {
	float: right;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	float: left;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
	color: #444;
}
#access a:hover {
	text-decoration: underline;
	color: #009999;
}
#access li.last a {
	padding-right: 0;
}
#access li span {
	float: right;
	line-height: 2em;
}
#access li.last span {
	display: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access ul ul a:hover {
	text-decoration: underline;
	color: #009999;
}
#access ul li:hover > ul {
	display: block;
}

#menu-main-services-menu {
	position: relative;
	top: 2.3em;
	font-size: 1.1em;
	font-weight:normal;
	text-transform: uppercase;
}

#menu-secondary-menu {
	position: relative;
	bottom: 2em;
	font-size: 0.9em;
	font-weight:normal;
	text-transform: lowercase;
}
	#menu-secondary-menu, #menu-secondary-menu a {
		color: #009999;
	}



/* =Content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
	display: block;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

/* Tag Page */

body.tag .entry-header h1,
body.tag .entry-header h1 a {
	color: #444;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}
	body.tag .entry-header h1 a:hover {
		text-decoration: underline;
	}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Aside Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin-right: 1em;
}

/* Sidebar */

#secondary ul {
	padding: 0em;
}
#secondary a {
	color: #444;
	text-decoration: none;
}
#secondary a:hover {
	text-decoration: underline;
}
.phone_number {
	margin: 0em 0em 1em 0em;
}
	.phone_number a {
		color: #fff !important;
	}
	
	

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
	
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
.fm-form input[type=text], 
.fm-form textarea {
	padding: 4px;
	font-size: 1.2em;
	color: #EC6B6B;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}
	.fm-form input[type=text]:focus,
	.fm-form textarea:focus {
		border: 0.2em solid #EC6B6B;
		outline: none;
	}
textarea {
	width: 80%;
}

.fm-form ul {
	margin: 0em;
	padding: 0em;
}
.fm-form h2 {
	margin: 0em 0em 1em 0em;
}
.fm-form li {
	padding: 0em 0em 1em 0em;
}
.fm-form .fm-checkbox-list {
	background: #fff;
	background: rgba(255,255,255,0.7);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0.5em 0.5em 0.3em 0.5em;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #EC6B6B;
}
.fm-form .fm-checkbox-list input {
	font-size: 1.2em;
	line-height: 1.7em;
	color: #EC6B6B;
	cursor: pointer;
}

/* Quote Form */
#fm-form-1 {
	width: 310px;
	padding: 1em 1em 0em 1em;
	float: left;
	margin: 0em 2em 1em 0em;
}
	#fm_form_submit {
		background: #EC6B6B;
		border: none;
		padding: 0.6em 0.9em;
		margin: 0em 0em 1em 0em;
		font-size: 1.2em;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		color: #fff;
		width: 100%;
		float: none;
	}
		#fm_form_submit:hover {
			text-decoration: underline;
			cursor: pointer;
			background: #EE7A73;
		}
	#fm-form-1 #fm-item-zip input {
		border: 0.2em solid #EC6B6B !important;
	}
		
	#fm-form-1 #fm-item-zip label,
	#fm-form-1 #fm-item-name label,
	#fm-form-1 #fm-item-email label,
	#fm-form-1 #fm-item-phone label {
		position: absolute;
		left: -999em;
	}
.thanks_message {
	display: block;
	width: 310px;
	float: left;
	font-size: 1.2em;
	margin-right: 1em;
	padding-left: 4em;
	background: #73C0C0 url(images/check.png) center left no-repeat;
	background: rgba(0,153,153,0.4) url(images/check.png) center left no-repeat;
}

/* Contact Form */	
#fm-form-2 #fm_form_submit {
	width: 408px;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}

input::-webkit-input-placeholder, 
isindex::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
	color: #C8A5A5;
	
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

/* User Info Widget */
.user-info-widget {
	position: relative;
	margin-bottom: 3em;
}
.user-info-widget-description {
}
.user-info-widget.abs-positioned {
	position: absolute;
	left: -310px;
	width: 300px;
	top: -18px;
}
.user-info-widget-description p {
	font-size: 0.9em;
	line-height: 1.3em;
	color: #fff;
	padding: 16px 20px;
	background-color: #aaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 3px 7px rgba(0,0,0,0.3);
	box-shadow: 2px 3px 7px rgba(0,0,0,0.3);
}

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0;
	color: #999;
}
#colophon ul {
	padding: 0em;
}
	#colophon li {
		display: inline;
	}
	#colophon a {
		color: #999;
		text-decoration: none;
	}
	#colophon a:hover {
		text-decoration: underline;
	}

