@charset 'UTF-8';
/*
 * Globals
 */

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #555;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}


/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}


/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  /*
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
  */
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-title img{
    max-width: 260px;
}
.blog-description {
  font-size: 20px;
  color: #999;
}

div#blogHeaderArea{
    padding: 0;
}

/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
  padding-top: 0;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.side-headline {
    margin-bottom: 10px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}

.newArchives a,
.list-inline>li a ,
.cateTags a{
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    padding: 5px;
    width: 100%;
    background: #ffffff;
    margin-bottom: 5px;
    text-align: center;
    border: 1px solid #de84a2;
}
.cateTags li {
    display: inline-block;
    width: 100%;
}
.cateTags a {
    display: block;
    width: 100%;
}
.newArchives a{
text-align: left;
}

.recommend{
margin-bottom:30px;
}
	.recommend a{
	border: 1px solid #cccccc;
	background-color:#ffffff;
	display:block;
	padding:5px;
	font-size:14px;
	margin-bottom:2px;
	}
	.recommend p{
	padding:0;
	margin:0;
	}
	h4.recommendHeadline ,
	.side-headline{
    background-color: #333333;
    color: #ffffff;
    padding: 10px;
	}
	.recommendDate {
		text-align:right;
		color: #999999;
	}

/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 30px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-title a{
color:#222222;
}
.blog-post-title a:hover{
text-decoration: none;
position:relative;
top:1px;
left:1px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}

.tag-list{
	padding:0;
	margin:0;
}
.tag-list .btn{
margin-left:4px;
margin-bottom:4px;
}

.blog-border{
	border:1px solid #bbbbbb;
	padding:20px;
}

.searchWords {
    padding: 10px;
	background-color :#333333;
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
    margin: 0 0 10px 0;
}

.pageHeader{
	padding-top:10px;
}

/* RANKING */
.colData a{
font-weight:bold;
display:inline-block;
padding:4px 0 4px 0;
font-size: 120%;
}
.rating-stars{color:#ffe45c;text-shadow: 0px 0px 1px #000000;}
.enqueteHl {
    background-color: #ab1648;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    color: #ffffff;
}
.checkpoint{
background-color:#ffffff;
padding:10px;
font-size:15px;
}
.colImg img {
    max-width: 100%;
}
.colSummary,
.colData{
font-size:15px;	
}

@media (max-width: 767px) {
	.colImg{
		display:none;
	}
	.colData{
		left:0;
	}
}

.blog-title-link{
	display: block;
	background-color: #ffffff;
	border: 1px solid #cccccc;
    margin-bottom: -1px;
	padding: 4px;
}
.blog-title-link h2{
	font-weight:bold;
	font-size: 16px;
}
.blog-title-link .blog-post-meta{
	margin-bottom:0;	
}

.blog-next-link{
	margin:30px 0 10px 0;
	font-size: 14px;
font-weight: bold;
}

/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}