/* Page Layout */

.sidebar-dual #page {
	width: 950px;
	padding: 0;  
	border: 1px solid #333;
	border-top: none;
	clear: both;
	}

* html .sidebar-dual #page {
	width: 952px; /* for IE5 and IE6 in quirks mode */
	w\idth: 950px; /* for IE6 in standards mode */
	}

#page { 
	margin-top: 10px;  /* This section creates a small gap at the top */
	border-top: 1px solid #333;
}

.sidebar-dual .content {
	padding: 0;
	overflow: hidden;
	}

.sidebar-dual #primary {
	margin-left: 0; /* override style.css */
	float: left;
	width: 500px;
	padding: 20px 25px 20px 25px;
	overflow: hidden;
	}

* html .sidebar-dual #primary {
	width: 550px; /* for IE5 and IE6 in quirks mode */
	w\idth: 500px; /* for IE6 in standards mode */
	}

.sidebar-dual #sidebar-main {
	float: left; /* Changing "left" to "right" swaps sidebars */
	width: 210px;
	padding: 10px 5px 10px 20px;
	overflow: hidden;
	}

* html .sidebar-dual #sidebar-main {
	width: 240px; /* for IE5 and IE6 in quirks mode */
	w\idth: 210px; /* for IE6 in standards mode */
	}

#sidebar-alt {
	float: left;
	width: 125px;
	padding: 10px 25px 10px 0px;
	overflow: hidden;
	left: 0; /* override style.css */
	margin-left: 0; /* override style.css */
	}

* html #sidebar-alt {
	width: 160px; /* for IE5 and IE6 in quirks mode */
	w\idth: 125px; /* for IE6 in standards mode */
	}

h1, h2, h3, h4 { font: bold 1em Georgia, "Times New Roman", Times, serif; }
	
#primary h3, #primary h2, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.9em;
	font: Georgia, "Times New Roman", Times, serif;	
	font-weight: 500;
	color: #000000;	
	letter-spacing:0.01em;
}
#primary h4 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing:0.01em;
	}
body {
	font-size: 0.72em;
	font-family: Arial, Helvetica, sans-serif;
	}

.entry-meta { /* Time and category for blog entries */
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	display: block;
	margin-top: 1px;
	color: #bbb;
	}

.entry-meta address {
	display: inline;
	font-style: normal;
	}

.entry-meta a, .comment-meta a {
	color: #777;
	}

h1, h2, h3, h4 {
	font: bold Georgia, "Times New Roman", Times, serif;	
	}	
	
h2.widgettitle { 
	font-weight: bold; font-size: 1.1em; letter-spacing: normal; margin: 0 0 0.8em 0; padding: 0.4em 2px;  
	}
	
p {
	line-height: 1.5em;
}
.entry-content {
	line-height: 1.5em;
}
