body {
	margin: 0px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #666;
}

body a {
	text-decoration: none;
	color: #666;
	outline: none;
}

body a:hover {
	text-decoration: underline;
}

#header {
	width: 1044px;
	height: 74px;
	background: url(/images/bgheader2.png) repeat-x;
	margin: 0 auto;
}

#header_content {
	width: 1006px;
	height: 65px;
	margin: 0 auto;
}

#logo {
	float: left;
	padding-left: 20px;
	padding-top: 23px;
	width: 141px;
	height: 23px;
}

#menu {
	float: left;
	color: #999;
	padding-top: 26px;
	padding-left: 290px;
}

#menu a {
	color: #999;
	text-decoration: none;
	margin-right: 19px;
	margin-left: 19px;
}

#menu a:hover {
	color: #EEE;
	text-decoration: none;
}

#search {
	float: right;
	padding-top: 22px;
	padding-right: 20px;
}

.search_box {
	width: 155px;
	height: 19px;
	background: url(/images/search_background.gif) no-repeat;
	border: 0px;
	padding-left: 30px;
	padding-top: 3px;
	color: #838383;
}

#tags_bar {
	width: 1044px;
	margin: 0 auto;
	height: 24px;
	background: #5ecdd4;
	/*border-top: 1px solid #858585;*/
	padding-top: 9px;
	text-align: center;
	display: none;
}

#tags_list {
	width: 966px;
	text-align: right;
	margin: 0 auto;
}

#tags_bar a {
	margin-right: 35px;
	color: #FFF;
}

#background {
	background: #FFF;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#container {
	width: 1044px;
	height: 100%;
	margin: 0 auto;
	padding-top: 13px;
	text-align: left;
	background: #FFF;
}

#top_box {
	width: 100%;
	height: 100px;
	background: #CCC;
	display: none;
}

#text_bar {
	width: 969px;
	margin: 0 auto;
	padding-bottom: 10px;
	margin-top: 30px;
}

#fresh_text {
	float: left;
}

#sort_links {
	float: right;
	text-align: right;
}

#sort_links a {
	color: #33CCCC;
}

#date_bar {
	margin: 0 auto;
	width: 969px;
	height: 28px;
	background: url(/images/date_bar.gif) no-repeat;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	padding-top: 12px;
}

#curr_date {
	float: left;
	padding-left: 13px;
}

#view_day {
	float: right;
	padding-right: 11px;
}

#posts {
	margin: 0 auto;
	width: 969px;
	margin-bottom: 30px;
}

#posts #date_bar {
	margin-bottom: 10px;
	margin-top: 30px;
}

.post {
	width: 310px;
	height: 240px;
	float: left;
	margin-right: 18px;
	margin-top: 30px;
	position: relative;
	margin-bottom: 30px;
}

.votes {
	width: 40px;
	height: 32px;
	padding-top: 19px;
	padding-left: 27px;
	background: transparent url(/images/vote_norm.png) no-repeat;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	top: 122px;
	left: 0px;
	cursor: pointer;
}

.votes_num {
	position: relative;
	top: -2px;
	color: #FFF;
}

.title_bar {
	height: 42px;
	width: 304px;
	padding-top: 13px;
	padding-left: 8px;
}

.title_bar a {
	color: #33CCCC;
}

.item_title {
	font-size: 16px;
	font-family: "Arial Narrow", Arial, sans-serif;
	margin-bottom: 13px;
	margin-top: 0px;
	color: #333;
}

.feed_item {
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	padding-top: 5px;
}

.feed_images {
	text-align: left;
}

.feed_images img {
	padding: 3px;
}

.resize_box {
	background: #EBEBEB;
}

.feed_item_table {
	margin-bottom: 20px;
	width: 100%;
}

#pages_bar {
	height: 30px;
	padding-top: 20px;
	float: right;
}

#pages_bar a {
	color: #33CCCC;
}

.page_button {
	background: #CCC;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 11px;
	float: left;
	margin-right: 7px;
}

.page_button span {
	display: block;
	width: 22px;
	height: 17px;
	padding-top: 5px;
	text-align: center;
	color: #333;
}

#footer {
	width: 100%;
	border-top: 1px solid #CCC;
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 40px;
}

#footer a {
	margin-left: 15px;
	margin-right: 15px;
}

#footer_links {
	float: left;
}

#go_top {
	float: right;
}

#pre_post {
	width: 84px;
	float: left;
	height: 129px;
	margin-top: 30px;
	padding-top: 64px;
	padding-left: 121px;
}

#curr_post {
	/*background: url(/images/post_background.gif) no-repeat;*/
	width: 556px;
	height: 193px;
	text-align: center;
	position: relative;
	float: left;
	margin-top: 30px;
}

#next_post {
	width: 84px;
	float: left;
	height: 129px;
	margin-top: 30px;
	padding-top: 64px;
	padding-right: 121px;
	text-align: right;
}

#post_info_bar {
	width: 966px;
	text-align: center;
	float: left;
}

#post_info {
	width: 304px;
	text-align: left;
	margin: 0 auto;
	height: 42px;
	padding-top: 8px;
	margin-bottom: 10px;
	padding-left: 8px;
}

#post_info a {
	color: #33CCCC;
}

.table_left {
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
	padding-top: 8px;
	padding-left: 20px;
}

.table_right input {
	border: 1px solid #CCC;
	padding: 5px;
	width: 400px;
}

.table_right textarea {
	border: 1px solid #CCC;
	padding: 5px;
	width: 600px;
	height: 100px;
}

#frame_bar {
	height: 39px;
	width: 100%;
	background: url(/images/frame_background.gif) repeat-x;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
			  

#frame_logo {
	position: absolute;
	left: 3%;
	top: 7px;
}

#frame_center {
	padding-top: 8px;
	width: 410px;
	color: #FFF;
	font-size: 12px;
	margin: 0 auto;
}

#frame_close {
	position: absolute;
	right: 3%;
	top: 9px;
}

#frame {
	height: 100%;
}

.png_rollover {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 500;
	visibility: hidden;
}

#more_posts {
	width: 395px;
	float: left;
	margin-bottom: 20px;
	padding-left: 30px;
}

#more_posts a {
	color: #33CCCC;
	font-size: 16pt;
}

#footer_new {
	width: 550px;
	text-align: right;
	float: right;
	padding-right: 30px;
}

/* Music Player */
#bottom_bar {
	width: 100%;
	height: 54px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	text-align: center;
}

#player_container {
	text-align: left;
	margin: 0 auto;
	width: 1066px;
	height: 54px;
	background: url(/images/bottom_bar.gif) no-repeat;
	background-position: center center;
}

#player_container object {
	position: relative;
	margin-top: 12px;
	left: 5px;
}

#player_container embed {
	position: relative;
	margin-top: 12px;
	left: 5px;
}

#player {
	float: left;
}

#footer_bar {
	float: right;
	padding-right: 20px;
	padding-top: 21px;
}

#footer_bar a {
	margin-left: 5px;
	margin-right: 5px;
}

/* FB CSS */
iframe .connect_confirmation_cell {
	display: none !important;
}

#facebook_comments {
	margin-top: 20px;
	width: 550px;
	margin: 0 auto;
}