/*   
Theme Name: AppleSpot 'Fat Moose' Theme
Theme URI: http://www.rootbeat.nl/
Description: AppleSpot Redesign V3 'Fat Moose'
Author: Roy Wijkstra
Author URI: http://www.rootbeat.nl/
Version: 1.0
*/

/* =0. Reset
--------------------------------------------------------------------------------- */
@import "http://cdn.applespot.nl/wp-content/themes/fat-moose/css/reset.css";

/* =1. Setup
--------------------------------------------------------------------------------- */
a,
a:visited,
a.read-more:hover,
.junkie-pagination .current,
.junkie-pagination a:hover {
	color: #105FDE;
	text-decoration: none;
}

.entry-content a, a:visited{
text-decoration: underline;
}

a:hover, .widget_tj_category_posts .entry-title a:hover,
.entry-title a:hover,
.entry-content a:hover,
.entry-meta a:hover,
.entry-tags a:hover {
	color: #66C7FA !important;
	text-decoration: none;
}

#primary-nav .nav li li a:hover,
#primary-nav .nav li li li a:hover{
color: #66C7FA !important;
}

#primary-nav .nav li .facebook a:hover{
color: blue !important;
}

#primary-nav .nav li .google a:hover{
color: #ff4444 !important;
}

#primary-nav .nav li .feed a:hover{
color: #dd7008 !important;
}


/* Landscape phone to portrait tablet */

@media only screen and (device-width: 768px) {
.entry-content{
font-size: 17px;
}
}

@media screen and (max-width:768px) {
.entry-content{
font-size: 17px;
}
}

/* 1.1 Defaults */

body {
background-image: url('http://cdn.applespot.nl/cream_pixels_@2X.png');
background-repeat: repeat;
background-attachment:fixed;
	color: #000000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}

/* 
body {
background-image: url('http://cdn.applespot.nl/cream_pixels_@2X.png');
background-repeat: repeat;
background-attachment:fixed;
	color: #000000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}

 */

@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

    .body{
        background:url('http://cdn.applespot.nl/cream_pixels_@2X.png') repeat;
        background-size: 200px 200px;
        background-image: fixed;
    }
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-family: 'Muli', sans-serif;
	font-weight:400 !important;
	font-size: 20px;
}
h4 {
	font-size: 13px;
}
h5,
h6 {
	font-size: 12px;
}
input[type="text"], 
textarea {
	border: 1px solid #eeeeee;
	border-bottom-color: #dddddd;
	outline: none;
	margin-top: 5px;
	width:110px !important;
	height: 30px !important;
	background: #ffffff;
	color: #9da0a4;
	font: 14px/14px 'Open Sans', sans-serif;
	font-weight: 300;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: width .3s linear;
	-ms-transition: width .3s linear;
	-o-transition: width .3s linear;
	-webkit-transition: width .3s linear;
	transition: width .3s linear;
}
input[type="text"]:focus, textarea:focus {
	background: #ffffff;
	width: 240px !important;
	border: 1px solid #dddddd;
	border-bottom-color: #cccccc;
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
	color: #232527;
	-moz-transition: width .3s linear;
	-ms-transition: width .3s linear;
	-o-transition: width .3s linear;
	-webkit-transition: width .3s linear;
	transition: width .3s linear;
}
textarea {
	width: 100%;
}
label {
	color: #aaa;
	font-size: 12px;
	font-weight: bold;
}
/* 1.2 Hyperlinks */
a:focus,
a:hover,
a:active {
	outline: none;
}
a,
a:visited {
	-moz-transition: color .1s linear;
	-ms-transition: color .1s linear;
	-o-transition: color .1s linear;
	-webkit-transition: color .1s linear;
	transition: color .1s linear;
}
a:hover {
	-moz-transition: color .1s linear;
	-ms-transition: color .1s linear;
	-o-transition: color .1s linear;
	-webkit-transition: color .1s linear;
	text-decoration: none;
	transition: color .1s linear;
}
a img {
	border: none;
}
/* =2. Site Structure & Appearance
--------------------------------------------------------------------------------- */
/* 2.1 Containers & Columns */
.container {
background: #f7f7f7;
border-left: 1px #e3e3e3 solid;
border-right: 1px #e3e3e3 solid;
	margin: 0 auto;
	width: 1026px;
	
}
#main { 
	background:#f7f7f7;
	border:1px solid #e3e3e3;
	
}
#content {
	background: #ffffff;
	border-right: 1px solid #e3e3e3;
	float: left;
	width: 640px;
	padding: 15px;}

