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

#logo a { 
	color: #ddd;	
}

#logo a:hover { 
	background: #222;
	color: #fff;
}

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

#topnav a { 
	color: #ddd;
}

#topnav a:hover { 
	background: #222;
	color: #fff;
}

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

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

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

#description {
	color: #444;
}

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

.pager_next {
	background:url("../images/nav/pager_next_white.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 #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	background: #fff;
}

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

.tag_title {
	background: #fff;
	color: #555;
}

p.gbox_box {
	background: #f6f6f6;
	color: #888;
}

p.gbox_box strong {
	color: #666;
}

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

.featured_button:hover {
	background-color: #cc8f40;
}

div.like {
    display:none;
}

.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;
}

.post_counter {
	margin-right: 0px;
}

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