/*
Author: Pascal Grünenfelder, WordPress
Author URI: http://pascalgruenenfelder.ch
Description: Cubalkanics-Main, made on WP-Twentyfourteen-Theme css
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: coustard;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

audio,
canvas,
video {
	display: ;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: lightgrey;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: ;
	line-height: 1.6;
}

body {
	background-color: black;}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: coustard, serif; 
	letter-spacing: .1em;  
	clear: ;
	font-weight: 900;
	margin: 10px 0 12px;
}

h1 {
	font-size: 28px;
	line-height: 1.3;
}

h2 {
	font-size: 21px;
	line-height: 1;
}
h3 {
	font-size: 38px;
	line-height: 1.2;
	color: black; 
}

b,
strong {
	font-weight: 400;
}

p {
	margin-bottom: ;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}


/**
 * NEW
-----------------------------------------------------------------------------
 */
h1, a, p	{	
		font-family: coustard, serif; 
		font-weight: 400; 
        text-decoration: none; 
        text-transform: uppercase; 
        margin: 5px 0px 25x 0px; 
        }
a		{
		color: white;
		}	   
a:hover{
		color: #e7e3bc;
		}
audio	{
		background: url ('http://pascalgruenenfelder.ch/wp-content/uploads/bg/bg75_45.png');
		width:180px; 
		margin-top:5px; 
		}
		
#stars {
	width:139px;
	margin: 0px 35px 0px 40px;  
	float: left; 
	text-align: center; 
	}
#stars a{ 
	display:block;
	background-image: url('http://cubalkanics.com/img/star90.jpg');
	background-repeat:no-repeat; 
	background-position: center; 
	width:120px;
	height:100px; 
	}
#stars a:hover { 
	color: #f8f5d4;
	background-image: url('http://cubalkanics.com/img/star90hover.jpg');
	}
#stars h1 { 
	font-size: 21px; 
	text-transform: none; 
	line-height: 25px; 
	padding-top: 100px; 
	}
#footer, #footer a, #footer p{
	font-size: 13px; 
	font-family: courier;
	color: #5b5a5a; 
	clear: left; 
	width:1000px;  
	text-align: center; 
	}
#footer a{
	color: #888887; 
	}
#footer a:hover{
	color: #b2b2b1; 
	}
td {
	padding: 0px 20px 0px 0px; 
	}