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


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

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

body {
	background: white;
	}

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding-top: 5px;
	position: relative;
	border: 1px solid #ddd;
	clear: both;
	}
	
#header {
	position: relative;
	height: 140px;
	background: white;
	background-position: top right;
	}
	
ul.menu li a {
	font-size: 1.5em;
	color: white;
	margin: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	}

ul.menu li a:hover {
	background: black;
	color: #eee;
	text-decoration: none;
	}
	
.entry-content {
	font-size: 1.4em;
	line-height: 1.8em;
	text-align: justify;
	color: #444;
	}
	
.secondary {
	width: 200px;
	float: left;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #666;
	position: relative;
	padding: 0 10px;
	overflow: hidden;
	}
	
.navigation a {
	color: #666666;
	font-size:1.3em
	}
	
#s {
	width: 60%;
	font-size: 1.1em;
	}

#search h4 {
	display: block
	}
	
a {
	color: #CC0000;
	text-decoration: none;
	}
	
#dynamic-content { /* Make room for the rolling archives */
	padding-top: 0px;
	padding-bottom:20px
	}
	
.announcement {
	background-color: #F0F0F0;
	color:#CC0000;
	font-size:1.4em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	height: 25px;
	padding-top:5px
	}
	
h4 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.0em;
	font-weight: normal;
	letter-spacing: -1px;
	}
