/*
Theme Name: Twentytwelve Child
Description: Child theme for the twentytwelve theme 
Author: Boer Entrepreneur
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");
@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow);
/* Header */
.site-header {
	padding: 0;
	padding: 0;
}

.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
		font-family: 'Archivo Narrow', sans-serif;
		
	}
.entry-header .entry-title a {
	text-decoration: none;
	color: #0000FF;
}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #CCCCCC;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 0px;
		margin-top: 1.43;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}
/* Body, links, basics */
a {
	outline: none;
	color: #FF0000;
}
a:hover {
	color: #0000FF;
}
/* Hide homepage title */
.home .entry-title {
   display: none;
}
/* Center align caption text under pictures */
.wp-caption-text { text-align: center; }
/* Change caption text from italic to normal */
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
	background-color: #f3f3f3;
}
/* Body Font */
body {
	font-size: 14px;
	font-size: 1rem;
	font-family:Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family:Georgia, Arial, Helvetica, sans-serif;
}
/* Block Quote */
blockquote {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        background: url(http://www.censorbugbear.org/wp-content/uploads/2013/03/quote-halfsize.jpg) no-repeat 2px 2px #F6F6F6;
}
/* Fix for IFRAMES with responsive content - START */
iframe, object, embed{max-width: 100%;}
/* Fix for IFRAMES with responsive content - END */