/*
Theme Name: MP-Log
Author: MP 
Author URI: http://miguel-proença.com
Description: mp-log child theme.
Template: photolog
Version: 1.0
Text Domain: MP-Log
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../photolog/style.css");



/* =Resets
-------------------------------------------------------------- */


/*--------------------------------------------------------------
## miguel-proença.com
--------------------------------------------------------------*/

.site-title {
	font-size: 1.2rem;
	text-transform: none;
	margin: 0;
	line-height: 1.8;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: right;
	text-transform: lowercase;
	font-size: 1.0rem;
	padding: 3%;
}

.comment-navigation a,
.posts-navigation a,
.post-navigation a,
.more-link {
	border: 1px solid #333;
	padding: 15px 30px;
	text-decoration: none;
	text-transform: none;
	display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-title, .page-title {
	font-size: 1.3rem;
	font-weight: 200;
	margin: 0 0 1.3em;
	line-height: 1.3;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:link {
text-decoration: none;
}

