/*  

Theme Name:     Cubanews (Child)
Theme URI:      
Description:    Child of Twenty Twelve theme for Cubanews
Author:         
Author URI:     
Template:       twentytwelve
Text Domain:    twentytwelve
Version:        1.0.0

*/

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

/*************************************
 * Cubanews
 * ***********************************/
 
body {
    font-size: 13px;
    line-height: 1.5;
    font-family: Arial,Helvetica,sans-serif !important;
    background-image: url(assets/imgs/texture-stripes.png);
    font-style: normal;
    font-weight: 400;
    color: #222;
}

hr {
  border: 0;
  border-top: 1px solid #C0DC91;
  width: 100%;
  margin: 30px 0;
}

.clear {
  width: 100%;
  clear: both;
  margin: 10px 0;
}

.soft {
  border: 0;
  border-top: 1px solid #ECF2E3;
  clear: both;
  width: 100%;
  margin: 6px 0;
}

a {
color: #2E8C10;
}
a:hover {
color: #0E6C00;
}

body .site {
    padding: 0px 1rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    box-shadow: 0px 2px 6px rgba(100, 100, 100, 0.3);
}
 
.site-header {
    padding: 1.71429rem 0px 0px 0px;
}

.site-title {
  float: left;
}

.main-navigation{
  clear: left;
}

#top-banner {
  float: right;
  margin: 0px;
  text-align: right;
  width: 560px;       
  height: 80px;
} 

#top-banner .textwidget {    
  width: 100%;
  height: 100%;
  max-width: 100%;  
}    

.nav-menu li {
    margin: 0px;
}
.menu-mainmenu-container {
    border-bottom: 5px solid #428340;
    background-color: #ECF7DA;
    border-top: 1px solid #C2DB9D;
    margin-bottom: 1em;
    box-shadow: 0px 4px 10px #D0D0D0;
    opacity: 1;
    position: relative;
}
.menu-mainmenu-container ul {
  margin-left: 4px;
}
.menu-mainmenu-container ul li.current_page_item a, .menu-mainmenu-container ul li a:hover {
    background-color: #428340;
    color: #FFF;
    text-decoration: none;
}
.menu-mainmenu-container ul li a {
    padding: 6px 12px; 
    line-height: 2;
    font-size: 14px;
    background-color: #ECF7DA;
    border-right: 1px solid #C3DB9D;
    font-family: nimbus-sans-condensed,"Helvetica Neue",Arial,sans-serif;
    color: #111;
    text-transform: uppercase;
    margin-left: -4px;

}
.menu-mainmenu-container ul li:last-child a {
    border-right: 0px;
}


/* homapage */

body.template-front-page .site-content {
  float: left;
  width: 72%;
}

body.template-front-page .site-content h3, .widget-area .widget h3 {
    color: #222;
    text-transform: uppercase;
    border-bottom: 2px solid #222;
    padding-bottom: 1em;
    padding-left: 10px;
}

body.template-front-page .site-content h3 a{
  color: #000;
  text-decoration: none;
}

.widget-area .widget h3 {
    padding-bottom: .6em;
}
  
.template-front-page .widget-area {
    clear: none;
    padding-top: 0rem;
    float: right;
    border-top: 0px;  
} 
                         

.left, .right {
  display: block;
  width: 48.5%;
  float: left;
  margin-bottom: 20px;
}
.right {
  clear: right;
  margin-left: 3%;
}

.textwidget {
  max-width: 230px;
}      

.template-front-page .widget-area .widget_text img, .widget-area .widget_text img {
  float: none;
  margin: 0 auto; 
  display: inline-block;
  width: 100%; 
}     

.widget_text div div {
  border: 1px solid #DDD;
  background: none repeat scroll 0% 0% #ECF7DA;
  padding: 6px;
}  

.single > #page > #main > #secondary > aside {
  margin-bottom: 1rem;
}

.template-front-page > #page > #main > #secondary{
  max-width: 230px;
}
    
.template-front-page > #page > #main > #secondary > aside {
  width: 100%;
  max-width: 230px;
}
.widget-area #s {
    width: 64%;
}

/* footer */

#main-footer {
    display: inline-block;
    background: #ecf7da;
    width: 100%;
    border-top: .1em solid #ccea9a;
    padding-top: 0em;
    padding-bottom: 3.5em;
}

#main-footer .footer-left {
    float:left;
    width: 59%;
    margin-top: 1em;
    margin-left: 0em;
}

#main-footer .footer-right {
    float: right;
    width: 36%;
    margin-top: 1em;
    margin-right: 0em;
}

#main-footer .footer-left .widget-area, #main-footer .footer-right .widget-area {
  width: 100%;
  margin: 0em 1em 0 0;
}

#footer-nav {
  padding: 1em 0 .5em 2em;
}

#corp-nav {
   padding: 0 0 .5em 2em;
}

#footer-nav ul, #corp-nav ul {
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: .5em;
    padding-bottom: .5em;
}

#footer-nav ul {
  border-bottom: .1em solid #ccea9a;
}

#footer-nav ul li, #corp-nav ul li {
  float: left;
  margin-right: 2em;
}

