/*=========================================
Reset
=========================================== */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0} 
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.group:before,
.group:after { content: ""; display: table;} 
.group:after { clear: both;}
.group { zoom: 1;}

/*=========================================
Base
=========================================== */
body {
	font-size:16px;
	font-family: "Rosario"
	color:#777;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

/* Link to Documentation */
a#documentation {
	position: fixed; z-index: 100;
	top: 11px; right: 10px; padding: 8px 12px;
	background: #5badf0; color: #fff;
	font-size: 13px; font-weight: 600; line-height: 1.4;
	border-radius: 3px;
}

#wrapper {
	padding:100px 40px 100px 40px;
	max-width:500px;
	margin:0 auto;
}

#header {
	border-bottom:1px solid #eee;
	margin-bottom:40px;
	padding-bottom:40px;
	text-align:center;
	position:relative;
}

#avatar {
	display:inline-block;
	width:80px;
	height:80px;
	border-radius:50%;
	margin-bottom:20px;
}

/*=========================================
Typography
=========================================== */
/*Accent color*/
a {
	text-decoration:none;
	color:#5694f1;
	font-weight:400;
}

h1 {
	font-weight:400;
	font-size:20px;
	color:#222;
}

h2 {
	font-size: 20px;
	font-weight: 300;
	color:#aaa; 
	margin-top:10px;
}

p {
	line-height: 1.8;
	 margin-bottom:30px;
	 font-size: 16px;
	 font-family: "Calluna";
}

@media screen and (max-width: 540px) {
#wrapper { padding:40px; }
#header { margin-bottom: 40px; }
a#docs { display: none; }
}

@media screen and (max-width:440px) {
#wrapper { padding:20px; }
#header { margin-bottom: 20px; }
}
