
.submenu li {
   list-style-type: none;
}

.attendee-tab {
	float:left;
	width:100px; 
	background: url('../images/bg-pattern.png') repeat;
	height:28px;
	margin-left:20px;
}
.exhibitor-tab {
	float:left;
	width:100px; 
	background: url('../images/bg-pattern.png') repeat;
	height:28px;
	margin-left: 0px;
}
.organizer-tab {
	float:left;
	width:100px; 
	background: url('../images/bg-pattern.png') repeat;
	height:28px;
	margin-left:0px;
}

#page_content {
	clear:both;
	float:left;
	width:770px;
	margin:20px;
}

#page_content p  {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-align: left;
	color:#000;
	line-height: 150%;

}

.news-tab {
	float:left;
	width:100px; 
	background: url('../images/bg-pattern.png') repeat;
	height:28px;
	margin-left:20px;
}

.product-tab {
	float:left;
	width:100px; 
	background: url('../images/bg-pattern.png') repeat;
	height:28px;
}

.banter-tab {
	float:left;
	background: url('../images/bg-pattern.png') repeat;
	width:100px; 
	height:28px;
}

.blogpage_post_frame {
	width:770px;
	margin-left:10px;
}

.blog_posts_nav {
	float:right;
	
}
.page_range {
	float:left;
	width:100px; 
	font-size:16px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif; 
	color: #000;
	
}

#blogpage_news_panel {
	width:740px; 
	margin-left:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	
}
#blogpage_product_panel {
	width:740px; 
	margin-left:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	
}
#blogpage_banter_panel {
	width:740px; 
	margin-left:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	
}
/* --posts ----------------------------*/




#post_pane
{
	
	float:left;
	width:746px;
	display: block;
	
	margin-bottom:5px; 
	border:dotted #666 thin;
	padding:12px;  

}
#post_pane .article
{
	display: block;
  	float: left; 
  	width:745px;
  	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
}


#post_pane .title  {		
background:url('../images/bg-pattern.png') repeat;
}

.title a:link, a:visited

{
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
		font-weight: 800;
		text-decoration: none;
}

.title a:hover

{
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
		font-weight: 800;
		text-decoration: underline;
}

.title  .post_title, .post_author  {
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-weight: 800;
}
.page_range a:visited   {
		font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#ccc;
		text-decoration: none;
}

.page_range a:link  {
		font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#c00;
		text-decoration: none;
}
.page_range a:hover {
		font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#08c;
		text-decoration: underline;
}
#post_pane .date
{
  float: right; 
  font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
}

#post_pane .text {
	float: left; 
	width:460px;
}
.text a:link
{
	color: #f00;
	text-decoration: none;
}


.text a:active, a:visited
{
	color: #666;
	text-decoration: none;
}

.text a:hover{
	color: #08c;
	text-decoration:underline;
	
}
#post_pane .img
{
  float: right;

	width:260px;	
}

.post_title_news {
	clear:left;
	float:left;
	background:url('../images/blog-blue.png') repeat;
	width:460px;
padding: 5px;
	
}
.post_title_product {
	clear:left;
	float:left;
	background:url('../images/blog-green.png') repeat;

	width:460px;
padding: 5px;;
	
}
.post_title_banter {
	clear:left;
	float:left;
	background:url('../images/blog-red.png') repeat;

	width:460px;
padding: 5px;
	
}