/*
 * This contains all the element-specific styles for the oddblog, so
 *  they can be included in other pages without overwriting styles
 *  like <body> or <a>.
 */


/*
 * Elements above/below main table
 */
#oddblog .sub_header {
	width:100%;
	text-align:center;
	padding:3px;
	color:#DD9938;
	font:bold 14px tahoma;
}


/*
 * Left Column Styles
 */
#poll_data .poll_results {
	text-align: center;
	width: 100%;
}

#oddblog .archives a {
	color: #8BBEE6;
	text-decoration: none;
}
#oddblog .archive_all div {
	padding-top: 4px;
	padding-bottom: 4px;
}
#oddblog .archive_item {
	background-position: left;
	background-repeat: no-repeat;
	font-style: italic;
}
#oddblog .archive_item a {
	color: #8BBEE6;
	text-decoration: none;
}
#oddblog .archive_container {
	padding-left: 15px;
}


/*
 * Post/Message (mid column) Styles
 */
#blog_posts .post_container {
	margin:0px 5px;
	overflow:hidden;
}
#blog_posts .post_header {
	width: 100%;
	font-size: 16pt;
	color: #FF9100;
	border-bottom: 2px solid #FF9100;
}
#blog_posts .post_date {
	text-align: right;
	font-size: 8pt;
	color: #8BBEE6;
	padding-bottom: 2px;
}
#blog_posts .post_body {
	color: #FFF;
	font-size: 8pt;
	font-family: arial;
	overflow:hidden;
}
#blog_posts .post_body .rte_embed {
	width:455px;
	height:300px;
}
#blog_posts .post_body img.rte_embed {
	width:320px;
	height:240px;
}
#blog_posts .post_comments {
	border-top: 1px solid #FFF;
	color: #8BBEE6;
	padding-top: 2px;
	padding-bottom: 5px;
	margin: 10px 0px;
	text-align: right;
}
#blog_posts .post_comments a {
	color: #8BBEE6;
	text-decoration: none;
}


#blog_posts .next_prev_container {
	width:100%;
	overflow:hidden;
}
#blog_posts .next_prev_container a {
	color: #8BBEE6;
	text-decoration: none;
	font-weight: bold;
}
#blog_posts .next_prev_container div.next {
	width:49%;
	border-right:1px solid #8BBEE6;
	text-align:right;
	float:left;
}
#blog_posts .next_prev_container a.next {
	padding-right:10px;
}
#blog_posts .next_prev_container div.prev {
	width:49%;
	text-align:left;
	float:left;
}
#blog_posts .next_prev_container a.prev {
	padding-left:10px;
}



/*
 * Right column styles
 */
#oddcam .rte_embed {
	width:170px;
	height:165px;
}


#new_arrivals {
	padding-left: 15px;
	padding-top: 10px;
}
#new_arrivals img {
	border: none;
}
#new_arrivals p {
	padding: 0px 0px 5px 10px;
	margin: 0px;
	text-align: left;
	font-family: Arial;
}

#new_arrivals .featured_item {
	margin-bottom:7px;
}

#new_arrivals .featured_label {
	width: 139px;
	padding: 0px 15px 10px 5px;
}

#new_arrivals .thumbnail_size {
	width: 139px;
	height: 144px;
}
#new_arrivals .thumbnail {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;
	vertical-align: middle;
	text-align: center;
}
#new_arrivals .thumbnail_status {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	margin-top: 124px;
	text-align: right;
}


#cool_people a {
	text-decoration: none;
}
