/*
Theme Name: Child
Template: follet
*/

@import url('../follet/style.css');
/* @import url('../follet/css/fonts.css'); */

@import url(http://fonts.googleapis.com/css?family=Audiowide);


/* ========== Follet Theme ========== */
.site-branding .site-title a {
  font-family: 'Audiowide', cursive;
  font-size: 48px;
  color: #44c0fe;
  text-shadow: 0 -1px 0 rgba(255,255,255,0.6),0 1px 1px rgba(0,0,0,0.5);
}
.site-branding .site-title a:hover {
  color: #4aceca;
}

.site-branding .site-description {
  font-size: 14px;
  color: white;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 1px #2e2e2e;
}

#main .entry-title {
  font-size: 36px;
  color: #222222;
  text-shadow: 0 -1px 0 rgba(255,255,255,0.6),0 1px 1px rgba(0,0,0,0.5);
}
.entry-title a {
  font-size: 36px;
  color: #222222;
  text-shadow: 0 -1px 0 rgba(255,255,255,0.6),0 1px 1px rgba(0,0,0,0.5);
}
.entry-title a:hover {
  color: #4aceca;
}

/* Heading:h3 */
#main h3 {
  clear: both;
  line-height: 1;
  margin: 1.25em 0 0.5em;
  color: #2e2e2e;
  font-weight: bold;
  padding: 10px;
/*  padding-left: 10px; */
  border: 1px solid #dddddd;
  border-left: 10px solid #468CC6;
/*  border-bottom: 1px solid #dddddd; */

  background: whitesmoke;
  color: rgba(0,0,0,0.6);
  text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
               0px -5px 16px rgba(255,255,255,0.3);
}

/* Heading:h4 */
#main h4 {
  clear: both;
  color: #2e2e2e;
  font-weight: bold;
  padding: 6px;
/*  padding-left: 6px; */
  border-bottom: 1px solid #dddddd;
  border-left: 6px solid #468CC6;

  background: whitesmoke;
  color: rgba(0,0,0,0.6);
  text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
               0px -5px 16px rgba(255,255,255,0.3);
}

/* Heading:h5 */
#main h5 {
  clear: both;
  color: #2e2e2e;
  font-weight: bold;
  padding: 4px;
/*  padding-left: 4px; */
  border-bottom: 1px solid #dddddd;
  border-left: 4px solid #468CC6;

  background: whitesmoke;
  color: rgba(0,0,0,0.6);
  text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
               0px -5px 16px rgba(255,255,255,0.3);
}

/* list */
#main li {
/*  list-style-type : square; */
  list-style-position : outside;
  margin:0px;
  padding:0px;
  line-height:150%;
/*  border:1px solid #84b2e0; */
/*  margin-top:0.5em; margin-bottom:0.5em; */
}


/* ---------- Wordpress Popular Posts Widget ---------- */
.wpp-list li { /* LI - post container */
	display:inline-block; 
/* uncommenting above line is recommended when using post thumbnails */
	float:none;
	clear:left;
	margin:10px;
	padding:50px;
	line-height:100%;
}
/* title styles */
.wpp-post-title {
	font-size:12px;
}
/* thumbnail styles */
.wpp-thumbnail {
	display:inline;
	float:left;
	margin:10px;
	border:none;
}

/* ---------- Wordpress plugin random post slider ---------- */
#gopiplushome .thumb {
	max-width: 100px;
	height: auto;
	border: 1px solid #CCC;
	padding: 5px;
	float: left;
	margin: 0 5px 5px 0;
	background:#FFFFFF;
}