html {
	background: #FFFFFF;
}

body,html {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

* html body {
	font-size: 87%;
}

img {
	border: none;
}

a {
	color: #333;
}

a:hover {
	color: #ff6600;
}

#main_wrapper {
	margin: 0px auto;
/*	width: 950px;*/
	width: 85%;
	min-width: 600px;
	padding: 0px 0px 0px 0px;
}

#footer {
	border-top: 1px solid #cccccc;
	background:#fafafa url(images/footer_bg.png) no-repeat bottom left;
	text-align: center;
	color: #666666;
	font-size: smaller;
	padding: 20px 0px;
	margin-bottom: 50px;
}

#footer a {
	color: #666666;
}

#footer .last_updated {
	color: #999999;
}

#footer p {
	margin: 0px;
	padding: 10px 0px;
}

#left_column {
	width: 269px;
	padding-left: 13px;
	padding-bottom: 20px;
	float: left;
	padding-top: 33px;
}

.feed_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 205px;
}

.sidebox {
	width: 239px;
	background:#FFF url(images/feed_list_tile.png) repeat-y top left;
}

.sidebox_inner {
	background:url(images/feed_list_top.png) no-repeat top left;
}

.sidebox_inner2 {
	background:url(images/feed_list_bottom.png) no-repeat bottom left;
	padding: 15px 17px 11px 17px;
}

.sidebox h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 10px;
}

.feed_list .feed_author {
	text-decoration: none;
	background: url(images/feed_list_bullet.png) no-repeat 0px 5px;
	padding: 0px 0px 0px 10px;
}

.feed_list li {
	margin-bottom: 4px;
}

.feed_list .feed_author:hover {
	background: url(images/feed_list_bullet_hover.png) no-repeat 0px 5px;
}

#right_column {
	margin-left: 292px;
/*	width: 650px;*/
	padding-bottom: 20px;
}

.post {
	color: #333333;
	line-height: 140%;
	margin: 0px 0px 40px 45px;
}

.post blockquote {
	color: #676767;
	margin: 17px 0px 17px 60px;
}

.post p{
	margin: 17px 0px;
}

.post a {
	color: #ff6600;
	text-decoration: none;
}

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

.post .author {
	margin-top: 7px !important;
	margin-bottom: 24px !important;
	font-size: 90%;
}

.post .author a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

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

* html .post .author{
	font-size: 88% !important;
}

.date_container {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 1px;
	margin-bottom: 10px;
}

.post ul li {
	margin-bottom: 7px;
}

.post ol li {
	margin-bottom: 7px;
}

.top_link {
	height: 11px;
	display:block;
	background:url(images/top_link.png) no-repeat top left;
}

.top_link:hover {
	background-position: bottom left;
}

.top_link span {
	display: none;
}

h2.sifr_headline {
	font-size: 18px;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}

h3.sifr_headline {
	font-size: 15px;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

#header {
	height: 90px;
	position: relative;
}

#site_logo {
	position: absolute;
	top: 29px;
	left: 10px;
}

#main_navigation {
	float: right;
	position: absolute;
	top: 38px;
	right: 5px;
}

#main_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_navigation ul li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}

#main_navigation a {
	float: left;
	display: block;
	height: 11px;
	background-position: 50% 0%;
	background-repeat:no-repeat;
}

#main_navigation a:hover {
	background-position: 50% 100%;
}

#main_navigation a span{
	display: none;
}

#main_navigation .selected {
	background-position: 50% 100%;
}

.nav_home {
	background-image:url(images/navigation/home.png);
	width: 58px;
}

.nav_wiki {
	background-image:url(images/navigation/wiki.png);
	width: 50px;
}

.nav_docs {
	background-image:url(images/navigation/docs.png);
	width: 50px;
}

.nav_planet {
	background-image:url(images/navigation/planet.png);
	width: 68px;
}

.nav_projects {
	background-image:url(images/navigation/projects.png);
	width: 81px;
}

.nav_lists {
	background-image:url(images/navigation/lists.png);
	width: 53px;
} 
