@charset "UTF-8";
/* CSS Document */

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
@font-face { font-family: 'Bebas'; src: url('../font/Bebas-Regular.ttf') format('truetype'); } 

span.new {background:#c51648; padding:2px 5px; color:#ffffff; margin:0 0 0 5px; font-size:11px; border-radius:2px;}

/* about snippet */
div#about {display:none; width:296px; position:absolute; top:72px; left:48px; z-index:999; background:rgba(51,51,51,1); padding:16px; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; box-shadow:0 2px 6px rgba(0,0,0,0.2); -moz-box-shadow:0 2px 6px rgba(0,0,0,0.2); -webkit-box-shadow:0 2px 6px rgba(0,0,0,0.2);}
div#about p {font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:20px; margin:0 0 14px 0; color:#f5f5f5;}
div#about p:last-child {margin-bottom:0;}
div#about p a {color:#ffffff; font-weight:bold;}
