body, html {
	margin: 0;
	padding: 0;
	font-family: sans-serif, Arial, Helvetica;
	
}

a {
	color: #25c;
	text-decoration: none;
	font-size: 14px;
	}

a:visited {
	color: #189;
	text-decoration: none;
	font-size: 14px;
	}

a:hover {
	color: #f60;
	text-decoration: none;
	font-size: 14px;
	}

h1 a {
	float: left;
	width: 220px;
	height: 900px;
	
	background: url(img/g-mag-logo.jpg) no-repeat 25px 0;
	border: 0;

	text-indent: -10000px;
}
div.description, hr, div#footer, div.navigation {
	display: none;

}
small {
	float: right;
	color: #6495ED;
	font-size: 13px;
	margin: 0px 0 0 0;
	}

div#sidebar {
	display:block;
position: absolute;
left: 20px;
	width: 200px;
	top: 120px;
	text-align: right;
}

div#sidebar ul {
	margin: 0;
	padding: 0;
	}
div#sidebar li {
	list-style: none;
	font-size: 13px;
	color: #333;
	}
	
div#sidebar h2 {
	font-size: 16px;
	padding: 10px 2px 2px 2px;
	background: none;
	color: #191970;
}


p.maintext{
	display: none;
}

a img {
	border: none;
}



div#content {
display:block;
position: absolute;
	left: 250px;
	top: 70px;
	width: 600px;
	border-left: 1px solid #e1eef8;
	background: #fff;

}

h2, h2 a, h2 a:visited{
	font-size: 18px;
	padding: 10px;
	color: #000;
	text-decoration: none;
}

h2 a:hover {
	font-size: 18px;
	padding: 10px;
	color: #29a;
	text-decoration: none;
	}


div#content div.entry{
	display: block;
	padding: 0px 20px;

}
p.postmetadata {
	display: block;
	width: 600px;
	border-bottom: 1px solid #e1eef8;
	padding: 0px 20px 20px 20px;
		font-size: 13px;
		color: #666;
}

img{
	margin: 20px 0;
}

em{
	font-size: 10px;
}

form {
	color: #666;
	}
	

