 @charset "UTF-8";
@font-face {
 font-family: mydesyrel;
 src: url("fonts/desyrel.eot") /* EOT file for IE */
}
@font-face {
 font-family: mydesyrel;
 src: url("fonts/desyrel.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: myamericantypewriter;
 src: url("fonts/americantypewriter.eot") /* EOT file for IE */
}
@font-face {
 font-family: myamericantypewriter;
 src: url("fonts/americantypewriter.ttf") /* TTF file for CSS3 browsers */
}

/* Vidoyen Ask Me button */
#ask-me-trigger img { display: none; } /* hide default button */
#ask-me-trigger {
  display: inline-block;
  width: 210px;                               /* custom button width */
  height: 32px;                               /* custom button height */
  background-image: url(http://anniefox.com/images/Vidoyen-button.png); /* custom button url */
}

/*

Theme Name:Leon
Theme URL: http://www.fabthemes.com/leon/
Description: Free WordPress theme released by fabthemes.com
Author: Fabthemes.com
Author URI: www.fabthemes.com
Version: 1.0.0
Tags: Responsive, grey, black, right-sidebar, fixed-width, theme-options, threaded-comments, banner ads, adsense,fab themes.

*/
body{
	background:url(images/body.png); //http://electriceggplant.com/familyconfidential.com/wp-content/uploads/2014/01/background_parents-150x1.gif  images/body.png
}

i {
font-style:oblique !important; /* without this, italics doesn't seem to work */
}

.sm_follow {
	float:right;
	margin-top:6px;
	margin-right:3px;
	color:#fff;
	font-family:mydesyrel;
	font-size:24px;
	text-shadow:1px 1px 0px #111;
}

.mejs-container { /* mp3 player */
max-width: 400px;
margin-left:5px;
}

table {
border-collapse:collapse;
border-spacing:0;
border:1px solid #fff;
margin:10px 0;
}

table td,table th {
text-align:left;
border:1px solid #555;
padding:.4em .8em;
}

table th {
background:#ddd;
color:#999;
text-transform:uppercase;
font-weight:400;
border:1px solid #555;
}

table td {
border:1px solid #555;
background:#eee;
color:#555;
}

table tr.even td {
background:#eee;
border:none;
}

table tr:hover td {
background:#FFF9DF;
}

img.centered {
display:block;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
padding:0;
}

img.alignnone {
display:inline;
background:#eee;
margin:0 0 10px;
padding:5px;
}

img.alignright {
display:inline;
background:#eee;
margin:5px 0 10px 10px;
padding:5px;
}

img.alignleft {
display:inline;
background:#eee;
margin:10px 15px 10px 0;
padding:5px;
}

.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
}

.alignright {
float:right;
margin:0 0 10px 10px;
}

.alignleft {
float:left;
margin:0 15px 10px 0;
}

.wp-caption {
text-align:center;
background:#eee;
margin:10px;
padding:4px 0 5px;
}

.wp-caption img {
border:0;
margin:0 0 5px;
padding:0;
}

.wp-caption p.wp-caption-text {
font-size:11px;
font-weight:400;
line-height:12px;
color:#444;
margin:0;
padding:0;
}

.clearfix:after {
content:".";
display:block;
clear:both;
visibility:hidden;
line-height:0;
height:0;
}

.clearfix {
display:inline-block;
}

html[xmlns] .clearfix {
display:block;
}

* html .clearfix {
height:1%;
}

.rounded {
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.boxshadow {
-moz-box-shadow:0 0 5px #000;
-webkit-box-shadow:0 0 5px #000;
box-shadow:0 0 5px #000;
}

/* FONTS */


@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Head */

#blogname{
	margin:20px 0px 0px 0px;
	}

#blogname h1{
	font-family: 'BebasNeueRegular';
	font-size:46px;
	}

#blogname h1 a:link,#blogname h1 a:visited{
	padding-top:5px;
	color:#fff;
	text-decoration:none;
	}
	
	

