/*
Theme Name: Markham
Author: Five Agency
Author URI: http://five.fi/
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

body {
	position: relative;
	width: 100%;
	background: #eee;
font-family: 'Roboto', sans-serif;
font-weight: 300;
color: #333;
text-align: center;
font-size: 18px;
background: url(img/paper.jpg) top center no-repeat fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#site-title a img {
	display: block;
	margin: auto;
	width: 90%;
	max-width: 429px;
	margin-top: 10px;
}
#header, 
#container {
	margin: auto;
	max-width: 600px;
	width: 90%;
}  
.entry-title {
	display: none;
}
p {
	padding: 10px 0px;
	line-height: 1.8;
}
strong {
	font-weight: 500;
}
h2 {
 color: #aa0044;
 font-size: 24px;
 font-weight: 400;
 line-height: 2;
}

.menu ul li {
	display: inline-block;
}
.menu ul li a {
	color: #999;
	text-transform: uppercase;
	text-decoration: underline;
	padding: 10px;
}
.menu ul li.current_page_item a,
.menu ul li a:hover {
	color: #111;
}
.menu {
	margin-bottom: 30px;
}
#content img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	box-shadow: 0px 0px 3px rgba(0,0,0,1);
	margin-bottom: 10px;
	margin-top: 0px;
	float: none!important;
}
.page-id-7 #content img,
.page-id-10 #content img {
	border-radius: 0%!important;
	-webkit-border-radius: 0%!important;
	-moz-border-radius: 0%!important;
	-ms-border-radius: 0%!important;
	width: 100%;
	max-width: 600px;
	height: auto;
}

#content a {
	color: #aa0044;
	font-size: 15px;
	font-weight: 400;
}