<!-- this makes sure that the .css file looks like a regular .css file to anyone that asks. If you don't return a text/css header, Mozilla will refuse to include the file if the call
ing page has an XTML or strict HTML doctype' -->


/* CSS */

/* Kandidat till version 0.80 (sans-serif) */


/* externa typsnitt*/

@font-face 
{
	font-family: 'FuturaBold';
	src: url('http://acephale.eu.org/fonts/futurabold.eot');
	src: url('http://acephale.eu.org/fonts/futurabold.ttf') format('truetype');
}

@font-face 
{
	font-family: 'Meta';
	src: url('http://acephale.eu.org/fonts/meta/MetaPro-Normal.otf');
}
@font-face 
{
	font-family: 'HelveticaNeue';
	src: url('http://acephale.eu.org/fonts/helvetica/HelveticaNeueLTStd-Roman.otf');
}
@font-face 
{
				font-family: 'HelveticaNeue';
				font-weight: bold;
	src: url('http://acephale.eu.org/fonts/helvetica/HelveticaNeueLTStd-Bd.otf');
}


/* taggar */

	body { background-color: #ff8040; }
	h1, h2, h3
	{
		font-family:helvetica, sans-serif, verdana, arial;
		font-weight:bold;
	}

	h3 {font-family: helvetica, sans-serif, verdana, arial;}

	a, img a
	{
		color: #1A1A1A;
		text-decoration: none;
	}

	a:hover 
	{
		background-color:lightblue
	}

	img 
	{
		padding:0.2em 0.7em 0.5em 0.5em;
	
	}

	img.skrivmaskin
	{
	margin-bottom:0;
	margin-left:0;
	margin-right:15px;
	margin-top:4px;
	vertical-align:middle;
	padding: 0em 0em 0em 0em;
	}

	div.divider
	{
	}
/* id */


	#container
	{
		width:64em;
		margin-top: 2em;
		margin-left: 5em;
		//margin-right: auto;
	}

	#head
	{
	float:left;
	margin-bottom:2em;
	margin-top: -1em; /* liten lätt korrigering...	*/
	margin-left: -2em; /* serie justeringarhär och där  som *tillsammans* ger räta marginaler överallt... */
	}



	#title 
	{
		font-family:helvetica, sans-serif, verdana, arial;
		font-weight:bold;
		font-size:7em;//6.7em;
		margin-left:0.3em; /* 0.3 om ingen neg. kerning*/
		letter-spacing:;
		//text-transform: uppercase;
	}

	#title a 
	{
		color: #1A1A1A;
		text-decoration:none;
	}
	
	#title a:hover 
	{
		background-color: #ff8040;
	}

	#logo img 
	{
		border:none;
		padding-left: 3.3em;

	}

	#content
	{
		width:30.5em;
		float:left;
		padding-left: 0.3em;	
	}
	
	#content_right
	{
		float:right;
	}

	#older 
	{
		float:left;
		font-weight:bold;
	}

	#newer
	{
		float:right;
		font-weight:bold;
	}

	#lasvidare 
	{
		font-weight:bold;
	}

	#foot
	{
	
	}

	#sidebar_data
	{
		width:13em;
		padding-right: 1.8em;
		float:right;
	}
	
	#sidebar_bottom
	{
					width:26em; /* 26em 2x 13em*/
					padding-right:2.6em;
	}

	#skrift_sidebar_menu
	{
		width:13em;
		float:right;
	}

	#sidebar_footer
	{
					width:13em+13em;
					clear:right;
					float:right;
	}

	#sidebar_data a, #skrift_sidebar_menu a
	{
	
	}

	#sidebar_data p, #skrift_sidebar_menu p
	{
	font-family:Helvetica, sans-serif, Verdana, "Lucida Grande", Tahoma;
	xfont-weight:bold;
	color: #998373;
	}

	#sidebar_data p+p, #skrift_sidebar_menu p+p
	{

	}

	.comments_invite {
		font-family:helvetica, sans-serif, verdana, arial;
		font-weight:bold;
	}

	.comments_error
	{
	
	}

	ul.comments_error
	{
	
	}

	div#cpreview
	{
	
	}

	form#txpCommentInputForm td
	{
	
	}


/* lastfm + delicious */

	span#lastfm-url a { color: #E6CEAC;}
	span#lastfm-artist a {color: #998373;}

	span#delicious-link a {color: #998373;}
	span#delicious-tag {color: #E6CEAC;}

/* overrides */
	.caps
	{
	}

	.subheading
	{
		
	}

	small, .small
	{
		
	}

	.nodecoration
	{
		
	}
/* --- nytt --- */

.article-body
	{
	font-family: Georgia, Times New Roman,serif;
	}

.article-body a
	{
	color: rgb(133, 111, 95);
	}

.spaltrubbe 
	{
	font-weight: bolder;
	color: #1A1A1A;
	}

.comment-area
	{
	margin-top: 3em;
	}

.article-list-container
	{
	margin-left: -2em;
	margin-right: 2em;
	}

.article-list 
	{
	list-style-type: none;
	}
	
.article-list a
	{
	color: rgb(133, 111, 95);
	}

.first-entry-title
	{
	font-family:helvetica, sans-serif, verdana, arial;
	font-size:1.8em;
	}
	
.entry-title, .entry_title a
	{
	background-color: hsl(83, 53%, 89%);
	font-family:helvetica, sans-serif, verdana, arial;
	font-size:1.3em;
	color: #998373;
	}

#excerpt 
	{
		background-color: hsl(54, 80%, 92%);
	}
#kronika 
	{
		background-color: hsl(189, 83%, 95%);
	}

.date-published {}

