/* 
	Document   : basic-page-layout
	Created on : Jan, 2010
	Author     : Buz
	Description:
			Page structure and elements not unique or required by UkeGeeks.
*/

/* HTML5 love*/
header,footer,section,article,aside,canvas{display:block;}
/*bsic html */
body {
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:12pt;
	padding:1.5em;
}
h1{
	font-family:'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
	font-size:2.4em;
	margin-bottom:.1em;
	padding: 0;
}
h2{
	font-family:'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size:1.8em;
	padding: 0 0 .4em;
	border-bottom: 1px solid #000;
}
h2 + h2 {
	margin-top: -0.31em;
}
h4{
	font-size:1.2em;
	padding:.3em 0 .6em;
}
/* HEADER
  ------------------------------ */
header hgroup aside{
	float:right;
	font-size:.8em;
	width:auto;
}
/* Pseudo Blog Post 
  ------------------------------ */
.blog-post{
	border-bottom: solid 1px #ccc;
	margin:0 0 20px;
	padding:20px 0 40px;
}
/*
  ------------------------------ */
.metaInfo{
	font-size:.9em;
	padding:.6em 0;
}
/*
  ------------------------------ */
footer{
	font-family: 'Poppins', Helvetica, Arial, Geneva, sans-serif;
	width:1080px;
	background-color: #2A2A2A;
	clear:both;
	color:#FFFFFF;
	font-size:0.82em;
	border-top: 5px solid #7C0E6C;
	margin: 0 auto;
	padding: 0;
}
footer small{
	border-left:solid 1px #b2b2b2;
	font-size:.9em;
	padding-left:1em;
}
footer p {
	padding:10px 0;
	color: #fff;
}

/*
  ------------------------------ */
aside ul{
	list-style:none;
	margin:0;
	padding:0;
}
aside li{
	float:left;
	text-align:center;
	margin:0 10px 10px;
	padding:0;
}
aside li em{
	display:block;
	font-size:1.20em;
}