body
{ 
		background-image: url(../img/anna-einarsson-bg1.jpg);
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-position:center top;
		background-color: #2a2a2a;
		font-family:Arial, Helvetica, sans-serif;

}


a  		{  color: #e89808; text-decoration: none;}
img  	{  border: none;}

/* =HEADER
   ----------------------------------------------------*/
header {

  background-color: #000;
  opacity: 0.70;
  height: auto;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

header.pinned {
  position: fixed !important;
  top: 0 !important;
}


a.logo {
  color: #FFF;
  float: left;
  display:block;
  font-family: "arial black", Univers, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  margin-top:-8px;
  margin-bottom:6px;
}

a.logo:hover,
 a.logo:focus {
  color: #e89808;
}

a.button,
 a.button_inverse {

  background-color: #000;
  border-radius: 6px;
  color: #fff;
  display: block;
  float: left;
  opacity: 0.75;
  margin: 0.5em 0;
  padding: 10px 15px;

	width: auto;
}
a.button_inverse {
  background-color: #fff;
  color: #000;

}
a.button:hover,
 a.button:focus,
 a.button_inverse:hover,
 a.button_inverse:focus {

  opacity: 1;
}

/* =NAV
   ----------------------------------------------------*/
header nav {
  width: 80%;
  margin: 25px auto;
}


header nav a {

  	color: #e89808;
  	font-family: "myriad-pro-condensed", Univers, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 3px 10px;
	text-decoration: none;
	float: right;
	
}
header nav a:hover,
 header nav a:focus {
  color: #fff;
}
header nav a:last-child {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header nav a.current {
  color: #e89808;
}

/* MAIN BOXE
   ----------------------------------------------------*/
.clear {clear: both;} 


#content {

	margin-top: 680px;
  	width: 100%;
}

.boxes {

  background-color: #000;
  color: #fff;
  opacity: 0.85;
  height: auto;
  width: 80%;
  margin: 200px auto;
  padding: 55px;
  z-index: 9999;
}



p {

	display:block;
	font-size:14px;
	line-height: 1.5em;
	font-family:Arial, Helvetica, sans-serif;
	
	
}

h1 {

    color: #fff;
    width: 350px;
	height: 300px;
	display:block;
	font-size: 42px;
	margin-right: 40px;
	margin-top:0px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

h2 {

    color: #fff;
    width: 100%;
	display:block;
	font-size: 28px;
	margin-top:0px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

.one {

	display:block;
	width: 100%;
	padding: 20px;
	
	
}

.two {

	display:block;
	width: 45%;
	float: left;
	padding: 20px;
	
	
}


.press-img {

	display:block;
	overflow: hidden;
	width: 200px;
	height: 268px;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	opacity: 1.85;
	
	
}

