*{ margin: 0; padding:0; }
html { height: 100%; margin-bottom: 1px; }
html.novertscroll { margin-bottom: 0; }
img { border: none; }

body {
	background-color: #efefe7;
	color: #333;
	font-family: sans-serif;
}

h2 {
	font-size: 18px;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #464;
	color: #464;
	margin: 10px 20px .3em 0; 
	padding: 0;
	clear: both;
}

a:link, a:visited, a:active, a:hover {
	color: #464;
}


/* ------------ main layout -------------------- */

#container {
	position: relative;
	width: 990px;
	margin: 0 auto;
	background: transparent url('../images/body_middle.png') repeat-y top left;
}

#header {
	position: relative;
	margin: 0 0 0 0;
	height: 215px;

/*	overflow: hidden; */
	background: transparent url('../images/header.gif') no-repeat scroll top left;
}

#subcontainer {
	position: relative;
	width: 990px;
	line-height: 150%;
}
#bodytop {
	position: relative;
	width: 990px;
	height: 15px;
	background: url('../images/body_top.png') no-repeat top left;
}
#bodybottom {
	position: relative;
	clear: both;
	width: 990px;
	height: 20px;
	background: url('../images/body_bottom.png') no-repeat top left;
}


#sidebar {
	width: 240px;
	float: left;
	padding: 10px;
	margin-left:10px;
	/*background-color: #aff;*/
}

#content {
	width: 690px;
	float: right;
	padding: 10px;
	margin-right:10px;
	/* background-color: #faf; */
}

#footer {
	text-align: center;
	padding: 10px;
	font-size: 10px;
	clear: both;
	border-top: 1px solid #777;
	background-color: #faf; 
}

#gslink {
	width: 180px;
	height: 23px;
	background: transparent url('../images/planettogreenstonelink.png') scroll no-repeat top left;
	position: absolute;
	bottom: 10px;
	right: 15px;
}

/* ------------ planet stuff ------------------ */

div.entry {
	margin-bottom: 40px;
}

a.inln:link , a.inln:visited, a.inln:active, a.inln:hover{ 
	display:inline;
}

#sidebar.planet {
        line-height: 1.3em;
}
#planet-title {
        text-align: center;
}

a.rssicon {
        padding: 2px;
        position: relative; top: 2px;
}

/* from gnome */
div.entry {
	clear: both;
	margin-bottom: 2em;
	margin-right: 1em;
}

div.entry ul {
	margin: 0px;
	margin-left: 1em;
	padding: 0px;
}

div.entry ul li {
	margin: 1em;
	padding: 0px;
	list-style-image: url("http://planet.gnome.org/img/gnome-16.png");
}

div.person-info {
	float: left;
	position: relative;
	left: 4px;
	margin-top: 25px!important;
	padding: 0 20px 30px 0;
	width: 120px;
	background: url('../images/bubble-nipple.png') top right no-repeat;
	text-align: center;
}

div.person-info a {
	text-decoration: none;
	color: #666;
}

div.post {
	background: #fff url('../images/bubble-left.png') left repeat-y;
	margin-left: 140px;
}

div.post2 {
	background: url('../images/bubble-right.png') right repeat-y;
}

div.post-contents {
	padding: 0 25px 0 25px;
	margin-right: 10px;
}

div.post-contents p {
	line-height: 140%;
	margin-top: 1em!important;
}

div.post-contents img {
	width: auto;
	max-width: 100%;
	height: auto;
}

div.post-contents blockquote {
	color: #666;
	line-height: 150%;
}

div.post-contents div.delicious-tags {
	text-align: right;
	font-size: x-small;
}

div.post-contents:after {
	content: "";
	display: block;
	clear: both;
}

h4.post-title, div.post-title {
	background: url('../images/bubble-top-left.png') top left no-repeat;
	margin: 1em 0 0 0;
}

h4.post-title a, div.post-title span {
	display: block;
	background: url('../images/bubble-top-right.png') top right no-repeat;
	padding: 22px 25px 0 25px;
	font-weight: normal;
	font-size: 140%;
	text-decoration: none;
}

h4.post-title a:hover {
	text-decoration: underline;
}

div.post-title span {
	display: block;
	height: 20px;
	font-size: 100%;
}

div.post-title {
	display: block;
}

div.post-header {
	background: url('../images/bubble-top.png') top repeat-x;
}


div.post-footer {
	background: url('../images/bubble-bottom.png') bottom repeat-x;
}

div.post-footer p {
	background: url('../images/bubble-bottom-left.png') bottom left no-repeat;
	margin: 0;
}

div.post-footer p a {
	display: block;
	background: url('../images/bubble-bottom-right.png') bottom right no-repeat;
	padding: 15px 20px 20px 25px;
	text-align: right;
	font-size: 85%;
	color: #999;
	text-decoration: none;
}

div.post-footer p a:hover {
	color: inherit;
	text-decoration: underline;
}

.indented { margin-left:30px;}

#feed-global {
cursor: pointer;
}