.sharegroup {
padding-top: 5px;
padding-left: 40px;
padding-bottom:5px;
margin-left: -38px;
margin-right: -25px;
margin-bottom: 15px;
text-align:center;
background: #FAFAFA;
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed;
}

.apptitel {
background: #FAFAFA;
float: left;
width: 560px;
margin: 5px 0px 0px 0px;
border-style: solid;
border-width: 2px;
border-color: #EBF4F7;
font-family: Arial,Helvetica,sans-serif;
font-size: 20px;
letter-spacing: -0.05em;
line-height: 26px;
padding: 10px;
}

#appcontent {
background: #fff;
float: left;
width: 560px;
margin: 0px 0px 0px 0px;
border-bottom: 2px #EBF4F7 solid;
border-left: 2px #EBF4F7 solid;
border-right: 2px #EBF4F7 solid;
padding: 10px;
}

.appscreenshot {
padding-top: 25px;
background-color: #FDFDFD;
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed;
margin-top: 25px;
}

/* 2.2 Navigation Menu */
.nav {
	list-style: none;
	line-height: 1;
	margin: 0;
	overflow: hidden;
	padding: 0;
	z-index: 999;
}
.nav a {
	display: block;
	position: relative;
	text-decoration: none;
	z-index: 100;
}
.nav li {
	float: left;
	width: auto;
	z-index: 999;
}
.nav li a {
	color: #444;
	font-size: 14px;
	line-height: 40px;
	padding: 0 15px;
	text-decoration: none;
}
.nav li a.sf-with-ul {
	padding-right: 19px;
}
.nav li:hover a, .nav li:hover a:active {
	color: #66C7FA !important;
	text-decoration: none;
}
.nav li ul {
	float: left;
	left: -999em;
	position: absolute;
	width: 200px;
	z-index: 999;
}
.nav li ul li a, .nav li ul li a:visited {
	background: #FFFFFF;
	color: #333333;
	width: 160px;
}
.nav li ul li a.sf-with-ul {
	padding: 10px 0;
}
.nav li ul ul {
	margin: -43px 0 0 179px !important;
	padding: 0 !important;
}
.nav li:hover, .nav li.hover {
	position: static;
}
.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul {
	left: -999em;
}
.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul {
	left: auto;
}
.nav .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	width: 9px;
	height: 9px;
	text-indent: -999em;
	top: 1.2em;
	right: 10px;
}
.nav li ul .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	top: 1.2em;
	right: 0.5em;
}
/* P R I M A R Y - N A V */
#primary-nav {
background: #ececec;
border-top: 1px solid #e3e3e3;
	margin-top: 15px;
	height: 52px;
	position: relative;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400 !important;
	color: #333 !important;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 2px 2px -1px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 2px 2px -1px;
	box-shadow: rgba(0,0,0,0.3) 0px 2px 2px -1px;
}
#primary-nav .nav {
	margin: 7px 20px 0 20px;
}


#primary-nav .nav li a{
color: #555;
}

#primary-nav .nav li a:hover,
#primary-nav .nav li.first a,
#primary-nav .nav li.sfHover a,
#primary-nav .current_page_item a {
	color: #999;
}
#primary-nav .nav li li:first-child a {
	padding-top: 20px;
}
#primary-nav .nav li li:last-child a {
	padding-bottom: 20px;
}
#primary-nav .nav li li a,
#primary-nav .nav li li:first-child li a,
#primary-nav .nav li li:last-child li a {
	background: #FDFDFD !important;
	color: #333333 !important;
	line-height: 1;
	padding: 10px 15px;
	text-transform: none;
		-webkit-box-shadow: rgba(0,0,0,0.3) 0px 2px 2px -1px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 2px 2px -1px;
	box-shadow: rgba(0,0,0,0.3) 0px 2px 2px -1px;
}
#primary-nav .nav li ul {
	background: url(http://cdn.applespot.nl/wp-content/themes/fat-moose/images/arrow-up.png) no-repeat 25px top;
	padding-top: 5px;
}
#primary-nav .nav li ul .sf-sub-indicator {
	background: url(http://cdn.applespot.nl/wp-content/themes/fat-moose/images/bullet.png) no-repeat;
	right: 0.7em;
	top: 12px;
}
#primary-nav .nav li li:first-child .sf-sub-indicator {
	top: 21px;
}
#primary-nav .nav li li:first-child ul,
#primary-nav .nav li li:last-child ul {
	background: #ffffff;
	padding: 10px 0 !important;
}
#primary-nav .right .nav .sf-sub-indicator {
	background: none;
}
#primary-nav .right .nav li a.sf-with-ul {
	padding-right: 15px;
}

