/*
	CSS files kept in the 'styles' 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 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name		: 	LS
	Author Site		: 	
	Style Name		: 	LS
	Style URI		:	
	Version			:	1.0
	Header Height	        :	120
	Tags			:	misc
	Comments		:	
					
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	height: 120px;
	}

#header .blog-title {
	padding: 30px 50px 0px;
	}

#header .description {
	margin: 0px 50px;
	}

#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}


/* ------------------------ bigger font ----------------------- */
/* .entry-meta { */
/* 	font-size: 1.2em; */
/* 	} */



