body {
	background-color: #000;
	color: #fff;
}
a {
	color: #fff;
}
#header {
	background-color: #fff;
}

#logo a {
	color: #333;
	font-weight: bold;
}

#logo a:hover { 
	background: #eee;
	color: #000;
}

#logo_mark {
	background: url("../images/nav/heartandgear_black.png");
}

#topnav a { 
	color: #333;
}

#topnav a:hover { 
	background: #eee;
	color: #000;
}

a.next {
	background: url('../images/nav/next_black.png');
}

a.up {
	background: url('../images/nav/up_black.png');
}

a.back {
	background: url('../images/nav/back_black.png');
}

#description {
	color: #eee;
}

.pager_back {
	background:url("../images/nav/pager_back_black.png") no-repeat;
}

.pager_next {
	background:url("../images/nav/pager_next_black.png") no-repeat;
}

a.reg_link {
	text-decoration: underline;
}

a.reg_link:hover {
	color: #004dff;
}

a.important_link {
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 7px 9px 5px 9px;
	border: 1px solid #444;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #ddd;
}

a.important_link:hover {
	background: #fff;
	border: 0;
	color: #000;
	padding: 8px 10px 6px 10px;
}

.tag_title {
	background: #000;
	color: #999;
}

p.gbox_box {
	background: #121212;
	color: #ddd;
	border: 1px solid #191919;
}

p.gbox_box strong {
	color: #eee;
}

.featured_button {
	float: left;
	color: #fff;
	border: 1px solid #cc8f40;
	background-image:url("../images/icons/featured_small.png");
	background-repeat:no-repeat;
	background-position:1px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0 5px 0 0;
	height: 15px;
	padding: 6px 5px 2px 23px;
}

.featured_button:hover {
	border: 0;
	background-position:2px 3px;
	padding: 7px 6px 3px 24px;
	background-color: #ffb350;
}

div.like {
    display:none;
}

.delete {
	color: #444 !important;
}

.wallkit_post {
	border-bottom: 1px solid #444;
}

.connected label {
	color: #999;
}

.wallkit_postcontent, .UIImageBlock_Content {
	color: #eee;
}

.post_counter {
	color: #999;
	margin-right: 0;
}

.post_area {
	padding-right: 0;
}

.wallkit_form, .wallkit_subtitle {
	padding-right: 0;
}

.wallkit_posts div.wallkit_post {
	margin-right: 0;
}

.wallkit_form div.post_area {
	padding-right: 0;
}

.wallkit_form div.text_spacer {
	padding-right: 8px;
}

.wallkit_subtitle .post_counter {
	margin-right: 0;
}