/* 2.3 Header */
#header {
	clear: both;
	overflow: hidden;
	
}
#text-logo {
	float: left;
	margin: 45px 0 20px 30px;
}
#site-title {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 5px 0;
}
#site-desc {
	color: #9da0a4;
}
#site-title a,
#site-title a:hover {
	color: #333333;
	text-decoration: none;
}
#logo {
	float: left;
	line-height: 1;
	margin: 33px 0 20px 30px;
	overflow: hidden;
}
/* 2.4 Content  */
.content-loop .entry-title {
	margin: 0 0 5px 0;
}

.content-loop img{
opacity:1
}

.content-loop a:hover img {
transition:opacity .25s ease-in-out;
-moz-transition:opacity .25s ease-in-out;
-webkit-transition:opacity .25s ease-in-out;opacity:0.8
}

.content-loop .hentry {
	border-bottom: 1px solid #ededed;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
}
.content-loop .hentry .entry-thumb {
	float: left;
	padding-left: 10px;
	margin: 15px 25px 25px 0px;
	width: 130px;
	height: auto;
}

.entry-title a,
.entry-title a:visited {
	color: #000000;
}

h2.entry-title {
	font-size: 26px;
	font-weight: 300;
	letter-spacing: -0.01em;
	line-height: 1.25em;
		text-shadow: 0px 2px 3px #ededed;
}
.entry-excerpt {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight: 300;
	color: #666;
	display: table;
	line-height: 1.6;
}
a.read-more:link,
a.read-more:visited {
	color: #333333;
}
.one-col {
	background: #FFFFFF !important;
	width: 1071px !important;
}
h1.page-title,
h1.entry-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	line-height: 42px;
	font-weight: 300;
		text-shadow: 0px 2px 3px #ededed;
	margin: 0 0 15px 0;
}
/* B R E A D C R U M B S */
#breadcrumbs {
	border-bottom: 1px dotted #cccccc;
	color: #666;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300;
	font-size: 25px;
	margin: 0 0 25px 0;
	padding: 0 0 20px 0;
}
/* F E A T U R E D - C O N T E N T */
#featured-content {
	background: #FFFFFF;
	margin: -15px -15px 40px -15px}

.featured-left {
padding: 5px;
	float: left;
	width: 340px;
}
.featured-left .entry-title a {
	display: block;
	font-size: 1.4em;
	line-height: 1.25em;
	margin: 0 0 15px 0;
}
.featured-left .entry-thumb {
	height: auto;
	margin: 0 0 20px 0;
	width: 100%;
}
.featured-right {
border-left: 1px solid #ededed;
padding-left: 20px;
	float: right;
	width: 225px;
}
.featured-right .entry-title a,
.featured-right .entry-title a:visited {
	color: #444444;
}
.featured-right .entry-excerpt {
	overflow: hidden
}
.featured-right .entry-title {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 19px !important;
padding-top: 10px;
	font-size: 1.2em;
	margin-bottom: 25px;
}
.featured-right .entry-thumb {
	margin: 0 0 15px 0;
	width: 100%;
	height: auto !important;
}
.featured-right .entry-meta {
	margin-bottom: 10px;
}
.featured-post {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
}
.featured-post-last {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
/* 2.5 Sidebar */

#container-sidebar {
float: right;
}

#sidebar {
	background-color: #f7f7f7;
	padding: 5px 10px;
	width: 335px;
}
#sidebar .content {
	margin: 5px 0;
	padding: 0 10px 80px 10px;
	outline: none;
}
#sidebar .widget {
	padding-left: 5px;
	padding-right: 7px;
	margin: 0 0 25px 0;
}
#sidebar .widget-title {
	font-family: 'Open Sans', sans-serif;
	font-weight:300 !important;
	border-bottom: 1px #e3e3e3 solid;
	font-size: 22px;
	padding: 5px 5px 5px 0;
}

