/*
	Style Name	: Dueling Sidebars
	Style URI	: http://getk2.com/
	Comments	: Sidebars on both sides of content
*/

#page {
//	-webkit-box-shadow: 0px 5px 20px #888;
}

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

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

body.columns-three #sidebar-2 {
	width:  150px;
}

.post {
	margin-bottom: 5em;
}

#header {
	text-align: right;
	color: white;
	background: white;
	
}	
#header h1 {
	font-size: 3.6em;
	text-align: center;
}

ul.menu li a {
	
	font-size: 1.2em;
	color: black;
	text-transform: lowercase;
}

ul.menu {
	margin-bottom: 0.5em;
}
	
ul.menu li a:hover {
	background: none;
	color: #4c4c4c;
}
	
ul.menu li.current_page_item a {
	background: none;
}

ul.menu li.current_page_item a:hover {
	background: none;
}
	
.feedlink { /* On the sidebar */
	padding-right: 30px;
	background: url('icons/feed.png') right center no-repeat;
	height: 17px;
	}

.feedlink:hover span {
	display: none;
	}

.entry-content ul li {
	list-style-type: circle;
	margin-bottom: 1em;
}

#dynamic-content .k2-asides .entry-head{
	display: block;
	
}

#dynamic-content .k2-asides .entry-meta{
		display: none;

}
	
.comments {
	display: none;

}
