/*
	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	: havemousewillclick
	Author Site	: http://www.havemousewillclick.com
	Style Name	: havemousewillclick
	Style URI	:
	Version		:
	Comments	:
*/

#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 */
	
	}

blockquote {
	margin: 15px 30px 0 10px !important;
	padding-left: 20px !important;
	border-left: 5px solid #ddd !important;	
	border: none;
	}

blockquote cite {
	margin: 5px 0 0 !important;
	display: block !important;
	}

h2.pagetitle {
	margin-top: 30px !important;
	text-align: Left !important;
	background-color: #FF0000 !important;
	color: #00FF00 !important;
}


.bc { /* default was way too small to read */
   text-align: left;
   background: #fff;
   border: 1px solid #A6B0BF;
}

hr.hr5 {
      border-top: 2px solid #900 !important;
      border-left: 20px solid #900 !important;
      border-right: 20px solid #900 !important;
      color: #f00 !important;
      background-color: #f00 !important;
      height: 4px !important;
    }

.k2 #primary .hentry .entry-head .entry-title {
	border-top: 3px solid #555 !important;
	padding-top: 10px !important;
	position: relative !important;
	font-size: 14pt !important;
}

h3, h4, .single .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 1.4em !important;
	font-family: Helvetica, !important;
	font-weight: normal !important;;
	letter-spacing: -1px !important;
	
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, !important;
	color: #444;
	background: #eee;
	text-align: center;
	}

.entry-meta { /* Time and category for blog entries */
	font-size: 1em;
	line-height: 1.6em;
	display: block;
	margin-top: 1px;
	color: #bbb;
	border-bottom: 1px solid #C0C0C0 !important; 
	padding-bottom: 10px !important;
	}

.entry-content {
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
	color: #444;
	/* border-bottom: 3px solid #C0C0C0 !important;  */
	padding-bottom: 10px !important;
	}

ul {
	list-style-image: url(c.gif) !important;
}