/* General Declarations */
html, body { background: #000 url('../images/bg_dark.png') repeat; }

/* Selectin' stuff? WE GOT STYLES FOR THAT! */
p::selection, p::-moz-selection, p::-webkit-selection {
	background:#00d9ff;
	color: #FFF;
}

/* Body Styling */
.header h1 { background: url('../images/logo_white.PNG') no-repeat 0px 10px; }

/*Breaking post rotator above logo */
.breaking {
	-moz-box-shadow: 0 0 5px 5px #333;
	-webkit-box-shadow: 0 0 5px 5px #333;
	box-shadow: 0 0 5px 5px #333;
}

.datetime { color: #fff; }

.checkout_left { background: #e5e5e5; }

.checkout_right { background: #333; }

.checkout_right h2 { color: #fff; }

.arrow_box:after { border-left-color: #e5e5e5; }

/* Single Post */
.logo_single { background: url('../images/logo_single.png') no-repeat; }

.nav_single a { color: #fff; }

.nav_single a:hover { color: #90e2fa; }

.nav_single ul ul a { color: #000; }

/* Author Box */
.profile { border: 1px solid #333; }

.profileJob { background-image: url('../images/black_author_gradient.png'); } 