/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.

        Author Name             :       Andrea Orellana
        Author Site             :       http://www.arale.cl
        Style Name              :       Arale
        Style URI               :       http://www.arale.cl
        Version                 :       1.0
        Header Height   :       260
        Comments                :       I made Vader as a tribute to Star Wars for use on my own blog.
                                                The header image was painted by my friend Rasmus (http://no-go-dk)	
*/

body {
	background: #000 url(../images/bgfade.jpg) repeat-x fixed;
	}

#page {
	/* The entire design is contained within the 'page' id */
	border: 1px solid #000;
	padding: 0px 0 10px;
	_width: 780px;
	}
	
#header {
	/* Contains the H1 and menu */
	margin-left: 0px solid #57575D;
	background: #57575D url('../images/header-arale.jpg');
	}
	
.primary {
	/* Contains the main column */
	margin: 0 10px 0 30px;
        display: inline;
	}

.item {
	/* Each entry is contained within the 'item' class */
	}

.itemtext {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

