/*
	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	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

#page { font-family: Georgia, "Times New Roman", Times, serif; text-align: left;
	/* The entire design is contained within the 'page' id */
	}
	
#header { text-align: left;
	/* Contains the H1 and menu */
	}
	
#primary { text-align: left;
	/* Contains the main column */
	}

.hentry { text-align: left;
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content { text-align: left;
	/* The meat and potatoes of every entry */
	}

#sidebar-1 { text-align: left;
	/* The first sidebar */
	}

#sidebar-2 { text-align: left;
	/* The second sidebar */
	}

.secondary { color: #4f90ab; text-align: left;
	/* Contains both sidebars */
	}
/*- Headings */
h1,h2,h3,h4 { color: #b3b3b3; font-size: 40%; font-family: Georgia, "Times New Roman", Times, serif; text-align: left; float: left; margin: 10px 40px 20px 0; }
/*- Links */
#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
	}
a { color: #6f6f6f !important; font-weight: bold; background-color: transparent; }
.entry-content a:visited { color: #6f6f6f !important; background-color: #fff; }
h1 a:hover {
	text-decoration: underline;
	}
/*- Main Menu in Header */
ul.menu { text-align: left; margin: 0; padding: 0; position: absolute; bottom: 0; left: 5px; width: 100%; }
ul.menu li {
	display: inline;
	margin: 0;
	}
ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}
ul.menu li a {
	font-size: 1em;
	color: #4f90ab;
	margin: 0;
	}
ul.menu li a:hover { color: #b3b3b3; background: #fff; text-decoration: none; }
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover { color: #4f90ab; background: white; text-decoration: none; }