#sidebar .widget ul li a {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 15px;
	line-height: 23px;
		text-shadow: 0px 2px 3px #ededed;
	color: #444;
}
#sidebar .widget ul li a:hover,
#sidebar .widget ul li:hover a {
	color: #609CFC !important;
}
#sidebar .widget ul {
	margin: 0;
	padding: 0;
}
#sidebar .widget ul li {
	border-bottom: 1px #e3e3e3 solid;
	list-style: none;
	margin: 0;
	padding: 15px 0;
}

/* 2.6 Footer */
.copyright {
background: #f7f7f7;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	border-top: 1px solid #ededed;
		border-bottom: 1px solid #ededed;
	margin: 10px -15px -15px -15px;
	padding: 15px 0 15px 0;
	color: #444;
	font-size: 13px;
	text-align: center;
}
.copyright a,
.copyright a:visited {
	color: #9da0a4;
}
/* =3. Posts
--------------------------------------------------------------------------------- */
/* 3.1 Typographic Elements */

.bsa125{
padding: 10px;
margin: 0;
float: right;
}

.bsa125 {
width: 600px;
height: 165px;
margin-bottom:15px;
border-bottom: 1px solid #ededed;
}

.bsa125 p{
font-family: 'Open Sans', sans-serif !important;
font-weight: 400 !important;
letter-spacing: 0.03em;
text-align: center;
margin-top: 15px;
}

.bsa125 a{
font-size: 11px;
color: #A0A0A0 !important;
}

.bsa125 a:hover{
text-decoration: underline;
}

.bsa125 img{
margin-left:8px;
margin-right:8px;
-webkit-box-shadow: rgba(0,0,0,0.3) 0px 2px 2px -1px;
-moz-box-shadow: rgba(0,0,0,0.3) 0px 2px 2px -1px;
box-shadow: rgba(0,0,0,0.3) 0px 2px 2px -1px;
}

.adsside {
padding: 10px;
margin-bottom: 10px;
float: right;
width: 290px;
}

.adsside img{
margin-left:15px;
margin-bottom:3px;
margin-top:8px;
-webkit-box-shadow: rgba(0,0,0,0.3) 0px 2px 2px -1px;
-moz-box-shadow: rgba(0,0,0,0.3) 0px 2px 2px -1px;
box-shadow: rgba(0,0,0,0.3) 0px 2px 2px -1px;
}

.adlijn {
height: 10px;
}

.imagewrap{  
    float:left; 
    position:relative; 
    -webkit-box-shadow: rgba(0,0,0,0.3) 0px 2px 4px -1px;
-moz-box-shadow: rgba(0,0,0,0.3) 0px 2px 4px -1px;
box-shadow: rgba(0,0,0,0.3) 0px 2px 4px -1px;
}

.imagewrap:hover{
text-decoration:underline;}

.imagewrap img{  
display:block;
}
 
.caption{  
    position:absolute;
    bottom:0px;
    left:0px;  
    width:100%; 
    /* styling bellow */  
    background-color:#333;  
    font-family: 'Open Sans', sans-serif !important;  
    font-weight: 300 !important;
    color:#fff; 
	background-color: rgba(0, 0, 0, 0.4);
progid:DXImageTransform.Microsoft.gradient(startColorstr=#000,endColorstr=#000); 
}

 

p.caption_content{  
    padding:10px;  
    margin:0px;  
    
}  

p.caption_content a{
font-size:18px;  
color: #fff;
float: none;
}

.entry-meta {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
	color: #bbbbbb;
	font-size: 12px;
	margin: 0 0 4px 0;
}

#socialfollow {
float: right;
margin: 10px 0 10px 0;
padding: 10px 0 10px 0;
}

#socialshare {
float: right;
margin: 0px 0 10px 0;
padding: 0px 0 10px 0;
}

#socialshare div.socialcontainer {
float: left;
margin: 0 15px 0 0;
}

#related {
width: 600px;
margin: 5px;
padding: 15px;
}

#related ul {
margin-top: 15px;
}

#related li{
margin: 0 10px 0 0;
width: 110px;
padding-bottom: 0;
float: left;
overflow: hidden;
padding-left: 28px;
}

#related li .titel{
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 19px;
padding-top: 5px;
padding-left: 5px;
}

#related li a .titel{
color: #777;
}

#related li a:hover .titel{
color: #66C7FA;
}

#related .visual {
margin-bottom: 5px;
}


#related li img{
text-align: center;
opacity:1;
}

