
/*

Screen layout for svenskahackare.se
*/
 

body {
	background-color: #000; 
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	color: #FFF;
}


div#content {
	
	margin: 5em auto 0 auto;
	width: 890px;
	
}

p {
	margin-bottom: 4px;
}

div#content div {
	text-align:left;
	background-color: #1f1f1f;
	border: #272727 solid 1px;
	padding: 8px 20px;
	margin-top: 15px;
}

div#movie {
	margin-top:0;
}


div#order {
	font-style: italic;
	height: 150px;
	font-size: 16px;
}


div#reviews h3 {

	margin-top: 10px;
	font-weight: normal;


}


div#order h2 {
	margin-top: 30px;

}

img.cover {
	position: relative;
	left:700px;
	top: -145px;
}

div#order a, div#order:hover {
	color: #fff;
	
}

div#about, div#contact {

	width: 395px;
	float: left;
	height: 140px;
}

div#contact {
	margin-left: 16px;
}

img.twitter {
	position: relative;
	top: 4px;
}


p.contactSub {
	border: 0;
	width: 170px;
	float: left;
	margin-bottom: 10px;
}

p.commonContact {
	clear: left;
}

p#norstedts {
	background-color: #000;
	clear: left;
	text-align: right;
}

h2 {
	font-size: 33px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	color: #fdbc09;
	text-decoration: none;
}

a:hover {
	color: #fafd09;
	text-decoration: underline;
}

img {
	border:0;
}