/*
	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
	'Appearance' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Jen Simmons
	Author Site	: http://jensimmons.com
	Style Name	: Fire and Ink
	Style URI	: http://fireandink.org
	Version		: 3.0
	Comments	: April 2, 2010
*/


body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #f2842c url(background.gif) top center repeat-y;
}
a {
	color:#583fd8;
}
#primary-wrapper, #sidebar-1 {
	margin-top:20px;
}	
.entry-content {
	text-align:left;
}
.secondary {
	padding:0 0 0 40px;
	width:180px;
}
#page {
	padding:0 0 10px;
}
#header {
	background: #efe315;
	}
#header h1 {
	text-indent:-9999px;
}
ul.menu {
	left-margin:12px;
	width:95%;
}	
.entry-content .alignleft, img[align="left"] {
margin:25px 24px 4px 0;
}
.entry-content .alignright, img[align="right"] {
margin:25px 0 4px 24px;
}