#related a:hover img {
transition:opacity .25s ease-in-out;
-moz-transition:opacity .25s ease-in-out;
-webkit-transition:opacity .25s ease-in-out;opacity:0.8
}

#related h4{
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 18px;
margin-bottom: 15px;
}


.delencaption {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
font-weight: 300;
float:right;
}


.artikeltop{
width: 100%;
margin-bottom: 15px;
}

.badge {
color: #ffffff;
background-color: #999;
}

.badge {
float: right;
margin-right: -10px;
padding: 3px 10px;
-webkit-box-shadow: rgba(0,0,0,0.3) 0px 2px 7px -1px;
-moz-box-shadow: rgba(0,0,0,0.3) 0px 2px 7px -1px;
box-shadow: rgba(0,0,0,0.3) 0px 2px 7px -1px;
}

.badge p{
font-family: 'Open Sans', sans-serif !important;
font-weight: 300 !important;
font-size: 14px;
color: #fff;
}

.devtxt {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
display: block;
color: #999;
line-height:21px;
font-size: 12px;
}

.entry-meta a{
font-weight: 400;
color: #555 !important;
}

.meta-date {
font-family: 'Muli', sans-serif;
font-weight: 300;
font-size: 14px;
color: #999;
}

.meta-author {
font-family: 'Muli', sans-serif;
font-weight: 300;
font-size: 14px;
color: #999;
}

.meta-author a{
font-size: 15px;
color: #999;
}

.excerpt strong{
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 24px;
margin-bottom: 4px;
}


.single .hentry .entry-meta {
font-family: 'Open Sans', sans-serif;
font-size: 15px;
font-weight: 300;
float:left;
padding: 5px 0px;
	color: #444;
	text-transform: none;
}
.single .hentry .entry-meta em {
	border-bottom: 1px dotted #cccccc;
}
.single .hentry .entry-meta a,
.single .hentry .entry-meta a:visited {
	color: #9da0a4;
	font-weight: normal;
}

.entry-content {
font-family: 'Muli', sans-serif;
	font-weight: 300 !important;
	line-height:24px;
	text-align: justify;
	font-size: 15px;
	color: #444 !important;
	margin: 0 0  25px 0;
	padding: 0 0 10px 0;
	overflow:inherit;
}

p img {
padding: 0;
max-width: 100%;
}

.laden {
background-image: url('http://cdn.applespot.nl/ajax-loader.gif');
background-repeat: no-repeat;
background-position: center top; 
}

.laden p{
padding-top: 40px;
color: #666;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 16px;
}

.post {
padding: 15px;
}

.schaduw {
	box-shadow: 0px 2px 3px #999;
}


