body {
	background-color: black;
}

#shell {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#background {
	width: 800px;
	padding: 10px 8px 10px 8px;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #4c4c4c;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #FDFF96;
	-webkit-text-size-adjust: none;
}

/* Header */

#header {
	float: left;
	margin: 0px 2px 4px 2px;
	padding: 10px;
	width: 772px;
	font-size: 24px;
	border: 2px solid #FDFF96;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	color: #FDFF96;
}

#header img {
	display: block;
}

#header a {
	text-decoration: none;
	color: #FDFF96;
}

#header a:hover {
	text-decoration: underline;
}

/* End Header */

/* Tabs */

#tab_bar {
	width: 800px;
	float: left;
}

.tab {
	float: left;
	width: 182px;
	height: 20px;
	margin: 0px 2px 0px 2px;
	padding: 5px;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 18px;
	text-align: center;
}

#tab1 {
	border-color: #FDFF96;
	color: #FDFF96;
}

#tab1 a {
	text-decoration: none;
	color: #FDFF96;
}

#tab1 a:hover {
	text-decoration: underline;
}

#tab2 {
	border-color: #BEE180;
	color: #BEE180;
}

#tab2 a {
	text-decoration: none;
	color: #BEE180;
}

#tab2 a:hover {
	text-decoration: underline;
}

#tab3 {
	border-color: #49BDEF;
	color: #49BDEF;
}

#tab3 a {
	text-decoration: none;
	color: #49BDEF;
}

#tab3 a:hover {
	text-decoration: underline;
}

#tab4 {
	border-color: #B2C0C8;
	color: #B2C0C8;
}

#tab4 a {
	text-decoration: none;
	color: #B2C0C8;
}

#tab4 a:hover {
	text-decoration: underline;
}

/* End Tabs */

/* Footer */

#footer {
	float: left;
	margin: 4px 2px 0px 2px;
	padding: 10px;
	width: 772px;
	font-size: 12px;
	border: 2px solid #FDFF96;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
}

#footer p {
	padding: 0px 2px 0px 2px;
	margin: 0px;
}

#footer a {
	color: #FDFF96;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* End Footer */

#navbar {
	float: left;
	margin: 0px 2px 0px 2px;
	padding: 5px 10px 5px 10px;
	width: 772px;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #FDFF96;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FDFF96;
}

#navbar_left {
	width: 350px;
	text-align: left;
	float: left;
}

#navbar_right {
	width: 350px;
	text-align: right;
	float: right;
}

#navbar a {
	text-decoration: none;
	color: #252525;
}

#navbar a:hover {
	text-decoration: underline;
}

/* General classes for posts: */

.post {
	float: left;
	margin: 0px 2px 4px 2px;
	padding: 10px;
	width: 772px;
	border: 2px solid white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.post p {
	padding: 0px;
	margin: 0px;
}

.post_source {
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 0px 2px 0px;
}

.post_source a {
	text-decoration: none;
	color: white;
}

.post_source a:hover {
	text-decoration: underline;
}

.post_title {
	font-size: 18px;
	padding: 0px 0px 2px 0px;
}

.post_title a {
	text-decoration: none;
	color: white;
}

.post_title a:hover {
	text-decoration: underline;
}

.post_date, .post_date {
	font-size: 12px;
	padding: 0px 0px 2px 0px;
}

.post_description {
	padding: 8px 0px 8px 0px;
}

.post_more {
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0px 0px 0px;
}

.post_more a {
	text-decoration: none;
	color: white;
}

.post_more a:hover {
	text-decoration: underline;
} 

/* Custom classes for specific feeds: */

/* Heuristic Media */

.post_hmedia {
	float: left;
	margin: 0px 2px 4px 2px;
	padding: 10px;
	width: 772px;
	border: 2px solid #49BDEF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.post_hmedia p {
	margin: 0px;
}

.post_source_hmedia {
	color: #49BDEF;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 0px 2px 0px;
}

.post_source_hmedia a {
	text-decoration: none;
	color: #49BDEF;
}

.post_source_hmedia a:hover {
	text-decoration: underline;
}

.post_title_hmedia {
	font-size: 18px;
	padding: 0px 0px 2px 0px;
}

.post_title_hmedia a {
	text-decoration: none;
	color: #49BDEF;
}

.post_title_hmedia a:hover {
	text-decoration: underline;
}

.post_date_hmedia, .post_author_hmedia {
	font-size: 12px;
	padding: 0px 0px 2px 0px;
	color: #49BDEF;
}

.post_description_hmedia {
	padding: 8px 0px 8px 0px;
	color: #49BDEF;
}

.post_more_hmedia {
	color: #49BDEF;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0px 0px 0px;
}

.post_more_hmedia a {
	text-decoration: none;
	color: #49BDEF;
}

.post_more_hmedia a:hover {
	text-decoration: underline;
}

/* Heuristic Music */

.post_hmusic {
	float: left;
	margin: 0px 2px 4px 2px;
	padding: 10px;
	width: 772px;
	border: 2px solid #BEE180;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.post_hmusic p {
	margin: 0px;
}

.post_source_hmusic {
	color: #BEE180;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 0px 2px 0px;
}

.post_source_hmusic a {
	text-decoration: none;
	color: #BEE180;
}

.post_source_hmusic a:hover {
	text-decoration: underline;
}

.post_title_hmusic {
	font-size: 18px;
	padding: 0px 0px 2px 0px;
}

.post_title_hmusic a {
	text-decoration: none;
	color: #BEE180;
}

.post_title_hmusic a:hover {
	text-decoration: underline;
}

.post_date_hmusic, .post_author_hmusic {
	font-size: 12px;
	padding: 0px 0px 2px 0px;
	color: #BEE180;
}

.post_description_hmusic {
	padding: 8px 0px 8px 0px;
	color: #BEE180;
}

.post_more_hmusic {
	color: #BEE180;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0px 0px 0px;
}

.post_more_hmusic a {
	text-decoration: none;
	color: #BEE180;
}

.post_more_hmusic a:hover {
	text-decoration: underline;
} 

/* NerdSonic */

.post_nerdsnc {
	float: left;
	margin: 0px 2px 4px 2px;
	padding: 10px;
	width: 772px;
	border: 2px solid #B2C0C8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.post_nerdsnc p {
	margin: 0px;
}

.post_source_nerdsnc {
	color: #B2C0C8;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 0px 2px 0px;
}

.post_source_nerdsnc a {
	text-decoration: none;
	color: #B2C0C8;
}

.post_source_nerdsnc a:hover {
	text-decoration: underline;
}

.post_title_nerdsnc {
	font-size: 18px;
	padding: 0px 0px 2px 0px;
}

.post_title_nerdsnc a {
	text-decoration: none;
	color: #B2C0C8;
}

.post_title_nerdsnc a:hover {
	text-decoration: underline;
}

.post_date_nerdsnc, .post_author_nerdsnc {
	font-size: 12px;
	padding: 0px 0px 2px 0px;
	color: #B2C0C8;
}

.post_description_nerdsnc {
	padding: 8px 0px 8px 0px;
	color: #B2C0C8;
}

.post_more_nerdsnc {
	color: #B2C0C8;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0px 0px 0px;
}

.post_more_nerdsnc a {
	text-decoration: none;
	color: #B2C0C8;
}

.post_more_nerdsnc a:hover {
	text-decoration: underline;
} 