/*
Theme Name: Sharp
Author: Al Petfield
Author URI: http://al.petfield.com/
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #fff;
	color: #333;
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.4;
	overflow-y: scroll;
}

nav.main_menu {
	position: fixed;
	width: 100%;
	z-index: 1;
	top: 0;
	box-shadow: 0 1px 1px #aaa;
}

nav ul#menu-main-menu {
	background: #fff;
	background: rgba(255,255,255,0.8);
	width: 100%;
	text-align: center;
	padding: 5px 0;

}
nav ul#menu-main-menu li {
	display: inline-block;
	font-size: 13px;
	padding: 5px 10px;
}
nav ul#menu-main-menu li a {
	color: #6a6a6a;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: color 500ms ease-out;
   	 -moz-transition: color 500ms ease-out;
    	 -o-transition: color 500ms ease-out;
          transition: color 500ms ease-out;
}
nav ul#menu-main-menu li.current_page_item a,
nav ul#menu-main-menu li a:hover {
	color: #000;
}

.hero {
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	width: 90%;
}
.hero h1 {
	color: #333466;
	font-family: Georgia, serif;
	font-size: 48px;
	font-weight: normal;
	line-height: 1.2;
	margin-top: 0.5em;
	text-transform: uppercase;
}
.hero h2 {
	color: #444;
	font-weight: normal;
	line-height: 1.2;
}
.hero h3 {
	color: #999;
	margin-top: 0.5em;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
}

.intro {
	margin: 0 auto;
	width: 71%;
	padding: 2em;
	max-width: 1000px;
}
.page-template-template-contact-us-php .intro,
.page-template-template-blog-php .intro {
	max-width: 1000px;
}

#map {
	height: 450px;
}

nav.filter {
	display: block;
	overflow: hidden;
	text-align: center;
}
nav.filter a {
	color: #555;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	font-size: 12px;
	padding: 5px 16px;

	-webkit-transition: color 500ms ease-out;
   	 -moz-transition: color 500ms ease-out;
    	 -o-transition: color 500ms ease-out;
          transition: color 500ms ease-out;
}
nav.filter a:hover {
	color: #000;
}

p {
	color: #333;
	font-size: 18px;
	margin: 0 0 1em 0;
}

.item { width: 33%; }
.page-template-template-clients-php .item { width: 25%; }
.item img { display: block; height: auto; width: 100%; }
.item .inner {
	background: #fff;
	color: #333;
	padding: 15px;
}
.item .inner h2 {
	color: #111;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
}
.item .inner h2 a {
	color: #111;
	text-decoration: none;
}
.item .inner h2 a:hover {
	color: #000;
}
.item .inner p {
	font-size: 14px;
	line-height: 1.4;
}
.item .download,
.blog_right .download {
	padding-top: 5px;
	overflow: hidden;
}
.item .download a,
.blog_right .download a {
	color: #111;
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
}
.item .download a:hover span,
.blog_right .download a:hover span {
	border-bottom: 1px solid #555;
}

.item .outer {
	margin: 10px;
	box-shadow: 0 1px 1px #aaa;
}
.page-template-template-clients-php .item .outer {
	box-shadow: none;
}

.wall {
	margin: 5px auto;
	margin-bottom: 25px;
	width: 71%;
	max-width: 1200px;
	max-width: 1000px;
}

.wall:before, .wall:after { content: " "; display: table; }
.wall:after { clear: both; }

.blog {
	margin: 5px auto;
	margin-bottom: 25px;
	width: 71%;
	max-width: 1000px;
}
.blog_item {
	background: #fff;
	margin: 0 0 30px;
	overflow: hidden;
	box-shadow: 0 1px 1px #aaa;
}
.blog_left {
	float: left;
	width: 38%;
}
.blog_left img {
	width: 100%;
	height: auto;
}
.blog_right {
	float: right;
	width: 62%;
}
.blog_right .inner {
	color: #333;
	padding: 15px 20px;
}
.blog_right .inner h2,
.blog_right .inner h2 a {
	color: #111;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
}

.blog_right .inner p {
	font-size: 14px;
	line-height: 1.4;
}

#contact_page {
	position: relative;
	padding-bottom: 50px;
}
#business_card {
	border: 1px solid #ddd;
	background: #fff;
	margin: 0 auto;
	width: 71%;
	max-width: 800px;
	overflow: hidden;
}
#business_card .inner {
	padding: 30px;
}
#business_card a {
	color: #444;
	line-height: 2;
	text-decoration: none;
}
#business_card a:hover {
	border-bottom: 1px solid #666;
	color: #000;
}
.business_left {
	float: left;
	width: 50%;
}
.business_left h2 {
	font-weight: normal;
	padding: 0.5em 0;
}
.business_right {
	float: right;
	width: 49%;
}
.business_right {
	padding-top: 3em;
}

.navigation {
	overflow: hidden;
	position: relative;
}
.navigation_left {
	float: left;
	width: 50%;
}
.navigation_right {
	text-align: right;
	float: right;
	width: 50%;
}
.navigation a.button {
	color: #444;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	-webkit-transition: color 500ms ease-out;
   	 -moz-transition: color 500ms ease-out;
    	 -o-transition: color 500ms ease-out;
          transition: color 500ms ease-out;

}
.navigation a.button:hover {
	color: #111;
}

footer {
	background: #fff;
	color: #6a6a6a;
	clear: both;
	display: block;
	font-size: 12px;
	padding: 20px 0;
	width: 100%;
	border-top: 1px solid #E7E7E7;
}
footer .inner {
	margin: 0 auto;
	width: 71%;
	padding: 1em;
	text-align: center;
}

#wrapper {
	padding-top: 50px;
	background: #eee;
	padding-bottom: 10px;
}

body.page-template-template-clients-php #wrapper {
	background: #fff;
}

.blog_post {
	margin: 0 auto;
	margin-bottom: 25px;
	width: 71%;
	max-width: 800px;
	padding: 30px 0;
}
.blog_post h1 {
	color: #111;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 0.5em;
}
.blog_post p {
	font-size: 16px;
}

.image_holder {
	text-align: center;
	padding: 0 0 1em 0;
}
.image_holder img {
	width: 100%;
}

/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {*/
@media only screen and (max-width : 699px) {
  nav ul#menu-main-menu li { font-size: 11px; padding: 4px; }
  .intro { width: 90%; padding: 10px; }
  .wall { width: 90%; }
  .blog { width: 90%; }
  .item { width: 100%; }
  .page-template-template-clients-php .item { width: 33.33%; }
  #business_card { border: 0; background: transparent; width: 90%; }
  .business_left { display: block; background: #fff; border: 1px solid #ddd; float: none; width: 100%; }
  .business_right { display: block; border: 0;  float: none; width: 100%; overflow: visible; }
  .blog_left { float: none; width: 100%; }
  .blog_right { float: none; width: 100%; }
	.hero h1 { font-size: 28px; margin-bottom: 0.5em; }
	.hero h2 { font-size: 22px; }
	.hero h3 { font-size: 15px; }
	p { font-size: 15px; }
	.hero img { width: 100%; }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {
	.item { width: 50%; }
}
@media only screen and (max-width : 699px) and (orientation : landscape) {
	.item { width: 50%; }
}

@media only screen and (min-width : 700px) and (max-width : 1199px) {
	.item { width: 50%; }
}