.entry-content blockquote {
	border-left: 10px solid #f7f7f7;
		box-shadow: 0px 3px 1px #ededed;
	margin: 20px 20px;
	padding: 0 30px 0 20px;
	overflow: hidden;
}
.entry-content blockquote p,
blockquote a,
blockquote {
	color: #666666;
	font-size: 1em;
	font-style: italic;
}
.entry-content strong {
font-family: 'Arial', sans-serif !important;
	color: #666 !important;
	text-align: left !important;
	font-weight: bold;
}
.entry-content strong em,
.entry-content em strong {
	font-style: italic;
	font-weight: bold;
}
.entry-content li ul {
	margin: 0;
	padding: 0;
}
.entry-content input,
.entry-content textarea {
	font-size: 1em;
	padding: 3px;
}
.entry-content dfn {
	font-weight: bold
}
.entry-content del {
	color: #aaa;
	text-decoration: line-through;
}
.entry-content pre,
.entry-content code,
.entry-content tt {
	background: #f5f5f5;
	color: #666666;
	font: 12px 'andale mono', 'monotype.com', 'lucida console', monospace;
	line-height: 20px;
	overflow: auto;
	padding: 1em;
}
.entry-content pre,
.entry-content code,
.entry-content tt {
	display: block;
	margin: 1.5em 0;
	white-space: pre;
}
.entry-content ins {
	font-weight: bold;
	text-decoration: underline;
}
.entry-content em {
	font-style: italic;
	font-weight: normal;
}
.entry-content ul {
	list-style: none;
	padding-bottom: 10px;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul li {
	background: url(images/dot.png) no-repeat 0 14px;
	padding: 5px 0 5px 10px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
margin-top:20px;
margin-bottom:5px;
	border-bottom: 1px solid #ededed;
}
.entry-content hr {
	background: #E6E6E6;
	border: none;
	clear: both;
	color: #E6E6E6;
	height: 1px;
	margin: 15px 0;
	width: 100%;
}
.entry-content hr {
	background: #E6E6E6;
	border: none;
	clear: both;
	color: #E6E6E6;
	height: 1px;
	margin: 15px 0;
	width: 100%;
}
.entry-content ol {
	list-style-type: decimal;
	margin: 0 0 10px 25px;
}
.entry-content ol ol {
	list-style: upper-alpha;
}
.entry-content ol ol ol {
	list-style: lower-roman;
}
.entry-content ol ol ol ol {
	list-style: lower-alpha;
}
.entry-content ol li {
	font-size: 12px;
	margin: 5px 0;
}
.entry-content p {
	margin: 0 0 10px 0;
}
/* 3.2 Images */
img.centered {
	display: block;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
img.alignnone {
	display: inline;
	margin: 0 0 15px 0;
	padding: 0;
}
img.alignright {
	display: inline;
	margin: 0 0 15px 15px;
	padding: 0;
}
img.alignleft {
	display: inline;
	margin: 0 15px 15px 0;
	padding: 0;
}
.aligncenter {
	display: block;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.wp-caption {
	background: #F7F7F7;
	border: 1px solid #E6E6E6;
	padding: 4px 0 5px 0;
	text-align: center;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	margin: 0;
	padding: 0;
}
.wp-caption img {
	border: 0;
	margin: 0 0 5px 0;
	padding: 0;
}
.entry-categories a,
.entry-categories a:visited,
.entry-tags a,
.entry-tags a:visited {
	color: #9da0a4 !important;
}
/* 3.3 Pagination */
.junkie-pagination {
	margin: 60px 0;
	text-align: center;
}
.junkie-pagination .page-numbers,
.junkie-pagination a,
.junkie-pagination a:visited {
	background: #ffffff;
	border-right: 1px dotted #cccccc;
	border-radius: 3px;
	color: #333333;
	font-size: 14px;
	padding: 0 10px;
	text-decoration: none !important;
}
.junkie-pagination .current,
.junkie-pagination a:hover {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
/* Infinite Scroll */
#infscr-loading {
	color: #9da0a4;
	margin: 0 0 25px 0;
	padding: 0;
}
#infscr-loading img, #infscr-loading div {
	display: block;
}
#infscr-loading img {
	display: none;
}
#infscr-loading img {
	margin-right: 5px;
}

