/*
	Author Name	: Austin Passy
	Author Site	: http://thefrosty.com
	Style Name	: Sleep?
	Style URI	: http://frostywebdesigns.com
	Version		: 1
	Comments	: Sidebars on both sides of content or three colomns!
*/


body.columns-three #primary {
	margin-left: 195px;
}

body.columns-three #sidebar-1 {
	left: -520px;
	margin-left: -195px;
}

body.page .entry-content h3 {
	font-size: 1.4em;
	display: block;
	padding: 15px 0 0;
	}

/* Hack, don't display the top menu */
ul.menu {
	/*display: none;*/
	}
	
ul.menu li a {
	background: #000000;
	}

/* Change all headings "h2, h3 and h4" here*/	
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #444; 
	}

/* The Post Font size and color */
.entry-content {
	font-size: 1.1em;
	line-height: 1.7em;
	text-align: justify;
	color: #333;
	}
	
a {
	color: #660099;
	text-decoration: none;
	}

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

