/* 
 Theme Name:   PLP App
 Theme URI:    
 Description:  
 Author:       versluis
 Author URI:   
 Template:     twentysixteen
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* CHANGELOG
===============================================

v1.0 - June 2016
- moved sidebar to left
- explained here: http://www.designbombs.com/master-twenty-sixteen-wordpress-theme/
- removed comments in single.php
- removed "Join Us" link on login window
- made "Forgot Password" link slightly bigger

TO DO:
- add funky background / tweak colours (see link above)

============================================= /* 

/* move the sidebar to the left */
@media screen and (min-width: 56.875em) {
	.sidebar {
	  float: left;
	  margin-right: 75%;
	  margin-left: 0;
	}
	.content-area {
	  float: right;
	  margin-right: 0;
	  margin-left: -100%;
	}
}

/* remove comment link in single posts */
.comments-link {
	display: none !important;
}

/* remove commend form under single posts */

/* 
/* remove gravatar image on archive pages */
span.author.vcard {
	display: none;
}

/* remove post type on archive pages */
span.entry-format {
	display: none !important;
}

/* remove "Join Us" link in login window */
#register.register_link {
	display: none;
}

/* make "forgot password" option slightly bigger */
#forgot_pass.forgot_pass_link {
	font-size: 1.2em;
}