@import url(../css/nav.css);
/*

  Mike's Extra Styles
	Created: 2 Feb 2012

*/

body{
	background: #333333;
	width: 100%;
	
}

.body{

	background: #333333;
}





/* @header
    =======================*/
header{
	margin: auto;
	height: 323px;
	
	text-align: center;
	background: url(../img/header-bg.jpg) no-repeat center;

	/*-moz-box-shadow:0px 0px 4px #010101;
    -webkit-box-shadow:0px 0px 4px #010101;
    box-shadow:0px 0px 4px #010101;*/
}

header h1{
	font-size: 50px;
	text-indent:-7777em;
 	height: 100%;
}

#logo {
    text-indent:-7777em;
    height: 125px;
}
#logo a {
    display:block;
}

#main-nav{
	margin: auto;
	text-align: center;
	width: 100%;
	top: 80px;
	position: absolute;
	z-index: 0;

}

#MainContent{
	margin:auto;
	padding: 0;
	width: 840px;
	text-align: center;
	height: 540px;
	/*background: rgba(20,20,20,0.8);
	border: 10px solid #ffffff;*/
	position: relative;
	margin-top: -940px;

	/*-webkit-transform: rotate(-1deg);
	-moz-transform:  rotate(-1deg);*/
	
	/*-moz-box-shadow:0px 4px 4px 0px rgba(20,20,20,0.8);
    -webkit-box-shadow:0px 4px 4px 0px rgba(20,20,20,0.8);
    box-shadow:0px 4px 4px 0px rgba(20,20,20,0.8);*/
}

#MainContact{
	margin:auto;
	padding: 0;
	width: 600px;
	text-align: center;
	height: 450px;
	background: #222222;
	background: rgba(20,20,20,0.8);
	border: 0px solid #ffffff;
	position: relative;
	margin-top: -800px;
	color: #999999;

	font-family: 'Fondamento', cursive;
	/*-webkit-transform: rotate(-1deg);
	-moz-transform:  rotate(-1deg);*/
	
	-moz-box-shadow:0px 4px 4px 0px rgba(20,20,20,0.8);
    -webkit-box-shadow:0px 4px 4px 0px rgba(20,20,20,0.8);
    box-shadow:0px 4px 4px 0px rgba(20,20,20,0.8);
	
}


.quote{

	color: #999999;
	font-family: 'Fondamento', cursive;
	font-size: 22px;
	vertical-align: bottom;
	padding-top: 10px;
	text-shadow: 0px 2px 3px #222222;
	font-style: normal;

}

footer{
	
	width: 100%;
	height: 30px;
	bottom: 0;
	position: absolute;
	background: #222222;
	vertical-align: middle;
	color: #999999;
	padding-top: 10px;
	text-align: center;


}

.vignette {
  background: url('../img/Inga.jpg');
  width: 339px; height: 512px;
  -webkit-box-shadow:
    		inset 0 0 50px #000,
                inset 0 0 50px #000,
                inset 0 0 50px #000;
 
     -moz-box-shadow:
    		inset 0 0 50px #000,
                inset 0 0 50px #000,
                inset 0 0 50px #000;
 
          box-shadow:
    		inset 0 0 50px #000,
                inset 0 0 50px #000,
                inset 0 0 50px #000;
}

.artistText{
	padding-top: 20px;
	padding-right: 20px;
	color: #dddddd;
	font-size: 22px;
	text-align: left;
	font-family: 'Fondamento', cursive;
	font-style: normal;
	
}