/*------------------------------------*\
	Theme Name: FIESC
	Date: October 2014 
	Description:   
	Version: 1.2 
	Author:  
	Author URI:  
	License URI: 
	License: Commercial
	Theme URI: 
	Tags: 
/*------------------------------------*/



.site-info {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.accordion {   
     width:250px;  
     overflow:hidden;   
     margin:10px auto;   
     color:#474747;   
     background:#fff;   
     padding:2px;   
}

.accordion section{   
      float:left;  
      overflow:hidden;   
      color:#333;   
      cursor:pointer;   
      background: #fff;   
      margin:3px;   
}  
.accordion section:hover {  
      background:#fff;  
}

.accordion section p {   
  display:none;   
}

.accordion section:target {   
      background:#FFF;   
      padding:10px;  
}  
.accordion section:target:hover {   
      background:#FFF;   
}  
.accordion section:target h2 {  
      width:100%;  
}  
.accordion section:target h2 a{   
      color:#333;   
      padding:0;  
}  
.accordion section:target p {  
      display:block;  
}  
.accordion section h2 a{  
      padding:8px 10px;  
      display:block;   
      font-size:16px;   
      font-weight:normal;  
      color:#eee;   
      text-decoration:none;   
}

    .vertical section{   
         width:100%;   
         height:40px;   
         -webkit-transition:height 0.2s ease-out;  
         -moz-transition:height 0.2s ease-out;  
         -o-transition:height 0.2s ease-out;  
         transition:height 0.2s ease-out;  
    }  
      
    /*Set height of the slide*/  
    .vertical :target{   
         height:100%;   
         width:97%;  
    }
    .vertical section h2 {   
         position:relative;   
         left:0;   
         top:-15px;   
    }  
    /*Set position of the number on the slide*/  
    .vertical section:after{   
          top:-60px;  
          left:810px;  
    }  
    .vertical section:target:after{   
          left:-9999px;  
    }

/* News */

body.single-news .full,
body.single-news .ads-tags,
body.single-news .links,
body.single-news .ad-detail-half-box {
	display: none;
}

body.single-news .ad-detail-content {
	margin: 30px 0;
}

body.post-type-archive-news .span9 {
	margin-top: 30px;
}
body.post-type-archive-news .span3 {
	width: 100%;
	-border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
body.post-type-archive-news .span3 .first {
	margin: 0;
}
body.post-type-archive-news .ad-image {
	border: 1px solid #ccc;
}
body.post-type-archive-news .ad-image,
body.post-type-archive-news .ad-box-content {
	width: auto;
}

body.post-type-archive-news .ad-image img,
body.post-type-archive-news .ad-box-content {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

body.post-type-archive-news [class*="span"] {
	margin-left: 0;
}

body.post-type-archive-news .ad-box-content a {
	text-align: left;
}