/*
Theme Name: Canvas Child
Version: 4.1.5
Description: Child theme for Canvas.
Template: canvas
*/

@import url("../canvas/style.css");

/* ================ BEGIN clearfix  ================================= */
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* ================ END clearfix  =================================== */
body {
	background-image: url("images/bg-body.png") !important;
    background-position: top !important;
    background-repeat: repeat-x !important;
	background-attachment:fixed !important;
}
#header {
  position: relative;
}
#wrapper {
  max-width: 1080px;
  margin: 0 auto;
	padding-bottom:0 !important;
	-webkit-box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.7) !important;
	-moz-box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.7) !important;
	box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.7 !important);
}
.header-tel{
    color: #ff6b06;
    font: 1.7em Arial,sans-serif;
    position:absolute;
    right: 0px;
    top:10px;
}
.header-strap {
	float:right !important;
    color: #5197cf;
    position:absolute;
    right: 0px;
    top:40px;
    font-style: italic;
    font-size:1.1em;
    font-family:Georgia, serif;
}
#header .contact {
	padding:0.2em 0.5em 0.2em 0.5em !important;
	position:absolute !important;
	top:123px !important;
	right:10px !important;
	background: #6cabf0; /* Old browsers */
background: -moz-linear-gradient(top,  #6cabf0 0%, #4c94e4 50%, #3b74b4 51%, #2d5c8c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6cabf0), color-stop(50%,#4c94e4), color-stop(51%,#3b74b4), color-stop(100%,#2d5c8c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6cabf0 0%,#4c94e4 50%,#3b74b4 51%,#2d5c8c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6cabf0 0%,#4c94e4 50%,#3b74b4 51%,#2d5c8c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6cabf0 0%,#4c94e4 50%,#3b74b4 51%,#2d5c8c 100%); /* IE10+ */
background: linear-gradient(top,  #6cabf0 0%,#4c94e4 50%,#3b74b4 51%,#2d5c8c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cabf0', endColorstr='#2d5c8c',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#header .contact a {
	font-size:1.2em !important;
	font-style:italic !important;
	color:#fff !important;
	background-image: url("images/bg-contact.png") !important;
	background-repeat: no-repeat;
	background-position: 0 0.1em !important;
	padding:0 0 0 1.2em !important;
}
/*--------NAVIGATION--------*/
#navigation {
    border-bottom: 5px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    font: 14px/14px sans-serif;
    margin-bottom: 20px;
    padding: 10px 0;
}
.nav li a:hover, .nav li.current_page_item a, .nav li.current_page_parent a, .nav li.current-menu-ancestor a, .nav li.current-menu-item a, .nav li.current_page_item li a, .nav li.current_page_parent li a, .nav li.current-menu-ancestor li a, .nav li.current-menu-item li a, .nav li.sfHover a {
    background: none repeat scroll 0 0 #012C6C;
}
.nav li a:hover{
    text-decoration: underline
}
.nav ul.sub-menu {
	border-top: 1px solid #E6E6E6 !important;
	border-left:none !important;
	border-right:none !important;
	border-bottom:none !important;
	background:none !important;
}
.nav ul.sub-menu li a {
	background-color:#012c6c !important;
	color:#fff !important;
	font-size:0.9em !important;
	padding-top:5px !important;
	padding-bottom:5px !important;
}
.nav ul.sub-menu li a:hover {
	background-color:#012c6c !important;
	color:#ffffff !important;
}
.nav li ul li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #DBDBDB;
    border-top: none !important;
}
.nav li ul li a {
    text-shadow: none !important;
}
.nav .sf-sub-indicator {
    display: block;
    height: 10px;
    overflow: hidden;
    position: absolute;
    right:4px !important;
    top: 46% !important;
    width: 10px;
}
/*contact form*/
.main-contact textarea, .main-contact .wpcf7-text, .main-contact .wpcf7-captchar  {
	width:330px !important;
}
.main-contact span.required {
	font-size:0.9em;
	color:#5197cf;
}
/*misc*/
.post-6 h2.title {
	display:none !important;
}
h3.underline {
	border-bottom:1px solid #012c6c !important;
}
h4.underline-dash {
	border-bottom:1px dashed #012c6c !important;
}
h4.block {
	background-color:#012c6c !important;
	color:#fff !important;
	padding:0.2em 0 0.2em 0.2em !important;
}
p.strap-highlight {
	color: #ff6b06 !important;
    font: 1.2em Arial,sans-serif !important;
	font-style:italic !important;
}
p.strap-blue {
	color:#012c6c !important;
	font-size:1.2em !important;
}
.box {
    border: 1px solid #abcbe3;
    height: 100% !important;
    padding: 10px;
    background: url(images/box-bg.gif) repeat-x;
}
p.callToAction, .box p.callToAction {
	background: url("images/bullet-cta.png" ) no-repeat 0 0.5em !important;
	padding: 3px 0 3px 10px;
	margin-bottom:0 !important;
}
.entry img {
    border: medium none;
    padding: 0;
}
#content {
    padding: 0 0 10px;
    position: relative;
}
span.highlight {
	color:#FF6B06 !important;
	font-size:1.3em !important;
	font-style:italic !important;
}
/*--------HOMEPAGE SLIDESHOW--------*/
.ngg-slideshow {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}
/*--------WIDGETS--------*/
#sidebar .widget_recent_entries, #sidebar .widget_nav_menu, #sidebar .widget_text, #sidebar .widget_woo_search {
	background-image: url("images/widget-header-1.png");
	background-repeat: no-repeat;
	background-position: center top;
}
#sidebar .widget_recent_entries ul{
	padding-left: 0px;
}
#sidebar .widget_recent_entries ul li{
	list-style-type: none;
	background: url("images/bullet-nav-sidebar-general.png") no-repeat 0 0.5em;
	padding-left: 10px;
}
.widget {
    font-size: 12px;
    margin: 0 0 20px;
}
/*tools*/
.clearAll {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	display: hidden;
	height: 0;
}
.woo-sc-hr {
	padding-top:10px !important;
	margin-bottom:10px !important;
}
span.highlight-blue {
	color:#0057B5 !important;
	font-size:1.2em !important;
}
/*--------FOOTER--------*/
#footer .col-left {
    padding-left: 0px;
}
#footer .col-right {
    padding-right: 0px;
}
.sig {
	color:#5197cf !important;
	font-size:0.8em !important;
	margin-top:1em;
}
.twocol-one .last {
  margin-right: 0 !important;
}
  .twocol-one {
    width: 48%;
    margin-right: 2%;
    float: left;
  }