/* General Declarations */
html, body { background: #f4f4f4; }

/* Selectin' stuff? WE GOT STYLES FOR THAT! */
p::selection, p::-moz-selection, p::-webkit-selection {
	background:#00d9ff;
	color: #FFF;
}

/*Breaking post rotator above logo */
.breaking {
	-moz-box-shadow: 0 0 5px 5px #ccc;
	-webkit-box-shadow: 0 0 5px 5px #ccc;
	box-shadow: 0 0 5px 5px #ccc;
}

.datetime { color: #676767; }

.checkout_left { background: #000; }

.checkout_right { background: #e5e5e5; }

.arrow_box:after { border-left-color: #000; }

/* Single Post */
.logo_single { background: url('../images/logo_single_black.png') no-repeat; }

.nav_single a { color: #000; }

/* Author Box */
.profile { border: 1px solid #ccc; }

.profileJob { background-image: url('../images/gray_author_gradient.png'); } 