/* SEARCH FORM	 */
	
	
#search {
	padding:0px 0px;
	margin:25px 0px 20px 0px;
	display:inline-block;
	height:30px;
	background:#eee;
	border:1px solid #fff;
	width:100%;
	margin:6px 0px 0px 0px;
	height:25px;
	}

#search form {
	margin: 0px 0px 0px 0px;
	padding: 0;
	}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
	}

#search p {
	margin: 0;
	font-size: 85%;
	}

#s {
	
	background:transparent;
	margin:0px 0px 0px 3px;
	padding: 5px 5px;
	height:20px;
	border:none;
	font: 11px normal 100% "Tahoma", Arial, Helvetica, sans-serif;
	color:#555;
	float:left;
	display:inline;

	}
	
.subtitle{
	color:#eee;
	
}	
	
/* TOP-MENU */
	
#botmenu{

	margin:0px 0px 0px 0px;
	font-size: 10px;
	overflow:hidden;
	background: #fcda00;
	color: #000;
	/* background:url(images/menu.png); */
	text-transform:uppercase;
	
	}
	
#submenu {
	margin: 0px 0px;
	padding:0px 0px;
	height:40px;
	}
	
#submenu ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0px;
	}
	
#submenu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-shadow:1px 1px 0px #111;
	}
	
#submenu li a {
	color: #ce7441; /* dcba06; */
	display: block;
    	margin: 0;
	padding: 10px 10px 12px 10px;
	text-decoration: none;
	position: relative;
	text-shadow:1px 1px 0px #111;
	}

#submenu li a:hover, #submenu li a:active, #submenu .current_page_item a  {
	color: #fff;
	background: #ed7d2e;
	text-shadow:1px 1px 0px #111;
	/* background:url(images/menua.png); */

	}
	
#submenu li a.sf-with-ul {
	padding-right: 20px;
	}	
	

	
#submenu li li a, #submenu li li a:link, #submenu li li a:visited {
	color: #aaa;
	font-size:11px;
	text-shadow:none;
	width: 148px; 
	font-family: Arial, Tahoma, Verdana;
	margin: 0;
	padding: 0px 10px;
	line-height:35px;
	border-bottom:1px solid #444444;
	border-top:1px solid #2D2623;
	border-left:1px solid #2D2623;
	border-right:1px solid #444444;
	text-transform: none;
	position: relative;
	background:#2e2e2b;
	}
	
#submenu ul ul li:first-child{
	border-top:none;

}

#submenu ul ul li:last-child{
	border-bottom:none;

}	
	
#submenu li li:last-child{
	border-bottom:none;
}
		
#submenu li li a:hover, #submenu li li a:active {
	background:#343431;
	color: #fff; 
	}


#submenu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px 0px;
	padding: 0px;
	background:#282828;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

#submenu li ul a { 
	width: 150px;
	}

#submenu li ul a:hover, #submenu li ul a:active { 
	}

#submenu li ul ul {
	margin: -37px 0 0 169px;
	}

#submenu li:hover ul ul, #submenu li:hover ul ul ul, #submenu li.sfHover ul ul, #submenu li.sfHover ul ul ul {
	left: -999em;
	}

#submenu li:hover ul, #submenu li li:hover ul, #submenu li li li:hover ul, #submenu li.sfHover ul, #submenu li li.sfHover ul, #submenu li li li.sfHover ul {
	left: auto;
	}

#submenu li:hover, #submenu li.sfHover { 
	position: static;
	}
	
/* Intro	 */

.intro{
	background:url(images/intro.png);
	padding:20px 0px;
	margin-bottom:30px;
	border:1px solid #535151;
	text-align:center;
	font-family:mydesyrel;
	color:#fad301;	/* was #ccc	 */
	text-align:center;
	font-size:30px;
	line-height:38px;
	padding:20px 20px;
	-webkit-box-shadow: inset 0px 0px 5px 0px #222;
	-moz-box-shadow: inset 0px 0px 5px 0px #222;
	box-shadow: inset 0px 0px 5px 0px #222;	
}

.intro2a {
	margin-bottom:30px;
	background: #c5dc77;  #9dc0e8; blue */
	border:1px solid #535151;
	text-align:left;
	font-weight: 400 !important;
	color: #535151; /* was #ccc yellow: #fad301	 */
	font-size:24px;
	line-height:30px;
	padding:20px 20px;
}

