body, html {
	margin: 0;
	padding: 0;
	font-family: Courier, sans-serif, Arial, Helvetica;
	
}

a {
	color: #25c;
	text-decoration: none;
	font-size: 12px;
	}

a:visited {
	color: #189;
	text-decoration: none;
	font-size: 12px;
	}

a:hover {
	color: #f60;
	text-decoration: underline;
	font-size: 12px;
	}

h1 a {
	float: left;
	width: 620px;
	height: 200px;
	
	background: url(img/g-mag-logo.jpg) no-repeat 262px 20px;
	border: 0;

	text-indent: -10000px;
}
div.description, hr, div#footer, div.navigation {
	display: none;

}
small {
	float: right;
	color: #6495ED;
	font-size: 11px;
	margin: -60px -100px 0 0;
	}

div#sidebar {
	display:block;
	position: absolute;
	left: 25px;
	width: 200px;
	top: 17px;
	text-align: right;
	font-family: Courier;
	color: #aaa;;
}

div#sidebar ul {
	margin: 0;
	padding: 0;
	}
div#sidebar li {
	list-style: none;
	font-size: 11px;
	color: #333;
padding: 0 0 2px 0;
	}

div#sidebar ul li a {
font-size: 13px;

}
	
div#sidebar h2 {
	font-size: 16px;
	padding: 10px 2px 2px 2px;
	background: none;
	color: #191970;
	font-variant: small-caps;
	font-weight: 800;
	
}


p.maintext{
	display: none;
}

a img {
	border: none;
}



div#content {
display:block;
position: absolute;
	left: 250px;
	top: 170px;
	width: 600px;
	border-left: 1px dashed #e1eef8;
	background: #fff;

}

h2, h2 a, h2 a:visited{
	font-size: 24px;
font-weight: 500;
	padding: 0 10px;
	color: #000;
	text-decoration: none;
font-family: Helvetica;
}

h2 a:hover {
	font-size: 24px;
	padding: 10px;
	color: #29a;
	text-decoration: none;
	}


div#content div.entry{
	display: block;
	padding: 0px 20px;
	font-size: 12px;

}
p.postmetadata {
	display: block;
	width: 600px;
	border-bottom: 1px solid #e1eef8;
	padding: 0px 20px 20px 20px;
		font-size: 13px;
		color: #666;
margin-bottom: 50px;
}

img{
	margin: 20px 0;
}

em{
	font-size: 10px;
}

form {
	color: #666;
	}
	