/* 3.5 Entry Bottom */
/* =4. Widgets
--------------------------------------------------------------------------------- */
/* 4.1 General Widgets */
/* W I D G E T : C A L A N D E R */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	background: transparent;
	color: #333;
	font-weight: bold;
	padding: 3px 0 7px 0;
}
#wp-calendar #today {
	background: #F0F0F0;
	font-weight: bold;
}
#wp-calendar th {
	background: #F0F0F0;
	border: #F0F0F0 solid 1px;
	padding: 3px;
}
#wp-calendar td {
	border: #F0F0F0 solid 1px;
	padding: 5px 2px;
}
#wp-calendar,
#wp-calendar th,
#wp-calendar caption {
	text-align: center;
}
/* 4.1 Specific Widgets */
/* W I D G E T : C A T E G O R Y - P O S T S */
.widget_tj_category_posts li {
	padding: 10px 0 5px 0 !important;
}
.widget_tj_category_posts li .entry-excerpt {
	display: table;
}
.widget_tj_category_posts li .entry-thumb {
	float: left;
	margin: 0 15px 15px 0;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding-top: 15px;
}
.widget_tj_category_posts li .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
}
.widget_tj_category_posts li .entry-meta {
	color: #999 !important;
	margin-bottom: 3px;
}
/* W I D G E T : A D S */
.widget-placement {
	margin: 0 0 20px 0;
}
.widget-placement .ad-title {
	border-bottom: none !important;
	color: #9da0a4;
	font-size: 12px !important;
	font-weight: normal !important;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 7px;
	text-align: center;
	text-transform: lowercase;
}
/* =5. Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	position: relative;
}
#comments .commentlist {
	padding: 20px 0;
}
#comments .children {
	list-style-type: none;
	margin-left: 16px;
}
#comments ul.children li {
	background: url(images/ico-mobile-nav.png) no-repeat 0 6px;
	padding-left: 35px;
}
.pings-wrapper {
	position: relative;
}
.pinglist {
	list-style-type: none;
	margin: 0;
	padding: 30px 0 40px 0;
}
.pinglist li {
	border-bottom: 1px solid #e9eaea;
	padding: 10px;
}
.pinglist li a {
	border: 0;
	color: #4d4e52;
	display: block;
	font-weight: normal;
}
.pinglist li a:hover {
	background: none !important;
	color: #202222;
}
#reply-title,
.comments-title,
.pings-title {
	font-size: 22px;
	font-weight: 200;
	margin: 0 0 20px 0;
}
.commentlist #commentform {
	margin-bottom: 60px;
}
.comment .avatar {
	border-radius: 100px;
	float: left;
	margin: 0 15px 0 0;
}
.comment-meta {
	color: #9da0a4;
	font-size: 13px;
	margin-bottom: 15px;
}
.comment-meta a,
.comment-meta a:visited {
	background: none !important;
	border: 0;
	color: #9da0a4;
	font-weight: normal !important;
	text-decoration: none !important;
}
.comment-meta a:hover {
	color: #000000;
}
.moderation {
	color: #9da0a4;
	padding-left: 51px;
}
.comment-body {
	margin-bottom: 20px;
	padding: 0 0 20px 51px;
}
.comment-body ul {
	list-style-type: disc;
}
.comment-body ol {
	list-style-type: decimal;
}
.comment-author cite {
	color: #202222;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	display: none;
}
.nocomments {
	padding: 20px;
	text-align: center;
}
#commentform .comment-form-comment {
	margin-bottom: 10px;
}
#commentform .form-submit input {
	border: 1px solid #E6E6E6;
	border-bottom-color: #DDDDDD;
	box-shadow: none;
	cursor: pointer;
	float: none;
	font-weight: 700;
	margin: 0;
	width: auto;
}
#commentform .required {
	color: red;
}
#commentform textarea {
	width: 99%;
	margin: 0 0 5px 0;
}
#commentform input {
	float: left;
	margin-right: 15px;
	width: 40%;
}
#commentform p {
	clear: both;
	line-height: 40px;
	margin-bottom: 15px;
}
/* =6. Page Templates
--------------------------------------------------------------------------------- */
/* 6.1 Contact Form */
#contact-form {
	display: block;
	width: 100%;
}
#contact-form input[type="text"] {
	padding: 13px 15px 12px 15px;
	width: 40%;
}
#contact-form textarea {
	width: 80%;
}
#contact-form #submit {
	margin: 15px 0 0 0;
	width: 120px;
}
.contact-form label {
	display: block;
	line-height: 30px;
}
.page-template-page-templatestemplate-contact-php .thanks {
	color: #0A9600;
}
.page-template-page-templatestemplate-contact-php .error {
	color: red;
}
/* 6.2 Archives & Sitemap */
.page-template-page-templatestemplate-archives-php .entry-content ul li,
.page-template-page-templatestemplate-sitemap-php .entry-content ul li {
	color: #9da0a4;
}
.page-template-page-templatestemplate-archives-php .entry-content ul li a,
.page-template-page-templatestemplate-sitemap-php .entry-content ul li a {
	font-style: normal;
}
/* =7. Misc
--------------------------------------------------------------------------------- */
/* 7.1 Buttons */
button, .btn, 
.form-submit input,
.contact-form #submit,
#commentform .form-submit #submit {
	display: inline-block;
	border: 0;
	outline: 0;
	margin: 0;
	padding: 15px 10px;
	color: #fff;
	font: 14px/14px 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