.intro2{
	margin-bottom:30px;
	text-align:left;
	font-weight: 400 !important;
	color: #fff; 	/* #535151; was #ccc yellow: #fad301	 */
	font-size:24px;
	line-height:30px;
	padding:10px 10px;
}


/* POSTS */

.post{
	margin:0px 0px 30px 0px;
	color:#eee;
	background: #9dc0e8;

}

.btitle h2{
	font-family: 'BebasNeueRegular';
	font-size:28px;
	padding:5px 5px 0 5px;
}

.btitle h2 a:link, .btitle h2 a:visited{
	text-decoration:none;
	color:#151515;
	text-shadow:0px 1px 0px #696969;
}


.title h2{
	font-family: 'BebasNeueRegular';
	font-size:36px;
	padding:5px 5px 0 5px;
}

.title h2 a:link, .title h2 a:visited{
	text-decoration:none;
	color:#151515;
	text-shadow:0px 1px 0px #696969;
}

.postimg{
	float:left;
	margin:15px 10px 10px 0px;
}

.postmeta{
	padding:5px 5px 0px 5px;
	font-size:10px;
	text-transform:uppercase;
	text-shadow:0px 1px 0px #666;
	font-weight:bold;
}		

.episode{
	color:#000;
	padding:2px 5px 2px 2px;
	}

.author{
	color:#000;
	padding:2px 5px 2px 20px;
	background:url(images/user.png) left center no-repeat;
	}

.clock{
	color:#000;
	padding:2px 5px 2px 20px;
	background:url(images/clock.png) left center no-repeat;
}
	
.singleinfo{
	padding:5px 5px 5px 5px;
}


.categori{
	padding:2px 0 2px 25px;
	color:#000;
	text-shadow:0px 1px 0px #666;
	font-weight:bold;
	background:url(images/tag.png) left center no-repeat;
	font-size:10px;
	text-transform:uppercase;
	}

.categori a:link,.categori a:visited{
	color:#000;
	text-shadow:0px 1px 0px #666;
	text-decoration:none;
	}
	
.categori a:hover{
	color:#fff;
	text-shadow:0px 1px 0px #222;	
	}
	
.boxentry{
	font-size:16px;
	color:#3a587f;
	padding:10px 5px 2px 5px;
	/* text-shadow:0px 1px 0px #222; */
}
.entry{
	font-size:13px;
	padding:10px 0px;
	color: #222;

}

	
.entry a:link,
.entry a:visited {
   	color:#9e3a1f; /* eb1d32; */
	}

.entry a:hover {
	color:#c24726;
	}

.entry ul, .entry ol{
  margin: .4em 0 1em;
  line-height: 150%;
}

.entry ul li, .entry ol li{
  list-style-position:outside;
  margin-left: 1.6em;
}

.entry p{
	margin:5px;
	padding:5px 0px;
	line-height:180%;
	
}

.entry h2, .entry h3, .entry h4 {
	font-family: 'BebasNeueRegular';
	padding-left: 5px;
	padding-right: 5px;
}

.archive .entry p {
	font-size:16px;
	color:#3a587f;
}
/* SIDEBAR WIDGETS */
#right {
    width: 100%;
    float: right;
  
}
.sidebar {
    float: right;
	width:100%;
}

.sidetitl {
	margin-top:10px;
    padding: 0px 0px 0px 0px;
	font-weight:normal;
	width:100%;
}

.sidetitl h3{
	font-family: 'mydesyrel'; /* was BebasNeueRegular */
	font-size:30px;
	color:#fff;
	text-shadow:0px 1px 0px #111;
}

.sidebox {
    list-style: none;
    color: #ddd;
    margin: 0px 0 30px 0px;
}

.sidebox ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 5px;
}