#corp-nav ul  li {
    border-right: 1px solid #ccea9a;
    padding-right: 1em;
    margin-right: 1em;
}

#footer-nav ul li a, #corp-nav ul li a {
    display: inline-block;
    font-weight: 300;
    color: #2e8c10;
}
         
#footer-nav ul li a:hover, #corp-nav ul li a:hover {
    text-decoration: none;
    color: #C64311;
}
 
 
 
 #social-footer {
 	padding: 1em 0 0.5em 1em;
 	border-left: 0.1em solid #ccea9a;
 	margin-left: -3em;    
 }
 #social-footer ul {
 	margin: 0; padding: 0;
 	list-style: none;
 	float: left;
 	list-style: none;
 	margin-bottom: 1em;
 	padding-bottom: .5em;
 	border-bottom: 1px solid #ccea9a;
 }
 
 #social-footer li { 
 	float: left; 
 	margin-right: 1.5em;
 }
 
 li.newsletter {
 	margin-right: 0;
 }
 
 #social-footer li a {
 	display: inline-block;
 	padding-left: 1.8em;
 	font-weight: 600;
 	background: transparent url(assets/imgs/social-sprite.png) no-repeat 0 2px;
 	color: #2e8c10;
 }
 
 #social-footer li.twitter a {  background-position: 0 -24px; }
 #social-footer li.rss a { background-position: 0 -50px; }
 #social-footer li.newsletter a { background-position: 0 -76px; }
 
 .copyright {
 	clear: both;
 	font-weight: 300;
 	color: #789b32;
 }


#footer-nav ul {
    border-bottom: .1em solid #ccea9a;
}

#footer-nav ul, #corp-nav ul {
    float: left;
    list-style: none;
    margin-bottom: .5em;
    padding-bottom: .5em;
}

#footer-nav li, #corp-nav li {
    float: left;
    margin-right: 2em;
}

#corp-nav li {
    border-right: .1em solid #ccea9a;
    padding-right: 1em;
    margin-right: 1em;
}

#footer-nav li a, #corp-nav li a {
    display: inline-block;
    font-weight: 300;
    color: #2e8c10;
}

#footer-nav li a:hover, #corp-nav li a:hover {
    text-decoration: none;
    color: #C64311;
}




/*toolbar*/
.toolbar {
    border-top: 1px solid #222;
    width: 100%;
    border-top: 1px solid #444;
    background: url('assets/imgs/admin-bar.png') repeat-x #333;
    overflow: hidden;
    min-height: 37px;
} 
.toolbar-wrapper {
    width: 993px;
    margin: 0 auto;
}
.toolbar ul {
  list-style: none outside none;
}
.toolbar li {
  float: left;
}
.toolbar li a.last {
}

.toolbar li a, .toolbar li.first span {
    display: block;
    color: #DDD;
    text-transform: uppercase;
    font-size: 11px;
    text-shadow: 0px 0px 1px #000;
    padding: 10px 20px;
    border-left: 1px solid #333;
    border-right: 1px solid #222;
}

 
#footer-toolbar {
    margin-bottom: 0;
    position: fixed;
    z-index: 800;
    bottom: 0;
}  


/* home slider */

#banner-slide {
  background-color: #302A2A;
  border-radius: 3px;
  padding: 25px 50px;
  margin-bottom: 7px;
  color: white;
}
#banner-slide h2 {
  font-weight: normal;
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
  font-family: nimbus-sans-condensed !important;
  font-size: 24px;
  margin-bottom: 10px;
}
#banner-slide .slidecontent {
  display: block;
}
#banner-slide .slidecontent a {
  margin: 0 10px 0 0;
}
#banner-slide .author {
  display: inline-block;
  color: #8C8989;
  font-size: 12px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
  font-family: Georgia,serif;
  font-style: italic;
}

.top-new-content, .news-content {
  margin: 10px; 
  display: inline-block; 
}    
a.top-new-content, a.culture-new-content, a.news-content {
  color: #000;
  text-decoration: none;
}
a.culture-new-content img {
  margin: 10px 0;
  padding: 4px;
  border: 1px solid #DDD;
}
.culture-new-content h4 {
  font-size: 14px;
  margin-bottom: 6px;
}

.top-new-content img {
  margin-right: 10px; 
} 
.top-new-content h4{
  clear: none !important;
}
.news-content h5{
  clear: none !important;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding: 8px ;
	background:#605A5A;
	color:#fff;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#3d793b;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#3d793b;
	color:#fff;
  margin:5px;
	text-decoration: none;
	width: 9px;
  border-radius: 30px;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background:#605A5A;
	color:#fff;
}


.readmore {
  display: inline-block;
  background: url('assets/imgs/generic.png') no-repeat scroll -270px -1445px #ECF2E3;
  padding: 6px 12px 4px 36px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 5px;
  line-height: 24px;
  color: #2E8C10;
}
.readmore:visited {
  color: #2E8C10;
}
.readmore:hover {color: #fff !important; background-color: #3d793b;}

.catdescription {
  margin-top: 10px;
  display: block;
  padding: 5px 10px;
  background-color: #EEEDED;
  color: #666;
  line-height: 1.5;
}