/*
	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	: Daniel Kwan
	Author Site	: http://dkwan.com
	Style Name	: D.Kwan
	Style URI	: http://dkwan.com
	Version		: 1.0
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
	padding-top: 0px;
	}
	
#header {
	/* Contains the H1 and menu */
	background: rgb(187,67,69) url('dkwank2header.jpg') center center no-repeat;
	height: 200px;
	}
	
#primary {
	/* Contains the main column */
	}

#primary {
	position: relative;
	float: left;
	width: 480px;
	padding: 0 10px 10px 10px;
	}


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

.hentry {
	margin: 0 0 30px 0;
	position: relative;
	}

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

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}

a {
	color: #BB4345;
	text-decoration: none;
	}

.content {
	padding: 20px 20px 10px;
	}

.entry-head {
	margin-top: 10px;
	position: relative;
	}

.entry-content {
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: justify;
	color: #444;
	}

.secondary div {
	margin: 5px 0 20px;
	padding: 0;
	position: relative;
	}

h1, h2, h3, h4, h5, h6, .blog-title {
	font-family: Georgia, "Times New Roman", serif;
	}

ul.menu li.page-item-2476 {
	display:none
	}

/* Twitter Widget */
.widget_twitter li { 
	font-size: 1em;
	clear: both; 
	}
.widget_twitter li img { 
	float: left; 
	margin-right:.5em; 
	} 
.widget_twitter li .clear { 
	clear: both;
	}
	
/* Drop Cap */
span.dropcap {
	float: left;
	font-size: 350%;
	line-height: .64em; 
/*	margin-right: 0.01em; */
	margin-bottom:-0.05em;
}