.sidebox li {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.sidebox ul ul {
    list-style-type: none;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.sidebox ul li {
    height: 100%;
    line-height: 18px;
    clear: left;
    list-style-type: none;
    margin: 0;
    font-size: 12px;
}

.sidebox ul li a:link,.sidebox ul li a:visited {
    color: #ddd;
    text-decoration: none;
    display: block;
    padding: 7px 0px;
}

.sidebox ul li a:hover {
    color: #fff;
}

.sidebox.widget_categories ul li,.sidebox.widget_pages ul li,.sidebox.widget_archive ul li,.sidebox.widget_links ul li,.sidebox.widget_meta ul li  {
    border-bottom: 1px solid #555;
}

.sidebox.widget_recent_entries ul li a {
    border-bottom: 1px solid #555;
}

ul#recentcomments li.recentcomments {
    border-bottom: 1px solid #555;
    padding:7px 0;
}

div#calendar_wrap {
    border: 1px solid #333;
    margin: 0 auto;
    padding: 0;
}

table#wp-calendar {
    width: 100%;
    border: none;
    margin: 0!important;
    padding: 0;
}

#wp-calendar caption {
    font-size: 12px;
    color: #ddd;
    font-weight: 400;
    padding: 10px 5px 5px;
	text-align:center;
}

#wp-calendar th,#wp-calendar td {
    text-align: center;
    color: #fff;
    background:transparent;
    padding: 7px 5px;
}

#wp-calendar tr {
    margin: 0!important;
}

#wp-calendar td {
     color: #aaa;
    margin: 0!important;
}

#wp-calendar td a {
    border: none;
    color: #D1512A;
}

.sidebox ul ul ul,.sidebox ul ul ul ul {
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
}




/* Banners */

.squarebanner {
    margin: 0px 0px 10px 0px;
}

.squarebanner ul {
    list-style-type: none;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
	width:100%;
}

.squarebanner ul li {
    list-style-type: none;
    display: inline;
	float:left;
	margin-right:10px;
	margin-top:10px;

}

.squarebanner ul li  img{
	
}

.squarebanner ul li.rbanner {
  
}

/* FOOTER WIDGETS */


#bottom{
	margin:0px auto;


}

.bottomcover{
	margin:0px auto;
	background: #fff;
	/* background:url(images/bottom.png); */
}	

h3.bothead{
	font-family: 'BebasNeueRegular';
	font-size:18px;
	color:#fff;
	text-shadow:0px 1px 0px #111;
	}
	
.botwid{
	padding-top:30px;
	padding-bottom:30px;
	font-size:13px;
	color:#aaa;
	list-style:none;
	}
	
.botwid ul {
	list-style-type: none;
	margin:  0px;
	padding: 0px 0px 0px 0px ;


	}
.botwid li{
	list-style-type: none;
	margin: 0 ;
	padding: 0px 0px;
   border-bottom: 1px solid #444;
	}
.botwid ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
		}

.botwid ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.botwid ul ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.botwid ul li {
	height:100%;
	line-height:18px;
	clear: left;	
	list-style-type: none;
	}
	
.botwid ul li a:link, .botwid ul li a:visited  {
	
	color: #aaa;
	text-decoration: none;
	padding: 7px 0px 7px 0px;
	display:block;


	}

.botwid ul li a:hover{

	color: #fff;
	}

.botwid p{
	padding: 7px 0px;
	margin:0;
	line-height:150%;
	}

.botwid table {
	width:100%;
	text-align:center;
	color:#787d7f;
	}			

		
	
/* --- FOOTER --- */

#footer {

padding:30px 0px;
margin:0px 0px 0px 0px ;
color:#aaa;
font-size:11px;
background: #627e9f;
/* background:url(images/footer.png); */

	}

#footer a:link , #footer a:visited{
color:#aaa;
text-decoration:none;
	}

#footer a:hover {
color:#aaa;
text-decoration:underline;

	}

.fcred{
text-align:center;
margin:0px auto;
line-height:16px;
}	

/* COMMENTS */
#commentsbox {
    margin: 0px 0px 0px 0px;
}

h3#comments {
    padding: 10px 10px;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
    color: #222;
    background:#c5dc77;
    /* background:url(images/menu.png); */
	font-family: 'BebasNeueRegular';	
}

