/*
	CSS files kept in the 'styles' directory can be used to
	customize 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 styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: John McGarvey 
	Author Site	: mcgarvey.co.uk
	Style Name	: John McGarvey, Copywriter
	Style URI	:
	Version		:
	Comments	:
*/

ul {
    list-style: disc;
}

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
#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 */
	}
	
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
     /* H2 on pages is centred by default. This pushes it to the left. */
	text-align: left;
	}
	
.entry-content h2 {
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin-right: 20px;	
	}
	
.entry-content {
	text-align: left;
	}
