/*
Theme Name:     Marianistes documentation
Theme URI: 	  http://www.extratis.com
Description:    
Author: 		Extratis
Author URI: 	http://www.extratis.com
Template:       helpguru
Version:        1.0.0
*/

@import url(http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
 body {
	 font-family: 'Merriweather', serif;
      font-size: 16px;
	  line-height: 24px; } 
p {
	 font-family: 'Merriweather', serif;
     font-size: 16px;
	 line-height: 26px; }




#nav-primary {
  font-family: 'Roboto Condensed', sans-serif;
  display: table-cell;
  vertical-align: middle;
  /* Responsive Nav */ }
  
  
h3.ht-kb-attachments {
	font-size: 30px;
	color: #367BB7;
	margin-bottom: 20px;
	
}

.hkb-article-attachments__title {
		font-size: 25px;
		color: #367BB7;
		}


.post-meta {
	font-size: 18px;
	color: #52922A
}
.post-meta-key {color: #1f3155; font-weight: bold; font-size: 18px; }


h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.2em;
	font-weight: 300;
}

.ht-kb-category-header .ht-kb-category-title {
    font-size: 19px;
    font-weight: 600; }
	
blockquote p {
	font-family: 'Merriweather', serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.5em;
	color: #999999;
}

.entry-content h1 {
  font-size: 36px;
}
.entry-content h2 {
  font-size: 30px;
}
.entry-content h3 {
  font-size: 27px;
}
.entry-content h4 {
  font-size: 25px;
}
.entry-content h5 {
  font-size: 23px;
}
.entry-content h6 {
  font-size: 21px;
}
.entry-content h1 {
	margin: 0 0 15px;
	padding-top: 35px;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 0 0 10px;
  padding-top: 10px;
}

.entry-content p, .entry-content ul, .entry-content ol {
  margin: 0 0 18px;
}

.ht-kb-entry-meta {
  font-size: 14px;
 }


/* Accordion Styles */
.accordion {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.accordion-title {
    border-top: 1px solid #dbdbdb;
    margin: 0;
    padding: 5px 0;
    cursor: pointer;
}
.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}
.accordion-content {padding-bottom: 10px;}


/*  couleur surlignage mot recherche */
.hilite {
	background-color: #E0FF41;
} 
.entry-content mark {
	background-color: #E0FF41;
} 




.ht-voting .ht-voting-links {
  margin: 0 0 25px; }
  
.ht-voting .ht-voting-links .ht-voting-upvote:before,
.ht-voting .ht-voting-links .ht-voting-downvote:before {
      font-family: FontAwesome;
      margin: 0 7px 0 0; }
 
.ht-voting .ht-voting-links .ht-voting-upvote:before {
      content: "\f00c"; }
 
.ht-voting .ht-voting-links .ht-voting-downvote:before {
      content: "\f146"; }
  
.ht-kb-most-helpful-user,
.ht-kb-most-viewed-article,
.ht-kb-most-helpful-article {
  background: #367BB7;
  font-size: 90%;
  color: #fff;
  padding: 2px 5px;
  margin: 0 0 0 0px;
  line-height: 1;
  position: relative;
  top: 0px;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  
  
  #site-footer-widgets {
	background-color: #E4EAF1;
	color: #333333;
}

#site-footer {
	background-color: #094275;
	color: #B9B9B9;
}
  #site-footer #copyright {
	color: #D3D3D3;
	
}
    #site-footer #copyright a, #site-footer #copyright a:visited {
      color: #ffffff; }

