@charset "utf-8";
/**********************************************************************************************/
@font-face {
	font-family: 'HandOfSean';
	src: url('../fonts/handsean-webfont.eot');
	src: url('../fonts/handsean-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/handsean-webfont.woff') format('woff'), url('../fonts/handsean-webfont.ttf') format('truetype'), url('../fonts/handsean-webfont.svg#HandOfSeanRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Curse';
	src: url('../fonts/curse_casual_jve-webfont.eot');
	src: url('../fonts/curse_casual_jve-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/curse_casual_jve-webfont.woff') format('woff'), url('../fonts/curse_casual_jve-webfont.ttf') format('truetype'), url('../fonts/curse_casual_jve-webfont.svg#CurseCasualJVERegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/**********************************************************************************************/
ul#demo-block, ul#menu {
	margin:0 15px 15px 15px;
}
ul#demo-block li, ul#menu li {
	width:340px;
	margin:0 0 10px 0;
	padding:10px;
	display:inline;
	float:left;
	clear:both;
	color:#AAA;
	background:url('../img/bg-black.png');
	font:11px Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:80px;
	overflow:hidden;
}
ul#demo-block li a, ul#menu li a {
	color:#eee;
	font-weight:bold;
	text-decoration:none;
}
ul#demo-block li h2 {
	font-family: 'Curse';
	font-size:34px;
	font-weight:normal;
}
ul#demo-block li span {
	background:#555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:0 3px;
	padding:2px;
	text-shadow: 0px -1px 0px #333;
	font-size:9px;
}
ul#demo-block li span a {
	font-size:9px;
	font-weight:normal;
}
#social {
	margin:10px 5px 5px 5px;
}
#social a {
	display:inline-block;
	width:16px;
	height:16px;
}
#social a.lastfm {
	background:url('../../../../images/home/social.png') 0 0 no-repeat;
}
#social a.lastfm:hover {
	background:url('../../../../images/home/social.png') 0 -16px no-repeat;
}
#social a.flixster {
	background:url('../../../../images/home/social.png') -16px 0 no-repeat;
}
#social a.flixster:hover {
	background:url('../../../../images/home/social.png') -16px -16px no-repeat;
}
#social a.youtube {
	background:url('../../../../images/home/social.png') -32px 0 no-repeat;
}
#social a.youtube:hover {
	background:url('../../../../images/home/social.png') -32px -16px no-repeat;
}
#social a.shelfari {
	background:url('../../../../images/home/social.png') -48px 0 no-repeat;
}
#social a.shelfari:hover {
	background:url('../../../../images/home/social.png') -48px -16px no-repeat;
}
#social a.viadeo {
	background:url('../../../../images/home/social.png') -64px 0 no-repeat;
}
#social a.viadeo:hover {
	background:url('../../../../images/home/social.png') -64px -16px no-repeat;
}
#social a.facebook {
	background:url('../../../../images/home/social.png') -80px 0 no-repeat;
}
#social a.facebook:hover {
	background:url('../../../../images/home/social.png') -80px -16px no-repeat;
}
#social a.twitter {
	background:url('../../../../images/home/social.png') -96px 0 no-repeat;
}
#social a.twitter:hover {
	background:url('../../../../images/home/social.png') -96px -16px no-repeat;
}
#social a.stats {
	background:url('../../../../images/home/social.png') -112px 0 no-repeat;
}
#social a.stats:hover {
	background:url('../../../../images/home/social.png') -112px -16px no-repeat;
}
#social a.contact {
	background:url('../../../../images/home/social.png') -128px 0 no-repeat;
}
#social a.contact:hover {
	background:url('../../../../images/home/social.png') -128px -16px no-repeat;
}
#social a.cv {
	background:url('../../../../images/home/social.png') -144px 0 no-repeat;
}
#social a.cv:hover {
	background:url('../../../../images/home/social.png') -144px -16px no-repeat;
}
ul#menu li {
	width:auto;
	padding:0;
	background:url(../img/nav-bg.png) repeat-x;
}
ul#menu li a {
	font-family: 'Curse';
	font-size:22px;
	font-weight:normal;
	color:#666;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	-ms-transition: color 1s ease;
	-o-transition: color 1s ease;
	transition: color 1s ease;
	text-shadow: 0px -1px 0px #000000;
	display: block;
	line-height:10px;
	width:80px;
	padding:10px;
	/*background:transparent url(../img/nav-bg.png) repeat-x;*/
	background:url('../img/bg-hover.png') repeat-x 0 44px; 
}
ul#menu li a:hover {
	color:#eee;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	-ms-transition: color 1s ease;
	-o-transition: color 1s ease;
	transition: color 1s ease;
	/*background: #F60 url(../img/nav-bg.png) repeat-x;*/
	background-position:0 1px;
}
.infos {
	width:260px;
	margin-left:90px;
}
/**********************************************************************************************/
#slidecaption {
	font-size:11px;
}
