/*
Theme Name: Custom
Theme URI: http://codekeeper.info
Description: custom theme
Version: 2.0
Author: codekeeper
*/

	body {
		text-align: center;
		margin: 20px;
		padding: 0;
		background-color: #E2E2E2;
	}	
	
	a:link, a:visited, a:active, a:hover {
		color: #0000FF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	img   { border: 0; }
	a img { border: 0; }
	
	.meta-date { color: #929292 }
	
	#page-container {
		text-align: left;
		font-size: 14px;
		width: 750px;
		margin: 0 auto 0 auto;
		padding: 0;
		background-color: #FFFFFF;
		background-image: url(/images/sidebar.jpg);
		background-repeat: no-repeat;
		background-position: right top;
	}
	
	#page-container-top div {
		background: url(/images/page_tl.png) no-repeat top left;
	}
	#page-container-top {
   		background: url(/images/page_tr.png) no-repeat top right;
	}
	#page-container-bottom div {
   		background: url(/images/page_bl.png) no-repeat bottom left;
	}
	#page-container-bottom {
   		background: url(/images/page_br.png) no-repeat bottom right;
	}
	#page-container-top div, #page-container-top, #page-container-bottom div, #page-container-top bottom { 
   		width: 100%;
   		height: 12px;
   		font-size: 1px;
	}
	#header-top div {
		background: url(/images/header_tl.png) no-repeat top left;
	}
	#header-top {
   		background: url(/images/header_tr.png) no-repeat top right;
	}
	#header-bottom div {
   		background: url(/images/header_bl.png) no-repeat bottom left;
	}
	#header-bottom {
   		background: url(/images/header_br.png) no-repeat bottom right;
	}
	#header-top div, #header-top, #header-bottom div, #header-top bottom { 
   		width: 100%;
   		height: 12px;
   		font-size: 1px;
	}
	
	#header {
		text-align: center;
		padding: 0;
		margin-left: 15px;
		width:720px;
		background-color: #35648C;
		font-family: Georgia, "Times New Roman", Times, serif; 
		color: #E2E2E2;
	}	
	
	#header p {
		font-style: italic;
	}
	
	#header h1 {
		letter-spacing: 0.1em;
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#content-container { }
	
	#content {
		line-height: 1.5em;
		float: left;
		width: 450px;
		display: inline;
		padding-left: 20px;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	#content h2 {
		font-family: Trebuchet MS, Helvetica, sans-serif;
	}
	
	#sidebar {
		float: right;
		width: 240px;
		display: inline;
		color: #336699;
	}
	
	#footer {
		clear: both;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	#comments {
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#comments h3 {
		color: #0070c0;
	}
	
	.comments-heading {
		color: #666666;
		font-weight: bold;
	}
	
	