body {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 0.75em;
	background-color: #636363;
	background-image: url(img/blackfadeback.jpg);
	background-repeat: repeat-x; 
	background-attachment: fixed;
	line-height: 1.4em;
}

a {
	text-decoration: none;
	color: #F20079;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Verdana, sans-serif;
	
}

h2, h3, h5 {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
}

h4 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
}


img {
	border: none;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}


/*************************************
     		BASIC
*************************************/
#page {
	width: 1125px;
	margin-left: 70px;
}

#elinTop {
	width: 860px;
	height: 200px;
	background-image: url(img/elinnilsson.png);
	float: right;
	margin-bottom: -15px;
} 
#elinBottom {
	width: 860px;
	height: 20px;
	background-image: url(img/bottom.png);
	float: right;
}

#content {
	width: 820px;
	margin-left: 350px;
	#margin-left: 200px;
	background-color: #fff;
	padding: 10px 20px 10px 20px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	top: 47px;
	float: right;
}

#content h2 a {
	color: #fff;
	text-decoration: none;
}

#content h2 a:hover {
	color: #FF2A7F;
}


.posthead {
	width: 800px;
	height: 35px;
	background: #000;
	padding: 0 10px 0 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	clear: both;
}

.posthead h2 {
	margin-bottom: 1px;
	padding-left: 5px;
	padding-top: 9px;
}

.meta {
	color: #C3C3C3;
	font-size: 0.75em;
	margin-left: 5px;
}

.meta a {
	color: #F20079;
}

.entry p {
	display: block;
	line-height: 1.7;
}

.tags {
	margin-top: 35px;
}

/*************************************
			MENY
*************************************/
#menu {
	width:820px;
	float: right;
	margin-top: 20px;
	margin-bottom: 0px;
}

#menu li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	font-size: 1.3em;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-weight: bold;
	
}

#menu li a {
	color: #fff;
	padding: 3px 5px 1px 5px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
}

#menu li a:hover {
	color: #FF2A7F;
	text-decoration: none;
	/*color: #b00910;
	background-color: #fff;
	text-decoration: none;*/
}

/*************************************
			SIDEBAR
*************************************/

#sidebar {
	width: 225px;
	position: absolute;
	top: 50px;
	left: 50px;
	background-color: #ffffff;
	color: #000;
	padding: 14px;
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
}

#elinSideTop {
	width: 253px;
	height: 26px;
	background-image: url(img/sidetop.png);
	position: absolute;
	top: 24px;
	left: 50px;
}

#sideElin {
	margin-top: -25px;
}

#sidebarText {
	font-size: 12px;
	line-height: 1.7;
	margin-top: 7px;
}

#sidebar li {
	list-style-type: none;
}

#sidebar h1 {
	margin-left: 20px;
}

#sidebar h1 a {
	color: #000;
}

#sidebar h2 {
	font-size: 1.2em;
	font-weight: lighter;
	text-transform: uppercase;
	color: #FF007F;
}

#status {
	margin-bottom: 10px;
	width: 820px;
	font-size: 11px;
	text-align: right;
}

#archiveform select {
	width: 125px;
}

#search {
	width: 120px;
}

.categories a {
	color: #fff;
}

.cat-item {
	margin-left: -20px;
}

#sidebar li form {
	margin-left: 20px;
}

#sidebar li a img {
	margin-left: 20px;
}

/*************************************
			FOOTER
*************************************/
#footer {
	width: 820px;
	float: right;
	color: #F20079;
	clear: both;
}

#footer p {
	text-align: center;
}


/*************************************
			PRINT
*************************************/
@media print {
	body 		{ font-family:Garamond,"Times New Roman",serif; font-size:11px; line-height:1.2; }
	img 		{ display:block;}
	#page		{ width:100px; margin-top:-150px; margin-left:800px;}
	.content	{ width:100px; float:right;}
	.entry		{ width: 600px; }
	.entry p	{ margin: 0; }
	.entry img 	{ display:none; }
	#sidebar 	{ display:none; }
}