ol.commentlist {
    clear: both;
    overflow: hidden;
    list-style: none;
    margin: 10px 0px;

}

ol.commentlist li {
    line-height: 18px;
    color: #222;
    background:#c5dc77;
    /* background:url(images/menu.png); */
    margin: 5px 0 20px 0px;
    padding: 15px;
    border:1px solid #383838;
}

ol.commentlist li .comment-author a:link,ol.commentlist li .comment-author a:visited {
    color: #222;
    font-weight: 700;
    text-decoration: none!important;
}

cite.fn {
    color: #eee;
    font-style: normal;
}

ol.commentlist li .comment-author .avatar {
    float: right;
    border: 1px solid #222;
    background: #fcda00;
    padding: 3px;
}

ol.commentlist li .comment-meta .commentmetadata {
    color: #222;
}

ol.commentlist li .comment-meta a {
    	color:#ae5a24;
    text-decoration: none!important;
}

ol.commentlist li p {
    line-height: 22px;
    margin-top: 5px;
    color: #444;
    font-size: 12px;
}

ol.commentlist li .reply {
    margin-top: 10px;
    font-size: 10px;
}

ol.commentlist li .reply a {
    background: #ED7D2E;
    border: 1px solid #222;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 3px 10px;
}

ol.commentlist li ul.children {
    list-style: none;
    text-indent: 0;
    margin: 1em 0 0;
}

.comment-nav {
    height: 20px;
    padding: 5px;
}

.comment-nav a:link,.comment-nav a:visited {
    color: #0093AD;
}

#respond {
    margin: 10px 0;
    padding: 0;
}

#respond h3 {
	font-family:'BebasNeueRegular';
	font-size:20px;
	color:#151515;
	text-shadow:0px 1px 0px #696969;
}


#commentform {
    padding: 10px 0;
}

#commentform a {
    color: #9e3a1f;
}

#commentform a:hover {
    color: #c24726;
}

#commentform p {
    margin: 5px 0;
}

#respond label {
    display: block;
    color: #333;
    padding: 5px 0;
}

#respond input {
    background: #ED7D2E;
    border: 1px solid #222;
    color: #fff;
    margin: 0 10px 10px 0;
    padding: 5px;
}

#commentform input {
    width: 50%;
}

#commentform input[type="checkbox"] {
    width: auto;
}


#respond input#commentSubmit {
    width: 100px;
    background: #ED7D2E;
    border: 1px solid #111;
    color: #fff;
    cursor: pointer;
    margin: 10px 0;
    padding: 5px 10px;
}

textarea#comment {
    background: #ffed79;
    border: 1px solid #222;
    width: 70%;
    color: #333;
    margin: 10px 0 0;
    padding: 5px;
}

ol.commentlist li .comment-author,ol.commentlist li .comment-author .fn {
    color: #555;
}

ol.commentlist li .comment-meta,#respond label small {
    font-size: 10px;
}

ol.commentlist li ul.children li.depth-2,ol.commentlist li ul.children li.depth-3,ol.commentlist li ul.children li.depth-4,ol.commentlist li ul.children li.depth-5 {
    margin: 0 0 0 50px;
}

/* PAGENAVI */

/* Pagenavi */
#navigation{
	padding:10px 0px 20px 0px;
}
.wp-pagenavi{
	font-size:12px;
	text-align: center !important;

}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	text-decoration: none;
	background:#555!important;
	border: 1px solid #191313 !important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;
}

.wp-pagenavi a:hover {
	color: #ffffff;
}

.wp-pagenavi span.pages {
	display:none;
}

.wp-pagenavi span.current {
	text-decoration: none;
	background:#333 !important;
	border: 1px solid #111!important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;
}

.wp-pagenavi span.extend {
	text-decoration: none;
	background:#333 !important;
	border: 1px solid #111 !important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;
}

.pagenav a { /* for bottom Next Page links */
	font-family: mydesyrel;
	color: #fad301 !important;
	font-weight:700;
	font-size:24px;
	text-decoration: none;
	text-shadow:1px 1px 0px #111;
}
.pagenav a:hover {
	color: #fbe777 !important;
}