/*
	Name: Sparkling Realigned
	Description: New Layout for Sparkling Star with CSS3 and HTML 5
	Version: 1.0
	Author: Oglek aka Cekergolic
	Autor URI: http://masoglek.wordpress.com
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dfn, img, ins, kbd, q, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{ 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit; 
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	background: transparent url(images/bg.png);
	color: #000;
	font: 16px Trebuchet-MS,Arial,Sans-Serif;
	line-height: 100%;
	margin: 0 auto;
	padding: 0;
}
a {
	color: #fff;
	outline: none;
	text-decoration: none;
}

#wrapper {
	width:960px;
	margin:0 auto;
}
nav {
	background: #000;
	float: left;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	margin: 0 0 20px;
	width: 100%;
}
nav ul {
	list-style: none;
	margin: 0 auto;
}
nav li {
	display: inline;
	float: left;
	margin: 0 0 0 50px;
}
nav a {
	background: #fff;
	color: #000;
	padding: 5px 20px;
	-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

nav a:hover {
	background: transparent url(images/bgnav.png);
	color: #000;
	-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

aside {
	float:left;
	margin: 80px 0;
	text-align: center;
	width: 700px;
}

figure  img {
	z-indez: 1;
   position: relative;
   padding: 3px;
   width: 648px;
   height: 404px;
	-moz-box-shadow:0px 0px 10px #444; 
	-moz-transform: rotate(-15deg);
	-webkit-box-shadow:0px 0px 10px #444;
	-webkit-transform: rotate(-15deg);
}
figure img:hover {
	z-index: 2;
   position: relative;
   -moz-transform: rotate(0deg);
   -moz-transform: scale(1.25);
   -webkit-transform: rotate(0deg);
   -webkit-transform:  scale(1.25);

}

section {
	float: right;
	margin: 0 0 0 30px;
	text-align: center;
	width: 200px;
}
section ul {
	list-style: none;
}
section li {
	margin: 20px 0;
}

footer {
	background: #000;
	font-size: 12px;
	width: 100%;
}
footer p {
	background: #000;
	color: #fff;
	padding: 20px;
}
