/*
Theme Name: lanyonscapestheme
Theme URI: http://underscores.me/
Author: Unifyt-x
Author URI: http://unifyt-x.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lanyonscapestheme
Tags:

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.

lanyonscapestheme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*-------------------- General Layout Styles --------------------*/
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body{background:#93b04e url(img/main-bg.jpg) 50% 100% no-repeat;}
.top-runner{background:url(img/top-runner.gif) 0 0 repeat-x; min-width:990px;}
.wrapper{width:970px; margin:0 auto;}

*:focus{outline-style:hidden !important; outline-width:0 !important; outline-color:transparent !important; border:0;}

.top{height:155px; padding:0;}
.top .logo{height:120px; width:358px; float:left; padding:15px 0 0 0;}
/*.top .right{background:url(img/phone.gif) 0 54px no-repeat; width:378px; float:right; text-align:right; padding:17px 0 0 0;}-->*/
.top .sm-secnav{padding:0 0 50px 0;}
.top .secnav{height:24px; text-align:right; float:right; width:24px; }
.top .social{height:24px; text-align:right; float:left; width:111px; padding:0 0 0 240px;}
.top .t-buttons{height:37px; padding:0; text-align:right;}

.menu{background:url(menu-bg.gif) 0 0 repeat-x; padding:0; height:58px;}

.banner{padding:0}

.container{margin:0; padding:30px; background:#fff;width:970px;}

.bottom{background:url(img/bottom-tag.jpg) 50% 20px no-repeat; min-width:990px; padding:180px 0 10px 0}
.b-logos{height:121px; width:250px; float:right; text-align:right}

.m20{margin-bottom:20px;}

#cmsbody{min-height:200px; overflow:hidden;}
#cmsfooter{float:right; width:500px; padding:10px 0 20px; text-align:right}
.htmlarea p{margin:0;}

#cmsbody table td.commercial{background:#d0a825;}
#cmsbody table td.commercial h3{text-align:center; font-weight:700; color:#fff; line-height:23px; font-size:23px; text-transform:uppercase; background:#af8d1f; padding:15px 0; margin:0; letter-spacing:-0.9px;}
#cmsbody table td.commercial .links{padding:15px;}
#cmsbody table td.commercial .links a{display:block; color:#fef0c0; background:url(bullet-leaf-1.gif) 0 5px no-repeat; padding:0 0 0 25px;}
#cmsbody table td.commercial .links a:hover{color:#fff;}

#cmsbody table td.mine{background:#b64926;}
#cmsbody table td.mine h3{text-align:center; font-weight:700; color:#fff; line-height:23px; font-size:23px; text-transform:uppercase; background:#993e21; padding:15px 0; margin:0; letter-spacing:-0.6px;}
#cmsbody table td.mine .links{padding:15px;}
#cmsbody table td.mine .links a{display:block; color:#f6a78e; background:url(bullet-leaf-2.gif) 0 5px no-repeat; padding:0 0 0 25px; }
#cmsbody table td.mine .links a:hover{color:#fff;}

#cmsbody table td.road-networks{background:#fff0a5;}
#cmsbody table td.road-networks h3{text-align:center; font-weight:700; color:#fff; line-height:23px; font-size:23px; text-transform:uppercase; background:#d8ca8b; padding:15px 0; margin:0; letter-spacing:-0.6px;}
#cmsbody table td.road-networks .links{padding:15px;}
#cmsbody table td.road-networks .links a{display:block; color:#887a35; background:url(bullet-leaf-3.gif) 0 5px no-repeat; padding:0 0 0 25px; }
#cmsbody table td.road-networks .links a:hover{color:#64581e;}

#cmsbody.home h1{font-size:40px; text-transform:uppercase; line-height:40px; font-weight:300; border:none; padding:0}

.social ul.sociallinks, ul.sociallinks * {margin:0; padding: 0; list-style: none; text-align:left; font-size:11px; text-decoration: none;}
.social ul.sociallinks{width:111px; /*float:right;*/}
.social ul.sociallinks li{width:24px; float:left; margin-right:5px;}
.social ul.sociallinks li.linkedin{margin-right:0;}
.social ul.sociallinks a {display:block; width:24px; height:24px; background:url(img/social.gif) 0 0 no-repeat; text-indent:-9000em; float:left;}
.social a.twitter {background-position: 0 0 !important;}
.social a.facebook {background-position: -29px 0 !important;}
.social a.linkedin {background-position: -87px 0 !important;}
.social a.googleplus{background-position: -58px 0 !important;}
.social a.twitter:hover {background-position: 0 -24px !important;}
.social a.facebook:hover {background-position: -29px -24px !important;}
.social a.linkedin:hover {background-position: -87px -24px !important;}
.social a.googleplus:hover{background-position: -58px -24px !important;}

.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
p, td, body, span {
    color: #636467;
    font-size: 13px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 20px;
}