/*
Theme Name: Magazino Child
Theme URI: http://vegabond.nl/wordpress/wp-content/themes/magazino_child
Template: magazino
Author: WPThemes NZ & Almanza

*/

/******************************************************************/


@import url(http://fonts.googleapis.com/css?family=Open+Sans|Oxygen|Arimo|Lato);

@import url(../magazino/style.css);

/******* CUSTOM HEADER STYLEZ ******/
body {
		font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
}

h3 {
	font-size: 24px;
	letter-spacing: 2px;
	text-shadow: 2px 2px 3px #A3A3A3;
}
	


/******* CUSTOM DIVS ***************/

/** Titel **/
.entry-header {
	display: none;
}

#container, #sidebar {
	border: 0px none !important;
	border-radius: 0px 0px 0px 0px !important;
}

/** NAV MENU **/


.menu {
	background-color: #254B1F;
	letter-spacing: 2px;
	font-size: 25px;
}

.menu li {
	font-family: 'Arimo', sans-serif !important;
}

#access {
	text-align: center;
}


#comments {
	display: none;
}

/****** SLIDER ******************/



.slides .slide-content {
	font-size: 16px;
	font-family: 'Oxygen', sans-serif;
}

.slides .slide-title {
	padding-bottom: 5px;
	font-weight: bold;
	font-family: 'Oxygen', sans-serif;
	font-size: 22px;
}

.slides .slide-title a:hover {
	color: rgba(164, 215, 164, 1);
}


#sliderprev,
#slidernext {
	text-align: center;
	position: absolute;
	top: 34%;
	display: none;
	text-decoration: none;
	background-color: #2b2b2b;
	font-size: 20px;
	width: 53px;
	height: 53px;
	line-height: 53px;
	z-index: 100;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
} 

nav[role=navigation] {}
nav[role=navigation] div.menu { 
	font-family: 'Oxygen', sans-serif;
	background: #2b2b2b;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px; 
	margin-bottom: 5px;
}
	
#content div {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
	-webkit-box-sizing : border-box; 
	-moz-box-sizing : border-box; 
	-o-box-sizing : border-box; 
	box-sizing : border-box;
}

/***** PARA CLASSES *****/

p.friend::first-line {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 125%;
}

p.friend {
	font-family: 'Lato', sans-serif;
}

.friend a {
	font-size: 115%;
	font-weight: bold;
}

.single-meta {
	display: none;
}

/******** Entry Content *******/

.entry-content .post-content {
	font-size: 16px;
}