/*
colors:
black #000
green #b8d800
lightgrey #d7d7d7
darkgrey #707070
*/

body {
	background-color: #000;
	color: #707070;
}

#logo {
	background: transparent url(new/moving-brands-logo-w.gif) no-repeat scroll top left;
}

#logo:hover {
	background-position: -60px 0;
}

#address strong {
	color: #707070;
}

#header {
	font-size: 1.3em;
	color: #707070;
}

#header a {
	color: #707070;
}

#header a.selected {
	color: #fff;
}

.post {
	border-top-color: #707070;
}

.post a {
	color: #000;
}

.postWrapper h2 a {
	color: #707070;
}

#addCommentPanel {
	border-top-color: #707070;
	color: #fff;
	margin-right: 10px;
}

#addCommentPanel a, #contact strong {
	color: #fff;
}

.postMeta .postAuthor, .postMeta .postDate, .commentMeta .commentAuthor, .commentMeta .commentMore, #addCommentPanel label {
	background-image: url(new/stripes-b.gif);
}

#addCommentPanel .commentBtn input {
	margin-top: 5px;
	background-color: #b8d800;
}

#addCommentPanel .commentBtn input:hover {
	color: #000;
}

#forgot {
	padding-top: 4px;
}