/*  ################################################################
		SITE BODY
	################################################################ */

body {background:#fff}

/*  ################################################################
		WRAPPERS
	################################################################ */

/* SITE WRAPPER */
#layout {}

/* SITE CONSTRICTION */
.content {
	width:1089px;
	margin:0 auto;
	position:relative;
}	.content:after {
	content:'.';
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	clear:both;
}

/*  ################################################################
		SITE HEADER
	################################################################ */

/* HEADER */
#header {
	background:url(../images/header.gif) repeat-x 0 118px;
}

/* HEADER CONTENT */
#header > .content {
	height:165px;
	padding:0;
}

/* WP SITE TITLE, LOGO (LINKS TO HOME) */	
#header h1, #header h1 a { 
	display:block;
	width:266px;
}	#header h1 {
	height:48px;
	position:absolute;
	top:50px;
	left:40px;
}	#header h1 a {
	height:0;
	padding-top:48px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/logo.jpg);
}

/* WP TAGLINE */
#header p {
	display:none;
	margin-bottom:0;
	width:350px;
	height:15px;
	color:#666;
	font:normal .75em/15px Arial, Helvetica, sans-serif;
	position:absolute;
	top:60px;
	left:10px;
}

#header #newsletter {
	display:block;
	width:363px;
	height:0;
	overflow:hidden;
	padding-top:114px;
	background:url(../images/newsletter.png) no-repeat 0 0;
	position:absolute;
	top:0;
	right:0;
}

#inside_banner {
	background-color:#a8a8a8;
	height:79px;
	padding-top:17px;
	margin-bottom:11px;
	margin-top: 5px;
}	#inside_banner .content {
	width:1049px;
	padding-left:40px;
}	#inside_banner .content h1 {
	display:none;
	line-height:72px;
	color:#ececec;
	background:#a8a8a8;
	font-family: 'Helvetica Neue-ultlight';
	font-size:60px;
	padding:0 10px 0;
	margin-bottom:0;
	margin-left: -10px;
	text-transform:uppercase;
	font-weight:normal;
	vertical-align:bottom;
}	#inside_banner .content h1:first-child {
	display:inline-block;
}


/*  ################################################################
		SITE CONTENT AREA
	################################################################ */

/* PAGE */

/* PAGE CONTENT */
#page .content {
	padding:17px 0 40px;
}	#page.right_column .content {
}	#page.left_column .content {
}

/* SIDEBAR */
#sidebar {
	width:350px;
	min-height:400px;
	vertical-align:top;
	position:relative;
	margin:0 11px;
	padding:0px 0 15px;
}	.left_column #sidebar {
	float:left;
}	.right_column #sidebar {
	float:right;
}

/* MAIN CONTENT */
#main {
	width:657px;
	min-height:400px;
	position:relative;
	padding-left:40px;
}	.right_column #main {
	float:left;
}	.left_column #main {
	float:right;
}	.full_width #main {
	width:1089px;
}


/*  ################################################################
		SITE FOOTER
	################################################################ */

/* FOOTER */
#footer {}

/* FOOTER CONTENT */
#footer .content {
}

/* COPY */
#copy {
	padding:60px 0 20px;
	margin-top: -50px;
	
}

/* COPY CONTENT */
#copy .content {
	font-size:.75em;
	margin-bottom:50px;
	color:#B6B6B6;
}

#logo_strip .content {
	border-top: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
	padding: 15px 0px 10px 0px;
}

.clients_head {
	color: #b6b6b6;
	background-color: white;
	position: absolute;
	top: -10px;
	font-size: 14px;
	padding-right: 12px;
}
#copy .content * {
	color:#B6B6B6;
	font-size:1em;
	text-decoration:none;
}

#social_footer_menu {
	float:right;
}	#social_footer_menu li {
	display:inline-block;
	margin-left:11px;
}	#social_footer_menu li a {
	display:block;
	width:23px;
	height:0;
	padding-top:23px;
	overflow:hidden;
	background-color:#b7b7b7;
	background-image:url(../images/footer-nav.png);
	background-repeat:no-repeat;
}	#social_footer_menu li.rss a {
	background-position:0 0;
}	#social_footer_menu li.wordpress a {
	background-position:-34px 0;
}	#social_footer_menu li.youtube a {
	background-position:-68px 0;
}	#social_footer_menu li.linkedin a {
	background-position:-101px 0;
}	#social_footer_menu li.twitter a {
	background-position:-135px 0;
}	#social_footer_menu li.facebook a {
	background-position:-169px 0;
}	#social_footer_menu li.contact a {
	width:100px;
	background-position:-203px 0;
}


/* ##########################################
	New Elements
	##################### */
	
a.bodybutton {
	background-color: #b92a2a;
	color: white;
	padding: 3px 20px 3px 20px;
	text-transform: uppercase;
	text-decoration: none;
}	#sidebar a.bodybutton {
	display: inline-block;
	margin: 5px 10px 25px -10px;

}

a.bigbutton {
	background: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3d3d3 0%, #c1c1c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d3d3d3 0%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d3d3d3 0%,#c1c1c1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d3d3d3 0%,#c1c1c1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d3d3d3 0%,#c1c1c1 100%); /* W3C */

	/* background-image: url('http://zengerfolkman.com/wp-content/uploads/2013/04/arrow-dots1.png'); */
	background-position: right center;
	background-repeat: no-repeat;
	color: gray;
	padding: 20px 80px 20px 20px;
	margin-top: 25px;
	min-width: 450px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 24px;
	letter-spacing: 1px;
	cursor: pointer;
	display: inline-block;
	}a.bigbutton:hover {
	background-color: #ca4e4e;	
	color: white;
	}


/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}
