/*
Theme name:Hendry Cycles theme
Theme URI: http://www.yourcmsexperts.com
Description: theme for the hendry cycles site
Version: 1
Author: juan pablo ramirez
Author URI: http://www.yourcmsexperts.com
*/
@charset "utf-8";
/* CSS Document */
body{
	text-align: center;
    font-size: 14px;
}

#header-top{
    height: 54px;
}

.search{
    float: left;
    color: black;
    text-transform: uppercase;
    position: relative;
    top: 6px;
    left: 0px;
}

.search form{
    display: inline;
}

.search input[type="text"]{
    width: 260px;
    height: 29px;
    border: 1px solid #C6C6C6;
    color: #999999;
}

input[type="submit"]{
    background: url(images/button-background.png) repeat-x;
    height: 34px;
    color: white;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    cursor: pointer;
}

.telephone{
    font-size: 26px;
    color: #4A6491;
    height: 35px;
    padding-top: 8px;
    padding-left: 41px;
    background: url(images/telefono.png) no-repeat;
    float: left;
    left: 160px;
    position: relative;
    top: 8px;
    padding-top: 12px;
}

.top-menu{
    float: right;
    position: relative;
    top: 10px;
}

.top-menu li{
    float: left;
    list-style: none;
    color: #999999;
    padding-right: 4px;
    padding-left: 4px;
    border-left: 1px solid;
    height: 15px;
    margin-top: 8px;
}

.top-menu li:first-child{
    border: none;
}

#logo{
    height: 54px;
    width: 100%;
    background: url(images/logo-background.png) repeat-x;
}

#logo img{
    position: relative;
    top: 0px;
    left: 0px;
}

#follow-us{
    height: 50px;
    background-color: #EAEAEA;
}

.followuswidget {
    float: right;
    position: relative;
    top: 5px;
    right: 10px;
}

.followuswidget .title{
    color: #2E3192;
    float: left;
    position: relative;
    top: 13px;
    margin-right: 5px;
}

.socialmedia-buttons {
    float: left;
}

#menu-principal{
    background: url(images/menu-background.png) repeat-x;
    height: 45px;
    width: 958px;
    float: left;
}

#menu-left{
    height: 45px;
    width: 11px;
    float: left;
    background: url(images/menu-left.png);
}

#menu-right{
    height: 45px;
    width: 11px;
    float: left;
    background: url(images/menu-right.png);
}

#menu-principal ul{
    text-align: center;
}

#menu-principal li{
    list-style: none;
    display: inline;
    padding-top: 13px;
    text-transform: uppercase;
    position: relative;
    /*top: 10px;*/
    top: 2px;
}

#menu-principal ul li ul>li{
    top: 0;
}

#menu-principal li a{
    color: white;
    padding: 0 35px;
}

#separator{
    height: 15px;
}

#pre-content{
    height: 430px;
}

#pre-content-left{
    float: left;
    width: 478px;/*675*/
    border: 8px solid #00AEEF;
}

#pre-content-right{
    float: left;
    width: 478px;/*245*/
    background-color: #1B1464;
    color: white;
    font-size: 24px;
    text-align: justify;
    padding: 0;/*40px 30px*/    
    line-height: 35px;
    border-right: 8px solid #00AEEF;
    border-top: 8px solid #00AEEF;
    border-bottom: 8px solid #00AEEF;
}

#pre-content-right img{
    width: 100%
}

#pre-content-right p{
    padding-bottom: 20px;
}

#content-left{
    float: left;
    padding: 25px 20px 20px 25px;
    width: 630px;
    /*text-align: justify;*/
    line-height: 21px;
}

#content-left p{
    margin-bottom: 15px;
    padding-right: 15px;
}

#content-left h2{
    display: block;
    position: relative;
    /*left: -20px;*/
    padding-bottom: 20px;
    color: #1B1464;
}

#content-left h3{
    color: #1B1464;
}

