/* CSS Reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, footer, header, menu, nav
	{
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section 
	{
		display: block;
	}

body 
	{
		line-height: 1;
	}
	
ol, ul
	{
		list-style: none;
	}

table
	{
	border-collapse: collapse;
	border-spacing: 0;
	}
/* einde CSS Reset */

/* basis CSS */
@font-face
	{
	font-family: 'Socialico';
	src: url('../fonts/Socialico.otf');
	}

html
	{
	background: url(../images/denim.png);
	}
	
body
	{	
	margin: 0;
	padding: 0;
	padding-top: 20px;
	background: fixed url(../images/transparent_gradient.png) repeat-x; 
	font: normal 100%;
	font-family: 'Chivo', sans-serif;
	line-height: 160%;
	color: #fff;
	letter-spacing:.2px;
	}
	
#wrapper
	{
	max-width: 600px;
	margin: 80px auto 0;
	padding: 0 20px 0 20px;
	}

#wrapper h1
	{
	font-size: 32pt;
	margin: 0 0 35px 0;
	text-shadow: 3px 3px 2px #000;
	}
	
#wrapper p
	{
	font-size: 12pt;
	margin: 0 0 15px 0;
	text-shadow: 3px 3px 2px #000;
	text-align: left;
	}
	
#wrapper p a
	{
	color: #fff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	}
	
#wrapper p a:hover
	{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	}
	
#SocialMedia
	{
	margin-top: 10px;
	text-align: right;
	float: right;
	}
	
#SocialMedia p
	{
	font-family: 'Socialico';
	font-size: 32pt;
	text-align: right;
	letter-spacing: 12px;
	}
	
#SocialMedia p a
	{
	text-decoration: none;
	border-bottom-width: 0px;
	}
	
#SocialMedia p a:hover
	{
	text-decoration: none;
	border-bottom-width: 0px;
	}
	
/* ====== classes ===== */

.hover_image
	{
	border: 0px;
	}
	
.hover_link
	{
	
	}