@charset "utf-8";

/* 
	Theme Name: Webstract Mobile
	Description: This is a mobile template theme made by Webstract Marketing
	Author: Webstract Marketing
	Author URI: http://www.webstractmarketing.com
	Version: 1.0
	Tags: premium wordpress theme, mobile theme
	
*/
/* CSS Document */

@import url("css/color.css");


body, html, .wrapper {
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,Tahoma,san-serif;
    font-size: 13px;
    line-height: 1.6;
}
.wrapper {
	margin-top: 80px;
}

.page-wrapper {
	overflow: hidden;
}

.clearfooter {
height: 108px;
clear: both;
}

a img {border: none;}
p {margin-bottom: 18px; margin-top: 0;}
#clearfix {clear: both;}

h1, h2, h3, h4, h5, h6 {margin: 0 0 5px;}
h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 14px;}
h6 {font-weight: bold;}

img.alignright, .alignright{float:right; margin:0 0 1em 1em; max-width: 100px; height: auto;}
img.alignleft, .alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter, .aligncenter {display: block; margin-left: auto; margin-right: auto;}
a img.alignright {float:right; margin:0 0 1em 1em;}
a img.alignleft {float:left; margin:0 1em 1em 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.page-image img {
	padding-bottom: 8px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  img { max-width: 100%; height:auto;}
}

/************************************************
*	              HEADER	  		     		*
************************************************/

.header {
	background: #fafafa;
}
.top-bar {
	position: fixed;
	top:0;
	width: 100%;
	height: 50px;
}

.top-bar .inner {
	background: url(images/topbg.png) repeat-x top;
	overflow: hidden;
	color: #fff;
}

.logo {
	padding: 9px 0 0 20px;
	width: 180px;
	display: block;
	float: left;
	
}

.top-bar .menulink a {
	float: right;
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #fff;
	width: 60px;
	height: 48px;
	margin-top: 1px;
	text-decoration: none;
	text-shadow: 0 -1px 0 #333333;
	padding: 0 20px 0 20px;
	line-height: 48px;
	background: url(images/menubg.png) no-repeat 0 0;
	background-size: 93px 132px;
}

.mobile-container {
    min-height: 44px;
	display: none;
    text-shadow: 0 -1px 0 #000000;
}

.mobile-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-container a {
    color: #FFFFFF;
	background: url(images/navbg.png) repeat-x;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    padding-left: 12px;
    text-decoration: none;
}

.phonebar {
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 -1px 0 #000000;
	width: 100%;
	text-align: center;
	position: fixed;
	top:50px;
}
	
	
.phonebar a {
	color: #fff;
	text-decoration: none;
}
/************************************************
*	              PAGES		  		     		*
************************************************/

.page-wrapper {
	padding: 10px;
	background: #fff;
}
	
	
.contact-item {
	padding-bottom: 13px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
	}

.contact-item h4 {
	float: left;
}

.contact-item span {
	margin-left: 100px;
	display: block;
}

.blog-post {
	display: block;
	padding: 10px;
	background: #fafafa;
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	o-border-radius: 5px;
	margin-bottom: 10px;
	text-decoration: none;
	color: #000;
}

.blog-post .title {
	font-size: 14px;
	font-weight:bold;
}

.blog-post .readmore {
	text-align: right;
	display: block;
}

.meta {
	font-size: 10px;
	color: #333;
	font-style: italic;
	margin-bottom: 5px;
}

.button {
	display: block;
	line-height: 16px;
	text-shadow: 0 -1px 0 #333333;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 100px;
	text-align: center;
	padding: 3px 0 3px;
	color: #fff;
	margin: 0 auto;
	text-decoration: none;
}

.navigation {
	overflow: hidden;
}

.navigation .older a, .navigation .newer a {
	display: block;
	line-height: 16px;
	padding: 3px 0;
	text-shadow: 0 -1px 0 #333333;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 100px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
	
	
.navigation .older a{
	float: left;
}

.navigation .newer a{
	float: right;
}
/************************************************
*	              FOOTER	  		     		*
************************************************/

.footer {
	padding-top: 1px;
	width: 100%;
	position: relative;
	
}

.footer .inner {
	background: url(images/footerbg.png) repeat-x top;
	overflow: hidden;
}

.footer .links {
	overflow: hidden;
	clear: both;
	font-weight: bold;
}

.footer .inner, .footer .inner a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

.footer .inner .phone, .footer .inner .home{
	display: block;
	line-height: 28px;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #333333;
	padding-top: 2px;
}

.footer .inner .home{
	padding: 2px 20px 0;
	float: left;
}
	
.footer .inner .phone{
	text-align: right;
	padding-right: 20px;
	float: right;
}

.footer .bottom {
	text-align: center;
	clear: both;
	padding: 10px 0 20px;
	background: url(images/darkbg.png) repeat;
}