#content-left .excerpt{
    /*padding-left: 20px;*/
}

#content-left .post{
    margin: 0 auto;
    margin-bottom: 15px;
}

#content-left .shadow{
    /*
    margin:10px;
    background:#A6A6A6;
    border: solid 1px #A6A6A6;
    */
}

#content-left .text{
    /*
    border:solid 1px #A6A6A6;
    margin:-10px 2px 2px -10px;
    padding:2px;
    background:#FFFFFF;
    */
}

#content-left a{
    color: blue; /*#1B1464*/
}

.read-more{
    float: right;
    font-size: 11px;
    font-weight: bold;
    padding-right: 5px;
}

.navigation .nav-previous{
    float: left;
}

.navigation .nav-next{
    float: right;
}

#content-right{
    float: left;
    padding-top: 10px;
    width: 305px;
    padding-bottom: 20px;
    text-align: center;
}

#content-right .title{
    background-color: #1B1464;
    text-transform: uppercase;
    color: white;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    text-align: center;
}

#content-right .nostyle{
    padding-top: 10px;
}

#content-right .nostyle .nostyle_content{
    background: #fff;
}

#content-right .content{
    text-align: justify;
    color: #2E3192;
    background-color: #E8E7EF;
    padding: 15px 10px;
    line-height: 22px;
}

#content-right p{
    text-align: justify;
    color: #2E3192;
    /*background-color: #E8E7EF;*/
    padding: 15px 10px;
    line-height: 21px;
}

#content-right .subscribe-form{
    text-align: justify;
    color: #2E3192;
    background-color: #E8E7EF;
    padding: 15px 10px;
    line-height: 35px;
}

#content-right h2{
    font-size: 16px;
    color: #1B1464;
    padding: 5px 0;
}

#content-right .widget{
    text-align: left;
    /*padding: 10px 0 10px 20px;*/
}

#content-right .widget ul{
    padding-left: 40px;
}
/*
#content-right .twtr-widget{
    padding: 40px 0 0;    
}
*/
#footer{
    background: url(images/background-footer.png) repeat-x;
    padding-bottom: 45px;
    background-color: #333E62;
    /*margin-top: 20px;*/
}

#footer-menu{
    height: 72px;
}

#footer-menu ul{
    text-align: center;
}

#footer-menu li{
    display: inline;
    list-style: none;
    color: white;
    text-transform: uppercase;
    padding: 0 30px;    
    position: relative;
    top: 25px;
}

#footer-content{
    background-color: white;
    /**border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px; 
    -moz-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;**/
    color: #4A6491;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    width: 960px;
}

#footer-content-top{
    height: 11px;
    background: url(images/footer-top.png) no-repeat;
}

#footer-content-bottom{
    height: 11px;
    background: url(images/footer-bottom.png) no-repeat;
}

#footer-content .content{
    padding-top: 31px;
}

.footer-col{
    display: block;
    float: left;
    padding-bottom: 10px;
    width: 25%;
}

.footer-col li{
    list-style: none;
}

.footer-col .title{
    text-transform: uppercase;
    font-weight: bold;
}

.wrap{
	width: 980px;
	margin: 0 auto;
	text-align: left;
    	
}

#content{
   background: #F5F4FA url(images/bg_content.png) repeat-y;     
}


.smart_phones{
    background: url(images/call_me_back.gif) no-repeat scroll top left;
    padding-left: 25px;
    display: block;
    height: 16px;
}

#content-right div.news{
    padding-bottom: 20px;
}

#content-left li{
    margin-left: 30px;
}

.promo_slider_wrapper {
    margin: 0 !important;
    z-index: 1 !important;
}

.alignright {
    float: right;
    padding: 0 0 10px 10px;
}

.alignleft {
    float: left;
    padding: 0 10px 10px 0;
}

.aligncenter{
    margin: 0 auto;
    display: block;
}

.clear{
    clear: both;
}