/* 
	Filippa Smedhagen Sund - Makeup Artist
	css for modern browsers 
	copyright 2007 Mocoro
	www.mocoro.com

*/

/*------------------------------
	BODY & TAG DEFINITIONS
--------------------------------*/



body {
	background-position: 100%;
	text-shadow: 1px 1px 4px #838383;
	margin: 0px;
	background-color: black;
	background-image: url(../img/texture.jpg);
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
/*	text-transform: uppercase;*/
	color: white;
	font-size: 150%;
	background-repeat: repeat;
	}
	

a:link, a:visited {
			text-shadow: 0px 0px;
			text-decoration: none;
			color: #39352d;
			background-color: #FCFB99;
			}
	
a:hover, a:active {
			text-decoration: underline;
			color: black;
			background-color: #FCFB99;
			}
			
p, h1, h2, h3, h4 {margin-left: 0px;}

h1 { font-size: 170%; text-transform:uppercase; margin-bottom: 0px;}
h2 { font-size: 50%; margin-top: 0px; margin-bottom: 50px;}
h3 { font-size: 100%; margin-top: 0px; margin-bottom: 0px;}
h4 { font-size: 75%; font-style: normal; margin-top: 0px; margin-bottom: 50px; padding-bottom: 5px; padding-top: 5px;
	border-left-style: none;
	border-bottom: 1px solid #39352d;
	border-top: 1px solid #39352d;

}
p { font-size: 55%; font-style: italic ;margin-top: 0px; margin-bottom: 0px; line-height: 150%;}

#noflash { margin: 3em; max-width: 580px; }
	
#flashcontent {
/* background-image: url(../img/intro_background.jpg);  */
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	
}	