button:hover, .btn:hover, .form-submit input:hover {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	opacity: 0.8;
}
button:active, .btn:active, .form-submit input:active {
	position: relative;
	top: 1px;
	bottom: -1px;
}
button.light, .btn.light {
	background: #fff;
	color: #555759;
}
button.light:hover, .btn.light:hover {
	color: #fff;
}
/* 7.2 Un-widgetized Advertisement */
.header-ad {
	display: block;
	float: right;
	margin: 25px 0 0 0;
	width: 728px;
	height: 90px;
}
.content-ad {
	border-bottom: 1px dotted #cccccc;
	display: block;
	width: 728px;
	height: 90px;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
}
.single-ad {
	border-bottom: 1px solid #e3e3e3;
	display: block;
	width: 728px;
	height: 90px;
	margin: 0 0 25px 0;
	padding: 0 0 25px;
}
/* 7.3 CSS3 Effects */
.comment-body {
	background-size: 100% 1px, 100% 1px, auto;
	background-position: 50% 100%, 50% 100%, 50% 0;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-origin: padding-box, border-box, padding-box;
	border-bottom: 1px solid transparent;
	background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.1) 50%, rgba(0,0,0,0)), 
            -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.8) 50%, rgba(255,255,255,0)), 
            -webkit-radial-gradient(50% 100%, ellipse cover, rgba(0,0,0, 0.05), rgba(0,0,0,0) 50%);
	background-image: -moz-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.1) 50%, rgba(0,0,0,0)), 
            -moz-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.8) 50%, rgba(255,255,255,0)), 
            -moz-radial-gradient(50% 100%, ellipse cover, rgba(0,0,0, 0.05), rgba(0,0,0,0) 50%);
	background-image: -ms-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.1) 50%, rgba(0,0,0,0)), 
            -ms-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.8) 50%, rgba(255,255,255,0)), 
            -ms-radial-gradient(50% 100%, ellipse cover, rgba(0,0,0, 0.05), rgba(0,0,0,0) 50%);
	background-image: -o-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.1) 50%, rgba(0,0,0,0)), 
            -o-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.8) 50%, rgba(255,255,255,0)), 
            -o-radial-gradient(50% 100%, ellipse cover, rgba(0,0,0, 0.05), rgba(0,0,0,0) 50%);
	background-image: linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.1) 50%, rgba(0,0,0,0)), 
            linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.8) 50%, rgba(255,255,255,0)), 
            radial-gradient(50% 100%, ellipse cover, rgba(0,0,0, 0.05), rgba(0,0,0,0) 50%);
}

input[type=submit]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

::-webkit-input-placeholder {
	padding-top: 2px;
	color: #888;
}

input:-moz-placeholder {
	padding-top: 2px;
	color: #888;
}

.search-form {
	position: relative;
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
}

.search-form.frame {
	padding: 7px;
	border: 1px solid #ccc;
	background-color: #ededed;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#d2d1d0)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #f6f6f6, #d2d1d0); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #f6f6f6, #d2d1d0); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #f6f6f6, #d2d1d0); /* IE10 */
	background-image:      -o-linear-gradient(top, #f6f6f6, #d2d1d0); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #f6f6f6, #d2d1d0);
	-pie-background:          linear-gradient(top, #f6f6f6, #d2d1d0); /* IE6-IE9 */
	-moz-box-shadow:    0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.7);
	box-shadow:         0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.7);
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
	behavior: url(PIE.htc);
}

.search-input {
	width: 196px;
	height: 20px;
	padding: 6px 10px 6px 35px;
	font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
	outline: none;
	position: relative;
	background: #fff url(http://cdn.applespot.nl/wp-content/themes/fat-moose/search-dark.png) 10px center no-repeat;
	border: 1px solid #ccc;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
	behavior: url(PIE.htc);
}

.search-btn {
	margin-left: 3px;
	width: 32px;
	height: 32px;
	color: #fff;
	font: bold 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	letter-spacing: 1px;
	border: 1px solid #b9b9b9;	
	outline: none;
	cursor: pointer;
	position: relative;
	background-color: #666;
    -moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
	behavior: url(PIE.htc);
}

.frame.rbtn .search-btn {
	-moz-border-radius:    32px;
	-webkit-border-radius: 32px;
	border-radius:         32px;
}

.noframe.rbtn .search-btn {
	-moz-border-radius:    8px;
	-webkit-border-radius: 8px;
	border-radius:         8px;
}

.post-thumb {
float: left;
margin: 15px; }


/***** Without Frame *****/

.noframe .search-input {
	width: 245px;
	background: #fff;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
}

.noframe.nobtn .search-input {
	padding-left: 35px;
	background: #fff url(http://cdn.applespot.nl/wp-content/themes/fat-moose/search-dark.png) 10px center no-repeat;
}

.noframe.inbtn .search-btn {
	position: absolute;
	top: 1px;
	right: 1px;
	height: 32px;
}

#reacties{
border-top: 1px solid #e3e3e3;
margin-top: 15px;
padding-top: 15px;
width: 640px;
}

.auteurpic{
-webkit-border-radius: 50%;
border-radius: 50%;
}

.billboard_ad {
text-align:center;
margin-bottom: 15px;
}

.artikel_ad {
text-align:center;
}
